/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[5].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[5].rules[1].use[1]!./src/styles.scss?ngGlobalStyle ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css?family=Exo+2:400,700&display=swap);
/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[5].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[5].rules[1].use[1]!./src/styles.scss?ngGlobalStyle (1) ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css?family=Roboto+Slab&display=swap);
/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[5].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[5].rules[1].use[1]!./src/styles.scss?ngGlobalStyle (2) ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@import url(https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.2/animate.min.css);
/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[5].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[5].rules[1].use[1]!./src/responsive.scss?ngGlobalStyle ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css?family=Exo+2:400,700&display=swap);
/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[5].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[5].rules[1].use[1]!./src/responsive.scss?ngGlobalStyle (1) ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css?family=Roboto+Slab&display=swap);
/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[5].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[5].rules[1].use[1]!./src/responsive.scss?ngGlobalStyle (2) ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@import url(https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.2/animate.min.css);
/*!************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/ag-grid-community/dist/styles/ag-grid.css ***!
  \************************************************************************************************************************************************************************************************************************************************/
/**
 ****************************
 * Generic Styles
 ****************************
*/
ag-grid, ag-grid-angular, ag-grid-ng2, ag-grid-polymer, ag-grid-aurelia {
  display: block; }

.ag-hidden {
  display: none !important; }

.ag-invisible {
  visibility: hidden !important; }

.ag-faded {
  opacity: 0.3; }

.ag-width-half {
  display: inline-block;
  width: 50% !important; }

.ag-unselectable {
  -webkit-user-select: none !important;
  user-select: none !important; }

.ag-selectable {
  -webkit-user-select: text !important;
  user-select: text !important; }

.ag-select-agg-func-popup {
  position: absolute; }

.ag-input-wrapper {
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  line-height: normal;
  position: relative;
  overflow: hidden; }

.ag-shake-left-to-right {
  animation-direction: alternate;
  animation-duration: 0.2s;
  animation-iteration-count: infinite;
  animation-name: ag-shake-left-to-right; }

@keyframes ag-shake-left-to-right {
  from {
    padding-left: 6px;
    padding-right: 2px; }
  to {
    padding-left: 2px;
    padding-right: 6px; } }

.ag-root-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden; }
  .ag-root-wrapper.ag-layout-normal {
    height: 100%; }
  .ag-root-wrapper .ag-watermark {
    position: absolute;
    bottom: 10px;
    right: 25px;
    opacity: 0.5;
    transition: opacity 1s ease-out 3s; }
    .ag-root-wrapper .ag-watermark:before {
      content: '';
      background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iNDk0cHgiIGhlaWdodD0iMjM5cHgiIHZpZXdCb3g9IjAgMCA0OTQgMjM5IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPCEtLSBHZW5lcmF0b3I6IFNrZXRjaCA0Ny4xICg0NTQyMikgLSBodHRwOi8vd3d3LmJvaGVtaWFuY29kaW5nLmNvbS9za2V0Y2ggLS0+CiAgICA8dGl0bGU+TG9nbzwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4KICAgIDxkZWZzPgogICAgICAgIDxwYXRoIGQ9Ik0wLjYxMjg0OTkzMSwxMDggTDAuNjEyODQ5OTMxLDY3LjQ1OTYzNzQgTDAuNjEyODQ5OTMxLDY3LjQ1OTYzNzQgQzAuNjEyODQ5OTMxLDYyLjEwMDY1MzYgMy40NzE4MzM3OCw1Ny4xNDg3NDgzIDguMTEyODQ5OTMsNTQuNDY5MjU2NCBMOTguMzA2NDI1LDIuMzk1OTcxNTcgTDk4LjMwNjQyNSwyLjM5NTk3MTU3IEMxMDIuOTQ3NDQxLC0wLjI4MzUyMDM1OCAxMDguNjY1NDA5LC0wLjI4MzUyMDM1OCAxMTMuMzA2NDI1LDIuMzk1OTcxNTcgTDExMy4zMDY0MjUsMi4zOTU5NzE1NyBMMjAzLjUsNTQuNDY5MjU2NCBMMjAzLjUsNTQuNDY5MjU2NCBDMjA4LjE0MTAxNiw1Ny4xNDg3NDgzIDIxMSw2Mi4xMDA2NTM2IDIxMSw2Ny40NTk2Mzc0IEwyMTEsMTM4IEwxODEsMTM4IEwxODAuOTk3MDQxLDkzLjk5OTk5OTggTDE4MC45OTYwMzIsOTMuOTk5OTk5OSBDMTgwLjk5NTQ3NSw4NS43MTYxMjI2IDE3NC4yNzk5MDksNzkuMDAxMDA4NyAxNjUuOTk2MDMyLDc5LjAwMTAwODcgTDEyMiw3OC45OTk5OTk5IEMxMTMuNzE1NzI5LDc4Ljk5OTk5OTkgMTA3LDg1LjcxNTcyODYgMTA3LDkzLjk5OTk5OTkgTDEwNywxMzYuMDE1NjIzIEwxMDcsMTM2LjAxNTYyMyBDMTA3LDE0NC4yOTk4OTUgMTEzLjcxNTcyOSwxNTEuMDE1NjIzIDEyMiwxNTEuMDE1NjIzIEwxNjgsMTUxLjAxNTYyMyBMMTY4LDE2MyBDMTY4LDE2NC42NTY4NTQgMTY2LjY1Njg1NCwxNjYgMTY1LDE2NiBMMTIwLDE2NiBMMTIwLDE3OSBMMTY1Ljk5NjAzMiwxNzkgTDE2NS45OTYwMzIsMTc4Ljk5Nzg3NyBDMTc0LjI3OTQ3NCwxNzguOTk3ODc3IDE4MC45OTQ4NiwxNzIuMjgzNDQyIDE4MC45OTYwMzIsMTY0IEwxODEsMTUwLjk2MDU1NCBMMjExLDE1MC45NjA1NTQgTDIxMSwxNzEuNjA2MjA3IEwyMTEsMTcxLjYwNjIwNyBDMjExLDE3Ni45NjUxOTEgMjA4LjE0MTAxNiwxODEuOTE3MDk2IDIwMy41LDE4NC41OTY1ODggTDExMy4zMDY0MjUsMjM2LjY2OTg3MyBMMTEzLjMwNjQyNSwyMzYuNjY5ODczIEMxMDguNjY1NDA5LDIzOS4zNDkzNjUgMTAyLjk0NzQ0MSwyMzkuMzQ5MzY1IDk4LjMwNjQyNSwyMzYuNjY5ODczIEw4LjExMjg0OTkzLDE4NC41OTY1ODggTDguMTEyODQ5OTMsMTg0LjU5NjU4OCBDMy40NzE4MzM3OCwxODEuOTE3MDk2IDAuNjEyODQ5OTMxLDE3Ni45NjUxOTEgMC42MTI4NDk5MzEsMTcxLjYwNjIwNyBMMC42MTI4NDk5MzEsMTIxIEwyNywxMjEgTDI3LDEzNiBDMjcsMTQ0LjI4NDI3MSAzMy43MTU3Mjg3LDE1MSA0MiwxNTEgTDQyLDE1MSBMMTAwLDE1MSBMMTAwLDk0IEMxMDAsODUuNzE1NzI4OCA5My4yODQyNzEyLDc5IDg1LDc5IEwyNyw3OSBMMjcsOTIgTDg0LDkyIEM4NS42NTY4NTQyLDkyIDg3LDkzLjM0MzE0NTggODcsOTUgTDg3LDk1IEw4NywxMDggTDAuNjEyODQ5OTMxLDEwOCBaIiBpZD0icGF0aC0xIj48L3BhdGg+CiAgICA8L2RlZnM+CiAgICA8ZyBpZD0iU3ltYm9scyIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9IkxvZ28iPgogICAgICAgICAgICA8cGF0aCBkPSJNNDc3LDU1IEw0OTQsNTUgTDQ5NCwxNTEgTDQzNSwxNTEgQzQyNi43MTU3MjksMTUxIDQyMCwxNDQuMjg0MjcxIDQyMCwxMzYgTDQyMCw5NiBDNDIwLDg3LjcxNTcyODggNDI2LjcxNTcyOSw4MSA0MzUsODEgTDQzNSw4MSBMNDc3LDgxIEw0NzcsNTUgWiBNNDQwLDk4IEM0MzguMzQzMTQ2LDk4IDQzNyw5OS4zNDMxNDU4IDQzNywxMDEgTDQzNywxMzEgQzQzNywxMzIuNjU2ODU0IDQzOC4zNDMxNDYsMTM0IDQ0MCwxMzQgTDQ3NywxMzQgTDQ3Nyw5OCBMNDQwLDk4IFoiIGlkPSJkIiBmaWxsPSIjRkZGRkZGIj48L3BhdGg+CiAgICAgICAgICAgIDxnIGlkPSJpIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgzOTYuMDAwMDAwLCA1NS4wMDAwMDApIj4KICAgICAgICAgICAgICAgIDxwb2x5Z29uIGlkPSJQYXRoLTYiIGZpbGw9IiNGRkZGRkYiIHBvaW50cz0iMCAyNiAxNyAyNiAxNyA5NiAwIDk2Ij48L3BvbHlnb24+CiAgICAgICAgICAgICAgICA8cG9seWdvbiBpZD0iUGF0aC03IiBmaWxsPSIjRTExRjIyIiBwb2ludHM9IjAgMS4xMzY4NjgzOGUtMTMgMTcgMS4xMzY4NjgzOGUtMTMgMTcgMTcgMCAxNyI+PC9wb2x5Z29uPgogICAgICAgICAgICA8L2c+CiAgICAgICAgICAgIDxwYXRoIGQ9Ik0zMzEsMTUxIEwzNDgsMTUxIEwzNDgsMTAxIEwzNDgsMTAxIEMzNDgsOTkuMzQzMTQ1OCAzNDkuMzQzMTQ2LDk4IDM1MSw5OCBMMzg5LDk4IEwzODksODEgTDM0Niw4MSBMMzQ2LDgxIEMzMzcuNzE1NzI5LDgxIDMzMSw4Ny43MTU3Mjg4IDMzMSw5NiBMMzMxLDE1MSBaIiBpZD0iciIgZmlsbD0iI0ZGRkZGRiI+PC9wYXRoPgogICAgICAgICAgICA8cGF0aCBkPSJNMzI0LDg2IEwzMjQsNzYgTDMyNCw3NiBDMzI0LDY3LjcxNTcyODggMzE3LjI4NDI3MSw2MSAzMDksNjEgTDI0OSw2MSBMMjQ5LDYxIEMyNDAuNzE1NzI5LDYxIDIzNCw2Ny43MTU3Mjg4IDIzNCw3NiBMMjM0LDEzNiBMMjM0LDEzNiBDMjM0LDE0NC4yODQyNzEgMjQwLjcxNTcyOSwxNTEgMjQ5LDE1MSBMMzA5LDE1MSBMMzA5LDE1MSBDMzE3LjI4NDI3MSwxNTEgMzI0LDE0NC4yODQyNzEgMzI0LDEzNiBMMzI0LDEwMCBMMjg3LDEwMCBMMjg3LDExNyBMMzA3LDExNyBMMzA3LDEzMSBMMzA3LDEzMSBDMzA3LDEzMi42NTY4NTQgMzA1LjY1Njg1NCwxMzQgMzA0LDEzNCBMMjU0LDEzNCBMMjU0LDEzNCBDMjUyLjM0MzE0NiwxMzQgMjUxLDEzMi42NTY4NTQgMjUxLDEzMSBMMjUxLDgxIEwyNTEsODEgQzI1MSw3OS4zNDMxNDU4IDI1Mi4zNDMxNDYsNzggMjU0LDc4IEwzMDQsNzggTDMwNCw3OCBDMzA1LjY1Njg1NCw3OCAzMDcsNzkuMzQzMTQ1OCAzMDcsODEgTDMwNyw4NiBMMzI0LDg2IFoiIGlkPSJHIiBmaWxsPSIjRkZGRkZGIj48L3BhdGg+CiAgICAgICAgICAgIDxnIGlkPSJhZyI+CiAgICAgICAgICAgICAgICA8ZyBpZD0iQ29tYmluZWQtU2hhcGUiPgogICAgICAgICAgICAgICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4KICAgICAgICAgICAgICAgICAgICAgICAgPHVzZSB4bGluazpocmVmPSIjcGF0aC0xIj48L3VzZT4KICAgICAgICAgICAgICAgICAgICA8L21hc2s+CiAgICAgICAgICAgICAgICAgICAgPHVzZSBmaWxsPSIjRTExRjIyIiB4bGluazpocmVmPSIjcGF0aC0xIj48L3VzZT4KICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgICAgIDxyZWN0IGlkPSJnIiBmaWxsPSIjRTExRjIyIiB4PSIxMjAiIHk9IjkyIiB3aWR0aD0iNDgiIGhlaWdodD0iNDYiIHJ4PSIzIj48L3JlY3Q+CiAgICAgICAgICAgICAgICA8cGF0aCBkPSJNNDAsMTIxIEw4NywxMjEgTDg3LDEzOCBMNDMsMTM4IEw0MywxMzggQzQxLjM0MzE0NTgsMTM4IDQwLDEzNi42NTY4NTQgNDAsMTM1IEw0MCwxMjEgWiIgaWQ9IkNvbWJpbmVkLVNoYXBlIiBmaWxsPSIjRTExRjIyIj48L3BhdGg+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==);
      filter: invert(50%);
      background-repeat: no-repeat;
      background-size: 110px 60px;
      display: block;
      height: 60px;
      width: 110px; }
    .ag-root-wrapper .ag-watermark .ag-watermark-text {
      opacity: 0.5;
      font-weight: bold;
      font-family: Impact;
      font-size: 19px; }

.ag-root-wrapper-body {
  display: flex;
  flex-direction: row; }
  .ag-root-wrapper-body.ag-layout-normal {
    flex: 1 1 auto;
    height: 0;
    min-height: 0; }

.ag-root {
  cursor: default;
  position: relative;
  display: flex;
  flex-direction: column; }
  .ag-root.ag-layout-normal, .ag-root.ag-layout-auto-height {
    overflow: hidden;
    flex: 1 1 auto;
    width: 0; }
  .ag-root.ag-layout-normal {
    height: 100%; }

/**
 ****************************
 * Viewports
 ****************************
*/
.ag-header-viewport,
.ag-floating-top-viewport,
.ag-body-viewport,
.ag-pinned-left-cols-viewport,
.ag-center-cols-viewport,
.ag-pinned-right-cols-viewport,
.ag-floating-bottom-viewport,
.ag-body-horizontal-scroll-viewport,
.ag-virtual-list-viewport {
  position: relative;
  height: 100%;
  min-width: 0px;
  overflow: hidden;
  flex: 1 1 auto; }

.ag-body-viewport {
  display: flex; }
  .ag-body-viewport.ag-layout-normal {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch; }
  .ag-body-viewport:not(.ag-layout-print).ag-force-vertical-scroll {
    overflow-y: scroll; }

.ag-pinned-left-cols-viewport, .ag-pinned-right-cols-viewport {
  flex-grow: 1000; }

.ag-center-cols-viewport {
  width: 100%;
  overflow-x: auto; }

.ag-body-horizontal-scroll-viewport {
  overflow-x: scroll; }

.ag-virtual-list-viewport {
  overflow: auto;
  width: 100%; }

/**
 ****************************
 * Containers
 ****************************
*/
.ag-header-container,
.ag-floating-top-container,
.ag-body-container,
.ag-pinned-right-cols-container,
.ag-center-cols-container,
.ag-pinned-left-cols-container,
.ag-floating-bottom-container,
.ag-body-horizontal-scroll-container,
.ag-full-width-container,
.ag-floating-bottom-full-width-container,
.ag-virtual-list-container {
  position: relative; }

.ag-header-container, .ag-floating-top-container, .ag-floating-bottom-container {
  height: 100%;
  white-space: nowrap; }

.ag-body-viewport .ag-center-cols-clipper {
  min-height: 100%; }

.ag-body-viewport.ag-layout-auto-height .ag-center-cols-clipper, .ag-body-viewport.ag-layout-auto-height .ag-center-cols-container {
  min-height: 50px; }

.ag-body-viewport .ag-center-cols-container {
  display: block; }

.ag-body-viewport.ag-layout-print {
  flex: none; }
  .ag-body-viewport.ag-layout-print .ag-center-cols-clipper {
    min-width: 100%; }

.ag-pinned-right-cols-container {
  display: block; }

.ag-body-horizontal-scroll-container {
  height: 100%; }

.ag-full-width-container,
.ag-floating-top-full-width-container,
.ag-floating-bottom-full-width-container {
  position: absolute;
  top: 0px;
  left: 0px;
  pointer-events: none; }

.ag-full-width-container {
  width: 100%; }

.ag-floating-bottom-full-width-container, .ag-floating-top-full-width-container {
  display: inline-block;
  overflow: hidden;
  height: 100%;
  width: 100%; }

.ag-virtual-list-container {
  overflow: hidden; }

/**
 ****************************
 * Scrollers
 ****************************
*/
.ag-center-cols-clipper {
  flex: 1;
  min-width: 0;
  overflow: hidden; }

.ag-body-horizontal-scroll {
  min-height: 0;
  min-width: 0;
  width: 100%;
  display: flex;
  position: relative; }

.ag-layout-print .ag-body-horizontal-scroll {
  display: none; }

.ag-horizontal-left-spacer, .ag-horizontal-right-spacer {
  height: 100%;
  min-width: 0;
  flex-grow: 1000;
  overflow-x: scroll; }
  .ag-horizontal-left-spacer.ag-scroller-corner, .ag-horizontal-right-spacer.ag-scroller-corner {
    overflow-x: hidden; }

/**
 ****************************
 * Headers
 ****************************
*/
.ag-header, .ag-pinned-left-header, .ag-pinned-right-header {
  display: inline-block;
  overflow: hidden; }
  .ag-header .ag-header-cell-sortable, .ag-pinned-left-header .ag-header-cell-sortable, .ag-pinned-right-header .ag-header-cell-sortable {
    cursor: pointer; }

.ag-header {
  display: flex;
  width: 100%;
  white-space: nowrap; }

.ag-header-icon {
  display: flex; }

.ag-pinned-left-header {
  height: 100%; }

.ag-pinned-right-header {
  height: 100%; }

.ag-header-row {
  position: absolute;
  overflow: hidden; }

.ag-header-overlay {
  display: block;
  position: absolute; }

.ag-header-cell {
  display: inline-flex;
  align-items: center;
  position: absolute;
  height: 100%;
  overflow: hidden; }

.ag-header-group-cell-label, .ag-header-cell-label {
  display: flex;
  flex: 1 1 auto;
  overflow: hidden;
  align-items: center;
  text-overflow: ellipsis;
  align-self: stretch; }

.ag-header-cell-label .ag-header-cell-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.ag-numeric-header .ag-header-cell-label {
  flex-direction: row-reverse; }

.ag-header-group-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.ag-header-cell-resize {
  position: absolute;
  z-index: 1;
  height: 100%;
  width: 4px; }

.ag-header-expand-icon {
  padding-left: 4px; }

.ag-header-select-all {
  display: flex; }

/**
 ****************************
 * Columns
 ****************************
*/
.ag-column-moving .ag-cell {
  transition: left 0.2s; }

.ag-column-moving .ag-header-cell {
  transition: left 0.2s; }

.ag-column-moving .ag-header-group-cell {
  transition: left 0.2s, width 0.2s; }

/**
 ****************************
 * Column Panel
 ****************************
*/
.ag-column-panel {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  flex: 1 1 auto; }

.ag-column-select-panel {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  flex-grow: 4;
  flex-shrink: 1;
  flex-basis: 0; }
  .ag-column-select-panel .ag-primary-cols-header-panel {
    display: flex;
    flex: none; }
    .ag-column-select-panel .ag-primary-cols-header-panel .ag-column-name-filter {
      flex: 1 1 auto; }
    .ag-column-select-panel .ag-primary-cols-header-panel .ag-primary-cols-filter-wrapper {
      flex: 1 1 auto; }
      .ag-column-select-panel .ag-primary-cols-header-panel .ag-primary-cols-filter-wrapper input {
        width: 100%; }
  .ag-column-select-panel .ag-primary-cols-list-panel {
    flex: 1 1 auto;
    overflow: auto; }

.ag-column-drop {
  display: inline-flex;
  align-items: center;
  overflow: auto;
  width: 100%; }
  .ag-column-drop .ag-column-drop-list {
    display: flex;
    align-items: center; }
    .ag-column-drop .ag-column-drop-list .ag-column-drop-cell {
      display: flex;
      align-items: center; }
      .ag-column-drop .ag-column-drop-list .ag-column-drop-cell .ag-column-drop-cell-text {
        overflow: hidden;
        flex: 1 1 auto;
        text-overflow: ellipsis;
        white-space: nowrap; }

.ag-column-drop.ag-column-drop-vertical {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  flex: 1 1 0;
  align-items: stretch; }
  .ag-column-drop.ag-column-drop-vertical > div {
    display: flex;
    align-items: center; }
  .ag-column-drop.ag-column-drop-vertical .ag-column-drop-list {
    align-items: stretch;
    flex-grow: 1;
    flex-direction: column;
    overflow-x: auto; }
  .ag-column-drop.ag-column-drop-vertical .ag-column-drop-empty-message {
    display: block; }

.ag-column-drop.ag-column-drop-horizontal {
  white-space: nowrap;
  overflow: hidden; }

/**
 ****************************
 * Rows
 ****************************
*/
.ag-row-animation .ag-row {
  transition: transform 0.4s, top 0.4s, height 0.4s, background-color 0.1s, opacity 0.2s; }

.ag-row-no-animation .ag-row {
  transition: background-color 0.1s; }

.ag-row {
  white-space: nowrap;
  width: 100%; }

.ag-row-position-absolute {
  position: absolute; }

.ag-row-position-relative {
  position: relative; }

.ag-full-width-row {
  overflow: hidden;
  pointer-events: all; }

.ag-row-inline-editing {
  z-index: 1; }

.ag-row-dragging {
  z-index: 2; }

.ag-stub-cell {
  display: flex;
  align-items: center; }

/**
 ****************************
 * Cells
 ****************************
*/
.ag-cell {
  display: inline-block;
  overflow: hidden;
  position: absolute;
  text-overflow: ellipsis;
  white-space: nowrap; }

.ag-cell-wrapper {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%; }
  .ag-cell-wrapper.ag-row-group {
    align-items: flex-start; }
  .ag-cell-wrapper .ag-cell-value, .ag-cell-wrapper .ag-group-value {
    overflow: hidden;
    text-overflow: ellipsis; }

.ag-full-width-row.ag-row-group .ag-cell-wrapper {
  align-items: center; }

.ag-cell-with-height {
  height: 100%; }

.ag-group-cell-entire-row {
  display: inline-block;
  height: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%; }

.ag-footer-cell-entire-row {
  display: inline-block;
  height: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%; }

.ag-cell-inline-editing {
  z-index: 1; }
  .ag-cell-inline-editing .ag-cell-edit-input, .ag-cell-inline-editing .ag-input-wrapper {
    height: 100%;
    width: 100%;
    line-height: normal; }

/**
 ****************************
 * Filters
 ****************************
*/
.ag-set-filter-item {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: flex;
  align-items: center; }
  .ag-set-filter-item > div, .ag-set-filter-item > span {
    display: flex; }

.ag-filter .ag-filter-checkbox {
  pointer-events: none; }

.ag-filter .ag-filter-body-wrapper {
  display: flex;
  flex-direction: column; }

.ag-filter .ag-filter-filter {
  flex: 1 1 auto; }

/**
 ****************************
 * Floating Filter
 ****************************
*/
.ag-floating-filter-full-body .ag-react-container, .ag-floating-filter-body .ag-react-container {
  height: 100%; }

.ag-floating-filter-body {
  display: flex;
  flex: 1 1 auto;
  height: 100%; }
  .ag-floating-filter-body input {
    margin: 0;
    flex: 1 1 auto;
    max-height: calc(100% - 1px); }

.ag-floating-filter-full-body {
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%; }
  .ag-floating-filter-full-body > div {
    flex: 1 1 auto; }
  .ag-floating-filter-full-body input {
    margin: 0;
    width: 100%; }
  .ag-floating-filter-full-body input[type="range"] {
    height: 100%; }

.ag-floating-filter {
  display: inline-block;
  position: absolute; }

.ag-floating-filter-input {
  width: 100%; }

.ag-floating-filter-input:read-only {
  background-color: #eee; }

.ag-floating-filter-menu {
  position: absolute;
  -webkit-user-select: none;
  user-select: none; }

.ag-floating-filter-button {
  display: flex;
  flex: none; }

/**
 ****************************
 * Drag & Drop
 ****************************
*/
.ag-dnd-ghost {
  display: flex;
  align-items: center;
  background: #e5e5e5;
  border: 1px solid black;
  cursor: move;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  overflow: hidden;
  padding: 3px;
  position: absolute;
  text-overflow: ellipsis;
  -webkit-user-select: none;
  user-select: none;
  z-index: 10; }

.ag-dnd-ghost-icon {
  padding: 2px; }

/**
 ****************************
 * Overlay
 ****************************
*/
.ag-overlay {
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%; }

.ag-overlay-panel {
  display: flex;
  height: 100%;
  pointer-events: none;
  width: 100%; }

.ag-overlay-wrapper {
  display: flex;
  flex: none;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  text-align: center; }
  .ag-overlay-wrapper.ag-overlay-loading-wrapper {
    pointer-events: all; }

.ag-overlay-no-rows-wrapper.ag-layout-auto-height {
  padding-top: 30px; }

/**
 ****************************
 * Popup
 ****************************
*/
.ag-popup > div {
  z-index: 5; }

.ag-popup-backdrop {
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%; }

.ag-popup-editor {
  position: absolute;
  -webkit-user-select: none;
  user-select: none;
  z-index: 1; }

/**
 ****************************
 * Virtual Lists
 ****************************
*/
.ag-virtual-list-item {
  position: absolute;
  width: 100%; }
  .ag-virtual-list-item span:empty:not(.ag-icon) {
    border-left: 1px solid transparent; }

/**
 ****************************
 * Floating Top and Bottom
 ****************************
*/
.ag-floating-top {
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  position: relative;
  display: flex; }

.ag-pinned-left-floating-top {
  display: inline-block;
  overflow: hidden;
  position: relative;
  min-width: 0px;
  flex-grow: 1000; }

.ag-pinned-right-floating-top {
  display: inline-block;
  overflow: hidden;
  position: relative;
  min-width: 0px;
  flex-grow: 1000; }

.ag-floating-bottom {
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  position: relative;
  display: flex; }

.ag-pinned-left-floating-bottom {
  display: inline-block;
  overflow: hidden;
  position: relative;
  min-width: 0px;
  flex-grow: 1000; }

.ag-pinned-right-floating-bottom {
  display: inline-block;
  overflow: hidden;
  position: relative;
  min-width: 0px;
  flex-grow: 1000; }

/**
 ****************************
 * Dialog
 ****************************
*/
.ag-dialog, .ag-panel {
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden; }
  .ag-dialog .ag-title-bar, .ag-panel .ag-title-bar {
    display: flex;
    flex: none;
    align-items: center;
    cursor: default; }
    .ag-dialog .ag-title-bar .ag-title-bar-title, .ag-panel .ag-title-bar .ag-title-bar-title {
      flex: 1 1 auto; }
    .ag-dialog .ag-title-bar .ag-title-bar-buttons, .ag-panel .ag-title-bar .ag-title-bar-buttons {
      display: flex; }
      .ag-dialog .ag-title-bar .ag-title-bar-buttons .ag-button, .ag-panel .ag-title-bar .ag-title-bar-buttons .ag-button {
        cursor: pointer; }
  .ag-dialog .ag-panel-content-wrapper, .ag-panel .ag-panel-content-wrapper {
    display: flex;
    flex: 1 1 auto;
    position: relative;
    overflow: hidden; }
    .ag-dialog .ag-panel-content-wrapper > div, .ag-panel .ag-panel-content-wrapper > div {
      width: 100%;
      height: 100%; }

.ag-dialog {
  position: absolute; }
  .ag-dialog .ag-resizer {
    position: absolute;
    pointer-events: none;
    z-index: 1; }
    .ag-dialog .ag-resizer.ag-resizer-topLeft {
      top: 0;
      left: 0;
      height: 5px;
      width: 5px;
      cursor: nwse-resize; }
    .ag-dialog .ag-resizer.ag-resizer-top {
      top: 0;
      left: 5px;
      right: 5px;
      height: 5px;
      cursor: ns-resize; }
    .ag-dialog .ag-resizer.ag-resizer-topRight {
      top: 0;
      right: 0;
      height: 5px;
      width: 5px;
      cursor: nesw-resize; }
    .ag-dialog .ag-resizer.ag-resizer-right {
      top: 5px;
      right: 0;
      bottom: 5px;
      width: 5px;
      cursor: ew-resize; }
    .ag-dialog .ag-resizer.ag-resizer-bottomRight {
      bottom: 0;
      right: 0;
      height: 5px;
      width: 5px;
      cursor: nwse-resize; }
    .ag-dialog .ag-resizer.ag-resizer-bottom {
      bottom: 0;
      left: 5px;
      right: 5px;
      height: 5px;
      cursor: ns-resize; }
    .ag-dialog .ag-resizer.ag-resizer-bottomLeft {
      bottom: 0;
      left: 0;
      height: 5px;
      width: 5px;
      cursor: nesw-resize; }
    .ag-dialog .ag-resizer.ag-resizer-left {
      left: 0;
      top: 5px;
      bottom: 5px;
      width: 5px;
      cursor: ew-resize; }
  .ag-dialog .ag-message-box {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column; }
    .ag-dialog .ag-message-box .ag-message-box-content {
      display: flex;
      flex: 1 1 auto;
      justify-content: center;
      align-items: center; }
    .ag-dialog .ag-message-box .ag-message-box-button-bar {
      display: flex;
      justify-content: center; }

/**
 ****************************
 * Tooltip
 ****************************
*/
.ag-tooltip {
  position: absolute;
  pointer-events: none;
  z-index: 99999; }

.ag-chart-tooltip {
  display: table;
  position: absolute;
  -webkit-user-select: none;
  user-select: none;
  pointer-events: none;
  white-space: nowrap;
  z-index: 99999;
  font: 12px Verdana, sans-serif;
  color: black;
  background: #f4f4f4;
  border-radius: 5px;
  box-shadow: 0 0 1px rgba(3, 3, 3, 0.7), 0.5vh 0.5vh 1vh rgba(3, 3, 3, 0.25);
  opacity: 0;
  transform: scale(0.9);
  transition: 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition-property: opacity, transform; }
  .ag-chart-tooltip.visible {
    opacity: 1;
    transform: scale(1); }
  .ag-chart-tooltip .title {
    font-weight: bold;
    padding: 7px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: white;
    background-color: #888888; }
  .ag-chart-tooltip .content {
    padding: 7px;
    line-height: 1.7em; }

/**
 ****************************
 * Animations
 ****************************
*/
.ag-value-slide-out {
  margin-right: 5px;
  opacity: 1;
  transition: opacity 3s, margin-right 3s;
  transition-timing-function: linear; }

.ag-value-slide-out-end {
  margin-right: 10px;
  opacity: 0; }

.ag-opacity-zero {
  opacity: 0 !important; }

/**
 ****************************
 * Menu
 ****************************
*/
.ag-menu {
  max-height: 100%;
  overflow-y: auto;
  position: absolute;
  -webkit-user-select: none;
  user-select: none; }

.ag-menu-column-select-wrapper {
  height: 265px;
  overflow: auto;
  width: 200px; }

.ag-menu-list {
  display: table; }

.ag-menu-option, .ag-menu-separator {
  display: table-row; }
  .ag-menu-option > span, .ag-menu-separator > span {
    display: table-cell;
    vertical-align: middle; }

.ag-menu-option-text {
  white-space: nowrap; }

.ag-menu-column-select-wrapper .ag-column-select-panel {
  height: 100%; }

/**
 ****************************
 * Rich Select
 ****************************
*/
.ag-rich-select {
  cursor: default;
  outline: none; }
  .ag-rich-select .ag-rich-select-value {
    display: flex;
    align-items: center; }
    .ag-rich-select .ag-rich-select-value > span {
      flex: 1 1 auto; }
      .ag-rich-select .ag-rich-select-value > span.ag-icon {
        order: 1;
        flex: none; }
  .ag-rich-select .ag-rich-select-list .ag-virtual-list-item {
    display: flex; }
    .ag-rich-select .ag-rich-select-list .ag-virtual-list-item .ag-rich-select-row {
      display: flex;
      flex: 1 1 auto;
      align-items: center;
      white-space: nowrap; }

/**
 ****************************
 * Pagination
 ****************************
*/
.ag-paging-panel {
  align-items: center;
  display: flex;
  justify-content: flex-end; }
  .ag-paging-panel .ag-paging-row-summary-panel {
    display: flex; }
    .ag-paging-panel .ag-paging-row-summary-panel span {
      margin: 0 3px; }

.ag-paging-page-summary-panel {
  display: flex;
  align-items: center; }
  .ag-paging-page-summary-panel .ag-disabled {
    pointer-events: none; }
  .ag-paging-page-summary-panel .ag-paging-button {
    position: relative;
    overflow: hidden; }
    .ag-paging-page-summary-panel .ag-paging-button button {
      position: absolute; }

/**
 ****************************
 * Tool Panel
 ****************************
*/
.ag-tool-panel-wrapper {
  display: flex;
  overflow-y: auto;
  cursor: default;
  -webkit-user-select: none;
  user-select: none;
  width: 200px; }
  .ag-tool-panel-wrapper .ag-filter-toolpanel-header {
    line-height: 1.5;
    cursor: pointer; }

.ag-column-tool-panel-column,
.ag-column-tool-panel-column-group {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  text-overflow: ellipsis;
  white-space: nowrap; }
  .ag-column-tool-panel-column .ag-column-tool-panel-column,
  .ag-column-tool-panel-column .ag-column-tool-panel-column-group,
  .ag-column-tool-panel-column-group .ag-column-tool-panel-column,
  .ag-column-tool-panel-column-group .ag-column-tool-panel-column-group {
    flex: 1 1 auto;
    overflow: hidden;
    text-overflow: ellipsis; }

.ag-column-select-checkbox {
  display: flex; }

.ag-tool-panel-horizontal-resize {
  cursor: col-resize;
  height: 100%;
  position: absolute;
  top: 0;
  width: 5px;
  z-index: 1; }

.ag-rtl .ag-tool-panel-horizontal-resize {
  transform: translateX(3px); }

.ag-ltr .ag-tool-panel-horizontal-resize {
  transform: translateX(-3px); }

.loading-filter {
  background-color: #e6e6e6;
  height: 100%;
  padding: 5px;
  position: absolute;
  top: 34px;
  width: 100%;
  z-index: 1; }

.ag-details-row {
  height: 100%;
  width: 100%; }

.ag-details-grid {
  height: 100%;
  width: 100%; }

.ag-header-group-cell {
  display: flex;
  align-items: center;
  height: 100%;
  overflow: hidden;
  position: absolute;
  text-overflow: ellipsis; }

.ag-cell-label-container {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  align-items: center;
  width: 100%; }

.ag-numeric-header .ag-cell-label-container {
  flex-direction: row; }

/**
 ****************************
 * Side Bar
 ****************************
*/
.ag-side-bar {
  display: flex;
  flex-direction: row-reverse; }
  .ag-side-bar .ag-side-buttons div button {
    display: block;
    white-space: nowrap;
    outline: none;
    cursor: pointer; }
    .ag-side-bar .ag-side-buttons div button span:not(.ag-icon) {
      writing-mode: tb;
      writing-mode: vertical-lr; }
  .ag-side-bar .panel-container {
    width: 180px; }
  .ag-side-bar.full-width .panel-container {
    width: 200px; }

.ag-rtl .ag-side-bar .ag-side-buttons button span:not(.ag-icon) {
  writing-mode: tb-rl;
  writing-mode: vertical-rl; }

/**
 ****************************
 * Status Bar
 ****************************
*/
.ag-status-bar {
  display: flex;
  justify-content: space-between;
  overflow: hidden; }
  .ag-status-bar .ag-status-panel {
    display: inline-flex; }

.ag-status-bar-left {
  display: inline-flex; }

.ag-status-bar-center {
  display: inline-flex; }

.ag-status-bar-right {
  display: inline-flex; }

/**
 ****************************
 * Widgets
 ****************************
*/
.ag-group-component {
  position: relative;
  flex: 1 1 100%; }
  .ag-group-component .ag-group-component-title-bar {
    display: flex;
    align-items: center; }
  .ag-group-component .ag-group-component-toolbar {
    display: flex;
    align-items: center; }
  .ag-group-component .ag-group-component-container {
    display: flex;
    flex-direction: column; }
    .ag-group-component .ag-group-component-container .ag-group-subgroup {
      display: flex;
      align-self: stretch; }
  .ag-group-component .ag-group-item {
    display: flex;
    flex: 1 1 auto;
    align-items: center; }
  .ag-group-component.ag-disabled .ag-group-component-container {
    pointer-events: none; }
  .ag-group-component.ag-collapsed .ag-group-component-toolbar, .ag-group-component.ag-collapsed .ag-group-component-container {
    display: none; }

.ag-toggle-button .ag-input-wrapper .ag-icon {
  transition: right 0.3s;
  position: absolute;
  top: -1px; }

.ag-input-field {
  display: flex;
  flex-direction: row;
  align-items: center; }
  .ag-input-field input, .ag-input-field select, .ag-input-field textarea {
    flex: 1 1 auto;
    width: 100%;
    min-width: 0; }

.ag-range-field {
  display: flex;
  align-items: center; }

.ag-picker-field > .ag-wrapper, .ag-slider > .ag-wrapper, .ag-angle-select > .ag-wrapper {
  display: flex; }
  .ag-picker-field > .ag-wrapper > div, .ag-slider > .ag-wrapper > div, .ag-angle-select > .ag-wrapper > div {
    flex: 1 1 auto; }

.ag-angle-select {
  display: flex;
  align-items: center; }
  .ag-angle-select .ag-angle-select-field .ag-parent-circle {
    display: block;
    position: relative; }
  .ag-angle-select .ag-angle-select-field .ag-child-circle {
    position: absolute; }

.ag-picker-field {
  display: flex;
  align-items: center; }
  .ag-picker-field > .ag-wrapper > button {
    display: flex;
    border: 0;
    padding: 0;
    margin: 0; }

.ag-color-picker > .ag-wrapper {
  align-items: stretch;
  overflow: hidden; }

.ag-color-picker button {
  cursor: pointer; }

.ag-labeled.ag-label-align-right label {
  order: 1; }

.ag-labeled.ag-label-align-right > div {
  flex: none; }

.ag-labeled.ag-label-align-top {
  flex-direction: column;
  align-items: flex-start; }
  .ag-labeled.ag-label-align-top > div {
    align-self: stretch; }

.ag-color-panel {
  display: flex;
  flex-direction: column;
  text-align: center; }
  .ag-color-panel .ag-spectrum-color {
    flex: 1 1 auto;
    position: relative;
    overflow: hidden;
    cursor: default; }
  .ag-color-panel .ag-fill {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .ag-color-panel .ag-spectrum-val {
    cursor: pointer; }
  .ag-color-panel .ag-spectrum-dragger {
    position: absolute;
    pointer-events: none;
    cursor: pointer; }
  .ag-color-panel .ag-spectrum-hue {
    cursor: default;
    background: linear-gradient(to left, #ff0000 3%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%); }
  .ag-color-panel .ag-spectrum-alpha {
    cursor: default; }
  .ag-color-panel .ag-spectrum-hue-background {
    width: 100%;
    height: 100%; }
  .ag-color-panel .ag-spectrum-alpha-background {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), black);
    width: 100%;
    height: 100%; }
  .ag-color-panel .ag-hue-alpha {
    cursor: pointer; }
  .ag-color-panel .ag-spectrum-slider {
    position: absolute;
    pointer-events: none; }
  .ag-color-panel .ag-spectrum-text-value {
    display: inline-block;
    text-align: center;
    overflow: hidden;
    white-space: nowrap; }
  .ag-color-panel .ag-spectrum-text-value:focus {
    outline: none;
    outline-offset: 0; }
  .ag-color-panel .ag-recent-colors {
    display: flex; }
    .ag-color-panel .ag-recent-colors > div {
      cursor: pointer; }

.ag-ltr .ag-toolpanel-indent-1 {
  padding-left: 10px; }

.ag-rtl .ag-toolpanel-indent-1 {
  padding-right: 10px; }

.ag-ltr .ag-row-group-indent-1 {
  padding-left: 10px; }

.ag-rtl .ag-row-group-indent-1 {
  padding-right: 10px; }

.ag-ltr .ag-toolpanel-indent-2 {
  padding-left: 20px; }

.ag-rtl .ag-toolpanel-indent-2 {
  padding-right: 20px; }

.ag-ltr .ag-row-group-indent-2 {
  padding-left: 20px; }

.ag-rtl .ag-row-group-indent-2 {
  padding-right: 20px; }

.ag-ltr .ag-toolpanel-indent-3 {
  padding-left: 30px; }

.ag-rtl .ag-toolpanel-indent-3 {
  padding-right: 30px; }

.ag-ltr .ag-row-group-indent-3 {
  padding-left: 30px; }

.ag-rtl .ag-row-group-indent-3 {
  padding-right: 30px; }

.ag-ltr .ag-toolpanel-indent-4 {
  padding-left: 40px; }

.ag-rtl .ag-toolpanel-indent-4 {
  padding-right: 40px; }

.ag-ltr .ag-row-group-indent-4 {
  padding-left: 40px; }

.ag-rtl .ag-row-group-indent-4 {
  padding-right: 40px; }

.ag-ltr .ag-toolpanel-indent-5 {
  padding-left: 50px; }

.ag-rtl .ag-toolpanel-indent-5 {
  padding-right: 50px; }

.ag-ltr .ag-row-group-indent-5 {
  padding-left: 50px; }

.ag-rtl .ag-row-group-indent-5 {
  padding-right: 50px; }

.ag-ltr .ag-toolpanel-indent-6 {
  padding-left: 60px; }

.ag-rtl .ag-toolpanel-indent-6 {
  padding-right: 60px; }

.ag-ltr .ag-row-group-indent-6 {
  padding-left: 60px; }

.ag-rtl .ag-row-group-indent-6 {
  padding-right: 60px; }

.ag-ltr .ag-toolpanel-indent-7 {
  padding-left: 70px; }

.ag-rtl .ag-toolpanel-indent-7 {
  padding-right: 70px; }

.ag-ltr .ag-row-group-indent-7 {
  padding-left: 70px; }

.ag-rtl .ag-row-group-indent-7 {
  padding-right: 70px; }

.ag-ltr .ag-toolpanel-indent-8 {
  padding-left: 80px; }

.ag-rtl .ag-toolpanel-indent-8 {
  padding-right: 80px; }

.ag-ltr .ag-row-group-indent-8 {
  padding-left: 80px; }

.ag-rtl .ag-row-group-indent-8 {
  padding-right: 80px; }

.ag-ltr .ag-toolpanel-indent-9 {
  padding-left: 90px; }

.ag-rtl .ag-toolpanel-indent-9 {
  padding-right: 90px; }

.ag-ltr .ag-row-group-indent-9 {
  padding-left: 90px; }

.ag-rtl .ag-row-group-indent-9 {
  padding-right: 90px; }

.ag-ltr .ag-toolpanel-indent-10 {
  padding-left: 100px; }

.ag-rtl .ag-toolpanel-indent-10 {
  padding-right: 100px; }

.ag-ltr .ag-row-group-indent-10 {
  padding-left: 100px; }

.ag-rtl .ag-row-group-indent-10 {
  padding-right: 100px; }

.ag-ltr .ag-toolpanel-indent-11 {
  padding-left: 110px; }

.ag-rtl .ag-toolpanel-indent-11 {
  padding-right: 110px; }

.ag-ltr .ag-row-group-indent-11 {
  padding-left: 110px; }

.ag-rtl .ag-row-group-indent-11 {
  padding-right: 110px; }

.ag-ltr .ag-toolpanel-indent-12 {
  padding-left: 120px; }

.ag-rtl .ag-toolpanel-indent-12 {
  padding-right: 120px; }

.ag-ltr .ag-row-group-indent-12 {
  padding-left: 120px; }

.ag-rtl .ag-row-group-indent-12 {
  padding-right: 120px; }

.ag-ltr .ag-toolpanel-indent-13 {
  padding-left: 130px; }

.ag-rtl .ag-toolpanel-indent-13 {
  padding-right: 130px; }

.ag-ltr .ag-row-group-indent-13 {
  padding-left: 130px; }

.ag-rtl .ag-row-group-indent-13 {
  padding-right: 130px; }

.ag-ltr .ag-toolpanel-indent-14 {
  padding-left: 140px; }

.ag-rtl .ag-toolpanel-indent-14 {
  padding-right: 140px; }

.ag-ltr .ag-row-group-indent-14 {
  padding-left: 140px; }

.ag-rtl .ag-row-group-indent-14 {
  padding-right: 140px; }

.ag-ltr .ag-toolpanel-indent-15 {
  padding-left: 150px; }

.ag-rtl .ag-toolpanel-indent-15 {
  padding-right: 150px; }

.ag-ltr .ag-row-group-indent-15 {
  padding-left: 150px; }

.ag-rtl .ag-row-group-indent-15 {
  padding-right: 150px; }

.ag-ltr .ag-toolpanel-indent-16 {
  padding-left: 160px; }

.ag-rtl .ag-toolpanel-indent-16 {
  padding-right: 160px; }

.ag-ltr .ag-row-group-indent-16 {
  padding-left: 160px; }

.ag-rtl .ag-row-group-indent-16 {
  padding-right: 160px; }

.ag-ltr .ag-toolpanel-indent-17 {
  padding-left: 170px; }

.ag-rtl .ag-toolpanel-indent-17 {
  padding-right: 170px; }

.ag-ltr .ag-row-group-indent-17 {
  padding-left: 170px; }

.ag-rtl .ag-row-group-indent-17 {
  padding-right: 170px; }

.ag-ltr .ag-toolpanel-indent-18 {
  padding-left: 180px; }

.ag-rtl .ag-toolpanel-indent-18 {
  padding-right: 180px; }

.ag-ltr .ag-row-group-indent-18 {
  padding-left: 180px; }

.ag-rtl .ag-row-group-indent-18 {
  padding-right: 180px; }

.ag-ltr .ag-toolpanel-indent-19 {
  padding-left: 190px; }

.ag-rtl .ag-toolpanel-indent-19 {
  padding-right: 190px; }

.ag-ltr .ag-row-group-indent-19 {
  padding-left: 190px; }

.ag-rtl .ag-row-group-indent-19 {
  padding-right: 190px; }

.ag-ltr .ag-toolpanel-indent-20 {
  padding-left: 200px; }

.ag-rtl .ag-toolpanel-indent-20 {
  padding-right: 200px; }

.ag-ltr .ag-row-group-indent-20 {
  padding-left: 200px; }

.ag-rtl .ag-row-group-indent-20 {
  padding-right: 200px; }

.ag-ltr .ag-toolpanel-indent-21 {
  padding-left: 210px; }

.ag-rtl .ag-toolpanel-indent-21 {
  padding-right: 210px; }

.ag-ltr .ag-row-group-indent-21 {
  padding-left: 210px; }

.ag-rtl .ag-row-group-indent-21 {
  padding-right: 210px; }

.ag-ltr .ag-toolpanel-indent-22 {
  padding-left: 220px; }

.ag-rtl .ag-toolpanel-indent-22 {
  padding-right: 220px; }

.ag-ltr .ag-row-group-indent-22 {
  padding-left: 220px; }

.ag-rtl .ag-row-group-indent-22 {
  padding-right: 220px; }

.ag-ltr .ag-toolpanel-indent-23 {
  padding-left: 230px; }

.ag-rtl .ag-toolpanel-indent-23 {
  padding-right: 230px; }

.ag-ltr .ag-row-group-indent-23 {
  padding-left: 230px; }

.ag-rtl .ag-row-group-indent-23 {
  padding-right: 230px; }

.ag-ltr .ag-toolpanel-indent-24 {
  padding-left: 240px; }

.ag-rtl .ag-toolpanel-indent-24 {
  padding-right: 240px; }

.ag-ltr .ag-row-group-indent-24 {
  padding-left: 240px; }

.ag-rtl .ag-row-group-indent-24 {
  padding-right: 240px; }

.ag-ltr .ag-toolpanel-indent-25 {
  padding-left: 250px; }

.ag-rtl .ag-toolpanel-indent-25 {
  padding-right: 250px; }

.ag-ltr .ag-row-group-indent-25 {
  padding-left: 250px; }

.ag-rtl .ag-row-group-indent-25 {
  padding-right: 250px; }

.ag-ltr .ag-toolpanel-indent-26 {
  padding-left: 260px; }

.ag-rtl .ag-toolpanel-indent-26 {
  padding-right: 260px; }

.ag-ltr .ag-row-group-indent-26 {
  padding-left: 260px; }

.ag-rtl .ag-row-group-indent-26 {
  padding-right: 260px; }

.ag-ltr .ag-toolpanel-indent-27 {
  padding-left: 270px; }

.ag-rtl .ag-toolpanel-indent-27 {
  padding-right: 270px; }

.ag-ltr .ag-row-group-indent-27 {
  padding-left: 270px; }

.ag-rtl .ag-row-group-indent-27 {
  padding-right: 270px; }

.ag-ltr .ag-toolpanel-indent-28 {
  padding-left: 280px; }

.ag-rtl .ag-toolpanel-indent-28 {
  padding-right: 280px; }

.ag-ltr .ag-row-group-indent-28 {
  padding-left: 280px; }

.ag-rtl .ag-row-group-indent-28 {
  padding-right: 280px; }

.ag-ltr .ag-toolpanel-indent-29 {
  padding-left: 290px; }

.ag-rtl .ag-toolpanel-indent-29 {
  padding-right: 290px; }

.ag-ltr .ag-row-group-indent-29 {
  padding-left: 290px; }

.ag-rtl .ag-row-group-indent-29 {
  padding-right: 290px; }

.ag-ltr .ag-toolpanel-indent-30 {
  padding-left: 300px; }

.ag-rtl .ag-toolpanel-indent-30 {
  padding-right: 300px; }

.ag-ltr .ag-row-group-indent-30 {
  padding-left: 300px; }

.ag-rtl .ag-row-group-indent-30 {
  padding-right: 300px; }

.ag-ltr .ag-toolpanel-indent-31 {
  padding-left: 310px; }

.ag-rtl .ag-toolpanel-indent-31 {
  padding-right: 310px; }

.ag-ltr .ag-row-group-indent-31 {
  padding-left: 310px; }

.ag-rtl .ag-row-group-indent-31 {
  padding-right: 310px; }

.ag-ltr .ag-toolpanel-indent-32 {
  padding-left: 320px; }

.ag-rtl .ag-toolpanel-indent-32 {
  padding-right: 320px; }

.ag-ltr .ag-row-group-indent-32 {
  padding-left: 320px; }

.ag-rtl .ag-row-group-indent-32 {
  padding-right: 320px; }

.ag-ltr .ag-toolpanel-indent-33 {
  padding-left: 330px; }

.ag-rtl .ag-toolpanel-indent-33 {
  padding-right: 330px; }

.ag-ltr .ag-row-group-indent-33 {
  padding-left: 330px; }

.ag-rtl .ag-row-group-indent-33 {
  padding-right: 330px; }

.ag-ltr .ag-toolpanel-indent-34 {
  padding-left: 340px; }

.ag-rtl .ag-toolpanel-indent-34 {
  padding-right: 340px; }

.ag-ltr .ag-row-group-indent-34 {
  padding-left: 340px; }

.ag-rtl .ag-row-group-indent-34 {
  padding-right: 340px; }

.ag-ltr .ag-toolpanel-indent-35 {
  padding-left: 350px; }

.ag-rtl .ag-toolpanel-indent-35 {
  padding-right: 350px; }

.ag-ltr .ag-row-group-indent-35 {
  padding-left: 350px; }

.ag-rtl .ag-row-group-indent-35 {
  padding-right: 350px; }

.ag-ltr .ag-toolpanel-indent-36 {
  padding-left: 360px; }

.ag-rtl .ag-toolpanel-indent-36 {
  padding-right: 360px; }

.ag-ltr .ag-row-group-indent-36 {
  padding-left: 360px; }

.ag-rtl .ag-row-group-indent-36 {
  padding-right: 360px; }

.ag-ltr .ag-toolpanel-indent-37 {
  padding-left: 370px; }

.ag-rtl .ag-toolpanel-indent-37 {
  padding-right: 370px; }

.ag-ltr .ag-row-group-indent-37 {
  padding-left: 370px; }

.ag-rtl .ag-row-group-indent-37 {
  padding-right: 370px; }

.ag-ltr .ag-toolpanel-indent-38 {
  padding-left: 380px; }

.ag-rtl .ag-toolpanel-indent-38 {
  padding-right: 380px; }

.ag-ltr .ag-row-group-indent-38 {
  padding-left: 380px; }

.ag-rtl .ag-row-group-indent-38 {
  padding-right: 380px; }

.ag-ltr .ag-toolpanel-indent-39 {
  padding-left: 390px; }

.ag-rtl .ag-toolpanel-indent-39 {
  padding-right: 390px; }

.ag-ltr .ag-row-group-indent-39 {
  padding-left: 390px; }

.ag-rtl .ag-row-group-indent-39 {
  padding-right: 390px; }

.ag-ltr .ag-toolpanel-indent-40 {
  padding-left: 400px; }

.ag-rtl .ag-toolpanel-indent-40 {
  padding-right: 400px; }

.ag-ltr .ag-row-group-indent-40 {
  padding-left: 400px; }

.ag-rtl .ag-row-group-indent-40 {
  padding-right: 400px; }

.ag-ltr .ag-toolpanel-indent-41 {
  padding-left: 410px; }

.ag-rtl .ag-toolpanel-indent-41 {
  padding-right: 410px; }

.ag-ltr .ag-row-group-indent-41 {
  padding-left: 410px; }

.ag-rtl .ag-row-group-indent-41 {
  padding-right: 410px; }

.ag-ltr .ag-toolpanel-indent-42 {
  padding-left: 420px; }

.ag-rtl .ag-toolpanel-indent-42 {
  padding-right: 420px; }

.ag-ltr .ag-row-group-indent-42 {
  padding-left: 420px; }

.ag-rtl .ag-row-group-indent-42 {
  padding-right: 420px; }

.ag-ltr .ag-toolpanel-indent-43 {
  padding-left: 430px; }

.ag-rtl .ag-toolpanel-indent-43 {
  padding-right: 430px; }

.ag-ltr .ag-row-group-indent-43 {
  padding-left: 430px; }

.ag-rtl .ag-row-group-indent-43 {
  padding-right: 430px; }

.ag-ltr .ag-toolpanel-indent-44 {
  padding-left: 440px; }

.ag-rtl .ag-toolpanel-indent-44 {
  padding-right: 440px; }

.ag-ltr .ag-row-group-indent-44 {
  padding-left: 440px; }

.ag-rtl .ag-row-group-indent-44 {
  padding-right: 440px; }

.ag-ltr .ag-toolpanel-indent-45 {
  padding-left: 450px; }

.ag-rtl .ag-toolpanel-indent-45 {
  padding-right: 450px; }

.ag-ltr .ag-row-group-indent-45 {
  padding-left: 450px; }

.ag-rtl .ag-row-group-indent-45 {
  padding-right: 450px; }

.ag-ltr .ag-toolpanel-indent-46 {
  padding-left: 460px; }

.ag-rtl .ag-toolpanel-indent-46 {
  padding-right: 460px; }

.ag-ltr .ag-row-group-indent-46 {
  padding-left: 460px; }

.ag-rtl .ag-row-group-indent-46 {
  padding-right: 460px; }

.ag-ltr .ag-toolpanel-indent-47 {
  padding-left: 470px; }

.ag-rtl .ag-toolpanel-indent-47 {
  padding-right: 470px; }

.ag-ltr .ag-row-group-indent-47 {
  padding-left: 470px; }

.ag-rtl .ag-row-group-indent-47 {
  padding-right: 470px; }

.ag-ltr .ag-toolpanel-indent-48 {
  padding-left: 480px; }

.ag-rtl .ag-toolpanel-indent-48 {
  padding-right: 480px; }

.ag-ltr .ag-row-group-indent-48 {
  padding-left: 480px; }

.ag-rtl .ag-row-group-indent-48 {
  padding-right: 480px; }

.ag-ltr .ag-toolpanel-indent-49 {
  padding-left: 490px; }

.ag-rtl .ag-toolpanel-indent-49 {
  padding-right: 490px; }

.ag-ltr .ag-row-group-indent-49 {
  padding-left: 490px; }

.ag-rtl .ag-row-group-indent-49 {
  padding-right: 490px; }

.ag-ltr {
  direction: ltr; }
  .ag-ltr .ag-body, .ag-ltr .ag-floating-top, .ag-ltr .ag-floating-bottom, .ag-ltr .ag-header, .ag-ltr .ag-body-viewport, .ag-ltr .ag-body-horizontal-scroll {
    flex-direction: row; }
  .ag-ltr .ag-header-cell-resize {
    right: -4px; }
  .ag-ltr .ag-pinned-right-header .ag-header-cell-resize {
    left: -4px; }

.ag-rtl {
  direction: rtl; }
  .ag-rtl .ag-body, .ag-rtl .ag-floating-top, .ag-rtl .ag-floating-bottom, .ag-rtl .ag-header, .ag-rtl .ag-body-viewport, .ag-rtl .ag-body-horizontal-scroll {
    flex-direction: row-reverse; }
  .ag-rtl .ag-header-cell-resize {
    left: -4px; }
  .ag-rtl .ag-pinned-left-header .ag-header-cell-resize {
    right: -4px; }

@media print {
  .ag-body-viewport {
    display: block; }
  .ag-row {
    page-break-inside: avoid; } }

.ag-body .ag-pinned-left-cols-viewport, .ag-body .ag-body-viewport, .ag-body .ag-pinned-right-cols-viewport {
  -webkit-overflow-scrolling: touch; }

.ag-chart {
  position: relative;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%; }
  .ag-chart .ag-chart-components-wrapper {
    position: relative;
    display: flex;
    flex: 1 1 auto;
    overflow: hidden; }
    .ag-chart .ag-chart-components-wrapper .ag-chart-canvas-wrapper {
      position: relative;
      flex: 1 1 auto;
      overflow: hidden; }
      .ag-chart .ag-chart-components-wrapper .ag-chart-canvas-wrapper canvas {
        display: block; }
    .ag-chart .ag-chart-components-wrapper .ag-chart-menu {
      position: absolute;
      top: 10px;
      right: 20px;
      width: 24px;
      overflow: hidden;
      display: flex;
      flex-direction: column; }
  .ag-chart:not(.ag-has-menu):hover .ag-chart-menu {
    opacity: 1;
    pointer-events: all; }
  .ag-chart .ag-chart-docked-container {
    position: relative;
    width: 0;
    min-width: 0;
    transition: min-width 0.4s; }
    .ag-chart .ag-chart-docked-container .ag-panel {
      border-width: 0 0 0 1px; }

.ag-chart-tabbed-menu > div {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden; }

.ag-chart-tabbed-menu .ag-tab-header {
  flex: none;
  -webkit-user-select: none;
          user-select: none;
  cursor: default; }

.ag-chart-tabbed-menu .ag-tab-body {
  display: flex;
  flex: 1 1 auto;
  align-items: stretch;
  overflow: hidden; }
  .ag-chart-tabbed-menu .ag-tab-body > div {
    width: 100%;
    overflow: hidden;
    overflow-y: auto; }

.ag-chart-tabbed-menu .ag-chart-settings {
  overflow-x: hidden; }
  .ag-chart-tabbed-menu .ag-chart-settings .ag-chart-settings-wrapper {
    position: relative;
    flex-direction: column;
    width: 100%;
    height: 100%;
    display: flex;
    overflow: hidden; }
    .ag-chart-tabbed-menu .ag-chart-settings .ag-chart-settings-wrapper .ag-chart-settings-nav-bar {
      width: 100%;
      display: flex;
      height: 30px;
      align-items: center; }
      .ag-chart-tabbed-menu .ag-chart-settings .ag-chart-settings-wrapper .ag-chart-settings-nav-bar .ag-nav-card-selector {
        display: flex;
        align-items: center;
        justify-content: space-around;
        flex: 1 1 auto;
        height: 100%; }
        .ag-chart-tabbed-menu .ag-chart-settings .ag-chart-settings-wrapper .ag-chart-settings-nav-bar .ag-nav-card-selector .ag-nav-card-item {
          opacity: 0.2; }
          .ag-chart-tabbed-menu .ag-chart-settings .ag-chart-settings-wrapper .ag-chart-settings-nav-bar .ag-nav-card-selector .ag-nav-card-item.ag-selected {
            opacity: 1; }
      .ag-chart-tabbed-menu .ag-chart-settings .ag-chart-settings-wrapper .ag-chart-settings-nav-bar .ag-chart-settings-prev-btn, .ag-chart-tabbed-menu .ag-chart-settings .ag-chart-settings-wrapper .ag-chart-settings-nav-bar .ag-chart-settings-next-btn {
        position: relative;
        flex: none; }
        .ag-chart-tabbed-menu .ag-chart-settings .ag-chart-settings-wrapper .ag-chart-settings-nav-bar .ag-chart-settings-prev-btn button, .ag-chart-tabbed-menu .ag-chart-settings .ag-chart-settings-wrapper .ag-chart-settings-nav-bar .ag-chart-settings-next-btn button {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          cursor: pointer;
          opacity: 0; }
    .ag-chart-tabbed-menu .ag-chart-settings .ag-chart-settings-wrapper .ag-chart-settings-mini-charts-container {
      position: relative;
      flex: 1 1 auto;
      overflow-x: hidden;
      overflow-y: auto; }
      .ag-chart-tabbed-menu .ag-chart-settings .ag-chart-settings-wrapper .ag-chart-settings-mini-charts-container .ag-chart-settings-mini-wrapper {
        position: absolute;
        top: 0;
        left: 0;
        display: flex;
        flex-direction: column;
        width: 100%;
        min-height: 100%;
        overflow: hidden; }
        .ag-chart-tabbed-menu .ag-chart-settings .ag-chart-settings-wrapper .ag-chart-settings-mini-charts-container .ag-chart-settings-mini-wrapper .ag-group-component {
          flex: none; }
        .ag-chart-tabbed-menu .ag-chart-settings .ag-chart-settings-wrapper .ag-chart-settings-mini-charts-container .ag-chart-settings-mini-wrapper .ag-group-component-container {
          flex-direction: row;
          flex-wrap: wrap; }
          .ag-chart-tabbed-menu .ag-chart-settings .ag-chart-settings-wrapper .ag-chart-settings-mini-charts-container .ag-chart-settings-mini-wrapper .ag-group-component-container .ag-chart-mini-thumbnail {
            flex: none; }
        .ag-chart-tabbed-menu .ag-chart-settings .ag-chart-settings-wrapper .ag-chart-settings-mini-charts-container .ag-chart-settings-mini-wrapper.ag-animating, .ag-chart-tabbed-menu .ag-chart-settings .ag-chart-settings-wrapper .ag-chart-settings-mini-charts-container .ag-chart-settings-mini-wrapper.ag-animating {
          transition: left 0.3s;
          transition-timing-function: ease-in-out; }
        .ag-chart-tabbed-menu .ag-chart-settings .ag-chart-settings-wrapper .ag-chart-settings-mini-charts-container .ag-chart-settings-mini-wrapper .ag-chart-mini-thumbnail {
          cursor: pointer; }
          .ag-chart-tabbed-menu .ag-chart-settings .ag-chart-settings-wrapper .ag-chart-settings-mini-charts-container .ag-chart-settings-mini-wrapper .ag-chart-mini-thumbnail canvas {
            display: block; }

.ag-chart-tabbed-menu .ag-chart-data-wrapper, .ag-chart-tabbed-menu .ag-chart-format-wrapper {
  display: flex;
  flex-direction: column;
  position: relative;
  -webkit-user-select: none;
          user-select: none; }
  .ag-chart-tabbed-menu .ag-chart-data-wrapper > div, .ag-chart-tabbed-menu .ag-chart-format-wrapper > div {
    display: flex;
    margin: 0;
    padding-bottom: 2px; }
    .ag-chart-tabbed-menu .ag-chart-data-wrapper > div:not(:first-child), .ag-chart-tabbed-menu .ag-chart-format-wrapper > div:not(:first-child) {
      margin-top: 0; }

.ag-chart-tabbed-menu .ag-chart-format-wrapper {
  overflow-x: hidden; }
  .ag-chart-tabbed-menu .ag-chart-format-wrapper .ag-group-component .ag-group-subgroup {
    justify-content: space-between; }

.ag-chart .ag-chart-canvas-wrapper.ag-chart-empty > canvas {
  visibility: hidden; }

.ag-chart .ag-chart-canvas-wrapper.ag-chart-empty .ag-chart-empty-text {
  display: flex; }

.ag-chart .ag-chart-empty-text {
  display: none;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center; }

.ag-chart .ag-chart-menu {
  opacity: 0;
  pointer-events: none; }
  .ag-chart .ag-chart-menu > span {
    opacity: 0.5;
    line-height: 24px;
    font-size: 24px;
    width: 24px;
    height: 24px;
    margin: 2px 0;
    cursor: pointer; }
    .ag-chart .ag-chart-menu > span:hover {
      border-radius: 5px; }

.ag-chart .ag-chart-docked-container {
  min-width: 0;
  width: 0; }

.ag-chart-tabbed-menu .ag-tab-body {
  padding: 0; }

.ag-chart-tabbed-menu .ag-chart-settings .ag-chart-settings-nav-bar {
  padding: 0 10px;
  -webkit-user-select: none;
          user-select: none; }
  .ag-chart-tabbed-menu .ag-chart-settings .ag-chart-settings-nav-bar .ag-nav-card-selector {
    padding: 0 10px; }
    .ag-chart-tabbed-menu .ag-chart-settings .ag-chart-settings-nav-bar .ag-nav-card-selector .ag-nav-card-item {
      cursor: pointer; }


/*!********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/ag-grid-community/dist/styles/ag-theme-balham.css ***!
  \********************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
@font-face {
  font-family: "agGridBalham";
  src: url("data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBlYAAAC8AAAAYGNtYXAXVtK8AAABHAAAAFRnYXNwAAAAEAAAAXAAAAAIZ2x5Zg+MNAUAAAF4AAAdmGhlYWQV8DAbAAAfEAAAADZoaGVhB8ID+wAAH0gAAAAkaG10eN4AI4AAAB9sAAAA6GxvY2HTZMxUAAAgVAAAAHZtYXhwAEcAlQAAIMwAAAAgbmFtZZQXxKQAACDsAAABknBvc3QAAwAAAAAigAAAACAAAwP3AZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpNQPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAOAAAAAoACAACAAIAAQAg6TX//f//AAAAAAAg6QD//f//AAH/4xcEAAMAAQAAAAAAAAAAAAAAAQAB//8ADwABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAADAD///wPBA4EAJwBQAG4AAAEeARcWFRYUBxQHDgEHBiMGIiciJy4BJyY1JjQ3NDc+ATc2MzYyFzIFIgYHBgcOARcUFx4BFxYXFjI3Njc+ATc2NzY0JyYnLgEnJiMiBgcGIwEjNSEVHgEXFgYHDgEVITUzFSE0Njc+AScuASc1IQMkPlwCAQEBAQJcPklJSZJJSUk9XQIBAQEBAlw+SUlJkklJ/gUlOgEBAQEBAQMCNSRJSUqSSklJJDUCAwEBAQEDAjUkSUhJkUlISQHgQP8AAXUZEAoYJ1YBAED+gAYbLWQgLmICAYADgAJcPklJSZJJSUk+XAIBAQEBAlw+SUlJkklJST5cAgEBAUE4JkhJSZJJSUkkNQIDAQEBAQMCNSRJSUqSSklJJDUCAwEBAf8AQAMgQiscRBciPRpAgCZMGCdHHylHNEUAAQBTABMDrQNtACcAABMXByc3HgEXByERByc3HgEXBycRISc3HgEXByc3IRE3HgEXByc3FxHNSi6WlgwWDEoBE0kulyZLJi5JARNKLiVMJZYuSv7tSQwWDJeXLkkBoEkul5cMFgxJARNKLpYlTCUuSv7tSS4mSyaXLkn+7UoMFgyWli5KARMAAAEBKQCZAtcC5wAKAAABByc3HgEXBycRIwHgiS7XNms2LolAAmyJLdc2azYtif4tAAMAgABAA4ADQAAbADcARgAAASIHDgEHBhUUFx4BFxYzMjc+ATc2NTQnLgEnJgcyFx4BFxYVFAcOAQcGIyInLgEnJjU0Nz4BNzYTNx4BFwcXBycHJzcnNxcCAE9GRmkeHh4eaUZGT09GRmkeHh4eaUZGT0I7OlcZGRkZVzo7QkI7OlcZGRkZVzo7QqkMFgyqqi6pqS6qqi6pA0AeHmlGRk9PRkZpHh4eHmlGRk9PRkZpHh5AGRlXOjtCQjs6VxkZGRlXOjtCQjs6VxkZ/u2qDBYMqakuqqouqakuqgADANUAlQMrAusABAAJAA0AABMzESMRNzMRIxETMxEj1YCA73h473h4Ajf+XgGitP2qAlb+qv8AAAMAAP/ABAADwAAPACAAKAAABSEiJjURNDYzITIWFREUBgMhIgYVERQWMyEyNjURNCYjBwEnNxcBHgEDSP1wTGxsTAKQTGxsSv1tLUFBLQKTLUFALgz+VNAznQF5DRpAbEwCkExsbEz9cExsA7lBLf1tLkBALgKTLUH3/lPRNJ0BeA0aAAMAAP/ABAADwAAPACAAJAAABSEiJjURNDYzITIWFREUBgMhIgYVERQWMyEyNjURNCYjAyE1IQNI/XBMbGxMApBMbGxK/W0tQUEtApMtQUAuJf22AkpAbEwCkExsbEz9cExsA7lBLf1tLkBALgKTLUH+IkoAAgAA/8AEAAPAAA8AIAAAATIWFREUBiMhIiY1ETQ2MwUhIgYVERQWMyEyNjURNCYjA0hMbGxM/XBMbGxMApL9bS1BQS0Cky1BQC4DwGxM/XBMbGxMApBMbEdBLf1tLkBALgKTLUEAAAADAHMASAONAzgABgAKABYAAAkBBxcJAiE3FyEFMAYVFBYzMjY1NCYC/f5VPGb+9wFFAUX978zM/mgCTFUyIyMyVQGNAas8Zv73/rsBRc3NQGsqIzIyIyprAAAAAAIAwACgAcAC4AADAAcAACUhESEHETMRAcD/AAEAwICgAkBA/kABwAAEAMAAoANAAuAAAwAHAAsADwAAJSMRMxMjETMTIxEzASMRMwHAQEDAQEDAQED9wEBAoAJA/cACQP3AAkD9wAJAAAAAAAEBXgCpAqIC1wAHAAABBxcHCQEeAQKi6ekt/ukBFwsXAqnp6S4BFwEXDBYAAwCgAEADYANAABAAIAAzAAAlIyImNRE0NjsBMhYVERQGIxMhIgYVERQWMyEyNjURNCYBIzwBNRE0NjMhOgEzFSEiBhURAr77Q2BgQ/tDX19DBf79Jzc3JwEDJzc3/fdBX0MBmgECAf5dJjZAX0QBOkNgYEP+xkRfAkA4Jv67Jzc3JwFFJjj+AAEEAgIXQ19ANib93AAAAAABASkA6QLXApcADgAAATceARcHFwcnByc3JzcXAgCpDBYMqqouqakuqqouqQHtqgwWDKmpLqqqLqmpLqoAAAAABQBAAAADwAOAACUAMgA/AEsAUQAAAT4BNTQmIyIGFRQWMzI2NxcHLgEjIgYVFBYzMjY1NCYnNwEzNQEHIiY1NDYzMhYVFAYjESImNTQ2MzIWFRQGIwEiJjU0NjMyFhUUBgkBFwE1IwGWCAhpSkppaUoUJRFpaRElFEppaUpKaQgIagE6hv3WoyU0NCUlNTUlJTQ0JSU1NSUBDQkNDQkJDQ0BMf7zWQE6hgKDESUUSmlpSkppCAhqaggIaUpKaWlKFCURaf7HLQIpEDUlJTQ0JSU1/ec0JSU1NSUlNAFQDQkJDQ0JCQ0Bqf7zWQE5LQAABwCGAFYDegMqAAsADwAbACgALAA4ADwAADciBhUUFjMyNjU0JgU1IRUDIgYVFBYzMjY1NCYHMhYVFAYjIiY1NDYzBSE1IQEyFhUUBiMiJjU0NgUhNSHGGiYmGhslJQKZ/eaaGiYmGhslJRsSGRkSERkZEQIJ/pEBb/33GyUlGxomJgLO/eYCGtYmGhslJRsaJmtVVQGVJhoaJiYaGiYVGRISGRkSEhlWVgE/JRsaJiYaGyVqVQAAAAEBKQCZAtcC5wAKAAABNx4BFwcnNxcRMwIgiQwWDNfXLolAARSJCxcL19ctiQHTAAEBXgCpAqIC1wAMAAAJASc3JzcWFx4BFxYXAqL+6S3p6S0jIyNFIyMjAcD+6S7p6S4jIyNGIiMjAAAAAAUAQwBzA70DDQAsAEoAaABzAH0AAAE+ATc6ATMWFx4BFxYXMAYHDgEHFwcnBgcGJicmJy4BJy4BJzA2Nz4BNyc3FwcOAQ8BFhceARcWNz4BNycOASMiJy4BJyY1NDY3JwE+AT8BJicuAScmBw4BBxc+ATMyFx4BFxYVFAYHFwEOARUUFjMyNjcnBT4BNTQmIyIGBwEqL2g2BwQHSENCci0tGzkuECQTPi1LOUBAgD49NSlEGQoPCiUbFzcgPi1KCjFOGAEdNzeJTExICxYKHRxEJi8oKT0SERcVMAHBMU0YARgnKGU7Oz4pUCUkHEQmLikpPRESGBUq/p0MDl5CGC0T3gELDQ5eQhksEwLEFxsCAhgXUjk4RHYwER4NPi1LHA0MCBUVJh5KLBEiGFMkHzYWPi1JUSFZNwJFNTU/BwcXBAgFHRUYEhI8KSkuJkQcMf6ZIVo3AjguLkESEgEBExEjFRcREj0pKC8lRRwqAQgTLBlCXg4N3bATLRhDXQ4MAAQAQwCZA70C9gAkAEMAYABvAAABFhceARcWFzAGBwYHDgEnJicuAScuAScwNjc2Nz4BNzY3OgEzBwYHDgEHBg8BFhceARcWNzY3PgE3Nj8BJicuAScmIxcyFx4BFxYVFAcOAQcGIyInLgEnJjU0Nz4BNzYzFzU0JiMiBh0BFBYzMjY1AglIQ0JyLS0bOS46Tk6oU1RFKUQZCg8KJRsgKSpgNTU3BwQHETs4N2AnJhgBHTc3iUxMSColJkAaGhIBGCcoZTs7PggtKCc7ERISETsnKC0tKCc7ERISETsnKC2gXkJCXl5CQl4C9gIYF1I5OER2MD0jJBAVFDIeSiwRIhhTJCsjIzIODgJAAhITQC0sNgJFNTU/BwcXDRYWOyMjKAM4Li1CEhEfERE7JygtLSgnOxIRERI7JygtLSgnOxER2AFCXl5CAkJeXkIAAgDAAKADQAMAABsAMwAAAQYHDgEHBgcOAR0BBzQ2JzQmJyYnLgEnJic1IQUUFhcWFx4BFxYXFTc1Njc+ATc2Nz4BNQNAARYVQSUmIAQEwAICBQMhJSZAFhUBAoD9wAQEISUmQBYVAUABFhVBJSYgBAQCuiAfHz8gICIFCwZ1kEKDQgYKBCIhIkAeHx1GQAcOBiIhIkAeHx2GMFYgHx8/ICAiBg4HAAAAAgD1AKkDCwLXAAcACwAAAQcXBwkBHgElESMRAwvp6S3+6QEXCxf+NUACqenpLgEXARcMFgv+AAIAAAAADADAAMADQALAAAMABwALAA8AEwAXABsAHwAjACcAKwAvAAAlIzUzFyM1MxcjNTMXIzUzJSM1MxcjNTMXIzUzFyM1MyUjNTMXIzUzFyM1MxcjNTMBAEBAwEBAwEBAwEBA/cBAQMBAQMBAQMBAQP3AQEDAQEDAQEDAQEDAgICAgICAgECAgICAgICAQICAgICAgIAAAAgAP///A8EDgQAnAFAAVABYAFwAYABkAGgAAAEeARcWFRYUBxQHDgEHBiMGIiciJy4BJyY1JjQ3NDc+ATc2MzYyFzIFIgYHBgcOARcUFx4BFxYXFjI3Njc+ATc2NzY0JyYnLgEnJiMiBgcGIxMjNTMFITUhJSM1MwUhNSElIzUzBSE1IQMkPlwCAQEBAQJcPklJSZJJSUk9XQIBAQEBAlw+SUlJkklJ/gUlOgEBAQEBAQMCNSRJSUqSSklJJDUCAwEBAQEDAjUkSUhJkUlISeCAgAGA/sABQP6AgIABgP7AAUD+AICAAgD+QAHAA4ACXD5JSUmSSUlJPlwCAQEBAQJcPklJSZJJSUk+XAIBAQFBOCZISUmSSUlJJDUCAwEBAQEDAjUkSUlKkkpJSSQ1AgMBAQH94EBAQEBAQEBAQEBAAAAAAAQAQwDIA70CuAAkAE0AYABwAAABFhceARcWFzAGBwYHDgEHBicmJy4BJyYnMDY3Njc+ATc2MzoBByIGBwYHDgEHBgcwFhcWFx4BNzY3Njc+ATc2NzAmJyYnLgEnJiMqASMXHgEVFAYHDgEnLgEnNDY3PgEzBw4BBwYWFxY2NzYmJy4BIwIJQEJBdS8wHUI7KS8vYzIyMDs5OmYpKRlFPyElJU4oKCcHBAoNGQwuMC9VIyMVHx8qNDRvODgxKigoSB0dEh8fHiUkTyopKAYEBhJGixgZMHw0PGcCGRwkUjoTI0gWGxovPYweGyAwFyAoArgBDAw5Ly9IfSkdEhERAQEDBBAPOy0tPoEqFw4PEQQEQAEBAwsLKyEhLj8cKBUVEQICBwYNDSweHic/HRwTEhQFBB0CRVQgPRQmBgUFTUEiQhYaDEABCRkgXA0RByUiXAsGAgACAPUAqQMLAtcADAAQAAAJASc3JzcWFx4BFxYXEyMRMwI5/ukt6ektIyMiRiMjI9JAQAHA/uku6ekuIyMjRiIjI/8AAgAAAAACAHkAkwOHAu0ACwAWAAABByEVIRcHCQEeARcFFzcnITUhNycOAQI0QAGT/m1Ajf7SAS4jRyP+oNMygAHu/hKAMjVpAmBAwECNAS0BLSNHI6DTM4BAgDM1aQAAAAgAYAAgA6ADYAADAAkADwATABcAHQAjACcAACUjETMnByc3HgEFByc3HgE3ITUhBSE1ITcHJzceASUHJzceAQUjETMCIEBAc80tzQsXAastzS0zZ4b/AAEA/cD/AAEATS3NLTNnAdPNLc0LF/7eQEAgAQAgzS3NCxerLc0tM2fNQEBAYC3NLTNnbc0tzQsXiwEAAAACAPEAsQMPAs8ABwAOAAATHwEnNycHJyUvARcHFzfxA99HdFN1RwIeA99HdFN1AZPfA0d1U3RHWt8DR3VTdAAAAwDAAOADQAKgAAMABwALAAAlITUhNSE1ITUhNSEDQP2AAoD9gAKA/YACgOBAgECAQAAAAAIAywCKAzUC9gAHAA8AACUvARcHFzcXEx8BJzcnBycB2gTeR3RTdUdMBN5HdFN1R7jeBEh1U3VHAhDeBEh1U3VHAAAAAgCAAWADgAIgAAMABwAAASE1IQUVITUDgP0AAwD9QAKAAWDAQEBAAAEBXgCpAqIC1wAMAAAJASc3JzcWFx4BFxYXAqL+6S3p6S0jIyNFIyMjAcD+6S7p6S4jIyNGIiMjAAAAAAIAQACgA8AC4AAKABYAAAE3HgEXByc3FxEzASMRByc3HgEXBycRAUGQDBcM4OAvkEIBwEKQL+A4cDgvkAEYhgsWC9LSLIYByP3AAciGLNI0aTUshv44AAAGAHYAQAOLA0sAHAAyAEEAUwBiAG4AAAEWFx4BFxYHBgcOAScmJyYnLgE3Njc2Nz4BNzYXBwYHDgEHBhcWFx4BNzY3NicuAScmBxcWBw4BBwYnLgEvAQEeAQEWNz4BNzY3NiYnBgcOAQcGBxMyFh8BASYnJjY3Njc6AQcGBw4BBwYXAS4BBwIGYlVVaw4NLSdOTbddXkcvHh4XCAgcGScmXzc3OQpTR0haCgsnKFNTuVVVLSUKCVhJSVzzIwgITUBBThw0GCgBgwYL/tgoKSpJHBsMCAEJISAhQSEgIUMhQB0p/n0lBQYyODhYBAoGMCoqNwoKDgEGESISA0sCNTWkZWRgVDc3JRUUQys5On5AQDoyKik6EBABQAEtLYxVVFFTLS0EKitcTFVVjy8uAc1ASkl7JSYIAhENFgGDChT+rQwFBScgHykePR0gISFBISAhAdYREBb+fEFLTIIuLQZAAhkZTTAvLgEFBQUBAAAAAAMAgAAwA4ADUAAWACIANgAAATQmIyIGFSMiBhURFBYzITI2NRE0JiMFMhYVFAYjIiY1NDYBISImNRE0NjsBFSE1MzIWFREUBgKAOEhIOIA1S0s1AgA1S0s1/wASGRkSEhkZARL+ABomJhpAAYBAGiYmAvAYSEgYSzX+QDVLSzUBwDVLERgRERgYEREY/ZEmGgHAGiaAgCYa/kAaJgAAAAACAHAAMAOQA1AAKABAAAABJzA2Nz4BFzcmNz4BNzYxFhceARcWFw4BBw4BJwceARcWBg8BJwcnNwEOAR8BByYGBwE+ATc2Jic3MBY3JzAGMQFZlQYPIXEwZQkQECwUFCUkJUklJSQFCwUaRSpqAQECAygvGJrpLekBCBEaChCgMGITASECBAIeBweaOiTaAQFHlScVLQ8JYxwdHS4PDyUlJEolJCUHDgcjLwdnCQEbM2AYDJrqLukBtg4mDxefDAIe/t8CAwIaViyaESrZAQAACgA///8DwQOBACcAOwBHAGEAZwBuAHsAhgCMAJIAAAEeARcWFRYUBxQHDgEHBiMGIiciJy4BJyY1JjQ3NDc+ATc2MzYyFzITIREWMxY2NzY3PgE3Njc+ASc0JwEUFhUeARcyFjM1IwEHJzceARcHJxUOAQcjFwcnNx4BFwcWNjc1BRQWFTM1JwYUBzM1IzcqASMiBgcUBhUzNTMlFTM0JjUuASciJiUGIgcVMzcmIiMVMwMkPlwCAQEBAQJcPklJSZJJSUk9XQIBAQEBAlw+SUlJkklJqP26PT09ej09PSQ1AgICAQEBAvz8AQI1JAgQCHwCQQkuVxYrFi4JAVw/dwouVlYMFgwLUYIB/bwBfn0BAX99vxguFyU6AQF8QgHHfQECNSQIEP7zIUEggsMgQSGCA4ACXD5JSUmSSUlJPlwCAQEBAQJcPklJSZJJSUk+XAIBAQH/AP28AgEBAQICAjUkPT08ej09PP48CREIJDUCAX4BFgouVhUsFS4Kcz9fAgkuV1cMFgwKAR1Fc1QhQCCBwiFAIYL/OCYYMBlBf38JEQkkNQIBAgEBf4ABgQAAAgCgAGADYAMgAAsAFwAAASEVIREjESE1IREzBxEhFSERMxEhNSERAmABAP8AwP8AAQDAgP8AAQBAAQD/AAIgwP8AAQDAAQBA/wBA/wABAEABAAAAAQFeAKkCogLXAAcAAAEHFwcJAR4BAqLp6S3+6QEXCxcCqenpLgEXARcMFgACAAD/wAQAA8AAGwA3AAABIgcOAQcGFRQXHgEXFjMyNz4BNzY1NCcuAScmBzIXHgEXFhUUBw4BBwYjIicuAScmNTQ3PgE3NgIAal1diykoKCmLXV1qal1diykoKCmLXV1qXVFSeiMjIyN6UlFdXVFSeiMjIyN6UlEDwCgpi11dampdXYspKCgpi11dampdXYspKEAjI3pSUV1dUVJ6IyMjI3pSUV1dUVJ6IyMAAwAA/8AEAAPAABsANwBTAAABIgcOAQcGFRQXHgEXFjMyNz4BNzY1NCcuAScmBzIXHgEXFhUUBw4BBwYjIicuAScmNTQ3PgE3NgEUBw4BBwYjIicuAScmNTQ3PgE3NjMyFx4BFxYCAGpdXYspKCgpi11dampdXYspKCgpi11dal1RUnojIyMjelJRXV1RUnojIyMjelJRAZ0ZGVc6O0JCOzpXGRkZGVc6O0JCOzpXGRkDwCgpi11dampdXYspKCgpi11dampdXYspKEAjI3pSUV1dUVJ6IyMjI3pSUV1dUVJ6IyP+QEI7OlcZGRkZVzo7QkI7OlcZGRkZVzo7AAAAAAIAeQCTA4cC7QAOABkAAAkBJzchNSEnNxYXHgEXFiUXIRUhBxc3Jw4BA4f+0o1A/m0Bk0CNJiYlTCUm/saA/hIB7oAy09MMGgHA/tONQMBAjSUmJksmJXqAQIAz09MNGQAAAAACAIAAQAOAA0AADgAZAAABESERIxEUFjMhMjY1ESMFNxcHJzcXETMRMQMr/apVMiMCViMyVf8AbjzV1TxuVgHA/tUBK/7VIzIyIwErHW481dU8bgGd/mMAAQDpAR4DFwJiAAcAAAkCNxc3HgEDF/7p/uku6ekMFgI1/ukBFy3p6QsXAAABAV4AqQKiAtcABwAAAQcXBwkBHgECounpLf7pARcLFwKp6ekuARcBFwwWAAEBXgCpAqIC1wAMAAAJASc3JzcWFx4BFxYXAqL+6S3p6S0jIyNFIyMjAcD+6S7p6S4jIyNGIiMjAAAAAAEA6QEeAxcCYgALAAABBycHJwEWFx4BFxYDFy7p6S4BFyMjIkYjIwFLLenpLQEXIyMjRSMjAAAAAQDpAO4DFwKSAAcAAAkBJzcXAR4BAxf+ibcuiQFJDBYCZf6Jty2JAUkLFwABAV4AqQKiAtcADAAACQEnNyc3FhceARcWFwKi/ukt6ektIyMjRSMjIwHA/uku6ekuIyMjRiIjIwAAAAABAMABoANAAeAAAwAAEyEVIcACgP2AAeBAAAAAAQDpAR4DFwJiAAcAAAkCNxc3HgEDF/7p/uku6ekMFgI1/ukBFy3p6QsXAAACAIgATgN7A0AAOwB5AAABDgEVMBYXHgEHDgEHDgEHDgEnLgEnJjY/ATA0NS4BJzEOAQcGBwYWFxYXHgE3PgE/AT4BJy4BJzEOAQcTIgYPAQ4BFx4BFzE+ATc+ATUwJicuATc+ATc+ATc+ARceAQcOAQ8BHAEXHgEXMT4BNz4BJy4BJy4BIzAiIwIkBAUFAiEdCwUUDhs4Gx5VKSU1BwcXGhIGBwITJhAWCQoFDxAcK387FSYQbi4ZHgsiFQgPCIQqTx5uLxgdDCIVCA8IBAUEAicZFgUPCRs4Gx5VKSw5AQEXFRIBBQcCEiQPHRQKDEQwEykVAQECEwUKBgQCG1QrEyIPGzccHRQODT4nJEgaEwIBEiUSEiQWHiUlSiQjHSscFwgZD24viT4XKBAIDwcBLSEebTCIPBgqDwcQBwQLBgMCH2YvDBUJHDcbHhQOEFAwHTcVEgEBARIlExIiFCVfLjJRFAgIAAADAIIAQgN+A0AAIwA+AFwAABMiBgcOAQcGFBcWFx4BFxYXFjI3PgE3NjQnJicuAScmJy4BIxMOARceARcWNj8BJwcOAScuAScmNj8BJw4BBwEiBg8BFzc+ATc2FhcWBg8BFz4BNz4BJy4BIyoBMasBAgEKEgkCAllaWrRZWloCBQIKEgkCAllaWrRZWloBAgIULxgdF1MzM2UlPy5AI2ssGCIHCRYbPy4QHxAB6ipQHj8uQBEuGTBYExERID8uECAQMBYjG2Y5AQEDQAEBCRIKAQYCWlpas1pZWgICCRIKAQYCWlpZtFpZWgEB/m8vij0uPwkJICU/Lj8kDR0PMBwlTBtALhAgDwGRIR4/Lj8SFgMFMi4oWyE/LhAgEDGQPjI9AAAAAQAAAAEAAAtZRClfDzz1AAsEAAAAAADZaHXPAAAAANlodc8AAP/ABAADwAAAAAgAAgAAAAAAAAABAAADwP/AAAAEAAAAAAAEAAABAAAAAAAAAAAAAAAAAAAAOgQAAAAAAAAAAAAAAAIAAAAEAAA/BAAAUwQAASkEAACABAAA1QQAAAAEAAAABAAAAAQAAHMEAADABAAAwAQAAV4EAACgBAABKQQAAEAEAACGBAABKQQAAV4EAABDBAAAQwQAAMAEAAD1BAAAwAQAAD8EAABDBAAA9QQAAHkEAABgBAAA8QQAAMAEAADLBAAAgAQAAV4EAABABAAAdgQAAIAEAABwBAAAPwQAAKAEAAFeBAAAAAQAAAAEAAB5BAAAgAQAAOkEAAFeBAABXgQAAOkEAADpBAABXgQAAMAEAADpBAAAiAQAAIIAAAAAAAoAFAAeAMIBBgEeAYwBqAHqAiQCWAKGApoCvALSAx4DPgO2BBIEKgRIBQgFrgYCBiAGagcMB7YH2ggICFIIcgiMCK4IwgjgCQwJxAoUCnwLVAt+C5QL6gxqDJwMyAzeDPQNEg0uDUQNYg1wDYYOOg7MAAAAAQAAADoAkwAMAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAA4ArgABAAAAAAABAAgAAAABAAAAAAACAAcAaQABAAAAAAADAAgAOQABAAAAAAAEAAgAfgABAAAAAAAFAAsAGAABAAAAAAAGAAgAUQABAAAAAAAKABoAlgADAAEECQABABAACAADAAEECQACAA4AcAADAAEECQADABAAQQADAAEECQAEABAAhgADAAEECQAFABYAIwADAAEECQAGABAAWQADAAEECQAKADQAsEFnQmFsaGFtAEEAZwBCAGEAbABoAGEAbVZlcnNpb24gMS4wAFYAZQByAHMAaQBvAG4AIAAxAC4AMEFnQmFsaGFtAEEAZwBCAGEAbABoAGEAbUFnQmFsaGFtAEEAZwBCAGEAbABoAGEAbVJlZ3VsYXIAUgBlAGcAdQBsAGEAckFnQmFsaGFtAEEAZwBCAGEAbABoAGEAbUZvbnQgZ2VuZXJhdGVkIGJ5IEljb01vb24uAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=") format("truetype");
  font-weight: normal;
  font-style: normal; }

.ag-theme-balham {
  -webkit-font-smoothing: antialiased;
  background-color: white;
  color: #000;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: normal; }
  .ag-theme-balham .ag-menu, .ag-theme-balham .ag-theme-balham.ag-dnd-ghost, .ag-theme-balham .ag-cell.ag-cell-inline-editing, .ag-theme-balham .ag-popup-editor, .ag-theme-balham .ag-select-agg-func-popup, .ag-theme-balham .ag-overlay-loading-center {
    border: 1px solid #BDC3C7; }
  .ag-theme-balham .ag-tab-header .ag-tab {
    border: 1px solid transparent;
    border-bottom-width: 0;
    margin: 4px;
    margin-bottom: 0;
    padding: 4px 8px; }
  .ag-theme-balham .ag-tab-header .ag-tab.ag-tab-selected {
    background-color: white;
    border-bottom: 2px solid #0091EA;
    border-bottom: 2px solid white;
    border-color: #BDC3C7; }
  .ag-theme-balham label {
    margin-bottom: 0; }
  .ag-theme-balham * {
    box-sizing: border-box; }
    .ag-theme-balham *:focus, .ag-theme-balham * *:before, .ag-theme-balham * *:after {
      outline: none;
      box-sizing: border-box; }
  .ag-theme-balham .ag-tab {
    box-sizing: content-box; }
  .ag-theme-balham .ag-ltr .ag-toolpanel-indent-1 {
    padding-left: 20px; }
  .ag-theme-balham .ag-rtl .ag-toolpanel-indent-1 {
    padding-right: 20px; }
  .ag-theme-balham .ag-ltr .ag-row-group-indent-1 {
    padding-left: 28px; }
  .ag-theme-balham .ag-rtl .ag-row-group-indent-1 {
    padding-right: 28px; }
  .ag-theme-balham .ag-ltr .ag-toolpanel-indent-2 {
    padding-left: 40px; }
  .ag-theme-balham .ag-rtl .ag-toolpanel-indent-2 {
    padding-right: 40px; }
  .ag-theme-balham .ag-ltr .ag-row-group-indent-2 {
    padding-left: 56px; }
  .ag-theme-balham .ag-rtl .ag-row-group-indent-2 {
    padding-right: 56px; }
  .ag-theme-balham .ag-ltr .ag-toolpanel-indent-3 {
    padding-left: 60px; }
  .ag-theme-balham .ag-rtl .ag-toolpanel-indent-3 {
    padding-right: 60px; }
  .ag-theme-balham .ag-ltr .ag-row-group-indent-3 {
    padding-left: 84px; }
  .ag-theme-balham .ag-rtl .ag-row-group-indent-3 {
    padding-right: 84px; }
  .ag-theme-balham .ag-ltr .ag-toolpanel-indent-4 {
    padding-left: 80px; }
  .ag-theme-balham .ag-rtl .ag-toolpanel-indent-4 {
    padding-right: 80px; }
  .ag-theme-balham .ag-ltr .ag-row-group-indent-4 {
    padding-left: 112px; }
  .ag-theme-balham .ag-rtl .ag-row-group-indent-4 {
    padding-right: 112px; }
  .ag-theme-balham .ag-ltr .ag-toolpanel-indent-5 {
    padding-left: 100px; }
  .ag-theme-balham .ag-rtl .ag-toolpanel-indent-5 {
    padding-right: 100px; }
  .ag-theme-balham .ag-ltr .ag-row-group-indent-5 {
    padding-left: 140px; }
  .ag-theme-balham .ag-rtl .ag-row-group-indent-5 {
    padding-right: 140px; }
  .ag-theme-balham .ag-ltr .ag-toolpanel-indent-6 {
    padding-left: 120px; }
  .ag-theme-balham .ag-rtl .ag-toolpanel-indent-6 {
    padding-right: 120px; }
  .ag-theme-balham .ag-ltr .ag-row-group-indent-6 {
    padding-left: 168px; }
  .ag-theme-balham .ag-rtl .ag-row-group-indent-6 {
    padding-right: 168px; }
  .ag-theme-balham .ag-ltr .ag-toolpanel-indent-7 {
    padding-left: 140px; }
  .ag-theme-balham .ag-rtl .ag-toolpanel-indent-7 {
    padding-right: 140px; }
  .ag-theme-balham .ag-ltr .ag-row-group-indent-7 {
    padding-left: 196px; }
  .ag-theme-balham .ag-rtl .ag-row-group-indent-7 {
    padding-right: 196px; }
  .ag-theme-balham .ag-ltr .ag-toolpanel-indent-8 {
    padding-left: 160px; }
  .ag-theme-balham .ag-rtl .ag-toolpanel-indent-8 {
    padding-right: 160px; }
  .ag-theme-balham .ag-ltr .ag-row-group-indent-8 {
    padding-left: 224px; }
  .ag-theme-balham .ag-rtl .ag-row-group-indent-8 {
    padding-right: 224px; }
  .ag-theme-balham .ag-ltr .ag-toolpanel-indent-9 {
    padding-left: 180px; }
  .ag-theme-balham .ag-rtl .ag-toolpanel-indent-9 {
    padding-right: 180px; }
  .ag-theme-balham .ag-ltr .ag-row-group-indent-9 {
    padding-left: 252px; }
  .ag-theme-balham .ag-rtl .ag-row-group-indent-9 {
    padding-right: 252px; }
  .ag-theme-balham .ag-ltr .ag-toolpanel-indent-10 {
    padding-left: 200px; }
  .ag-theme-balham .ag-rtl .ag-toolpanel-indent-10 {
    padding-right: 200px; }
  .ag-theme-balham .ag-ltr .ag-row-group-indent-10 {
    padding-left: 280px; }
  .ag-theme-balham .ag-rtl .ag-row-group-indent-10 {
    padding-right: 280px; }
  .ag-theme-balham .ag-ltr .ag-toolpanel-indent-11 {
    padding-left: 220px; }
  .ag-theme-balham .ag-rtl .ag-toolpanel-indent-11 {
    padding-right: 220px; }
  .ag-theme-balham .ag-ltr .ag-row-group-indent-11 {
    padding-left: 308px; }
  .ag-theme-balham .ag-rtl .ag-row-group-indent-11 {
    padding-right: 308px; }
  .ag-theme-balham .ag-ltr .ag-toolpanel-indent-12 {
    padding-left: 240px; }
  .ag-theme-balham .ag-rtl .ag-toolpanel-indent-12 {
    padding-right: 240px; }
  .ag-theme-balham .ag-ltr .ag-row-group-indent-12 {
    padding-left: 336px; }
  .ag-theme-balham .ag-rtl .ag-row-group-indent-12 {
    padding-right: 336px; }
  .ag-theme-balham .ag-ltr .ag-toolpanel-indent-13 {
    padding-left: 260px; }
  .ag-theme-balham .ag-rtl .ag-toolpanel-indent-13 {
    padding-right: 260px; }
  .ag-theme-balham .ag-ltr .ag-row-group-indent-13 {
    padding-left: 364px; }
  .ag-theme-balham .ag-rtl .ag-row-group-indent-13 {
    padding-right: 364px; }
  .ag-theme-balham .ag-ltr .ag-toolpanel-indent-14 {
    padding-left: 280px; }
  .ag-theme-balham .ag-rtl .ag-toolpanel-indent-14 {
    padding-right: 280px; }
  .ag-theme-balham .ag-ltr .ag-row-group-indent-14 {
    padding-left: 392px; }
  .ag-theme-balham .ag-rtl .ag-row-group-indent-14 {
    padding-right: 392px; }
  .ag-theme-balham .ag-ltr .ag-toolpanel-indent-15 {
    padding-left: 300px; }
  .ag-theme-balham .ag-rtl .ag-toolpanel-indent-15 {
    padding-right: 300px; }
  .ag-theme-balham .ag-ltr .ag-row-group-indent-15 {
    padding-left: 420px; }
  .ag-theme-balham .ag-rtl .ag-row-group-indent-15 {
    padding-right: 420px; }
  .ag-theme-balham .ag-ltr .ag-toolpanel-indent-16 {
    padding-left: 320px; }
  .ag-theme-balham .ag-rtl .ag-toolpanel-indent-16 {
    padding-right: 320px; }
  .ag-theme-balham .ag-ltr .ag-row-group-indent-16 {
    padding-left: 448px; }
  .ag-theme-balham .ag-rtl .ag-row-group-indent-16 {
    padding-right: 448px; }
  .ag-theme-balham .ag-ltr .ag-toolpanel-indent-17 {
    padding-left: 340px; }
  .ag-theme-balham .ag-rtl .ag-toolpanel-indent-17 {
    padding-right: 340px; }
  .ag-theme-balham .ag-ltr .ag-row-group-indent-17 {
    padding-left: 476px; }
  .ag-theme-balham .ag-rtl .ag-row-group-indent-17 {
    padding-right: 476px; }
  .ag-theme-balham .ag-ltr .ag-toolpanel-indent-18 {
    padding-left: 360px; }
  .ag-theme-balham .ag-rtl .ag-toolpanel-indent-18 {
    padding-right: 360px; }
  .ag-theme-balham .ag-ltr .ag-row-group-indent-18 {
    padding-left: 504px; }
  .ag-theme-balham .ag-rtl .ag-row-group-indent-18 {
    padding-right: 504px; }
  .ag-theme-balham .ag-ltr .ag-toolpanel-indent-19 {
    padding-left: 380px; }
  .ag-theme-balham .ag-rtl .ag-toolpanel-indent-19 {
    padding-right: 380px; }
  .ag-theme-balham .ag-ltr .ag-row-group-indent-19 {
    padding-left: 532px; }
  .ag-theme-balham .ag-rtl .ag-row-group-indent-19 {
    padding-right: 532px; }
  .ag-theme-balham .ag-ltr .ag-toolpanel-indent-20 {
    padding-left: 400px; }
  .ag-theme-balham .ag-rtl .ag-toolpanel-indent-20 {
    padding-right: 400px; }
  .ag-theme-balham .ag-ltr .ag-row-group-indent-20 {
    padding-left: 560px; }
  .ag-theme-balham .ag-rtl .ag-row-group-indent-20 {
    padding-right: 560px; }
  .ag-theme-balham .ag-ltr .ag-toolpanel-indent-21 {
    padding-left: 420px; }
  .ag-theme-balham .ag-rtl .ag-toolpanel-indent-21 {
    padding-right: 420px; }
  .ag-theme-balham .ag-ltr .ag-row-group-indent-21 {
    padding-left: 588px; }
  .ag-theme-balham .ag-rtl .ag-row-group-indent-21 {
    padding-right: 588px; }
  .ag-theme-balham .ag-ltr .ag-toolpanel-indent-22 {
    padding-left: 440px; }
  .ag-theme-balham .ag-rtl .ag-toolpanel-indent-22 {
    padding-right: 440px; }
  .ag-theme-balham .ag-ltr .ag-row-group-indent-22 {
    padding-left: 616px; }
  .ag-theme-balham .ag-rtl .ag-row-group-indent-22 {
    padding-right: 616px; }
  .ag-theme-balham .ag-ltr .ag-toolpanel-indent-23 {
    padding-left: 460px; }
  .ag-theme-balham .ag-rtl .ag-toolpanel-indent-23 {
    padding-right: 460px; }
  .ag-theme-balham .ag-ltr .ag-row-group-indent-23 {
    padding-left: 644px; }
  .ag-theme-balham .ag-rtl .ag-row-group-indent-23 {
    padding-right: 644px; }
  .ag-theme-balham .ag-ltr .ag-toolpanel-indent-24 {
    padding-left: 480px; }
  .ag-theme-balham .ag-rtl .ag-toolpanel-indent-24 {
    padding-right: 480px; }
  .ag-theme-balham .ag-ltr .ag-row-group-indent-24 {
    padding-left: 672px; }
  .ag-theme-balham .ag-rtl .ag-row-group-indent-24 {
    padding-right: 672px; }
  .ag-theme-balham .ag-ltr .ag-toolpanel-indent-25 {
    padding-left: 500px; }
  .ag-theme-balham .ag-rtl .ag-toolpanel-indent-25 {
    padding-right: 500px; }
  .ag-theme-balham .ag-ltr .ag-row-group-indent-25 {
    padding-left: 700px; }
  .ag-theme-balham .ag-rtl .ag-row-group-indent-25 {
    padding-right: 700px; }
  .ag-theme-balham .ag-ltr .ag-toolpanel-indent-26 {
    padding-left: 520px; }
  .ag-theme-balham .ag-rtl .ag-toolpanel-indent-26 {
    padding-right: 520px; }
  .ag-theme-balham .ag-ltr .ag-row-group-indent-26 {
    padding-left: 728px; }
  .ag-theme-balham .ag-rtl .ag-row-group-indent-26 {
    padding-right: 728px; }
  .ag-theme-balham .ag-ltr .ag-toolpanel-indent-27 {
    padding-left: 540px; }
  .ag-theme-balham .ag-rtl .ag-toolpanel-indent-27 {
    padding-right: 540px; }
  .ag-theme-balham .ag-ltr .ag-row-group-indent-27 {
    padding-left: 756px; }
  .ag-theme-balham .ag-rtl .ag-row-group-indent-27 {
    padding-right: 756px; }
  .ag-theme-balham .ag-ltr .ag-toolpanel-indent-28 {
    padding-left: 560px; }
  .ag-theme-balham .ag-rtl .ag-toolpanel-indent-28 {
    padding-right: 560px; }
  .ag-theme-balham .ag-ltr .ag-row-group-indent-28 {
    padding-left: 784px; }
  .ag-theme-balham .ag-rtl .ag-row-group-indent-28 {
    padding-right: 784px; }
  .ag-theme-balham .ag-ltr .ag-toolpanel-indent-29 {
    padding-left: 580px; }
  .ag-theme-balham .ag-rtl .ag-toolpanel-indent-29 {
    padding-right: 580px; }
  .ag-theme-balham .ag-ltr .ag-row-group-indent-29 {
    padding-left: 812px; }
  .ag-theme-balham .ag-rtl .ag-row-group-indent-29 {
    padding-right: 812px; }
  .ag-theme-balham .ag-ltr .ag-toolpanel-indent-30 {
    padding-left: 600px; }
  .ag-theme-balham .ag-rtl .ag-toolpanel-indent-30 {
    padding-right: 600px; }
  .ag-theme-balham .ag-ltr .ag-row-group-indent-30 {
    padding-left: 840px; }
  .ag-theme-balham .ag-rtl .ag-row-group-indent-30 {
    padding-right: 840px; }
  .ag-theme-balham .ag-ltr .ag-toolpanel-indent-31 {
    padding-left: 620px; }
  .ag-theme-balham .ag-rtl .ag-toolpanel-indent-31 {
    padding-right: 620px; }
  .ag-theme-balham .ag-ltr .ag-row-group-indent-31 {
    padding-left: 868px; }
  .ag-theme-balham .ag-rtl .ag-row-group-indent-31 {
    padding-right: 868px; }
  .ag-theme-balham .ag-ltr .ag-toolpanel-indent-32 {
    padding-left: 640px; }
  .ag-theme-balham .ag-rtl .ag-toolpanel-indent-32 {
    padding-right: 640px; }
  .ag-theme-balham .ag-ltr .ag-row-group-indent-32 {
    padding-left: 896px; }
  .ag-theme-balham .ag-rtl .ag-row-group-indent-32 {
    padding-right: 896px; }
  .ag-theme-balham .ag-ltr .ag-toolpanel-indent-33 {
    padding-left: 660px; }
  .ag-theme-balham .ag-rtl .ag-toolpanel-indent-33 {
    padding-right: 660px; }
  .ag-theme-balham .ag-ltr .ag-row-group-indent-33 {
    padding-left: 924px; }
  .ag-theme-balham .ag-rtl .ag-row-group-indent-33 {
    padding-right: 924px; }
  .ag-theme-balham .ag-ltr .ag-toolpanel-indent-34 {
    padding-left: 680px; }
  .ag-theme-balham .ag-rtl .ag-toolpanel-indent-34 {
    padding-right: 680px; }
  .ag-theme-balham .ag-ltr .ag-row-group-indent-34 {
    padding-left: 952px; }
  .ag-theme-balham .ag-rtl .ag-row-group-indent-34 {
    padding-right: 952px; }
  .ag-theme-balham .ag-ltr .ag-toolpanel-indent-35 {
    padding-left: 700px; }
  .ag-theme-balham .ag-rtl .ag-toolpanel-indent-35 {
    padding-right: 700px; }
  .ag-theme-balham .ag-ltr .ag-row-group-indent-35 {
    padding-left: 980px; }
  .ag-theme-balham .ag-rtl .ag-row-group-indent-35 {
    padding-right: 980px; }
  .ag-theme-balham .ag-ltr .ag-toolpanel-indent-36 {
    padding-left: 720px; }
  .ag-theme-balham .ag-rtl .ag-toolpanel-indent-36 {
    padding-right: 720px; }
  .ag-theme-balham .ag-ltr .ag-row-group-indent-36 {
    padding-left: 1008px; }
  .ag-theme-balham .ag-rtl .ag-row-group-indent-36 {
    padding-right: 1008px; }
  .ag-theme-balham .ag-ltr .ag-toolpanel-indent-37 {
    padding-left: 740px; }
  .ag-theme-balham .ag-rtl .ag-toolpanel-indent-37 {
    padding-right: 740px; }
  .ag-theme-balham .ag-ltr .ag-row-group-indent-37 {
    padding-left: 1036px; }
  .ag-theme-balham .ag-rtl .ag-row-group-indent-37 {
    padding-right: 1036px; }
  .ag-theme-balham .ag-ltr .ag-toolpanel-indent-38 {
    padding-left: 760px; }
  .ag-theme-balham .ag-rtl .ag-toolpanel-indent-38 {
    padding-right: 760px; }
  .ag-theme-balham .ag-ltr .ag-row-group-indent-38 {
    padding-left: 1064px; }
  .ag-theme-balham .ag-rtl .ag-row-group-indent-38 {
    padding-right: 1064px; }
  .ag-theme-balham .ag-ltr .ag-toolpanel-indent-39 {
    padding-left: 780px; }
  .ag-theme-balham .ag-rtl .ag-toolpanel-indent-39 {
    padding-right: 780px; }
  .ag-theme-balham .ag-ltr .ag-row-group-indent-39 {
    padding-left: 1092px; }
  .ag-theme-balham .ag-rtl .ag-row-group-indent-39 {
    padding-right: 1092px; }
  .ag-theme-balham .ag-ltr .ag-toolpanel-indent-40 {
    padding-left: 800px; }
  .ag-theme-balham .ag-rtl .ag-toolpanel-indent-40 {
    padding-right: 800px; }
  .ag-theme-balham .ag-ltr .ag-row-group-indent-40 {
    padding-left: 1120px; }
  .ag-theme-balham .ag-rtl .ag-row-group-indent-40 {
    padding-right: 1120px; }
  .ag-theme-balham .ag-ltr .ag-toolpanel-indent-41 {
    padding-left: 820px; }
  .ag-theme-balham .ag-rtl .ag-toolpanel-indent-41 {
    padding-right: 820px; }
  .ag-theme-balham .ag-ltr .ag-row-group-indent-41 {
    padding-left: 1148px; }
  .ag-theme-balham .ag-rtl .ag-row-group-indent-41 {
    padding-right: 1148px; }
  .ag-theme-balham .ag-ltr .ag-toolpanel-indent-42 {
    padding-left: 840px; }
  .ag-theme-balham .ag-rtl .ag-toolpanel-indent-42 {
    padding-right: 840px; }
  .ag-theme-balham .ag-ltr .ag-row-group-indent-42 {
    padding-left: 1176px; }
  .ag-theme-balham .ag-rtl .ag-row-group-indent-42 {
    padding-right: 1176px; }
  .ag-theme-balham .ag-ltr .ag-toolpanel-indent-43 {
    padding-left: 860px; }
  .ag-theme-balham .ag-rtl .ag-toolpanel-indent-43 {
    padding-right: 860px; }
  .ag-theme-balham .ag-ltr .ag-row-group-indent-43 {
    padding-left: 1204px; }
  .ag-theme-balham .ag-rtl .ag-row-group-indent-43 {
    padding-right: 1204px; }
  .ag-theme-balham .ag-ltr .ag-toolpanel-indent-44 {
    padding-left: 880px; }
  .ag-theme-balham .ag-rtl .ag-toolpanel-indent-44 {
    padding-right: 880px; }
  .ag-theme-balham .ag-ltr .ag-row-group-indent-44 {
    padding-left: 1232px; }
  .ag-theme-balham .ag-rtl .ag-row-group-indent-44 {
    padding-right: 1232px; }
  .ag-theme-balham .ag-ltr .ag-toolpanel-indent-45 {
    padding-left: 900px; }
  .ag-theme-balham .ag-rtl .ag-toolpanel-indent-45 {
    padding-right: 900px; }
  .ag-theme-balham .ag-ltr .ag-row-group-indent-45 {
    padding-left: 1260px; }
  .ag-theme-balham .ag-rtl .ag-row-group-indent-45 {
    padding-right: 1260px; }
  .ag-theme-balham .ag-ltr .ag-toolpanel-indent-46 {
    padding-left: 920px; }
  .ag-theme-balham .ag-rtl .ag-toolpanel-indent-46 {
    padding-right: 920px; }
  .ag-theme-balham .ag-ltr .ag-row-group-indent-46 {
    padding-left: 1288px; }
  .ag-theme-balham .ag-rtl .ag-row-group-indent-46 {
    padding-right: 1288px; }
  .ag-theme-balham .ag-ltr .ag-toolpanel-indent-47 {
    padding-left: 940px; }
  .ag-theme-balham .ag-rtl .ag-toolpanel-indent-47 {
    padding-right: 940px; }
  .ag-theme-balham .ag-ltr .ag-row-group-indent-47 {
    padding-left: 1316px; }
  .ag-theme-balham .ag-rtl .ag-row-group-indent-47 {
    padding-right: 1316px; }
  .ag-theme-balham .ag-ltr .ag-toolpanel-indent-48 {
    padding-left: 960px; }
  .ag-theme-balham .ag-rtl .ag-toolpanel-indent-48 {
    padding-right: 960px; }
  .ag-theme-balham .ag-ltr .ag-row-group-indent-48 {
    padding-left: 1344px; }
  .ag-theme-balham .ag-rtl .ag-row-group-indent-48 {
    padding-right: 1344px; }
  .ag-theme-balham .ag-ltr .ag-toolpanel-indent-49 {
    padding-left: 980px; }
  .ag-theme-balham .ag-rtl .ag-toolpanel-indent-49 {
    padding-right: 980px; }
  .ag-theme-balham .ag-ltr .ag-row-group-indent-49 {
    padding-left: 1372px; }
  .ag-theme-balham .ag-rtl .ag-row-group-indent-49 {
    padding-right: 1372px; }
  .ag-theme-balham .ag-cell .ag-icon {
    display: inline-block;
    vertical-align: middle; }
  .ag-theme-balham .ag-checkbox, .ag-theme-balham .ag-radio-button, .ag-theme-balham .ag-toggle-button {
    display: flex;
    align-items: center;
    cursor: default; }
    .ag-theme-balham .ag-checkbox label, .ag-theme-balham .ag-radio-button label, .ag-theme-balham .ag-toggle-button label {
      cursor: default; }
      .ag-theme-balham .ag-checkbox label:empty, .ag-theme-balham .ag-radio-button label:empty, .ag-theme-balham .ag-toggle-button label:empty {
        margin: 0; }
    .ag-theme-balham .ag-checkbox:not(.ag-label-align-left) label, .ag-theme-balham .ag-radio-button:not(.ag-label-align-left) label, .ag-theme-balham .ag-toggle-button:not(.ag-label-align-left) label {
      margin-left: 4px; }
  .ag-theme-balham .ag-cell {
    -webkit-font-smoothing: subpixel-antialiased; }
  .ag-theme-balham .ag-ltr .ag-row-group-leaf-indent {
    margin-left: 28px; }
  .ag-theme-balham .ag-ltr .ag-cell {
    border-right: 1px solid transparent; }
  .ag-theme-balham .ag-ltr .ag-cell:not(.ag-cell-focus).ag-cell-first-right-pinned:not(.ag-cell-range-left),
  .ag-theme-balham .ag-ltr .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-first-right-pinned:not(.ag-cell-range-left),
  .ag-theme-balham .ag-ltr .ag-root:not(.ag-has-focus) .ag-cell.ag-cell-first-right-pinned:not(.ag-cell-range-left) {
    border-left: 1px solid #BDC3C7; }
  .ag-theme-balham .ag-ltr .ag-cell:not(.ag-cell-focus).ag-cell-last-left-pinned:not(.ag-cell-range-right),
  .ag-theme-balham .ag-ltr .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-last-left-pinned:not(.ag-cell-range-right),
  .ag-theme-balham .ag-ltr .ag-root:not(.ag-has-focus) .ag-cell.ag-cell-last-left-pinned:not(.ag-cell-range-right) {
    border-right: 1px solid #BDC3C7; }
  .ag-theme-balham .ag-rtl .ag-row-group-leaf-indent {
    margin-right: 28px; }
  .ag-theme-balham .ag-rtl .ag-cell {
    border-left: 1px solid transparent; }
  .ag-theme-balham .ag-rtl .ag-cell:not(.ag-cell-focus).ag-cell-first-right-pinned:not(.ag-cell-range-left),
  .ag-theme-balham .ag-rtl .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-first-right-pinned:not(.ag-cell-range-left),
  .ag-theme-balham .ag-rtl .ag-root:not(.ag-has-focus) .ag-cell.ag-cell-first-right-pinned:not(.ag-cell-range-left) {
    border-left: 1px solid #BDC3C7; }
  .ag-theme-balham .ag-rtl .ag-cell:not(.ag-cell-focus).ag-cell-last-left-pinned:not(.ag-cell-range-right),
  .ag-theme-balham .ag-rtl .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-last-left-pinned:not(.ag-cell-range-right),
  .ag-theme-balham .ag-rtl .ag-root:not(.ag-has-focus) .ag-cell.ag-cell-last-left-pinned:not(.ag-cell-range-right) {
    border-right: 1px solid #BDC3C7; }
  .ag-theme-balham .ag-value-change-delta {
    padding-right: 2px; }
  .ag-theme-balham .ag-value-change-delta-up {
    color: #43a047; }
  .ag-theme-balham .ag-value-change-delta-down {
    color: #e53935; }
  .ag-theme-balham .ag-value-change-value {
    background-color: transparent;
    border-radius: 1px;
    padding-left: 1px;
    padding-right: 1px;
    transition: background-color 1s; }
  .ag-theme-balham .ag-value-change-value-highlight {
    background-color: rgba(22, 160, 133, 0.5);
    transition: background-color 0.1s; }
  .ag-theme-balham .ag-input-wrapper input:not([type]),
  .ag-theme-balham .ag-input-wrapper input[type="text"],
  .ag-theme-balham .ag-input-wrapper input[type="number"],
  .ag-theme-balham .ag-input-wrapper input[type="tel"],
  .ag-theme-balham .ag-input-wrapper input[type="date"],
  .ag-theme-balham .ag-input-wrapper input[type="datetime-local"] {
    border-width: 1px;
    border-style: solid;
    border-color: #95A5A6; }
    .ag-theme-balham .ag-input-wrapper input:not([type]):disabled,
    .ag-theme-balham .ag-input-wrapper input[type="text"]:disabled,
    .ag-theme-balham .ag-input-wrapper input[type="number"]:disabled,
    .ag-theme-balham .ag-input-wrapper input[type="tel"]:disabled,
    .ag-theme-balham .ag-input-wrapper input[type="date"]:disabled,
    .ag-theme-balham .ag-input-wrapper input[type="datetime-local"]:disabled {
      color: rgba(0, 0, 0, 0.38);
      background-color: #ebebeb;
      border-color: rgba(149, 165, 166, 0.3); }
  .ag-theme-balham .ag-input-wrapper input[type="date"] {
    flex: 1 1 auto; }
  .ag-theme-balham .ag-input-wrapper input[type="range"] {
    padding: 0; }
  .ag-theme-balham .ag-input-wrapper textarea {
    border-width: 1px;
    border-style: solid;
    border-color: #95A5A6; }
    .ag-theme-balham .ag-input-wrapper textarea:disabled {
      color: rgba(0, 0, 0, 0.38);
      background-color: #ebebeb;
      border-color: rgba(149, 165, 166, 0.3); }
  .ag-theme-balham .ag-header {
    background-color: #f5f7f7;
    color: rgba(0, 0, 0, 0.54);
    font-weight: 600;
    font-size: 12px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    border-bottom: 1px solid #BDC3C7; }
  .ag-theme-balham .ag-pinned-right-header {
    border-left: 1px solid #BDC3C7; }
  .ag-theme-balham .ag-pinned-left-header {
    border-right: 1px solid #BDC3C7; }
  .ag-theme-balham .ag-header-row {
    border: none;
    height: 32px; }
  .ag-theme-balham .ag-row {
    border-style: solid;
    border-color: #BDC3C7;
    height: 28px;
    border-width: 0; }
    .ag-theme-balham .ag-row:not(.ag-row-first) {
      border-width: 1px 0 0; }
    .ag-theme-balham .ag-row.ag-row-last {
      border-bottom-width: 1px; }
  .ag-theme-balham .ag-row-odd {
    background-color: #fcfdfe; }
  .ag-theme-balham .ag-row-even {
    background-color: white; }
  .ag-theme-balham .ag-horizontal-left-spacer {
    border-right: 1px solid #BDC3C7; }
    .ag-theme-balham .ag-horizontal-left-spacer.ag-scroller-corner {
      border-right: none; }
  .ag-theme-balham .ag-horizontal-right-spacer {
    border-left: 1px solid #BDC3C7; }
    .ag-theme-balham .ag-horizontal-right-spacer.ag-scroller-corner {
      border-left: none; }
  .ag-theme-balham .ag-row-hover {
    background-color: #ECF0F1; }
  .ag-theme-balham .ag-numeric-cell {
    text-align: right; }
  .ag-theme-balham .ag-header-cell-label .ag-header-icon {
    margin-left: 4px;
    opacity: 0.87; }
  .ag-theme-balham .ag-header-cell,
  .ag-theme-balham .ag-header-group-cell {
    border-style: solid;
    border-color: #BDC3C7;
    padding-left: 12px;
    padding-right: 12px;
    border-width: 0; }
    .ag-theme-balham .ag-header-cell.ag-header-cell-moving,
    .ag-theme-balham .ag-header-group-cell.ag-header-cell-moving {
      background-color: white; }
    .ag-theme-balham .ag-header-cell:not(.ag-header-group-cell-no-group),
    .ag-theme-balham .ag-header-group-cell:not(.ag-header-group-cell-no-group) {
      border-top-width: 1px; }
  .ag-theme-balham .ag-header-row:first-child .ag-header-cell, .ag-theme-balham .ag-header-row:first-child .ag-header-group-cell {
    border-top-width: 0; }
  .ag-theme-balham .ag-header-cell-resize {
    cursor: col-resize; }
  .ag-theme-balham .ag-header-select-all {
    margin-right: 12px; }
  .ag-theme-balham .ag-cell {
    line-height: 26px;
    padding-left: 12px;
    padding-right: 12px;
    border: 1px solid transparent;
    padding-left: 11px;
    padding-right: 11px; }
  .ag-theme-balham .ag-row-drag {
    cursor: move;
    cursor: grab;
    min-width: 28px; }
  .ag-theme-balham .ag-row-dragging, .ag-theme-balham .ag-row-dragging .ag-row-drag {
    cursor: move; }
  .ag-theme-balham .ag-column-drag {
    cursor: move;
    cursor: grab; }
  .ag-theme-balham .ag-row-dragging {
    opacity: 0.5; }
  .ag-theme-balham .ag-ltr .ag-has-focus .ag-cell-focus:not(.ag-cell-range-selected),
  .ag-theme-balham .ag-ltr .ag-has-focus .ag-cell-focus.ag-cell-range-single-cell,
  .ag-theme-balham .ag-ltr .ag-cell-focus.ag-cell-range-single-cell.ag-cell-range-handle, .ag-theme-balham .ag-rtl .ag-has-focus .ag-cell-focus:not(.ag-cell-range-selected),
  .ag-theme-balham .ag-rtl .ag-has-focus .ag-cell-focus.ag-cell-range-single-cell,
  .ag-theme-balham .ag-rtl .ag-cell-focus.ag-cell-range-single-cell.ag-cell-range-handle {
    border: 1px solid #0091EA;
    outline: initial; }
  .ag-theme-balham .ag-header-cell-resize {
    width: 8px; }
  .ag-theme-balham .ag-menu {
    background: white;
    border-radius: 2px;
    box-shadow: none;
    padding: 4px;
    padding: 0; }
    .ag-theme-balham .ag-menu .ag-menu-list {
      cursor: default;
      margin-bottom: 4px;
      margin-top: 4px;
      width: 100%; }
    .ag-theme-balham .ag-menu .ag-menu-option-active {
      background-color: #ECF0F1; }
    .ag-theme-balham .ag-menu .ag-menu-option-disabled {
      opacity: 0.5; }
    .ag-theme-balham .ag-menu .ag-menu-option-text {
      margin-left: 4px; }
    .ag-theme-balham .ag-menu .ag-menu-option-icon {
      padding-left: 4px;
      padding-right: 4px;
      min-width: 24px; }
    .ag-theme-balham .ag-menu .ag-menu-option-shortcut {
      padding-left: 8px; }
    .ag-theme-balham .ag-menu .ag-menu-separator {
      height: 8px; }
      .ag-theme-balham .ag-menu .ag-menu-separator > span {
        background-image: url("data:image/svg+xml,%3Csvg%20width%3D'1'%20height%3D'8px'%20viewBox%3D'0%200%201%208px'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%3E%3Cline%20x1%3D'0'%20y1%3D'4px'%20x2%3D'1'%20y2%3D'4px'%20stroke-width%3D'1'%20stroke%3D'%23BDC3C7'%2F%3E%3C%2Fsvg%3E"); }
    .ag-theme-balham .ag-menu .ag-menu-option-popup-pointer {
      width: 24px;
      text-align: center; }
  .ag-theme-balham.ag-dnd-ghost {
    background: white;
    border-radius: 2px;
    box-shadow: none;
    padding: 4px;
    border: 1px solid #BDC3C7;
    color: rgba(0, 0, 0, 0.54);
    font-weight: 600;
    font-size: 12px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    height: 32px !important;
    line-height: 32px;
    margin: 0;
    padding: 0 8px;
    transform: translateY(8px); }
    .ag-theme-balham.ag-dnd-ghost span,
    .ag-theme-balham.ag-dnd-ghost div {
      height: 100%;
      margin: 0;
      padding: 0; }
    .ag-theme-balham.ag-dnd-ghost .ag-dnd-ghost-icon {
      margin-right: 4px;
      opacity: 0.87; }
  .ag-theme-balham .ag-tab-header {
    background: #f5f7f7;
    min-width: 220px;
    width: 100%;
    display: flex; }
    .ag-theme-balham .ag-tab-header .ag-tab {
      display: flex;
      border-bottom: 2px solid transparent;
      height: 16px;
      flex: none;
      align-items: center;
      justify-content: center; }
  .ag-theme-balham .ag-tab-body {
    padding: 2px 0; }
    .ag-theme-balham .ag-tab-body .ag-menu-list {
      margin-bottom: 0;
      margin-top: 0; }
      .ag-theme-balham .ag-tab-body .ag-menu-list > div:first-child > span {
        padding-top: 0; }
      .ag-theme-balham .ag-tab-body .ag-menu-list > div:last-child > span {
        padding-bottom: 0; }
      .ag-theme-balham .ag-tab-body .ag-menu-list > div:last-child > .ag-menu-option-popup-pointer {
        background-position-y: 0; }
  .ag-theme-balham .ag-filter .ag-filter-select, .ag-theme-balham .ag-filter .ag-filter-body {
    margin-bottom: 4px; }
  .ag-theme-balham .ag-filter .ag-filter-body {
    margin-top: 0; }
  .ag-theme-balham .ag-filter .ag-filter-filter {
    margin-left: 4px;
    margin-right: 4px; }
  .ag-theme-balham .ag-filter .ag-filter-select {
    margin: 4px; }
  .ag-theme-balham .ag-filter input[type="radio"] {
    margin: 0 3px 0 6px;
    width: 12px;
    height: 17px;
    vertical-align: top; }
  .ag-theme-balham .ag-filter input[type="text"],
  .ag-theme-balham .ag-filter input[type="date"] {
    padding-left: 4px; }
  .ag-theme-balham .ag-filter .ag-set-filter-list {
    height: 168px; }
  .ag-theme-balham .ag-filter .ag-set-filter-item {
    height: 28px; }
    .ag-theme-balham .ag-filter .ag-set-filter-item > div, .ag-theme-balham .ag-filter .ag-set-filter-item > span {
      margin-left: 5px; }
  .ag-theme-balham .ag-filter .ag-filter-header-container {
    border-bottom: 1px solid #BDC3C7;
    padding-bottom: 2px; }
  .ag-theme-balham .ag-filter .ag-filter-apply-panel {
    display: flex;
    justify-content: flex-end;
    padding: 4px;
    padding-top: 8px; }
    .ag-theme-balham .ag-filter .ag-filter-apply-panel button {
      line-height: 1.5; }
    .ag-theme-balham .ag-filter .ag-filter-apply-panel button + button {
      margin-left: 8px; }
  .ag-theme-balham .ag-column-select-panel .ag-column-tool-panel-column-group,
  .ag-theme-balham .ag-column-select-panel .ag-column-tool-panel-column {
    height: 16px; }
    .ag-theme-balham .ag-column-select-panel .ag-column-tool-panel-column-group .ag-column-select-checkbox,
    .ag-theme-balham .ag-column-select-panel .ag-column-tool-panel-column-group .ag-column-tool-panel-column-label,
    .ag-theme-balham .ag-column-select-panel .ag-column-tool-panel-column-group .ag-column-group-icons,
    .ag-theme-balham .ag-column-select-panel .ag-column-tool-panel-column .ag-column-select-checkbox,
    .ag-theme-balham .ag-column-select-panel .ag-column-tool-panel-column .ag-column-tool-panel-column-label,
    .ag-theme-balham .ag-column-select-panel .ag-column-tool-panel-column .ag-column-group-icons {
      margin-left: 4px;
      margin-right: 4px; }
  .ag-theme-balham .ag-column-select-panel .ag-primary-cols-list-panel {
    border-top: 1px solid #BDC3C7;
    padding-top: 4px; }
    .ag-theme-balham .ag-column-select-panel .ag-primary-cols-list-panel > div {
      cursor: pointer; }
  .ag-theme-balham .ag-column-select-panel .ag-column-tool-panel-column.ag-toolpanel-add-group-indent {
    margin-left: 24px; }
  .ag-theme-balham .ag-primary-cols-header-panel {
    border-top: 1px solid #BDC3C7;
    height: 32px;
    align-items: center; }
    .ag-theme-balham .ag-primary-cols-header-panel > div {
      cursor: pointer;
      margin: 0 4px; }
    .ag-theme-balham .ag-primary-cols-header-panel .ag-filter-body {
      margin-left: 4px;
      margin-right: 4px; }
  .ag-theme-balham .ag-tool-panel-wrapper {
    border-right: 0; }
    .ag-theme-balham .ag-tool-panel-wrapper .ag-filter-panel {
      width: 100%; }
      .ag-theme-balham .ag-tool-panel-wrapper .ag-filter-panel .ag-filter-toolpanel-instance {
        color: rgba(0, 0, 0, 0.54);
        font-weight: 600;
        flex: auto;
        flex-direction: column;
        flex-wrap: nowrap;
        display: flex;
        flex-flow: column nowrap; }
        .ag-theme-balham .ag-tool-panel-wrapper .ag-filter-panel .ag-filter-toolpanel-instance .ag-filter-toolpanel-header {
          padding: 0 5px; }
          .ag-theme-balham .ag-tool-panel-wrapper .ag-filter-panel .ag-filter-toolpanel-instance .ag-filter-toolpanel-header > div {
            margin: auto 0; }
      .ag-theme-balham .ag-tool-panel-wrapper .ag-filter-panel .ag-filter-body-wrapper {
        padding-top: 5px; }
      .ag-theme-balham .ag-tool-panel-wrapper .ag-filter-panel .ag-filter-air {
        border: 1px solid #BDC3C7;
        border-left: 0;
        border-right: 0;
        padding: 4px 0; }
    .ag-theme-balham .ag-tool-panel-wrapper .ag-pivot-mode-panel {
      height: 32px;
      display: flex;
      flex: none; }
      .ag-theme-balham .ag-tool-panel-wrapper .ag-pivot-mode-panel .ag-pivot-mode-select {
        display: flex;
        align-items: center;
        margin-left: 4px; }
    .ag-theme-balham .ag-tool-panel-wrapper .ag-column-select-panel {
      border-bottom: 1px solid #BDC3C7;
      padding-bottom: 3px;
      padding-top: 0; }
    .ag-theme-balham .ag-tool-panel-wrapper .ag-column-drop {
      border-bottom: 1px solid #BDC3C7;
      padding: 4px 0;
      padding-bottom: 8px; }
      .ag-theme-balham .ag-tool-panel-wrapper .ag-column-drop .ag-column-drop-empty-message {
        color: rgba(0, 0, 0, 0.38);
        font-weight: 600;
        font-size: 12px;
        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
        padding-left: 24px;
        padding-right: 4px;
        margin-top: 4px; }
      .ag-theme-balham .ag-tool-panel-wrapper .ag-column-drop .ag-column-drop-list {
        cursor: default;
        margin-top: 4px; }
      .ag-theme-balham .ag-tool-panel-wrapper .ag-column-drop > div:first-child > span:first-child {
        margin-left: 4px;
        margin-right: 4px; }
      .ag-theme-balham .ag-tool-panel-wrapper .ag-column-drop:last-child {
        border-bottom: 0; }
  .ag-theme-balham .ag-numeric-header .ag-header-cell-label .ag-header-icon {
    margin-left: 0;
    margin-right: 4px; }
  .ag-theme-balham .ag-paging-panel {
    border-top: 1px solid #BDC3C7;
    color: rgba(0, 0, 0, 0.54);
    height: 32px;
    padding: 0 12px; }
    .ag-theme-balham .ag-paging-panel > span {
      margin-left: 16px; }
  .ag-theme-balham .ag-paging-page-summary-panel .ag-icon {
    width: 16px;
    height: 16px; }
  .ag-theme-balham .ag-paging-page-summary-panel .ag-paging-button button {
    cursor: pointer;
    opacity: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0; }
  .ag-theme-balham .ag-paging-page-summary-panel .ag-paging-button.ag-disabled .ag-icon {
    color: rgba(0, 0, 0, 0.38);
    opacity: 0.38; }
  .ag-theme-balham .ag-paging-page-summary-panel .ag-paging-button.ag-disabled button {
    cursor: default; }
  .ag-theme-balham .ag-paging-page-summary-panel span {
    margin: 0 4px; }
  .ag-theme-balham .ag-row-selected {
    background-color: #b7e4ff; }
  .ag-theme-balham .ag-ltr .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell), .ag-theme-balham .ag-rtl .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell) {
    border: 1px solid transparent; }
    .ag-theme-balham .ag-ltr .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-top, .ag-theme-balham .ag-rtl .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-top {
      border-top-color: #0091EA; }
    .ag-theme-balham .ag-ltr .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-right, .ag-theme-balham .ag-rtl .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-right {
      border-right-color: #0091EA; }
    .ag-theme-balham .ag-ltr .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-bottom, .ag-theme-balham .ag-rtl .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-bottom {
      border-bottom-color: #0091EA; }
    .ag-theme-balham .ag-ltr .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-left, .ag-theme-balham .ag-rtl .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-left {
      border-left-color: #0091EA; }
  .ag-theme-balham .ag-cell-range-selected:not(.ag-cell-focus) {
    background-color: rgba(0, 145, 234, 0.2); }
    .ag-theme-balham .ag-cell-range-selected:not(.ag-cell-focus).ag-cell-range-chart {
      background-color: rgba(0, 88, 255, 0.1); }
    .ag-theme-balham .ag-cell-range-selected:not(.ag-cell-focus).ag-cell-range-chart.ag-cell-range-chart-category {
      background-color: rgba(0, 255, 132, 0.1); }
  .ag-theme-balham .ag-cell-range-selected-1:not(.ag-cell-focus) {
    background-color: rgba(0, 145, 234, 0.3); }
  .ag-theme-balham .ag-cell-range-selected-2:not(.ag-cell-focus) {
    background-color: rgba(0, 145, 234, 0.4); }
  .ag-theme-balham .ag-cell-range-selected-3:not(.ag-cell-focus) {
    background-color: rgba(0, 145, 234, 0.5); }
  .ag-theme-balham .ag-cell-range-selected-4:not(.ag-cell-focus) {
    background-color: rgba(0, 145, 234, 0.6); }
  .ag-theme-balham .ag-ltr .ag-selection-fill-top, .ag-theme-balham .ag-rtl .ag-selection-fill-top {
    border-top: 1px dashed #0091EA; }
    .ag-theme-balham .ag-ltr .ag-selection-fill-top.ag-cell.ag-cell-range-selected, .ag-theme-balham .ag-rtl .ag-selection-fill-top.ag-cell.ag-cell-range-selected {
      border-top: 1px dashed #869198; }
  .ag-theme-balham .ag-ltr .ag-selection-fill-right, .ag-theme-balham .ag-rtl .ag-selection-fill-right {
    border-right: 1px dashed #0091EA; }
    .ag-theme-balham .ag-ltr .ag-selection-fill-right.ag-cell.ag-cell-range-selected, .ag-theme-balham .ag-rtl .ag-selection-fill-right.ag-cell.ag-cell-range-selected {
      border-right: 1px dashed #869198; }
  .ag-theme-balham .ag-ltr .ag-selection-fill-bottom, .ag-theme-balham .ag-rtl .ag-selection-fill-bottom {
    border-bottom: 1px dashed #0091EA; }
    .ag-theme-balham .ag-ltr .ag-selection-fill-bottom.ag-cell.ag-cell-range-selected, .ag-theme-balham .ag-rtl .ag-selection-fill-bottom.ag-cell.ag-cell-range-selected {
      border-bottom: 1px dashed #869198; }
  .ag-theme-balham .ag-ltr .ag-selection-fill-left, .ag-theme-balham .ag-rtl .ag-selection-fill-left {
    border-left: 1px dashed #0091EA; }
    .ag-theme-balham .ag-ltr .ag-selection-fill-left.ag-cell.ag-cell-range-selected, .ag-theme-balham .ag-rtl .ag-selection-fill-left.ag-cell.ag-cell-range-selected {
      border-left: 1px dashed #869198; }
  .ag-theme-balham .ag-fill-handle, .ag-theme-balham .ag-range-handle {
    position: absolute;
    width: 6px;
    height: 6px;
    bottom: -1px;
    right: -1px;
    background-color: #0091EA; }
  .ag-theme-balham .ag-fill-handle {
    cursor: cell; }
  .ag-theme-balham .ag-range-handle {
    cursor: nwse-resize; }
  .ag-theme-balham .ag-cell.ag-cell-inline-editing {
    padding: 12px;
    height: 40px; }
  .ag-theme-balham .ag-cell.ag-cell-inline-editing {
    background: white;
    border-radius: 2px;
    box-shadow: none;
    padding: 4px;
    background-color: #f5f7f7; }
  .ag-theme-balham .ag-popup-editor {
    background: white;
    border-radius: 2px;
    box-shadow: none;
    padding: 4px;
    background-color: #f5f7f7;
    padding: 0; }
    .ag-theme-balham .ag-popup-editor .ag-large-textarea textarea {
      height: auto;
      padding: 12px; }
  .ag-theme-balham .ag-virtual-list-container .ag-virtual-list-item {
    height: 28px; }
  .ag-theme-balham .ag-rich-select {
    background-color: #f5f7f7; }
    .ag-theme-balham .ag-rich-select .ag-rich-select-list {
      width: 200px;
      height: 182px; }
    .ag-theme-balham .ag-rich-select .ag-rich-select-value {
      padding: 0 4px 0 12px;
      height: 28px; }
    .ag-theme-balham .ag-rich-select .ag-virtual-list-item {
      cursor: default;
      height: 28px; }
      .ag-theme-balham .ag-rich-select .ag-virtual-list-item:hover {
        background-color: #ECF0F1; }
    .ag-theme-balham .ag-rich-select .ag-rich-select-row {
      padding-left: 12px; }
    .ag-theme-balham .ag-rich-select .ag-rich-select-row-selected {
      background-color: #b7e4ff; }
  .ag-theme-balham .ag-ltr .ag-floating-filter-button {
    margin-left: 12px; }
  .ag-theme-balham .ag-floating-filter-button button {
    appearance: none;
    background: transparent;
    border: 0;
    height: 16px;
    padding: 0;
    width: 16px; }
  .ag-theme-balham .ag-selection-checkbox:not(.ag-hidden) ~ .ag-cell-value:not(:empty), .ag-theme-balham .ag-selection-checkbox:not(.ag-hidden) + .ag-group-value:not(:empty),
  .ag-theme-balham .ag-group-expanded:not(.ag-hidden) ~ .ag-cell-value:not(:empty),
  .ag-theme-balham .ag-group-expanded:not(.ag-hidden) + .ag-group-value:not(:empty),
  .ag-theme-balham .ag-group-contracted:not(.ag-hidden) ~ .ag-cell-value:not(:empty),
  .ag-theme-balham .ag-group-contracted:not(.ag-hidden) + .ag-group-value:not(:empty),
  .ag-theme-balham .ag-group-checkbox:not(.ag-invisible) ~ .ag-cell-value:not(:empty),
  .ag-theme-balham .ag-group-checkbox:not(.ag-invisible) + .ag-group-value:not(:empty) {
    margin-left: 12px; }
  .ag-theme-balham .ag-selection-checkbox:not(.ag-hidden) ~ .ag-group-checkbox,
  .ag-theme-balham .ag-group-expanded:not(.ag-hidden) ~ .ag-group-checkbox,
  .ag-theme-balham .ag-group-contracted:not(.ag-hidden) ~ .ag-group-checkbox,
  .ag-theme-balham .ag-group-checkbox:not(.ag-invisible) ~ .ag-group-checkbox {
    margin-left: 12px; }
  .ag-theme-balham .ag-group-child-count {
    margin-left: 2px; }
  .ag-theme-balham .ag-selection-checkbox span {
    position: relative; }
  .ag-theme-balham .ag-column-drop-horizontal {
    background-color: #f5f7f7;
    height: 28px;
    padding-left: 12px; }
    .ag-theme-balham .ag-column-drop-horizontal .ag-icon-group,
    .ag-theme-balham .ag-column-drop-horizontal .ag-icon-pivot {
      margin-right: 12px; }
    .ag-theme-balham .ag-column-drop-horizontal .ag-icon-small-left,
    .ag-theme-balham .ag-column-drop-horizontal .ag-icon-small-right {
      margin: 0 4px;
      opacity: 0.54; }
    .ag-theme-balham .ag-column-drop-horizontal .ag-column-drop-empty-message {
      opacity: 0.38; }
  .ag-theme-balham .ag-column-drop-cell {
    background: #dde4e6;
    border-radius: 16px;
    min-height: 16px;
    padding: 0 2px; }
    .ag-theme-balham .ag-column-drop-cell .ag-column-drop-cell-text {
      margin: 0 4px; }
    .ag-theme-balham .ag-column-drop-cell .ag-column-drop-cell-button {
      min-width: 16px;
      margin: 0 2px;
      opacity: 0.54; }
      .ag-theme-balham .ag-column-drop-cell .ag-column-drop-cell-button:hover {
        opacity: 0.87; }
    .ag-theme-balham .ag-column-drop-cell .ag-column-drag {
      margin-left: 8px; }
  .ag-theme-balham .ag-column-drop-vertical .ag-column-drop-cell {
    margin-top: 4px; }
  .ag-theme-balham .ag-select-agg-func-popup {
    background: white;
    border-radius: 2px;
    box-shadow: none;
    padding: 4px;
    background: white;
    height: 70px;
    padding: 0; }
    .ag-theme-balham .ag-select-agg-func-popup .ag-virtual-list-item {
      cursor: default;
      line-height: 20px;
      padding-left: 8px; }
  .ag-theme-balham .ag-set-filter-list,
  .ag-theme-balham .ag-menu-column-select-wrapper {
    width: auto; }
  .ag-theme-balham .ag-column-drop-vertical > .ag-column-drop-cell {
    margin-left: 4px;
    margin-top: 0; }
  .ag-theme-balham .ag-cell-data-changed {
    background-color: rgba(22, 160, 133, 0.5) !important; }
  .ag-theme-balham .ag-cell-data-changed-animation {
    background-color: transparent;
    transition: background-color 1s; }
  .ag-theme-balham .ag-row-stub {
    background-color: inherit; }
  .ag-theme-balham .ag-stub-cell {
    padding-left: 12px;
    padding-top: 4px; }
    .ag-theme-balham .ag-stub-cell .ag-loading-icon {
      animation-name: spin;
      animation-duration: 1000ms;
      animation-iteration-count: infinite;
      animation-timing-function: linear; }

@keyframes spin {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }
    .ag-theme-balham .ag-stub-cell .ag-loading-text {
      margin-left: 4px;
      margin-top: 4px; }
  .ag-theme-balham .ag-floating-top {
    border-bottom: 1px solid #BDC3C7; }
  .ag-theme-balham .ag-floating-bottom {
    border-top: 1px solid #BDC3C7; }
  .ag-theme-balham .ag-floating-top, .ag-theme-balham .ag-floating-bottom {
    background-color: inherit; }
    .ag-theme-balham .ag-floating-top .ag-row, .ag-theme-balham .ag-floating-bottom .ag-row {
      background-color: inherit; }
  .ag-theme-balham .ag-status-bar {
    background: white;
    border: 1px solid #BDC3C7;
    border-top-width: 0;
    color: rgba(0, 0, 0, 0.38);
    font-weight: 600;
    font-size: 12px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    padding-right: 16px;
    padding-left: 16px;
    line-height: 1.5; }
  .ag-theme-balham .ag-name-value-value {
    color: #000; }
  .ag-theme-balham .ag-status-bar-center {
    text-align: center; }
  .ag-theme-balham .ag-name-value {
    margin-left: 4px;
    margin-right: 4px;
    padding-top: 8px;
    padding-bottom: 8px; }
  .ag-theme-balham .ag-details-row {
    padding: 20px; }
  .ag-theme-balham .ag-overlay-loading-wrapper {
    background-color: rgba(255, 255, 255, 0.5); }
  .ag-theme-balham .ag-overlay-loading-center {
    background: white;
    border-radius: 2px;
    box-shadow: none;
    padding: 4px; }
  .ag-theme-balham .ag-side-bar {
    background-color: #f5f7f7;
    border: 1px solid #BDC3C7;
    border-left-width: 0;
    position: relative; }
    .ag-theme-balham .ag-side-bar .ag-side-buttons {
      padding-top: 16px;
      background: white;
      width: 20px;
      position: relative; }
      .ag-theme-balham .ag-side-bar .ag-side-buttons .ag-side-button button {
        background: transparent;
        border: 0;
        color: #000;
        padding: 8px 0 8px 0;
        width: 100%;
        margin: 0;
        min-height: 72px;
        border-width: 1px 0 1px 0;
        border-style: solid;
        border-color: transparent;
        background-position-y: center;
        background-position-x: center;
        background-repeat: no-repeat; }
      .ag-theme-balham .ag-side-bar .ag-side-buttons .ag-selected button {
        background-color: #f5f7f7;
        margin-left: -1px;
        padding-left: 1px;
        border-color: #BDC3C7; }
    .ag-theme-balham .ag-side-bar .ag-panel-container {
      border-right: 1px solid #BDC3C7; }
    .ag-theme-balham .ag-side-bar.full-width .ag-panel-container {
      border-right: 0; }
    .ag-theme-balham .ag-side-bar .ag-column-drop {
      min-height: 50px; }
  .ag-theme-balham .ag-primary-cols-filter-wrapper {
    margin-left: 4px;
    margin-right: 4px; }
  .ag-theme-balham .ag-group-component {
    background-color: #f8f9fa;
    padding: 0px;
    border: 0 solid #cbd0d3;
    border-top-width: 1px; }
    .ag-theme-balham .ag-group-component.ag-disabled > .ag-group-component-label .ag-group-component-title, .ag-theme-balham .ag-group-component.ag-disabled > .ag-group-component-container {
      opacity: 0.5; }
    .ag-theme-balham .ag-group-component .ag-group-component-title-bar {
      background-color: #e9eeef;
      height: 16px;
      font-size: 12px;
      font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
      height: 26px; }
    .ag-theme-balham .ag-group-component:not(.ag-collapsible) > div {
      margin-left: 0; }
    .ag-theme-balham .ag-group-component:not(.ag-collapsible) > .ag-group-component-title-bar {
      margin-left: 0;
      padding: 4px; }
      .ag-theme-balham .ag-group-component:not(.ag-collapsible) > .ag-group-component-title-bar .ag-column-group-icons {
        display: none; }
    .ag-theme-balham .ag-group-component .ag-group-component-toolbar {
      background-color: #f2f5f5;
      padding: 4px;
      border: 0 solid #BDC3C7; }
    .ag-theme-balham .ag-group-component > .ag-group-component-container {
      margin-left: 8px;
      padding: 4px; }
    .ag-theme-balham .ag-group-component .ag-group-item {
      margin: 2px 0; }
      .ag-theme-balham .ag-group-component .ag-group-item .ag-group-component-title-bar {
        height: 18px; }
  .ag-theme-balham .ag-labeled label {
    margin-right: 4px;
    white-space: nowrap; }
  .ag-theme-balham .ag-labeled.ag-label-align-top label {
    margin-bottom: 2px; }
  .ag-theme-balham .ag-slider > .ag-wrapper > div:not(:first-of-type), .ag-theme-balham .ag-angle-select > .ag-wrapper > div:not(:first-of-type) {
    margin-left: 8px; }
  .ag-theme-balham .ag-angle-select .ag-angle-select-field .ag-parent-circle {
    width: 24px;
    height: 24px;
    border-radius: 12px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.9);
    background-color: #ffffff; }
  .ag-theme-balham .ag-angle-select .ag-angle-select-field .ag-child-circle {
    top: 4px;
    left: 12px;
    width: 6px;
    height: 6px;
    margin-left: -3px;
    margin-top: -4px;
    border-radius: 3px;
    background-color: #4c4c4c; }
  .ag-theme-balham .ag-toggle-button .ag-input-wrapper {
    height: 16px;
    width: 40px;
    background-color: white;
    border: 1px solid #7F8C8D;
    border-radius: 500rem; }
    .ag-theme-balham .ag-toggle-button .ag-input-wrapper .ag-icon {
      width: 16px;
      height: 16px;
      border: 1px solid #7F8C8D;
      border-radius: 500rem;
      right: calc(100% - 16px); }
  .ag-theme-balham .ag-toggle-button.ag-selected .ag-input-wrapper {
    background-color: #0091EA; }
    .ag-theme-balham .ag-toggle-button.ag-selected .ag-input-wrapper .ag-icon {
      background: white;
      right: -1px; }
  .ag-theme-balham .ag-color-picker > .ag-wrapper {
    border: 1px solid #BDC3C7;
    border-radius: 5px; }
    .ag-theme-balham .ag-color-picker > .ag-wrapper > div {
      width: 16px;
      height: 16px; }
    .ag-theme-balham .ag-color-picker > .ag-wrapper button {
      background-color: white; }
    .ag-theme-balham .ag-color-picker > .ag-wrapper button:hover {
      background-color: #ECF0F1; }
  .ag-theme-balham .ag-dialog.ag-color-dialog {
    border-radius: 5px; }
  .ag-theme-balham .ag-color-panel {
    padding: 4px; }
    .ag-theme-balham .ag-color-panel .ag-spectrum-color {
      background-color: red;
      border-radius: 2px; }
    .ag-theme-balham .ag-color-panel .ag-spectrum-tools {
      padding: 10px; }
    .ag-theme-balham .ag-color-panel .ag-spectrum-sat {
      background-image: linear-gradient(to right, white, rgba(204, 154, 129, 0)); }
    .ag-theme-balham .ag-color-panel .ag-spectrum-val {
      background-image: linear-gradient(to top, black, rgba(204, 154, 129, 0)); }
    .ag-theme-balham .ag-color-panel .ag-spectrum-dragger {
      border-radius: 12px;
      height: 12px;
      width: 12px;
      border: 1px solid white;
      background: black;
      box-shadow: 0 0 2px 0px rgba(0, 0, 0, 0.24); }
    .ag-theme-balham .ag-color-panel .ag-spectrum-hue-background {
      border-radius: 2px; }
    .ag-theme-balham .ag-color-panel .ag-spectrum-alpha-background {
      border-radius: 2px; }
    .ag-theme-balham .ag-color-panel .ag-hue-alpha {
      margin-bottom: 10px;
      height: 11px;
      border-radius: 2px; }
    .ag-theme-balham .ag-color-panel .ag-spectrum-slider {
      margin-top: -12px;
      width: 13px;
      height: 13px;
      border-radius: 13px;
      background-color: #f8f8f8;
      box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.37); }
    .ag-theme-balham .ag-color-panel .ag-spectrum-text-value {
      font-weight: bold;
      line-height: 20px;
      color: #333; }
    .ag-theme-balham .ag-color-panel .ag-spectrum-text-value:focus {
      border: 1px solid #0d77e4;
      padding: 2px; }
    .ag-theme-balham .ag-color-panel .ag-recent-colors > div {
      margin: 0 3px; }
      .ag-theme-balham .ag-color-panel .ag-recent-colors > div:first-child {
        margin-left: 0; }
      .ag-theme-balham .ag-color-panel .ag-recent-colors > div:last-child {
        margin-right: 0; }
  .ag-theme-balham.ag-popup > div:not(.ag-tooltip-custom) {
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3); }
  .ag-theme-balham .ag-panel {
    background-color: white;
    border: 1px solid #BDC3C7; }
    .ag-dragging-range-handle .ag-theme-balham .ag-panel.ag-dialog, .ag-dragging-fill-handle .ag-theme-balham .ag-panel.ag-dialog {
      opacity: 0.7;
      pointer-events: none; }
    .ag-theme-balham .ag-panel .ag-title-bar {
      background-color: #f5f7f7;
      border-bottom: 1px solid #d9dcde;
      color: rgba(0, 0, 0, 0.54);
      height: 32px;
      font-size: 12px;
      font-weight: 600;
      font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
      padding-left: 12px;
      padding: 5px 10px; }
      .ag-theme-balham .ag-panel .ag-title-bar .ag-title-bar-buttons .ag-button {
        height: 20px;
        width: 20px;
        border-radius: 5px; }
        .ag-theme-balham .ag-panel .ag-title-bar .ag-title-bar-buttons .ag-button .ag-icon {
          line-height: 20px;
          font-size: 20px; }
        .ag-theme-balham .ag-panel .ag-title-bar .ag-title-bar-buttons .ag-button:hover, .ag-theme-balham .ag-panel .ag-title-bar .ag-title-bar-buttons .ag-button.ag-has-popup {
          background-color: #d7e0e2; }
        .ag-theme-balham .ag-panel .ag-title-bar .ag-title-bar-buttons .ag-button:not(:last-child) {
          margin-right: 5px; }
    .ag-theme-balham .ag-panel .ag-message-box .ag-message-box-button-bar {
      height: 30px;
      background-color: #f5f7f7;
      padding: 2px; }
      .ag-theme-balham .ag-panel .ag-message-box .ag-message-box-button-bar button {
        border-radius: 2px; }
  .ag-theme-balham .ag-tooltip {
    background-color: #cbd0d3;
    color: #000;
    border-radius: 2px;
    padding: 5px;
    border-width: 1px;
    border-style: solid;
    border-color: #cbd0d3;
    transition: opacity 1s; }
    .ag-theme-balham .ag-tooltip.ag-tooltip-hiding {
      opacity: 0; }
  .ag-theme-balham .ag-chart .ag-chart-menu {
    border-radius: 5px;
    background: white; }
    .ag-theme-balham .ag-chart .ag-chart-menu > span:hover {
      background-color: #e6e6e6; }
  .ag-theme-balham .ag-chart-tabbed-menu .ag-chart-settings .ag-chart-settings-mini-wrapper .ag-group-component-container {
    margin-left: 0; }
  .ag-theme-balham .ag-chart-tabbed-menu .ag-chart-settings .ag-chart-settings-mini-wrapper .ag-chart-mini-thumbnail {
    border: 1px solid #BDC3C7;
    border-radius: 5px;
    margin: 5px; }
    .ag-theme-balham .ag-chart-tabbed-menu .ag-chart-settings .ag-chart-settings-mini-wrapper .ag-chart-mini-thumbnail:nth-child(2n + 2):not(:last-child) {
      margin-left: auto;
      margin-right: auto; }
    .ag-theme-balham .ag-chart-tabbed-menu .ag-chart-settings .ag-chart-settings-mini-wrapper .ag-chart-mini-thumbnail:nth-child(3n + 1) {
      margin-left: 2px; }
    .ag-theme-balham .ag-chart-tabbed-menu .ag-chart-settings .ag-chart-settings-mini-wrapper .ag-chart-mini-thumbnail:nth-child(3n) {
      margin-right: 2px; }
    .ag-theme-balham .ag-chart-tabbed-menu .ag-chart-settings .ag-chart-settings-mini-wrapper .ag-chart-mini-thumbnail.ag-selected {
      border-color: #0091EA; }
  .ag-theme-balham .ag-chart-tabbed-menu .ag-chart-settings .ag-chart-settings-nav-bar .ag-nav-card-selector .ag-nav-card-item {
    color: #000;
    font-size: 10px; }
    .ag-theme-balham .ag-chart-tabbed-menu .ag-chart-settings .ag-chart-settings-nav-bar .ag-nav-card-selector .ag-nav-card-item.ag-selected {
      color: #0091EA; }
  .ag-theme-balham .ag-chart-tabbed-menu .ag-chart-format .ag-chart-format-wrapper .ag-group-item {
    margin: 4.8px 0; }
  .ag-theme-balham .ag-icon {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "agGridBalham";
    speak: none;
    font-size: 16px;
    color: #7F8C8D;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .ag-theme-balham .ag-icon-aggregation:before {
    content: "\E900"; }
  .ag-theme-balham .ag-icon-arrows:before {
    content: "\E901"; }
  .ag-theme-balham .ag-icon-asc:before {
    content: "\E902"; }
  .ag-theme-balham .ag-icon-cancel:before {
    content: "\E903"; }
  .ag-theme-balham .ag-icon-chart:before {
    content: "\E904"; }
  .ag-theme-balham .ag-icon-checkbox-checked:before {
    content: "\E905"; }
  .ag-theme-balham .ag-icon-checkbox-indeterminate:before {
    content: "\E906"; }
  .ag-theme-balham .ag-icon-checkbox-unchecked:before {
    content: "\E907"; }
  .ag-theme-balham .ag-icon-color-picker:before {
    content: "\E908"; }
  .ag-theme-balham .ag-icon-column:before {
    content: "\E909"; }
  .ag-theme-balham .ag-icon-columns:before {
    content: "\E90A"; }
  .ag-theme-balham .ag-icon-contracted:before {
    content: "\E90B"; }
  .ag-theme-balham .ag-icon-copy:before {
    content: "\E90C"; }
  .ag-theme-balham .ag-icon-cross:before {
    content: "\E90D"; }
  .ag-theme-balham .ag-icon-cut:before {
    content: "\E90E"; }
  .ag-theme-balham .ag-icon-data:before {
    content: "\E90F"; }
  .ag-theme-balham .ag-icon-desc:before {
    content: "\E910"; }
  .ag-theme-balham .ag-icon-expanded:before {
    content: "\E911"; }
  .ag-theme-balham .ag-icon-eye-slash:before {
    content: "\E912"; }
  .ag-theme-balham .ag-icon-eye:before {
    content: "\E913"; }
  .ag-theme-balham .ag-icon-filter:before {
    content: "\E914"; }
  .ag-theme-balham .ag-icon-first:before {
    content: "\E915"; }
  .ag-theme-balham .ag-icon-grip:before {
    content: "\E916"; }
  .ag-theme-balham .ag-icon-group:before {
    content: "\E917"; }
  .ag-theme-balham .ag-icon-indeterminate:before {
    content: "\E918"; }
  .ag-theme-balham .ag-icon-last:before {
    content: "\E919"; }
  .ag-theme-balham .ag-icon-left:before {
    content: "\E91A"; }
  .ag-theme-balham .ag-icon-linked:before {
    content: "\E934"; }
  .ag-theme-balham .ag-icon-loading:before {
    content: "\E91B"; }
  .ag-theme-balham .ag-icon-maximize:before {
    content: "\E91C"; }
  .ag-theme-balham .ag-icon-menu:before {
    content: "\E91D"; }
  .ag-theme-balham .ag-icon-minimize:before {
    content: "\E91E"; }
  .ag-theme-balham .ag-icon-minus:before {
    content: "\E91F"; }
  .ag-theme-balham .ag-icon-next:before {
    content: "\E920"; }
  .ag-theme-balham .ag-icon-none:before {
    content: "\E921"; }
  .ag-theme-balham .ag-icon-not-allowed:before {
    content: "\E922"; }
  .ag-theme-balham .ag-icon-paste:before {
    content: "\E923"; }
  .ag-theme-balham .ag-icon-pin:before {
    content: "\E924"; }
  .ag-theme-balham .ag-icon-pivot:before {
    content: "\E925"; }
  .ag-theme-balham .ag-icon-plus:before {
    content: "\E926"; }
  .ag-theme-balham .ag-icon-previous:before {
    content: "\E927"; }
  .ag-theme-balham .ag-icon-radio-button-off:before {
    content: "\E928"; }
  .ag-theme-balham .ag-icon-radio-button-on:before {
    content: "\E929"; }
  .ag-theme-balham .ag-icon-right:before {
    content: "\E92A"; }
  .ag-theme-balham .ag-icon-save:before {
    content: "\E92B"; }
  .ag-theme-balham .ag-icon-small-down:before {
    content: "\E92C"; }
  .ag-theme-balham .ag-icon-small-left:before {
    content: "\E92D"; }
  .ag-theme-balham .ag-icon-small-right:before {
    content: "\E92E"; }
  .ag-theme-balham .ag-icon-small-up:before {
    content: "\E92F"; }
  .ag-theme-balham .ag-icon-tick:before {
    content: "\E930"; }
  .ag-theme-balham .ag-icon-tree-closed:before {
    content: "\E931"; }
  .ag-theme-balham .ag-icon-tree-indeterminate:before {
    content: "\E932"; }
  .ag-theme-balham .ag-icon-tree-open:before {
    content: "\E933"; }
  .ag-theme-balham .ag-icon-unlinked:before {
    content: "\E935"; }
  .ag-theme-balham .ag-icon-checkbox-checked,
  .ag-theme-balham .ag-icon-checkbox-indeterminate,
  .ag-theme-balham .ag-icon-checkbox-unchecked {
    background-color: white;
    line-height: 16px;
    border-radius: 3px; }
    .ag-theme-balham .ag-icon-checkbox-checked-readonly,
    .ag-theme-balham .ag-icon-checkbox-indeterminate-readonly,
    .ag-theme-balham .ag-icon-checkbox-unchecked-readonly {
      cursor: default;
      opacity: 0.38; }
  .ag-theme-balham .ag-icon-checkbox-checked {
    color: #0091EA; }
    .ag-theme-balham .ag-icon-checkbox-checked-readonly:before {
      content: "\E905"; }
  .ag-theme-balham .ag-icon-checkbox-indeterminate-readonly:before {
    content: "\E906"; }
  .ag-theme-balham .ag-icon-checkbox-unchecked-readonly:before {
    content: "\E907"; }
  .ag-theme-balham .ag-icon-row-drag:before {
    content: "\E916"; }
  .ag-theme-balham .ag-right-arrow:before {
    content: "\E91A"; }
  .ag-theme-balham .ag-icon-radio-button-on {
    color: #0091EA; }
  .ag-theme-balham .ag-right-arrow:before {
    content: "\E92A"; }
  .ag-theme-balham .ag-rtl {
    text-align: right; }
    .ag-theme-balham .ag-rtl .ag-numeric-cell {
      text-align: left; }
    .ag-theme-balham .ag-rtl .ag-checkbox:not(.ag-label-align-left) label, .ag-theme-balham .ag-rtl .ag-radio-button:not(.ag-label-align-left) label, .ag-theme-balham .ag-rtl .ag-toggle-button:not(.ag-label-align-left) label {
      margin-right: 4px;
      margin-left: 0; }
    .ag-theme-balham .ag-rtl .ag-tool-panel-wrapper .ag-pivot-mode-panel .ag-pivot-mode-select {
      margin-right: 4px; }
    .ag-theme-balham .ag-rtl .ag-tool-panel-wrapper .ag-column-drop .ag-column-drop-empty-message {
      padding-left: 4px;
      padding-right: 16px; }
    .ag-theme-balham .ag-rtl .ag-column-select-panel .ag-column-tool-panel-column-group .ag-column-select-checkbox,
    .ag-theme-balham .ag-rtl .ag-column-select-panel .ag-column-tool-panel-column-group .ag-column-group-icons,
    .ag-theme-balham .ag-rtl .ag-column-select-panel .ag-column-tool-panel-column .ag-column-select-checkbox,
    .ag-theme-balham .ag-rtl .ag-column-select-panel .ag-column-tool-panel-column .ag-column-group-icons {
      margin-left: 4px;
      margin-right: 4px; }
    .ag-theme-balham .ag-rtl .ag-column-select-panel .ag-column-tool-panel-column.ag-toolpanel-add-group-indent {
      margin-left: 0;
      margin-right: 24px; }
    .ag-theme-balham .ag-rtl .ag-header-select-all {
      margin-left: 12px;
      margin-right: 0; }
    .ag-theme-balham .ag-rtl .ag-selection-checkbox,
    .ag-theme-balham .ag-rtl .ag-group-checkbox,
    .ag-theme-balham .ag-rtl .ag-group-expanded,
    .ag-theme-balham .ag-rtl .ag-group-contracted {
      display: inline-flex; }
      .ag-theme-balham .ag-rtl .ag-selection-checkbox + .ag-cell-value:not(:empty), .ag-theme-balham .ag-rtl .ag-selection-checkbox + .ag-group-value:not(:empty),
      .ag-theme-balham .ag-rtl .ag-group-checkbox + .ag-cell-value:not(:empty),
      .ag-theme-balham .ag-rtl .ag-group-checkbox + .ag-group-value:not(:empty),
      .ag-theme-balham .ag-rtl .ag-group-expanded + .ag-cell-value:not(:empty),
      .ag-theme-balham .ag-rtl .ag-group-expanded + .ag-group-value:not(:empty),
      .ag-theme-balham .ag-rtl .ag-group-contracted + .ag-cell-value:not(:empty),
      .ag-theme-balham .ag-rtl .ag-group-contracted + .ag-group-value:not(:empty) {
        margin-right: 12px;
        margin-left: initial; }
      .ag-theme-balham .ag-rtl .ag-selection-checkbox + .ag-group-checkbox,
      .ag-theme-balham .ag-rtl .ag-group-checkbox + .ag-group-checkbox,
      .ag-theme-balham .ag-rtl .ag-group-expanded + .ag-group-checkbox,
      .ag-theme-balham .ag-rtl .ag-group-contracted + .ag-group-checkbox {
        margin-right: 12px;
        margin-left: initial; }
    .ag-theme-balham .ag-rtl .ag-group-child-count {
      margin-left: unset;
      margin-right: 2px; }
    .ag-theme-balham .ag-rtl .ag-column-drop-horizontal {
      padding-right: 12px; }
      .ag-theme-balham .ag-rtl .ag-column-drop-horizontal .ag-icon-group,
      .ag-theme-balham .ag-rtl .ag-column-drop-horizontal .ag-icon-pivot {
        margin-left: 12px;
        margin-right: 0; }
    .ag-theme-balham .ag-rtl .ag-floating-filter-button {
      margin-right: 12px; }
    .ag-theme-balham .ag-rtl .ag-set-filter-item > div, .ag-theme-balham .ag-rtl .ag-set-filter-item > span {
      margin-left: 0;
      margin-right: 5px; }
    .ag-theme-balham .ag-rtl .ag-header .ag-header-cell-resize::after {
      border-left: 1px solid #BDC3C7;
      border-right: 0; }
    .ag-theme-balham .ag-rtl .ag-side-bar .ag-panel-container {
      border-left: 1px solid #BDC3C7;
      border-right: 0; }
    .ag-theme-balham .ag-rtl .ag-side-bar.full-width .ag-panel-container {
      border-left: 0; }
  .ag-theme-balham .sass-variables::after {
    content: '{ "autoSizePadding": "12px", "headerHeight": "32px", "groupPaddingSize": "28px", "footerPaddingAddition": "16px", "virtualItemHeight": "28px", "aggFuncPopupHeight": "98px", "checkboxIndentWidth": "20px", "leafNodePadding": "12px", "rowHeight": "28px", "gridSize": "4px", "iconSize": "16px" }';
    display: none; }
  .ag-theme-balham .ag-cell-highlight {
    background-color: #0091EA !important; }
  .ag-theme-balham .ag-header-cell-resize::after {
    height: 80%;
    margin-top: 8px; }
  .ag-theme-balham .ag-header-cell::after,
  .ag-theme-balham .ag-header-group-cell::after {
    border-right: 1px solid rgba(189, 195, 199, 0.5);
    content: " ";
    height: 16px;
    margin-top: 8px;
    position: absolute;
    text-indent: -2000px;
    top: 0; }
  .ag-theme-balham .ag-ltr .ag-header-cell::after,
  .ag-theme-balham .ag-ltr .ag-header-group-cell::after {
    right: 0; }
  .ag-theme-balham .ag-rtl .ag-header-cell::after,
  .ag-theme-balham .ag-rtl .ag-header-group-cell::after {
    left: 0; }
  .ag-theme-balham .ag-column-drop-horizontal.ag-column-drop {
    border: 1px solid #BDC3C7;
    border-bottom: 0; }
  .ag-theme-balham .ag-ltr .ag-column-drop-horizontal.ag-column-drop.ag-width-half:first-child {
    border-right: 0; }
  .ag-theme-balham .ag-rtl .ag-column-drop-horizontal.ag-column-drop.ag-width-half:first-child {
    border-left: 0; }
  .ag-theme-balham .ag-row {
    border-color: #d9dcde; }
  .ag-theme-balham .ag-row-selected {
    border-color: #b7e4ff; }
  .ag-theme-balham .ag-column-drop-cell {
    min-height: 24px; }
    .ag-theme-balham .ag-column-drop-cell .ag-column-drop-cell-button {
      margin-bottom: 2px;
      margin-top: 2px; }
    .ag-theme-balham .ag-column-drop-cell .ag-column-drop-cell-button:hover {
      opacity: 1; }
  .ag-theme-balham .ag-column-drop-vertical .ag-column-drop-cell {
    margin-left: 8px;
    margin-right: 8px; }
    .ag-theme-balham .ag-column-drop-vertical .ag-column-drop-cell .ag-column-drop-cell-text {
      margin-left: 8px; }
  .ag-theme-balham .ag-column-drop-horizontal {
    background-color: #f5f7f7;
    height: 32px; }
    .ag-theme-balham .ag-column-drop-horizontal .ag-column-drop-cell-text {
      margin-left: 8px; }
  .ag-theme-balham .ag-root {
    border: 1px solid #BDC3C7; }
  .ag-theme-balham .ag-tool-panel-wrapper {
    border-right: 1px solid #BDC3C7; }
    .ag-theme-balham .ag-tool-panel-wrapper .ag-column-select-panel .ag-column-tool-panel-column-group,
    .ag-theme-balham .ag-tool-panel-wrapper .ag-column-select-panel .ag-column-tool-panel-column {
      min-height: 20px; }
    .ag-theme-balham .ag-tool-panel-wrapper .ag-column-drop {
      padding-bottom: 8px;
      padding-top: 8px; }
  .ag-theme-balham .ag-rtl .ag-side-bar,
  .ag-theme-balham .ag-rtl .ag-tool-panel-wrapper {
    border-left: 1px solid #BDC3C7;
    border-right: 0; }
  .ag-theme-balham .ag-rtl .ag-icon-expanded,
  .ag-theme-balham .ag-rtl .ag-icon-contracted {
    transform: rotate(180deg); }
  .ag-theme-balham .ag-menu-option {
    height: 28px; }
  .ag-theme-balham .ag-column-select-panel .ag-column-tool-panel-column-group,
  .ag-theme-balham .ag-column-select-panel .ag-column-tool-panel-column {
    height: 20px; }
  .ag-theme-balham .ag-tab-header {
    border-bottom: 1px solid #BDC3C7; }
    .ag-theme-balham .ag-tab-header .ag-tab {
      margin-bottom: -2px; }
    .ag-theme-balham .ag-tab-header .ag-tab.ag-tab-selected {
      background-color: white;
      border-bottom-color: transparent; }
  .ag-theme-balham .ag-tab-body,
  .ag-theme-balham .ag-popup-editor,
  .ag-theme-balham .ag-menu {
    background-color: white;
    color: #000; }
  .ag-theme-balham .ag-cell.ag-cell-inline-editing {
    height: 28px;
    padding: 0; }
  .ag-theme-balham .ag-details-row {
    background-color: white; }
  .ag-theme-balham .ag-overlay-loading-wrapper {
    background-color: rgba(255, 255, 255, 0.5); }
  .ag-theme-balham .ag-overlay-loading-center {
    background-color: white;
    border: 1px solid #BDC3C7;
    color: #000;
    padding: 16px; }
  .ag-theme-balham .ag-cell-range-selected-1:not(.ag-cell-focus) {
    background-color: rgba(0, 145, 234, 0.3); }
  .ag-theme-balham .ag-cell-range-selected-2:not(.ag-cell-focus) {
    background-color: rgba(0, 145, 234, 0.4); }
  .ag-theme-balham .ag-cell-range-selected-3:not(.ag-cell-focus) {
    background-color: rgba(0, 145, 234, 0.5); }
  .ag-theme-balham .ag-cell-range-selected-4:not(.ag-cell-focus) {
    background-color: rgba(0, 145, 234, 0.6); }
  .ag-theme-balham .ag-rich-select-value {
    border-bottom: 1px solid #BDC3C7; }
  .ag-theme-balham .ag-filter-apply-panel {
    border-top: 1px solid #BDC3C7; }
  .ag-theme-balham .ag-group-expanded .ag-icon-contracted:empty:before {
    content: "\E933"; }
  .ag-theme-balham .ag-filter-toolpanel-body {
    background-color: white; }


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

/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[5].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[5].rules[1].use[1]!./src/styles.scss?ngGlobalStyle (3) ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/*!
 * Bootstrap  v5.3.8 (https://getbootstrap.com/)
 * Copyright 2011-2025 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root,
[data-bs-theme=light] {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-primary-text-emphasis: #052c65;
  --bs-secondary-text-emphasis: #2b2f32;
  --bs-success-text-emphasis: #0a3622;
  --bs-info-text-emphasis: #055160;
  --bs-warning-text-emphasis: #664d03;
  --bs-danger-text-emphasis: #58151c;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #cfe2ff;
  --bs-secondary-bg-subtle: #e2e3e5;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #9ec5fe;
  --bs-secondary-border-subtle: #c4c8cb;
  --bs-success-border-subtle: #a3cfbb;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #0a58ca;
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: #fff3cd;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}

[data-bs-theme=dark] {
  color-scheme: dark;
  --bs-body-color: #dee2e6;
  --bs-body-color-rgb: 222, 226, 230;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33, 37, 41;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(222, 226, 230, 0.75);
  --bs-secondary-color-rgb: 222, 226, 230;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(222, 226, 230, 0.5);
  --bs-tertiary-color-rgb: 222, 226, 230;
  --bs-tertiary-bg: #2b3035;
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-primary-text-emphasis: #6ea8fe;
  --bs-secondary-text-emphasis: #a7acb1;
  --bs-success-text-emphasis: #75b798;
  --bs-info-text-emphasis: #6edff6;
  --bs-warning-text-emphasis: #ffda6a;
  --bs-danger-text-emphasis: #ea868f;
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: #031633;
  --bs-secondary-bg-subtle: #161719;
  --bs-success-bg-subtle: #051b11;
  --bs-info-bg-subtle: #032830;
  --bs-warning-bg-subtle: #332701;
  --bs-danger-bg-subtle: #2c0b0e;
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: #084298;
  --bs-secondary-border-subtle: #41464b;
  --bs-success-border-subtle: #0f5132;
  --bs-info-border-subtle: #087990;
  --bs-warning-border-subtle: #997404;
  --bs-danger-border-subtle: #842029;
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: #6ea8fe;
  --bs-link-hover-color: #8bb9fe;
  --bs-link-color-rgb: 110, 168, 254;
  --bs-link-hover-color-rgb: 139, 185, 254;
  --bs-code-color: #e685b5;
  --bs-highlight-color: #dee2e6;
  --bs-highlight-bg: #664d03;
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: #75b798;
  --bs-form-valid-border-color: #75b798;
  --bs-form-invalid-color: #ea868f;
  --bs-form-invalid-border-color: #ea868f;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: 0.25;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}

h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}

h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
}

h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}

h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small, .small {
  font-size: 0.875em;
}

mark, .mark {
  padding: 0.1875em;
  color: var(--bs-highlight-color);
  background-color: var(--bs-highlight-bg);
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
}
a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 0.25rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-secondary-color);
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  line-height: inherit;
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type=search]::-webkit-search-cancel-button {
  cursor: pointer;
  filter: grayscale(1);
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.625rem + 4.5vw);
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}

.display-2 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.575rem + 3.9vw);
}
@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}

.display-3 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.525rem + 3.3vw);
}
@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}

.display-4 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.475rem + 2.7vw);
}
@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}

.display-5 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.425rem + 2.1vw);
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}

.display-6 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}

.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: var(--bs-body-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 0.875em;
  color: var(--bs-secondary-color);
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.table {
  --bs-table-color-type: initial;
  --bs-table-bg-type: initial;
  --bs-table-color-state: initial;
  --bs-table-bg-state: initial;
  --bs-table-color: var(--bs-emphasis-color);
  --bs-table-bg: var(--bs-body-bg);
  --bs-table-border-color: var(--bs-border-color);
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: var(--bs-emphasis-color);
  --bs-table-striped-bg: rgba(var(--bs-emphasis-color-rgb), 0.05);
  --bs-table-active-color: var(--bs-emphasis-color);
  --bs-table-active-bg: rgba(var(--bs-emphasis-color-rgb), 0.1);
  --bs-table-hover-color: var(--bs-emphasis-color);
  --bs-table-hover-bg: rgba(var(--bs-emphasis-color-rgb), 0.075);
  width: 100%;
  margin-bottom: 1rem;
  vertical-align: top;
  border-color: var(--bs-table-border-color);
}
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  color: var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));
  background-color: var(--bs-table-bg);
  border-bottom-width: var(--bs-border-width);
  box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)));
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}

.table-group-divider {
  border-top: calc(var(--bs-border-width) * 2) solid currentcolor;
}

.caption-top {
  caption-side: top;
}

.table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}

.table-bordered > :not(caption) > * {
  border-width: var(--bs-border-width) 0;
}
.table-bordered > :not(caption) > * > * {
  border-width: 0 var(--bs-border-width);
}

.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}
.table-borderless > :not(:first-child) {
  border-top-width: 0;
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: var(--bs-table-striped-bg);
}

.table-striped-columns > :not(caption) > tr > :nth-child(even) {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: var(--bs-table-striped-bg);
}

.table-active {
  --bs-table-color-state: var(--bs-table-active-color);
  --bs-table-bg-state: var(--bs-table-active-bg);
}

.table-hover > tbody > tr:hover > * {
  --bs-table-color-state: var(--bs-table-hover-color);
  --bs-table-bg-state: var(--bs-table-hover-bg);
}

.table-primary {
  --bs-table-color: #000;
  --bs-table-bg: #cfe2ff;
  --bs-table-border-color: #a6b5cc;
  --bs-table-striped-bg: #c5d7f2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bacbe6;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfd1ec;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-secondary {
  --bs-table-color: #000;
  --bs-table-bg: #e2e3e5;
  --bs-table-border-color: #b5b6b7;
  --bs-table-striped-bg: #d7d8da;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #cbccce;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #d1d2d4;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-success {
  --bs-table-color: #000;
  --bs-table-bg: #d1e7dd;
  --bs-table-border-color: #a7b9b1;
  --bs-table-striped-bg: #c7dbd2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bcd0c7;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c1d6cc;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-info {
  --bs-table-color: #000;
  --bs-table-bg: #cff4fc;
  --bs-table-border-color: #a6c3ca;
  --bs-table-striped-bg: #c5e8ef;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #badce3;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfe2e9;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-warning {
  --bs-table-color: #000;
  --bs-table-bg: #fff3cd;
  --bs-table-border-color: #ccc2a4;
  --bs-table-striped-bg: #f2e7c3;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e6dbb9;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ece1be;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-danger {
  --bs-table-color: #000;
  --bs-table-bg: #f8d7da;
  --bs-table-border-color: #c6acae;
  --bs-table-striped-bg: #eccccf;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfc2c4;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5c7ca;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-light {
  --bs-table-color: #000;
  --bs-table-bg: #f8f9fa;
  --bs-table-border-color: #c6c7c8;
  --bs-table-striped-bg: #ecedee;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfe0e1;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5e6e7;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-dark {
  --bs-table-color: #fff;
  --bs-table-bg: #212529;
  --bs-table-border-color: #4d5154;
  --bs-table-striped-bg: #2c3034;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #373b3e;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #323539;
  --bs-table-hover-color: #fff;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.form-label {
  margin-bottom: 0.5rem;
}

.col-form-label {
  padding-top: calc(0.375rem + var(--bs-border-width));
  padding-bottom: calc(0.375rem + var(--bs-border-width));
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + var(--bs-border-width));
  padding-bottom: calc(0.5rem + var(--bs-border-width));
  font-size: 1.25rem;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + var(--bs-border-width));
  padding-bottom: calc(0.25rem + var(--bs-border-width));
  font-size: 0.875rem;
}

.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-secondary-color);
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-control::-webkit-date-and-time-value {
  min-width: 85px;
  height: 1.5em;
  margin: 0;
}
.form-control::-webkit-datetime-edit {
  display: block;
  padding: 0;
}
.form-control::placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control:disabled {
  background-color: var(--bs-secondary-bg);
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--bs-border-width);
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--bs-secondary-bg);
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: var(--bs-body-color);
  background-color: transparent;
  border: solid transparent;
  border-width: var(--bs-border-width) 0;
}
.form-control-plaintext:focus {
  outline: 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  min-height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}

.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}

textarea.form-control {
  min-height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
}
textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
}
textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}

.form-control-color {
  width: 3rem;
  height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
  padding: 0.375rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  border: 0 !important;
  border-radius: var(--bs-border-radius);
}
.form-control-color::-webkit-color-swatch {
  border: 0 !important;
  border-radius: var(--bs-border-radius);
}
.form-control-color.form-control-sm {
  height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
}
.form-control-color.form-control-lg {
  height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}

.form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  appearance: none;
  background-color: var(--bs-body-bg);
  background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}
.form-select:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}
.form-select:disabled {
  background-color: var(--bs-secondary-bg);
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 var(--bs-body-color);
}

.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}

.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}

[data-bs-theme=dark] .form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23dee2e6' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}

.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

.form-check-reverse {
  padding-right: 1.5em;
  padding-left: 0;
  text-align: right;
}
.form-check-reverse .form-check-input {
  float: right;
  margin-right: -1.5em;
  margin-left: 0;
}

.form-check-input {
  --bs-form-check-bg: var(--bs-body-bg);
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  appearance: none;
  background-color: var(--bs-form-check-bg);
  background-image: var(--bs-form-check-bg-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: var(--bs-border-width) solid var(--bs-border-color);
  print-color-adjust: exact;
}
.form-check-input[type=checkbox] {
  border-radius: 0.25em;
}
.form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.form-check-input:checked[type=checkbox] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate {
  background-color: #0d6efd;
  border-color: #0d6efd;
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  cursor: default;
  opacity: 0.5;
}

.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  width: 2em;
  margin-left: -2.5em;
  background-image: var(--bs-form-switch-bg);
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    transition: none;
  }
}
.form-switch .form-check-input:focus {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  background-position: right center;
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.form-switch.form-check-reverse {
  padding-right: 2.5em;
  padding-left: 0;
}
.form-switch.form-check-reverse .form-check-input {
  margin-right: -2.5em;
  margin-left: 0;
}

.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btn-check[disabled] + .btn, .btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

[data-bs-theme=dark] .form-switch .form-check-input:not(:checked):not(:focus) {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 0.25%29'/%3e%3c/svg%3e");
}

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  appearance: none;
  background-color: transparent;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  appearance: none;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: #b6d4fe;
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  appearance: none;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: #b6d4fe;
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: var(--bs-secondary-color);
}
.form-range:disabled::-moz-range-thumb {
  background-color: var(--bs-secondary-color);
}

.form-floating {
  position: relative;
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext,
.form-floating > .form-select {
  height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  min-height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  max-width: 100%;
  height: 100%;
  padding: 1rem 0.75rem;
  overflow: hidden;
  color: rgba(var(--bs-body-color-rgb), 0.65);
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: var(--bs-border-width) solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition: none;
  }
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext {
  padding: 1rem 0.75rem;
}
.form-floating > .form-control::placeholder,
.form-floating > .form-control-plaintext::placeholder {
  color: transparent;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown),
.form-floating > .form-control-plaintext:focus,
.form-floating > .form-control-plaintext:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill,
.form-floating > .form-control-plaintext:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
  padding-left: 0.75rem;
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-select ~ label {
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:-webkit-autofill ~ label {
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > textarea:focus ~ label::after,
.form-floating > textarea:not(:placeholder-shown) ~ label::after {
  position: absolute;
  inset: 1rem 0.375rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: var(--bs-body-bg);
  border-radius: var(--bs-border-radius);
}
.form-floating > textarea:disabled ~ label::after {
  background-color: var(--bs-secondary-bg);
}
.form-floating > .form-control-plaintext ~ label {
  border-width: var(--bs-border-width) 0;
}
.form-floating > :disabled ~ label,
.form-floating > .form-control:disabled ~ label {
  color: #6c757d;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-select,
.input-group > .form-floating {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus,
.input-group > .form-floating:focus-within {
  z-index: 5;
}
.input-group .btn {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus {
  z-index: 5;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-tertiary-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
}

.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}

.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}

.input-group-lg > .form-select,
.input-group-sm > .form-select {
  padding-right: 3rem;
}

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control,
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4),
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-control,
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: calc(-1 * var(--bs-border-width));
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .form-floating:not(:first-child) > .form-control,
.input-group > .form-floating:not(:first-child) > .form-select {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-form-valid-color);
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: var(--bs-success);
  border-radius: var(--bs-border-radius);
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: var(--bs-form-valid-border-color);
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: var(--bs-form-valid-border-color);
}
.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1'/%3e%3c/svg%3e");
  padding-right: 4.125rem;
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}

.was-validated .form-control-color:valid, .form-control-color.is-valid {
  width: calc(3rem + calc(1.5em + 0.75rem));
}

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: var(--bs-form-valid-border-color);
}
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: var(--bs-form-valid-color);
}
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: var(--bs-form-valid-color);
}

.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group > .form-control:not(:focus):valid, .input-group > .form-control:not(:focus).is-valid,
.was-validated .input-group > .form-select:not(:focus):valid,
.input-group > .form-select:not(:focus).is-valid,
.was-validated .input-group > .form-floating:not(:focus-within):valid,
.input-group > .form-floating:not(:focus-within).is-valid {
  z-index: 3;
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-form-invalid-color);
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: var(--bs-danger);
  border-radius: var(--bs-border-radius);
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
}
.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  padding-right: 4.125rem;
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}

.was-validated .form-control-color:invalid, .form-control-color.is-invalid {
  width: calc(3rem + calc(1.5em + 0.75rem));
}

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
}
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: var(--bs-form-invalid-color);
}
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: var(--bs-form-invalid-color);
}

.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group > .form-control:not(:focus):invalid, .input-group > .form-control:not(:focus).is-invalid,
.was-validated .input-group > .form-select:not(:focus):invalid,
.input-group > .form-select:not(:focus).is-invalid,
.was-validated .input-group > .form-floating:not(:focus-within):invalid,
.input-group > .form-floating:not(:focus-within).is-invalid {
  z-index: 4;
}

.btn {
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: var(--bs-body-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-width: var(--bs-border-width);
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: var(--bs-border-radius);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}
.btn-check + .btn:hover {
  color: var(--bs-btn-color);
  background-color: var(--bs-btn-bg);
  border-color: var(--bs-btn-border-color);
}
.btn:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:focus-visible + .btn {
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked + .btn, :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}
.btn-check:checked + .btn:focus-visible, :not(.btn-check) + .btn:active:focus-visible, .btn:first-child:active:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked:focus-visible + .btn {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0b5ed7;
  --bs-btn-hover-border-color: #0a58ca;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0a58ca;
  --bs-btn-active-border-color: #0a53be;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #0d6efd;
  --bs-btn-disabled-border-color: #0d6efd;
}

.btn-secondary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #5c636a;
  --bs-btn-hover-border-color: #565e64;
  --bs-btn-focus-shadow-rgb: 130, 138, 145;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #565e64;
  --bs-btn-active-border-color: #51585e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #6c757d;
  --bs-btn-disabled-border-color: #6c757d;
}

.btn-success {
  --bs-btn-color: #fff;
  --bs-btn-bg: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #157347;
  --bs-btn-hover-border-color: #146c43;
  --bs-btn-focus-shadow-rgb: 60, 153, 110;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #146c43;
  --bs-btn-active-border-color: #13653f;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #198754;
  --bs-btn-disabled-border-color: #198754;
}

.btn-info {
  --bs-btn-color: #000;
  --bs-btn-bg: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #31d2f2;
  --bs-btn-hover-border-color: #25cff2;
  --bs-btn-focus-shadow-rgb: 11, 172, 204;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #3dd5f3;
  --bs-btn-active-border-color: #25cff2;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #0dcaf0;
  --bs-btn-disabled-border-color: #0dcaf0;
}

.btn-warning {
  --bs-btn-color: #000;
  --bs-btn-bg: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffca2c;
  --bs-btn-hover-border-color: #ffc720;
  --bs-btn-focus-shadow-rgb: 217, 164, 6;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffcd39;
  --bs-btn-active-border-color: #ffc720;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #ffc107;
  --bs-btn-disabled-border-color: #ffc107;
}

.btn-danger {
  --bs-btn-color: #fff;
  --bs-btn-bg: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #bb2d3b;
  --bs-btn-hover-border-color: #b02a37;
  --bs-btn-focus-shadow-rgb: 225, 83, 97;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #b02a37;
  --bs-btn-active-border-color: #a52834;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #dc3545;
  --bs-btn-disabled-border-color: #dc3545;
}

.btn-light {
  --bs-btn-color: #000;
  --bs-btn-bg: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #d3d4d5;
  --bs-btn-hover-border-color: #c6c7c8;
  --bs-btn-focus-shadow-rgb: 211, 212, 213;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #c6c7c8;
  --bs-btn-active-border-color: #babbbc;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #f8f9fa;
  --bs-btn-disabled-border-color: #f8f9fa;
}

.btn-dark {
  --bs-btn-color: #fff;
  --bs-btn-bg: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #424649;
  --bs-btn-hover-border-color: #373b3e;
  --bs-btn-focus-shadow-rgb: 66, 70, 73;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #4d5154;
  --bs-btn-active-border-color: #373b3e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #212529;
  --bs-btn-disabled-border-color: #212529;
}

.btn-outline-primary {
  --bs-btn-color: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0d6efd;
  --bs-btn-hover-border-color: #0d6efd;
  --bs-btn-focus-shadow-rgb: 13, 110, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0d6efd;
  --bs-btn-active-border-color: #0d6efd;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0d6efd;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0d6efd;
  --bs-gradient: none;
}

.btn-outline-secondary {
  --bs-btn-color: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #6c757d;
  --bs-btn-hover-border-color: #6c757d;
  --bs-btn-focus-shadow-rgb: 108, 117, 125;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #6c757d;
  --bs-btn-active-border-color: #6c757d;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #6c757d;
  --bs-gradient: none;
}

.btn-outline-success {
  --bs-btn-color: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #198754;
  --bs-btn-hover-border-color: #198754;
  --bs-btn-focus-shadow-rgb: 25, 135, 84;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #198754;
  --bs-btn-active-border-color: #198754;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #198754;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #198754;
  --bs-gradient: none;
}

.btn-outline-info {
  --bs-btn-color: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #0dcaf0;
  --bs-btn-hover-border-color: #0dcaf0;
  --bs-btn-focus-shadow-rgb: 13, 202, 240;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #0dcaf0;
  --bs-btn-active-border-color: #0dcaf0;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0dcaf0;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0dcaf0;
  --bs-gradient: none;
}

.btn-outline-warning {
  --bs-btn-color: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffc107;
  --bs-btn-hover-border-color: #ffc107;
  --bs-btn-focus-shadow-rgb: 255, 193, 7;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffc107;
  --bs-btn-active-border-color: #ffc107;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffc107;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ffc107;
  --bs-gradient: none;
}

.btn-outline-danger {
  --bs-btn-color: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #dc3545;
  --bs-btn-hover-border-color: #dc3545;
  --bs-btn-focus-shadow-rgb: 220, 53, 69;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #dc3545;
  --bs-btn-active-border-color: #dc3545;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #dc3545;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #dc3545;
  --bs-gradient: none;
}

.btn-outline-light {
  --bs-btn-color: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f8f9fa;
  --bs-btn-hover-border-color: #f8f9fa;
  --bs-btn-focus-shadow-rgb: 248, 249, 250;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f8f9fa;
  --bs-btn-active-border-color: #f8f9fa;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #f8f9fa;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #f8f9fa;
  --bs-gradient: none;
}

.btn-outline-dark {
  --bs-btn-color: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #212529;
  --bs-btn-hover-border-color: #212529;
  --bs-btn-focus-shadow-rgb: 33, 37, 41;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #212529;
  --bs-btn-active-border-color: #212529;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #212529;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #212529;
  --bs-gradient: none;
}

.btn-link {
  --bs-btn-font-weight: 400;
  --bs-btn-color: var(--bs-link-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: var(--bs-link-hover-color);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-active-color: var(--bs-link-hover-color);
  --bs-btn-active-border-color: transparent;
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-border-color: transparent;
  --bs-btn-box-shadow: 0 0 0 #000;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  text-decoration: underline;
}
.btn-link:focus-visible {
  color: var(--bs-btn-color);
}
.btn-link:hover {
  color: var(--bs-btn-hover-color);
}

.btn-lg, .btn-group-lg > .btn {
  --bs-btn-padding-y: 0.5rem;
  --bs-btn-padding-x: 1rem;
  --bs-btn-font-size: 1.25rem;
  --bs-btn-border-radius: var(--bs-border-radius-lg);
}

.btn-sm, .btn-group-sm > .btn {
  --bs-btn-padding-y: 0.25rem;
  --bs-btn-padding-x: 0.5rem;
  --bs-btn-font-size: 0.875rem;
  --bs-btn-border-radius: var(--bs-border-radius-sm);
}

.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    transition: none;
  }
}

.dropup,
.dropend,
.dropdown,
.dropstart,
.dropup-center,
.dropdown-center {
  position: relative;
}

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

.dropdown-menu {
  --bs-dropdown-zindex: 1000;
  --bs-dropdown-min-width: 10rem;
  --bs-dropdown-padding-x: 0;
  --bs-dropdown-padding-y: 0.5rem;
  --bs-dropdown-spacer: 0.125rem;
  --bs-dropdown-font-size: 1rem;
  --bs-dropdown-color: var(--bs-body-color);
  --bs-dropdown-bg: var(--bs-body-bg);
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-border-radius: var(--bs-border-radius);
  --bs-dropdown-border-width: var(--bs-border-width);
  --bs-dropdown-inner-border-radius: calc(var(--bs-border-radius) - var(--bs-border-width));
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-divider-margin-y: 0.5rem;
  --bs-dropdown-box-shadow: var(--bs-box-shadow);
  --bs-dropdown-link-color: var(--bs-body-color);
  --bs-dropdown-link-hover-color: var(--bs-body-color);
  --bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
  --bs-dropdown-item-padding-x: 1rem;
  --bs-dropdown-item-padding-y: 0.25rem;
  --bs-dropdown-header-color: #6c757d;
  --bs-dropdown-header-padding-x: 1rem;
  --bs-dropdown-header-padding-y: 0.5rem;
  position: absolute;
  z-index: var(--bs-dropdown-zindex);
  display: none;
  min-width: var(--bs-dropdown-min-width);
  padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
  margin: 0;
  font-size: var(--bs-dropdown-font-size);
  color: var(--bs-dropdown-color);
  text-align: left;
  list-style: none;
  background-color: var(--bs-dropdown-bg);
  background-clip: padding-box;
  border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
  border-radius: var(--bs-dropdown-border-radius);
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: var(--bs-dropdown-spacer);
}

.dropdown-menu-start {
  --bs-position: start;
}
.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}

.dropdown-menu-end {
  --bs-position: end;
}
.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-end {
    --bs-position: end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: var(--bs-dropdown-spacer);
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: var(--bs-dropdown-spacer);
}
.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}

.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: var(--bs-dropdown-spacer);
}
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropstart .dropdown-toggle::after {
  display: none;
}
.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-divider {
  height: 0;
  margin: var(--bs-dropdown-divider-margin-y) 0;
  overflow: hidden;
  border-top: 1px solid var(--bs-dropdown-divider-bg);
  opacity: 1;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  clear: both;
  font-weight: 400;
  color: var(--bs-dropdown-link-color);
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  border-radius: var(--bs-dropdown-item-border-radius, 0);
}
.dropdown-item:hover, .dropdown-item:focus {
  color: var(--bs-dropdown-link-hover-color);
  background-color: var(--bs-dropdown-link-hover-bg);
}
.dropdown-item.active, .dropdown-item:active {
  color: var(--bs-dropdown-link-active-color);
  text-decoration: none;
  background-color: var(--bs-dropdown-link-active-bg);
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: var(--bs-dropdown-link-disabled-color);
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
  margin-bottom: 0;
  font-size: 0.875rem;
  color: var(--bs-dropdown-header-color);
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  color: var(--bs-dropdown-link-color);
}

.dropdown-menu-dark {
  --bs-dropdown-color: #dee2e6;
  --bs-dropdown-bg: #343a40;
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-box-shadow: ;
  --bs-dropdown-link-color: #dee2e6;
  --bs-dropdown-link-hover-color: #fff;
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: #adb5bd;
  --bs-dropdown-header-color: #adb5bd;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn-check:checked + .btn,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:focus + .btn,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

.btn-group {
  border-radius: var(--bs-border-radius);
}
.btn-group > :not(.btn-check:first-child) + .btn,
.btn-group > .btn-group:not(:first-child) {
  margin-left: calc(-1 * var(--bs-border-width));
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn.dropdown-toggle-split:first-child,
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:nth-child(n+3),
.btn-group > :not(.btn-check) + .btn,
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropend .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: calc(-1 * var(--bs-border-width));
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:nth-child(n+3),
.btn-group-vertical > :not(.btn-check) + .btn,
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  text-decoration: none;
  background: none;
  border: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: var(--bs-nav-link-hover-color);
}
.nav-link:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.nav-link.disabled, .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  --bs-nav-tabs-border-width: var(--bs-border-width);
  --bs-nav-tabs-border-color: var(--bs-border-color);
  --bs-nav-tabs-border-radius: var(--bs-border-radius);
  --bs-nav-tabs-link-hover-border-color: var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);
  --bs-nav-tabs-link-active-color: var(--bs-emphasis-color);
  --bs-nav-tabs-link-active-bg: var(--bs-body-bg);
  --bs-nav-tabs-link-active-border-color: var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);
  border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
}
.nav-tabs .nav-link {
  margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
  border: var(--bs-nav-tabs-border-width) solid transparent;
  border-top-left-radius: var(--bs-nav-tabs-border-radius);
  border-top-right-radius: var(--bs-nav-tabs-border-radius);
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: var(--bs-nav-tabs-link-hover-border-color);
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: var(--bs-nav-tabs-link-active-color);
  background-color: var(--bs-nav-tabs-link-active-bg);
  border-color: var(--bs-nav-tabs-link-active-border-color);
}
.nav-tabs .dropdown-menu {
  margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills {
  --bs-nav-pills-border-radius: var(--bs-border-radius);
  --bs-nav-pills-link-active-color: #fff;
  --bs-nav-pills-link-active-bg: #0d6efd;
}
.nav-pills .nav-link {
  border-radius: var(--bs-nav-pills-border-radius);
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: var(--bs-nav-pills-link-active-bg);
}

.nav-underline {
  --bs-nav-underline-gap: 1rem;
  --bs-nav-underline-border-width: 0.125rem;
  --bs-nav-underline-link-active-color: var(--bs-emphasis-color);
  gap: var(--bs-nav-underline-gap);
}
.nav-underline .nav-link {
  padding-right: 0;
  padding-left: 0;
  border-bottom: var(--bs-nav-underline-border-width) solid transparent;
}
.nav-underline .nav-link:hover, .nav-underline .nav-link:focus {
  border-bottom-color: currentcolor;
}
.nav-underline .nav-link.active,
.nav-underline .show > .nav-link {
  font-weight: 700;
  color: var(--bs-nav-underline-link-active-color);
  border-bottom-color: currentcolor;
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-grow: 1;
  flex-basis: 0;
  text-align: center;
}

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.navbar {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0.5rem;
  --bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), 0.65);
  --bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), 0.8);
  --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), 0.3);
  --bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-padding-y: 0.3125rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 1.25rem;
  --bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-nav-link-padding-x: 0.5rem;
  --bs-navbar-toggler-padding-y: 0.25rem;
  --bs-navbar-toggler-padding-x: 0.75rem;
  --bs-navbar-toggler-font-size: 1.25rem;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), 0.15);
  --bs-navbar-toggler-border-radius: var(--bs-border-radius);
  --bs-navbar-toggler-focus-width: 0.25rem;
  --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl,
.navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: var(--bs-navbar-brand-padding-y);
  padding-bottom: var(--bs-navbar-brand-padding-y);
  margin-right: var(--bs-navbar-brand-margin-end);
  font-size: var(--bs-navbar-brand-font-size);
  color: var(--bs-navbar-brand-color);
  text-decoration: none;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  color: var(--bs-navbar-brand-hover-color);
}

.navbar-nav {
  --bs-nav-link-padding-x: 0;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-navbar-color);
  --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
  --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: var(--bs-navbar-active-color);
}
.navbar-nav .dropdown-menu {
  position: static;
}

.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-navbar-color);
}
.navbar-text a,
.navbar-text a:hover,
.navbar-text a:focus {
  color: var(--bs-navbar-active-color);
}

.navbar-collapse {
  flex-grow: 1;
  flex-basis: 100%;
  align-items: center;
}

.navbar-toggler {
  padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
  font-size: var(--bs-navbar-toggler-font-size);
  line-height: 1;
  color: var(--bs-navbar-color);
  background-color: transparent;
  border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
  border-radius: var(--bs-navbar-toggler-border-radius);
  transition: var(--bs-navbar-toggler-transition);
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: var(--bs-navbar-toggler-icon-bg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .navbar-expand-sm .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-sm .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-sm .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  .navbar-expand-md .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-md .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-md .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .navbar-expand-lg .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-xl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1400px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xxl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-xxl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xxl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: var(--bs-navbar-nav-link-padding-x);
  padding-left: var(--bs-navbar-nav-link-padding-x);
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-expand .offcanvas {
  position: static;
  z-index: auto;
  flex-grow: 1;
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
  background-color: transparent !important;
  border: 0 !important;
  transform: none !important;
  transition: none;
}
.navbar-expand .offcanvas .offcanvas-header {
  display: none;
}
.navbar-expand .offcanvas .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}

.navbar-dark,
.navbar[data-bs-theme=dark] {
  --bs-navbar-color: rgba(255, 255, 255, 0.55);
  --bs-navbar-hover-color: rgba(255, 255, 255, 0.75);
  --bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);
  --bs-navbar-active-color: #fff;
  --bs-navbar-brand-color: #fff;
  --bs-navbar-brand-hover-color: #fff;
  --bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

[data-bs-theme=dark] .navbar-toggler-icon {
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.card, .theme-orange #dynamicId .main-content .register_box .card .card-header, .theme-blueGreen #dynamicId .main-content .register_box .card .card-header, .theme-skyblue #dynamicId .main-content .register_box .card .card-header {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-title-color: ;
  --bs-card-subtitle-color: ;
  --bs-card-border-width: var(--bs-border-width);
  --bs-card-border-color: var(--bs-border-color-translucent);
  --bs-card-border-radius: var(--bs-border-radius);
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-card-cap-padding-y: 0.5rem;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg: var(--bs-body-bg);
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 0.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  color: var(--bs-body-color);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
}
.card > hr, .theme-orange #dynamicId .main-content .register_box .card .card-header > hr, .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header > hr, .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header > hr, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header > hr, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header > hr, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header > hr, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header > hr, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header > hr, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header > hr, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header > hr, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header > hr, .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header > hr, .theme-blueGreen #dynamicId .main-content .register_box .card .card-header > hr, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header > hr, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header > hr, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header > hr, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header > hr, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header > hr, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header > hr, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header > hr, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header > hr, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header > hr, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header > hr, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header > hr, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header > hr, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header > hr, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header > hr, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header > hr, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header > hr, .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header > hr, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header > hr, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header > hr, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header > hr, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header > hr, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header > hr, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header > hr, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header > hr, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header > hr, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header > hr, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header > hr, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header > hr, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header > hr, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header > hr, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header > hr, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header > hr, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header > hr, .theme-skyblue #dynamicId .main-content .register_box .card .card-header > hr, .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header > hr, .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header > hr, .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header > hr, .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header > hr, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header > hr, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header > hr, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header > hr, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header > hr, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header > hr, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header > hr, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header > hr, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header > hr, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header > hr, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header > hr, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header > hr, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header > hr, .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header > hr, .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header > hr, .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header > hr, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header > hr, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header > hr, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header > hr, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header > hr, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header > hr, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header > hr, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header > hr, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header > hr, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-header > hr, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-header > hr, .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-header > hr, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-header > hr, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-header > hr, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-header > hr, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-header > hr, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-header > hr, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header > hr, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header > hr, .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header > hr, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header > hr, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header > hr, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header > hr, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header > hr, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header > hr, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header > hr, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header > hr, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header > hr, .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-header > hr, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-header > hr, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-header > hr, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-header > hr, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-header > hr, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-header > hr, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-header > hr, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-header > hr, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header > hr, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group, .theme-orange #dynamicId .main-content .register_box .card .card-header > .list-group, .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header > .list-group, .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header > .list-group, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header > .list-group, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header > .list-group, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header > .list-group, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header > .list-group, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header > .list-group, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header > .list-group, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header > .list-group, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header > .list-group, .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header > .list-group, .theme-blueGreen #dynamicId .main-content .register_box .card .card-header > .list-group, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header > .list-group, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header > .list-group, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header > .list-group, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header > .list-group, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header > .list-group, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header > .list-group, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header > .list-group, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header > .list-group, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header > .list-group, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header > .list-group, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header > .list-group, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header > .list-group, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header > .list-group, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header > .list-group, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header > .list-group, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header > .list-group, .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header > .list-group, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header > .list-group, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header > .list-group, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header > .list-group, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header > .list-group, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header > .list-group, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header > .list-group, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header > .list-group, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header > .list-group, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header > .list-group, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header > .list-group, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header > .list-group, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header > .list-group, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header > .list-group, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header > .list-group, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header > .list-group, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header > .list-group, .theme-skyblue #dynamicId .main-content .register_box .card .card-header > .list-group, .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header > .list-group, .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header > .list-group, .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header > .list-group, .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header > .list-group, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header > .list-group, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header > .list-group, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header > .list-group, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header > .list-group, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header > .list-group, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header > .list-group, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header > .list-group, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header > .list-group, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header > .list-group, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header > .list-group, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header > .list-group, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header > .list-group, .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header > .list-group, .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header > .list-group, .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header > .list-group, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header > .list-group, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header > .list-group, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header > .list-group, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header > .list-group, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header > .list-group, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header > .list-group, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header > .list-group, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header > .list-group, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-header > .list-group, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-header > .list-group, .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-header > .list-group, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-header > .list-group, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-header > .list-group, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-header > .list-group, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-header > .list-group, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-header > .list-group, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header > .list-group, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header > .list-group, .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header > .list-group, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header > .list-group, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header > .list-group, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header > .list-group, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header > .list-group, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header > .list-group, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header > .list-group, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header > .list-group, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header > .list-group, .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-header > .list-group, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-header > .list-group, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-header > .list-group, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-header > .list-group, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-header > .list-group, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-header > .list-group, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-header > .list-group, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-header > .list-group, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header > .list-group, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child, .theme-orange #dynamicId .main-content .register_box .card .card-header > .list-group:first-child, .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header > .list-group:first-child, .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header > .list-group:first-child, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header > .list-group:first-child, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header > .list-group:first-child, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header > .list-group:first-child, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header > .list-group:first-child, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header > .list-group:first-child, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header > .list-group:first-child, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header > .list-group:first-child, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header > .list-group:first-child, .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header > .list-group:first-child, .theme-blueGreen #dynamicId .main-content .register_box .card .card-header > .list-group:first-child, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header > .list-group:first-child, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header > .list-group:first-child, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header > .list-group:first-child, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header > .list-group:first-child, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header > .list-group:first-child, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header > .list-group:first-child, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header > .list-group:first-child, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header > .list-group:first-child, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header > .list-group:first-child, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header > .list-group:first-child, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header > .list-group:first-child, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header > .list-group:first-child, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header > .list-group:first-child, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header > .list-group:first-child, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header > .list-group:first-child, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header > .list-group:first-child, .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header > .list-group:first-child, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header > .list-group:first-child, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header > .list-group:first-child, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header > .list-group:first-child, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header > .list-group:first-child, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header > .list-group:first-child, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header > .list-group:first-child, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header > .list-group:first-child, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header > .list-group:first-child, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header > .list-group:first-child, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header > .list-group:first-child, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header > .list-group:first-child, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header > .list-group:first-child, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header > .list-group:first-child, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header > .list-group:first-child, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header > .list-group:first-child, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header > .list-group:first-child, .theme-skyblue #dynamicId .main-content .register_box .card .card-header > .list-group:first-child, .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header > .list-group:first-child, .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header > .list-group:first-child, .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header > .list-group:first-child, .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header > .list-group:first-child, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header > .list-group:first-child, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header > .list-group:first-child, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header > .list-group:first-child, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header > .list-group:first-child, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header > .list-group:first-child, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header > .list-group:first-child, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header > .list-group:first-child, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header > .list-group:first-child, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header > .list-group:first-child, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header > .list-group:first-child, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header > .list-group:first-child, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header > .list-group:first-child, .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header > .list-group:first-child, .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header > .list-group:first-child, .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header > .list-group:first-child, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header > .list-group:first-child, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header > .list-group:first-child, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header > .list-group:first-child, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header > .list-group:first-child, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header > .list-group:first-child, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header > .list-group:first-child, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header > .list-group:first-child, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header > .list-group:first-child, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-header > .list-group:first-child, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-header > .list-group:first-child, .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-header > .list-group:first-child, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-header > .list-group:first-child, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-header > .list-group:first-child, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-header > .list-group:first-child, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-header > .list-group:first-child, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-header > .list-group:first-child, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header > .list-group:first-child, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header > .list-group:first-child, .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header > .list-group:first-child, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header > .list-group:first-child, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header > .list-group:first-child, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header > .list-group:first-child, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header > .list-group:first-child, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header > .list-group:first-child, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header > .list-group:first-child, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header > .list-group:first-child, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header > .list-group:first-child, .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-header > .list-group:first-child, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-header > .list-group:first-child, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-header > .list-group:first-child, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-header > .list-group:first-child, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-header > .list-group:first-child, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-header > .list-group:first-child, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-header > .list-group:first-child, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-header > .list-group:first-child, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header > .list-group:first-child, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}
.card > .list-group:last-child, .theme-orange #dynamicId .main-content .register_box .card .card-header > .list-group:last-child, .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header > .list-group:last-child, .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header > .list-group:last-child, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header > .list-group:last-child, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header > .list-group:last-child, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header > .list-group:last-child, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header > .list-group:last-child, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header > .list-group:last-child, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header > .list-group:last-child, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header > .list-group:last-child, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header > .list-group:last-child, .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header > .list-group:last-child, .theme-blueGreen #dynamicId .main-content .register_box .card .card-header > .list-group:last-child, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header > .list-group:last-child, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header > .list-group:last-child, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header > .list-group:last-child, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header > .list-group:last-child, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header > .list-group:last-child, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header > .list-group:last-child, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header > .list-group:last-child, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header > .list-group:last-child, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header > .list-group:last-child, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header > .list-group:last-child, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header > .list-group:last-child, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header > .list-group:last-child, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header > .list-group:last-child, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header > .list-group:last-child, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header > .list-group:last-child, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header > .list-group:last-child, .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header > .list-group:last-child, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header > .list-group:last-child, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header > .list-group:last-child, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header > .list-group:last-child, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header > .list-group:last-child, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header > .list-group:last-child, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header > .list-group:last-child, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header > .list-group:last-child, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header > .list-group:last-child, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header > .list-group:last-child, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header > .list-group:last-child, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header > .list-group:last-child, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header > .list-group:last-child, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header > .list-group:last-child, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header > .list-group:last-child, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header > .list-group:last-child, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header > .list-group:last-child, .theme-skyblue #dynamicId .main-content .register_box .card .card-header > .list-group:last-child, .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header > .list-group:last-child, .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header > .list-group:last-child, .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header > .list-group:last-child, .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header > .list-group:last-child, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header > .list-group:last-child, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header > .list-group:last-child, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header > .list-group:last-child, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header > .list-group:last-child, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header > .list-group:last-child, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header > .list-group:last-child, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header > .list-group:last-child, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header > .list-group:last-child, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header > .list-group:last-child, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header > .list-group:last-child, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header > .list-group:last-child, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header > .list-group:last-child, .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header > .list-group:last-child, .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header > .list-group:last-child, .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header > .list-group:last-child, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header > .list-group:last-child, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header > .list-group:last-child, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header > .list-group:last-child, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header > .list-group:last-child, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header > .list-group:last-child, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header > .list-group:last-child, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header > .list-group:last-child, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header > .list-group:last-child, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-header > .list-group:last-child, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-header > .list-group:last-child, .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-header > .list-group:last-child, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-header > .list-group:last-child, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-header > .list-group:last-child, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-header > .list-group:last-child, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-header > .list-group:last-child, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-header > .list-group:last-child, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header > .list-group:last-child, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header > .list-group:last-child, .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header > .list-group:last-child, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header > .list-group:last-child, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header > .list-group:last-child, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header > .list-group:last-child, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header > .list-group:last-child, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header > .list-group:last-child, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header > .list-group:last-child, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header > .list-group:last-child, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header > .list-group:last-child, .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-header > .list-group:last-child, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-header > .list-group:last-child, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-header > .list-group:last-child, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-header > .list-group:last-child, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-header > .list-group:last-child, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-header > .list-group:last-child, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-header > .list-group:last-child, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-header > .list-group:last-child, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header > .list-group:last-child, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}
.card > .card-header + .list-group, .theme-orange #dynamicId .main-content .register_box .card .card-header > .card-header + .list-group, .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header > .card-header + .list-group, .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header > .card-header + .list-group, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header > .card-header + .list-group, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header > .card-header + .list-group, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header > .card-header + .list-group, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header > .card-header + .list-group, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header > .card-header + .list-group, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header > .card-header + .list-group, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header > .card-header + .list-group, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header > .card-header + .list-group, .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header > .card-header + .list-group, .theme-blueGreen #dynamicId .main-content .register_box .card .card-header > .card-header + .list-group, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header > .card-header + .list-group, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header > .card-header + .list-group, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header > .card-header + .list-group, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header > .card-header + .list-group, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header > .card-header + .list-group, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header > .card-header + .list-group, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header > .card-header + .list-group, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header > .card-header + .list-group, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header > .card-header + .list-group, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header > .card-header + .list-group, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header > .card-header + .list-group, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header > .card-header + .list-group, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header > .card-header + .list-group, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header > .card-header + .list-group, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header > .card-header + .list-group, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header > .card-header + .list-group, .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header > .card-header + .list-group, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header > .card-header + .list-group, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header > .card-header + .list-group, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header > .card-header + .list-group, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header > .card-header + .list-group, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header > .card-header + .list-group, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header > .card-header + .list-group, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header > .card-header + .list-group, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header > .card-header + .list-group, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header > .card-header + .list-group, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header > .card-header + .list-group, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header > .card-header + .list-group, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header > .card-header + .list-group, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header > .card-header + .list-group, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header > .card-header + .list-group, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header > .card-header + .list-group, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header > .card-header + .list-group, .theme-skyblue #dynamicId .main-content .register_box .card .card-header > .card-header + .list-group, .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header > .card-header + .list-group, .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header > .card-header + .list-group, .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header > .card-header + .list-group, .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header > .card-header + .list-group, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header > .card-header + .list-group, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header > .card-header + .list-group, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header > .card-header + .list-group, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header > .card-header + .list-group, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header > .card-header + .list-group, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header > .card-header + .list-group, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header > .card-header + .list-group, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header > .card-header + .list-group, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header > .card-header + .list-group, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header > .card-header + .list-group, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header > .card-header + .list-group, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header > .card-header + .list-group, .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header > .card-header + .list-group, .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header > .card-header + .list-group, .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header > .card-header + .list-group, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header > .card-header + .list-group, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header > .card-header + .list-group, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header > .card-header + .list-group, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header > .card-header + .list-group, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header > .card-header + .list-group, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header > .card-header + .list-group, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header > .card-header + .list-group, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header > .card-header + .list-group, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-header > .card-header + .list-group, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-header > .card-header + .list-group, .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-header > .card-header + .list-group, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-header > .card-header + .list-group, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-header > .card-header + .list-group, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-header > .card-header + .list-group, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-header > .card-header + .list-group, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-header > .card-header + .list-group, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header > .card-header + .list-group, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header > .card-header + .list-group, .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header > .card-header + .list-group, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header > .card-header + .list-group, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header > .card-header + .list-group, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header > .card-header + .list-group, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header > .card-header + .list-group, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header > .card-header + .list-group, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header > .card-header + .list-group, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header > .card-header + .list-group, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header > .card-header + .list-group, .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-header > .card-header + .list-group, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-header > .card-header + .list-group, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-header > .card-header + .list-group, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-header > .card-header + .list-group, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-header > .card-header + .list-group, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-header > .card-header + .list-group, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-header > .card-header + .list-group, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-header > .card-header + .list-group, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header > .card-header + .list-group, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header > .card-header + .list-group,
.card > .list-group + .card-footer,
.theme-orange #dynamicId .main-content .register_box .card .card-header > .list-group + .card-footer,
.theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header > .list-group + .card-footer,
.theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header > .list-group + .card-footer,
.theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header > .list-group + .card-footer,
.theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header > .list-group + .card-footer,
.theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header > .list-group + .card-footer,
.theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header > .list-group + .card-footer,
.theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header > .list-group + .card-footer,
.theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header > .list-group + .card-footer,
.theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header > .list-group + .card-footer,
.theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header > .list-group + .card-footer,
.theme-orange #dynamicId .main-content .register_box .card .card-header .card-header > .list-group + .card-footer,
.theme-blueGreen #dynamicId .main-content .register_box .card .card-header > .list-group + .card-footer,
.theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header > .list-group + .card-footer,
.theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header > .list-group + .card-footer,
.theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header > .list-group + .card-footer,
.theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header > .list-group + .card-footer,
.theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header > .list-group + .card-footer,
.theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header > .list-group + .card-footer,
.theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header > .list-group + .card-footer,
.theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header > .list-group + .card-footer,
.theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header > .list-group + .card-footer,
.theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header > .list-group + .card-footer,
.theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header > .list-group + .card-footer,
.theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header > .list-group + .card-footer,
.theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header > .list-group + .card-footer,
.theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header > .list-group + .card-footer,
.theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header > .list-group + .card-footer,
.theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header > .list-group + .card-footer,
.theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header > .list-group + .card-footer,
.theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header > .list-group + .card-footer,
.theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header > .list-group + .card-footer,
.theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header > .list-group + .card-footer,
.theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header > .list-group + .card-footer,
.theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header > .list-group + .card-footer,
.theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header > .list-group + .card-footer,
.theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header > .list-group + .card-footer,
.theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header > .list-group + .card-footer,
.theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header > .list-group + .card-footer,
.theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header > .list-group + .card-footer,
.theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header > .list-group + .card-footer,
.theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header > .list-group + .card-footer,
.theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header > .list-group + .card-footer,
.theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header > .list-group + .card-footer,
.theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header > .list-group + .card-footer,
.theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header > .list-group + .card-footer,
.theme-skyblue #dynamicId .main-content .register_box .card .card-header > .list-group + .card-footer,
.theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header > .list-group + .card-footer,
.theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header > .list-group + .card-footer,
.theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header > .list-group + .card-footer,
.theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header > .list-group + .card-footer,
.theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header > .list-group + .card-footer,
.theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header > .list-group + .card-footer,
.theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header > .list-group + .card-footer,
.theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header > .list-group + .card-footer,
.theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header > .list-group + .card-footer,
.theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header > .list-group + .card-footer,
.theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header > .list-group + .card-footer,
.theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header > .list-group + .card-footer,
.theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header > .list-group + .card-footer,
.theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header > .list-group + .card-footer,
.theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header > .list-group + .card-footer,
.theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header > .list-group + .card-footer,
.theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header > .list-group + .card-footer,
.theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header > .list-group + .card-footer,
.theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header > .list-group + .card-footer,
.theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header > .list-group + .card-footer,
.theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header > .list-group + .card-footer,
.theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header > .list-group + .card-footer,
.theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header > .list-group + .card-footer,
.theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header > .list-group + .card-footer,
.theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header > .list-group + .card-footer,
.theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header > .list-group + .card-footer,
.theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header > .list-group + .card-footer,
.theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-header > .list-group + .card-footer,
.theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-header > .list-group + .card-footer,
.theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-header > .list-group + .card-footer,
.theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-header > .list-group + .card-footer,
.theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-header > .list-group + .card-footer,
.theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-header > .list-group + .card-footer,
.theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-header > .list-group + .card-footer,
.theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-header > .list-group + .card-footer,
.theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header > .list-group + .card-footer,
.theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header > .list-group + .card-footer,
.theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header > .list-group + .card-footer,
.theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header > .list-group + .card-footer,
.theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header > .list-group + .card-footer,
.theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header > .list-group + .card-footer,
.theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header > .list-group + .card-footer,
.theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header > .list-group + .card-footer,
.theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header > .list-group + .card-footer,
.theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header > .list-group + .card-footer,
.theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header > .list-group + .card-footer,
.theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-header > .list-group + .card-footer,
.theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-header > .list-group + .card-footer,
.theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-header > .list-group + .card-footer,
.theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-header > .list-group + .card-footer,
.theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-header > .list-group + .card-footer,
.theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-header > .list-group + .card-footer,
.theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-header > .list-group + .card-footer,
.theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-header > .list-group + .card-footer,
.theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header > .list-group + .card-footer,
.theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
  color: var(--bs-card-color);
}

.card-title {
  margin-bottom: var(--bs-card-title-spacer-y);
  color: var(--bs-card-title-color);
}

.card-subtitle {
  margin-top: calc(-0.5 * var(--bs-card-title-spacer-y));
  margin-bottom: 0;
  color: var(--bs-card-subtitle-color);
}

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

.card-link + .card-link {
  margin-left: var(--bs-card-spacer-x);
}

.card-header {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  margin-bottom: 0;
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-header:first-child {
  border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0;
}

.card-footer {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-top: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-footer:last-child {
  border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius);
}

.card-header-tabs {
  margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
  margin-bottom: calc(-1 * var(--bs-card-cap-padding-y));
  margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
  border-bottom: 0;
}
.card-header-tabs .nav-link.active {
  background-color: var(--bs-card-bg);
  border-bottom-color: var(--bs-card-bg);
}

.card-header-pills {
  margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
  margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: var(--bs-card-img-overlay-padding);
  border-radius: var(--bs-card-inner-border-radius);
}

.card-img,
.card-img-top,
.card-img-bottom {
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}

.card-group > .card, .theme-orange #dynamicId .main-content .register_box .card .card-group > .card-header, .theme-blueGreen #dynamicId .main-content .register_box .card .card-group > .card-header, .theme-skyblue #dynamicId .main-content .register_box .card .card-group > .card-header {
  margin-bottom: var(--bs-card-group-margin);
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card, .theme-orange #dynamicId .main-content .register_box .card .card-group > .card-header, .theme-blueGreen #dynamicId .main-content .register_box .card .card-group > .card-header, .theme-skyblue #dynamicId .main-content .register_box .card .card-group > .card-header {
    flex: 1 0 0;
    margin-bottom: 0;
  }
  .card-group > .card + .card, .theme-orange #dynamicId .main-content .register_box .card .card-group > .card-header + .card, .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card, .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card, .theme-orange #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card, .theme-orange #dynamicId .main-content .register_box .card .card-group > .card + .card-header, .theme-orange #dynamicId .main-content .register_box .card .card-group > .card-header + .card-header, .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-group > .card + .card-header, .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-group > .card + .card-header, .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-group > .card + .card-header, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-group > .card + .card-header, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card + .card-header, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card + .card-header, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange #dynamicId .main-content .register_box .card .card-header .card-group > .card + .card-header, .theme-orange #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-blueGreen #dynamicId .main-content .register_box .card .card-group > .card-header + .card, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card, .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card, .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen #dynamicId .main-content .register_box .card .card-group > .card + .card-header, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-group > .card + .card-header, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-group > .card + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card + .card-header, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card + .card-header, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card + .card-header, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card + .card-header, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card + .card-header, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card + .card-header, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card + .card-header, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen #dynamicId .main-content .register_box .card .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-group > .card + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card + .card-header, .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-group > .card + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card + .card-header, .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-group > .card + .card-header, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card + .card-header, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card + .card-header, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card + .card-header, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card + .card-header, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card + .card-header, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card + .card-header, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card + .card-header, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card + .card-header, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue #dynamicId .main-content .register_box .card .card-group > .card-header + .card, .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card, .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card, .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card, .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card, .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card, .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card, .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-group > .card-header + .card-header, .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-group > .card-header + .card-header, .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card, .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card, .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card, .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card, .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card, .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card, .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue #dynamicId .main-content .register_box .card .card-group > .card + .card-header, .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-group > .card + .card-header, .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-group > .card + .card-header, .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card + .card-header, .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card + .card-header, .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card + .card-header, .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card + .card-header, .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-group > .card-header + .card-header, .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-group > .card-header + .card-header, .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-group > .card + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card + .card-header, .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-group > .card + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card + .card-header, .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card + .card-header, .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card + .card-header, .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card + .card-header, .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card + .card-header, .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue #dynamicId .main-content .register_box .card .card-group > .card-header + .card-header, .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .card-group > .card-header + .card-header {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child), .theme-orange #dynamicId .main-content .register_box .card .card-group > .card-header:not(:last-child), .theme-blueGreen #dynamicId .main-content .register_box .card .card-group > .card-header:not(:last-child), .theme-skyblue #dynamicId .main-content .register_box .card .card-group > .card-header:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) > .card-img-top, .theme-orange #dynamicId .main-content .register_box .card .card-group > .card-header:not(:last-child) > .card-img-top, .theme-blueGreen #dynamicId .main-content .register_box .card .card-group > .card-header:not(:last-child) > .card-img-top, .theme-skyblue #dynamicId .main-content .register_box .card .card-group > .card-header:not(:last-child) > .card-img-top,
  .card-group > .card:not(:last-child) > .card-header,
  .theme-orange #dynamicId .main-content .register_box .card .card-group > .card-header:not(:last-child) > .card-header,
  .theme-blueGreen #dynamicId .main-content .register_box .card .card-group > .card-header:not(:last-child) > .card-header,
  .theme-skyblue #dynamicId .main-content .register_box .card .card-group > .card-header:not(:last-child) > .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) > .card-img-bottom, .theme-orange #dynamicId .main-content .register_box .card .card-group > .card-header:not(:last-child) > .card-img-bottom, .theme-blueGreen #dynamicId .main-content .register_box .card .card-group > .card-header:not(:last-child) > .card-img-bottom, .theme-skyblue #dynamicId .main-content .register_box .card .card-group > .card-header:not(:last-child) > .card-img-bottom,
  .card-group > .card:not(:last-child) > .card-footer,
  .theme-orange #dynamicId .main-content .register_box .card .card-group > .card-header:not(:last-child) > .card-footer,
  .theme-blueGreen #dynamicId .main-content .register_box .card .card-group > .card-header:not(:last-child) > .card-footer,
  .theme-skyblue #dynamicId .main-content .register_box .card .card-group > .card-header:not(:last-child) > .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child), .theme-orange #dynamicId .main-content .register_box .card .card-group > .card-header:not(:first-child), .theme-blueGreen #dynamicId .main-content .register_box .card .card-group > .card-header:not(:first-child), .theme-skyblue #dynamicId .main-content .register_box .card .card-group > .card-header:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) > .card-img-top, .theme-orange #dynamicId .main-content .register_box .card .card-group > .card-header:not(:first-child) > .card-img-top, .theme-blueGreen #dynamicId .main-content .register_box .card .card-group > .card-header:not(:first-child) > .card-img-top, .theme-skyblue #dynamicId .main-content .register_box .card .card-group > .card-header:not(:first-child) > .card-img-top,
  .card-group > .card:not(:first-child) > .card-header,
  .theme-orange #dynamicId .main-content .register_box .card .card-group > .card-header:not(:first-child) > .card-header,
  .theme-blueGreen #dynamicId .main-content .register_box .card .card-group > .card-header:not(:first-child) > .card-header,
  .theme-skyblue #dynamicId .main-content .register_box .card .card-group > .card-header:not(:first-child) > .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) > .card-img-bottom, .theme-orange #dynamicId .main-content .register_box .card .card-group > .card-header:not(:first-child) > .card-img-bottom, .theme-blueGreen #dynamicId .main-content .register_box .card .card-group > .card-header:not(:first-child) > .card-img-bottom, .theme-skyblue #dynamicId .main-content .register_box .card .card-group > .card-header:not(:first-child) > .card-img-bottom,
  .card-group > .card:not(:first-child) > .card-footer,
  .theme-orange #dynamicId .main-content .register_box .card .card-group > .card-header:not(:first-child) > .card-footer,
  .theme-blueGreen #dynamicId .main-content .register_box .card .card-group > .card-header:not(:first-child) > .card-footer,
  .theme-skyblue #dynamicId .main-content .register_box .card .card-group > .card-header:not(:first-child) > .card-footer {
    border-bottom-left-radius: 0;
  }
}

.accordion {
  --bs-accordion-color: var(--bs-body-color);
  --bs-accordion-bg: var(--bs-body-bg);
  --bs-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
  --bs-accordion-border-color: var(--bs-border-color);
  --bs-accordion-border-width: var(--bs-border-width);
  --bs-accordion-border-radius: var(--bs-border-radius);
  --bs-accordion-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-accordion-btn-padding-x: 1.25rem;
  --bs-accordion-btn-padding-y: 1rem;
  --bs-accordion-btn-color: var(--bs-body-color);
  --bs-accordion-btn-bg: var(--bs-accordion-bg);
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23212529' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  --bs-accordion-btn-icon-width: 1.25rem;
  --bs-accordion-btn-icon-transform: rotate(-180deg);
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23052c65' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: var(--bs-primary-text-emphasis);
  --bs-accordion-active-bg: var(--bs-primary-bg-subtle);
}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
  font-size: 1rem;
  color: var(--bs-accordion-btn-color);
  text-align: left;
  background-color: var(--bs-accordion-btn-bg);
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: var(--bs-accordion-transition);
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: var(--bs-accordion-active-color);
  background-color: var(--bs-accordion-active-bg);
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}
.accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-active-icon);
  transform: var(--bs-accordion-btn-icon-transform);
}
.accordion-button::after {
  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  margin-left: auto;
  content: "";
  background-image: var(--bs-accordion-btn-icon);
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition);
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  outline: 0;
  box-shadow: var(--bs-accordion-btn-focus-box-shadow);
}

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

.accordion-item {
  color: var(--bs-accordion-color);
  background-color: var(--bs-accordion-bg);
  border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
}
.accordion-item:first-of-type {
  border-top-left-radius: var(--bs-accordion-border-radius);
  border-top-right-radius: var(--bs-accordion-border-radius);
}
.accordion-item:first-of-type > .accordion-header .accordion-button {
  border-top-left-radius: var(--bs-accordion-inner-border-radius);
  border-top-right-radius: var(--bs-accordion-inner-border-radius);
}
.accordion-item:not(:first-of-type) {
  border-top: 0;
}
.accordion-item:last-of-type {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}
.accordion-item:last-of-type > .accordion-header .accordion-button.collapsed {
  border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
  border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
}
.accordion-item:last-of-type > .accordion-collapse {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}

.accordion-body {
  padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
}

.accordion-flush > .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.accordion-flush > .accordion-item:first-child {
  border-top: 0;
}
.accordion-flush > .accordion-item:last-child {
  border-bottom: 0;
}
.accordion-flush > .accordion-item > .accordion-collapse,
.accordion-flush > .accordion-item > .accordion-header .accordion-button,
.accordion-flush > .accordion-item > .accordion-header .accordion-button.collapsed {
  border-radius: 0;
}

[data-bs-theme=dark] .accordion-button::after {
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236ea8fe'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e");
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236ea8fe'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e");
}

.breadcrumb {
  --bs-breadcrumb-padding-x: 0;
  --bs-breadcrumb-padding-y: 0;
  --bs-breadcrumb-margin-bottom: 1rem;
  --bs-breadcrumb-bg: ;
  --bs-breadcrumb-border-radius: ;
  --bs-breadcrumb-divider-color: var(--bs-secondary-color);
  --bs-breadcrumb-item-padding-x: 0.5rem;
  --bs-breadcrumb-item-active-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
  margin-bottom: var(--bs-breadcrumb-margin-bottom);
  font-size: var(--bs-breadcrumb-font-size);
  list-style: none;
  background-color: var(--bs-breadcrumb-bg);
  border-radius: var(--bs-breadcrumb-border-radius);
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: var(--bs-breadcrumb-item-padding-x);
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: var(--bs-breadcrumb-item-padding-x);
  color: var(--bs-breadcrumb-divider-color);
  content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */;
}
.breadcrumb-item.active {
  color: var(--bs-breadcrumb-item-active-color);
}

.pagination {
  --bs-pagination-padding-x: 0.75rem;
  --bs-pagination-padding-y: 0.375rem;
  --bs-pagination-font-size: 1rem;
  --bs-pagination-color: var(--bs-link-color);
  --bs-pagination-bg: var(--bs-body-bg);
  --bs-pagination-border-width: var(--bs-border-width);
  --bs-pagination-border-color: var(--bs-border-color);
  --bs-pagination-border-radius: var(--bs-border-radius);
  --bs-pagination-hover-color: var(--bs-link-hover-color);
  --bs-pagination-hover-bg: var(--bs-tertiary-bg);
  --bs-pagination-hover-border-color: var(--bs-border-color);
  --bs-pagination-focus-color: var(--bs-link-hover-color);
  --bs-pagination-focus-bg: var(--bs-secondary-bg);
  --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-pagination-active-color: #fff;
  --bs-pagination-active-bg: #0d6efd;
  --bs-pagination-active-border-color: #0d6efd;
  --bs-pagination-disabled-color: var(--bs-secondary-color);
  --bs-pagination-disabled-bg: var(--bs-secondary-bg);
  --bs-pagination-disabled-border-color: var(--bs-border-color);
  display: flex;
  padding-left: 0;
  list-style: none;
}

.page-link {
  position: relative;
  display: block;
  padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
  font-size: var(--bs-pagination-font-size);
  color: var(--bs-pagination-color);
  text-decoration: none;
  background-color: var(--bs-pagination-bg);
  border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .page-link {
    transition: none;
  }
}
.page-link:hover {
  z-index: 2;
  color: var(--bs-pagination-hover-color);
  background-color: var(--bs-pagination-hover-bg);
  border-color: var(--bs-pagination-hover-border-color);
}
.page-link:focus {
  z-index: 3;
  color: var(--bs-pagination-focus-color);
  background-color: var(--bs-pagination-focus-bg);
  outline: 0;
  box-shadow: var(--bs-pagination-focus-box-shadow);
}
.page-link.active, .active > .page-link {
  z-index: 3;
  color: var(--bs-pagination-active-color);
  background-color: var(--bs-pagination-active-bg);
  border-color: var(--bs-pagination-active-border-color);
}
.page-link.disabled, .disabled > .page-link {
  color: var(--bs-pagination-disabled-color);
  pointer-events: none;
  background-color: var(--bs-pagination-disabled-bg);
  border-color: var(--bs-pagination-disabled-border-color);
}

.page-item:not(:first-child) .page-link {
  margin-left: calc(-1 * var(--bs-border-width));
}
.page-item:first-child .page-link {
  border-top-left-radius: var(--bs-pagination-border-radius);
  border-bottom-left-radius: var(--bs-pagination-border-radius);
}
.page-item:last-child .page-link {
  border-top-right-radius: var(--bs-pagination-border-radius);
  border-bottom-right-radius: var(--bs-pagination-border-radius);
}

.pagination-lg {
  --bs-pagination-padding-x: 1.5rem;
  --bs-pagination-padding-y: 0.75rem;
  --bs-pagination-font-size: 1.25rem;
  --bs-pagination-border-radius: var(--bs-border-radius-lg);
}

.pagination-sm {
  --bs-pagination-padding-x: 0.5rem;
  --bs-pagination-padding-y: 0.25rem;
  --bs-pagination-font-size: 0.875rem;
  --bs-pagination-border-radius: var(--bs-border-radius-sm);
}

.badge {
  --bs-badge-padding-x: 0.65em;
  --bs-badge-padding-y: 0.35em;
  --bs-badge-font-size: 0.75em;
  --bs-badge-font-weight: 700;
  --bs-badge-color: #fff;
  --bs-badge-border-radius: var(--bs-border-radius);
  display: inline-block;
  padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
  font-size: var(--bs-badge-font-size);
  font-weight: var(--bs-badge-font-weight);
  line-height: 1;
  color: var(--bs-badge-color);
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: var(--bs-badge-border-radius);
}
.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.alert {
  --bs-alert-bg: transparent;
  --bs-alert-padding-x: 1rem;
  --bs-alert-padding-y: 1rem;
  --bs-alert-margin-bottom: 1rem;
  --bs-alert-color: inherit;
  --bs-alert-border-color: transparent;
  --bs-alert-border: var(--bs-border-width) solid var(--bs-alert-border-color);
  --bs-alert-border-radius: var(--bs-border-radius);
  --bs-alert-link-color: inherit;
  position: relative;
  padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
  margin-bottom: var(--bs-alert-margin-bottom);
  color: var(--bs-alert-color);
  background-color: var(--bs-alert-bg);
  border: var(--bs-alert-border);
  border-radius: var(--bs-alert-border-radius);
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
  color: var(--bs-alert-link-color);
}

.alert-dismissible {
  padding-right: 3rem;
}
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}

.alert-primary {
  --bs-alert-color: var(--bs-primary-text-emphasis);
  --bs-alert-bg: var(--bs-primary-bg-subtle);
  --bs-alert-border-color: var(--bs-primary-border-subtle);
  --bs-alert-link-color: var(--bs-primary-text-emphasis);
}

.alert-secondary {
  --bs-alert-color: var(--bs-secondary-text-emphasis);
  --bs-alert-bg: var(--bs-secondary-bg-subtle);
  --bs-alert-border-color: var(--bs-secondary-border-subtle);
  --bs-alert-link-color: var(--bs-secondary-text-emphasis);
}

.alert-success {
  --bs-alert-color: var(--bs-success-text-emphasis);
  --bs-alert-bg: var(--bs-success-bg-subtle);
  --bs-alert-border-color: var(--bs-success-border-subtle);
  --bs-alert-link-color: var(--bs-success-text-emphasis);
}

.alert-info {
  --bs-alert-color: var(--bs-info-text-emphasis);
  --bs-alert-bg: var(--bs-info-bg-subtle);
  --bs-alert-border-color: var(--bs-info-border-subtle);
  --bs-alert-link-color: var(--bs-info-text-emphasis);
}

.alert-warning {
  --bs-alert-color: var(--bs-warning-text-emphasis);
  --bs-alert-bg: var(--bs-warning-bg-subtle);
  --bs-alert-border-color: var(--bs-warning-border-subtle);
  --bs-alert-link-color: var(--bs-warning-text-emphasis);
}

.alert-danger {
  --bs-alert-color: var(--bs-danger-text-emphasis);
  --bs-alert-bg: var(--bs-danger-bg-subtle);
  --bs-alert-border-color: var(--bs-danger-border-subtle);
  --bs-alert-link-color: var(--bs-danger-text-emphasis);
}

.alert-light {
  --bs-alert-color: var(--bs-light-text-emphasis);
  --bs-alert-bg: var(--bs-light-bg-subtle);
  --bs-alert-border-color: var(--bs-light-border-subtle);
  --bs-alert-link-color: var(--bs-light-text-emphasis);
}

.alert-dark {
  --bs-alert-color: var(--bs-dark-text-emphasis);
  --bs-alert-bg: var(--bs-dark-bg-subtle);
  --bs-alert-border-color: var(--bs-dark-border-subtle);
  --bs-alert-link-color: var(--bs-dark-text-emphasis);
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: var(--bs-progress-height);
  }
}
.progress,
.progress-stacked {
  --bs-progress-height: 1rem;
  --bs-progress-font-size: 0.75rem;
  --bs-progress-bg: var(--bs-secondary-bg);
  --bs-progress-border-radius: var(--bs-border-radius);
  --bs-progress-box-shadow: var(--bs-box-shadow-inset);
  --bs-progress-bar-color: #fff;
  --bs-progress-bar-bg: #0d6efd;
  --bs-progress-bar-transition: width 0.6s ease;
  display: flex;
  height: var(--bs-progress-height);
  overflow: hidden;
  font-size: var(--bs-progress-font-size);
  background-color: var(--bs-progress-bg);
  border-radius: var(--bs-progress-border-radius);
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: var(--bs-progress-bar-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-progress-bar-bg);
  transition: var(--bs-progress-bar-transition);
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: var(--bs-progress-height) var(--bs-progress-height);
}

.progress-stacked > .progress {
  overflow: visible;
}

.progress-stacked > .progress > .progress-bar {
  width: 100%;
}

.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}

.list-group {
  --bs-list-group-color: var(--bs-body-color);
  --bs-list-group-bg: var(--bs-body-bg);
  --bs-list-group-border-color: var(--bs-border-color);
  --bs-list-group-border-width: var(--bs-border-width);
  --bs-list-group-border-radius: var(--bs-border-radius);
  --bs-list-group-item-padding-x: 1rem;
  --bs-list-group-item-padding-y: 0.5rem;
  --bs-list-group-action-color: var(--bs-secondary-color);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-tertiary-bg);
  --bs-list-group-action-active-color: var(--bs-body-color);
  --bs-list-group-action-active-bg: var(--bs-secondary-bg);
  --bs-list-group-disabled-color: var(--bs-secondary-color);
  --bs-list-group-disabled-bg: var(--bs-body-bg);
  --bs-list-group-active-color: #fff;
  --bs-list-group-active-bg: #0d6efd;
  --bs-list-group-active-border-color: #0d6efd;
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: var(--bs-list-group-border-radius);
}

.list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}
.list-group-numbered > .list-group-item::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}

.list-group-item {
  position: relative;
  display: block;
  padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
  color: var(--bs-list-group-color);
  text-decoration: none;
  background-color: var(--bs-list-group-bg);
  border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: var(--bs-list-group-disabled-color);
  pointer-events: none;
  background-color: var(--bs-list-group-disabled-bg);
}
.list-group-item.active {
  z-index: 2;
  color: var(--bs-list-group-active-color);
  background-color: var(--bs-list-group-active-bg);
  border-color: var(--bs-list-group-active-border-color);
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: calc(-1 * var(--bs-list-group-border-width));
  border-top-width: var(--bs-list-group-border-width);
}

.list-group-item-action {
  width: 100%;
  color: var(--bs-list-group-action-color);
  text-align: inherit;
}
.list-group-item-action:not(.active):hover, .list-group-item-action:not(.active):focus {
  z-index: 1;
  color: var(--bs-list-group-action-hover-color);
  text-decoration: none;
  background-color: var(--bs-list-group-action-hover-bg);
}
.list-group-item-action:not(.active):active {
  color: var(--bs-list-group-action-active-color);
  background-color: var(--bs-list-group-action-active-bg);
}

.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child:not(:last-child) {
  border-bottom-left-radius: var(--bs-list-group-border-radius);
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child:not(:first-child) {
  border-top-right-radius: var(--bs-list-group-border-radius);
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: var(--bs-list-group-border-width);
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: calc(-1 * var(--bs-list-group-border-width));
  border-left-width: var(--bs-list-group-border-width);
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 1400px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 var(--bs-list-group-border-width);
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  --bs-list-group-color: var(--bs-primary-text-emphasis);
  --bs-list-group-bg: var(--bs-primary-bg-subtle);
  --bs-list-group-border-color: var(--bs-primary-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-primary-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-primary-border-subtle);
  --bs-list-group-active-color: var(--bs-primary-bg-subtle);
  --bs-list-group-active-bg: var(--bs-primary-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-primary-text-emphasis);
}

.list-group-item-secondary {
  --bs-list-group-color: var(--bs-secondary-text-emphasis);
  --bs-list-group-bg: var(--bs-secondary-bg-subtle);
  --bs-list-group-border-color: var(--bs-secondary-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-secondary-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-secondary-border-subtle);
  --bs-list-group-active-color: var(--bs-secondary-bg-subtle);
  --bs-list-group-active-bg: var(--bs-secondary-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-secondary-text-emphasis);
}

.list-group-item-success {
  --bs-list-group-color: var(--bs-success-text-emphasis);
  --bs-list-group-bg: var(--bs-success-bg-subtle);
  --bs-list-group-border-color: var(--bs-success-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-success-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-success-border-subtle);
  --bs-list-group-active-color: var(--bs-success-bg-subtle);
  --bs-list-group-active-bg: var(--bs-success-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-success-text-emphasis);
}

.list-group-item-info {
  --bs-list-group-color: var(--bs-info-text-emphasis);
  --bs-list-group-bg: var(--bs-info-bg-subtle);
  --bs-list-group-border-color: var(--bs-info-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-info-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-info-border-subtle);
  --bs-list-group-active-color: var(--bs-info-bg-subtle);
  --bs-list-group-active-bg: var(--bs-info-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-info-text-emphasis);
}

.list-group-item-warning {
  --bs-list-group-color: var(--bs-warning-text-emphasis);
  --bs-list-group-bg: var(--bs-warning-bg-subtle);
  --bs-list-group-border-color: var(--bs-warning-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-warning-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-warning-border-subtle);
  --bs-list-group-active-color: var(--bs-warning-bg-subtle);
  --bs-list-group-active-bg: var(--bs-warning-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-warning-text-emphasis);
}

.list-group-item-danger {
  --bs-list-group-color: var(--bs-danger-text-emphasis);
  --bs-list-group-bg: var(--bs-danger-bg-subtle);
  --bs-list-group-border-color: var(--bs-danger-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-danger-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-danger-border-subtle);
  --bs-list-group-active-color: var(--bs-danger-bg-subtle);
  --bs-list-group-active-bg: var(--bs-danger-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-danger-text-emphasis);
}

.list-group-item-light {
  --bs-list-group-color: var(--bs-light-text-emphasis);
  --bs-list-group-bg: var(--bs-light-bg-subtle);
  --bs-list-group-border-color: var(--bs-light-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-light-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-light-border-subtle);
  --bs-list-group-active-color: var(--bs-light-bg-subtle);
  --bs-list-group-active-bg: var(--bs-light-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-light-text-emphasis);
}

.list-group-item-dark {
  --bs-list-group-color: var(--bs-dark-text-emphasis);
  --bs-list-group-bg: var(--bs-dark-bg-subtle);
  --bs-list-group-border-color: var(--bs-dark-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-dark-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-dark-border-subtle);
  --bs-list-group-active-color: var(--bs-dark-bg-subtle);
  --bs-list-group-active-bg: var(--bs-dark-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-dark-text-emphasis);
}

.btn-close {
  --bs-btn-close-color: #000;
  --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414'/%3e%3c/svg%3e");
  --bs-btn-close-opacity: 0.5;
  --bs-btn-close-hover-opacity: 0.75;
  --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-btn-close-focus-opacity: 1;
  --bs-btn-close-disabled-opacity: 0.25;
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: var(--bs-btn-close-color);
  background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
  filter: var(--bs-btn-close-filter);
  border: 0;
  border-radius: 0.375rem;
  opacity: var(--bs-btn-close-opacity);
}
.btn-close:hover {
  color: var(--bs-btn-close-color);
  text-decoration: none;
  opacity: var(--bs-btn-close-hover-opacity);
}
.btn-close:focus {
  outline: 0;
  box-shadow: var(--bs-btn-close-focus-shadow);
  opacity: var(--bs-btn-close-focus-opacity);
}
.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  -webkit-user-select: none;
          user-select: none;
  opacity: var(--bs-btn-close-disabled-opacity);
}

.btn-close-white {
  --bs-btn-close-filter: invert(1) grayscale(100%) brightness(200%);
}

:root,
[data-bs-theme=light] {
  --bs-btn-close-filter: ;
}

[data-bs-theme=dark] {
  --bs-btn-close-filter: invert(1) grayscale(100%) brightness(200%);
}

.toast {
  --bs-toast-zindex: 1090;
  --bs-toast-padding-x: 0.75rem;
  --bs-toast-padding-y: 0.5rem;
  --bs-toast-spacing: 1.5rem;
  --bs-toast-max-width: 350px;
  --bs-toast-font-size: 0.875rem;
  --bs-toast-color: ;
  --bs-toast-bg: rgba(var(--bs-body-bg-rgb), 0.85);
  --bs-toast-border-width: var(--bs-border-width);
  --bs-toast-border-color: var(--bs-border-color-translucent);
  --bs-toast-border-radius: var(--bs-border-radius);
  --bs-toast-box-shadow: var(--bs-box-shadow);
  --bs-toast-header-color: var(--bs-secondary-color);
  --bs-toast-header-bg: rgba(var(--bs-body-bg-rgb), 0.85);
  --bs-toast-header-border-color: var(--bs-border-color-translucent);
  width: var(--bs-toast-max-width);
  max-width: 100%;
  font-size: var(--bs-toast-font-size);
  color: var(--bs-toast-color);
  pointer-events: auto;
  background-color: var(--bs-toast-bg);
  background-clip: padding-box;
  border: var(--bs-toast-border-width) solid var(--bs-toast-border-color);
  box-shadow: var(--bs-toast-box-shadow);
  border-radius: var(--bs-toast-border-radius);
}
.toast.showing {
  opacity: 0;
}
.toast:not(.show) {
  display: none;
}

.toast-container {
  --bs-toast-zindex: 1090;
  position: absolute;
  z-index: var(--bs-toast-zindex);
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}
.toast-container > :not(:last-child) {
  margin-bottom: var(--bs-toast-spacing);
}

.toast-header {
  display: flex;
  align-items: center;
  padding: var(--bs-toast-padding-y) var(--bs-toast-padding-x);
  color: var(--bs-toast-header-color);
  background-color: var(--bs-toast-header-bg);
  background-clip: padding-box;
  border-bottom: var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);
  border-top-left-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
  border-top-right-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
}
.toast-header .btn-close {
  margin-right: calc(-0.5 * var(--bs-toast-padding-x));
  margin-left: var(--bs-toast-padding-x);
}

.toast-body {
  padding: var(--bs-toast-padding-x);
  word-wrap: break-word;
}

.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: var(--bs-body-color);
  --bs-modal-bg: var(--bs-body-bg);
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: var(--bs-border-width);
  --bs-modal-border-radius: var(--bs-border-radius-lg);
  --bs-modal-box-shadow: var(--bs-box-shadow-sm);
  --bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));
  --bs-modal-header-padding-x: 1rem;
  --bs-modal-header-padding-y: 1rem;
  --bs-modal-header-padding: 1rem 1rem;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: var(--bs-border-width);
  --bs-modal-title-line-height: 1.5;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: var(--bs-border-width);
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: var(--bs-modal-margin);
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transform: translate(0, -50px);
  transition: transform 0.3s ease-out;
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  height: calc(100% - var(--bs-modal-margin) * 2);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - var(--bs-modal-margin) * 2);
}

.modal-content {
  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;
}

.modal-backdrop {
  --bs-backdrop-zindex: 1050;
  --bs-backdrop-bg: #000;
  --bs-backdrop-opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--bs-backdrop-bg);
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: var(--bs-backdrop-opacity);
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  padding: var(--bs-modal-header-padding);
  border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius);
}
.modal-header .btn-close {
  padding: calc(var(--bs-modal-header-padding-y) * 0.5) calc(var(--bs-modal-header-padding-x) * 0.5);
  margin-top: calc(-0.5 * var(--bs-modal-header-padding-y));
  margin-right: calc(-0.5 * var(--bs-modal-header-padding-x));
  margin-bottom: calc(-0.5 * var(--bs-modal-header-padding-y));
  margin-left: auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: var(--bs-modal-title-line-height);
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: var(--bs-modal-padding);
}

.modal-footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * 0.5);
  background-color: var(--bs-modal-footer-bg);
  border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
  border-bottom-right-radius: var(--bs-modal-inner-border-radius);
  border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}
.modal-footer > * {
  margin: calc(var(--bs-modal-footer-gap) * 0.5);
}

@media (min-width: 576px) {
  .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: var(--bs-box-shadow);
  }
  .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-right: auto;
    margin-left: auto;
  }
  .modal-sm {
    --bs-modal-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    --bs-modal-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    --bs-modal-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header,
.modal-fullscreen .modal-footer {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header,
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header,
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header,
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header,
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header,
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
}
.tooltip {
  --bs-tooltip-zindex: 1080;
  --bs-tooltip-max-width: 200px;
  --bs-tooltip-padding-x: 0.5rem;
  --bs-tooltip-padding-y: 0.25rem;
  --bs-tooltip-margin: ;
  --bs-tooltip-font-size: 0.875rem;
  --bs-tooltip-color: var(--bs-body-bg);
  --bs-tooltip-bg: var(--bs-emphasis-color);
  --bs-tooltip-border-radius: var(--bs-border-radius);
  --bs-tooltip-opacity: 0.9;
  --bs-tooltip-arrow-width: 0.8rem;
  --bs-tooltip-arrow-height: 0.4rem;
  z-index: var(--bs-tooltip-zindex);
  display: block;
  margin: var(--bs-tooltip-margin);
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-tooltip-font-size);
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: var(--bs-tooltip-opacity);
}
.tooltip .tooltip-arrow {
  display: block;
  width: var(--bs-tooltip-arrow-width);
  height: var(--bs-tooltip-arrow-height);
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
  bottom: calc(-1 * var(--bs-tooltip-arrow-height));
}
.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  top: -1px;
  border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
  border-top-color: var(--bs-tooltip-bg);
}

/* rtl:begin:ignore */
.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  left: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}
.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  right: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
  border-right-color: var(--bs-tooltip-bg);
}

/* rtl:end:ignore */
.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
  top: calc(-1 * var(--bs-tooltip-arrow-height));
}
.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
  border-bottom-color: var(--bs-tooltip-bg);
}

/* rtl:begin:ignore */
.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
  right: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}
.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  left: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
  border-left-color: var(--bs-tooltip-bg);
}

/* rtl:end:ignore */
.tooltip-inner {
  max-width: var(--bs-tooltip-max-width);
  padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
  color: var(--bs-tooltip-color);
  text-align: center;
  background-color: var(--bs-tooltip-bg);
  border-radius: var(--bs-tooltip-border-radius);
}

.popover {
  --bs-popover-zindex: 1070;
  --bs-popover-max-width: 276px;
  --bs-popover-font-size: 0.875rem;
  --bs-popover-bg: var(--bs-body-bg);
  --bs-popover-border-width: var(--bs-border-width);
  --bs-popover-border-color: var(--bs-border-color-translucent);
  --bs-popover-border-radius: var(--bs-border-radius-lg);
  --bs-popover-inner-border-radius: calc(var(--bs-border-radius-lg) - var(--bs-border-width));
  --bs-popover-box-shadow: var(--bs-box-shadow);
  --bs-popover-header-padding-x: 1rem;
  --bs-popover-header-padding-y: 0.5rem;
  --bs-popover-header-font-size: 1rem;
  --bs-popover-header-color: inherit;
  --bs-popover-header-bg: var(--bs-secondary-bg);
  --bs-popover-body-padding-x: 1rem;
  --bs-popover-body-padding-y: 1rem;
  --bs-popover-body-color: var(--bs-body-color);
  --bs-popover-arrow-width: 1rem;
  --bs-popover-arrow-height: 0.5rem;
  --bs-popover-arrow-border: var(--bs-popover-border-color);
  z-index: var(--bs-popover-zindex);
  display: block;
  max-width: var(--bs-popover-max-width);
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-popover-font-size);
  word-wrap: break-word;
  background-color: var(--bs-popover-bg);
  background-clip: padding-box;
  border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-radius: var(--bs-popover-border-radius);
}
.popover .popover-arrow {
  display: block;
  width: var(--bs-popover-arrow-width);
  height: var(--bs-popover-arrow-height);
}
.popover .popover-arrow::before, .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
  border-width: 0;
}

.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow {
  bottom: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before, .bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  border-width: var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before {
  bottom: 0;
  border-top-color: var(--bs-popover-arrow-border);
}
.bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  bottom: var(--bs-popover-border-width);
  border-top-color: var(--bs-popover-bg);
}

/* rtl:begin:ignore */
.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow {
  left: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before, .bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
}
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before {
  left: 0;
  border-right-color: var(--bs-popover-arrow-border);
}
.bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  left: var(--bs-popover-border-width);
  border-right-color: var(--bs-popover-bg);
}

/* rtl:end:ignore */
.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow {
  top: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before, .bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  border-width: 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before {
  top: 0;
  border-bottom-color: var(--bs-popover-arrow-border);
}
.bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  top: var(--bs-popover-border-width);
  border-bottom-color: var(--bs-popover-bg);
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: var(--bs-popover-arrow-width);
  margin-left: calc(-0.5 * var(--bs-popover-arrow-width));
  content: "";
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-header-bg);
}

/* rtl:begin:ignore */
.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow {
  right: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before, .bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width) * 0.5) 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
}
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before {
  right: 0;
  border-left-color: var(--bs-popover-arrow-border);
}
.bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  right: var(--bs-popover-border-width);
  border-left-color: var(--bs-popover-bg);
}

/* rtl:end:ignore */
.popover-header {
  padding: var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);
  margin-bottom: 0;
  font-size: var(--bs-popover-header-font-size);
  color: var(--bs-popover-header-color);
  background-color: var(--bs-popover-header-bg);
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-top-left-radius: var(--bs-popover-inner-border-radius);
  border-top-right-radius: var(--bs-popover-inner-border-radius);
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);
  color: var(--bs-popover-body-color);
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-start,
  .carousel-fade .active.carousel-item-end {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  filter: var(--bs-carousel-control-icon-filter);
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0'/%3e%3c/svg%3e") /*rtl:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e")*/;
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e") /*rtl:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0'/%3e%3c/svg%3e")*/;
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
}
.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: var(--bs-carousel-indicator-active-bg);
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: var(--bs-carousel-caption-color);
  text-align: center;
}

.carousel-dark {
  --bs-carousel-indicator-active-bg: #000;
  --bs-carousel-caption-color: #000;
  --bs-carousel-control-icon-filter: invert(1) grayscale(100);
}

:root,
[data-bs-theme=light] {
  --bs-carousel-indicator-active-bg: #fff;
  --bs-carousel-caption-color: #fff;
  --bs-carousel-control-icon-filter: ;
}

[data-bs-theme=dark] {
  --bs-carousel-indicator-active-bg: #000;
  --bs-carousel-caption-color: #000;
  --bs-carousel-control-icon-filter: invert(1) grayscale(100);
}

.spinner-grow,
.spinner-border {
  display: inline-block;
  flex-shrink: 0;
  width: var(--bs-spinner-width);
  height: var(--bs-spinner-height);
  vertical-align: var(--bs-spinner-vertical-align);
  border-radius: 50%;
  animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}
.spinner-border {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-border-width: 0.25em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-border;
  border: var(--bs-spinner-border-width) solid currentcolor;
  border-right-color: transparent;
}

.spinner-border-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
  --bs-spinner-border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-grow;
  background-color: currentcolor;
  opacity: 0;
}

.spinner-grow-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    --bs-spinner-animation-speed: 1.5s;
  }
}
.offcanvas, .offcanvas-xxl, .offcanvas-xl, .offcanvas-lg, .offcanvas-md, .offcanvas-sm {
  --bs-offcanvas-zindex: 1045;
  --bs-offcanvas-width: 400px;
  --bs-offcanvas-height: 30vh;
  --bs-offcanvas-padding-x: 1rem;
  --bs-offcanvas-padding-y: 1rem;
  --bs-offcanvas-color: var(--bs-body-color);
  --bs-offcanvas-bg: var(--bs-body-bg);
  --bs-offcanvas-border-width: var(--bs-border-width);
  --bs-offcanvas-border-color: var(--bs-border-color-translucent);
  --bs-offcanvas-box-shadow: var(--bs-box-shadow-sm);
  --bs-offcanvas-transition: transform 0.3s ease-in-out;
  --bs-offcanvas-title-line-height: 1.5;
}

@media (max-width: 575.98px) {
  .offcanvas-sm {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 575.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-sm {
    transition: none;
  }
}
@media (max-width: 575.98px) {
  .offcanvas-sm.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-sm.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-sm.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-sm.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-sm.showing, .offcanvas-sm.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-sm.showing, .offcanvas-sm.hiding, .offcanvas-sm.show {
    visibility: visible;
  }
}
@media (min-width: 576px) {
  .offcanvas-sm {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-sm .offcanvas-header {
    display: none;
  }
  .offcanvas-sm .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 767.98px) {
  .offcanvas-md {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-md {
    transition: none;
  }
}
@media (max-width: 767.98px) {
  .offcanvas-md.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-md.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-md.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-md.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-md.showing, .offcanvas-md.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-md.showing, .offcanvas-md.hiding, .offcanvas-md.show {
    visibility: visible;
  }
}
@media (min-width: 768px) {
  .offcanvas-md {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-md .offcanvas-header {
    display: none;
  }
  .offcanvas-md .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 991.98px) {
  .offcanvas-lg {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-lg {
    transition: none;
  }
}
@media (max-width: 991.98px) {
  .offcanvas-lg.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-lg.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-lg.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-lg.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-lg.showing, .offcanvas-lg.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-lg.showing, .offcanvas-lg.hiding, .offcanvas-lg.show {
    visibility: visible;
  }
}
@media (min-width: 992px) {
  .offcanvas-lg {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-lg .offcanvas-header {
    display: none;
  }
  .offcanvas-lg .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 1199.98px) {
  .offcanvas-xl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 1199.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xl {
    transition: none;
  }
}
@media (max-width: 1199.98px) {
  .offcanvas-xl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-xl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-xl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-xl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-xl.showing, .offcanvas-xl.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-xl.showing, .offcanvas-xl.hiding, .offcanvas-xl.show {
    visibility: visible;
  }
}
@media (min-width: 1200px) {
  .offcanvas-xl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-xl .offcanvas-header {
    display: none;
  }
  .offcanvas-xl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 1399.98px) {
  .offcanvas-xxl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 1399.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xxl {
    transition: none;
  }
}
@media (max-width: 1399.98px) {
  .offcanvas-xxl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-xxl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-xxl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-xxl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-xxl.showing, .offcanvas-xxl.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-xxl.showing, .offcanvas-xxl.hiding, .offcanvas-xxl.show {
    visibility: visible;
  }
}
@media (min-width: 1400px) {
  .offcanvas-xxl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-xxl .offcanvas-header {
    display: none;
  }
  .offcanvas-xxl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: var(--bs-offcanvas-zindex);
  display: flex;
  flex-direction: column;
  max-width: 100%;
  color: var(--bs-offcanvas-color);
  visibility: hidden;
  background-color: var(--bs-offcanvas-bg);
  background-clip: padding-box;
  outline: 0;
  transition: var(--bs-offcanvas-transition);
}
@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    transition: none;
  }
}
.offcanvas.offcanvas-start {
  top: 0;
  left: 0;
  width: var(--bs-offcanvas-width);
  border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(-100%);
}
.offcanvas.offcanvas-end {
  top: 0;
  right: 0;
  width: var(--bs-offcanvas-width);
  border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(100%);
}
.offcanvas.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(-100%);
}
.offcanvas.offcanvas-bottom {
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(100%);
}
.offcanvas.showing, .offcanvas.show:not(.hiding) {
  transform: none;
}
.offcanvas.showing, .offcanvas.hiding, .offcanvas.show {
  visibility: visible;
}

.offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.offcanvas-backdrop.fade {
  opacity: 0;
}
.offcanvas-backdrop.show {
  opacity: 0.5;
}

.offcanvas-header {
  display: flex;
  align-items: center;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
}
.offcanvas-header .btn-close {
  padding: calc(var(--bs-offcanvas-padding-y) * 0.5) calc(var(--bs-offcanvas-padding-x) * 0.5);
  margin-top: calc(-0.5 * var(--bs-offcanvas-padding-y));
  margin-right: calc(-0.5 * var(--bs-offcanvas-padding-x));
  margin-bottom: calc(-0.5 * var(--bs-offcanvas-padding-y));
  margin-left: auto;
}

.offcanvas-title {
  margin-bottom: 0;
  line-height: var(--bs-offcanvas-title-line-height);
}

.offcanvas-body {
  flex-grow: 1;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
  overflow-y: auto;
}

.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentcolor;
  opacity: 0.5;
}
.placeholder.btn::before {
  display: inline-block;
  content: "";
}

.placeholder-xs {
  min-height: 0.6em;
}

.placeholder-sm {
  min-height: 0.8em;
}

.placeholder-lg {
  min-height: 1.2em;
}

.placeholder-glow .placeholder {
  animation: placeholder-glow 2s ease-in-out infinite;
}

@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}
.placeholder-wave {
  mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
  mask-size: 200% 100%;
  animation: placeholder-wave 2s linear infinite;
}

@keyframes placeholder-wave {
  100% {
    mask-position: -200% 0%;
  }
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.text-bg-primary {
  color: #fff !important;
  background-color: RGBA(var(--bs-primary-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-secondary {
  color: #fff !important;
  background-color: RGBA(var(--bs-secondary-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-success {
  color: #fff !important;
  background-color: RGBA(var(--bs-success-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-info {
  color: #000 !important;
  background-color: RGBA(var(--bs-info-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-warning {
  color: #000 !important;
  background-color: RGBA(var(--bs-warning-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-danger {
  color: #fff !important;
  background-color: RGBA(var(--bs-danger-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-light {
  color: #000 !important;
  background-color: RGBA(var(--bs-light-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-dark {
  color: #fff !important;
  background-color: RGBA(var(--bs-dark-rgb), var(--bs-bg-opacity, 1)) !important;
}

.link-primary {
  color: RGBA(var(--bs-primary-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-primary:hover, .link-primary:focus {
  color: RGBA(10, 88, 202, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(10, 88, 202, var(--bs-link-underline-opacity, 1)) !important;
}

.link-secondary {
  color: RGBA(var(--bs-secondary-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-secondary:hover, .link-secondary:focus {
  color: RGBA(86, 94, 100, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(86, 94, 100, var(--bs-link-underline-opacity, 1)) !important;
}

.link-success {
  color: RGBA(var(--bs-success-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-success:hover, .link-success:focus {
  color: RGBA(20, 108, 67, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(20, 108, 67, var(--bs-link-underline-opacity, 1)) !important;
}

.link-info {
  color: RGBA(var(--bs-info-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-info:hover, .link-info:focus {
  color: RGBA(61, 213, 243, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(61, 213, 243, var(--bs-link-underline-opacity, 1)) !important;
}

.link-warning {
  color: RGBA(var(--bs-warning-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-warning:hover, .link-warning:focus {
  color: RGBA(255, 205, 57, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(255, 205, 57, var(--bs-link-underline-opacity, 1)) !important;
}

.link-danger {
  color: RGBA(var(--bs-danger-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-danger:hover, .link-danger:focus {
  color: RGBA(176, 42, 55, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(176, 42, 55, var(--bs-link-underline-opacity, 1)) !important;
}

.link-light {
  color: RGBA(var(--bs-light-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-light:hover, .link-light:focus {
  color: RGBA(249, 250, 251, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(249, 250, 251, var(--bs-link-underline-opacity, 1)) !important;
}

.link-dark {
  color: RGBA(var(--bs-dark-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-dark:hover, .link-dark:focus {
  color: RGBA(26, 30, 33, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(26, 30, 33, var(--bs-link-underline-opacity, 1)) !important;
}

.link-body-emphasis {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-body-emphasis:hover, .link-body-emphasis:focus {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 0.75)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 0.75)) !important;
}

.focus-ring:focus {
  outline: 0;
  box-shadow: var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) var(--bs-focus-ring-blur, 0) var(--bs-focus-ring-width) var(--bs-focus-ring-color);
}

.icon-link {
  display: inline-flex;
  gap: 0.375rem;
  align-items: center;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5));
  text-underline-offset: 0.25em;
  backface-visibility: hidden;
}
.icon-link > .bi {
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  fill: currentcolor;
  transition: 0.2s ease-in-out transform;
}
@media (prefers-reduced-motion: reduce) {
  .icon-link > .bi {
    transition: none;
  }
}

.icon-link-hover:hover > .bi, .icon-link-hover:focus-visible > .bi {
  transform: var(--bs-icon-link-transform, translate3d(0.25em, 0, 0));
}

.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

.ratio-4x3 {
  --bs-aspect-ratio: 75%;
}

.ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}

.ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}

.sticky-bottom {
  position: sticky;
  bottom: 0;
  z-index: 1020;
}

@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-sm-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-md-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-lg-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xxl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}

.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.visually-hidden:not(caption),
.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) {
  position: absolute !important;
}
.visually-hidden *,
.visually-hidden-focusable:not(:focus):not(:focus-within) * {
  overflow: hidden !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vr {
  display: inline-block;
  align-self: stretch;
  width: var(--bs-border-width);
  min-height: 1em;
  background-color: currentcolor;
  opacity: 0.25;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.float-start {
  float: left !important;
}

.float-end {
  float: right !important;
}

.float-none {
  float: none !important;
}

.object-fit-contain {
  object-fit: contain !important;
}

.object-fit-cover {
  object-fit: cover !important;
}

.object-fit-fill {
  object-fit: fill !important;
}

.object-fit-scale {
  object-fit: scale-down !important;
}

.object-fit-none {
  object-fit: none !important;
}

.opacity-0 {
  opacity: 0 !important;
}

.opacity-25 {
  opacity: 0.25 !important;
}

.opacity-50 {
  opacity: 0.5 !important;
}

.opacity-75 {
  opacity: 0.75 !important;
}

.opacity-100 {
  opacity: 1 !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-visible {
  overflow: visible !important;
}

.overflow-scroll {
  overflow: scroll !important;
}

.overflow-x-auto {
  overflow-x: auto !important;
}

.overflow-x-hidden {
  overflow-x: hidden !important;
}

.overflow-x-visible {
  overflow-x: visible !important;
}

.overflow-x-scroll {
  overflow-x: scroll !important;
}

.overflow-y-auto {
  overflow-y: auto !important;
}

.overflow-y-hidden {
  overflow-y: hidden !important;
}

.overflow-y-visible {
  overflow-y: visible !important;
}

.overflow-y-scroll {
  overflow-y: scroll !important;
}

.d-inline {
  display: inline !important;
}

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

.d-block {
  display: block !important;
}

.d-grid {
  display: grid !important;
}

.d-inline-grid {
  display: inline-grid !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.d-none {
  display: none !important;
}

.shadow {
  box-shadow: var(--bs-box-shadow) !important;
}

.shadow-sm {
  box-shadow: var(--bs-box-shadow-sm) !important;
}

.shadow-lg {
  box-shadow: var(--bs-box-shadow-lg) !important;
}

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

.focus-ring-primary {
  --bs-focus-ring-color: rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-secondary {
  --bs-focus-ring-color: rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-success {
  --bs-focus-ring-color: rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-info {
  --bs-focus-ring-color: rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-warning {
  --bs-focus-ring-color: rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-danger {
  --bs-focus-ring-color: rgba(var(--bs-danger-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-light {
  --bs-focus-ring-color: rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-dark {
  --bs-focus-ring-color: rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity));
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.top-0 {
  top: 0 !important;
}

.top-50 {
  top: 50% !important;
}

.top-100 {
  top: 100% !important;
}

.bottom-0 {
  bottom: 0 !important;
}

.bottom-50 {
  bottom: 50% !important;
}

.bottom-100 {
  bottom: 100% !important;
}

.start-0 {
  left: 0 !important;
}

.start-50 {
  left: 50% !important;
}

.start-100 {
  left: 100% !important;
}

.end-0 {
  right: 0 !important;
}

.end-50 {
  right: 50% !important;
}

.end-100 {
  right: 100% !important;
}

.translate-middle {
  transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
  transform: translateX(-50%) !important;
}

.translate-middle-y {
  transform: translateY(-50%) !important;
}

.border {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-0 {
  border: 0 !important;
}

.border-top {
  border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-end {
  border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-end-0 {
  border-right: 0 !important;
}

.border-bottom {
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-start {
  border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-start-0 {
  border-left: 0 !important;
}

.border-primary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
}

.border-secondary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
}

.border-success {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important;
}

.border-info {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
}

.border-warning {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important;
}

.border-danger {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
}

.border-light {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
}

.border-dark {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
}

.border-black {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important;
}

.border-white {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
}

.border-primary-subtle {
  border-color: var(--bs-primary-border-subtle) !important;
}

.border-secondary-subtle {
  border-color: var(--bs-secondary-border-subtle) !important;
}

.border-success-subtle {
  border-color: var(--bs-success-border-subtle) !important;
}

.border-info-subtle {
  border-color: var(--bs-info-border-subtle) !important;
}

.border-warning-subtle {
  border-color: var(--bs-warning-border-subtle) !important;
}

.border-danger-subtle {
  border-color: var(--bs-danger-border-subtle) !important;
}

.border-light-subtle {
  border-color: var(--bs-light-border-subtle) !important;
}

.border-dark-subtle {
  border-color: var(--bs-dark-border-subtle) !important;
}

.border-1 {
  border-width: 1px !important;
}

.border-2 {
  border-width: 2px !important;
}

.border-3 {
  border-width: 3px !important;
}

.border-4 {
  border-width: 4px !important;
}

.border-5 {
  border-width: 5px !important;
}

.border-opacity-10 {
  --bs-border-opacity: 0.1;
}

.border-opacity-25 {
  --bs-border-opacity: 0.25;
}

.border-opacity-50 {
  --bs-border-opacity: 0.5;
}

.border-opacity-75 {
  --bs-border-opacity: 0.75;
}

.border-opacity-100 {
  --bs-border-opacity: 1;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

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

.vw-100 {
  width: 100vw !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mh-100 {
  max-height: 100% !important;
}

.vh-100 {
  height: 100vh !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

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

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

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

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

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

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

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

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

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

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

.order-first {
  order: -1 !important;
}

.order-0 {
  order: 0 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

.me-4 {
  margin-right: 1.5rem !important;
}

.me-5 {
  margin-right: 3rem !important;
}

.me-auto {
  margin-right: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: 0.25rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.ms-3 {
  margin-left: 1rem !important;
}

.ms-4 {
  margin-left: 1.5rem !important;
}

.ms-5 {
  margin-left: 3rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

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

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 0.25rem !important;
}

.pe-2 {
  padding-right: 0.5rem !important;
}

.pe-3 {
  padding-right: 1rem !important;
}

.pe-4 {
  padding-right: 1.5rem !important;
}

.pe-5 {
  padding-right: 3rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 0.25rem !important;
}

.ps-2 {
  padding-left: 0.5rem !important;
}

.ps-3 {
  padding-left: 1rem !important;
}

.ps-4 {
  padding-left: 1.5rem !important;
}

.ps-5 {
  padding-left: 3rem !important;
}

.gap-0 {
  gap: 0 !important;
}

.gap-1 {
  gap: 0.25rem !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.gap-3 {
  gap: 1rem !important;
}

.gap-4 {
  gap: 1.5rem !important;
}

.gap-5 {
  gap: 3rem !important;
}

.row-gap-0 {
  row-gap: 0 !important;
}

.row-gap-1 {
  row-gap: 0.25rem !important;
}

.row-gap-2 {
  row-gap: 0.5rem !important;
}

.row-gap-3 {
  row-gap: 1rem !important;
}

.row-gap-4 {
  row-gap: 1.5rem !important;
}

.row-gap-5 {
  row-gap: 3rem !important;
}

.column-gap-0 {
  column-gap: 0 !important;
}

.column-gap-1 {
  column-gap: 0.25rem !important;
}

.column-gap-2 {
  column-gap: 0.5rem !important;
}

.column-gap-3 {
  column-gap: 1rem !important;
}

.column-gap-4 {
  column-gap: 1.5rem !important;
}

.column-gap-5 {
  column-gap: 3rem !important;
}

.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}

.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}

.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}

.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

.fs-5 {
  font-size: 1.25rem !important;
}

.fs-6 {
  font-size: 1rem !important;
}

.fst-italic {
  font-style: italic !important;
}

.fst-normal {
  font-style: normal !important;
}

.fw-lighter {
  font-weight: lighter !important;
}

.fw-light {
  font-weight: 300 !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.fw-medium {
  font-weight: 500 !important;
}

.fw-semibold {
  font-weight: 600 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.fw-bolder {
  font-weight: bolder !important;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-sm {
  line-height: 1.25 !important;
}

.lh-base {
  line-height: 1.5 !important;
}

.lh-lg {
  line-height: 2 !important;
}

.text-start {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

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

.text-decoration-none {
  text-decoration: none !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.text-decoration-line-through {
  text-decoration: line-through !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

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

.text-capitalize {
  text-transform: capitalize !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}

.text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}

.text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}

.text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}

.text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}

.text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}

.text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}

.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}

.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

.text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}

.text-muted {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}

.text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-body-secondary {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}

.text-body-tertiary {
  --bs-text-opacity: 1;
  color: var(--bs-tertiary-color) !important;
}

.text-body-emphasis {
  --bs-text-opacity: 1;
  color: var(--bs-emphasis-color) !important;
}

.text-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}

.text-opacity-25 {
  --bs-text-opacity: 0.25;
}

.text-opacity-50 {
  --bs-text-opacity: 0.5;
}

.text-opacity-75 {
  --bs-text-opacity: 0.75;
}

.text-opacity-100 {
  --bs-text-opacity: 1;
}

.text-primary-emphasis {
  color: var(--bs-primary-text-emphasis) !important;
}

.text-secondary-emphasis {
  color: var(--bs-secondary-text-emphasis) !important;
}

.text-success-emphasis {
  color: var(--bs-success-text-emphasis) !important;
}

.text-info-emphasis {
  color: var(--bs-info-text-emphasis) !important;
}

.text-warning-emphasis {
  color: var(--bs-warning-text-emphasis) !important;
}

.text-danger-emphasis {
  color: var(--bs-danger-text-emphasis) !important;
}

.text-light-emphasis {
  color: var(--bs-light-text-emphasis) !important;
}

.text-dark-emphasis {
  color: var(--bs-dark-text-emphasis) !important;
}

.link-opacity-10 {
  --bs-link-opacity: 0.1;
}

.link-opacity-10-hover:hover {
  --bs-link-opacity: 0.1;
}

.link-opacity-25 {
  --bs-link-opacity: 0.25;
}

.link-opacity-25-hover:hover {
  --bs-link-opacity: 0.25;
}

.link-opacity-50 {
  --bs-link-opacity: 0.5;
}

.link-opacity-50-hover:hover {
  --bs-link-opacity: 0.5;
}

.link-opacity-75 {
  --bs-link-opacity: 0.75;
}

.link-opacity-75-hover:hover {
  --bs-link-opacity: 0.75;
}

.link-opacity-100 {
  --bs-link-opacity: 1;
}

.link-opacity-100-hover:hover {
  --bs-link-opacity: 1;
}

.link-offset-1 {
  text-underline-offset: 0.125em !important;
}

.link-offset-1-hover:hover {
  text-underline-offset: 0.125em !important;
}

.link-offset-2 {
  text-underline-offset: 0.25em !important;
}

.link-offset-2-hover:hover {
  text-underline-offset: 0.25em !important;
}

.link-offset-3 {
  text-underline-offset: 0.375em !important;
}

.link-offset-3-hover:hover {
  text-underline-offset: 0.375em !important;
}

.link-underline-primary {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-secondary {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-success {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-info {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-warning {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-danger {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-light {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-dark {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.link-underline-opacity-0 {
  --bs-link-underline-opacity: 0;
}

.link-underline-opacity-0-hover:hover {
  --bs-link-underline-opacity: 0;
}

.link-underline-opacity-10 {
  --bs-link-underline-opacity: 0.1;
}

.link-underline-opacity-10-hover:hover {
  --bs-link-underline-opacity: 0.1;
}

.link-underline-opacity-25 {
  --bs-link-underline-opacity: 0.25;
}

.link-underline-opacity-25-hover:hover {
  --bs-link-underline-opacity: 0.25;
}

.link-underline-opacity-50 {
  --bs-link-underline-opacity: 0.5;
}

.link-underline-opacity-50-hover:hover {
  --bs-link-underline-opacity: 0.5;
}

.link-underline-opacity-75 {
  --bs-link-underline-opacity: 0.75;
}

.link-underline-opacity-75-hover:hover {
  --bs-link-underline-opacity: 0.75;
}

.link-underline-opacity-100 {
  --bs-link-underline-opacity: 1;
}

.link-underline-opacity-100-hover:hover {
  --bs-link-underline-opacity: 1;
}

.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}

.bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}

.bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}

.bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}

.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}

.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}

.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}

.bg-body-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body-tertiary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}

.bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}

.bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}

.bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}

.bg-opacity-100 {
  --bs-bg-opacity: 1;
}

.bg-primary-subtle {
  background-color: var(--bs-primary-bg-subtle) !important;
}

.bg-secondary-subtle {
  background-color: var(--bs-secondary-bg-subtle) !important;
}

.bg-success-subtle {
  background-color: var(--bs-success-bg-subtle) !important;
}

.bg-info-subtle {
  background-color: var(--bs-info-bg-subtle) !important;
}

.bg-warning-subtle {
  background-color: var(--bs-warning-bg-subtle) !important;
}

.bg-danger-subtle {
  background-color: var(--bs-danger-bg-subtle) !important;
}

.bg-light-subtle {
  background-color: var(--bs-light-bg-subtle) !important;
}

.bg-dark-subtle {
  background-color: var(--bs-dark-bg-subtle) !important;
}

.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

.user-select-all {
  -webkit-user-select: all !important;
          user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
          user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
          user-select: none !important;
}

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

.rounded {
  border-radius: var(--bs-border-radius) !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.rounded-1 {
  border-radius: var(--bs-border-radius-sm) !important;
}

.rounded-2 {
  border-radius: var(--bs-border-radius) !important;
}

.rounded-3 {
  border-radius: var(--bs-border-radius-lg) !important;
}

.rounded-4 {
  border-radius: var(--bs-border-radius-xl) !important;
}

.rounded-5 {
  border-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: var(--bs-border-radius-pill) !important;
}

.rounded-top {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

.rounded-top-0 {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.rounded-top-1 {
  border-top-left-radius: var(--bs-border-radius-sm) !important;
  border-top-right-radius: var(--bs-border-radius-sm) !important;
}

.rounded-top-2 {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

.rounded-top-3 {
  border-top-left-radius: var(--bs-border-radius-lg) !important;
  border-top-right-radius: var(--bs-border-radius-lg) !important;
}

.rounded-top-4 {
  border-top-left-radius: var(--bs-border-radius-xl) !important;
  border-top-right-radius: var(--bs-border-radius-xl) !important;
}

.rounded-top-5 {
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-top-circle {
  border-top-left-radius: 50% !important;
  border-top-right-radius: 50% !important;
}

.rounded-top-pill {
  border-top-left-radius: var(--bs-border-radius-pill) !important;
  border-top-right-radius: var(--bs-border-radius-pill) !important;
}

.rounded-end {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

.rounded-end-0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.rounded-end-1 {
  border-top-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
}

.rounded-end-2 {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

.rounded-end-3 {
  border-top-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
}

.rounded-end-4 {
  border-top-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
}

.rounded-end-5 {
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-end-circle {
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
}

.rounded-end-pill {
  border-top-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
}

.rounded-bottom {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

.rounded-bottom-0 {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.rounded-bottom-1 {
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
}

.rounded-bottom-2 {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

.rounded-bottom-3 {
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
}

.rounded-bottom-4 {
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
}

.rounded-bottom-5 {
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-bottom-circle {
  border-bottom-right-radius: 50% !important;
  border-bottom-left-radius: 50% !important;
}

.rounded-bottom-pill {
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
}

.rounded-start {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

.rounded-start-0 {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}

.rounded-start-1 {
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
  border-top-left-radius: var(--bs-border-radius-sm) !important;
}

.rounded-start-2 {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

.rounded-start-3 {
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
  border-top-left-radius: var(--bs-border-radius-lg) !important;
}

.rounded-start-4 {
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
  border-top-left-radius: var(--bs-border-radius-xl) !important;
}

.rounded-start-5 {
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-start-circle {
  border-bottom-left-radius: 50% !important;
  border-top-left-radius: 50% !important;
}

.rounded-start-pill {
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
  border-top-left-radius: var(--bs-border-radius-pill) !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.z-n1 {
  z-index: -1 !important;
}

.z-0 {
  z-index: 0 !important;
}

.z-1 {
  z-index: 1 !important;
}

.z-2 {
  z-index: 2 !important;
}

.z-3 {
  z-index: 3 !important;
}

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .object-fit-sm-contain {
    object-fit: contain !important;
  }
  .object-fit-sm-cover {
    object-fit: cover !important;
  }
  .object-fit-sm-fill {
    object-fit: fill !important;
  }
  .object-fit-sm-scale {
    object-fit: scale-down !important;
  }
  .object-fit-sm-none {
    object-fit: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-inline-grid {
    display: inline-grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  .gap-sm-3 {
    gap: 1rem !important;
  }
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .gap-sm-5 {
    gap: 3rem !important;
  }
  .row-gap-sm-0 {
    row-gap: 0 !important;
  }
  .row-gap-sm-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-sm-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-sm-3 {
    row-gap: 1rem !important;
  }
  .row-gap-sm-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-sm-5 {
    row-gap: 3rem !important;
  }
  .column-gap-sm-0 {
    column-gap: 0 !important;
  }
  .column-gap-sm-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-sm-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-sm-3 {
    column-gap: 1rem !important;
  }
  .column-gap-sm-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-sm-5 {
    column-gap: 3rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .object-fit-md-contain {
    object-fit: contain !important;
  }
  .object-fit-md-cover {
    object-fit: cover !important;
  }
  .object-fit-md-fill {
    object-fit: fill !important;
  }
  .object-fit-md-scale {
    object-fit: scale-down !important;
  }
  .object-fit-md-none {
    object-fit: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-inline-grid {
    display: inline-grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  .gap-md-3 {
    gap: 1rem !important;
  }
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  .gap-md-5 {
    gap: 3rem !important;
  }
  .row-gap-md-0 {
    row-gap: 0 !important;
  }
  .row-gap-md-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-md-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-md-3 {
    row-gap: 1rem !important;
  }
  .row-gap-md-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-md-5 {
    row-gap: 3rem !important;
  }
  .column-gap-md-0 {
    column-gap: 0 !important;
  }
  .column-gap-md-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-md-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-md-3 {
    column-gap: 1rem !important;
  }
  .column-gap-md-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-md-5 {
    column-gap: 3rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .object-fit-lg-contain {
    object-fit: contain !important;
  }
  .object-fit-lg-cover {
    object-fit: cover !important;
  }
  .object-fit-lg-fill {
    object-fit: fill !important;
  }
  .object-fit-lg-scale {
    object-fit: scale-down !important;
  }
  .object-fit-lg-none {
    object-fit: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-inline-grid {
    display: inline-grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .gap-lg-3 {
    gap: 1rem !important;
  }
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .gap-lg-5 {
    gap: 3rem !important;
  }
  .row-gap-lg-0 {
    row-gap: 0 !important;
  }
  .row-gap-lg-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-lg-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-lg-3 {
    row-gap: 1rem !important;
  }
  .row-gap-lg-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-lg-5 {
    row-gap: 3rem !important;
  }
  .column-gap-lg-0 {
    column-gap: 0 !important;
  }
  .column-gap-lg-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-lg-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-lg-3 {
    column-gap: 1rem !important;
  }
  .column-gap-lg-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-lg-5 {
    column-gap: 3rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .object-fit-xl-contain {
    object-fit: contain !important;
  }
  .object-fit-xl-cover {
    object-fit: cover !important;
  }
  .object-fit-xl-fill {
    object-fit: fill !important;
  }
  .object-fit-xl-scale {
    object-fit: scale-down !important;
  }
  .object-fit-xl-none {
    object-fit: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-inline-grid {
    display: inline-grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  .gap-xl-3 {
    gap: 1rem !important;
  }
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  .gap-xl-5 {
    gap: 3rem !important;
  }
  .row-gap-xl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xl-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xl-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xl-5 {
    row-gap: 3rem !important;
  }
  .column-gap-xl-0 {
    column-gap: 0 !important;
  }
  .column-gap-xl-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-xl-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-xl-3 {
    column-gap: 1rem !important;
  }
  .column-gap-xl-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-xl-5 {
    column-gap: 3rem !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .object-fit-xxl-contain {
    object-fit: contain !important;
  }
  .object-fit-xxl-cover {
    object-fit: cover !important;
  }
  .object-fit-xxl-fill {
    object-fit: fill !important;
  }
  .object-fit-xxl-scale {
    object-fit: scale-down !important;
  }
  .object-fit-xxl-none {
    object-fit: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-inline-grid {
    display: inline-grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  .gap-xxl-5 {
    gap: 3rem !important;
  }
  .row-gap-xxl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xxl-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xxl-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xxl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xxl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xxl-5 {
    row-gap: 3rem !important;
  }
  .column-gap-xxl-0 {
    column-gap: 0 !important;
  }
  .column-gap-xxl-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-xxl-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-xxl-3 {
    column-gap: 1rem !important;
  }
  .column-gap-xxl-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-xxl-5 {
    column-gap: 3rem !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }
  .fs-2 {
    font-size: 2rem !important;
  }
  .fs-3 {
    font-size: 1.75rem !important;
  }
  .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-inline-grid {
    display: inline-grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
.fa-facebook {
  background: #3B5998;
  color: white;
}

.fa-twitter {
  background: #55ACEE;
  color: white;
}

.fa-google {
  background: #dd4b39;
  color: white;
}

.fa-linkedin {
  background: #007bb5;
  color: white;
}

.fa-youtube {
  background: #bb0000;
  color: white;
}

.fa-instagram {
  background: #125688;
  color: white;
}

.fa-pinterest {
  background: #cb2027;
  color: white;
}

.fa-snapchat-ghost {
  background: #fffc00;
  color: white;
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.fa-skype {
  background: #00aff0;
  color: white;
}

.fa-android {
  background: #a4c639;
  color: white;
}

.fa-dribbble {
  background: #ea4c89;
  color: white;
}

.fa-vimeo {
  background: #45bbff;
  color: white;
}

.fa-tumblr {
  background: #2c4762;
  color: white;
}

.fa-vine {
  background: #00b489;
  color: white;
}

.fa-foursquare {
  background: #45bbff;
  color: white;
}

.fa-stumbleupon {
  background: #eb4924;
  color: white;
}

.fa-flickr {
  background: #f40083;
  color: white;
}

.fa-yahoo {
  background: #430297;
  color: white;
}

.fa-soundcloud {
  background: #ff5500;
  color: white;
}

.fa-reddit {
  background: #ff5700;
  color: white;
}

.fa-rss {
  background: #ff6600;
  color: white;
}

.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);
}
.cdk-high-contrast-active .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: transparent;
  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: 0.6;
}

.cdk-overlay-dark-backdrop {
  background: rgba(0, 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;
}

/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  touch-action: manipulation;
  -moz-backface-visibility: hidden; /* fix firefox animation glitch */
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item.center {
  z-index: 5;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
  	This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
  	calculation of the height of the owl-item that breaks page layouts
   */
}
.owl-carousel .owl-item .owl-lazy {
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

/*
 * Theme definitions
 */
/*
 * Implementation of themes
 */
.mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.1);
}

html {
  --mat-option-selected-state-label-text-color: #0d47a1;
  --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: #673ab7;
}

.mat-warn {
  --mat-option-selected-state-label-text-color: #f44336;
}

html {
  --mat-optgroup-label-text-color: rgba(0, 0, 0, 0.87);
}

.mat-pseudo-checkbox-full {
  color: rgba(0, 0, 0, 0.54);
}
.mat-pseudo-checkbox-full.mat-pseudo-checkbox-disabled {
  color: #b0b0b0;
}

.mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #0d47a1;
}
.mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #0d47a1;
}
.mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
  color: #fafafa;
}

.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #673ab7;
}
.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #673ab7;
}
.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
  color: #fafafa;
}

.mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #673ab7;
}
.mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #673ab7;
}
.mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
  color: #fafafa;
}

.mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #f44336;
}
.mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #f44336;
}
.mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
  color: #fafafa;
}

.mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #b0b0b0;
}
.mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #b0b0b0;
}

.mat-app-background {
  background-color: #fafafa;
  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);
}

.mat-theme-loaded-marker {
  display: none;
}

.mat-mdc-card {
  --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);
}

.mat-mdc-progress-bar {
  --mdc-linear-progress-active-indicator-color: #0d47a1;
  --mdc-linear-progress-track-color: rgba(13, 71, 161, 0.25);
}
@keyframes mdc-linear-progress-buffering {
  from {
    /* @noflip */ /*rtl:ignore*/
  }
}
.mat-mdc-progress-bar .mdc-linear-progress__buffer-dots {
  background-color: rgba(13, 71, 161, 0.25);
  /* @alternate */
  background-color: var(--mdc-linear-progress-track-color, rgba(13, 71, 161, 0.25));
}
@media (forced-colors: active) {
  .mat-mdc-progress-bar .mdc-linear-progress__buffer-dots {
    background-color: ButtonBorder;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .mat-mdc-progress-bar .mdc-linear-progress__buffer-dots {
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(13, 71, 161, 0.25)'/%3E%3C/svg%3E");
  }
}
.mat-mdc-progress-bar .mdc-linear-progress__buffer-bar {
  background-color: rgba(13, 71, 161, 0.25);
  /* @alternate */
  background-color: var(--mdc-linear-progress-track-color, rgba(13, 71, 161, 0.25));
}
.mat-mdc-progress-bar.mat-accent {
  --mdc-linear-progress-active-indicator-color: #673ab7;
  --mdc-linear-progress-track-color: rgba(103, 58, 183, 0.25);
}
@keyframes mdc-linear-progress-buffering {
  from {
    /* @noflip */ /*rtl:ignore*/
  }
}
.mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots {
  background-color: rgba(103, 58, 183, 0.25);
  /* @alternate */
  background-color: var(--mdc-linear-progress-track-color, rgba(103, 58, 183, 0.25));
}
@media (forced-colors: active) {
  .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots {
    background-color: ButtonBorder;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots {
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(103, 58, 183, 0.25)'/%3E%3C/svg%3E");
  }
}
.mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-bar {
  background-color: rgba(103, 58, 183, 0.25);
  /* @alternate */
  background-color: var(--mdc-linear-progress-track-color, rgba(103, 58, 183, 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);
}
@keyframes mdc-linear-progress-buffering {
  from {
    /* @noflip */ /*rtl:ignore*/
  }
}
.mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots {
  background-color: rgba(244, 67, 54, 0.25);
  /* @alternate */
  background-color: var(--mdc-linear-progress-track-color, rgba(244, 67, 54, 0.25));
}
@media (forced-colors: active) {
  .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots {
    background-color: ButtonBorder;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots {
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(244, 67, 54, 0.25)'/%3E%3C/svg%3E");
  }
}
.mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-bar {
  background-color: rgba(244, 67, 54, 0.25);
  /* @alternate */
  background-color: var(--mdc-linear-progress-track-color, rgba(244, 67, 54, 0.25));
}
.mat-mdc-tooltip {
  --mdc-plain-tooltip-container-color: #616161;
  --mdc-plain-tooltip-supporting-text-color: #fff;
}

html {
  --mdc-filled-text-field-caret-color: #0d47a1;
  --mdc-filled-text-field-focus-active-indicator-color: #0d47a1;
  --mdc-filled-text-field-focus-label-text-color: rgba(13, 71, 161, 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-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-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: #0d47a1;
  --mdc-outlined-text-field-focus-outline-color: #0d47a1;
  --mdc-outlined-text-field-focus-label-text-color: rgba(13, 71, 161, 0.87);
  --mdc-outlined-text-field-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-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-disabled-input-text-placeholder-color: rgba(0, 0, 0, 0.38);
}

.mat-mdc-form-field-error {
  color: var(--mdc-theme-error, #f44336);
}

.mat-mdc-form-field-subscript-wrapper,
.mat-mdc-form-field-bottom-align::before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mat-form-field-subscript-text-font);
  line-height: var(--mat-form-field-subscript-text-line-height);
  font-size: var(--mat-form-field-subscript-text-size);
  letter-spacing: var(--mat-form-field-subscript-text-tracking);
  font-weight: var(--mat-form-field-subscript-text-weight);
}

.mat-mdc-form-field-focus-overlay {
  background-color: rgba(0, 0, 0, 0.87);
}

.mat-mdc-form-field:hover .mat-mdc-form-field-focus-overlay {
  opacity: 0.04;
}

.mat-mdc-form-field.mat-focused .mat-mdc-form-field-focus-overlay {
  opacity: 0.12;
}

.mat-mdc-form-field-type-mat-native-select .mat-mdc-form-field-infix::after {
  color: rgba(0, 0, 0, 0.54);
}
.mat-mdc-form-field-type-mat-native-select.mat-focused.mat-primary .mat-mdc-form-field-infix::after {
  color: rgba(13, 71, 161, 0.87);
}
.mat-mdc-form-field-type-mat-native-select.mat-focused.mat-accent .mat-mdc-form-field-infix::after {
  color: rgba(103, 58, 183, 0.87);
}
.mat-mdc-form-field-type-mat-native-select.mat-focused.mat-warn .mat-mdc-form-field-infix::after {
  color: rgba(244, 67, 54, 0.87);
}
.mat-mdc-form-field-type-mat-native-select.mat-form-field-disabled .mat-mdc-form-field-infix::after {
  color: rgba(0, 0, 0, 0.38);
}

.mat-mdc-form-field.mat-accent {
  --mdc-filled-text-field-caret-color: #673ab7;
  --mdc-filled-text-field-focus-active-indicator-color: #673ab7;
  --mdc-filled-text-field-focus-label-text-color: rgba(103, 58, 183, 0.87);
  --mdc-outlined-text-field-caret-color: #673ab7;
  --mdc-outlined-text-field-focus-outline-color: #673ab7;
  --mdc-outlined-text-field-focus-label-text-color: rgba(103, 58, 183, 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-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field .mdc-notched-outline__notch {
  border-left: 1px solid transparent;
}

[dir=rtl] .mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field .mdc-notched-outline__notch {
  border-left: none;
  border-right: 1px solid transparent;
}

.mat-mdc-form-field-infix {
  min-height: 56px;
}

.mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-floating-label {
  top: 28px;
}

.mat-mdc-text-field-wrapper.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
  --mat-mdc-form-field-label-transform: translateY(
          -34.75px)
          scale(var(--mat-mdc-form-field-floating-label-scale, 0.75));
  transform: var(--mat-mdc-form-field-label-transform);
}

.mat-mdc-text-field-wrapper.mdc-text-field--outlined .mat-mdc-form-field-infix {
  padding-top: 16px;
  padding-bottom: 16px;
}

.mat-mdc-text-field-wrapper:not(.mdc-text-field--outlined) .mat-mdc-form-field-infix {
  padding-top: 24px;
  padding-bottom: 8px;
}

.mdc-text-field--no-label:not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) .mat-mdc-form-field-infix {
  padding-top: 16px;
  padding-bottom: 16px;
}

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(13, 71, 161, 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(103, 58, 183, 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-autocomplete-background-color: white;
}

.mat-mdc-dialog-container {
  --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);
}

.mat-mdc-standard-chip {
  --mdc-chip-disabled-label-text-color: #212121;
  --mdc-chip-elevated-container-color: #e0e0e0;
  --mdc-chip-elevated-disabled-container-color: #e0e0e0;
  --mdc-chip-focus-state-layer-color: black;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-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-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: #0d47a1;
  --mdc-chip-elevated-disabled-container-color: #0d47a1;
  --mdc-chip-focus-state-layer-color: black;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-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-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: #673ab7;
  --mdc-chip-elevated-disabled-container-color: #673ab7;
  --mdc-chip-focus-state-layer-color: black;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-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-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-disabled-container-color: #f44336;
  --mdc-chip-focus-state-layer-color: black;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-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-mdc-chip.mat-mdc-standard-chip {
  --mdc-chip-container-height: 32px;
}

.mat-mdc-slide-toggle {
  --mdc-switch-selected-focus-state-layer-color: #1e88e5;
  --mdc-switch-selected-handle-color: #1e88e5;
  --mdc-switch-selected-hover-state-layer-color: #1e88e5;
  --mdc-switch-selected-pressed-state-layer-color: #1e88e5;
  --mdc-switch-selected-focus-handle-color: #0d47a1;
  --mdc-switch-selected-hover-handle-color: #0d47a1;
  --mdc-switch-selected-pressed-handle-color: #0d47a1;
  --mdc-switch-selected-focus-track-color: #64b5f6;
  --mdc-switch-selected-hover-track-color: #64b5f6;
  --mdc-switch-selected-pressed-track-color: #64b5f6;
  --mdc-switch-selected-track-color: #64b5f6;
  --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;
}
.mat-mdc-slide-toggle .mdc-form-field {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.mat-mdc-slide-toggle .mdc-switch--disabled + label {
  color: rgba(0, 0, 0, 0.38);
}
.mat-mdc-slide-toggle.mat-accent {
  --mdc-switch-selected-focus-state-layer-color: #5e35b1;
  --mdc-switch-selected-handle-color: #5e35b1;
  --mdc-switch-selected-hover-state-layer-color: #5e35b1;
  --mdc-switch-selected-pressed-state-layer-color: #5e35b1;
  --mdc-switch-selected-focus-handle-color: #311b92;
  --mdc-switch-selected-hover-handle-color: #311b92;
  --mdc-switch-selected-pressed-handle-color: #311b92;
  --mdc-switch-selected-focus-track-color: #9575cd;
  --mdc-switch-selected-hover-track-color: #9575cd;
  --mdc-switch-selected-pressed-track-color: #9575cd;
  --mdc-switch-selected-track-color: #9575cd;
}
.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;
}

.mat-mdc-slide-toggle {
  --mdc-switch-state-layer-size: 48px;
}

.mat-mdc-radio-button .mdc-form-field {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}

.mat-mdc-radio-button.mat-primary {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --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: #0d47a1;
  --mdc-radio-selected-hover-icon-color: #0d47a1;
  --mdc-radio-selected-icon-color: #0d47a1;
  --mdc-radio-selected-pressed-icon-color: #0d47a1;
  --mat-radio-ripple-color: #000;
  --mat-radio-checked-ripple-color: #0d47a1;
  --mat-radio-disabled-label-color: rgba(0, 0, 0, 0.38);
}
.mat-mdc-radio-button.mat-accent {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --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: #673ab7;
  --mdc-radio-selected-hover-icon-color: #673ab7;
  --mdc-radio-selected-icon-color: #673ab7;
  --mdc-radio-selected-pressed-icon-color: #673ab7;
  --mat-radio-ripple-color: #000;
  --mat-radio-checked-ripple-color: #673ab7;
  --mat-radio-disabled-label-color: rgba(0, 0, 0, 0.38);
}
.mat-mdc-radio-button.mat-warn {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --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: #000;
  --mat-radio-checked-ripple-color: #f44336;
  --mat-radio-disabled-label-color: rgba(0, 0, 0, 0.38);
}

.mat-mdc-radio-button .mdc-radio {
  --mdc-radio-state-layer-size: 40px;
}

.mat-mdc-slider {
  --mdc-slider-label-container-color: black;
  --mdc-slider-label-label-text-color: white;
  --mdc-slider-disabled-handle-color: #000;
  --mdc-slider-disabled-active-track-color: #000;
  --mdc-slider-disabled-inactive-track-color: #000;
  --mdc-slider-with-tick-marks-disabled-container-color: #000;
  --mat-mdc-slider-value-indicator-opacity: 0.6;
}
.mat-mdc-slider.mat-primary {
  --mdc-slider-handle-color: #0d47a1;
  --mdc-slider-focus-handle-color: #0d47a1;
  --mdc-slider-hover-handle-color: #0d47a1;
  --mdc-slider-active-track-color: #0d47a1;
  --mdc-slider-inactive-track-color: #0d47a1;
  --mdc-slider-with-tick-marks-active-container-color: #fff;
  --mdc-slider-with-tick-marks-inactive-container-color: #0d47a1;
  --mat-mdc-slider-ripple-color: #0d47a1;
  --mat-mdc-slider-hover-ripple-color: rgba(13, 71, 161, 0.05);
  --mat-mdc-slider-focus-ripple-color: rgba(13, 71, 161, 0.2);
}
.mat-mdc-slider.mat-accent {
  --mdc-slider-handle-color: #673ab7;
  --mdc-slider-focus-handle-color: #673ab7;
  --mdc-slider-hover-handle-color: #673ab7;
  --mdc-slider-active-track-color: #673ab7;
  --mdc-slider-inactive-track-color: #673ab7;
  --mdc-slider-with-tick-marks-active-container-color: #fff;
  --mdc-slider-with-tick-marks-inactive-container-color: #673ab7;
  --mat-mdc-slider-ripple-color: #673ab7;
  --mat-mdc-slider-hover-ripple-color: rgba(103, 58, 183, 0.05);
  --mat-mdc-slider-focus-ripple-color: rgba(103, 58, 183, 0.2);
}
.mat-mdc-slider.mat-warn {
  --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-active-container-color: #fff;
  --mdc-slider-with-tick-marks-inactive-container-color: #f44336;
  --mat-mdc-slider-ripple-color: #f44336;
  --mat-mdc-slider-hover-ripple-color: rgba(244, 67, 54, 0.05);
  --mat-mdc-slider-focus-ripple-color: rgba(244, 67, 54, 0.2);
}

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-mdc-list-base {
  --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: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --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: #0d47a1;
  --mdc-radio-selected-hover-icon-color: #0d47a1;
  --mdc-radio-selected-icon-color: #0d47a1;
  --mdc-radio-selected-pressed-icon-color: #0d47a1;
}

.mat-accent .mdc-list-item__start,
.mat-accent .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --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: #673ab7;
  --mdc-radio-selected-hover-icon-color: #673ab7;
  --mdc-radio-selected-icon-color: #673ab7;
  --mdc-radio-selected-pressed-icon-color: #673ab7;
}

.mat-warn .mdc-list-item__start,
.mat-warn .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --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: #fff;
  --mdc-checkbox-selected-focus-icon-color: #0d47a1;
  --mdc-checkbox-selected-hover-icon-color: #0d47a1;
  --mdc-checkbox-selected-icon-color: #0d47a1;
  --mdc-checkbox-selected-pressed-icon-color: #0d47a1;
  --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-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #0d47a1;
  --mdc-checkbox-selected-hover-state-layer-color: #0d47a1;
  --mdc-checkbox-selected-pressed-state-layer-color: #0d47a1;
  --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: #fff;
  --mdc-checkbox-selected-focus-icon-color: #673ab7;
  --mdc-checkbox-selected-hover-icon-color: #673ab7;
  --mdc-checkbox-selected-icon-color: #673ab7;
  --mdc-checkbox-selected-pressed-icon-color: #673ab7;
  --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-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #673ab7;
  --mdc-checkbox-selected-hover-state-layer-color: #673ab7;
  --mdc-checkbox-selected-pressed-state-layer-color: #673ab7;
  --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: #fff;
  --mdc-checkbox-selected-focus-icon-color: #f44336;
  --mdc-checkbox-selected-hover-icon-color: #f44336;
  --mdc-checkbox-selected-icon-color: #f44336;
  --mdc-checkbox-selected-pressed-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-unselected-pressed-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: #0d47a1;
}
.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: #0d47a1;
}

.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;
}

.mat-mdc-list-base {
  --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-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 {
  --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-mdc-paginator .mat-mdc-form-field-infix {
  min-height: 40px;
}
.mat-mdc-paginator .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-floating-label {
  top: 20px;
}
.mat-mdc-paginator .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
  --mat-mdc-form-field-label-transform: translateY(
          -26.75px)
          scale(var(--mat-mdc-form-field-floating-label-scale, 0.75));
  transform: var(--mat-mdc-form-field-label-transform);
}
.mat-mdc-paginator .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mat-mdc-form-field-infix {
  padding-top: 8px;
  padding-bottom: 8px;
}
.mat-mdc-paginator .mat-mdc-text-field-wrapper:not(.mdc-text-field--outlined) .mat-mdc-form-field-infix {
  padding-top: 8px;
  padding-bottom: 8px;
}
.mat-mdc-paginator .mdc-text-field--no-label:not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) .mat-mdc-form-field-infix {
  padding-top: 8px;
  padding-bottom: 8px;
}
.mat-mdc-paginator .mat-mdc-text-field-wrapper:not(.mdc-text-field--outlined) .mat-mdc-floating-label {
  display: none;
}

.mat-mdc-tab-group, .mat-mdc-tab-nav-bar {
  --mdc-tab-indicator-active-indicator-color: #0d47a1;
  --mat-tab-header-disabled-ripple-color: rgba(0, 0, 0, 0.38);
  --mat-tab-header-pagination-icon-color: #000;
  --mat-tab-header-inactive-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-label-text-color: #0d47a1;
  --mat-tab-header-active-ripple-color: #0d47a1;
  --mat-tab-header-inactive-ripple-color: #0d47a1;
  --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: #0d47a1;
  --mat-tab-header-active-hover-label-text-color: #0d47a1;
  --mat-tab-header-active-focus-indicator-color: #0d47a1;
  --mat-tab-header-active-hover-indicator-color: #0d47a1;
}
.mat-mdc-tab-group.mat-accent, .mat-mdc-tab-nav-bar.mat-accent {
  --mdc-tab-indicator-active-indicator-color: #673ab7;
  --mat-tab-header-disabled-ripple-color: rgba(0, 0, 0, 0.38);
  --mat-tab-header-pagination-icon-color: #000;
  --mat-tab-header-inactive-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-label-text-color: #673ab7;
  --mat-tab-header-active-ripple-color: #673ab7;
  --mat-tab-header-inactive-ripple-color: #673ab7;
  --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: #673ab7;
  --mat-tab-header-active-hover-label-text-color: #673ab7;
  --mat-tab-header-active-focus-indicator-color: #673ab7;
  --mat-tab-header-active-hover-indicator-color: #673ab7;
}
.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: #000;
  --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: #0d47a1;
  --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: #673ab7;
  --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;
}

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: #fff;
  --mdc-checkbox-selected-focus-icon-color: #673ab7;
  --mdc-checkbox-selected-hover-icon-color: #673ab7;
  --mdc-checkbox-selected-icon-color: #673ab7;
  --mdc-checkbox-selected-pressed-icon-color: #673ab7;
  --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-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #673ab7;
  --mdc-checkbox-selected-hover-state-layer-color: #673ab7;
  --mdc-checkbox-selected-pressed-state-layer-color: #673ab7;
  --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-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: #fff;
  --mdc-checkbox-selected-focus-icon-color: #0d47a1;
  --mdc-checkbox-selected-hover-icon-color: #0d47a1;
  --mdc-checkbox-selected-icon-color: #0d47a1;
  --mdc-checkbox-selected-pressed-icon-color: #0d47a1;
  --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-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #0d47a1;
  --mdc-checkbox-selected-hover-state-layer-color: #0d47a1;
  --mdc-checkbox-selected-pressed-state-layer-color: #0d47a1;
  --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: #fff;
  --mdc-checkbox-selected-focus-icon-color: #f44336;
  --mdc-checkbox-selected-hover-icon-color: #f44336;
  --mdc-checkbox-selected-icon-color: #f44336;
  --mdc-checkbox-selected-pressed-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-unselected-pressed-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-checkbox .mdc-form-field {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.mat-mdc-checkbox.mat-mdc-checkbox-disabled label {
  color: rgba(0, 0, 0, 0.38);
}

html {
  --mdc-checkbox-state-layer-size: 40px;
}

.mat-mdc-button.mat-unthemed {
  --mdc-text-button-label-text-color: #000;
}
.mat-mdc-button.mat-primary {
  --mdc-text-button-label-text-color: #0d47a1;
}
.mat-mdc-button.mat-accent {
  --mdc-text-button-label-text-color: #673ab7;
}
.mat-mdc-button.mat-warn {
  --mdc-text-button-label-text-color: #f44336;
}
.mat-mdc-button[disabled][disabled] {
  --mdc-text-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-text-button-label-text-color: rgba(0, 0, 0, 0.38);
}

.mat-mdc-unelevated-button.mat-unthemed {
  --mdc-filled-button-container-color: #fff;
  --mdc-filled-button-label-text-color: #000;
}
.mat-mdc-unelevated-button.mat-primary {
  --mdc-filled-button-container-color: #0d47a1;
  --mdc-filled-button-label-text-color: #fff;
}
.mat-mdc-unelevated-button.mat-accent {
  --mdc-filled-button-container-color: #673ab7;
  --mdc-filled-button-label-text-color: #fff;
}
.mat-mdc-unelevated-button.mat-warn {
  --mdc-filled-button-container-color: #f44336;
  --mdc-filled-button-label-text-color: #fff;
}
.mat-mdc-unelevated-button[disabled][disabled] {
  --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);
  --mdc-filled-button-container-color: rgba(0, 0, 0, 0.12);
  --mdc-filled-button-label-text-color: rgba(0, 0, 0, 0.38);
}

.mat-mdc-raised-button.mat-unthemed {
  --mdc-protected-button-container-color: #fff;
  --mdc-protected-button-label-text-color: #000;
}
.mat-mdc-raised-button.mat-primary {
  --mdc-protected-button-container-color: #0d47a1;
  --mdc-protected-button-label-text-color: #fff;
}
.mat-mdc-raised-button.mat-accent {
  --mdc-protected-button-container-color: #673ab7;
  --mdc-protected-button-label-text-color: #fff;
}
.mat-mdc-raised-button.mat-warn {
  --mdc-protected-button-container-color: #f44336;
  --mdc-protected-button-label-text-color: #fff;
}
.mat-mdc-raised-button[disabled][disabled] {
  --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-color: rgba(0, 0, 0, 0.12);
  --mdc-protected-button-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-protected-button-container-elevation: 0;
}

.mat-mdc-outlined-button {
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
}
.mat-mdc-outlined-button.mat-unthemed {
  --mdc-outlined-button-label-text-color: #000;
}
.mat-mdc-outlined-button.mat-primary {
  --mdc-outlined-button-label-text-color: #0d47a1;
}
.mat-mdc-outlined-button.mat-accent {
  --mdc-outlined-button-label-text-color: #673ab7;
}
.mat-mdc-outlined-button.mat-warn {
  --mdc-outlined-button-label-text-color: #f44336;
}
.mat-mdc-outlined-button[disabled][disabled] {
  --mdc-outlined-button-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
  --mdc-outlined-button-disabled-outline-color: rgba(0, 0, 0, 0.12);
}

.mat-mdc-button, .mat-mdc-outlined-button {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.mat-mdc-button:hover .mat-mdc-button-persistent-ripple::before, .mat-mdc-outlined-button:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.04;
}
.mat-mdc-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .mat-mdc-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before, .mat-mdc-outlined-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .mat-mdc-outlined-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.mat-mdc-button:active .mat-mdc-button-persistent-ripple::before, .mat-mdc-outlined-button:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.mat-mdc-button.mat-primary, .mat-mdc-outlined-button.mat-primary {
  --mat-mdc-button-persistent-ripple-color: #0d47a1;
  --mat-mdc-button-ripple-color: rgba(13, 71, 161, 0.1);
}
.mat-mdc-button.mat-accent, .mat-mdc-outlined-button.mat-accent {
  --mat-mdc-button-persistent-ripple-color: #673ab7;
  --mat-mdc-button-ripple-color: rgba(103, 58, 183, 0.1);
}
.mat-mdc-button.mat-warn, .mat-mdc-outlined-button.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #f44336;
  --mat-mdc-button-ripple-color: rgba(244, 67, 54, 0.1);
}

.mat-mdc-raised-button, .mat-mdc-unelevated-button {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.mat-mdc-raised-button:hover .mat-mdc-button-persistent-ripple::before, .mat-mdc-unelevated-button:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.04;
}
.mat-mdc-raised-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .mat-mdc-raised-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before, .mat-mdc-unelevated-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .mat-mdc-unelevated-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.mat-mdc-raised-button:active .mat-mdc-button-persistent-ripple::before, .mat-mdc-unelevated-button:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.mat-mdc-raised-button.mat-primary, .mat-mdc-unelevated-button.mat-primary {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.mat-mdc-raised-button.mat-accent, .mat-mdc-unelevated-button.mat-accent {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.mat-mdc-raised-button.mat-warn, .mat-mdc-unelevated-button.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}

.mat-mdc-button.mat-mdc-button-base,
.mat-mdc-raised-button.mat-mdc-button-base,
.mat-mdc-unelevated-button.mat-mdc-button-base,
.mat-mdc-outlined-button.mat-mdc-button-base {
  height: 36px;
}

.mat-mdc-icon-button {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mdc-icon-button-icon-color: inherit;
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.mat-mdc-icon-button:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.04;
}
.mat-mdc-icon-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .mat-mdc-icon-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.mat-mdc-icon-button:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.mat-mdc-icon-button.mat-primary {
  --mat-mdc-button-persistent-ripple-color: #6200ee;
  --mat-mdc-button-ripple-color: rgba(98, 0, 238, 0.1);
}
.mat-mdc-icon-button.mat-accent {
  --mat-mdc-button-persistent-ripple-color: #018786;
  --mat-mdc-button-ripple-color: rgba(1, 135, 134, 0.1);
}
.mat-mdc-icon-button.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #b00020;
  --mat-mdc-button-ripple-color: rgba(176, 0, 32, 0.1);
}
.mat-mdc-icon-button.mat-primary {
  --mdc-icon-button-icon-color: #0d47a1;
  --mat-mdc-button-persistent-ripple-color: #0d47a1;
  --mat-mdc-button-ripple-color: rgba(13, 71, 161, 0.1);
}
.mat-mdc-icon-button.mat-accent {
  --mdc-icon-button-icon-color: #673ab7;
  --mat-mdc-button-persistent-ripple-color: #673ab7;
  --mat-mdc-button-ripple-color: rgba(103, 58, 183, 0.1);
}
.mat-mdc-icon-button.mat-warn {
  --mdc-icon-button-icon-color: #f44336;
  --mat-mdc-button-persistent-ripple-color: #f44336;
  --mat-mdc-button-ripple-color: rgba(244, 67, 54, 0.1);
}
.mat-mdc-icon-button[disabled][disabled] {
  --mdc-icon-button-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-icon-button-disabled-icon-color: rgba(0, 0, 0, 0.38);
}

.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;
}

.mat-mdc-fab,
.mat-mdc-mini-fab {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.mat-mdc-fab:hover .mat-mdc-button-persistent-ripple::before,
.mat-mdc-mini-fab:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.04;
}
.mat-mdc-fab.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .mat-mdc-fab.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before,
.mat-mdc-mini-fab.cdk-program-focused .mat-mdc-button-persistent-ripple::before,
.mat-mdc-mini-fab.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.mat-mdc-fab:active .mat-mdc-button-persistent-ripple::before,
.mat-mdc-mini-fab:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.mat-mdc-fab.mat-primary,
.mat-mdc-mini-fab.mat-primary {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.mat-mdc-fab.mat-accent,
.mat-mdc-mini-fab.mat-accent {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.mat-mdc-fab.mat-warn,
.mat-mdc-mini-fab.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.mat-mdc-fab[disabled][disabled],
.mat-mdc-mini-fab[disabled][disabled] {
  --mdc-fab-container-color: rgba(0, 0, 0, 0.12);
  --mdc-fab-icon-color: rgba(0, 0, 0, 0.38);
  --mat-mdc-fab-color: rgba(0, 0, 0, 0.38);
}
.mat-mdc-fab.mat-unthemed,
.mat-mdc-mini-fab.mat-unthemed {
  --mdc-fab-container-color: white;
  --mdc-fab-icon-color: black;
  --mat-mdc-fab-color: #000;
}
.mat-mdc-fab.mat-primary,
.mat-mdc-mini-fab.mat-primary {
  --mdc-fab-container-color: #0d47a1;
  --mdc-fab-icon-color: white;
  --mat-mdc-fab-color: #fff;
}
.mat-mdc-fab.mat-accent,
.mat-mdc-mini-fab.mat-accent {
  --mdc-fab-container-color: #673ab7;
  --mdc-fab-icon-color: white;
  --mat-mdc-fab-color: #fff;
}
.mat-mdc-fab.mat-warn,
.mat-mdc-mini-fab.mat-warn {
  --mdc-fab-container-color: #f44336;
  --mdc-fab-icon-color: white;
  --mat-mdc-fab-color: #fff;
}

.mat-mdc-snack-bar-container {
  --mdc-snackbar-container-color: #333333;
  --mdc-snackbar-supporting-text-color: rgba(255, 255, 255, 0.87);
  --mat-snack-bar-button-color: #673ab7;
}

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;
}

.mat-mdc-progress-spinner {
  --mdc-circular-progress-active-indicator-color: #0d47a1;
}
.mat-mdc-progress-spinner.mat-accent {
  --mdc-circular-progress-active-indicator-color: #673ab7;
}
.mat-mdc-progress-spinner.mat-warn {
  --mdc-circular-progress-active-indicator-color: #f44336;
}

.mat-badge {
  position: relative;
}
.mat-badge.mat-badge {
  overflow: visible;
}

.mat-badge-content {
  position: absolute;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  transition: transform 200ms ease-in-out;
  transform: scale(0.6);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  pointer-events: none;
  background-color: var(--mat-badge-background-color);
  color: var(--mat-badge-text-color);
  font-family: Roboto, sans-serif;
  /* @alternate */
  font-family: var(--mat-badge-text-font, Roboto, sans-serif);
  font-size: 12px;
  /* @alternate */
  font-size: var(--mat-badge-text-size, 12px);
  font-weight: 600;
  /* @alternate */
  font-weight: var(--mat-badge-text-weight, 600);
}
.cdk-high-contrast-active .mat-badge-content {
  outline: solid 1px;
  border-radius: 0;
}

.mat-badge-disabled .mat-badge-content {
  background-color: var(--mat-badge-disabled-state-background-color);
  color: var(--mat-badge-disabled-state-text-color);
}

.mat-badge-hidden .mat-badge-content {
  display: none;
}

.ng-animate-disabled .mat-badge-content,
.mat-badge-content._mat-animation-noopable {
  transition: none;
}

.mat-badge-content.mat-badge-active {
  transform: none;
}

.mat-badge-small .mat-badge-content {
  width: 16px;
  height: 16px;
  line-height: 16px;
  font-size: 9px;
  /* @alternate */
  font-size: var(--mat-badge-small-size-text-size, 9px);
}
.mat-badge-small.mat-badge-above .mat-badge-content {
  top: -8px;
}
.mat-badge-small.mat-badge-below .mat-badge-content {
  bottom: -8px;
}
.mat-badge-small.mat-badge-before .mat-badge-content {
  left: -16px;
}
[dir=rtl] .mat-badge-small.mat-badge-before .mat-badge-content {
  left: auto;
  right: -16px;
}
.mat-badge-small.mat-badge-after .mat-badge-content {
  right: -16px;
}
[dir=rtl] .mat-badge-small.mat-badge-after .mat-badge-content {
  right: auto;
  left: -16px;
}
.mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -8px;
}
[dir=rtl] .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -8px;
}
.mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -8px;
}
[dir=rtl] .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -8px;
}

.mat-badge-medium .mat-badge-content {
  width: 22px;
  height: 22px;
  line-height: 22px;
}
.mat-badge-medium.mat-badge-above .mat-badge-content {
  top: -11px;
}
.mat-badge-medium.mat-badge-below .mat-badge-content {
  bottom: -11px;
}
.mat-badge-medium.mat-badge-before .mat-badge-content {
  left: -22px;
}
[dir=rtl] .mat-badge-medium.mat-badge-before .mat-badge-content {
  left: auto;
  right: -22px;
}
.mat-badge-medium.mat-badge-after .mat-badge-content {
  right: -22px;
}
[dir=rtl] .mat-badge-medium.mat-badge-after .mat-badge-content {
  right: auto;
  left: -22px;
}
.mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -11px;
}
[dir=rtl] .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -11px;
}
.mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -11px;
}
[dir=rtl] .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -11px;
}

.mat-badge-large .mat-badge-content {
  width: 28px;
  height: 28px;
  line-height: 28px;
  font-size: 24px;
  /* @alternate */
  font-size: var(--mat-badge-large-size-text-size, 24px);
}
.mat-badge-large.mat-badge-above .mat-badge-content {
  top: -14px;
}
.mat-badge-large.mat-badge-below .mat-badge-content {
  bottom: -14px;
}
.mat-badge-large.mat-badge-before .mat-badge-content {
  left: -28px;
}
[dir=rtl] .mat-badge-large.mat-badge-before .mat-badge-content {
  left: auto;
  right: -28px;
}
.mat-badge-large.mat-badge-after .mat-badge-content {
  right: -28px;
}
[dir=rtl] .mat-badge-large.mat-badge-after .mat-badge-content {
  right: auto;
  left: -28px;
}
.mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -14px;
}
[dir=rtl] .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -14px;
}
.mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -14px;
}
[dir=rtl] .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -14px;
}

html {
  --mat-badge-background-color: #0d47a1;
  --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: #673ab7;
  --mat-badge-text-color: white;
}

.mat-badge-warn {
  --mat-badge-background-color: #f44336;
  --mat-badge-text-color: white;
}

html {
  --mat-bottom-sheet-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-bottom-sheet-container-background-color: white;
}

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-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #0d47a1;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(13, 71, 161, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(13, 71, 161, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(13, 71, 161, 0.3);
  --mat-datepicker-toggle-active-state-icon-color: #0d47a1;
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(13, 71, 161, 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-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: #673ab7;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(103, 58, 183, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(103, 58, 183, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(103, 58, 183, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(103, 58, 183, 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: #673ab7;
}
.mat-datepicker-toggle-active.mat-warn {
  --mat-datepicker-toggle-active-state-icon-color: #f44336;
}

.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;
}
.mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base .mat-mdc-button-touch-target {
  display: none;
}

html {
  --mat-divider-color: rgba(0, 0, 0, 0.12);
}

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-icon-color: inherit;
}

.mat-icon.mat-primary {
  --mat-icon-color: #0d47a1;
}
.mat-icon.mat-accent {
  --mat-icon-color: #673ab7;
}
.mat-icon.mat-warn {
  --mat-icon-color: #f44336;
}

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: #0d47a1;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #0d47a1;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #0d47a1;
  --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: #673ab7;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #673ab7;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #673ab7;
  --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;
}

.mat-sort-header-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: #0d47a1;
  --mat-toolbar-container-text-color: white;
}
.mat-toolbar.mat-accent {
  --mat-toolbar-container-background-color: #673ab7;
  --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;
}

.mat-tree {
  background: white;
}

.mat-tree-node,
.mat-nested-tree-node {
  color: rgba(0, 0, 0, 0.87);
}

.mat-tree-node {
  min-height: 48px;
}

/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  touch-action: manipulation;
  -moz-backface-visibility: hidden; /* fix firefox animation glitch */
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item.center {
  z-index: 5;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
  	This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
  	calculation of the height of the owl-item that breaks page layouts
   */
}
.owl-carousel .owl-item .owl-lazy {
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

/* 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;
  }
}
.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-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;
}

.toast-container {
  pointer-events: none;
  position: fixed;
  z-index: 999999;
}
.toast-container .ngx-toastr {
  border-radius: var(--bs-border-radius);
  -webkit-border-radius: var(--bs-border-radius);
  -moz-border-radius: var(--bs-border-radius);
  position: relative;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 0.75rem 1.25rem 0.75rem 50px;
  width: 300px;
  background-position: 15px center;
  background-repeat: no-repeat;
  background-size: 24px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.03);
  pointer-events: auto;
}
.toast-container .ngx-toastr .toast-title {
  font-weight: bold;
}
.toast-container .ngx-toastr .toast-message {
  word-wrap: break-word;
}
.toast-container .ngx-toastr .toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: inherit;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
  background: transparent;
  border: 0;
  padding: 0;
}
.toast-container .ngx-toastr .toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.3;
}
.toast-container .ngx-toastr .toast-close-button:hover,
.toast-container .ngx-toastr .toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.75;
}
.toast-container .ngx-toastr:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  opacity: 1;
  cursor: pointer;
}

.toast-success {
  /* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/solid/check.svg */
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='512' height='512'%3E%3Cpath fill='rgba(13, 70, 44, 0.999999)' d='M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z'/%3E%3C/svg%3E");
  color: #0d462c !important;
  background-color: #d1e7dd;
  border: 1px solid #bfddcf;
}
.toast-success a {
  text-decoration: underline !important;
  color: #051b11 !important;
}
.toast-success a:hover {
  color: #010503 !important;
}

.toast-error {
  /* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/solid/times-circle.svg */
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='512' height='512'%3E%3Cpath fill='rgba(114, 28, 36, 0.999999)' d='M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm121.6 313.1c4.7 4.7 4.7 12.3 0 17L338 377.6c-4.7 4.7-12.3 4.7-17 0L256 312l-65.1 65.6c-4.7 4.7-12.3 4.7-17 0L134.4 338c-4.7-4.7-4.7-12.3 0-17l65.6-65-65.6-65.1c-4.7-4.7-4.7-12.3 0-17l39.6-39.6c4.7-4.7 12.3-4.7 17 0l65 65.7 65.1-65.6c4.7-4.7 12.3-4.7 17 0l39.6 39.6c4.7 4.7 4.7 12.3 0 17L312 256l65.6 65.1z'/%3E%3C/svg%3E");
  color: #721c24 !important;
  background-color: #f8d7da;
  border: 1px solid #f5c6cb;
}
.toast-error a {
  text-decoration: underline !important;
  color: #2c0b0e !important;
}
.toast-error a:hover {
  color: #090203 !important;
}

.toast-info {
  /* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/solid/info-circle.svg */
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='512' height='512'%3E%3Cpath fill='rgba(7, 105, 125, 0.999999)' d='M256 8C119.043 8 8 119.083 8 256c0 136.997 111.043 248 248 248s248-111.003 248-248C504 119.083 392.957 8 256 8zm0 110c23.196 0 42 18.804 42 42s-18.804 42-42 42-42-18.804-42-42 18.804-42 42-42zm56 254c0 6.627-5.373 12-12 12h-88c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h12v-64h-12c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h64c6.627 0 12 5.373 12 12v100h12c6.627 0 12 5.373 12 12v24z'/%3E%3C/svg%3E");
  color: #07697d !important;
  background-color: #cff4fc;
  border: 1px solid #bbf0fb;
}
.toast-info a {
  text-decoration: underline !important;
  color: #032830 !important;
}
.toast-info a:hover {
  color: #01080a !important;
}

.toast-warning {
  /* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/solid/exclamation-triangle.svg */
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512' width='576' height='512'%3E%3Cpath fill='rgba(133, 100, 4, 0.999999)' d='M569.517 440.013C587.975 472.007 564.806 512 527.94 512H48.054c-36.937 0-59.999-40.055-41.577-71.987L246.423 23.985c18.467-32.009 64.72-31.951 83.154 0l239.94 416.028zM288 354c-25.405 0-46 20.595-46 46s20.595 46 46 46 46-20.595 46-46-20.595-46-46-46zm-43.673-165.346l7.418 136c.347 6.364 5.609 11.346 11.982 11.346h48.546c6.373 0 11.635-4.982 11.982-11.346l7.418-136c.375-6.874-5.098-12.654-11.982-12.654h-63.383c-6.884 0-12.356 5.78-11.981 12.654z'/%3E%3C/svg%3E");
  color: #856404 !important;
  background-color: #fff3cd;
  border: 1px solid #ffeeba;
}
.toast-warning a {
  text-decoration: underline !important;
  color: #332701 !important;
}
.toast-warning a:hover {
  color: #0a0800 !important;
}

@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;
  }
}
html {
  position: relative;
  min-height: 100%;
  font-size: 14px !important;
}
html app-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
}

body {
  font-family: "Exo 2", sans-serif !important;
  color: #333333 !important;
  letter-spacing: 0.1px;
  background: #f9f9f9;
}

app-right-panel,
app-header {
  width: 100%;
}

.text-style {
  font-family: "aptos display";
}

.theme-skyblue #dynamicId {
  /* remove border radius for the tab */
  /* change border radius for the tab , apply corners on top*/
  /* Global Styles */
  /* Main Styles */
  /* Right panel */
  /* Tabs */
  /* Button Reset */
  /* Icons */
  /* Forms */
  /*    Widget One
      ---------------------------*/
  /*    Widget Two
      ---------------------------*/
  /*    Widget Three
      ---------------------------*/
  /* Stat widget Eight
      --------------------------- */
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /*menu toggle animation*/
  /* TODO(mdc-migration): The following rule targets internal classes of slide-toggle that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of slide-toggle that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of slide-toggle that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of tooltip that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
  /*------/ Nav Pills  /------*/
  /*------/ Bg Image /------*/
  /*------/ List a /------*/
  /*------/ Icon Box /------*/
  /*------/ Space Padding /------*/
  /*------/ Title /------*/
  /*------/ Display Table & Table Cell /------*/
  /*------/ Ul Resect /------*/
  /*------/ Overlay /------*/
  /*------/ Owl carousel /------*/
  /*------/ Socials /------*/
  /* Back to top button */
  /* Prelaoder */
  /*======================================
      //--//-->   NAVBAR
      ======================================*/
  /*------/ Hamburger Navbar /------*/
  /*======================================
      //--//-->   INTRO
      ======================================*/
  /*------/ Intro Single /------*/
  /*======================================
      //--//-->   CARD GENERAL
      ======================================*/
  /*======================================
      //--//-->   PROPERTY - CARD-A
      ======================================*/
  /*------/ Property Grid /-----*/
  /*------/ Property Single /-----*/
  /*======================================
      //--//-->   NEWS - CARD-B
      ======================================*/
  /*------/ News Single /------*/
  /*------/ Comments /------*/
  /*======================================
      //--//-->   SERVICES - CARD-C
      ======================================*/
  /*======================================
      //--//-->   AGENTS - CARD-D
      ======================================*/
  /*------/ Agent Single /------*/
  /*======================================
      //--//-->   ABOUT
      ======================================*/
  /*======================================
      //--//-->   TESTIMONIALS
      ======================================*/
  /*======================================
      //--//-->   FOOTER
      ======================================*/
  /*======================================
      //--//-->   FORM INPUT
      ======================================*/
  /*======================================
      //--//-->   BUTTON
      ======================================*/
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of tabs that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of select that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of select that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of select that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of select that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of input that may no longer apply for the MDC version.*/
  /*  ----------------------  SPACING  ----------------------  */
  /* TODO(mdc-migration): The following rule targets internal classes of tabs that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of progress-bar that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of progress-bar that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of chips that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of chips that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of chips that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of select that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of select that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of select that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* Common style */
  /* Anchor will cover the whole item by default */
  /* For some effects it will show as a button */
  /*
       * Animation
       */
  /* TODO(mdc-migration): The following rule targets internal classes of tabs that may no longer apply for the MDC version.*/
}
.theme-skyblue #dynamicId p {
  line-height: 24px;
}
.theme-skyblue #dynamicId a {
  color: #0769ab;
  text-decoration: none;
  cursor: pointer;
  font-size: 14px !important;
}
.theme-skyblue #dynamicId a:focus {
  box-shadow: none !important;
  outline: 0 !important;
}
.theme-skyblue #dynamicId button {
  cursor: pointer;
}
.theme-skyblue #dynamicId button:focus {
  box-shadow: none !important;
  outline: 0 !important;
}
.theme-skyblue #dynamicId h1, .theme-skyblue #dynamicId .h1,
.theme-skyblue #dynamicId h2,
.theme-skyblue #dynamicId .h2,
.theme-skyblue #dynamicId h3,
.theme-skyblue #dynamicId .h3,
.theme-skyblue #dynamicId h4,
.theme-skyblue #dynamicId .h4,
.theme-skyblue #dynamicId h5,
.theme-skyblue #dynamicId .h5,
.theme-skyblue #dynamicId h6,
.theme-skyblue #dynamicId .h6 {
  font-family: "Roboto Slab", serif !important;
}
.theme-skyblue #dynamicId h1, .theme-skyblue #dynamicId .h1 {
  padding-bottom: 2%;
  font-size: 3.052em;
}
.theme-skyblue #dynamicId h2, .theme-skyblue #dynamicId .h2 {
  font-size: 2.441em;
  color: #000;
}
.theme-skyblue #dynamicId h3, .theme-skyblue #dynamicId .h3 {
  font-size: 1.953em;
}
.theme-skyblue #dynamicId h4, .theme-skyblue #dynamicId .h4 {
  font-size: 1.563em;
}
.theme-skyblue #dynamicId h5, .theme-skyblue #dynamicId .h5 {
  font-size: 1.25em;
}
.theme-skyblue #dynamicId h6, .theme-skyblue #dynamicId .h6 {
  font-size: 16px;
  line-height: 22px;
}
.theme-skyblue #dynamicId label {
  font-weight: normal !important;
}
.theme-skyblue .theme-orange #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .card, .theme-orange .theme-skyblue #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .card, .theme-skyblue .theme-orange #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header, .theme-orange .theme-skyblue #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header, .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header, .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header, .theme-skyblue .theme-orange #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card, .theme-orange .theme-skyblue #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card, .theme-skyblue .theme-orange #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header, .theme-orange .theme-skyblue #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header, .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header, .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header, .theme-skyblue .theme-orange #dynamicId .db-icons-wrapper .db-icons-inner, .theme-orange .theme-skyblue #dynamicId .db-icons-wrapper .db-icons-inner, .theme-skyblue .theme-orange #dynamicId .manage-dashboard-wrapper .dashboard-tabs, .theme-orange .theme-skyblue #dynamicId .manage-dashboard-wrapper .dashboard-tabs, .theme-skyblue .theme-orange #dynamicId .user-icons a, .theme-orange .theme-skyblue #dynamicId .user-icons a, .theme-skyblue .theme-blueGreen #dynamicId .db-icons-wrapper .db-icons-inner, .theme-blueGreen .theme-skyblue #dynamicId .db-icons-wrapper .db-icons-inner, .theme-skyblue .theme-blueGreen #dynamicId .manage-dashboard-wrapper .dashboard-tabs, .theme-blueGreen .theme-skyblue #dynamicId .manage-dashboard-wrapper .dashboard-tabs, .theme-skyblue .theme-blueGreen #dynamicId .user-icons a, .theme-blueGreen .theme-skyblue #dynamicId .user-icons a, .theme-skyblue #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .card, .theme-skyblue .theme-orange #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header, .theme-orange .theme-skyblue #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header, .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header, .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header, .theme-skyblue .theme-orange #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header .card-header, .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header, .theme-orange .theme-skyblue #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header .card-header, .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header .card-header .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header .card-header .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header .card-header .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header .card-header .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header .card-header .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header .card-header .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header .card-header .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header .card-header .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header, .theme-skyblue .theme-orange #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header .card-header, .theme-orange .theme-skyblue #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header .card-header, .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header, .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header, .theme-skyblue #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header, .theme-skyblue .theme-orange #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header .card-header, .theme-orange .theme-skyblue #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header .card-header, .theme-skyblue .theme-orange #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header .card-header .card-header, .theme-orange .theme-skyblue #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header .card-header .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header .card-header .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header .card-header .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header .card-header .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header .card-header .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header .card-header .card-header .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header .card-header .card-header .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header .card-header .card-header .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header .card-header .card-header .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header .card-header .card-header .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header .card-header .card-header .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header .card-header .card-header .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header .card-header .card-header .card-header, .theme-skyblue .theme-orange #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header .card-header .card-header, .theme-orange .theme-skyblue #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header .card-header .card-header, .theme-skyblue #dynamicId .main-content .register_box .card .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header, .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header, .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header, .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header, .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header, .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header, .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header, .theme-skyblue #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card, .theme-skyblue .theme-orange #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header, .theme-orange .theme-skyblue #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header, .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header, .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header, .theme-skyblue .theme-orange #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header .card-header, .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header, .theme-orange .theme-skyblue #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header .card-header, .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header .card-header .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header .card-header .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header .card-header .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header .card-header .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header .card-header .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header .card-header .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header .card-header .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header .card-header .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header, .theme-skyblue .theme-orange #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header .card-header, .theme-orange .theme-skyblue #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header .card-header, .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header, .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header, .theme-skyblue #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header, .theme-skyblue .theme-orange #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header .card-header, .theme-orange .theme-skyblue #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header .card-header, .theme-skyblue .theme-orange #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header .card-header .card-header, .theme-orange .theme-skyblue #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header .card-header .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header .card-header .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header .card-header .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header .card-header .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header .card-header .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header .card-header .card-header .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header .card-header .card-header .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header .card-header .card-header .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header .card-header .card-header .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header .card-header .card-header .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header .card-header .card-header .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header .card-header .card-header .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header .card-header .card-header .card-header, .theme-skyblue .theme-orange #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header .card-header .card-header, .theme-orange .theme-skyblue #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header .card-header .card-header, .theme-skyblue #dynamicId .main-content .register_box .card .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header, .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header, .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header, .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header, .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header, .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header, .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header, .theme-skyblue #dynamicId .db-icons-wrapper .db-icons-inner, .theme-skyblue #dynamicId .manage-dashboard-wrapper .dashboard-tabs, .theme-skyblue #dynamicId .user-icons a {
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.16);
  transition: all 0.3s ease-out;
  border: 0;
}
.theme-skyblue .theme-orange #dynamicId .db-icons-wrapper .db-icons-inner:hover, .theme-orange .theme-skyblue #dynamicId .db-icons-wrapper .db-icons-inner:hover, .theme-skyblue .theme-orange #dynamicId .manage-dashboard-wrapper .dashboard-tabs:hover, .theme-orange .theme-skyblue #dynamicId .manage-dashboard-wrapper .dashboard-tabs:hover, .theme-skyblue .theme-orange #dynamicId .user-icons a:hover, .theme-orange .theme-skyblue #dynamicId .user-icons a:hover, .theme-skyblue .theme-blueGreen #dynamicId .db-icons-wrapper .db-icons-inner:hover, .theme-blueGreen .theme-skyblue #dynamicId .db-icons-wrapper .db-icons-inner:hover, .theme-skyblue .theme-blueGreen #dynamicId .manage-dashboard-wrapper .dashboard-tabs:hover, .theme-blueGreen .theme-skyblue #dynamicId .manage-dashboard-wrapper .dashboard-tabs:hover, .theme-skyblue .theme-blueGreen #dynamicId .user-icons a:hover, .theme-blueGreen .theme-skyblue #dynamicId .user-icons a:hover, .theme-skyblue #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .card:hover, .theme-skyblue #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header:hover, .theme-skyblue #dynamicId .main-content .register_box .card .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header:hover, .theme-skyblue #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card:hover, .theme-skyblue #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header:hover, .theme-skyblue #dynamicId .main-content .register_box .card .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header:hover, .theme-skyblue #dynamicId .db-icons-wrapper .db-icons-inner:hover, .theme-skyblue #dynamicId .manage-dashboard-wrapper .dashboard-tabs:hover, .theme-skyblue #dynamicId .user-icons a:hover {
  box-shadow: 0px 0px 18px 8px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 18px 8px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 18px 8px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in;
}
.theme-skyblue .theme-orange #dynamicId .shadow-effect, .theme-orange .theme-skyblue #dynamicId .shadow-effect, .theme-skyblue .theme-orange #dynamicId app-membership .become_volunteer-w .card, .theme-orange .theme-skyblue #dynamicId app-membership .become_volunteer-w .card, .theme-skyblue .theme-orange #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header, .theme-orange .theme-skyblue #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header, .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card app-membership .become_volunteer-w .card-header, .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card app-membership .become_volunteer-w .card-header, .theme-skyblue .theme-blueGreen #dynamicId .shadow-effect, .theme-blueGreen .theme-skyblue #dynamicId .shadow-effect, .theme-skyblue .theme-blueGreen #dynamicId app-membership .become_volunteer-w .card, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card app-membership .become_volunteer-w .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card app-membership .become_volunteer-w .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header app-membership .become_volunteer-w .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header app-membership .become_volunteer-w .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header app-membership .become_volunteer-w .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header app-membership .become_volunteer-w .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header app-membership .become_volunteer-w .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header app-membership .become_volunteer-w .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header .card-header .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header app-membership .become_volunteer-w .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header .card-header .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header app-membership .become_volunteer-w .card-header, .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header .card-header .card-header, .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header app-membership .become_volunteer-w .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header .card-header .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header .card-header .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header app-membership .become_volunteer-w .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header app-membership .become_volunteer-w .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header .card-header .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header app-membership .become_volunteer-w .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header .card-header .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header .card-header .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header app-membership .become_volunteer-w .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header app-membership .become_volunteer-w .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header app-membership .become_volunteer-w .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header app-membership .become_volunteer-w .card-header, .theme-blueGreen .theme-skyblue #dynamicId app-membership .become_volunteer-w .card, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card app-membership .become_volunteer-w .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card app-membership .become_volunteer-w .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header app-membership .become_volunteer-w .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header app-membership .become_volunteer-w .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header app-membership .become_volunteer-w .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header app-membership .become_volunteer-w .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header app-membership .become_volunteer-w .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header app-membership .become_volunteer-w .card-header, .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header .card-header .card-header, .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header app-membership .become_volunteer-w .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header .card-header .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header .card-header .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header app-membership .become_volunteer-w .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header app-membership .become_volunteer-w .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header .card-header .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header app-membership .become_volunteer-w .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header .card-header .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header app-membership .become_volunteer-w .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header .card-header .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header .card-header .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header app-membership .become_volunteer-w .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header app-membership .become_volunteer-w .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header .card-header .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header app-membership .become_volunteer-w .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header app-membership .become_volunteer-w .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header app-membership .become_volunteer-w .card-header, .theme-skyblue #dynamicId .shadow-effect, .theme-skyblue #dynamicId app-membership .become_volunteer-w .card, .theme-skyblue .theme-orange #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header, .theme-orange .theme-skyblue #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header, .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card app-membership .become_volunteer-w .card-header, .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card app-membership .become_volunteer-w .card-header, .theme-skyblue .theme-orange #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header .card-header, .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header app-membership .become_volunteer-w .card-header, .theme-orange .theme-skyblue #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header .card-header, .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header app-membership .become_volunteer-w .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header app-membership .become_volunteer-w .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header app-membership .become_volunteer-w .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header app-membership .become_volunteer-w .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header app-membership .become_volunteer-w .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header .card-header .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header app-membership .become_volunteer-w .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header .card-header .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header app-membership .become_volunteer-w .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header .card-header .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header app-membership .become_volunteer-w .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header .card-header .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header app-membership .become_volunteer-w .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header .card-header .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header .card-header .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header app-membership .become_volunteer-w .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header app-membership .become_volunteer-w .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header .card-header .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header .card-header .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header app-membership .become_volunteer-w .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header app-membership .become_volunteer-w .card-header, .theme-skyblue .theme-orange #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header .card-header, .theme-orange .theme-skyblue #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header .card-header, .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header app-membership .become_volunteer-w .card-header, .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header app-membership .become_volunteer-w .card-header, .theme-skyblue #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header, .theme-skyblue .theme-orange #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header .card-header, .theme-orange .theme-skyblue #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header .card-header, .theme-skyblue .theme-orange #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header .card-header .card-header, .theme-orange .theme-skyblue #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header .card-header .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header .card-header .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header .card-header .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header .card-header .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header .card-header .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header .card-header .card-header .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header .card-header .card-header .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header .card-header .card-header .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header .card-header .card-header .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header .card-header .card-header .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header .card-header .card-header .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header .card-header .card-header .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header .card-header .card-header .card-header, .theme-skyblue .theme-orange #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header .card-header .card-header, .theme-orange .theme-skyblue #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header .card-header .card-header, .theme-skyblue #dynamicId .main-content .register_box .card app-membership .become_volunteer-w .card-header, .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header app-membership .become_volunteer-w .card-header, .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header app-membership .become_volunteer-w .card-header, .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header app-membership .become_volunteer-w .card-header, .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header app-membership .become_volunteer-w .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header app-membership .become_volunteer-w .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header app-membership .become_volunteer-w .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header app-membership .become_volunteer-w .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header app-membership .become_volunteer-w .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header app-membership .become_volunteer-w .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header app-membership .become_volunteer-w .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header app-membership .become_volunteer-w .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header app-membership .become_volunteer-w .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header app-membership .become_volunteer-w .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header app-membership .become_volunteer-w .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header app-membership .become_volunteer-w .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header app-membership .become_volunteer-w .card-header, .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header app-membership .become_volunteer-w .card-header, .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header app-membership .become_volunteer-w .card-header {
  box-shadow: 0px 0px 18px 8px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 18px 8px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 18px 8px rgba(0, 0, 0, 0.1);
}
.theme-skyblue #dynamicId .badge-dark {
  background: #1375bb;
  line-height: 25px;
  padding: 0 10px;
  border-radius: 100%;
}
.theme-skyblue #dynamicId .header-side-left {
  border-right: 1px solid gray;
  border-bottom: 2px solid gray;
  height: 50px;
  width: 284px;
  margin-left: 15px;
  margin-bottom: -1px;
  background-color: #b1b1b1 !important;
}
.theme-skyblue #dynamicId .icon {
  margin-top: 12px;
  font-size: 12px;
}
.theme-skyblue #dynamicId .textWrap {
  float: left;
  padding: 1%;
  width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.theme-skyblue #dynamicId .textWrapColumn {
  width: 100px !important;
}
.theme-skyblue #dynamicId .textWrap:hover {
  text-overflow: clip;
  white-space: normal;
  word-break: break-all;
}
.theme-skyblue #dynamicId .messageWrap {
  float: left;
  padding: 1%;
  width: 300px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.theme-skyblue #dynamicId .eventWrap {
  float: left;
  padding: 1%;
  width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.theme-skyblue #dynamicId .row-color {
  background-color: #EEEEEE;
}
.theme-skyblue #dynamicId .sidebar {
  background-color: #bfbfbf;
}
.theme-skyblue #dynamicId .sidebar .list-group a.list-group-item {
  background: #bfbfbf;
  color: #616364;
  text-decoration: none;
}
.theme-skyblue #dynamicId .sidebar .list-group a.list-group-item .fa {
  margin-right: 10px;
}
.theme-skyblue #dynamicId .sidebar-side-left {
  border-right: 1px solid #bfbfbf !important;
  height: 499px;
  width: 100%;
  background-color: #bfbfbf;
}
.theme-skyblue #dynamicId .padding0 {
  padding-right: 0px !important;
  padding-left: 0px !important;
}
.theme-skyblue #dynamicId .div {
  border-bottom: 2px solid white;
  background-color: #bfbfbf;
}
.theme-skyblue #dynamicId .div .btnFileUpload {
  margin-left: 25px !important;
}
.theme-skyblue #dynamicId .panel {
  margin-bottom: 0px !important;
  border: 0px !important;
}
.theme-skyblue #dynamicId .div:hover {
  background-color: #bfbfbf !important;
}
.theme-skyblue #dynamicId .div a:hover {
  background-color: #bfbfbf !important;
}
.theme-skyblue #dynamicId .div a {
  background-color: #bfbfbf;
  border-color: #bfbfbf;
  font-size: 12px;
}
.theme-skyblue #dynamicId .border-left {
  border-left: 1px solid gainsboro;
}
.theme-skyblue #dynamicId .sidemenu {
  height: 500px;
  overflow-y: auto;
  overflow-x: hidden;
}
.theme-skyblue #dynamicId .padding0 {
  padding-right: 0px !important;
  padding-left: 0px !important;
}
.theme-skyblue #dynamicId .side {
  margin-left: 0px;
  margin-right: 0px;
  border: 1px solid;
}
.theme-skyblue #dynamicId .preheader {
  height: 30px !important;
  margin-left: 15px !important;
  background-color: #b1b1b1;
  width: 1140px;
}
.theme-skyblue #dynamicId .layoutcontainer {
  margin-top: 40px;
}
.theme-skyblue #dynamicId #div1 {
  width: 232px;
  margin-left: 15px;
}
.theme-skyblue #dynamicId #mydiv {
  background-color: #EEEEEE !important;
  border: 1px solid gray;
  padding: 6%;
  max-height: 400px !important;
  overflow-y: scroll;
}
.theme-skyblue #dynamicId #authenticationdiv {
  width: 41em;
  background-color: #EEEEEE !important;
  border: 1px solid gray;
  padding: 6%;
}
.theme-skyblue #dynamicId .tableRow {
  margin-left: 19px;
}
.theme-skyblue #dynamicId .alertDiv {
  margin-left: 18px;
}
.theme-skyblue #dynamicId .sizeAlertDiv {
  width: 239px;
  margin-top: 44px;
  margin-left: 11px;
}
.theme-skyblue #dynamicId .margin-top {
  margin-top: 150px;
}
.theme-skyblue #dynamicId #register {
  font-size: 21px;
  margin-top: -15px;
}
.theme-skyblue #dynamicId .fa {
  padding-top: 4px;
}
.theme-skyblue #dynamicId .authcheckbox {
  padding-right: 13% !important;
}
.theme-skyblue #dynamicId input[type=checkbox] {
  width: 15px;
  height: 14px;
  cursor: pointer;
  margin-top: 0px;
}
.theme-skyblue #dynamicId .successAlert {
  margin-top: 20px;
}
.theme-skyblue #dynamicId .sideMenu {
  height: 500px;
  margin: 0px !important;
}
.theme-skyblue #dynamicId .btnClass {
  background-color: #EEEEEE;
}
.theme-skyblue #dynamicId .btn {
  font-size: 12px;
  border: 1px solid gray;
  color: #616364 !important;
  border-radius: 2%;
}
.theme-skyblue #dynamicId .btnwidth {
  width: 130px;
  height: 34px;
  margin-left: -24px;
}
.theme-skyblue #dynamicId .drop-zone {
  border: 1px solid white !important;
  margin-top: -72px !important;
}
.theme-skyblue #dynamicId .content {
  color: #616364 !important;
  margin-top: -22px !important;
  margin-left: 51px !important;
}
.theme-skyblue #dynamicId .linkClr {
  color: #337ab7;
  text-decoration: underline;
}
.theme-skyblue #dynamicId .error {
  margin-top: 30px;
}
.theme-skyblue #dynamicId .dragDropProgress {
  height: 5px !important;
  width: 50% !important;
  margin-left: 14px !important;
  margin-top: 9px;
  background-color: gray;
}
.theme-skyblue #dynamicId .dragDrop {
  color: #A5A4BF;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  height: 72px;
  margin: auto;
}
.theme-skyblue #dynamicId .uploadNameStyle {
  margin-left: 224px;
}
.theme-skyblue #dynamicId .uploadNameTable {
  border-top: 1px solid white !important;
}
.theme-skyblue #dynamicId .uploadProgress {
  height: 5px !important;
  width: 64% !important;
  margin-left: 223px !important;
  margin-top: 9px;
  background-color: #616364;
}
.theme-skyblue #dynamicId .startBtn {
  margin-left: 11px;
}
.theme-skyblue #dynamicId #block_container {
  margin-left: 16%;
}
.theme-skyblue #dynamicId #bloc1,
.theme-skyblue #dynamicId #bloc2 {
  display: inline;
}
.theme-skyblue #dynamicId .modalbtn {
  width: 25%;
  height: 34px;
}
.theme-skyblue #dynamicId .confirmLabel {
  margin-left: 40%;
  margin-top: 1%;
}
.theme-skyblue #dynamicId .mailid {
  padding: 3%;
  padding-left: 3%;
}
.theme-skyblue #dynamicId button.modalClose {
  margin-top: 6px !important;
  border: solid;
  margin-right: 22px;
}
.theme-skyblue #dynamicId .csvIcon {
  font-size: 5em;
  margin-top: 24px;
  margin-left: 14px;
  color: #bfbfbf;
}
.theme-skyblue #dynamicId .fileIcon {
  color: #bfbfbf;
}
.theme-skyblue #dynamicId label {
  padding-top: 6px;
}
.theme-skyblue #dynamicId input[type=text],
.theme-skyblue #dynamicId input[type=password] {
  height: 30px;
}
.theme-skyblue #dynamicId .field {
  text-align: right;
}
.theme-skyblue #dynamicId .mail {
  padding: 3%;
  padding-left: 1%;
  margin-left: 4%;
}
.theme-skyblue #dynamicId .popover {
  width: 100%;
  max-width: 300px;
  top: 17px !important;
}
.theme-skyblue #dynamicId .regionbtn {
  padding-right: 34%;
}
.theme-skyblue #dynamicId .region:before {
  top: -95% !important;
}
.theme-skyblue #dynamicId .region {
  left: 68% !important;
}
.theme-skyblue #dynamicId #regiondiv {
  width: 75em;
  background-color: gainsboro !important;
  border: 1px solid gray;
  margin-left: -27%;
  padding: 2%;
}
.theme-skyblue #dynamicId .region-require {
  text-align: left !important;
  padding-left: 12%;
}
.theme-skyblue #dynamicId .region-fa {
  padding: 3%;
}
.theme-skyblue #dynamicId select {
  width: inherit;
  height: 32px;
}
.theme-skyblue #dynamicId .region-help {
  background-color: white;
  height: inherit;
  padding: 1.5%;
}
.theme-skyblue #dynamicId .fixed-button {
  margin-left: 281px;
}
.theme-skyblue #dynamicId .text {
  width: inherit;
  height: 32px;
}
.theme-skyblue #dynamicId .input-group-addon {
  border: 0px;
}
.theme-skyblue #dynamicId .textbox {
  width: 107%;
  height: 33px;
}
.theme-skyblue #dynamicId .textalert {
  width: inherit;
}
.theme-skyblue #dynamicId .w100p {
  width: 100% !important;
}
.theme-skyblue #dynamicId .model-custom-class {
  max-height: 500px !important;
}
.theme-skyblue #dynamicId .border-right {
  border-right: 1px solid gray;
}
.theme-skyblue #dynamicId .region-header {
  font-size: 17px;
  margin-top: 1%;
  margin-bottom: 1%;
}
.theme-skyblue #dynamicId .address-header {
  font-size: 15px;
  margin-bottom: 2%;
}
.theme-skyblue #dynamicId .region-btn {
  margin-top: 4%;
  margin-bottom: 4%;
}
.theme-skyblue #dynamicId .region-save-btn {
  margin-left: -3%;
  color: white;
}
.theme-skyblue #dynamicId .border {
  border: 1px solid gray;
}
.theme-skyblue #dynamicId .border-dark {
  border: 1px solid #dddddd;
}
.theme-skyblue #dynamicId .border-bottom {
  border-bottom: 1px solid gray;
}
.theme-skyblue #dynamicId .role {
  height: 40px;
  font-size: 14px;
  padding-top: 1%;
  padding-left: 3%;
}
.theme-skyblue #dynamicId .collapse1 {
  overflow-y: scroll;
  height: 170px;
  background-color: white;
}
.theme-skyblue #dynamicId .thead {
  background-color: #bfbfbf !important;
}
.theme-skyblue #dynamicId .padding {
  padding: 2%;
}
.theme-skyblue #dynamicId .wizardbtn {
  width: 130px;
  height: 34px;
}
.theme-skyblue #dynamicId .definerolesRole {
  margin-left: -3%;
}
.theme-skyblue #dynamicId .officialsEmail {
  margin-left: 0% !important;
}
.theme-skyblue #dynamicId .officialsname {
  margin-left: -5%;
}
.theme-skyblue #dynamicId #saveContinue {
  margin-left: 387px;
  margin-top: 16px;
}
.theme-skyblue #dynamicId .image {
  height: 124px;
  width: 184px;
  border: dotted;
  border-color: gray;
  background-color: white;
}
.theme-skyblue #dynamicId .image [id=camera] {
  display: inline-block;
  font-size: 40px;
  line-height: 50px;
  background-color: white;
  color: gray;
  width: 25px;
  height: 25px;
  text-align: center;
  vertical-align: bottom;
}
.theme-skyblue #dynamicId .image [type=file] {
  opacity: 0;
  height: 120px;
  position: fixed;
}
.theme-skyblue #dynamicId .row1 {
  margin-top: 8px;
}
.theme-skyblue #dynamicId .pageLayout {
  background-color: #EEEEEE;
  border-color: gray;
}
.theme-skyblue #dynamicId .imagetext {
  margin-top: 71px;
}
.theme-skyblue #dynamicId .image-save-btn {
  margin-left: -1%;
}
.theme-skyblue #dynamicId .btnProcess {
  margin-top: 35px;
  width: 130px;
  height: 34px;
}
.theme-skyblue #dynamicId .dragBtn {
  margin-left: -28px;
  margin-top: 35px;
  width: 130px;
  height: 34px;
}
.theme-skyblue #dynamicId .processHeader {
  border-bottom: 0px !important;
}
.theme-skyblue #dynamicId .processLayout {
  width: 66%;
}
.theme-skyblue #dynamicId .processFont {
  margin-left: 5px;
}
.theme-skyblue #dynamicId .processName {
  margin-left: 27px;
}
.theme-skyblue #dynamicId .fileUpload {
  margin-left: 47px;
}
.theme-skyblue #dynamicId .processText {
  width: 100%;
}
.theme-skyblue #dynamicId .processDesc {
  padding: 10px !important;
  height: 90px;
  margin-top: 10px !important;
}
.theme-skyblue #dynamicId .processDescription {
  overflow-y: scroll;
  border: 1px solid gray;
  width: 335px;
  height: 80px;
  margin-left: 4px;
}
.theme-skyblue #dynamicId .modalLayout {
  margin-top: -10px;
  width: 750px;
}
.theme-skyblue #dynamicId .modalWidth {
  margin-top: -35px;
  margin-left: -110px;
}
.theme-skyblue #dynamicId .processModal {
  overflow-y: scroll;
  height: 428px;
  margin-bottom: 20px;
}
.theme-skyblue #dynamicId .angleRight {
  margin-left: 5px;
}
.theme-skyblue #dynamicId .itebreadcrumbItem4 {
  margin-left: -9px;
}
.theme-skyblue #dynamicId .manageSettings {
  margin-top: 10px;
  text-decoration: underline;
}
.theme-skyblue #dynamicId .pointer {
  cursor: pointer !important;
}
.theme-skyblue #dynamicId .csvFile {
  border: 1px #d0d0db dashed;
  padding: 15px;
  font-size: 14px;
  height: 158px;
  position: relative;
}
.theme-skyblue #dynamicId .csvFile [type=file] {
  opacity: 0;
  z-index: -1;
  height: 0px;
}
.theme-skyblue #dynamicId .margin8 {
  margin: 8%;
}
.theme-skyblue #dynamicId .height50px {
  top: 30px !important;
  left: 3px;
}
.theme-skyblue #dynamicId .padding1per {
  padding: 1% !important;
}
.theme-skyblue #dynamicId .steps {
  margin: 10px 0px;
  text-align: center;
}
.theme-skyblue #dynamicId .username {
  margin-bottom: 21px !important;
}
.theme-skyblue #dynamicId #register-auth {
  font-size: 21px;
  margin-top: -5%;
}
.theme-skyblue #dynamicId .auth {
  margin-left: -6px;
  margin-top: 4%;
}
.theme-skyblue #dynamicId .loginbtn {
  width: 130px;
  height: 34px;
  margin-left: 35%;
}
.theme-skyblue #dynamicId .loginbtnrow {
  margin-left: 3%;
}
.theme-skyblue #dynamicId .forgotPswrdModal {
  border-radius: 0% !important;
  border: 0;
}
.theme-skyblue #dynamicId .longBtn {
  width: 111%;
}
.theme-skyblue #dynamicId .popover-content {
  padding: 12px 14px;
  font-family: "Exo 2", sans-serif;
}
.theme-skyblue #dynamicId .tableHead {
  background: #bfbfbf;
}
.theme-skyblue #dynamicId .tablewidth {
  width: 87% !important;
  margin-left: 32px;
}
.theme-skyblue #dynamicId .createProcessBtn {
  margin-left: 16px;
}
.theme-skyblue #dynamicId .table thead.bg-light {
  color: #000 !important;
}
.theme-skyblue #dynamicId .table thead > tr > th {
  border-top: 0;
  background-color: #dbf0ff;
}
.theme-skyblue #dynamicId .table > tbody > tr > td {
  padding: 5px 10px;
  color: rgba(129, 129, 129, 0.8);
}
.theme-skyblue #dynamicId .custom-breadcrumb {
  list-style: none;
  overflow: hidden;
  width: 100%;
}
.theme-skyblue #dynamicId .custom-breadcrumb li {
  text-decoration: none;
  padding: 10px 0 10px 50px;
  position: relative;
  display: block;
  float: left;
  margin-left: 20px;
}
.theme-skyblue #dynamicId .custom-breadcrumb li:after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;
  position: absolute;
  top: 50%;
  margin-top: -50px;
  left: 100%;
  z-index: 2;
}
.theme-skyblue #dynamicId .custom-breadcrumb li:before {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;
  border-left: 61px solid white;
  position: absolute;
  top: 50%;
  margin-top: -50px;
  margin-left: 1px;
  left: 100%;
  z-index: 1;
}
.theme-skyblue #dynamicId .white-crumb:after {
  border-left: 60px solid #e8e8ea;
}
.theme-skyblue #dynamicId .white-crumb {
  background: #e8e8ea;
  color: #848484;
}
.theme-skyblue #dynamicId .white-crumb.active {
  background: #A5A4BF;
  filter: alpha(opacity=100);
  color: white;
}
.theme-skyblue #dynamicId .white-crumb.active:after {
  border-left: 60px solid #A5A4BF;
}
.theme-skyblue #dynamicId .bc-icons-2 .breadcrumb-item + .breadcrumb-item::before {
  content: none;
}
.theme-skyblue #dynamicId .breadcrumb {
  background-color: gainsboro;
}
.theme-skyblue #dynamicId .mappingSteps {
  margin: 2%;
}
.theme-skyblue #dynamicId .map {
  font-size: 26px;
  margin-left: 0%;
}
.theme-skyblue #dynamicId .bulktarget {
  float: right;
  margin-top: 7%;
}
.theme-skyblue #dynamicId .map2 {
  margin: 0;
}
.theme-skyblue #dynamicId .arrow {
  height: 45px;
  display: block;
  text-align: center;
  line-height: 60px;
}
.theme-skyblue #dynamicId .arrow i {
  color: #a5a4bf;
  font-size: 24px;
}
.theme-skyblue #dynamicId .arrow1 {
  height: 49px;
}
.theme-skyblue #dynamicId .mappingdata:after {
  color: red;
  content: " *";
}
.theme-skyblue #dynamicId .alert-red {
  background: #F9DEDE;
}
.theme-skyblue #dynamicId .alert-yellow {
  background: #FFF1D2;
}
.theme-skyblue #dynamicId .alert-green {
  background: #E7F4E4;
}
.theme-skyblue #dynamicId .processdesc {
  width: 224px;
  height: 72px;
}
.theme-skyblue #dynamicId #startbtn {
  float: left;
  margin-left: 13px;
}
.theme-skyblue #dynamicId .tab,
.theme-skyblue #dynamicId .bulkUploadTab {
  display: none;
}
.theme-skyblue #dynamicId .step,
.theme-skyblue #dynamicId .step1 {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: gray;
  border: none;
  border-radius: 50%;
  display: inline-block;
}
.theme-skyblue #dynamicId .step.finish {
  background-color: #4CAF50;
}
.theme-skyblue #dynamicId .layoutData {
  overflow-y: auto;
  overflow-x: hidden;
  height: 489px;
}
.theme-skyblue #dynamicId .collapsed .list-group-item {
  padding: none !important;
}
.theme-skyblue #dynamicId div#sidebar.active ~ .layoutData {
  width: 1017px !important;
}
.theme-skyblue #dynamicId #sidebar.active {
  min-width: 121px !important;
  max-width: 114px;
  margin-left: 0px !important;
  font-size: 11px !important;
}
.theme-skyblue #dynamicId div.side > div#sidebar.active > div.layoutData {
  width: 1017px !important;
}
.theme-skyblue #dynamicId .socialradio {
  margin-left: 6px;
}
.theme-skyblue #dynamicId #levelMgmtTextbox {
  width: 232px;
  margin-left: 15px;
}
.theme-skyblue #dynamicId .wizardalert {
  width: 65%;
}
.theme-skyblue #dynamicId .rolesDetailsScroll {
  max-height: 200px !important;
  overflow-y: scroll;
}
.theme-skyblue #dynamicId .levelNameAlert {
  width: 233px;
  margin-left: 14px;
  margin-top: 1%;
}
.theme-skyblue #dynamicId .levelTypeAlert {
  width: 233px;
  margin-top: 1%;
}
.theme-skyblue #dynamicId .social_svg_wrapper svg {
  position: fixed;
  width: 23%;
  height: 106%;
  top: 44%;
  left: -5%;
  stroke: white;
}
.theme-skyblue #dynamicId .selectregion_svg_wrapper svg {
  position: fixed;
  width: 23%;
  height: 106%;
  top: 21%;
  left: -5%;
  stroke: white;
}
.theme-skyblue #dynamicId .levelregion_svg_wrapper svg {
  position: fixed;
  width: 23%;
  height: 106%;
  top: 32%;
  left: -4%;
  stroke: white;
}
.theme-skyblue #dynamicId .enjoyhint_svg_wrapper svg {
  position: fixed;
  width: 23%;
  height: 106%;
  top: 13%;
  left: -4%;
  stroke: white;
}
@media (max-width: 414px) {
  .theme-skyblue #dynamicId {
    left: -14%;
  }
}
.theme-skyblue #dynamicId .enjoy_hint_label {
  position: fixed;
  color: black;
  z-index: 107;
  font-size: 15px;
  top: 100%;
  left: -7%;
}
.theme-skyblue #dynamicId .path {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: dash 2s linear forwards;
}
@keyframes dash {
  from {
    stroke-dashoffset: 1000;
  }
  to {
    stroke-dashoffset: 0;
  }
}
.theme-skyblue #dynamicId .modal-backdrop {
  opacity: 0.3 !important;
}
.theme-skyblue #dynamicId .breadcrumb-dynamic li {
  display: inline;
}
.theme-skyblue #dynamicId .breadcrumb-dynamic > li + li {
  padding-left: 0;
}
.theme-skyblue #dynamicId .breadcrumb-dynamic > li + li:before {
  content: "\f105";
  padding: 0 5px;
  color: #000000;
  font-family: FontAwesome;
}
.theme-skyblue #dynamicId .breadcrumb-dynamic {
  margin-left: -18px;
  padding: 20px;
  margin-bottom: 0;
}
.theme-skyblue #dynamicId .breadcrumb-dynamic a {
  color: #000000;
}
.theme-skyblue #dynamicId .breadcrumb-dynamic li:last-of-type a {
  color: #1375bb;
}
.theme-skyblue #dynamicId .user-info {
  margin-left: 31px;
}
.theme-skyblue #dynamicId .manage-users-anchor {
  width: 37px;
  display: block;
}
.theme-skyblue #dynamicId .add-user {
  margin-left: 14px;
}
.theme-skyblue #dynamicId .upload-users {
  margin-left: 42px;
}
.theme-skyblue #dynamicId .search-user {
  margin-left: 17px;
}
.theme-skyblue #dynamicId .settings {
  margin-left: 2px;
  font-size: 26px;
  margin-top: -16px;
  margin-bottom: 22px;
}
.theme-skyblue #dynamicId .addhref {
  margin-left: 3px;
  margin-bottom: -24px;
  font-size: 14px;
}
.theme-skyblue #dynamicId .settings-table {
  width: 60% !important;
}
.theme-skyblue #dynamicId .settings-table .table-bordered > thead > tr > th,
.theme-skyblue #dynamicId .settings-table .table-bordered > thead > tr > td,
.theme-skyblue #dynamicId .table-bordered > tbody > tr > th,
.theme-skyblue #dynamicId .table-bordered > tbody > tr > td,
.theme-skyblue #dynamicId .table-bordered > tfoot > tr > th,
.theme-skyblue #dynamicId .table-bordered > tfoot > tr > td {
  border: 1px solid #ddd !important;
}
.theme-skyblue #dynamicId .settings-table-th {
  background-color: #bfbfbf;
  border: 1px solid #bfbfbf !important;
}
.theme-skyblue #dynamicId .add-field-modal {
  width: 72%;
}
.theme-skyblue #dynamicId .add-field-cancel {
  margin-top: -26px;
  margin-right: 9px;
  margin-bottom: 15px;
}
.theme-skyblue #dynamicId .add-modal-title {
  margin-top: 20px;
  margin-left: 11px;
  margin-bottom: -22px;
}
.theme-skyblue #dynamicId .settings-container {
  width: 60%;
  border: 1px solid;
  margin-bottom: 23px;
  margin-left: 7px;
}
.theme-skyblue #dynamicId .settings-input {
  width: 70% !important;
}
.theme-skyblue #dynamicId .settings-button-row {
  margin-bottom: 17px;
}
.theme-skyblue #dynamicId .gmailAlert {
  width: 42%;
  margin-top: 1%;
  margin-left: 58%;
}
.theme-skyblue #dynamicId .nav-tabs {
  border-bottom: 1px solid #ddd;
}
.theme-skyblue #dynamicId #exTab2 .nav-tabs li {
  margin-right: 20px;
  display: inline-block;
  padding: 10px 0;
}
.theme-skyblue #dynamicId #exTab2 .nav-tabs li a {
  font-size: 1.125rem;
  font-weight: 600;
  color: #A5A4BF !important;
}
.theme-skyblue #dynamicId #exTab2 .nav-tabs li a.active {
  border: 0;
  position: relative;
  color: #0769ab !important;
}
.theme-skyblue #dynamicId #exTab2 .nav-tabs li a.active:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  background: #0769ab;
  bottom: -13px;
}
.theme-skyblue #dynamicId #exTab2 h3, .theme-skyblue #dynamicId #exTab2 .h3 {
  padding: 5px 15px;
}
.theme-skyblue #dynamicId #exTab1 .nav-pills > li > a {
  border-radius: 0;
}
.theme-skyblue #dynamicId #exTab3 .nav-pills > li > a {
  border-radius: 4px 4px 0 0;
}
.theme-skyblue #dynamicId #exTab3 .tab-content {
  color: white;
  background-color: #428bca;
  padding: 5px 15px;
}
.theme-skyblue #dynamicId .noData {
  display: inline-block;
  margin-top: 20px;
  text-align: center;
  width: 100%;
}
.theme-skyblue #dynamicId .addUser {
  width: 30%;
  height: 35px;
  margin-left: 35%;
}
.theme-skyblue #dynamicId .cancelUser {
  width: 32%;
  height: 35px;
  margin-left: 2%;
}
.theme-skyblue #dynamicId .removeLink {
  margin-left: 71%;
  margin-top: -5%;
}
.theme-skyblue #dynamicId .ngx-datatable.bootstrap .datatable-body .datatable-body-row.active {
  background-color: #ddd !important;
  color: black !important;
}
.theme-skyblue #dynamicId .ngx-datatable.bootstrap .datatable-footer .datatable-pager a {
  color: #428bca !important;
}
.theme-skyblue #dynamicId .settingsPopup {
  width: 70%;
  height: 45px;
}
.theme-skyblue #dynamicId .dynamicFieldHeight {
  height: 30px;
}
.theme-skyblue #dynamicId .checkBoxPlacing {
  margin-left: -82px;
}
.theme-skyblue #dynamicId .optionValidation {
  width: 70%;
  height: 45px;
  margin-top: 4px;
}
.theme-skyblue #dynamicId .noDataMsg {
  margin-left: 2%;
  width: 96%;
  color: red;
}
.theme-skyblue #dynamicId .successMsg {
  margin: 0 auto;
  width: 97.5%;
}
.theme-skyblue #dynamicId .createButton {
  margin-left: 74%;
  margin-top: -3%;
}
.theme-skyblue #dynamicId #searchButton {
  background: none;
  border: 0;
}
.theme-skyblue #dynamicId #searchIcon {
  display: inline-block;
  padding-top: 0px;
  padding-right: 18px;
}
.theme-skyblue #dynamicId .textMessage {
  width: 83%;
  margin-left: 1%;
  height: 105px !important;
}
.theme-skyblue #dynamicId .textEvent {
  width: 90%;
  margin-left: 20px;
}
.theme-skyblue #dynamicId .eventDesc {
  width: 90%;
  margin-left: 20px;
  height: 105px !important;
}
.theme-skyblue #dynamicId .textMessage {
  margin-left: 3%;
}
.theme-skyblue #dynamicId .radiobtn {
  margin-left: 3%;
}
.theme-skyblue #dynamicId .saveBtn {
  width: 130px;
  height: 34px;
  margin-left: 5%;
}
.theme-skyblue #dynamicId .cancelBtn {
  width: 130px;
  height: 34px;
  margin-left: 1%;
}
.theme-skyblue #dynamicId .viewMsgLabel {
  margin-left: 3%;
}
.theme-skyblue #dynamicId .donateHeader {
  border: 1px solid gray;
  margin-left: 0px;
  margin-right: 0px;
  height: 43px;
}
.theme-skyblue #dynamicId .headerText {
  margin-top: 13px;
}
.theme-skyblue #dynamicId .donateLabel {
  border-right: 1px solid;
  margin-left: 0px;
  margin-right: 0px;
  border-left: 1px solid gray;
}
.theme-skyblue #dynamicId .sideBar {
  margin-left: 0px;
  margin-right: 0px;
  border-right: 1px solid;
  border-left: 1px solid;
  border-bottom: 1px solid;
  height: 550px;
}
.theme-skyblue #dynamicId .sideBarView {
  margin-left: 1%;
  height: 394px;
}
.theme-skyblue #dynamicId .amountText {
  width: 100%;
}
.theme-skyblue #dynamicId .donateBtn {
  width: 130px;
  height: 34px;
  margin-left: 2%;
}
.theme-skyblue #dynamicId .tranSummary {
  border: 1px solid rgb(197, 195, 195);
  height: 59%;
  width: 98%;
  margin-left: 1%;
}
.theme-skyblue #dynamicId .dateLabel {
  margin-left: 18%;
}
.theme-skyblue #dynamicId .datePipe {
  margin-top: 4px;
}
.theme-skyblue #dynamicId .not-active {
  pointer-events: none;
  cursor: default;
  opacity: 0.6;
}
.theme-skyblue #dynamicId .cancelSaveFields {
  margin-left: 9%;
}
.theme-skyblue #dynamicId .startDonate {
  margin-left: 2%;
  padding: 1%;
}
.theme-skyblue #dynamicId .startDonateDate {
  margin-left: 5%;
}
.theme-skyblue #dynamicId .eventPhoto {
  margin-left: 4%;
}
.theme-skyblue #dynamicId .nav-tabs > li.active > a,
.theme-skyblue #dynamicId .nav-tabs > li.active > a:focus,
.theme-skyblue #dynamicId .nav-tabs > li.active > a:hover {
  color: #555;
  cursor: default;
  background-color: #fff;
  border-top: 1px;
  border-right: 1px;
  border-left: 1px;
  border-bottom: 1px solid !important;
}
.theme-skyblue #dynamicId .nav-tabs {
  border-bottom: 1px solid #ddd;
}
.theme-skyblue #dynamicId .activity {
  border: 1px solid #dbdbdb;
  padding-bottom: 0px;
}
.theme-skyblue #dynamicId .btn-default.active,
.theme-skyblue #dynamicId .btn-default:active,
.theme-skyblue #dynamicId .open > .dropdown-toggle.btn-default {
  background-color: white !important;
}
.theme-skyblue #dynamicId .a.list-group-item:hover,
.theme-skyblue #dynamicId a.list-group-item:focus,
.theme-skyblue #dynamicId button.list-group-item:hover,
.theme-skyblue #dynamicId button.list-group-item:focus {
  background-color: #bfbfbf !important;
}
.theme-skyblue #dynamicId .dontaion_fildes {
  color: red;
}
.theme-skyblue #dynamicId .datewithPlaceLeft {
  width: 46%;
  float: left;
  margin-bottom: 4%;
}
.theme-skyblue #dynamicId .datewithPlaceRight {
  width: 50%;
  float: right;
  margin-bottom: 4%;
}
.theme-skyblue #dynamicId .dateField {
  margin-left: 20px;
  width: 79%;
}
.theme-skyblue #dynamicId .uploadImage {
  height: 140px;
  width: 90%;
  border: 2px #b1b1b1 dashed;
  background-color: white;
  margin-left: 20px;
}
.theme-skyblue #dynamicId .eventIcon {
  margin-top: 22px;
  margin-left: 3%;
}
.theme-skyblue #dynamicId .uploadImage [type=file] {
  opacity: 0;
  z-index: -1;
  height: 0px;
}
.theme-skyblue #dynamicId .donateSwitch {
  margin-left: 19px;
  margin-top: 0%;
}
.theme-skyblue #dynamicId .switch {
  font-size: 16px;
  position: relative;
}
.theme-skyblue #dynamicId .switch input {
  position: absolute;
  height: 1px;
  width: 1px;
  background: none;
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  overflow: hidden;
  padding: 0;
}
.theme-skyblue #dynamicId .switch input + label {
  position: relative;
  min-width: 60.8px;
  border-radius: 30.4px;
  height: 30.4px;
  line-height: 30.4px;
  display: inline-block;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
          user-select: none;
  vertical-align: middle;
  text-indent: 68.8px;
}
.theme-skyblue #dynamicId .switch input + label::before,
.theme-skyblue #dynamicId .switch input + label::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 60.8px;
  bottom: 0;
  display: block;
}
.theme-skyblue #dynamicId .switch input + label::before {
  right: 0;
  background-color: #dee2e6;
  border-radius: 30.4px;
  transition: 0.2s all;
}
.theme-skyblue #dynamicId .switch input + label::after {
  top: 2px;
  left: 2px;
  width: 26.4px;
  height: 26.4px;
  border-radius: 50%;
  background-color: white;
  transition: 0.2s all;
}
.theme-skyblue #dynamicId .switch input:checked + label::before {
  background-color: gray;
}
.theme-skyblue #dynamicId .switch input:checked + label::after {
  margin-left: 30.4px;
}
.theme-skyblue #dynamicId .switch input:focus + label::before {
  outline: none;
}
.theme-skyblue #dynamicId .switch input:disabled + label {
  color: #868e96;
  cursor: not-allowed;
}
.theme-skyblue #dynamicId .switch input:disabled + label::before {
  background-color: #e9ecef;
}
.theme-skyblue #dynamicId .switch.switch-sm {
  font-size: 14px;
}
.theme-skyblue #dynamicId .switch.switch-sm input + label {
  min-width: 49.6px;
  height: 24.8px;
  line-height: 24.8px;
  text-indent: 57.6px;
}
.theme-skyblue #dynamicId .switch.switch-sm input + label::before {
  width: 49.6px;
}
.theme-skyblue #dynamicId .switch.switch-sm input + label::after {
  width: 20.8px;
  height: 20.8px;
}
.theme-skyblue #dynamicId .switch.switch-sm input:checked + label::after {
  margin-left: 24.8px;
}
.theme-skyblue #dynamicId .switch.switch-lg {
  font-size: 20px;
}
.theme-skyblue #dynamicId .switch.switch-lg input + label {
  min-width: 76.8px;
  height: 38.4px;
  line-height: 38.4px;
  text-indent: 84.8px;
}
.theme-skyblue #dynamicId .switch.switch-lg input + label::before {
  width: 76.8px;
}
.theme-skyblue #dynamicId .switch.switch-lg input + label::after {
  width: 34.4px;
  height: 34.4px;
}
.theme-skyblue #dynamicId .switch.switch-lg input:checked + label::after {
  margin-left: 38.4px;
}
.theme-skyblue #dynamicId .switch + .switch {
  margin-left: 16px;
}
.theme-skyblue #dynamicId .viewevntLabel {
  margin-left: 11%;
}
.theme-skyblue #dynamicId .modalEvntBtn {
  width: 18%;
  margin-left: 12%;
}
.theme-skyblue #dynamicId .eventTime {
  margin: auto;
}
.theme-skyblue #dynamicId .eventTime label {
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.theme-skyblue #dynamicId .eventShareButton {
  border-color: white !important;
  border: 0px !important;
  color: #000000;
  position: relative;
  text-transform: capitalize;
}
.theme-skyblue #dynamicId .eventShareButton:after {
  content: none;
  position: absolute;
  top: 12px;
  transition: all 0.3s ease-in;
}
.theme-skyblue #dynamicId .eventShareButton:hover:after {
  content: "";
  transition: all 0.3s ease-out;
  color: #1375bb;
}
.theme-skyblue #dynamicId .eventShareButton .badge {
  position: absolute;
  left: 0px;
  top: 0;
  width: 16px;
  height: 16px;
  border-radius: 10px;
  line-height: 0px;
  padding: 0;
  text-align: center;
  line-height: 14px;
  font-size: 8px;
}
.theme-skyblue #dynamicId .eventButton {
  border-color: white !important;
  border: 0px !important;
  width: auto;
  max-width: 90%;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #000000;
}
.theme-skyblue #dynamicId .eventButton img {
  filter: invert(46%) sepia(39%) saturate(859%) hue-rotate(161deg) brightness(98%) contrast(80%);
}
.theme-skyblue #dynamicId .eventButton:after {
  content: none;
  position: absolute;
  top: 12px;
  transition: all 0.3s ease-in;
}
.theme-skyblue #dynamicId .eventButton:hover:after {
  content: "";
  transition: all 0.3s ease-out;
}
.theme-skyblue #dynamicId .userAuthenticationdivOTP {
  width: 50%;
  border: 1px solid gray;
  height: auto;
  margin-left: 24%;
  margin-top: 2%;
}
.theme-skyblue #dynamicId .otpHeading {
  margin-left: 19%;
  margin-top: 3%;
}
.theme-skyblue #dynamicId .otpHelp {
  margin-left: 19%;
}
.theme-skyblue #dynamicId .otpTextBox {
  margin-left: 19%;
  width: 66%;
}
.theme-skyblue #dynamicId .otpButtons {
  margin-left: 17%;
  margin-top: 2%;
  margin-bottom: 4%;
}
.theme-skyblue #dynamicId .mobileButtons {
  margin-left: 6%;
  margin-top: 2%;
  margin-bottom: 6%;
}
.theme-skyblue #dynamicId .mobileTextBox {
  margin-left: 8%;
  width: 68%;
}
.theme-skyblue #dynamicId .mobileHeading {
  margin-left: 8%;
  margin-top: 10%;
}
.theme-skyblue #dynamicId .mobileDiv {
  height: auto;
  width: 46%;
  border: 1px solid gray;
  margin-top: 6%;
  margin-left: 26%;
}
.theme-skyblue #dynamicId .mobileAlert {
  width: 63%;
  margin-left: 18%;
  margin-top: 2%;
}
.theme-skyblue #dynamicId .mobileAlertFont {
  font-size: 16px;
}
.theme-skyblue #dynamicId .bulkUploadAlertFont {
  font-size: 19px;
}
.theme-skyblue #dynamicId .user-login-div {
  border: 1px solid gray;
  width: 79%;
  height: 513px;
  margin-left: 11%;
  margin-top: 3%;
}
.theme-skyblue #dynamicId .user-login-header {
  border-bottom: 1px solid gray;
  height: 67px;
}
.theme-skyblue #dynamicId .user-login-help {
  margin-top: 12%;
  margin-right: 12%;
}
.theme-skyblue #dynamicId .user-login-footer {
  border-bottom: 1px solid gray;
  border-left: 1px solid gray;
  border-right: 1px solid gray;
  height: 26px;
  width: 79%;
  margin-left: 11%;
  background-color: #EEEEEE;
}
.theme-skyblue #dynamicId .userPasswordLabel {
  margin-left: 33%;
}
.theme-skyblue #dynamicId .userPasswordTextBox {
  width: 100%;
}
.theme-skyblue #dynamicId .userAuthenticationdiv {
  width: 50%;
  border: 1px solid gray;
  height: auto;
  margin-left: 24%;
  margin-top: 4%;
}
.theme-skyblue #dynamicId .userAuthenticationButtons {
  margin-left: 11%;
  margin-top: 2%;
  margin-bottom: 4%;
}
.theme-skyblue #dynamicId .existProcess {
  margin-left: 25%;
  margin-bottom: 1%;
  color: red;
}
.theme-skyblue #dynamicId .existSurvey {
  color: red;
}
.theme-skyblue #dynamicId .dateExample {
  margin-left: 5%;
  margin-top: 6%;
}
.theme-skyblue #dynamicId .eventValidator {
  width: 90%;
  height: 44px;
  margin-left: 19px;
}
.theme-skyblue #dynamicId .wc-date-container {
  border: 1px solid #bfbfbf !important;
}
.theme-skyblue #dynamicId .wc-date-container > i {
  color: #575555 !important;
}
.theme-skyblue #dynamicId .wc-date-container > span {
  color: black !important;
  font-size: 13px;
}
.theme-skyblue #dynamicId .wc-banner {
  background: #bfbfbf !important;
}
.theme-skyblue #dynamicId .wc-details {
  background: #bfbfbf !important;
}
.theme-skyblue #dynamicId .year-title {
  background: #bfbfbf !important;
}
.theme-skyblue #dynamicId .calendar-day :hover > span {
  background: #bfbfbf !important;
}
.theme-skyblue #dynamicId .today > span {
  border: 1px solid #bfbfbf !important;
  background: #1565c0 !important;
}
.theme-skyblue #dynamicId .calendar-days {
  background: #bfbfbf !important;
}
.theme-skyblue #dynamicId .wc-time-sec .time input,
.theme-skyblue #dynamicId .time-view .time input {
  color: #bfbfbf !important;
}
.theme-skyblue #dynamicId .time-view .time {
  color: #bfbfbf !important;
}
.theme-skyblue #dynamicId .cuppa-btn-group > .button {
  border: 1px solid #bfbfbf !important;
  color: white !important;
  background: #bfbfbf !important;
}
.theme-skyblue #dynamicId .button {
  background: #bfbfbf !important;
  border: 1px solid #bfbfbf !important;
}
.theme-skyblue #dynamicId .calendar-days {
  color: white !important;
}
.theme-skyblue #dynamicId .selected-day > span {
  background: #1565c0 !important;
}
.theme-skyblue #dynamicId .today > span {
  border: 1px solid #bfbfbf !important;
}
.theme-skyblue #dynamicId .cal-util > .ok {
  color: #bfbfbf !important;
}
.theme-skyblue #dynamicId .cuppa-btn-group > .active {
  background: white !important;
  color: #bfbfbf !important;
}
.theme-skyblue #dynamicId .time-view {
  border: 1px solid #bfbfbf !important;
}
.theme-skyblue #dynamicId .fbIcon {
  margin-left: 25%;
}
.theme-skyblue #dynamicId .calender {
  margin-left: 21px;
  width: 352px;
}
.theme-skyblue #dynamicId .wc-date-container > i {
  float: right;
  font-size: 20px;
  margin-top: -5px;
}
.theme-skyblue #dynamicId .timePicker {
  margin-left: 9%;
}
.theme-skyblue #dynamicId .btn-group > .btn:first-child {
  margin-left: 0px;
}
.theme-skyblue #dynamicId .socialBtn {
  width: 80%;
}
.theme-skyblue #dynamicId .socialLink {
  margin-left: 2%;
}
.theme-skyblue #dynamicId .existRole {
  margin-bottom: 1%;
  color: red;
}
.theme-skyblue #dynamicId .messageIcons {
  margin-top: 2%;
  margin-left: -1%;
}
.theme-skyblue #dynamicId .messageHeading {
  margin-left: 2%;
  margin-top: -1%;
}
.theme-skyblue #dynamicId .smsHeading {
  margin-left: 2%;
  margin-top: 0%;
}
.theme-skyblue #dynamicId #message {
  max-height: 100px;
  width: 100%;
}
.theme-skyblue #dynamicId .smsButtons {
  margin-left: 23%;
}
.theme-skyblue #dynamicId #members {
  width: 93%;
  margin: 3%;
}
.theme-skyblue #dynamicId .searchModalClose {
  margin-right: 2%;
  margin-top: -4% !important;
}
.theme-skyblue #dynamicId .selectedMembers {
  height: auto;
  width: 95%;
  border: 1px solid rgba(0, 123, 255, 0.2392156863);
  margin: auto;
  min-height: 100px;
  padding: 10px;
  font-size: 13px;
}
.theme-skyblue #dynamicId .selectedUsers {
  height: auto;
  width: 100%;
  border: 1px solid #cfd5db;
  margin: auto;
  min-height: 100px;
  padding: 10px;
}
.theme-skyblue #dynamicId .selecteRoleToUpgrade {
  width: 50%;
  margin-left: 2%;
}
.theme-skyblue #dynamicId .logout-btn {
  margin-left: 91%;
  margin-top: 1%;
}
.theme-skyblue #dynamicId .chooseFile {
  margin-top: -2%;
  background: #0769ab;
  color: white;
  padding: 0 6px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
.theme-skyblue #dynamicId .donationDesc {
  margin-left: 4%;
}
.theme-skyblue #dynamicId .selectedMembersSMS {
  height: auto;
  border: 1px solid rgba(0, 123, 255, 0.2392156863);
  margin: auto;
  min-height: 100px !important;
  font-size: 13px;
  padding: 10px;
}
.theme-skyblue #dynamicId .sessionExpiry {
  margin-left: 53%;
  color: red;
  font-size: 14px;
}
.theme-skyblue #dynamicId .registrationRequire {
  margin-right: 17%;
}
.theme-skyblue #dynamicId .FbLink {
  margin-top: 1%;
  margin-left: 1%;
}
.theme-skyblue #dynamicId .transition {
  transition: all 0.3s ease;
}
.theme-skyblue #dynamicId .basix-container {
  display: table;
  min-height: 100vh;
  position: relative;
  width: 100%;
}
.theme-skyblue #dynamicId .navbar-expand-sm {
  max-width: 280px;
}
.theme-skyblue #dynamicId .navbar-expand-sm .main-menu {
  height: 100vh;
  background: linear-gradient(to bottom, #025286 0%, #3a8bc2 100%);
  flex-direction: column;
}
.theme-skyblue #dynamicId .navbar-expand-sm .main-menu .sidenavCommon {
  border-bottom: solid 1px rgba(255, 255, 255, 0.2196078431);
  padding-bottom: 25px;
  width: 100%;
}
.theme-skyblue #dynamicId .navbar-expand-sm .main-menu #logout {
  padding-bottom: 0;
}
.theme-skyblue #dynamicId .navbar-expand-sm .main-menu::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.theme-skyblue #dynamicId .navbar-expand-sm .main-menu::-webkit-scrollbar-track {
  background: #dedee6;
}
.theme-skyblue #dynamicId .navbar-expand-sm .main-menu::-webkit-scrollbar-thumb {
  background: #1b83ca;
}
.theme-skyblue #dynamicId .navbar-expand-sm .navbar-collapse {
  flex-direction: column;
  overflow: auto;
}
.theme-skyblue #dynamicId .navbar {
  background: #0769ab;
  border-radius: 0;
  border: none;
  display: block;
  margin: 0;
  margin-bottom: 100px;
  padding: 0;
}
.theme-skyblue #dynamicId .navbar .navbar-header {
  float: none;
  text-align: center;
  width: 100%;
  background: #0769ab;
}
.theme-skyblue #dynamicId .navbar .navbar-brand {
  color: #f1f2f7 !important;
  font-size: 14px;
  font-weight: bold;
  float: none;
  line-height: 50px;
  margin: 0;
  text-align: left;
  text-transform: capitalize;
  min-height: 69px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.theme-skyblue #dynamicId .navbar .navbar-brand span {
  font-weight: 600;
}
.theme-skyblue #dynamicId .navbar .navbar-brand img {
  max-width: 160px;
}
.theme-skyblue #dynamicId .navbar .navbar-brand.hidden {
  display: none;
}
.theme-skyblue #dynamicId .navbar .menu-title {
  color: #fff;
  clear: both;
  display: block;
  font-size: 12px;
  font-weight: normal;
  line-height: 50px;
  padding: 0 25px;
  text-transform: uppercase;
  width: 100%;
}
.theme-skyblue #dynamicId .navbar .navbar-nav {
  float: none;
  position: relative;
}
.theme-skyblue #dynamicId .navbar .navbar-nav li {
  width: 100%;
}
.theme-skyblue #dynamicId .navbar .navbar-nav li.active .menu-icon, .theme-skyblue #dynamicId .navbar .navbar-nav li:hover .toggle_nav_button:before,
.theme-skyblue #dynamicId .navbar .navbar-nav li .toggle_nav_button.nav-open:before {
  color: #fff !important;
}
.theme-skyblue #dynamicId .navbar .navbar-nav li .dropdown-toggle:after {
  display: none;
}
.theme-skyblue #dynamicId .navbar .navbar-nav li > a {
  background: none !important;
  display: inline-block;
  line-height: 30px;
  padding: 10px 16px;
  position: relative;
  transition: all 0.2s ease-out;
  width: 100%;
  color: #FFFFFF;
  font-size: 14px;
}
.theme-skyblue #dynamicId .navbar .navbar-nav li > a.register-member-a {
  background: none !important;
  border: none;
  text-decoration: underline;
  color: white !important;
  line-height: 18px !important;
  padding: 0 !important;
  margin-left: 10px;
}
.theme-skyblue #dynamicId .navbar .navbar-nav li > a.register-member-a:hover, .theme-skyblue #dynamicId .navbar .navbar-nav li > a.register-member-a:focus {
  background: none !important;
}
.theme-skyblue #dynamicId .navbar .navbar-nav li > a img {
  filter: brightness(0) invert(1);
}
.theme-skyblue #dynamicId .navbar .navbar-nav li > a:hover, .theme-skyblue #dynamicId .navbar .navbar-nav li > a:hover .menu-icon, .theme-skyblue #dynamicId .navbar .navbar-nav li > a.router-link-active {
  color: #FFFFFF;
  background: #0769ab !important;
  text-decoration: none;
}
.theme-skyblue #dynamicId .navbar .navbar-nav li > a:hover img, .theme-skyblue #dynamicId .navbar .navbar-nav li > a:hover .menu-icon img, .theme-skyblue #dynamicId .navbar .navbar-nav li > a.router-link-active img {
  transform: scale(1.2);
  transition: all 0.2s ease-in;
  filter: brightness(0) invert(1);
}
.theme-skyblue #dynamicId .navbar .navbar-nav li > a img {
  transition: all 0.2s ease-out;
}
.theme-skyblue #dynamicId .navbar .navbar-nav li > a .menu-icon {
  color: #a5a4bf;
  float: left;
  margin-top: 4px;
  width: 28px;
  text-align: left;
  z-index: 9;
  font-size: 17px;
}
.theme-skyblue #dynamicId .navbar .navbar-nav li > a .menu-title-text {
  font-size: 14px;
}
.theme-skyblue #dynamicId .navbar .navbar-nav li > a .badge {
  border-radius: 0;
  font-weight: 600;
  float: right;
  margin: 6px 0 0 0;
  padding: 0.4em 0.5em;
}
.theme-skyblue #dynamicId .navbar .navbar-nav li.menu-item-has-children {
  position: relative;
}
.theme-skyblue #dynamicId .navbar .navbar-nav li.menu-item-has-children a.dropdown-toggle {
  line-height: 30px;
}
.theme-skyblue #dynamicId .navbar .navbar-nav li.menu-item-has-children a.dropdown-toggle:before {
  content: "\f105";
  color: #c8c9ce;
  font-family: "Fontawesome";
  font-size: 16px;
  position: absolute;
  top: 10px;
  right: 25px;
  text-align: right;
  transition: all 0.25s ease;
}
.theme-skyblue #dynamicId .navbar .navbar-nav li.menu-item-has-children a.dropdown-toggle:hover:before {
  color: #fff;
}
.theme-skyblue #dynamicId .navbar .navbar-nav li.menu-item-has-children .sub-menu {
  background: #0769ab;
  border: none;
  box-shadow: none;
  overflow-y: hidden;
  padding: 0 0 0 35px;
}
.theme-skyblue #dynamicId .navbar .navbar-nav li.menu-item-has-children .sub-menu li {
  position: relative;
}
.theme-skyblue #dynamicId .navbar .navbar-nav li.menu-item-has-children .sub-menu i {
  color: #c8c9ce;
  float: left;
  padding: 0;
  position: absolute;
  left: 20px;
  font-size: 14px;
  top: 9px;
}
.theme-skyblue #dynamicId .navbar .navbar-nav li.menu-item-has-children .sub-menu a {
  padding: 2px 0 2px 46px;
}
.theme-skyblue #dynamicId .navbar .navbar-nav li.menu-item-has-children .sub-menu a:before {
  content: "";
  display: none;
}
.theme-skyblue #dynamicId .navbar .navbar-nav li.menu-item-has-children .sub-menu a .menu-icon {
  top: 13px;
  text-align: left;
  width: 25px;
}
.theme-skyblue #dynamicId .navbar .navbar-nav li.menu-item-has-children.show a:before {
  content: "\f107";
}
.theme-skyblue #dynamicId .navbar .navbar-nav li.menu-item-has-children.show .sub-menu {
  max-height: 1000px;
  opacity: 1;
  position: static !important;
}
.theme-skyblue #dynamicId .navbar .navbar-nav > .active > a,
.theme-skyblue #dynamicId .navbar .navbar-nav > .active > a:focus,
.theme-skyblue #dynamicId .navbar .navbar-nav > .active > a:hover {
  color: #d7d9e3 !important;
  text-decoration: none;
}
.theme-skyblue #dynamicId .navbar-nav li span.count {
  background: #a9d86e;
  border-radius: 50%;
  color: #fff;
  font-size: 9px;
  font-weight: 700;
  float: right;
  height: 20px;
  width: 20px;
  line-height: 20px;
  margin-right: 15px;
  text-align: center;
}
.theme-skyblue #dynamicId body.open .navbar .navbar-brand.hidden {
  display: block;
}
.theme-skyblue #dynamicId .dots {
  position: relative;
  width: 100%;
  margin: 20px 0;
}
.theme-skyblue #dynamicId .dots .carousel-indicators {
  margin: auto;
  top: 20px;
  width: 180px;
}
.theme-skyblue #dynamicId .dots .carousel-indicators li {
  background: white;
  border: solid 1px #666;
  width: 16px;
  height: 16px;
}
.theme-skyblue #dynamicId .dots .carousel-indicators li.active {
  background: #3C3B54;
}
.theme-skyblue #dynamicId app-right-panel header.header {
  background: #fff;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.07);
  clear: both;
  display: inline-block;
  padding: 15px 20px 13px 20px;
  width: 100%;
  position: relative;
  z-index: 999;
}
.theme-skyblue #dynamicId header.fixed-top {
  background: #fff;
  padding: 20px;
}
.theme-skyblue #dynamicId #header.change-color .header-menu .navbar .navbar-nav li.dropdown .header-menu-wrapper .member-nav-menu .col-12 {
  height: 110px;
  border: solid 1px #5a5b40;
}
.theme-skyblue #dynamicId #header.change-color .header-menu .navbar .navbar-nav li.dropdown .header-menu-wrapper .member-nav-menu .col-12 a {
  color: #000;
}
.theme-skyblue #dynamicId #header.change-color .header-menu .navbar .navbar-nav li.dropdown .header-menu-wrapper .member-nav-menu .col-12 a img {
  filter: brightness(1) invert(1);
}
.theme-skyblue #dynamicId #header.change-color .header-menu .navbar.after-login-nav .header-menu-wrapper .admin-nav-menu .links a {
  color: #000;
}
.theme-skyblue #dynamicId #header .header-menu {
  height: 100%;
}
.theme-skyblue #dynamicId #header .header-menu .navbar {
  background: linear-gradient(to bottom, rgb(245, 245, 245) 0%, rgb(255, 255, 255) 47%, rgb(242, 242, 242) 100%);
  margin-bottom: 0;
  float: left;
  padding-right: 12px;
  border: solid 1px #ccc;
  height: calc(100% - 1px);
}
.theme-skyblue #dynamicId #header .header-menu .navbar .navbar-nav {
  width: 100%;
}
.theme-skyblue #dynamicId #header .header-menu .navbar .navbar-nav li.dropdown {
  width: auto;
}
.theme-skyblue #dynamicId #header .header-menu .navbar .navbar-nav li.dropdown .dropdown-toggle {
  color: #000000;
  text-transform: capitalize;
  letter-spacing: 0.7px;
  line-height: 47px;
  padding: 0 0 0 16px;
  width: auto;
  box-shadow: 10px 0px 10px -9px rgba(0, 0, 0, 0.3);
}
.theme-skyblue #dynamicId #header .header-menu .navbar .navbar-nav li.dropdown .dropdown-toggle .fa {
  color: #1375bb;
}
.theme-skyblue #dynamicId #header .header-menu .navbar .navbar-nav li.dropdown .dropdown-toggle .fa.fa-th {
  padding: 2px 8px 0 0;
  margin: 0;
  line-height: 47px;
  vertical-align: top;
  height: 100%;
}
.theme-skyblue #dynamicId #header .header-menu .navbar .navbar-nav li.dropdown .dropdown-toggle + span {
  margin-left: 10px;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}
.theme-skyblue #dynamicId #header .header-menu .navbar .navbar-nav li.dropdown .dropdown-toggle:hover {
  background: none !important;
}
.theme-skyblue #dynamicId #header .header-menu .navbar .navbar-nav li.dropdown .header-menu-wrapper {
  width: 760px;
  border: solid 8px white;
  box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.17);
  padding: 15px;
  background: #dbf0ff;
  max-height: 450px;
  overflow: auto;
  overflow-x: hidden;
}
.theme-skyblue #dynamicId #header .header-menu .navbar .navbar-nav li.dropdown .header-menu-wrapper::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.theme-skyblue #dynamicId #header .header-menu .navbar .navbar-nav li.dropdown .header-menu-wrapper::-webkit-scrollbar-track {
  background: #dedee6;
}
.theme-skyblue #dynamicId #header .header-menu .navbar .navbar-nav li.dropdown .header-menu-wrapper::-webkit-scrollbar-thumb {
  background: #1b83ca;
}
.theme-skyblue #dynamicId #header .header-menu .navbar .navbar-nav li.dropdown .header-menu-wrapper .col-12 {
  padding: 0;
}
.theme-skyblue #dynamicId #header .header-menu .navbar .navbar-nav li.dropdown .header-menu-wrapper h1, .theme-skyblue #dynamicId #header .header-menu .navbar .navbar-nav li.dropdown .header-menu-wrapper .h1 {
  background: #1375bb;
  color: white;
  text-transform: capitalize;
  border-right: solid 1px white;
  font-weight: normal;
  height: auto;
  pointer-events: none;
}
.theme-skyblue #dynamicId #header .header-menu .navbar .navbar-nav li.dropdown .header-menu-wrapper .links {
  margin-bottom: 0.3rem;
}
.theme-skyblue #dynamicId #header .header-menu .navbar .navbar-nav li.dropdown .header-menu-wrapper .links a {
  color: white;
  display: block;
  line-height: 24px;
  padding-left: 15px;
  font-size: 14px !important;
  transition: all 0.3s ease-in;
}
.theme-skyblue #dynamicId #header .header-menu .navbar .navbar-nav li.dropdown .header-menu-wrapper .links a:hover {
  transition: all 0.3s ease-out;
  padding-left: 18px;
}
.theme-skyblue #dynamicId #header .header-menu .navbar .navbar-nav li.dropdown .header-menu-wrapper .member-nav-menu .col-12 {
  height: 140px;
  border: solid 1px #fff;
  text-align: center;
  border-top: 0;
  border-right: 0;
}
.theme-skyblue #dynamicId #header .header-menu .navbar .navbar-nav li.dropdown .header-menu-wrapper .member-nav-menu .col-12 a {
  position: absolute;
  left: 0;
  right: 0;
  height: 58px;
  color: white;
  top: 0;
  bottom: 0;
  margin: auto;
}
.theme-skyblue #dynamicId #header .header-menu .navbar .navbar-nav li.dropdown .header-menu-wrapper .member-nav-menu .col-12 a img {
  filter: brightness(0) invert(1);
}
.theme-skyblue #dynamicId #header .header-menu .sub-navigation {
  height: 100%;
}
.theme-skyblue #dynamicId #header .header-menu .sub-navigation ul {
  margin: 0;
  padding: 0;
}
.theme-skyblue #dynamicId #header .header-menu .sub-navigation ul li a {
  color: white !important;
  font-weight: bold;
  height: 100%;
  display: block;
  line-height: 50px;
  padding: 0 15px 0 15px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px !important;
  transition: all 0.3s ease-in;
}
.theme-skyblue #dynamicId #header .header-menu .sub-navigation ul li a.active, .theme-skyblue #dynamicId #header .header-menu .sub-navigation ul li a:hover {
  background: rgb(225, 240, 250);
  color: #666 !important;
  text-transform: uppercase;
  font-weight: bold;
  transition: all 0.3s ease-out;
}
.theme-skyblue #dynamicId .menutoggle {
  border-radius: 50%;
  color: #1375bb;
  cursor: pointer;
  font-size: 18px;
  height: 43px;
  line-height: 44px;
  margin: 0 0px 0 -20px;
  text-align: center;
  width: 43px;
}
.theme-skyblue #dynamicId .search-trigger {
  background: transparent;
  border: none;
  color: #272c33;
  cursor: pointer;
  font-size: 16px;
  height: 41px;
  width: 43px;
  line-height: 38px;
}
.theme-skyblue #dynamicId header .form-inline {
  background: #263238;
  display: none;
  height: 70px;
  margin: 0;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9999;
}
.theme-skyblue #dynamicId header .form-inline .search-form {
  height: 100%;
  max-width: 1025px;
  margin: 0 auto;
  position: relative;
}
.theme-skyblue #dynamicId header .form-inline .search-form input[type=text] {
  background: #263238;
  border: none;
  border-radius: 0;
  box-shadow: none;
  color: #d3d3d3;
  font-size: 16px;
  height: inherit;
  margin-right: 0 !important;
  padding: 10px 36px 10px 15px;
  width: 100%;
}
.theme-skyblue #dynamicId header .form-inline .search-form input[type=text].active,
.theme-skyblue #dynamicId header .form-inline .search-form input[type=text]:focus {
  border-color: rgba(0, 0, 0, 0.125);
  outline: 0;
}
.theme-skyblue #dynamicId header .form-inline .search-form button {
  background: transparent;
  border: none;
  color: #fff;
  font-size: 16px;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -14px !important;
}
.theme-skyblue #dynamicId header .form-inline .search-form button:active,
.theme-skyblue #dynamicId header .form-inline .search-form button:focus,
.theme-skyblue #dynamicId header .form-inline .search-form button:visited,
.theme-skyblue #dynamicId header .form-inline .search-form .btn-outline-success:hover {
  background: transparent;
  border: none !important;
  box-shadow: none;
  outline: 0 !important;
}
.theme-skyblue #dynamicId header .form-inline .search-form.close {
  display: none;
}
.theme-skyblue #dynamicId .header-left.open .form-inline {
  display: block;
}
.theme-skyblue #dynamicId .header-left .dropdown {
  display: inline-block;
}
.theme-skyblue #dynamicId .header-left .dropdown .dropdown-toggle {
  background: transparent;
  border: none;
  color: #272c33;
  font-size: 16px;
}
.theme-skyblue #dynamicId .header-left .dropdown .dropdown-toggle:after {
  display: none;
}
.theme-skyblue #dynamicId .header-left .dropdown .dropdown-toggle .count {
  border-radius: 50%;
  color: #fff;
  font-size: 11px;
  height: 15px;
  width: 15px;
  line-height: 15px;
  right: 0;
  top: 0;
  position: absolute;
}
.theme-skyblue #dynamicId .header-left .dropdown .dropdown-toggle:active, .theme-skyblue #dynamicId .header-left .dropdown .dropdown-toggle:focus, .theme-skyblue #dynamicId .header-left .dropdown .dropdown-toggle:visited {
  background: none !important;
  border-color: transparent !important;
  color: #272c33 !important;
}
.theme-skyblue #dynamicId .header-left .dropdown .dropdown-menu {
  background: #fff;
  border: none;
  border-radius: 0;
  box-shadow: none;
  top: 49px !important;
}
.theme-skyblue #dynamicId .header-left .dropdown .dropdown-menu p {
  font-size: 15px;
  margin: 0;
  padding: 5px 15px;
}
.theme-skyblue #dynamicId .header-left .dropdown .dropdown-menu .dropdown-item {
  color: #272c33;
  font-size: 13px;
  padding: 10px 15px 3px;
  text-overflow: ellipsis;
}
.theme-skyblue #dynamicId .header-left .dropdown .dropdown-menu .dropdown-item .photo {
  float: left;
  margin-right: 15px;
  width: 25px;
}
.theme-skyblue #dynamicId .header-left .dropdown .dropdown-menu .dropdown-item .message .name {
  margin-top: -5px;
}
.theme-skyblue #dynamicId .header-left .dropdown .dropdown-menu .dropdown-item .message .time {
  font-size: 11px;
}
.theme-skyblue #dynamicId .header-left .dropdown .dropdown-menu .dropdown-item .message p {
  clear: both;
  font-size: 14px;
  margin: 0;
  padding: 0;
  text-overflow: ellipsis;
}
.theme-skyblue #dynamicId .header-left .dropdown .dropdown-menu .dropdown-item:hover {
  background: transparent;
}
.theme-skyblue #dynamicId .dropdown-menu {
  border-radius: 0;
  transform: none !important;
}
.theme-skyblue #dynamicId .for-notification .dropdown-menu .dropdown-item {
  padding: 5px 15px !important;
  text-overflow: ellipsis;
}
.theme-skyblue #dynamicId .for-notification .dropdown-menu .dropdown-item i {
  float: left;
  font-size: 14px;
  margin: 5px 5px 0 0;
  text-align: left;
  width: 20px;
}
.theme-skyblue #dynamicId .for-notification .dropdown-menu .dropdown-item p {
  padding: 0 !important;
  text-overflow: ellipsis;
}
.theme-skyblue #dynamicId .user-area {
  float: right;
  padding-right: 0;
  position: relative;
  margin-top: -61px;
}
.theme-skyblue #dynamicId .user-area .user-menu {
  border: none;
  left: inherit !important;
  right: 0 !important;
  top: 60px !important;
  margin: 0;
  max-width: 175px;
  padding: 0;
  position: absolute;
  width: 100%;
  z-index: 999;
  min-width: 175px;
  border-radius: 0;
  background: #0769ab;
}
.theme-skyblue #dynamicId .user-area .user-menu .nav-link {
  color: #FFFFFF;
  display: block;
  font-size: 13px;
  line-height: 42px;
  padding: 0;
  border-bottom: solid 1px rgba(255, 255, 255, 0.2196078431);
  transition: all 0.3s ease-out;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.theme-skyblue #dynamicId .user-area .user-menu .nav-link .fa {
  height: 42px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  line-height: 36px;
  margin-right: 8px;
  transition: all 0.2s ease-out;
  font-size: 15px;
  margin-left: 14px;
}
.theme-skyblue #dynamicId .user-area .user-menu .nav-link:hover {
  background: #0769ab;
  transition: all 0.3s ease-in;
  color: #FFFFFF;
}
.theme-skyblue #dynamicId .user-area .user-menu .nav-link:hover .fa {
  transform: scale(1.3);
  transition: all 0.2s ease-in;
  color: #fff;
}
.theme-skyblue #dynamicId .user-area .user-menu:after {
  bottom: 100%;
  right: 8px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #0769ab;
  border-width: 8px;
}
.theme-skyblue #dynamicId .user-area .uad-img-c {
  display: inline-block;
  border: solid 1px #ccc;
  width: 34px;
  height: 34px;
  border-radius: 34px;
  vertical-align: middle;
  overflow: hidden;
}
.theme-skyblue #dynamicId .user-area .uad-img-c img.user-avatar {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(0.8);
}
.theme-skyblue #dynamicId .user-area .uad-img-c img.user-avatar.default-image {
  filter: invert(18%) sepia(65%) saturate(7349%) hue-rotate(193deg) brightness(96%) contrast(94%);
  transform: scale(0.7);
}
.theme-skyblue #dynamicId .user-area .user-info .name {
  color: #8c8c8c;
  font-size: 14px;
  position: relative;
  text-transform: uppercase;
}
.theme-skyblue #dynamicId .user-area .count {
  background: #d9534f;
  border-radius: 50%;
  color: #fff;
  font-size: 9px;
  font-weight: 700;
  float: right;
  height: 20px;
  width: 20px;
  line-height: 20px;
  text-align: center;
  margin-top: 11px;
  margin-right: 10px;
}
.theme-skyblue #dynamicId .user-area .dropdown-toggle::after {
  display: none;
}
.theme-skyblue #dynamicId .user-area .dropdown-toggle span {
  font-size: 15px;
  padding: 8px 8px 0 0;
  display: inline-block;
  color: #FFF;
  text-transform: capitalize;
}
.theme-skyblue #dynamicId #menuToggle2 {
  padding-left: 25px;
}
.theme-skyblue #dynamicId #language-select {
  color: #f1f2f7;
  float: right;
  margin: 7px 20px 0 0;
  max-width: 80px;
}
.theme-skyblue #dynamicId #language-select:focus, .theme-skyblue #dynamicId #language-select:visited {
  border: none;
  outline: 0;
}
.theme-skyblue #dynamicId #language-select .dropdown-toggle::after {
  display: none;
}
.theme-skyblue #dynamicId #language-select .dropdown-menu {
  background: #fff;
  border: none;
  border-radius: 0;
  left: -8px !important;
  min-width: inherit;
  padding: 0 5px;
  top: 46px !important;
}
.theme-skyblue #dynamicId #language-select .dropdown-menu .dropdown-item {
  margin-right: 0;
  max-width: 25px;
  padding: 0;
}
.theme-skyblue #dynamicId #language-select .dropdown-menu .dropdown-item:hover {
  background: #fff;
}
.theme-skyblue #dynamicId #language-select .dropdown-menu .dropdown-item .flag-icon {
  margin-right: 0;
  width: 25px;
}
.theme-skyblue #dynamicId .notification-show + .dropdown-menu,
.theme-skyblue #dynamicId .message-show + .dropdown-menu,
.theme-skyblue #dynamicId .language-show + .dropdown-menu {
  display: block;
}
.theme-skyblue #dynamicId .content {
  width: 94%;
  background: #fff;
  min-height: 300px;
  box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.07);
}
.theme-skyblue #dynamicId .content table th {
  background: #3c3b54;
  color: #fff;
}
.theme-skyblue #dynamicId .content table td {
  font-size: 13px;
}
.theme-skyblue #dynamicId .content table td i {
  color: #a5a4bf;
}
.theme-skyblue #dynamicId .card, .theme-skyblue #dynamicId .main-content .register_box .card .card-header {
  margin-bottom: 24px;
  border-radius: 0;
  border: 1px solid rgba(0, 0, 0, 0.13);
}
.theme-skyblue #dynamicId .card h4, .theme-skyblue #dynamicId .main-content .register_box .card .card-header h4, .theme-skyblue #dynamicId .card .h4, .theme-skyblue #dynamicId .main-content .register_box .card .card-header .h4 {
  font-size: 17.6px;
}
.theme-skyblue #dynamicId .card .user-header .media img, .theme-skyblue #dynamicId .main-content .register_box .card .card-header .user-header .media img {
  border: 5px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  -webkit-border-radius: 50%;
}
.theme-skyblue #dynamicId .card .card-header, .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header {
  margin-bottom: 0 !important;
}
.theme-skyblue #dynamicId .card .card-header .card-actions button, .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-actions button {
  display: block;
  float: left;
  width: 50px;
  padding: 12px 0;
  margin: 0 !important;
  color: #fff;
  outline: 0;
  text-align: center;
  background: transparent;
  border: 0;
  border-left: 1px solid rgba(120, 130, 140, 0.4);
}
.theme-skyblue #dynamicId .card .card-footer, .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-footer {
  padding: 10.4px 20px;
  background-color: #f0f3f5;
  border-top: 1px solid #c2cfd6;
}
.theme-skyblue #dynamicId .card .card-footer ul li, .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-footer ul li {
  display: table-cell;
  padding: 0 16px;
  text-align: center;
}
.theme-skyblue #dynamicId .breadcrumbs {
  margin-top: 0;
}
.theme-skyblue #dynamicId .nav-tabs a.active {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.theme-skyblue #dynamicId .nav-tabs .dropdown .dropdown-menu {
  top: 100% !important;
}
.theme-skyblue #dynamicId .custom-tab .nav-tabs > a.active,
.theme-skyblue #dynamicId .custom-tab .nav-tabs > .active > a:focus,
.theme-skyblue #dynamicId .custom-tab .nav-tabs > li.active > a:hover {
  border-color: transparent transparent;
  color: #ff2e44;
  position: relative;
}
.theme-skyblue #dynamicId .custom-tab .nav-tabs > a.active > a:after,
.theme-skyblue #dynamicId .custom-tab .nav-tabs > li.active > a:focus:after,
.theme-skyblue #dynamicId .custom-tab .nav-tabs > li.active > a:hover:after {
  background: #ff2e44;
  bottom: -1px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 999;
}
.theme-skyblue #dynamicId .card .card-header .card-actions, .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-actions {
  float: right;
}
.theme-skyblue #dynamicId .card .card-header .card-actions [class*=btn] {
  border-left: 1px solid rgba(120, 130, 140, 0.4);
  color: #878787;
  display: inline-block;
  font-size: 16px;
  padding: 0 7px;
  width: inherit;
  text-align: center;
}
.theme-skyblue #dynamicId .social-buttons .card-body p button {
  padding-top: 0;
  padding-left: 0;
  padding-bottom: 0;
}
.theme-skyblue #dynamicId .social-buttons .only-icon .card-body p button {
  padding: 0;
}
.theme-skyblue #dynamicId .social-buttons .social i {
  padding: 0 10px;
  width: inherit !important;
}
.theme-skyblue #dynamicId .social-buttons .only-text p button {
  padding: 0 8px;
}
.theme-skyblue #dynamicId .buttons button {
  margin: 2px 0;
}
.theme-skyblue #dynamicId .btn,
.theme-skyblue #dynamicId .button {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  transition: all 0.15s ease-in-out;
  cursor: pointer;
}
.theme-skyblue #dynamicId .icon-section {
  margin: 0 0 3em;
  clear: both;
  overflow: hidden;
}
.theme-skyblue #dynamicId .icon-container {
  width: 240px;
  padding: 0.7em 0;
  float: left;
  position: relative;
  text-align: left;
}
.theme-skyblue #dynamicId .icon-container [class^=ti-],
.theme-skyblue #dynamicId .icon-container [class*=" ti-"] {
  color: #000;
  position: absolute;
  margin-top: 3px;
  transition: 0.3s;
}
.theme-skyblue #dynamicId .icon-container:hover [class^=ti-],
.theme-skyblue #dynamicId .icon-container:hover [class*=" ti-"] {
  font-size: 2.2em;
  margin-top: -5px;
}
.theme-skyblue #dynamicId .icon-container:hover .icon-name {
  color: #000;
}
.theme-skyblue #dynamicId .icon-name {
  color: #aaa;
  margin-left: 35px;
  font-size: 14px;
  transition: 0.3s;
}
.theme-skyblue #dynamicId .icon-container:hover .icon-name {
  margin-left: 45px;
}
.theme-skyblue #dynamicId .fontawesome-icon-list .page-header {
  border-bottom: 1px solid #c9cdd7;
  padding-bottom: 9px;
  margin: 30px 0px 27px 0px;
}
.theme-skyblue #dynamicId .fontawesome-icon-list h2, .theme-skyblue #dynamicId .fontawesome-icon-list .h2 {
  margin-top: 0;
  font-size: 20px;
  font-weight: 300;
}
.theme-skyblue #dynamicId .fontawesome-icon-list i {
  font-style: 16px;
  padding-right: 10px;
}
.theme-skyblue #dynamicId .social-box i {
  line-height: 110px;
}
.theme-skyblue #dynamicId .social-box ul {
  display: inline-block;
  margin: 7px 0 0;
  padding: 10px;
  width: 100%;
}
.theme-skyblue #dynamicId .social-box ul li {
  color: #949ca0;
  font-size: 14px;
  font-weight: 700;
  padding: 0 10px 0 0;
  text-align: right;
}
.theme-skyblue #dynamicId .social-box ul li:last-child {
  padding-left: 10px;
  padding-right: 0;
  text-align: left;
}
.theme-skyblue #dynamicId .social-box ul li span {
  font-size: 14px;
}
.theme-skyblue #dynamicId .login-logo {
  text-align: center;
  margin-bottom: 15px;
}
.theme-skyblue #dynamicId .login-logo span {
  color: #ffffff;
  font-size: 24px;
}
.theme-skyblue #dynamicId .login-content {
  max-width: 540px;
  margin: 8vh auto;
}
.theme-skyblue #dynamicId .login-form {
  background: #ffffff;
  padding: 30px 30px 20px;
  border-radius: 2px;
}
.theme-skyblue #dynamicId .login-form h4, .theme-skyblue #dynamicId .login-form .h4 {
  color: #878787;
  text-align: center;
  margin-bottom: 50px;
}
.theme-skyblue #dynamicId .login-form .checkbox {
  color: #878787;
}
.theme-skyblue #dynamicId .login-form .checkbox label {
  text-transform: none;
}
.theme-skyblue #dynamicId .login-form .btn {
  width: 100%;
  text-transform: uppercase;
  font-size: 14px;
  padding: 15px;
  border: 0px;
}
.theme-skyblue #dynamicId .login-form label {
  color: #878787;
  text-transform: uppercase;
}
.theme-skyblue #dynamicId .login-form label a {
  color: #ff2e44;
}
.theme-skyblue #dynamicId .social-login-content {
  margin: 0px -30px;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  padding: 30px 0px;
  background: #fcfcfc;
}
.theme-skyblue #dynamicId .social-button {
  padding: 0 30px;
}
.theme-skyblue #dynamicId .social-button .facebook {
  background: #3b5998;
  color: #fff;
}
.theme-skyblue #dynamicId .social-button .facebook:hover {
  background: #344e86;
}
.theme-skyblue #dynamicId .social-button .twitter {
  background: #00aced;
  color: #fff;
}
.theme-skyblue #dynamicId .social-button .twitter:hover {
  background: #0099d4;
}
.theme-skyblue #dynamicId .social-button i {
  padding: 19px;
}
.theme-skyblue #dynamicId .register-link a {
  color: #ff2e44;
}
.theme-skyblue #dynamicId .cpu-load {
  width: 100%;
  height: 272px;
  font-size: 14px;
  line-height: 1.2em;
}
.theme-skyblue #dynamicId .cpu-load-data-content {
  font-size: 18px;
  font-weight: 400;
  line-height: 40px;
}
.theme-skyblue #dynamicId .cpu-load-data {
  margin-bottom: 30px;
}
.theme-skyblue #dynamicId .cpu-load-data li {
  display: inline-block;
  width: 32.5%;
  text-align: center;
  border-right: 1px solid #e7e7e7;
}
.theme-skyblue #dynamicId .cpu-load-data li:last-child {
  border-right: 0px;
}
.theme-skyblue #dynamicId .nestable-cart {
  overflow: hidden;
}
.theme-skyblue #dynamicId .input-group-addon {
  background-color: transparent;
  border-left: 0;
}
.theme-skyblue #dynamicId .input-group-addon,
.theme-skyblue #dynamicId .input-group-btn {
  white-space: nowrap;
  vertical-align: middle;
}
.theme-skyblue #dynamicId .input-group-addon {
  padding: 8px 12px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  color: #495057;
  text-align: center;
  background-color: #e9ecef;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
}
.theme-skyblue #dynamicId .flotTip {
  background: #252525;
  border: 1px solid #252525;
  padding: 5px 15px;
  color: #ffffff;
}
.theme-skyblue #dynamicId .flot-container {
  box-sizing: border-box;
  width: 100%;
  height: 275px;
  padding: 20px 15px 15px;
  margin: 15px auto 30px;
  background: transparent;
}
.theme-skyblue #dynamicId .flot-pie-container {
  height: 275px;
}
.theme-skyblue #dynamicId .flotBar-container {
  height: 275px;
}
.theme-skyblue #dynamicId .flot-line {
  width: 100%;
  height: 100%;
  font-size: 14px;
  line-height: 1.2em;
}
.theme-skyblue #dynamicId .legend table {
  border-spacing: 5px;
}
.theme-skyblue #dynamicId #chart1,
.theme-skyblue #dynamicId #flotBar,
.theme-skyblue #dynamicId #flotCurve {
  width: 100%;
  height: 275px;
}
.theme-skyblue #dynamicId .morris-hover {
  position: absolute;
  z-index: 1;
}
.theme-skyblue #dynamicId .morris-hover.morris-default-style .morris-hover-row-label {
  font-weight: bold;
  margin: 0.25em 0;
}
.theme-skyblue #dynamicId .morris-hover.morris-default-style .morris-hover-point {
  white-space: nowrap;
  margin: 0.1em 0;
}
.theme-skyblue #dynamicId .morris-hover.morris-default-style {
  border-radius: 2px;
  padding: 10px 12px;
  color: #666;
  background: rgba(0, 0, 0, 0.7);
  border: none;
  color: #fff !important;
}
.theme-skyblue #dynamicId .morris-hover-point {
  color: rgba(255, 255, 255, 0.8) !important;
}
.theme-skyblue #dynamicId #morris-bar-chart {
  height: 285px;
}
.theme-skyblue #dynamicId .btn-toolbar {
  float: left !important;
}
.theme-skyblue #dynamicId .btn-toolbar .btn-outline-secondary:not([disabled]):not(.disabled):active,
.theme-skyblue #dynamicId .btn-toolbar .btn-outline-secondary:not([disabled]):not(.disabled).active,
.theme-skyblue #dynamicId .btn-toolbar .show > .btn-outline-secondary.dropdown-toggle {
  background-color: #212529;
  border-color: #212529;
  box-shadow: none;
  color: #fff;
}
.theme-skyblue #dynamicId .btn-toolbar .btn-outline-secondary:hover {
  background-color: #212529;
  border-color: #212529;
  color: #fff;
}
.theme-skyblue #dynamicId .dib {
  display: inline-block;
}
.theme-skyblue #dynamicId .stat-widget-one .stat-icon {
  vertical-align: top;
}
.theme-skyblue #dynamicId .stat-widget-one .stat-icon i {
  font-size: 30px;
  border-width: 3px;
  border-style: solid;
  border-radius: 100px;
  padding: 15px;
  font-weight: 900;
  display: inline-block;
}
.theme-skyblue #dynamicId .stat-widget-one .stat-content {
  margin-left: 30px;
  margin-top: 7px;
}
.theme-skyblue #dynamicId .stat-widget-one .stat-text {
  font-size: 14px;
  color: #868e96;
}
.theme-skyblue #dynamicId .stat-widget-one .stat-digit {
  font-size: 24px;
  color: #373757;
}
.theme-skyblue #dynamicId .stat-widget-two {
  text-align: center;
}
.theme-skyblue #dynamicId .stat-widget-two .stat-digit {
  font-size: 28px;
  font-weight: 500;
  color: #373757;
}
.theme-skyblue #dynamicId .stat-widget-two .stat-digit i {
  font-size: 18px;
  margin-right: 5px;
}
.theme-skyblue #dynamicId .stat-widget-two .stat-text {
  font-size: 16px;
  margin-bottom: 5px;
  color: #868e96;
}
.theme-skyblue #dynamicId .stat-widget-two .progress {
  height: 8px;
  margin-bottom: 0;
  margin-top: 20px;
  box-shadow: none;
}
.theme-skyblue #dynamicId .stat-widget-two .progress-bar {
  box-shadow: none;
}
.theme-skyblue #dynamicId .stat-widget-three .stat-icon {
  display: inline-block;
  padding: 33px;
  position: absolute;
  line-height: 21px;
}
.theme-skyblue #dynamicId .stat-widget-three .stat-icon i {
  font-size: 30px;
  color: #ffffff;
}
.theme-skyblue #dynamicId .stat-widget-three .stat-content {
  text-align: center;
  padding: 15px;
  margin-left: 90px;
}
.theme-skyblue #dynamicId .stat-widget-three .stat-digit {
  font-size: 30px;
}
.theme-skyblue #dynamicId .stat-widget-three .stat-text {
  padding-top: 4px;
}
.theme-skyblue #dynamicId .home-widget-three .stat-icon {
  line-height: 19px;
  padding: 27px;
}
.theme-skyblue #dynamicId .home-widget-three .stat-digit {
  font-size: 24px;
  font-weight: 300;
  color: #373757;
}
.theme-skyblue #dynamicId .home-widget-three .stat-content {
  text-align: center;
  margin-left: 60px;
  padding: 13px;
}
.theme-skyblue #dynamicId .stat-widget-four {
  position: relative;
}
.theme-skyblue #dynamicId .stat-widget-four .stat-icon {
  display: inline-block;
  position: absolute;
  top: 5px;
}
.theme-skyblue #dynamicId .stat-widget-four i {
  display: block;
  font-size: 36px;
}
.theme-skyblue #dynamicId .stat-widget-four .stat-content {
  margin-left: 40px;
  text-align: center;
}
.theme-skyblue #dynamicId .stat-widget-four .stat-heading {
  font-size: 20px;
}
.theme-skyblue #dynamicId .stat-widget-five .stat-icon {
  border-radius: 100px;
  display: inline-block;
  position: absolute;
}
.theme-skyblue #dynamicId .stat-widget-five i {
  border-radius: 100px;
  display: block;
  font-size: 36px;
  padding: 30px;
}
.theme-skyblue #dynamicId .stat-widget-five .stat-content {
  margin-left: 100px;
  padding: 24px 0;
  position: relative;
  text-align: right;
  vertical-align: middle;
}
.theme-skyblue #dynamicId .stat-widget-five .stat-heading {
  text-align: right;
  padding-left: 80px;
  font-size: 20px;
  font-weight: 200;
}
.theme-skyblue #dynamicId .stat-widget-six {
  position: relative;
}
.theme-skyblue #dynamicId .stat-widget-six .stat-icon {
  display: inline-block;
  position: absolute;
  top: 5px;
}
.theme-skyblue #dynamicId .stat-widget-six i {
  display: block;
  font-size: 36px;
}
.theme-skyblue #dynamicId .stat-widget-six .stat-content {
  margin-left: 40px;
  text-align: center;
}
.theme-skyblue #dynamicId .stat-widget-six .stat-heading {
  font-size: 16px;
  font-weight: 300;
}
.theme-skyblue #dynamicId .stat-widget-six .stat-text {
  font-size: 12px;
  padding-top: 4px;
}
.theme-skyblue #dynamicId .stat-widget-seven .stat-heading {
  text-align: center;
}
.theme-skyblue #dynamicId .stat-widget-seven .gradient-circle {
  text-align: center;
  position: relative;
  margin: 30px auto;
  display: inline-block;
  width: 100%;
}
.theme-skyblue #dynamicId .stat-widget-seven .gradient-circle i {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  top: 35px;
  font-size: 30px;
}
.theme-skyblue #dynamicId .stat-widget-seven .stat-footer {
  text-align: center;
  margin-top: 30px;
}
.theme-skyblue #dynamicId .stat-widget-seven .stat-footer .stat-count {
  padding-left: 5px;
}
.theme-skyblue #dynamicId .stat-widget-seven .count-header {
  color: #252525;
  font-size: 12px;
  font-weight: 400;
  line-height: 30px;
}
.theme-skyblue #dynamicId .stat-widget-seven .stat-count {
  font-size: 18px;
  font-weight: 400;
  color: #252525;
}
.theme-skyblue #dynamicId .stat-widget-seven .analytic-arrow {
  position: relative;
}
.theme-skyblue #dynamicId .stat-widget-seven .analytic-arrow i {
  font-size: 12px;
}
.theme-skyblue #dynamicId .stat-widget-eight {
  padding: 15px;
}
.theme-skyblue #dynamicId .stat-widget-eight .header-title {
  font-size: 20px;
  font-weight: 300;
}
.theme-skyblue #dynamicId .stat-widget-eight .ti-more-alt {
  color: #878787;
  cursor: pointer;
  left: -5px;
  position: absolute;
  transform: rotate(90deg);
}
.theme-skyblue #dynamicId .stat-widget-eight .stat-content {
  margin-top: 50px;
}
.theme-skyblue #dynamicId .stat-widget-eight .stat-content .ti-arrow-up {
  font-size: 30px;
  color: #28a745;
}
.theme-skyblue #dynamicId .stat-widget-eight .stat-content .stat-digit {
  font-size: 24px;
  font-weight: 300;
  margin-left: 15px;
}
.theme-skyblue #dynamicId .stat-widget-eight .stat-content .progress-stats {
  color: #aaadb2;
  font-weight: 400;
  position: relative;
  top: 10px;
}
.theme-skyblue #dynamicId .stat-widget-eight .progress {
  margin-bottom: 0;
  margin-top: 30px;
  height: 7px;
  background: #eaeaea;
  box-shadow: none;
}
.theme-skyblue #dynamicId .stat-widget-nine .all-like {
  float: right;
}
.theme-skyblue #dynamicId .stat-widget-nine .stat-icon i {
  font-size: 22px;
}
.theme-skyblue #dynamicId .stat-widget-nine .stat-text {
  font-size: 14px;
}
.theme-skyblue #dynamicId .stat-widget-nine .stat-digit {
  font-size: 14px;
}
.theme-skyblue #dynamicId .stat-widget-nine .like-count {
  font-size: 30px;
}
.theme-skyblue #dynamicId .horizontal {
  position: relative;
}
.theme-skyblue #dynamicId .horizontal:before {
  background: #ffffff;
  bottom: 0;
  content: "";
  height: 38px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 1px;
}
.theme-skyblue #dynamicId .widget-ten span i {
  color: #ffffff;
  opacity: 0.5;
}
.theme-skyblue #dynamicId .widget-ten h5, .theme-skyblue #dynamicId .widget-ten .h5 {
  color: #ffffff;
}
.theme-skyblue #dynamicId .widget-ten p {
  color: #ffffff !important;
  opacity: 0.75;
}
.theme-skyblue #dynamicId .badges h1, .theme-skyblue #dynamicId .badges .h1,
.theme-skyblue #dynamicId .badges h2,
.theme-skyblue #dynamicId .badges .h2,
.theme-skyblue #dynamicId .badges h3,
.theme-skyblue #dynamicId .badges .h3,
.theme-skyblue #dynamicId .badges h4,
.theme-skyblue #dynamicId .badges .h4,
.theme-skyblue #dynamicId .badges h5,
.theme-skyblue #dynamicId .badges .h5,
.theme-skyblue #dynamicId .badges h6,
.theme-skyblue #dynamicId .badges .h6 {
  margin: 5px 0;
}
.theme-skyblue #dynamicId .vue-lists ul,
.theme-skyblue #dynamicId .vue-lists ol {
  padding-left: 30px;
}
.theme-skyblue #dynamicId .card .dropdown.float-right .dropdown-menu {
  left: inherit !important;
  right: 0 !important;
  top: 93% !important;
}
.theme-skyblue #dynamicId .dataTables_paginate .pagination {
  border-radius: 0;
}
.theme-skyblue #dynamicId .dataTables_paginate .pagination li {
  border-radius: 0 !important;
}
.theme-skyblue #dynamicId .dataTables_paginate .pagination li a {
  border-radius: 0 !important;
  color: #272c33;
}
.theme-skyblue #dynamicId .dataTables_paginate .pagination li.active a {
  background: #272c33;
  border-color: #272c33;
  color: #fff;
}
.theme-skyblue #dynamicId .dataTables_paginate .pagination li:hover a {
  background: #272c33;
  border-color: #272c33;
  color: #fff;
}
.theme-skyblue #dynamicId app-layout {
  display: block;
  width: 100%;
}
.theme-skyblue #dynamicId app-layout app-header {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 99;
}
.theme-skyblue #dynamicId app-layout app-left-panel {
  background: #0769ab;
  height: 100vh;
  min-height: 100%;
  vertical-align: top;
  width: 280px;
  transition: width 0.3s ease;
  position: fixed;
  left: 0;
  z-index: 9;
  top: 0;
}
.theme-skyblue #dynamicId app-layout app-right-panel {
  padding-left: 0 !important;
  transition: all 0.35s ease;
  margin-top: 135px;
  margin-bottom: 120px;
  display: block;
  float: right;
}
.theme-skyblue #dynamicId app-layout app-right-panel .main-heading {
  font-size: 25px;
  color: #898989;
  width: 100%;
  display: block;
  margin-bottom: 25px;
}
.theme-skyblue #dynamicId app-layout app-right-panel .page-header {
  min-height: 50px;
  margin: 0px;
  padding: 0px 15px;
  background: #ffffff;
  border-bottom: 0px;
}
.theme-skyblue #dynamicId app-layout app-right-panel .page-header h1, .theme-skyblue #dynamicId app-layout app-right-panel .page-header .h1 {
  font-size: 18px;
  padding: 15px 0;
}
.theme-skyblue #dynamicId app-layout app-right-panel #scroll {
  bottom: 6px;
}
.theme-skyblue #dynamicId app-layout app-right-panel h3, .theme-skyblue #dynamicId app-layout app-right-panel .h3 {
  color: #1375bb;
}
.theme-skyblue #dynamicId.gradient {
  min-height: 570px;
  background-attachment: fixed;
}
.theme-skyblue #dynamicId.blueClass {
  background: none;
}
.theme-skyblue #dynamicId.gray-bg {
  background: #f0f0f7;
}
.theme-skyblue #dynamicId .main-content {
  background: #f0f0f7;
  margin: 5% auto;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  min-height: 100%;
  padding: 0;
}
.theme-skyblue #dynamicId .main-content header h1, .theme-skyblue #dynamicId .main-content header .h1 {
  line-height: 30px;
}
.theme-skyblue #dynamicId .main-content .banner {
  width: 100%;
  position: relative;
}
.theme-skyblue #dynamicId .main-content .banner figcaption {
  position: absolute;
  margin: auto;
  color: white;
  font-size: 1.625rem;
  width: 60%;
  top: 5.5rem;
  left: 0;
  right: 0;
  font-weight: 500;
  line-height: normal;
}
.theme-skyblue #dynamicId .main-content .banner figcaption button {
  font-size: 14px;
  clear: both;
  display: block;
  margin: auto;
}
.theme-skyblue #dynamicId .main-content .content-heading {
  color: #A5A4BF;
  font-size: 1.375rem;
  font-weight: 400;
  padding: 1rem;
  text-align: center;
  display: inline-block;
}
.theme-skyblue #dynamicId .main-content .form-input-border-line .card-body .left-box {
  border-right: solid 1px #e3e0e0;
}
.theme-skyblue #dynamicId .main-content .form-input-border-line .card-body .left-box h5, .theme-skyblue #dynamicId .main-content .form-input-border-line .card-body .left-box .h5 {
  color: #898989;
}
.theme-skyblue #dynamicId .main-content .form-input-border-line .card-body .left-box .roles-details {
  box-shadow: none;
  border: 0;
}
.theme-skyblue #dynamicId .main-content .form-input-border-line .card-body .left-box .roles-details .card-header {
  background: #43425D;
  color: white;
  font-size: 1.25rem;
  font-weight: 500;
}
.theme-skyblue #dynamicId .main-content .form-input-border-line .card-body .left-box textarea {
  border: solid 1px #949494;
}
.theme-skyblue #dynamicId .main-content .form-input-border-line .card-body .right-side-box {
  background: white;
  width: 100%;
  box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.14);
  min-height: 300px;
}
.theme-skyblue #dynamicId .main-content .form-input-border-line .card-body .right-side-box h6, .theme-skyblue #dynamicId .main-content .form-input-border-line .card-body .right-side-box .h6 {
  font-weight: 600;
  color: #898989;
}
.theme-skyblue #dynamicId .main-content .form-input-border-line .card-body .right-side-box h6 img, .theme-skyblue #dynamicId .main-content .form-input-border-line .card-body .right-side-box .h6 img {
  vertical-align: text-bottom;
}
.theme-skyblue #dynamicId .main-content .form-input-border-line .card-body .right-side-box ul li {
  margin-top: 4px;
  font-size: 12px;
}
.theme-skyblue #dynamicId .main-content .register_box {
  margin: 5% 0;
}
.theme-skyblue #dynamicId .main-content .register_box .card, .theme-skyblue #dynamicId .main-content .register_box .card .card-header {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.19);
  border: solid 1px rgba(95, 95, 95, 0.2901960784);
  padding: 20px 50px;
}
.theme-skyblue #dynamicId .main-content .register_box .card .card-header {
  box-shadow: none;
  border: 0;
  padding: 25px 15px;
  background: none;
  color: #898989;
  display: block;
}
.theme-skyblue #dynamicId .main-content .register_box .form-group .col-form-label {
  line-height: 47px;
}
.theme-skyblue #dynamicId .main-content .select-common {
  display: none;
}
.theme-skyblue #dynamicId header {
  height: 50px;
  clear: both;
  background: #1375bb;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.33);
  transition: 0.225s ease-out;
}
.theme-skyblue #dynamicId header h1, .theme-skyblue #dynamicId header .h1 {
  font-size: 16px;
  color: #727186;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 50px;
  padding-left: 15px;
  overflow: hidden;
  height: 100%;
}
.theme-skyblue #dynamicId header .user-dpdwn .dropdown-menu {
  top: 43px !important;
  left: inherit !important;
  padding: 15px;
  right: 0 !important;
  background: #0769ab;
}
.theme-skyblue #dynamicId header .user-dpdwn .dropdown-menu li a {
  color: white;
  padding: 0.35rem 0;
  display: block;
  border-bottom: solid 1px #c6c5dc;
}
.theme-skyblue #dynamicId .breadcrumbs {
  background: none;
  display: inline-block;
  margin-top: 0;
  padding: 0 5px;
  width: 100%;
  display: block;
}
.theme-skyblue #dynamicId .breadcrumbs .col-lg-8 .page-header {
  float: left;
}
.theme-skyblue #dynamicId .breadcrumbs .breadcrumb {
  background: none;
  padding: 10px 0 0 0;
  font-size: 13px;
}
.theme-skyblue #dynamicId .breadcrumbs .breadcrumb a {
  text-decoration: underline;
}
.theme-skyblue #dynamicId .breadcrumbs .breadcrumb .breadcrumb-item {
  padding-left: 0;
}
.theme-skyblue #dynamicId .breadcrumbs .breadcrumb .breadcrumb-item::before {
  content: normal;
}
.theme-skyblue #dynamicId .form-group.required .control-label::after {
  content: "*";
  color: red;
}
.theme-skyblue #dynamicId input::placeholder {
  color: #f4f4f4;
}
.theme-skyblue #dynamicId .donation-bg {
  background: #f0f0f7;
  height: 100%;
}
.theme-skyblue #dynamicId .donation-bg h1, .theme-skyblue #dynamicId .donation-bg .h1 {
  line-height: 70px;
}
.theme-skyblue #dynamicId .example-form {
  min-width: 270px;
  max-width: 500px;
  width: 100%;
}
.theme-skyblue #dynamicId .example-full-width {
  width: 100%;
}
.theme-skyblue #dynamicId .form-group {
  margin-bottom: 0;
}
.theme-skyblue #dynamicId .form-group input[type=text],
.theme-skyblue #dynamicId .form-group input[type=password],
.theme-skyblue #dynamicId .form-group input[type=email],
.theme-skyblue #dynamicId .form-group select,
.theme-skyblue #dynamicId .form-group textarea {
  border: 0;
  border-bottom: solid 1px #A5A4BF;
  border-radius: 0;
  outline: 0;
  padding: 0;
  font-size: 13px;
}
.theme-skyblue #dynamicId .form-group input[type=text]:focus,
.theme-skyblue #dynamicId .form-group input[type=password]:focus,
.theme-skyblue #dynamicId .form-group input[type=email]:focus,
.theme-skyblue #dynamicId .form-group select:focus,
.theme-skyblue #dynamicId .form-group textarea:focus {
  box-shadow: none;
}
.theme-skyblue #dynamicId .form-group textarea {
  border: solid 1px #A5A4BF;
  resize: none;
  padding: 5px 10px;
}
.theme-skyblue #dynamicId .form-group small, .theme-skyblue #dynamicId .form-group .small {
  font-size: 12px;
  line-height: normal;
  font-weight: 400;
  color: #A5A4BF;
}
.theme-skyblue #dynamicId .form-group .form-control-label {
  font-size: 13px;
  color: #898989;
  font-weight: 500;
  margin: auto 0;
}
.theme-skyblue #dynamicId .form-group .checkbox {
  font-size: 13px;
  color: #898989;
}
.theme-skyblue #dynamicId .form-group .checkbox input {
  vertical-align: middle;
  margin-right: 6px;
  display: inline-block;
}
.theme-skyblue #dynamicId .btnLogin {
  border: 0;
  padding: 6px 12px;
  background: linear-gradient(to bottom, #3a8bc2, #0769ab);
  color: white;
  font-size: 14px !important;
  min-width: 100px;
  position: relative !important;
  height: 40px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  transition: all 0.3s ease-out;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.19);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.19);
}
.theme-skyblue #dynamicId .btnLogin:hover {
  background: linear-gradient(to bottom, #238dd3, #0769ab);
  position: relative;
  transition: all 0.3s ease-in;
  box-shadow: 0px 10px 12px -1px rgba(0, 0, 0, 0.27);
  -webkit-box-shadow: 0px 10px 12px -1px rgba(0, 0, 0, 0.27);
  -moz-box-shadow: 0px 10px 12px -1px rgba(0, 0, 0, 0.27);
}
.theme-skyblue #dynamicId .btnBack {
  background: white;
  color: #A5A4BF;
  font-size: 14px;
  padding: 0;
  background: none;
  color: #0769ab;
  font-size: 14px;
  text-decoration: underline;
  border: 0;
}
.theme-skyblue #dynamicId .darkColor {
  background: #1375bb;
  color: #FFFFFF;
}
.theme-skyblue #dynamicId .darkBorder {
  border: 1px solid #0769ab;
  color: #0769ab;
}
.theme-skyblue #dynamicId .btnSocial {
  border: 0;
  background: none;
  color: #0769ab;
}
.theme-skyblue #dynamicId .close {
  position: initial;
  right: 20px;
  top: 12px;
  font-size: 25px !important;
  z-index: 9;
  cursor: pointer;
}
.theme-skyblue #dynamicId .donate-modal h5, .theme-skyblue #dynamicId .donate-modal .h5 {
  font-size: 1.25rem;
  font-weight: normal;
}
.theme-skyblue #dynamicId .indianCurrency {
  color: #A5A4BF;
  font-weight: bold;
}
.theme-skyblue #dynamicId .donation-ack .form-group .col-form-label {
  padding-top: 0;
}
.theme-skyblue #dynamicId .donation-ack .form-group .col-form-label + span {
  font-size: 13px;
  display: inline-block;
  font-weight: 700;
  line-height: normal;
  padding-left: 4.8px;
}
.theme-skyblue #dynamicId #left-panel .navbar-expand-sm {
  padding: 0;
}
.theme-skyblue #dynamicId .user-management-c > .card, .theme-skyblue #dynamicId .main-content .register_box .card .user-management-c > .card-header {
  min-height: 340px;
}
.theme-skyblue #dynamicId .user-management-c h3, .theme-skyblue #dynamicId .user-management-c .h3 {
  color: #1375bb;
}
.theme-skyblue #dynamicId .user-management-c .card-header {
  font-size: 20px;
  height: 40px;
  padding: 12px 20px;
}
.theme-skyblue #dynamicId .user-management-c .card-header h5, .theme-skyblue #dynamicId .user-management-c .card-header .h5 {
  line-height: 15px;
}
.theme-skyblue #dynamicId .user-management-c table td {
  padding: 4px 11.2px;
}
.theme-skyblue #dynamicId .user-icons a {
  width: 110px;
  height: 110px;
  display: block;
  float: left;
  margin-right: 15px;
  transition: all 0.3s ease-out;
  border: solid 1px rgba(218, 218, 218, 0.3294117647);
  cursor: pointer;
  position: relative;
}
.theme-skyblue #dynamicId .user-icons a img {
  filter: invert(46%) sepia(39%) saturate(859%) hue-rotate(161deg) brightness(98%) contrast(80%);
  margin: 17px auto 7px auto !important;
}
.theme-skyblue #dynamicId .user-icons a i {
  font-size: 40px;
  text-align: center;
  display: block;
  color: #A5A4BF;
  transition: all 0.3s ease-out;
}
.theme-skyblue #dynamicId .user-icons a p {
  font-size: 13px;
  color: #1375bb;
  transition: all 0.3s ease-out;
  line-height: 12px;
  display: block;
  text-align: center;
}
.theme-skyblue #dynamicId .add-new-field {
  color: #0769ab !important;
  cursor: pointer;
  text-decoration: underline !important;
  transition: all 0.3s ease-in;
}
.theme-skyblue #dynamicId .switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 20px;
  margin-bottom: 0;
}
.theme-skyblue #dynamicId .switch input {
  display: none;
}
.theme-skyblue #dynamicId .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #0769ab;
  transition: 0.4s;
}
.theme-skyblue #dynamicId .slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 1px;
  bottom: 1px;
  border: 1px solid #0769ab;
  transition: 0.4s;
}
.theme-skyblue #dynamicId input:checked + .slider {
  background-color: #0769ab;
  border: none;
}
.theme-skyblue #dynamicId input:checked + .slider:before {
  background: #FFFFFF;
  border: none;
}
.theme-skyblue #dynamicId input:focus + .slider {
  box-shadow: 0 0 1px #3C3B54;
}
.theme-skyblue #dynamicId input:checked + .slider:before {
  transform: translateX(21px);
  top: 2px;
}
.theme-skyblue #dynamicId .slider.round {
  border-radius: 34px;
}
.theme-skyblue #dynamicId .slider.round:before {
  border-radius: 50%;
}
.theme-skyblue #dynamicId .remove-input {
  font-size: 14px;
  color: #A5A4BF !important;
  text-decoration: underline !important;
}
.theme-skyblue #dynamicId .remove-input:hover {
  text-decoration: underline;
}
.theme-skyblue #dynamicId .createProcessBtn {
  font-size: 14px;
  background: white;
  text-decoration: underline;
}
.theme-skyblue #dynamicId .mat-mdc-table {
  max-height: 312px;
  overflow: auto;
  margin-bottom: 0;
}
.theme-skyblue #dynamicId .mat-mdc-table td {
  vertical-align: middle !important;
  color: #000000;
}
.theme-skyblue #dynamicId .mat-mdc-table thead {
  background: #dbf0ff !important;
  color: #000 !important;
  white-space: nowrap;
}
.theme-skyblue #dynamicId .mat-mdc-table thead th {
  z-index: 1 !important;
}
.theme-skyblue #dynamicId .mat-mdc-table thead th span.sort-data {
  font-size: 10px;
  color: #0769ab;
  cursor: pointer;
}
.theme-skyblue #dynamicId .mat-mdc-table thead th,
.theme-skyblue #dynamicId .mat-mdc-table tbody td {
  padding: 10px !important;
}
.theme-skyblue #dynamicId .mat-mdc-table .mat-mdc-row {
  height: 40px;
  background: #fff;
}
.theme-skyblue #dynamicId .mat-mdc-table .mat-mdc-row:hover {
  background: #e1f0fa;
}
.theme-skyblue #dynamicId .mat-mdc-table .mat-mdc-header-row {
  height: auto;
  padding: 10px 0;
}
.theme-skyblue #dynamicId .mat-mdc-table .mat-mdc-header-cell {
  padding: 14.4px 11.2px;
  font-size: 14px;
  color: #000000;
  min-width: 120px;
}
.theme-skyblue #dynamicId .mat-mdc-table .mat-mdc-header-cell .fa-question-circle {
  font-size: 12px;
}
.theme-skyblue #dynamicId .mat-mdc-table .mat-column-Actions i {
  font-size: 18px;
  display: inline-block;
  padding-right: 5px;
}
.theme-skyblue #dynamicId .mat-mdc-table tr.example-detail-row {
  height: 0;
}
.theme-skyblue #dynamicId .mat-mdc-table tr.example-detail-row td {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.theme-skyblue #dynamicId .mat-mdc-table tr.example-detail-row:hover {
  background: none;
}
.theme-skyblue #dynamicId .mat-mdc-table tr.example-element-row:not(.example-expanded-row):hover {
  background: #f5f5f5;
}
.theme-skyblue #dynamicId .mat-mdc-table tr.example-element-row:not(.example-expanded-row):active {
  background: #efefef;
}
.theme-skyblue #dynamicId .mat-mdc-table .example-element-row td {
  border-bottom-width: 0;
}
.theme-skyblue #dynamicId .mat-mdc-table .example-element-detail {
  overflow: hidden;
  margin: 20px auto;
  width: 90%;
}
.theme-skyblue #dynamicId .mat-mdc-table::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.theme-skyblue #dynamicId .mat-mdc-table::-webkit-scrollbar-track {
  background: #dedee6;
}
.theme-skyblue #dynamicId .mat-mdc-table::-webkit-scrollbar-thumb {
  background: #1b83ca;
}
.theme-skyblue #dynamicId .uploaded-file {
  width: 100%;
}
.theme-skyblue #dynamicId .uploaded-file span {
  border-bottom: solid 2px #a5a4bf;
  min-width: 300px;
  display: inline-block;
  padding-bottom: 8px;
  vertical-align: bottom;
  margin-right: 8px;
}
.theme-skyblue #dynamicId .uploaded-file img {
  filter: invert(46%) sepia(39%) saturate(859%) hue-rotate(161deg) brightness(98%) contrast(80%);
}
.theme-skyblue #dynamicId .uploaded-file .remove-input {
  color: #1375bb !important;
}
.theme-skyblue #dynamicId .loginheader {
  background: #0769ab;
  height: 70px;
}
.theme-skyblue #dynamicId .loginheader h2, .theme-skyblue #dynamicId .loginheader .h2 {
  color: white;
  font-size: 1.05rem;
  line-height: 70px;
  text-transform: uppercase;
}
.theme-skyblue #dynamicId .loginheader a {
  color: white !important;
  line-height: 70px;
}
.theme-skyblue #dynamicId .login-box-c .card, .theme-skyblue #dynamicId .login-box-c .main-content .register_box .card .card-header, .theme-skyblue #dynamicId .main-content .register_box .card .login-box-c .card-header {
  box-shadow: 0px 0px 28px 0px rgba(0, 0, 0, 0.09);
}
.theme-skyblue #dynamicId .login-box-c .login-left h1, .theme-skyblue #dynamicId .login-box-c .login-left .h1 {
  font-size: 28px;
  color: #898989;
}
.theme-skyblue #dynamicId .login-box-c .login-left label,
.theme-skyblue #dynamicId .login-box-c .login-left input {
  font-size: 14px;
  height: auto;
}
.theme-skyblue #dynamicId .login-box-c .login-middle .ver-line {
  height: 100%;
  display: inline-block;
  position: relative;
  display: table;
  margin: 0 auto;
}
.theme-skyblue #dynamicId .login-box-c .login-middle .ver-line:before {
  position: absolute;
  width: 40px;
  height: 40px;
  background: white;
  border-radius: 40px;
  content: "or";
  top: 0;
  bottom: 0;
  left: -22px;
  right: 0;
  margin: auto;
  z-index: 1;
  text-align: center;
  display: block;
  line-height: 40px;
}
.theme-skyblue #dynamicId .login-box-c .login-middle .ver-line:after {
  position: absolute;
  width: 1px;
  height: 100%;
  background: #A5A4BF;
  content: "";
  top: 0;
  bottom: 0;
}
.theme-skyblue #dynamicId .login-box-c .login-right {
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.theme-skyblue #dynamicId .login-box-c .login-right button {
  background: none;
  border: none;
  font-size: 13px;
  margin: 10px 0;
  padding: 0;
  display: block;
  width: 184px;
  height: 34px;
  text-align: left;
}
.theme-skyblue #dynamicId .login-box-c .login-right button i {
  font-size: 20px;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 23px;
  vertical-align: middle;
}
.theme-skyblue #dynamicId .login-box-c .login-right .email-btn {
  border: solid 1px #A5A4BF;
}
.theme-skyblue #dynamicId .login-box-c .login-right .email-btn i {
  background: #A5A4BF;
  color: white;
}
.theme-skyblue #dynamicId .login-box-c .login-right .faceBook-btn {
  border: solid 1px #3a559f;
}
.theme-skyblue #dynamicId .login-box-c .login-right .faceBook-btn i {
  background: #3a559f;
  color: white;
}
.theme-skyblue #dynamicId .login-box-c .login-right .twitter-btn {
  border: solid 1px #50abf1;
}
.theme-skyblue #dynamicId .login-box-c .login-right .twitter-btn i {
  background: #50abf1;
  color: white;
}
.theme-skyblue #dynamicId .login-box-c .login-right .google-btn {
  border: solid 1px #dc4e41;
}
.theme-skyblue #dynamicId .login-box-c .login-right .google-btn i {
  background: #dc4e41;
  color: white;
}
.theme-skyblue #dynamicId .login-box-c .logincheckbox a {
  text-decoration: underline;
}
.theme-skyblue #dynamicId .login-box-c .forgot-pwd {
  margin-left: 30px;
  text-decoration: underline;
  display: block;
  line-height: 36px;
}
.theme-skyblue #dynamicId .login-modal .modal-header .close {
  top: 15px;
  right: 20px;
}
.theme-skyblue #dynamicId #partyDetails .card, .theme-skyblue #dynamicId #partyDetails .main-content .register_box .card .card-header, .theme-skyblue #dynamicId .main-content .register_box .card #partyDetails .card-header {
  margin-bottom: 0;
}
.theme-skyblue #dynamicId .avatar-edit label {
  overflow: hidden;
}
.theme-skyblue #dynamicId .avatar-edit img {
  /* IE 9 */
  /* Safari */
  transform: scale(1.1);
  height: 100%;
}
.theme-skyblue #dynamicId #party-role-b td {
  vertical-align: baseline;
}
.theme-skyblue #dynamicId #party-role-b span td {
  border: 0 !important;
}
.theme-skyblue #dynamicId button[disabled] {
  opacity: 0.5;
  cursor: not-allowed !important;
}
.theme-skyblue #dynamicId .modal .modal-header {
  background: #1375bb;
  border-radius: 0;
  color: #fff;
  padding: 10px;
  height: 50px;
}
.theme-skyblue #dynamicId .modal .modal-header .close {
  color: #fff;
  opacity: 1;
  font-weight: normal;
  top: 10px;
  position: absolute;
  font-size: 28px;
  font-family: "Roboto Slab", serif;
}
.theme-skyblue #dynamicId .modal h5, .theme-skyblue #dynamicId .modal .h5 {
  font-size: 20px;
  margin-bottom: 0;
  line-height: 30px;
  max-width: 93%;
  width: 100%;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.theme-skyblue #dynamicId .mat-mdc-input-element {
  line-height: 24px !important;
  font-size: 13px !important;
}
.theme-skyblue #dynamicId .mat-form-field-label,
.theme-skyblue #dynamicId .mat-select-value-text,
.theme-skyblue #dynamicId .mat-input-element,
.theme-skyblue #dynamicId .mat-option-text {
  font-size: 14px !important;
}
.theme-skyblue #dynamicId #mappingTab table thead th {
  background: #1375bb;
  color: white;
}
.theme-skyblue #dynamicId #mappingTab table tbody {
  background: #dbf0ff;
}
.theme-skyblue #dynamicId #mappingTab table td {
  padding-bottom: 10px;
  height: 45px;
  overflow: hidden;
}
.theme-skyblue #dynamicId #mappingTab table td select {
  background: none;
  border: 0;
  height: auto;
}
.theme-skyblue #dynamicId #mappingTab table td select:focus {
  outline: 0;
}
.theme-skyblue #dynamicId #mappingTab table td .fa-times,
.theme-skyblue #dynamicId #mappingTab table td .fa-check {
  color: #1375bb;
}
.theme-skyblue #dynamicId #mappingTab .fa-chain-broken,
.theme-skyblue #dynamicId #mappingTab .fa-link {
  color: #1375bb;
}
.theme-skyblue #dynamicId .search-user-b .card-body form {
  margin: 0;
  padding: 0;
  width: 100%;
}
.theme-skyblue #dynamicId .search-user-b label {
  font-size: 14px;
  display: inline-block;
  line-height: normal;
  margin-bottom: 0;
  margin-top: 20px;
}
.theme-skyblue #dynamicId .search-user-b .mat-mdc-select {
  margin-top: 5px;
  line-height: 24px;
}
.theme-skyblue #dynamicId .mat-mdc-tab-group {
  font-family: "Exo 2", sans-serif !important;
}
.theme-skyblue #dynamicId .mat-mdc-tab-group .mat-mdc-tab-header {
  margin-top: -1px;
  /* TODO(mdc-migration): The following rule targets internal classes of tabs that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of tabs that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of tabs that may no longer apply for the MDC version.*/
}
.theme-skyblue #dynamicId .mat-mdc-tab-group .mat-mdc-tab-header .mat-tab-list {
  /* TODO(mdc-migration): The following rule targets internal classes of tabs that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of tabs that may no longer apply for the MDC version.*/
}
.theme-skyblue #dynamicId .mat-mdc-tab-group .mat-mdc-tab-header .mat-tab-list .mat-ink-bar {
  background-color: #43425d;
}
.theme-skyblue #dynamicId .mat-mdc-tab-group .mat-mdc-tab-header .mat-tab-list .mat-tab-labels {
  /* TODO(mdc-migration): The following rule targets internal classes of tabs that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of tabs that may no longer apply for the MDC version.*/
}
.theme-skyblue #dynamicId .mat-mdc-tab-group .mat-mdc-tab-header .mat-tab-list .mat-tab-labels .mat-tab-label {
  opacity: 1;
  color: #000000;
  font-weight: bold;
  background: none;
  padding: 0 10px;
  min-width: 0;
}
.theme-skyblue #dynamicId .mat-mdc-tab-group .mat-mdc-tab-header .mat-tab-list .mat-tab-labels .mat-tab-label:focus {
  background: none;
}
.theme-skyblue #dynamicId .mat-mdc-tab-group .mat-mdc-tab-header .mat-tab-list .mat-tab-labels .mat-tab-label .mat-ripple-element {
  background: none !important;
}
.theme-skyblue #dynamicId .mat-mdc-tab-group .mat-mdc-tab-header .mat-tab-list .mat-tab-labels .mat-tab-label-active {
  background: none;
}
.theme-skyblue #dynamicId mat-label {
  font-weight: 700;
  font-size: 14px;
}
.theme-skyblue #dynamicId owl-date-time-inline .owl-dt-inline-container {
  width: 95%;
  float: right;
  box-shadow: none;
  border: solid 1px #dbdbdb;
  z-index: 7;
}
.theme-skyblue #dynamicId .owl-dt-inline-container .owl-dt-calendar,
.theme-skyblue #dynamicId .owl-dt-popup-container .owl-dt-calendar {
  height: auto !important;
}
.theme-skyblue #dynamicId .owl-dt-calendar-control {
  padding: 1.5em;
}
.theme-skyblue #dynamicId .owl-dt-timer-box {
  width: 40%;
}
.theme-skyblue #dynamicId div[ng-reflect-ng-switch=multi-years],
.theme-skyblue #dynamicId div[ng-reflect-ng-switch=year] {
  width: 12em;
}
.theme-skyblue #dynamicId .event-heading-a {
  font-size: 1.25rem;
  text-decoration: underline !important;
  font-weight: 600;
}
.theme-skyblue #dynamicId .share-event ul {
  left: inherit !important;
  right: 0 !important;
  border: 0;
  top: 28px !important;
  box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.09);
  min-width: auto;
  padding: 0;
}
.theme-skyblue #dynamicId .share-event ul li {
  white-space: nowrap;
}
.theme-skyblue #dynamicId .share-event ul li:last-of-type a {
  border-bottom: none;
}
.theme-skyblue #dynamicId .share-event ul li a {
  font-size: 14px;
  border-bottom: solid 1px #dedede;
  padding: 0;
  display: block;
  line-height: 30px;
}
.theme-skyblue #dynamicId .share-event ul li a .fa {
  font-size: 20px;
  width: 26px;
  text-align: center;
  margin: 5px 2px;
  height: 26px;
  line-height: 20px;
}
.theme-skyblue #dynamicId .share-event ul li a .fa:hover {
  opacity: 0.7;
}
.theme-skyblue #dynamicId .share-event button.eventShareButton + ul {
  right: inherit !important;
}
.theme-skyblue #dynamicId .events-bottom-icon {
  bottom: 0;
  width: 100%;
}
.theme-skyblue #dynamicId .events-bottom-icon .evnt-modal-icns {
  min-width: 90px;
  max-width: 140px;
}
.theme-skyblue #dynamicId .events-bottom-icon button img {
  vertical-align: top;
  max-height: 30px;
  height: 40px;
}
.theme-skyblue #dynamicId .events-bottom-icon .eventButton {
  max-width: 100%;
}
.theme-skyblue #dynamicId .join-event ul {
  left: inherit !important;
  right: 0 !important;
  border: 0;
  top: 58px !important;
  box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.09);
  min-width: auto;
  padding: 0;
  background: #43425d;
}
.theme-skyblue #dynamicId .join-event ul li {
  white-space: nowrap;
}
.theme-skyblue #dynamicId .join-event ul li:last-of-type a {
  border-bottom: none;
}
.theme-skyblue #dynamicId .join-event ul li a {
  font-size: 13px;
  border-bottom: solid 1px #dedede;
  padding: 0 15px;
  display: block;
  line-height: 30px;
  color: #c8c9ce !important;
}
.theme-skyblue #dynamicId .hours-lite-c {
  color: #e6e6eb;
}
.theme-skyblue #dynamicId #viewEvent .close {
  top: 5px;
}
.theme-skyblue #dynamicId .pointer {
  vertical-align: text-top;
}
.theme-skyblue #dynamicId .activity-comments {
  background: #f2f1ff;
  color: #000000;
  font-size: 12px;
}
.theme-skyblue #dynamicId .activity-comments .user-info-text {
  font-weight: 600;
  color: #a5a4bf;
}
.theme-skyblue #dynamicId .activity-comments .activity-desc {
  margin-left: 83px;
}
.theme-skyblue #dynamicId .load-more a {
  text-decoration: underline !important;
  color: #a5a4bf !important;
}
.theme-skyblue #dynamicId .mat-form-field-appearance-legacy.mat-form-field-disabled {
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.theme-skyblue #dynamicId .mat-form-field-appearance-legacy.mat-form-field-disabled .mat-form-field-underline {
  background: none !important;
  border-bottom: solid 1px #ccc;
}
.theme-skyblue #dynamicId .evnt-desc-m {
  padding-left: 0;
  padding-bottom: 20px;
}
.theme-skyblue #dynamicId .c-pointer {
  cursor: pointer !important;
}
.theme-skyblue #dynamicId .fixed-table tbody {
  display: block;
  height: 300px;
  overflow: auto;
}
.theme-skyblue #dynamicId .fixed-table tbody::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.theme-skyblue #dynamicId .fixed-table tbody::-webkit-scrollbar-track {
  background: #dedee6;
}
.theme-skyblue #dynamicId .fixed-table tbody::-webkit-scrollbar-thumb {
  background: #1b83ca;
}
.theme-skyblue #dynamicId .fixed-table thead,
.theme-skyblue #dynamicId .fixed-table tbody tr {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.theme-skyblue #dynamicId .fixed-table thead {
  width: calc(100% - 17px);
}
.theme-skyblue #dynamicId .fixed-table thead th {
  color: #1375bb;
}
.theme-skyblue #dynamicId .clearfix {
  clear: both !important;
}
.theme-skyblue #dynamicId .error-font-size,
.theme-skyblue #dynamicId .mat-mdc-form-field-error {
  font-size: 13px !important;
  display: inline;
}
.theme-skyblue #dynamicId .cdk-overlay-container {
  z-index: 1050 !important;
}
.theme-skyblue #dynamicId .mat-mdc-form-field.mat-form-field-invalid .mat-form-field-label {
  color: rgba(0, 0, 0, 0.54);
}
.theme-skyblue #dynamicId .mat-form-field-appearance-legacy .mat-form-field-label span {
  color: #dc3545;
  font-size: 15px;
}
.theme-skyblue #dynamicId .existUser {
  color: #dc3545;
}
.theme-skyblue #dynamicId .authentication-email {
  margin-top: 19px;
  font-size: 14px;
  font-weight: 600;
}
.theme-skyblue #dynamicId #menuToggle {
  width: 60px;
  height: 45px;
  position: relative;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
  transform: scale(0.333);
}
.theme-skyblue #dynamicId #menuToggle span {
  background: #1375bb;
  display: block;
  position: absolute;
  height: 9px;
  width: 50%;
  opacity: 1;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
.theme-skyblue #dynamicId #menuToggle span:nth-child(even) {
  left: 50%;
  border-radius: 0 9px 9px 0;
}
.theme-skyblue #dynamicId #menuToggle span:nth-child(odd) {
  left: 0px;
  border-radius: 9px 0 0 9px;
}
.theme-skyblue #dynamicId #menuToggle span:nth-child(1), .theme-skyblue #dynamicId #menuToggle span:nth-child(2) {
  top: 0px;
}
.theme-skyblue #dynamicId #menuToggle span:nth-child(1) {
  top: 7px;
  transform: rotate(-45deg);
}
.theme-skyblue #dynamicId #menuToggle span:nth-child(2) {
  opacity: 0;
}
.theme-skyblue #dynamicId #menuToggle span:nth-child(3), .theme-skyblue #dynamicId #menuToggle span:nth-child(4) {
  top: 18px;
}
.theme-skyblue #dynamicId #menuToggle span:nth-child(5), .theme-skyblue #dynamicId #menuToggle span:nth-child(6) {
  top: 36px;
}
.theme-skyblue #dynamicId #menuToggle span:nth-child(5) {
  transform: rotate(45deg);
  top: 28px;
}
.theme-skyblue #dynamicId #menuToggle span:nth-child(6) {
  opacity: 0;
}
.theme-skyblue #dynamicId #menuToggle.open span:nth-child(1), .theme-skyblue #dynamicId #menuToggle.open span:nth-child(6) {
  transform: rotate(45deg);
}
.theme-skyblue #dynamicId #menuToggle.open span:nth-child(2), .theme-skyblue #dynamicId #menuToggle.open span:nth-child(5) {
  transform: rotate(-45deg);
}
.theme-skyblue #dynamicId #menuToggle.open span:nth-child(1) {
  left: 28px;
  top: 7px;
  transform: rotate(45deg);
}
.theme-skyblue #dynamicId #menuToggle.open span:nth-child(2) {
  left: calc(50% - 5px);
  top: 18px;
  opacity: 1;
  transform: rotate(-180deg);
}
.theme-skyblue #dynamicId #menuToggle.open span:nth-child(3) {
  left: -50%;
  opacity: 0;
}
.theme-skyblue #dynamicId #menuToggle.open span:nth-child(4) {
  left: 100%;
  opacity: 0;
}
.theme-skyblue #dynamicId #menuToggle.open span:nth-child(5) {
  left: 5px;
  top: 18px;
  transform: rotate(-180deg);
}
.theme-skyblue #dynamicId #menuToggle.open span:nth-child(6) {
  top: 27px;
  transform: rotate(-45deg);
  opacity: 1;
}
.theme-skyblue #dynamicId .donation--btn {
  display: block;
  margin: 0 auto;
}
.theme-skyblue #dynamicId .req-text {
  width: 58%;
  margin-top: 20px;
}
.theme-skyblue #dynamicId .evtm-des {
  display: block;
  height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 150px;
  white-space: nowrap;
}
.theme-skyblue #dynamicId .evtm-name {
  width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 20px;
}
.theme-skyblue #dynamicId .public-event-wrapper,
.theme-skyblue #dynamicId .public-donationfund {
  width: 100%;
  max-width: 767px;
  margin: 20px auto;
  background: #fff;
  padding: 20px;
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.1);
}
.theme-skyblue #dynamicId .public-donationfund lable {
  display: inline-block;
}
.theme-skyblue #dynamicId .public-donationfund span {
  display: block;
  padding: 5px 0 0 5px;
  font-weight: 600;
  font-size: 14px;
}
.theme-skyblue #dynamicId .public-donationfund.p-d-message h6, .theme-skyblue #dynamicId .public-donationfund.p-d-message .h6 {
  line-height: 26px;
}
.theme-skyblue #dynamicId .sm-pstmsg-msg {
  width: 300px;
  overflow: hidden;
  height: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.theme-skyblue #dynamicId .tooltip.show {
  opacity: 1;
}
.theme-skyblue #dynamicId .tooltip-inner {
  max-width: 300px;
  opacity: 1;
}
.theme-skyblue #dynamicId .tooltip.bs-tooltip-auto[x-placement^=right] .arrow::before,
.theme-skyblue #dynamicId .tooltip.bs-tooltip-right .arrow::before,
.theme-skyblue #dynamicId .tooltip.bs-tooltip-auto[x-placement^=right] .arrow::before {
  border-left-color: #595775;
}
.theme-skyblue #dynamicId .bs-tooltip-right .arrow::before,
.theme-skyblue #dynamicId .bs-tooltip-auto[x-placement^=right] .arrow::before {
  border-right-color: #595775;
}
.theme-skyblue #dynamicId #socialLinkModal .socialBtn {
  width: 100%;
  background: none;
}
.theme-skyblue #dynamicId #socialLinkModal .socialBtn:hover {
  background: none;
}
.theme-skyblue #dynamicId .faceBook-btn i {
  color: #3a559f;
  vertical-align: sub;
}
.theme-skyblue #dynamicId .twitter-btn i {
  color: #50abf1;
  vertical-align: sub;
}
.theme-skyblue #dynamicId .google-btn i {
  color: #dc4e41;
  vertical-align: initial;
}
.theme-skyblue #dynamicId .party-info-address {
  padding: 10px !important;
  margin: 20px 0 !important;
  height: 90px;
}
.theme-skyblue #dynamicId .border {
  border: 1px solid #dbdbdb !important;
}
.theme-skyblue #dynamicId .create-survey .card-header {
  border: 0;
  color: #fff;
  font-size: 14px;
  padding: 10px !important;
  font-weight: 600;
}
.theme-skyblue #dynamicId .create-survey .card-body {
  font-size: 13px;
}
.theme-skyblue #dynamicId .survey-date-time,
.theme-skyblue #dynamicId .survey-share {
  font-weight: 600;
}
.theme-skyblue #dynamicId .survey-date-time label,
.theme-skyblue #dynamicId .survey-share label {
  color: #9e9e9e;
  font-weight: 600 !important;
}
.theme-skyblue #dynamicId .survey-question-page {
  /* TODO(mdc-migration): The following rule targets internal classes of select that may no longer apply for the MDC version.*/
}
.theme-skyblue #dynamicId .survey-question-page .mat-select-placeholder {
  line-height: 26px;
}
.theme-skyblue #dynamicId .new-question-b button i {
  font-size: 21px;
  display: inline-block;
  vertical-align: sub;
  padding-right: 5px;
}
.theme-skyblue #dynamicId #previewQuestions b {
  font-weight: 600 !important;
}
.theme-skyblue #dynamicId #previewQuestions .modal-header {
  background: #a5a4bf;
  border-bottom: 0;
}
.theme-skyblue #dynamicId #previewQuestions .modal-header .close {
  color: #bcbccb;
}
.theme-skyblue #dynamicId #previewQuestions .survey--time {
  width: 96%;
}
.theme-skyblue #dynamicId #previewQuestions .survey--time strong {
  color: #1375bb;
}
.theme-skyblue #dynamicId #previewQuestions .mat-mdc-radio-group .mat-mdc-radio-button {
  font-family: "Exo 2", sans-serif;
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
}
.theme-skyblue #dynamicId #previewQuestions .mat-mdc-radio-group .mat-mdc-radio-button .mat-radio-label-content {
  font-family: "Exo 2", sans-serif;
  padding-left: 0;
  padding-right: 8px;
}
.theme-skyblue #dynamicId .mat-mdc-select {
  line-height: 24px;
}
.theme-skyblue #dynamicId .create-survey {
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.theme-skyblue #dynamicId .create-survey .mat-form-field-infix {
  width: auto;
}
.theme-skyblue #dynamicId .survey-questions .survey-date {
  font-size: 14px;
  text-align: right;
  line-height: 30px;
}
.theme-skyblue #dynamicId .survey-questions .share-survey .dropdown-menu {
  width: 100%;
  top: 43px !important;
}
.theme-skyblue #dynamicId .survey-questions .card-header {
  line-height: normal;
}
.theme-skyblue #dynamicId #SurveyCloseModal .modal-header h5 i, .theme-skyblue #dynamicId #SurveyCloseModal .modal-header .h5 i {
  font-size: 30px;
  vertical-align: sub;
}
.theme-skyblue #dynamicId .add-questions-w {
  width: 90%;
  float: left;
}
.theme-skyblue #dynamicId .add-questions-w .add-question-i {
  width: 100%;
}
.theme-skyblue #dynamicId .add-questions-w .add-question-i mat-form-field {
  width: 96%;
  float: left;
}
.theme-skyblue #dynamicId .add-qst-add {
  float: left;
}
.theme-skyblue #dynamicId .dashboard-wrapper a {
  width: auto;
  display: inline-block;
  padding-right: 40px;
  transition: all 0.5s ease-in;
}
.theme-skyblue #dynamicId .dashboard-wrapper a p {
  font-size: 14px;
  margin-top: 6px;
}
.theme-skyblue #dynamicId .dashboard-wrapper a:hover p {
  color: #a5a4bf !important;
  transition: all 0.5s ease-out;
}
.theme-skyblue #dynamicId .custom-table-wrapper .ag-body-viewport::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.theme-skyblue #dynamicId .custom-table-wrapper .ag-body-viewport::-webkit-scrollbar-track {
  background: #dedee6;
}
.theme-skyblue #dynamicId .custom-table-wrapper .ag-body-viewport::-webkit-scrollbar-thumb {
  background: #1b83ca;
}
.theme-skyblue #dynamicId .view-report-w {
  min-height: 0 !important;
}
.theme-skyblue #dynamicId .chartdiv {
  overflow: visible;
  text-align: left;
  max-height: 400px;
  margin: 0 auto;
  width: 99%;
}
.theme-skyblue #dynamicId .chartdiv:last-of-type {
  border-bottom: none;
}
.theme-skyblue #dynamicId .chartdiv .amcharts-main-div {
  background: #d7e7f1;
  margin-bottom: 20px;
}
.theme-skyblue #dynamicId .chartdiv a {
  visibility: hidden;
  display: none;
}
.theme-skyblue #dynamicId .time-stats {
  height: auto;
  padding: 10px 0;
  margin-bottom: 0;
}
.theme-skyblue #dynamicId .timeChart {
  float: left;
}
.theme-skyblue #dynamicId .timeChart .amcharts-chart-div {
  height: 100%;
}
.theme-skyblue #dynamicId .timeChart .amcharts-chart-div svg {
  height: 100%;
}
.theme-skyblue #dynamicId .timeChart .amcharts-export-menu {
  position: absolute;
  visibility: hidden;
  background: #fff;
}
.theme-skyblue #dynamicId .responderChartMember {
  width: 288px;
  min-height: 150px !important;
  margin: auto;
}
.theme-skyblue #dynamicId .responderChartMember h5, .theme-skyblue #dynamicId .responderChartMember .h5 {
  color: #1375bb;
  font-weight: bold;
}
.theme-skyblue #dynamicId .responderChartMember .memberCount {
  font-size: 26px;
  font-weight: bold;
  background: #1375bb;
  color: #fff;
  height: 60px;
  width: 60px;
  border-radius: 60px;
  line-height: 28px;
  margin: auto;
}
.theme-skyblue #dynamicId .remove-question {
  position: absolute;
  margin-left: -10px;
}
.theme-skyblue #dynamicId .tcWithoutScroll table tbody {
  height: auto !important;
}
.theme-skyblue #dynamicId #viewModal label.message {
  padding-top: 0;
}
.theme-skyblue #dynamicId .timeChartTable table thead {
  width: 100%;
}
.theme-skyblue #dynamicId .timeChartTable table thead th {
  border-top: 1px solid #dee2e6 !important;
  border-bottom: 0;
  width: auto !important;
}
.theme-skyblue #dynamicId .timeChartTable table thead th:first-child {
  width: auto !important;
}
.theme-skyblue #dynamicId .timeChartTable table tbody tr td {
  width: auto !important;
}
.theme-skyblue #dynamicId .timeChartTable table tbody::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.theme-skyblue #dynamicId .timeChartTable table tbody::-webkit-scrollbar-track {
  background: #dedee6;
}
.theme-skyblue #dynamicId .timeChartTable table tbody::-webkit-scrollbar-thumb {
  background: #1b83ca;
}
.theme-skyblue #dynamicId .amExportButton ul li.export-main a {
  visibility: visible;
  display: block;
  background: #0769ab url('download_white.07d2a3b65c03c324.svg') no-repeat 0 0;
  background-size: 14px;
  background-position: center;
}
.theme-skyblue #dynamicId .amExportButton ul li.export-main a[title="JavaScript charts"] {
  visibility: hidden;
  display: none;
}
.theme-skyblue #dynamicId .amcharts-export-menu .export-drawing > a {
  visibility: hidden;
  display: none;
}
.theme-skyblue #dynamicId .response-table {
  position: relative;
}
.theme-skyblue #dynamicId .response-table .downloadCsv {
  position: absolute;
  right: 18px;
  top: -34px;
  background: white;
  width: 37px;
  height: 37px;
  border-radius: 30px;
  box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.24);
  z-index: 7;
  text-align: center;
  padding-top: 5px;
  cursor: pointer;
}
.theme-skyblue #dynamicId .response-table .downloadCsv img {
  filter: invert(46%) sepia(39%) saturate(859%) hue-rotate(161deg) brightness(98%) contrast(80%);
}
.theme-skyblue #dynamicId .custom-alert-p {
  position: absolute;
  width: 95%;
}
.theme-skyblue #dynamicId .admin-register-alert {
  position: static;
}
.theme-skyblue #dynamicId .admin-register-alert .close {
  position: absolute;
  right: 0;
  top: 0px;
  font-size: 24px !important;
}
.theme-skyblue #dynamicId .bank-details-l label {
  font-size: 12px;
  line-height: 8px;
  min-width: 120px;
}
.theme-skyblue #dynamicId .bank-details-l label span {
  font-size: 14px;
}
.theme-skyblue #dynamicId .bank-details-labels label {
  line-height: 16px;
  min-width: 300px;
  font-weight: 600 !important;
}
.theme-skyblue #dynamicId .bank-details-labels label span {
  font-weight: normal;
}
.theme-skyblue #dynamicId .disclaimer-text .disclaimer--text {
  margin-bottom: 0;
}
.theme-skyblue #dynamicId .disclaimer-text .disclaimer--text span {
  font-size: 8px;
  vertical-align: inherit;
}
.theme-skyblue #dynamicId .disclaimer-text .disclaimer--text strong {
  font-weight: 600;
}
.theme-skyblue #dynamicId .btn-color {
  color: #a5a4bf !important;
}
.theme-skyblue #dynamicId .public--survey {
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
}
.theme-skyblue #dynamicId .public--survey .mat-radio-label {
  white-space: normal;
  padding-top: 0;
  margin-bottom: 4.8px;
}
.theme-skyblue #dynamicId .public--survey .question-name {
  font-weight: bold;
  color: #1375bb;
}
.theme-skyblue #dynamicId .public--survey .question-name label {
  font-weight: bold !important;
}
.theme-skyblue #dynamicId .config-wrapper .custom-table-wrapper {
  background: none;
}
.theme-skyblue #dynamicId app-custom-user-table .container {
  grid-template-rows: none !important;
}
.theme-skyblue #dynamicId app-custom-user-table .container .ag-body-container .ag-row:last-of-type {
  border: none !important;
}
.theme-skyblue #dynamicId .alert-danger {
  border-radius: 0;
}
.theme-skyblue #dynamicId .alert-danger .close {
  position: absolute;
  right: 10px;
}
.theme-skyblue #dynamicId .black-overlay {
  position: fixed !important;
  overflow: hidden;
}
.theme-skyblue #dynamicId .mh-none {
  min-height: 0 !important;
}
.theme-skyblue #dynamicId .card-bg-gray {
  background: #f7f7fb;
}
.theme-skyblue #dynamicId .finance_dshb_share button {
  border: 0;
  padding: 0;
}
.theme-skyblue #dynamicId .finance_dshb_share button::after {
  content: none;
}
.theme-skyblue #dynamicId .finance_dshb_share button img {
  margin-top: -16px;
}
.theme-skyblue #dynamicId .text-filter-c {
  width: 100%;
}
.theme-skyblue #dynamicId .text-filter-c .mat-mdc-select {
  /* TODO(mdc-migration): The following rule targets internal classes of select that may no longer apply for the MDC version.*/
}
.theme-skyblue #dynamicId .text-filter-c .mat-mdc-select .mat-select-value-text span {
  font-size: 10px !important;
}
.theme-skyblue #dynamicId .text-filter-c input.mat-mdc-input-element {
  border-bottom: none;
  font-size: 10px !important;
  padding-bottom: 0;
}
.theme-skyblue #dynamicId .text-filter-c input.mat-mdc-input-element:focus {
  border-bottom: none !important;
  padding: 0;
}
.theme-skyblue #dynamicId .records-select-c {
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.theme-skyblue #dynamicId .records-select-c .mat-form-field-infix {
  border-top: 0;
}
.theme-skyblue #dynamicId .ag-overlay[ref=eOverlay] .ag-overlay-no-rows-center {
  top: 130px;
  position: absolute;
  width: 100%;
  text-align: center;
  left: 0;
}
.theme-skyblue #dynamicId .grayBtn {
  height: 100px;
  text-align: center;
}
.theme-skyblue #dynamicId .grayBtn button {
  width: 100%;
  height: 100%;
  background: none;
  cursor: pointer;
  border: none;
  color: #fff;
  transition: all 0.3s ease-in;
  outline: 0;
}
.theme-skyblue #dynamicId .grayBtn button:hover {
  opacity: 0.7;
  transition: all 0.3s ease-out;
}
.theme-skyblue #dynamicId .grayBtn:nth-child(1) {
  background: #3b3b53;
}
.theme-skyblue #dynamicId .grayBtn:nth-child(2) {
  background: #4c4c62;
}
.theme-skyblue #dynamicId .grayBtn:nth-child(3) {
  background: #5e5e72;
}
.theme-skyblue #dynamicId .grayBtn:nth-child(4) {
  background: #707081;
}
.theme-skyblue #dynamicId .party-navigation ul.navbar-nav .nav-item .nav-link:hover, .theme-skyblue #dynamicId .party-navigation ul.navbar-nav .nav-item .nav-link:focus {
  background: none !important;
}
.theme-skyblue #dynamicId .party-navigation ul.navbar-nav .nav-item.active .nav-link {
  color: #908ddb !important;
}
.theme-skyblue #dynamicId #searchMember .modal-dialog {
  width: 65%;
  max-width: 1200px;
}
.theme-skyblue #dynamicId .add-new-qstn {
  font-size: 22px;
  vertical-align: sub;
  padding-right: 6px;
}
.theme-skyblue #dynamicId .remove-question-f {
  vertical-align: sub;
  font-size: 20px;
  margin-right: 6px;
}
.theme-skyblue #dynamicId .enter-sms-text h4, .theme-skyblue #dynamicId .enter-sms-text .h4 {
  font-size: 16px !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.theme-skyblue #dynamicId .questions-wrapper .mat-expansion-panel {
  background: none;
  margin-bottom: 8px;
  box-shadow: none !important;
  border: solid 1px #e0e0e0;
}
.theme-skyblue #dynamicId .questions-wrapper .mat-expansion-panel mat-panel-title h6, .theme-skyblue #dynamicId .questions-wrapper .mat-expansion-panel mat-panel-title .h6 {
  display: block;
  max-width: 376px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.theme-skyblue #dynamicId .questions-wrapper mat-accordion .mat-expansion-panel-spacing {
  margin-bottom: 8px !important;
}
.theme-skyblue #dynamicId .tooltip-custom-color {
  background: #595775;
  max-width: 500px !important;
  width: 100% !important;
  opacity: 1;
  font-size: 13px;
}
.theme-skyblue #dynamicId .mat-mdc-snack-bar-container {
  background: #ffffff;
  color: #f00;
  margin-bottom: 20px !important;
  border: solid 1px #d6d6d6;
  box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.31);
}
.theme-skyblue #dynamicId .mat-mdc-snack-bar-container span {
  margin: auto;
}
.theme-skyblue #dynamicId #previewQuestions {
  /* TODO(mdc-migration): The following rule targets internal classes of card that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of card that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of card that may no longer apply for the MDC version.*/
}
.theme-skyblue #dynamicId #previewQuestions .mat-mdc-card {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  border: solid 1px #ececec;
}
.theme-skyblue #dynamicId #previewQuestions .mat-card-header-text {
  width: 100%;
  margin: 0;
  /* TODO(mdc-migration): The following rule targets internal classes of card that may no longer apply for the MDC version.*/
}
.theme-skyblue #dynamicId #previewQuestions .mat-card-header-text mat-card-title {
  margin-bottom: 0;
  display: block;
  padding: 10px;
  background: #f2f2f2;
}
.theme-skyblue #dynamicId #previewQuestions mat-card-content {
  padding: 10px;
}
.theme-skyblue #dynamicId .config-wrapper .card, .theme-skyblue #dynamicId .config-wrapper .main-content .register_box .card .card-header, .theme-skyblue #dynamicId .main-content .register_box .card .config-wrapper .card-header {
  min-height: 0;
  margin-bottom: 0;
}
.theme-skyblue #dynamicId .config-wrapper .mat-expansion-panel {
  box-shadow: none;
  border-bottom: solid 2px #fff;
}
.theme-skyblue #dynamicId .config-wrapper .mat-expansion-panel .mat-expansion-panel-header {
  background: #1375bb;
  color: #fff;
  position: relative;
  padding: 0 18px;
}
.theme-skyblue #dynamicId .config-wrapper .mat-expansion-panel .mat-expansion-panel-header .mat-expansion-panel-header-title {
  color: #fff;
  margin-left: 26px;
}
.theme-skyblue #dynamicId .config-wrapper .mat-expansion-panel .mat-expansion-panel-header .mat-expansion-panel-header-title h6, .theme-skyblue #dynamicId .config-wrapper .mat-expansion-panel .mat-expansion-panel-header .mat-expansion-panel-header-title .h6 {
  margin-top: 8px;
  color: white;
}
.theme-skyblue #dynamicId .config-wrapper .mat-expansion-panel .mat-expansion-panel-header:hover {
  background: #0769ab;
}
.theme-skyblue #dynamicId .config-wrapper .mat-mdc-checkbox {
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
}
.theme-skyblue #dynamicId .config-wrapper .mat-mdc-checkbox.mat-checkbox-disabled {
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
}
.theme-skyblue #dynamicId .config-wrapper .mat-mdc-checkbox.mat-checkbox-disabled .mat-checkbox-label {
  color: #666666 !important;
}
.theme-skyblue #dynamicId .config-wrapper .mat-expansion-panel .mat-expansion-indicator {
  transform: rotate(-90deg) !important;
  position: absolute;
}
.theme-skyblue #dynamicId .config-wrapper .mat-expansion-panel.mat-expanded .mat-expansion-indicator {
  transform: rotate(0deg) !important;
}
.theme-skyblue #dynamicId .config-wrapper .mat-expansion-panel .mat-expansion-indicator::after {
  color: #fff;
}
.theme-skyblue #dynamicId .config-wrapper .mat-expansion-panel .mat-expansion-panel-content .mat-expansion-panel-body {
  padding: 0 !important;
}
.theme-skyblue #dynamicId .config-slide-toggle .mat-slide-toggle-label {
  display: block;
}
.theme-skyblue #dynamicId .config-slide-toggle .mat-slide-toggle-bar {
  float: right;
  display: block;
}
.theme-skyblue #dynamicId .config-slide-toggle .mat-slide-toggle-content {
  float: left;
  margin-right: 10px;
}
.theme-skyblue #dynamicId .box_1 {
  background: #eee;
}
.theme-skyblue #dynamicId input[type=checkbox].switch_1 {
  font-size: 12px;
  appearance: none;
  width: 3em;
  height: 1.5em;
  background: #ddd;
  border-radius: 3em;
  position: relative;
  cursor: pointer;
  outline: none;
  transition: all 0.2s ease-in-out;
}
.theme-skyblue #dynamicId input[type=checkbox].switch_1:after {
  position: absolute;
  content: "";
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 0.25em rgba(0, 0, 0, 0.3);
  transform: scale(0.7);
  left: 0;
  transition: all 0.2s ease-in-out;
}
.theme-skyblue #dynamicId input[type=checkbox].switch_1:checked:after {
  left: calc(100% - 1.5em);
}
.theme-skyblue #dynamicId .switch_box {
  display: flex;
  max-width: 200px;
  min-width: 200px;
  height: 200px;
  justify-content: center;
  align-items: center;
  flex: 1;
}
.theme-skyblue #dynamicId .gotoAccountPage {
  background: none;
  border: 0;
  color: #d2656f;
}
.theme-skyblue #dynamicId mat-tooltip-component .tooltip-custom-color {
  background: #1375bb;
}
.theme-skyblue #dynamicId .right-panel .activity img {
  filter: invert(46%) sepia(39%) saturate(859%) hue-rotate(161deg) brightness(98%) contrast(80%);
}
.theme-skyblue #dynamicId .right-panel .activity hr {
  border-top: 1px solid rgba(0, 123, 255, 0.2392156863);
}
.theme-skyblue #dynamicId .right-panel .event-heading-a,
.theme-skyblue #dynamicId .right-panel .fa-hand-pointer-o,
.theme-skyblue #dynamicId .right-panel .fa-check,
.theme-skyblue #dynamicId .right-panel .fa-envelope,
.theme-skyblue #dynamicId .right-panel .fa-cloud-upload {
  color: #1375bb;
}
.theme-skyblue #dynamicId .right-panel .owl-dt-calendar-cell-selected {
  background: #1375bb;
}
.theme-skyblue #dynamicId .right-panel app-custom-user-table img {
  filter: invert(46%) sepia(39%) saturate(859%) hue-rotate(161deg) brightness(98%) contrast(80%);
}
.theme-skyblue #dynamicId .right-panel app-custom-user-table .ag-theme-material .ag-header {
  color: #000000;
  font-size: 14px;
}
.theme-skyblue #dynamicId .right-panel app-custom-user-table .fa-eye,
.theme-skyblue #dynamicId .right-panel app-custom-user-table .fa-pencil,
.theme-skyblue #dynamicId .right-panel app-custom-user-table .fa-trash,
.theme-skyblue #dynamicId .right-panel app-custom-user-table .fa-cloud-upload,
.theme-skyblue #dynamicId .right-panel app-custom-user-table .fa-file-text-o {
  color: #0769ab;
}
.theme-skyblue #dynamicId .right-panel .disclaimer--text .fa {
  color: #0769ab;
}
.theme-skyblue #dynamicId .right-panel .disclaimer--text .fa-inverse {
  color: #FFFFFF;
}
.theme-skyblue #dynamicId .right-panel .activity {
  border: 1px solid rgba(0, 123, 255, 0.2392156863);
}
.theme-skyblue #dynamicId .right-panel .custom-breadcrumb {
  padding: 0;
}
.theme-skyblue #dynamicId .right-panel .custom-breadcrumb .white-crumb {
  background: #0769ab;
  color: #FFFFFF;
}
.theme-skyblue #dynamicId .right-panel .custom-breadcrumb .white-crumb:after {
  border-left-color: #0769ab;
}
.theme-skyblue #dynamicId .right-panel .bulkUploadTab h3, .theme-skyblue #dynamicId .right-panel .bulkUploadTab .h3 {
  color: #1375bb;
}
.theme-skyblue #dynamicId .right-panel .fa-file-excel-o {
  color: #1375bb;
}
.theme-skyblue #dynamicId .right-panel .alert {
  font-size: 16px !important;
}
.theme-skyblue #dynamicId .right-panel .manage-users-anchor img,
.theme-skyblue #dynamicId .right-panel .csvFile img,
.theme-skyblue #dynamicId .right-panel #searchButton img {
  filter: invert(46%) sepia(39%) saturate(859%) hue-rotate(161deg) brightness(98%) contrast(80%);
}
.theme-skyblue #dynamicId .right-panel .info-svg .fa {
  font-size: 20px;
  color: #1375bb;
}
.theme-skyblue #dynamicId .right-panel input[type=checkbox].switch_1:checked {
  background: #0769ab;
}
.theme-skyblue #dynamicId .right-panel .modal-header {
  background: #1375bb !important;
}
.theme-skyblue #dynamicId app-registration {
  display: block;
  overflow: hidden;
  background: url('greyzz.7e1ddd1c2df298da.png') repeat;
}
.theme-skyblue #dynamicId app-registration .main-content header h1, .theme-skyblue #dynamicId app-registration .main-content header .h1 {
  line-height: 50px;
  padding-left: 30px;
}
.theme-skyblue #dynamicId app-registration .main-content.gradient header {
  height: 70px;
}
.theme-skyblue #dynamicId app-registration app-authentication .main-content header h1, .theme-skyblue #dynamicId app-registration app-authentication .main-content header .h1 {
  line-height: 75px;
  color: white;
}
.theme-skyblue #dynamicId app-registration app-terms-and-conditions {
  position: relative;
  z-index: 1051;
}
.theme-skyblue #dynamicId .container .right-side-box h6, .theme-skyblue #dynamicId .container .right-side-box .h6 {
  color: #1375bb;
}
.theme-skyblue #dynamicId .container .right-side-box h6 img, .theme-skyblue #dynamicId .container .right-side-box .h6 img {
  filter: invert(46%) sepia(39%) saturate(859%) hue-rotate(161deg) brightness(98%) contrast(80%);
}
.theme-skyblue #dynamicId .container .steps .step,
.theme-skyblue #dynamicId .container .steps .step1 {
  background: #1375bb;
}
.theme-skyblue #dynamicId .container .steps .step.active,
.theme-skyblue #dynamicId .container .steps .step1.active {
  background: #0769ab;
}
.theme-skyblue #dynamicId .container .register_box .card-header h3, .theme-skyblue #dynamicId .container .register_box .card-header .h3 {
  color: #1375bb;
}
.theme-skyblue #dynamicId .container .landing_heading {
  font-size: 20px;
  color: #1375bb;
}
.theme-skyblue #dynamicId .container .newsletter-c,
.theme-skyblue #dynamicId .container .signIn-c,
.theme-skyblue #dynamicId .container .section-news {
  background: #f2f5f8;
}
.theme-skyblue #dynamicId .container .header-sign--d ul.dropdown-menu {
  min-width: 320px !important;
  box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.27);
  left: inherit;
  right: 10px;
}
.theme-skyblue #dynamicId .container .header-sign--d ul.dropdown-menu* {
  font-size: 14px;
}
.theme-skyblue #dynamicId .container .header-sign--d .get-started-btn {
  background: #FFFFFF !important;
  border: 1px solid #3a8bc2;
  color: #1375bb;
  line-height: normal;
  border-radius: 4px;
  padding: 5px 10px;
  margin: 0 !important;
}
.theme-skyblue #dynamicId .container .header-sign--d .get-started-btn:hover {
  background: #FFFFFF !important;
  color: #1375bb;
}
.theme-skyblue #dynamicId .container .share--social button {
  color: #1375bb !important;
  padding: 0 8px;
  border: 0;
}
.theme-skyblue #dynamicId .container .share--social button:focus {
  outline: 0;
  box-shadow: none;
}
.theme-skyblue #dynamicId .container .share--social button:after {
  content: none;
}
.theme-skyblue #dynamicId .container .share--social .dropdown-menu {
  min-width: 32px;
}
.theme-skyblue #dynamicId .container .share--social .dropdown-menu a.dropdown-item {
  padding: 0;
  text-align: center;
}
.theme-skyblue #dynamicId .container .share--social .dropdown-menu a.dropdown-item i {
  color: #1375bb !important;
  background: none;
}
.theme-skyblue #dynamicId .container .share--social .dropdown-menu a.dropdown-item:focus {
  outline: 0;
  box-shadow: none;
}
.theme-skyblue #dynamicId .container .share--social .dropdown-menu a.dropdown-item:active {
  background: none !important;
  color: #1375bb !important;
}
.theme-skyblue #dynamicId .container .modal-newsletter .form-control:focus {
  box-shadow: none;
  background: none;
  border: 0;
  outline: 0;
}
.theme-skyblue #dynamicId .container-fluid, .theme-skyblue #dynamicId .container-sm, .theme-skyblue #dynamicId .container-md, .theme-skyblue #dynamicId .container-lg, .theme-skyblue #dynamicId .container-xl, .theme-skyblue #dynamicId .container-xxl {
  /* TODO(mdc-migration): The following rule targets internal classes of paginator that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of paginator that may no longer apply for the MDC version.*/
}
.theme-skyblue #dynamicId .container-fluid .activity-comments, .theme-skyblue #dynamicId .container-sm .activity-comments, .theme-skyblue #dynamicId .container-md .activity-comments, .theme-skyblue #dynamicId .container-lg .activity-comments, .theme-skyblue #dynamicId .container-xl .activity-comments, .theme-skyblue #dynamicId .container-xxl .activity-comments {
  background: rgba(0, 0, 0, 0.0784313725);
}
.theme-skyblue #dynamicId .container-fluid .activity-block img, .theme-skyblue #dynamicId .container-sm .activity-block img, .theme-skyblue #dynamicId .container-md .activity-block img, .theme-skyblue #dynamicId .container-lg .activity-block img, .theme-skyblue #dynamicId .container-xl .activity-block img, .theme-skyblue #dynamicId .container-xxl .activity-block img {
  filter: invert(46%) sepia(39%) saturate(859%) hue-rotate(161deg) brightness(98%) contrast(80%);
}
.theme-skyblue #dynamicId .container-fluid .activity-block .fa, .theme-skyblue #dynamicId .container-sm .activity-block .fa, .theme-skyblue #dynamicId .container-md .activity-block .fa, .theme-skyblue #dynamicId .container-lg .activity-block .fa, .theme-skyblue #dynamicId .container-xl .activity-block .fa, .theme-skyblue #dynamicId .container-xxl .activity-block .fa {
  color: #1375bb;
}
.theme-skyblue #dynamicId .container-fluid .custom-table-wrapper .ag-body-viewport::-webkit-scrollbar, .theme-skyblue #dynamicId .container-sm .custom-table-wrapper .ag-body-viewport::-webkit-scrollbar, .theme-skyblue #dynamicId .container-md .custom-table-wrapper .ag-body-viewport::-webkit-scrollbar, .theme-skyblue #dynamicId .container-lg .custom-table-wrapper .ag-body-viewport::-webkit-scrollbar, .theme-skyblue #dynamicId .container-xl .custom-table-wrapper .ag-body-viewport::-webkit-scrollbar, .theme-skyblue #dynamicId .container-xxl .custom-table-wrapper .ag-body-viewport::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.theme-skyblue #dynamicId .container-fluid .custom-table-wrapper .ag-body-viewport::-webkit-scrollbar-track, .theme-skyblue #dynamicId .container-sm .custom-table-wrapper .ag-body-viewport::-webkit-scrollbar-track, .theme-skyblue #dynamicId .container-md .custom-table-wrapper .ag-body-viewport::-webkit-scrollbar-track, .theme-skyblue #dynamicId .container-lg .custom-table-wrapper .ag-body-viewport::-webkit-scrollbar-track, .theme-skyblue #dynamicId .container-xl .custom-table-wrapper .ag-body-viewport::-webkit-scrollbar-track, .theme-skyblue #dynamicId .container-xxl .custom-table-wrapper .ag-body-viewport::-webkit-scrollbar-track {
  background: #dedee6;
}
.theme-skyblue #dynamicId .container-fluid .custom-table-wrapper .ag-body-viewport::-webkit-scrollbar-thumb, .theme-skyblue #dynamicId .container-sm .custom-table-wrapper .ag-body-viewport::-webkit-scrollbar-thumb, .theme-skyblue #dynamicId .container-md .custom-table-wrapper .ag-body-viewport::-webkit-scrollbar-thumb, .theme-skyblue #dynamicId .container-lg .custom-table-wrapper .ag-body-viewport::-webkit-scrollbar-thumb, .theme-skyblue #dynamicId .container-xl .custom-table-wrapper .ag-body-viewport::-webkit-scrollbar-thumb, .theme-skyblue #dynamicId .container-xxl .custom-table-wrapper .ag-body-viewport::-webkit-scrollbar-thumb {
  background: #1b83ca;
}
.theme-skyblue #dynamicId .container-fluid .ag-theme-material, .theme-skyblue #dynamicId .container-sm .ag-theme-material, .theme-skyblue #dynamicId .container-md .ag-theme-material, .theme-skyblue #dynamicId .container-lg .ag-theme-material, .theme-skyblue #dynamicId .container-xl .ag-theme-material, .theme-skyblue #dynamicId .container-xxl .ag-theme-material {
  font-size: 14px;
}
.theme-skyblue #dynamicId .container-fluid .ag-theme-material .ag-row-hover, .theme-skyblue #dynamicId .container-sm .ag-theme-material .ag-row-hover, .theme-skyblue #dynamicId .container-md .ag-theme-material .ag-row-hover, .theme-skyblue #dynamicId .container-lg .ag-theme-material .ag-row-hover, .theme-skyblue #dynamicId .container-xl .ag-theme-material .ag-row-hover, .theme-skyblue #dynamicId .container-xxl .ag-theme-material .ag-row-hover {
  background: none !important;
}
.theme-skyblue #dynamicId .container-fluid .ag-theme-material .ag-header-group-cell, .theme-skyblue #dynamicId .container-sm .ag-theme-material .ag-header-group-cell, .theme-skyblue #dynamicId .container-md .ag-theme-material .ag-header-group-cell, .theme-skyblue #dynamicId .container-lg .ag-theme-material .ag-header-group-cell, .theme-skyblue #dynamicId .container-xl .ag-theme-material .ag-header-group-cell, .theme-skyblue #dynamicId .container-xxl .ag-theme-material .ag-header-group-cell,
.theme-skyblue #dynamicId .container-fluid .ag-theme-material .ag-header-cell,
.theme-skyblue #dynamicId .container-sm .ag-theme-material .ag-header-cell,
.theme-skyblue #dynamicId .container-md .ag-theme-material .ag-header-cell,
.theme-skyblue #dynamicId .container-lg .ag-theme-material .ag-header-cell,
.theme-skyblue #dynamicId .container-xl .ag-theme-material .ag-header-cell,
.theme-skyblue #dynamicId .container-xxl .ag-theme-material .ag-header-cell {
  padding: 0 10px !important;
}
.theme-skyblue #dynamicId .container-fluid .ag-theme-material .ag-header-row, .theme-skyblue #dynamicId .container-sm .ag-theme-material .ag-header-row, .theme-skyblue #dynamicId .container-md .ag-theme-material .ag-header-row, .theme-skyblue #dynamicId .container-lg .ag-theme-material .ag-header-row, .theme-skyblue #dynamicId .container-xl .ag-theme-material .ag-header-row, .theme-skyblue #dynamicId .container-xxl .ag-theme-material .ag-header-row {
  background: #dbf0ff;
  border: 0;
  font-size: 14px;
}
.theme-skyblue #dynamicId .container-fluid .ag-theme-material .customHeaderLabel, .theme-skyblue #dynamicId .container-sm .ag-theme-material .customHeaderLabel, .theme-skyblue #dynamicId .container-md .ag-theme-material .customHeaderLabel, .theme-skyblue #dynamicId .container-lg .ag-theme-material .customHeaderLabel, .theme-skyblue #dynamicId .container-xl .ag-theme-material .customHeaderLabel, .theme-skyblue #dynamicId .container-xxl .ag-theme-material .customHeaderLabel {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 17px;
  padding-top: 10px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
}
.theme-skyblue #dynamicId .container-fluid .ag-theme-material .customHeaderLabel .custom-date-f, .theme-skyblue #dynamicId .container-sm .ag-theme-material .customHeaderLabel .custom-date-f, .theme-skyblue #dynamicId .container-md .ag-theme-material .customHeaderLabel .custom-date-f, .theme-skyblue #dynamicId .container-lg .ag-theme-material .customHeaderLabel .custom-date-f, .theme-skyblue #dynamicId .container-xl .ag-theme-material .customHeaderLabel .custom-date-f, .theme-skyblue #dynamicId .container-xxl .ag-theme-material .customHeaderLabel .custom-date-f {
  font-weight: normal;
}
.theme-skyblue #dynamicId .container-fluid .ag-theme-material .ag-header-cell-label, .theme-skyblue #dynamicId .container-sm .ag-theme-material .ag-header-cell-label, .theme-skyblue #dynamicId .container-md .ag-theme-material .ag-header-cell-label, .theme-skyblue #dynamicId .container-lg .ag-theme-material .ag-header-cell-label, .theme-skyblue #dynamicId .container-xl .ag-theme-material .ag-header-cell-label, .theme-skyblue #dynamicId .container-xxl .ag-theme-material .ag-header-cell-label {
  width: 100% !important;
  font-size: 14px;
  font-weight: 500;
}
.theme-skyblue #dynamicId .container-fluid .ag-theme-material .ag-cell, .theme-skyblue #dynamicId .container-sm .ag-theme-material .ag-cell, .theme-skyblue #dynamicId .container-md .ag-theme-material .ag-cell, .theme-skyblue #dynamicId .container-lg .ag-theme-material .ag-cell, .theme-skyblue #dynamicId .container-xl .ag-theme-material .ag-cell, .theme-skyblue #dynamicId .container-xxl .ag-theme-material .ag-cell {
  padding: 0 10px !important;
  text-transform: capitalize;
  font-size: 14px;
}
.theme-skyblue #dynamicId .container-fluid .ag-theme-material .ag-cell cell-renderer > div, .theme-skyblue #dynamicId .container-sm .ag-theme-material .ag-cell cell-renderer > div, .theme-skyblue #dynamicId .container-md .ag-theme-material .ag-cell cell-renderer > div, .theme-skyblue #dynamicId .container-lg .ag-theme-material .ag-cell cell-renderer > div, .theme-skyblue #dynamicId .container-xl .ag-theme-material .ag-cell cell-renderer > div, .theme-skyblue #dynamicId .container-xxl .ag-theme-material .ag-cell cell-renderer > div {
  box-sizing: border-box;
  overflow: hidden;
  position: absolute;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 96%;
}
.theme-skyblue #dynamicId .container-fluid .ag-theme-material .ag-cell cell-renderer > .gridInputValue, .theme-skyblue #dynamicId .container-sm .ag-theme-material .ag-cell cell-renderer > .gridInputValue, .theme-skyblue #dynamicId .container-md .ag-theme-material .ag-cell cell-renderer > .gridInputValue, .theme-skyblue #dynamicId .container-lg .ag-theme-material .ag-cell cell-renderer > .gridInputValue, .theme-skyblue #dynamicId .container-xl .ag-theme-material .ag-cell cell-renderer > .gridInputValue, .theme-skyblue #dynamicId .container-xxl .ag-theme-material .ag-cell cell-renderer > .gridInputValue {
  left: 0 !important;
}
.theme-skyblue #dynamicId .container-fluid .ag-theme-material .ag-cell a, .theme-skyblue #dynamicId .container-sm .ag-theme-material .ag-cell a, .theme-skyblue #dynamicId .container-md .ag-theme-material .ag-cell a, .theme-skyblue #dynamicId .container-lg .ag-theme-material .ag-cell a, .theme-skyblue #dynamicId .container-xl .ag-theme-material .ag-cell a, .theme-skyblue #dynamicId .container-xxl .ag-theme-material .ag-cell a {
  font-size: 14px !important;
}
.theme-skyblue #dynamicId .container-fluid .ag-theme-material .ag-floating-filter-full-body input, .theme-skyblue #dynamicId .container-sm .ag-theme-material .ag-floating-filter-full-body input, .theme-skyblue #dynamicId .container-md .ag-theme-material .ag-floating-filter-full-body input, .theme-skyblue #dynamicId .container-lg .ag-theme-material .ag-floating-filter-full-body input, .theme-skyblue #dynamicId .container-xl .ag-theme-material .ag-floating-filter-full-body input, .theme-skyblue #dynamicId .container-xxl .ag-theme-material .ag-floating-filter-full-body input {
  border-bottom: none !important;
}
.theme-skyblue #dynamicId .container-fluid .ag-theme-material .ag-icon-checkbox-checked:empty, .theme-skyblue #dynamicId .container-sm .ag-theme-material .ag-icon-checkbox-checked:empty, .theme-skyblue #dynamicId .container-md .ag-theme-material .ag-icon-checkbox-checked:empty, .theme-skyblue #dynamicId .container-lg .ag-theme-material .ag-icon-checkbox-checked:empty, .theme-skyblue #dynamicId .container-xl .ag-theme-material .ag-icon-checkbox-checked:empty, .theme-skyblue #dynamicId .container-xxl .ag-theme-material .ag-icon-checkbox-checked:empty {
  filter: invert(46%) sepia(39%) saturate(859%) hue-rotate(161deg) brightness(98%) contrast(80%);
}
.theme-skyblue #dynamicId .container-fluid .create-survey .card-header, .theme-skyblue #dynamicId .container-sm .create-survey .card-header, .theme-skyblue #dynamicId .container-md .create-survey .card-header, .theme-skyblue #dynamicId .container-lg .create-survey .card-header, .theme-skyblue #dynamicId .container-xl .create-survey .card-header, .theme-skyblue #dynamicId .container-xxl .create-survey .card-header {
  background: #1375bb;
}
.theme-skyblue #dynamicId .container-fluid .create-survey img, .theme-skyblue #dynamicId .container-sm .create-survey img, .theme-skyblue #dynamicId .container-md .create-survey img, .theme-skyblue #dynamicId .container-lg .create-survey img, .theme-skyblue #dynamicId .container-xl .create-survey img, .theme-skyblue #dynamicId .container-xxl .create-survey img {
  filter: invert(46%) sepia(39%) saturate(859%) hue-rotate(161deg) brightness(98%) contrast(80%);
}
.theme-skyblue #dynamicId .container-fluid .add-new-field .fa, .theme-skyblue #dynamicId .container-sm .add-new-field .fa, .theme-skyblue #dynamicId .container-md .add-new-field .fa, .theme-skyblue #dynamicId .container-lg .add-new-field .fa, .theme-skyblue #dynamicId .container-xl .add-new-field .fa, .theme-skyblue #dynamicId .container-xxl .add-new-field .fa {
  font-size: 20px;
}
.theme-skyblue #dynamicId .container-fluid .add-new-field .fa-plus, .theme-skyblue #dynamicId .container-sm .add-new-field .fa-plus, .theme-skyblue #dynamicId .container-md .add-new-field .fa-plus, .theme-skyblue #dynamicId .container-lg .add-new-field .fa-plus, .theme-skyblue #dynamicId .container-xl .add-new-field .fa-plus, .theme-skyblue #dynamicId .container-xxl .add-new-field .fa-plus {
  font-size: 14px;
}
.theme-skyblue #dynamicId .container-fluid .questions-wrapper .mat-expansion-panel mat-panel-title h6, .theme-skyblue #dynamicId .container-sm .questions-wrapper .mat-expansion-panel mat-panel-title h6, .theme-skyblue #dynamicId .container-md .questions-wrapper .mat-expansion-panel mat-panel-title h6, .theme-skyblue #dynamicId .container-lg .questions-wrapper .mat-expansion-panel mat-panel-title h6, .theme-skyblue #dynamicId .container-xl .questions-wrapper .mat-expansion-panel mat-panel-title h6, .theme-skyblue #dynamicId .container-xxl .questions-wrapper .mat-expansion-panel mat-panel-title h6, .theme-skyblue #dynamicId .container-fluid .questions-wrapper .mat-expansion-panel mat-panel-title .h6, .theme-skyblue #dynamicId .container-sm .questions-wrapper .mat-expansion-panel mat-panel-title .h6, .theme-skyblue #dynamicId .container-md .questions-wrapper .mat-expansion-panel mat-panel-title .h6, .theme-skyblue #dynamicId .container-lg .questions-wrapper .mat-expansion-panel mat-panel-title .h6, .theme-skyblue #dynamicId .container-xl .questions-wrapper .mat-expansion-panel mat-panel-title .h6, .theme-skyblue #dynamicId .container-xxl .questions-wrapper .mat-expansion-panel mat-panel-title .h6 {
  color: #1375bb;
}
.theme-skyblue #dynamicId .container-fluid .join-event ul, .theme-skyblue #dynamicId .container-sm .join-event ul, .theme-skyblue #dynamicId .container-md .join-event ul, .theme-skyblue #dynamicId .container-lg .join-event ul, .theme-skyblue #dynamicId .container-xl .join-event ul, .theme-skyblue #dynamicId .container-xxl .join-event ul {
  background: #1375bb;
}
.theme-skyblue #dynamicId .container-fluid .join-event ul li a, .theme-skyblue #dynamicId .container-sm .join-event ul li a, .theme-skyblue #dynamicId .container-md .join-event ul li a, .theme-skyblue #dynamicId .container-lg .join-event ul li a, .theme-skyblue #dynamicId .container-xl .join-event ul li a, .theme-skyblue #dynamicId .container-xxl .join-event ul li a {
  color: #FFFFFF !important;
}
.theme-skyblue #dynamicId .container-fluid mat-paginator, .theme-skyblue #dynamicId .container-sm mat-paginator, .theme-skyblue #dynamicId .container-md mat-paginator, .theme-skyblue #dynamicId .container-lg mat-paginator, .theme-skyblue #dynamicId .container-xl mat-paginator, .theme-skyblue #dynamicId .container-xxl mat-paginator {
  float: left;
  color: #1375bb;
  font-size: 14px;
}
.theme-skyblue #dynamicId .container-fluid mat-paginator .mat-mdc-paginator-range-actions button, .theme-skyblue #dynamicId .container-sm mat-paginator .mat-mdc-paginator-range-actions button, .theme-skyblue #dynamicId .container-md mat-paginator .mat-mdc-paginator-range-actions button, .theme-skyblue #dynamicId .container-lg mat-paginator .mat-mdc-paginator-range-actions button, .theme-skyblue #dynamicId .container-xl mat-paginator .mat-mdc-paginator-range-actions button, .theme-skyblue #dynamicId .container-xxl mat-paginator .mat-mdc-paginator-range-actions button {
  color: #1375bb;
}
.theme-skyblue #dynamicId .donate-party-fund {
  background: none;
  color: #1375bb;
  box-shadow: none;
}
.theme-skyblue #dynamicId .donate-party-fund img {
  filter: invert(46%) sepia(39%) saturate(859%) hue-rotate(161deg) brightness(98%) contrast(80%);
}
.theme-skyblue #dynamicId #takeSurveyNow a {
  color: #1375bb;
}
.theme-skyblue #dynamicId .right-news-s .right-news-s-card .news-slider .news-tabs::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.theme-skyblue #dynamicId .right-news-s .right-news-s-card .news-slider .news-tabs::-webkit-scrollbar-track {
  background: #dedee6;
}
.theme-skyblue #dynamicId .right-news-s .right-news-s-card .news-slider .news-tabs::-webkit-scrollbar-thumb {
  background: #1b83ca;
}
.theme-skyblue #dynamicId .home-event-modal h2, .theme-skyblue #dynamicId .home-event-modal .h2 {
  font-size: 24px;
  color: #0769ab;
}
.theme-skyblue #dynamicId .home-event-modal h3, .theme-skyblue #dynamicId .home-event-modal .h3 {
  color: #1375bb;
  font-size: 20px;
}
.theme-skyblue #dynamicId .home-event-modal .home-event-desc {
  max-height: 130px;
  overflow: auto;
  border: solid 1px #ddd;
  padding: 10px;
}
.theme-skyblue #dynamicId .home-event-modal .home-event-desc::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.theme-skyblue #dynamicId .home-event-modal .home-event-desc::-webkit-scrollbar-track {
  background: #dedee6;
}
.theme-skyblue #dynamicId .home-event-modal .home-event-desc::-webkit-scrollbar-thumb {
  background: #1b83ca;
}
.theme-skyblue #dynamicId .home-event-modal .evnt-modal-icns-c .evnt-modal-icns {
  min-width: 140px;
}
.theme-skyblue #dynamicId .home-event-modal .evnt-modal-icns-c .evnt-modal-icns button {
  width: auto !important;
  max-width: 90%;
  text-align: left;
  padding: 0;
  margin-bottom: 2px;
  cursor: default;
}
.theme-skyblue #dynamicId .home-event-icons {
  text-align: right;
}
.theme-skyblue #dynamicId .home-event-icons a i {
  background: none;
  color: #1375bb;
}
.theme-skyblue #dynamicId .home-event-img-crop {
  height: 140px;
  overflow: hidden;
  width: 100%;
}
.theme-skyblue #dynamicId .home-event-img-crop img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.theme-skyblue #dynamicId .section-footer {
  background: #0e3f60;
}
.theme-skyblue #dynamicId footer {
  background: #0e3f60;
}
.theme-skyblue #dynamicId .title-c {
  background: #1375bb;
  font-size: 20px;
  height: 40px;
  line-height: 7px;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.theme-skyblue #dynamicId .news-slider .nav-tabs li a {
  color: #1375bb;
  height: 40px;
  line-height: 20px;
}
.theme-skyblue #dynamicId .news-slider .nav-tabs li a:hover {
  background: #1375bb;
  color: #FFFFFF;
}
.theme-skyblue #dynamicId .news-slider .nav-tabs .active {
  background: #1375bb !important;
}
.theme-skyblue #dynamicId .tab-pane h5, .theme-skyblue #dynamicId .tab-pane .h5 {
  max-width: 230px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.theme-skyblue #dynamicId .tab-pane h5 a, .theme-skyblue #dynamicId .tab-pane .h5 a {
  color: #1375bb !important;
}
.theme-skyblue #dynamicId .evnt-modal-icns .eventButton img {
  filter: invert(46%) sepia(39%) saturate(859%) hue-rotate(161deg) brightness(98%) contrast(80%);
}
.theme-skyblue #dynamicId .event--desc-w {
  display: block;
  float: right;
  margin-top: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
  width: 100%;
  margin-bottom: 8px !important;
}
.theme-skyblue #dynamicId mat-button-toggle-group {
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.theme-skyblue #dynamicId mat-button-toggle-group mat-button-toggle {
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.theme-skyblue #dynamicId mat-button-toggle-group mat-button-toggle.btn.c-button.mat-button-toggle button {
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.theme-skyblue #dynamicId mat-button-toggle-group mat-button-toggle.btn.c-button.mat-button-toggle button.mat-button-toggle-button {
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.theme-skyblue #dynamicId mat-button-toggle-group mat-button-toggle.btn.c-button.mat-button-toggle button.mat-button-toggle-button .mat-button-toggle-label-content {
  padding: 0;
  min-width: 74px;
  line-height: 28px !important;
}
.theme-skyblue #dynamicId mat-button-toggle-group .btn.c-button.mat-button-toggle-checked {
  background: #0769ab !important;
  color: white !important;
}
.theme-skyblue #dynamicId .btn.c-button.mat-button-toggle {
  color: #0769ab !important;
  border: 1px solid #3a8bc2 !important;
  border-radius: 0;
}
.theme-skyblue #dynamicId .btn.c-button.mat-button-toggle button:focus {
  outline: 0 !important;
}
.theme-skyblue #dynamicId .btn.c-button.mat-button-toggle:first-child {
  -webkit-border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.theme-skyblue #dynamicId .btn.c-button.mat-button-toggle:last-child {
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.theme-skyblue #dynamicId .border-button {
  color: #1375bb !important;
  border: 1px solid #3a8bc2 !important;
}
.theme-skyblue #dynamicId .signIn li a {
  color: #1375bb !important;
}
.theme-skyblue #dynamicId .forgot-pwd {
  color: #0769ab !important;
  text-decoration: underline !important;
}
.theme-skyblue #dynamicId .modal-newsletter .icon-box {
  color: #1375bb;
}
.theme-skyblue #dynamicId .landing-nav.navbar-default {
  background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 23%, rgb(86, 169, 247) 47%, rgb(86, 169, 247) 100%);
}
.theme-skyblue #dynamicId .landing_heading {
  font-size: 20px;
  color: #1375bb;
}
.theme-skyblue #dynamicId .empty-space-recover {
  width: 100%;
  height: 80px;
}
.theme-skyblue #dynamicId .checkbox label:after,
.theme-skyblue #dynamicId .radio label:after {
  content: "";
  display: table;
  clear: both;
}
.theme-skyblue #dynamicId .checkbox .cr,
.theme-skyblue #dynamicId .radio .cr {
  position: relative;
  display: inline-block;
  border: 1px solid #3a8bc2;
  border-radius: 0.25em;
  width: 1.1em;
  height: 1.1em;
  margin-right: 0.5em;
  vertical-align: text-bottom;
}
.theme-skyblue #dynamicId .radio .cr {
  border-radius: 50%;
  margin-right: 0;
}
.theme-skyblue #dynamicId .checkbox .cr .cr-icon,
.theme-skyblue #dynamicId .radio .cr .cr-icon {
  position: absolute;
  font-size: 0.8em;
  line-height: 0;
  top: 26%;
  left: 10%;
  color: #1375bb;
}
.theme-skyblue #dynamicId .radio .cr .cr-icon {
  margin-left: 0.04em;
  font-size: 0.6em;
  top: 29%;
  left: 21%;
}
.theme-skyblue #dynamicId .checkbox label input[type=checkbox],
.theme-skyblue #dynamicId .radio label input[type=radio] {
  display: none;
}
.theme-skyblue #dynamicId .checkbox label input[type=checkbox] + .cr > .cr-icon,
.theme-skyblue #dynamicId .radio label input[type=radio] + .cr > .cr-icon {
  transform: scale(3) rotateZ(-20deg);
  opacity: 0;
  transition: all 0.3s ease-in;
}
.theme-skyblue #dynamicId .checkbox label input[type=checkbox]:checked + .cr > .cr-icon,
.theme-skyblue #dynamicId .radio label input[type=radio]:checked + .cr > .cr-icon {
  transform: scale(1) rotateZ(0deg);
  opacity: 1;
}
.theme-skyblue #dynamicId .checkbox label input[type=checkbox]:disabled + .cr,
.theme-skyblue #dynamicId .radio label input[type=radio]:disabled + .cr {
  opacity: 0.5;
}
.theme-skyblue #dynamicId .logincheckbox label,
.theme-skyblue #dynamicId .privacy label {
  white-space: normal;
  margin: 0;
  padding: 0;
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
}
.theme-skyblue #dynamicId .logincheckbox label span.mat-checkbox-label,
.theme-skyblue #dynamicId .privacy label span.mat-checkbox-label {
  line-height: 18px;
}
.theme-skyblue #dynamicId .logincheckbox .checkbox label a,
.theme-skyblue #dynamicId .privacy .checkbox label a {
  color: #0769ab !important;
}
.theme-skyblue #dynamicId .logincheckbox .checkbox label .checkbox-content,
.theme-skyblue #dynamicId .privacy .checkbox label .checkbox-content {
  width: 91%;
  float: right;
}
.theme-skyblue #dynamicId .socials-a li a {
  width: 30px;
  height: 30px;
  border: solid 2px #fff;
  border-radius: 30px;
  display: block;
  text-align: center;
  line-height: 27px;
  cursor: pointer;
  transition: all 0.3s ease-out;
}
.theme-skyblue #dynamicId .socials-a li a .fa {
  background: none;
}
.theme-skyblue #dynamicId .socials-a li a:hover {
  opacity: 0.6;
  transition: all 0.3s ease-in;
}
.theme-skyblue #dynamicId #takeSurveyNow button.close {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 38px;
  opacity: 0.6;
}
.theme-skyblue #dynamicId #takeSurveyNow .takeSurveyCheckbox {
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
}
.theme-skyblue #dynamicId #takeSurveyNow .takeSurveyCheckbox .mat-checkbox-label {
  line-height: 0;
}
.theme-skyblue #dynamicId .carousel-wrapper .owl-item > div {
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  object-fit: cover;
}
.theme-skyblue #dynamicId .carousel-wrapper .owl-theme .owl-nav {
  margin-top: 0;
  position: absolute;
  z-index: 9999;
  top: 40%;
  width: 94%;
  left: 0;
  right: 0;
  margin: auto;
}
.theme-skyblue #dynamicId .carousel-wrapper .owl-theme .owl-nav .owl-prev,
.theme-skyblue #dynamicId .carousel-wrapper .owl-theme .owl-nav .owl-next {
  position: absolute;
  font-size: 30px;
  color: #fff;
  outline: 0;
}
.theme-skyblue #dynamicId .carousel-wrapper .owl-theme .owl-nav .owl-prev:hover,
.theme-skyblue #dynamicId .carousel-wrapper .owl-theme .owl-nav .owl-next:hover {
  background: none;
  outline: 0;
}
.theme-skyblue #dynamicId .carousel-wrapper .owl-theme .owl-nav .owl-prev {
  left: 0;
}
.theme-skyblue #dynamicId .carousel-wrapper .owl-theme .owl-nav .owl-next {
  right: 0;
}
.theme-skyblue #dynamicId .carousel-wrapper .overlay-a {
  background-color: rgba(0, 0, 0, 0.5);
}
.theme-skyblue #dynamicId .carousel-wrapper .intro-body {
  background: rgba(0, 0, 0, 0.3490196078);
  padding: 10px;
  border: solid 0.5px #6f6f6f;
}
.theme-skyblue #dynamicId .carousel-wrapper .intro-body h1, .theme-skyblue #dynamicId .carousel-wrapper .intro-body .h1,
.theme-skyblue #dynamicId .carousel-wrapper .intro-body p {
  color: #fff;
}
.theme-skyblue #dynamicId .no-margin {
  margin: 0;
}
.theme-skyblue #dynamicId .nav-pills-a.nav-pills .nav-link {
  color: #000000;
  position: relative;
  font-weight: 600;
}
.theme-skyblue #dynamicId .nav-pills-a.nav-pills .nav-link.active {
  background-color: transparent;
}
.theme-skyblue #dynamicId .nav-pills-a.nav-pills .nav-link.active:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 2px;
  background-color: #3a8bc2;
  z-index: 2;
}
.theme-skyblue #dynamicId .bg-image {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
}
.theme-skyblue #dynamicId .list-a {
  display: inline-block;
  line-height: 2;
  padding: 0;
  list-style: none;
}
.theme-skyblue #dynamicId .list-a li {
  position: relative;
  width: 50%;
  float: left;
  padding-left: 25px;
  padding-right: 5px;
}
.theme-skyblue #dynamicId .list-a li:before {
  content: "";
  width: 10px;
  height: 2px;
  position: absolute;
  background-color: #313131;
  top: 15px;
  left: 0;
}
.theme-skyblue #dynamicId .icon-box .icon-box-icon {
  display: table-cell;
  vertical-align: top;
  font-size: 36px;
  color: #000000;
  width: 50px;
  padding-top: 8px;
}
.theme-skyblue #dynamicId .icon-box .icon-box-content {
  padding-top: 18px;
}
.theme-skyblue #dynamicId .section-t8 {
  padding-top: 128px;
}
.theme-skyblue #dynamicId .section-t4 {
  padding-top: 64px;
}
.theme-skyblue #dynamicId .section-t3 {
  padding-top: 48px;
}
.theme-skyblue #dynamicId .section-b2 {
  padding-bottom: 32px;
}
.theme-skyblue #dynamicId .section-tb85 {
  padding: 128px 0 80px 0;
}
.theme-skyblue #dynamicId .title-wrap {
  padding-bottom: 0;
}
.theme-skyblue #dynamicId .title-a {
  font-size: 26px;
  font-weight: 600;
}
.theme-skyblue #dynamicId .title-link {
  font-size: 19.2px;
  font-weight: 300;
  padding-top: 19.2px;
}
.theme-skyblue #dynamicId .title-link a {
  color: #313131;
}
.theme-skyblue #dynamicId .title-link span {
  font-size: 20px;
  padding-left: 4px;
  vertical-align: middle;
}
.theme-skyblue #dynamicId .title-box-d {
  padding-bottom: 28.8px;
  margin-bottom: 16px;
  position: relative;
}
.theme-skyblue #dynamicId .title-box-d .title-d {
  font-weight: 600;
}
.theme-skyblue #dynamicId .title-box-d .title-d:after {
  content: "";
  position: absolute;
  width: 70px;
  height: 4px;
  background-color: #3a8bc2;
  bottom: 20px;
  left: 0;
}
.theme-skyblue #dynamicId .display-table {
  width: 100%;
  height: 100%;
  display: table;
}
.theme-skyblue #dynamicId .table-cell {
  display: table-cell;
  vertical-align: middle;
}
.theme-skyblue #dynamicId .ul-resect ul,
.theme-skyblue #dynamicId .list-a ul,
.theme-skyblue #dynamicId .box-comments ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.theme-skyblue #dynamicId .overlay-a {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.65) 90%);
}
.theme-skyblue #dynamicId .overlay {
  position: absolute;
  top: 0;
  left: 0px;
  padding: 0;
  height: 100%;
  width: 100%;
}
.theme-skyblue #dynamicId .owl-carousel .owl-dots {
  text-align: center;
  margin-top: 18px;
}
.theme-skyblue #dynamicId .owl-carousel .owl-dots .owl-dot {
  display: inline-block;
}
.theme-skyblue #dynamicId .owl-carousel .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 5px;
  background: #000000;
  border: 0px solid #000000;
  display: block;
  transition: all 0.6s ease-in-out;
  cursor: pointer;
  border-radius: 100%;
  outline: 0;
}
.theme-skyblue #dynamicId .owl-carousel .owl-dots .owl-dot:hover span {
  background-color: #d7e7f1 !important;
  outline: 0;
}
.theme-skyblue #dynamicId .owl-carousel .owl-dots .owl-dot.active span {
  background-color: #d7e7f1 !important;
}
.theme-skyblue #dynamicId .owl-arrow .owl-nav {
  position: absolute;
  top: 0;
  right: 0;
}
.theme-skyblue #dynamicId .owl-arrow .owl-nav .owl-prev,
.theme-skyblue #dynamicId .owl-arrow .owl-nav .owl-next {
  display: inline-block;
  transition: all 0.6s ease-in-out;
  color: #000000;
}
.theme-skyblue #dynamicId .owl-arrow .owl-nav .owl-prev.disabled {
  transition: all 0.6s ease-in-out;
  color: #adadad;
}
.theme-skyblue #dynamicId .owl-arrow .owl-nav .owl-next {
  margin-left: 15px;
}
.theme-skyblue #dynamicId .owl-arrow .owl-nav .owl-next.disabled {
  transition: all 0.6s ease-in-out;
  color: #adadad;
}
.theme-skyblue #dynamicId .nav-arrow-a .owl-arrow .owl-nav {
  font-size: 28.8px;
  margin-top: -56px;
}
.theme-skyblue #dynamicId .nav-arrow-a .owl-arrow .owl-nav button {
  outline: 0;
}
.theme-skyblue #dynamicId .nav-arrow-a .owl-arrow .owl-nav .owl-next {
  margin-left: 15px;
}
.theme-skyblue #dynamicId .nav-arrow-b .owl-arrow .owl-nav {
  position: absolute;
  top: 0;
  right: 0;
}
.theme-skyblue #dynamicId .nav-arrow-b .owl-arrow .owl-nav .owl-prev,
.theme-skyblue #dynamicId .nav-arrow-b .owl-arrow .owl-nav .owl-next {
  padding: 11.2px 24px !important;
  display: inline-block;
  transition: all 0.6s ease-in-out;
  color: #ffffff;
  background-color: #3a8bc2;
  opacity: 0.9;
}
.theme-skyblue #dynamicId .nav-arrow-b .owl-arrow .owl-nav .owl-prev.disabled,
.theme-skyblue #dynamicId .nav-arrow-b .owl-arrow .owl-nav .owl-next.disabled {
  transition: all 0.6s ease-in-out;
  color: #ffffff;
}
.theme-skyblue #dynamicId .nav-arrow-b .owl-arrow .owl-nav .owl-prev:hover {
  background-color: #26a356;
}
.theme-skyblue #dynamicId .nav-arrow-b .owl-arrow .owl-nav .owl-next {
  margin-left: 0px;
}
.theme-skyblue #dynamicId .nav-arrow-b .owl-arrow .owl-nav .owl-next:hover {
  background-color: #26a356;
}
.theme-skyblue #dynamicId .socials-a .list-inline-item:not(:last-child) {
  margin-right: 15px;
}
.theme-skyblue #dynamicId .back-to-top {
  position: fixed;
  display: none;
  background: #3a8bc2;
  color: #fff;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 11;
}
.theme-skyblue #dynamicId .back-to-top i {
  padding-top: 12px;
  color: #fff;
}
.theme-skyblue #dynamicId #preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}
.theme-skyblue #dynamicId #preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #f2f2f2;
  border-top: 6px solid #3a8bc2;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1s linear infinite;
}
@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.theme-skyblue #dynamicId .landing-nav.navbar-default {
  padding-top: 5px;
  padding: 0;
  backface-visibility: hidden;
  height: 70px;
  box-shadow: 0px 5px 33px -2px rgba(0, 0, 0, 0.14);
}
.theme-skyblue #dynamicId .landing-nav.navbar-default .navbar-brand {
  min-height: 0;
  line-height: normal;
}
.theme-skyblue #dynamicId .landing-nav.navbar-default .navbar-brand img {
  max-width: inherit;
}
.theme-skyblue #dynamicId .landing-nav.navbar-default .nav-search {
  color: #000000;
}
.theme-skyblue #dynamicId .landing-nav.navbar-default #navbarDefault ul.navbar-nav li.nav-item a.nav-link {
  padding: 10px 15px;
  color: #000000 !important;
  text-transform: uppercase;
  font-size: 14px !important;
}
.theme-skyblue #dynamicId .landing-nav.navbar-default #navbarDefault ul.navbar-nav li.nav-item a.nav-link:before {
  background: #0769ab;
  right: 0;
  width: calc(100% - 32px);
  margin: 0 auto;
}
.theme-skyblue #dynamicId .landing-nav.navbar-default #navbarDefault ul.navbar-nav li.nav-item a.nav-link:hover {
  color: #000000 !important;
}
.theme-skyblue #dynamicId .landing-nav.navbar-default #navbarDefault ul.navbar-nav li.nav-item a.nav-link:focus:before {
  background: #0769ab;
  right: 0;
  width: calc(100% - 32px);
  margin: 0 auto;
  transform: scaleX(1);
}
.theme-skyblue #dynamicId .landing-nav.navbar-default #navbarDefault ul.navbar-nav li.nav-item.dropdown:after {
  position: absolute;
  font-family: "FontAwesome";
  content: "\f107";
  right: 2px;
  top: 24px;
  width: 10px;
  height: 10px;
  color: #0e3f60;
  font-size: 16px;
}
.theme-skyblue #dynamicId .landing-nav.navbar-default.navbar-reduce {
  box-shadow: 1px 2px 15px rgba(100, 100, 100, 0.3);
}
.theme-skyblue #dynamicId .landing-nav.navbar-default.navbar-trans, .theme-skyblue #dynamicId .landing-nav.navbar-default.navbar-reduce {
  backface-visibility: hidden;
}
.theme-skyblue #dynamicId .landing-nav.navbar-default.navbar-trans .nav-item, .theme-skyblue #dynamicId .landing-nav.navbar-default.navbar-reduce .nav-item {
  position: relative;
  padding-right: 0;
  padding-bottom: 8px;
  margin-left: 0;
}
.theme-skyblue #dynamicId .landing-nav.navbar-default.navbar-trans .nav-link, .theme-skyblue #dynamicId .landing-nav.navbar-default.navbar-reduce .nav-link {
  padding-top: 10px !important;
  height: 100%;
  padding-bottom: 0 !important;
  line-height: 54px !important;
}
.theme-skyblue #dynamicId .landing-nav.navbar-default.navbar-trans .nav-link:hover:before, .theme-skyblue #dynamicId .landing-nav.navbar-default.navbar-reduce .nav-link:hover:before {
  transform: scaleX(1);
  transform-origin: left;
}
.theme-skyblue #dynamicId .landing-nav.navbar-default.navbar-trans .show > .nav-link:before,
.theme-skyblue #dynamicId .landing-nav.navbar-default.navbar-trans .active > .nav-link:before, .theme-skyblue #dynamicId .landing-nav.navbar-default.navbar-reduce .show > .nav-link:before,
.theme-skyblue #dynamicId .landing-nav.navbar-default.navbar-reduce .active > .nav-link:before {
  transform: scaleX(1);
}
.theme-skyblue #dynamicId .landing-nav.navbar-default.navbar-trans .nav-link.show:before, .theme-skyblue #dynamicId .landing-nav.navbar-default.navbar-trans .nav-link.active:before, .theme-skyblue #dynamicId .landing-nav.navbar-default.navbar-reduce .nav-link.show:before, .theme-skyblue #dynamicId .landing-nav.navbar-default.navbar-reduce .nav-link.active:before {
  transform: scaleX(1);
}
.theme-skyblue #dynamicId .landing-nav.navbar-default.navbar-trans .nav-link:before {
  background-color: #fff;
}
.theme-skyblue #dynamicId .landing-nav.navbar-default.navbar-trans .nav-link:hover {
  color: #000000;
}
.theme-skyblue #dynamicId .landing-nav.navbar-default.navbar-trans .show > .nav-link,
.theme-skyblue #dynamicId .landing-nav.navbar-default.navbar-trans .active > .nav-link {
  color: #000000;
}
.theme-skyblue #dynamicId .landing-nav.navbar-default.navbar-trans .nav-link.show, .theme-skyblue #dynamicId .landing-nav.navbar-default.navbar-trans .nav-link.active {
  color: #000000;
}
.theme-skyblue #dynamicId .landing-nav.navbar-default .dropdown .dropdown-menu {
  border-top: 0;
  border-left: 4px solid #3a8bc2;
  border-right: 0;
  border-bottom: 0;
  transform: translate3d(0px, -40px, 0px);
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  transition: all 0.5s cubic-bezier(0.3, 0.65, 0.355, 1) 0s, opacity 0.31s ease 0s, height 0s linear 0.36s;
  margin: 0;
  border-radius: 0;
  padding: 12px 0;
}
.theme-skyblue #dynamicId .landing-nav.navbar-default .dropdown .dropdown-menu .dropdown-item {
  padding: 12px 18px;
  transition: all 500ms ease;
  font-weight: 600;
  min-width: 220px;
}
.theme-skyblue #dynamicId .landing-nav.navbar-default .dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #ffffff;
  color: #3a8bc2;
  transition: all 500ms ease;
}
.theme-skyblue #dynamicId .landing-nav.navbar-default .dropdown .dropdown-menu .dropdown-item.active {
  background-color: #ffffff;
  color: #3a8bc2;
}
.theme-skyblue #dynamicId .landing-nav.navbar-default .dropdown:hover .dropdown-menu {
  transform: translate3d(0px, 0px, 0px);
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=1);
}
.theme-skyblue #dynamicId .landing-nav .navbar-toggler {
  position: relative;
}
.theme-skyblue #dynamicId .landing-nav .navbar-toggler:focus, .theme-skyblue #dynamicId .landing-nav .navbar-toggler:active {
  outline: 0;
}
.theme-skyblue #dynamicId .landing-nav .navbar-toggler span {
  display: block;
  background-color: #000000;
  height: 3px;
  width: 25px;
  margin-top: 4px;
  margin-bottom: 4px;
  transform: rotate(0deg);
  left: 0;
  opacity: 1;
}
.theme-skyblue #dynamicId .landing-nav .navbar-toggler span:nth-child(1), .theme-skyblue #dynamicId .landing-nav .navbar-toggler span:nth-child(3) {
  transition: transform 0.35s ease-in-out;
}
.theme-skyblue #dynamicId .landing-nav .navbar-toggler:not(.collapsed) span:nth-child(1) {
  position: absolute;
  left: 12px;
  top: 10px;
  transform: rotate(135deg);
  opacity: 0.9;
}
.theme-skyblue #dynamicId .landing-nav .navbar-toggler:not(.collapsed) span:nth-child(2) {
  height: 12px;
  visibility: hidden;
  background-color: transparent;
}
.theme-skyblue #dynamicId .landing-nav .navbar-toggler:not(.collapsed) span:nth-child(3) {
  position: absolute;
  left: 12px;
  top: 10px;
  transform: rotate(-135deg);
  opacity: 0.9;
}
.theme-skyblue #dynamicId .intro {
  height: 35vh;
  position: relative;
  color: #ffffff;
  margin-top: 80px;
}
.theme-skyblue #dynamicId .owl-carousel .owl-dots {
  position: absolute;
  bottom: 10px;
  right: 0;
  left: 0;
}
.theme-skyblue #dynamicId .owl-carousel .owl-dots .owl-dot span {
  background: #e3e3e3;
  border: 0px solid #e3e3e3;
}
.theme-skyblue #dynamicId .owl-carousel .owl-dots .owl-dot:hover span, .theme-skyblue #dynamicId .owl-carousel .owl-dots .owl-dot.active span {
  background-color: #3a8bc2;
}
.theme-skyblue #dynamicId #testimonial-carousel .owl-dots {
  bottom: -30px;
}
.theme-skyblue #dynamicId .intro .carousel-item-a {
  position: relative;
  height: 35vh;
}
.theme-skyblue #dynamicId .intro .carousel-item-a.bg-image {
  background-attachment: scroll;
}
.theme-skyblue #dynamicId .intro .intro-content {
  position: absolute;
}
.theme-skyblue #dynamicId .intro .intro-body {
  padding-left: 16px;
  background: rgba(0, 0, 0, 0.5803921569);
  padding: 0;
  width: 100%;
  height: 110px;
  border: solid 0.5px #969696;
}
.theme-skyblue #dynamicId .intro .intro-body .price-a {
  color: #ffffff;
  padding: 16px 24px;
  border: 2px solid #3a8bc2;
  border-radius: 50px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
.theme-skyblue #dynamicId .intro .spacial {
  animation-delay: 0.2s;
  color: #ffffff;
}
.theme-skyblue #dynamicId .intro .intro-title-top {
  animation-delay: 0.6s;
  margin-bottom: 16px;
  color: #ffffff;
  letter-spacing: 0.05em;
  font-size: 14px;
}
.theme-skyblue #dynamicId .intro .intro-title {
  transition-duration: 9s !important;
  color: #ffffff;
  width: 100%;
  margin: auto;
  padding-top: 16px;
  font-size: 18px;
}
.theme-skyblue #dynamicId .intro .intro-subtitle {
  font-weight: 300;
}
.theme-skyblue #dynamicId .intro .intro-subtitle.intro-price {
  padding-top: 16px;
}
.theme-skyblue #dynamicId .intro-single {
  padding: 192px 0 48px;
}
.theme-skyblue #dynamicId .intro-single .title-single-box {
  padding: 16px 0 16px 32px;
  border-left: 3px solid #3a8bc2;
}
.theme-skyblue #dynamicId .intro-single .title-single-box .title-single {
  font-weight: 600;
}
.theme-skyblue #dynamicId .intro-single .breadcrumb-box {
  padding: 16px 0 0 8px;
}
.theme-skyblue #dynamicId .intro-single .breadcrumb {
  background-color: transparent;
  padding-right: 0;
  padding-left: 0;
}
.theme-skyblue #dynamicId .card-box-a,
.theme-skyblue #dynamicId .card-box-b,
.theme-skyblue #dynamicId .card-box-d {
  position: relative;
  overflow: hidden;
  backface-visibility: hidden;
}
.theme-skyblue #dynamicId .card-box-a .img-a,
.theme-skyblue #dynamicId .card-box-a .img-b {
  transition: 0.8s all ease-in-out;
}
.theme-skyblue #dynamicId .card-box-b .img-a,
.theme-skyblue #dynamicId .card-box-b .img-b {
  transition: 0.8s all ease-in-out;
}
.theme-skyblue #dynamicId .card-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.theme-skyblue #dynamicId .card-shadow {
  backface-visibility: hidden;
}
.theme-skyblue #dynamicId .card-shadow:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 27%, rgba(0, 0, 0, 0.65) 90%);
}
.theme-skyblue #dynamicId .card-overlay-a-content {
  transition: all 0.5s ease-in;
  position: absolute;
  width: 100%;
  bottom: 0px;
  z-index: 2;
}
.theme-skyblue #dynamicId .card-header-a {
  padding: 0 16px;
}
.theme-skyblue #dynamicId .card-header-a .card-title-a {
  color: #ffffff;
  margin-bottom: 0;
  padding-bottom: 12px;
}
.theme-skyblue #dynamicId .card-header-a .card-title-a a {
  color: #ffffff;
  text-decoration: none;
}
.theme-skyblue #dynamicId .card-body-a {
  z-index: 2;
  transition: all 0.5s ease-in;
  padding: 0 16px 32px 16px;
}
.theme-skyblue #dynamicId .card-body-a .price-box {
  padding-bottom: 8px;
}
.theme-skyblue #dynamicId .price-a {
  color: #ffffff;
  padding: 10px 13px;
  border: 2px solid #3a8bc2;
  border-radius: 50px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
.theme-skyblue #dynamicId .card-footer-a {
  width: 100%;
  position: absolute;
  z-index: 2;
  background-color: #3a8bc2;
}
.theme-skyblue #dynamicId .card-info {
  list-style: none;
  margin-bottom: 0;
  padding: 8px 0;
}
.theme-skyblue #dynamicId .card-info .card-info-title {
  color: #313131;
}
.theme-skyblue #dynamicId .card-info li span {
  color: #ffffff;
}
.theme-skyblue #dynamicId .property-grid .grid-option {
  text-align: right;
  margin-bottom: 32px;
}
.theme-skyblue #dynamicId .property-grid .grid-option .custom-select {
  border-radius: 0;
  width: 200px;
  border-color: #313131;
}
.theme-skyblue #dynamicId .property-grid .grid-option .custom-select:hover, .theme-skyblue #dynamicId .property-grid .grid-option .custom-select:active, .theme-skyblue #dynamicId .property-grid .grid-option .custom-select:focus,
.theme-skyblue #dynamicId .property-grid .grid-option .custom-select option {
  border-color: #313131;
}
.theme-skyblue #dynamicId .gallery-property {
  margin-bottom: 48px;
}
.theme-skyblue #dynamicId .property-price {
  margin: 0 auto;
}
.theme-skyblue #dynamicId .property-price .card-header-c {
  padding: 0;
}
.theme-skyblue #dynamicId .summary-list {
  padding-right: 16px;
  color: #000000;
}
.theme-skyblue #dynamicId .summary-list .list {
  padding: 0;
  line-height: 2;
}
.theme-skyblue #dynamicId .summary-list .list span {
  color: #555555;
}
.theme-skyblue #dynamicId .property-agent .title-agent {
  font-weight: 600;
}
.theme-skyblue #dynamicId .property-agent ul {
  line-height: 2;
  color: #000000;
}
.theme-skyblue #dynamicId .property-agent .socials-a {
  text-align: center;
}
.theme-skyblue #dynamicId .card-header-b {
  padding: 16px;
  color: #ffffff;
  position: absolute;
  bottom: 20px;
  z-index: 2;
}
.theme-skyblue #dynamicId .card-header-b .category-b {
  font-size: 14px;
  background-color: #3a8bc2;
  padding: 5px 12px;
  color: #313131;
  letter-spacing: 0.03em;
  border-radius: 50px;
  text-decoration: none;
}
.theme-skyblue #dynamicId .card-header-b .title-2 {
  margin-bottom: 0;
  padding: 10px 0;
}
.theme-skyblue #dynamicId .card-header-b .title-2 a {
  color: #ffffff !important;
  text-decoration: none;
  font-size: 20px !important;
}
.theme-skyblue #dynamicId .card-header-b .date-b {
  color: #d8d8d8;
}
.theme-skyblue #dynamicId .post-information {
  padding: 48px 0;
}
.theme-skyblue #dynamicId .post-content {
  font-weight: 300;
  line-height: 1.6;
}
.theme-skyblue #dynamicId .post-content .post-intro {
  font-weight: 300;
  margin-bottom: 64px;
  line-height: 1.6;
  color: #000000;
  font-weight: 400;
}
.theme-skyblue #dynamicId .post-content p {
  margin-bottom: 27px;
}
.theme-skyblue #dynamicId .post-content .blockquote {
  padding: 16px 48px 27px 48px;
  border-left: 3px solid #3a8bc2;
  color: #000000;
}
.theme-skyblue #dynamicId .post-content .blockquote footer {
  text-align: left;
  padding: 0;
}
.theme-skyblue #dynamicId .post-footer {
  padding: 48px 0 64px;
}
.theme-skyblue #dynamicId .post-share .socials {
  display: inline-block;
}
.theme-skyblue #dynamicId .post-share .socials li {
  margin-left: 10px;
}
.theme-skyblue #dynamicId .box-comments .list-comments li {
  padding-bottom: 56px;
}
.theme-skyblue #dynamicId .box-comments .list-comments .comment-avatar {
  display: table-cell;
  vertical-align: top;
}
.theme-skyblue #dynamicId .box-comments .list-comments .comment-avatar img {
  width: 80px;
  height: 80px;
}
.theme-skyblue #dynamicId .box-comments .list-comments .comment-details {
  display: table-cell;
  vertical-align: top;
  padding-left: 25px;
}
.theme-skyblue #dynamicId .box-comments .list-comments .comment-description {
  padding: 13px 0 8px 0;
}
.theme-skyblue #dynamicId .box-comments .list-comments a {
  color: #000000;
}
.theme-skyblue #dynamicId .box-comments .list-comments span {
  display: block;
  color: #2b2a2a;
  font-style: italic;
}
.theme-skyblue #dynamicId .box-comments .comment-children {
  margin-left: 40px;
}
.theme-skyblue #dynamicId .card-box-c {
  position: relative;
}
.theme-skyblue #dynamicId .card-header-c {
  padding: 0 16px 16px 16px;
}
.theme-skyblue #dynamicId .card-body-c {
  padding: 8px 8px 0 8px;
}
.theme-skyblue #dynamicId .card-footer-c {
  padding-left: 8px;
}
.theme-skyblue #dynamicId .card-box-ico {
  padding: 16px 48px 16px 40px;
  border: 5px solid #3a8bc2;
}
.theme-skyblue #dynamicId .card-box-ico span {
  font-size: 64px;
  color: #000000;
}
.theme-skyblue #dynamicId .title-c {
  color: #fff;
  padding: 16px;
}
.theme-skyblue #dynamicId .card-box-d .card-overlay-hover {
  transition: all 0.2s ease-in-out;
  padding: 15px 40px 15px 35px;
}
.theme-skyblue #dynamicId .card-box-d .title-d {
  transition: 0.3s ease-in-out;
  font-weight: 600;
  margin: 16px 0;
  transform: translateY(-20px);
  opacity: 0;
}
.theme-skyblue #dynamicId .card-box-d .content-d {
  opacity: 0;
  transition: 0.5s ease-in-out;
  transform: translateY(-40px);
}
.theme-skyblue #dynamicId .card-box-d .info-agents {
  opacity: 0;
  transition: 0.5s ease-in-out;
}
.theme-skyblue #dynamicId .card-box-d .card-footer-d {
  transition: 0.5s ease-in-out;
  transform: translateY(40px);
  opacity: 0;
  position: absolute;
  width: 100%;
  bottom: 10px;
  left: 0;
}
.theme-skyblue #dynamicId .card-box-d .list-inline-item:not(:last-child) {
  margin-right: 25px;
}
.theme-skyblue #dynamicId .card-box-d:hover .card-overlay-hover {
  background-color: #3a8bc2;
  opacity: 0.9;
}
.theme-skyblue #dynamicId .card-box-d:hover .title-d,
.theme-skyblue #dynamicId .card-box-d:hover .content-d,
.theme-skyblue #dynamicId .card-box-d:hover .info-agents,
.theme-skyblue #dynamicId .card-box-d:hover .card-footer-d {
  opacity: 1;
  transform: translateY(0);
}
.theme-skyblue #dynamicId .agent-info-box .socials-footer {
  margin-top: 32px;
}
.theme-skyblue #dynamicId .agent-info-box .socials-footer li {
  margin-right: 24px;
}
.theme-skyblue #dynamicId .section-about .title-vertical {
  position: absolute;
  letter-spacing: 0;
  transform: rotate(-90deg);
  top: 50px;
  text-align: left;
  width: 300px;
  font-weight: 700;
  text-align: right;
}
.theme-skyblue #dynamicId .about-img-box {
  padding-left: 16px;
  position: relative;
}
.theme-skyblue #dynamicId .sinse-box {
  background-color: #3a8bc2;
  padding: 16px 32px;
  position: absolute;
  left: 15px;
  bottom: 10px;
}
.theme-skyblue #dynamicId .sinse-box .sinse-title {
  font-weight: 700;
  letter-spacing: 0.043em;
}
.theme-skyblue #dynamicId .sinse-box .sinse-title span {
  position: absolute;
}
.theme-skyblue #dynamicId .sinse-box .sinse-title span:after {
  content: " ";
  width: 35px;
  height: 2px;
  background-color: #000000;
  position: absolute;
  bottom: -15px;
}
.theme-skyblue #dynamicId .sinse-box p {
  margin-bottom: 0;
  font-size: 12px;
}
.theme-skyblue #dynamicId .testimonials-box .testimonial-avatar {
  width: 80px !important;
  display: inline-flex !important;
  border-radius: 50%;
}
.theme-skyblue #dynamicId .testimonial-ico {
  position: relative;
}
.theme-skyblue #dynamicId .testimonial-ico span {
  background-color: #3a8bc2;
  color: #ffffff;
  padding: 3px 14px;
  border-radius: 50px;
  position: absolute;
  z-index: 1;
  top: -10px;
  right: 20px;
}
.theme-skyblue #dynamicId .testimonial-text {
  font-style: italic;
  margin-top: 10px;
  padding: 24px;
  background-color: #f3f3f3;
}
.theme-skyblue #dynamicId .testimonial-author-box {
  margin-top: 32px;
}
.theme-skyblue #dynamicId .testimonial-author {
  margin-left: 16px;
  display: inline-flex;
  color: #000000;
}
.theme-skyblue #dynamicId .section-footer {
  padding-top: 10px;
}
.theme-skyblue #dynamicId .section-footer ul {
  line-height: 2.5;
}
.theme-skyblue #dynamicId .section-footer .item-list-a i {
  font-size: 18px;
  padding-right: 4px;
  color: #fff;
}
.theme-skyblue #dynamicId .section-footer .widget-a .w-title-a {
  margin-bottom: 16px;
}
.theme-skyblue #dynamicId .section-footer h3, .theme-skyblue #dynamicId .section-footer .h3,
.theme-skyblue #dynamicId .section-footer p {
  color: #fff !important;
}
.theme-skyblue #dynamicId .section-footer ul li {
  color: #fff !important;
}
.theme-skyblue #dynamicId .section-footer ul li a {
  color: #fff !important;
}
.theme-skyblue #dynamicId .section-footer span {
  color: #fff !important;
}
.theme-skyblue #dynamicId footer {
  text-align: center;
  padding: 0;
  color: #fff;
}
.theme-skyblue #dynamicId footer ul li a,
.theme-skyblue #dynamicId footer p,
.theme-skyblue #dynamicId footer a {
  color: #fff !important;
}
.theme-skyblue #dynamicId footer .copyright-footer {
  border-top: 1px solid #ddd;
  padding-top: 20px;
}
.theme-skyblue #dynamicId footer .credits {
  font-size: 14px;
}
.theme-skyblue #dynamicId .form-a #sendmessage {
  color: #3a8bc2;
  border: 1px solid #26a356;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}
.theme-skyblue #dynamicId .form-a #errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}
.theme-skyblue #dynamicId .form-a #sendmessage.show,
.theme-skyblue #dynamicId .form-a #errormessage.show,
.theme-skyblue #dynamicId .form-a .show {
  display: block;
}
.theme-skyblue #dynamicId .form-a .validation {
  color: red;
  display: none;
  margin: 4px 0 20px 0;
  font-weight: 400;
  font-size: 13px;
}
.theme-skyblue #dynamicId .form-a label {
  color: #000000;
  position: relative;
}
.theme-skyblue #dynamicId .form-a select.form-control-lg:not([size]):not([multiple]) {
  height: 56px;
}
.theme-skyblue #dynamicId .form-a .form-control {
  border-radius: 0;
  font-weight: 300;
}
.theme-skyblue #dynamicId .form-a .form-control.form-control-a {
  height: 56px;
}
.theme-skyblue #dynamicId .form-a .form-control:focus {
  box-shadow: none;
  border-color: #3a8bc2;
}
.theme-skyblue #dynamicId .btn {
  transition: 0.5s ease;
}
.theme-skyblue #dynamicId .btn.btn-a, .theme-skyblue #dynamicId .btn.btn-b {
  border-radius: 0;
  padding: 16px 48px;
  letter-spacing: 0.8px;
}
.theme-skyblue #dynamicId .btn.btn-a {
  background-color: #000000;
  color: #ffffff;
}
.theme-skyblue #dynamicId .btn.btn-a:hover {
  background-color: #3a8bc2;
  color: #000000;
}
.theme-skyblue #dynamicId .btn.btn-b {
  background-color: #3a8bc2;
  color: #fff;
}
.theme-skyblue #dynamicId .btn.btn-b:hover {
  background-color: #000000;
  color: #ffffff;
}
.theme-skyblue #dynamicId .btn.btn-b-n {
  background-color: #3a8bc2;
  color: #ffffff;
  border-radius: 0;
}
.theme-skyblue #dynamicId .btn.btn-b-n:hover {
  background-color: #26a356;
  color: #ffffff;
}
.theme-skyblue #dynamicId .news-slider .tab-pane {
  padding: 0;
}
.theme-skyblue #dynamicId .news-slider .nav-tabs {
  position: relative;
  background-color: #fff;
}
.theme-skyblue #dynamicId .news-slider .nav-tabs li {
  margin: 0px !important;
}
.theme-skyblue #dynamicId .news-slider .nav-tabs li a {
  position: relative;
  margin-right: 0px !important;
  padding: 10px !important;
  border: none !important;
}
.theme-skyblue #dynamicId .news-slider .nav-tabs li a:hover {
  border: none;
  border-radius: 0;
  color: #fff;
}
.theme-skyblue #dynamicId .news-slider .slider {
  display: inline-block;
  width: 30px;
  height: 4px;
  background-color: #76bceb;
  position: absolute;
  z-index: 1200;
  bottom: 0;
  transition: all 0.4s linear;
}
.theme-skyblue #dynamicId .news-slider .nav-tabs .active {
  border: none !important;
  color: #fff !important;
  border-radius: 0;
}
.theme-skyblue #dynamicId .news-slider .card-text {
  font-size: 14px;
  line-height: normal;
}
.theme-skyblue #dynamicId .news-slider .card-text.card-date-c {
  clear: left;
}
.theme-skyblue #dynamicId .news-slider .tab-content .tab-pane .card-deck .row .col-12 .card, .theme-skyblue #dynamicId .news-slider .tab-content .tab-pane .card-deck .row .col-12 .main-content .register_box .card .card-header, .theme-skyblue #dynamicId .main-content .register_box .card .news-slider .tab-content .tab-pane .card-deck .row .col-12 .card-header {
  border-bottom: solid 0.5px #ccc !important;
  border-radius: 0;
}
.theme-skyblue #dynamicId .modal-newsletter {
  color: #999;
}
.theme-skyblue #dynamicId .modal-newsletter .modal-content {
  padding: 40px;
  border-radius: 0;
  border: none;
}
.theme-skyblue #dynamicId .modal-newsletter .modal-header {
  border-bottom: none;
  position: relative;
  text-align: center;
  border-radius: 5px 5px 0 0;
}
.theme-skyblue #dynamicId .modal-newsletter .close span {
  position: relative;
  top: -1px;
}
.theme-skyblue #dynamicId .modal-newsletter .close:hover {
  opacity: 0.8;
}
.theme-skyblue #dynamicId .modal-newsletter .icon-box {
  z-index: 9;
  text-align: center;
  position: relative;
  margin-bottom: 10px;
}
.theme-skyblue #dynamicId .modal-newsletter .icon-box i {
  font-size: 70px;
}
.theme-skyblue #dynamicId .modal-newsletter .form-control {
  box-shadow: none;
  border-color: #dbdbdb;
}
.theme-skyblue #dynamicId .modal-newsletter .form-control:focus {
  border-color: #3a8bc2;
  box-shadow: 0 0 8px rgba(114, 101, 234, 0.5);
}
.theme-skyblue #dynamicId .modal-newsletter .btn:hover, .theme-skyblue #dynamicId .modal-newsletter .btn:focus {
  background: #0769ab;
  outline: none;
}
.theme-skyblue #dynamicId .modal-newsletter .input-group {
  margin: 30px 0 15px;
}
.theme-skyblue #dynamicId .hint-text {
  margin: 100px auto;
  text-align: center;
}
.theme-skyblue #dynamicId .forgot {
  color: #3a8bc2;
}
.theme-skyblue #dynamicId .btn.c-button {
  color: #fff !important;
  min-height: 40px;
  border-radius: 4px;
  font-size: 14px;
  border: none !important;
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.theme-skyblue #dynamicId .btn.c-button.mat-button-toggle {
  background: #fff !important;
}
.theme-skyblue #dynamicId .btn.c-button.mat-button-toggle-checked {
  color: #fff !important;
}
.theme-skyblue #dynamicId .btn.border-button {
  font-size: 14px;
}
.theme-skyblue #dynamicId mat-button-toggle-group .btn.c-button.mat-button-toggle-checked {
  color: #fff !important;
}
.theme-skyblue #dynamicId .news-tabs .tab-pane .card-deck .card-body img.event--picture {
  box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.18);
  min-height: 62px;
  object-fit: cover;
  max-height: 62px;
}
.theme-skyblue #dynamicId .card-text {
  padding: 16px;
}
.theme-skyblue #dynamicId .border-button {
  background: none !important;
  min-height: 40px;
  border-radius: 4px !important;
}
.theme-skyblue #dynamicId .signIn .nav-item a {
  font-size: 18px;
}
.theme-skyblue #dynamicId .signIn .nav-item a.active {
  color: #3a8bc2;
}
.theme-skyblue #dynamicId .sign-or {
  width: 100%;
  text-align: center;
  display: block;
  position: relative;
  z-index: 2;
  margin: auto;
  color: #ccc;
  font-size: small;
}
.theme-skyblue #dynamicId .sign-or:before {
  background: #ccc;
  height: 1px;
  width: 100%;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  z-index: -2;
}
.theme-skyblue #dynamicId .sign-or:after {
  content: "";
  width: 25px;
  height: 25px;
  border-radius: 100%;
  background: #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
}
.theme-skyblue #dynamicId .btn.social--button {
  color: #fff !important;
  min-height: 34px;
  border: none;
  border-radius: 4px !important;
}
.theme-skyblue #dynamicId .btn.facebook-button {
  background: #3163a2;
}
.theme-skyblue #dynamicId .btn.twitter-button {
  background: #65aad1;
}
.theme-skyblue #dynamicId .btn.google-btn {
  background: #dc4e41;
}
.theme-skyblue #dynamicId .btn.google-btn i {
  color: #fff !important;
}
.theme-skyblue #dynamicId .tab-pane h5, .theme-skyblue #dynamicId .tab-pane .h5 {
  font-weight: bold;
  font-size: 16px;
}
.theme-skyblue #dynamicId .footer-b-r {
  border-right: solid 0.5px #fff;
}
.theme-skyblue #dynamicId .section-news .owl-item .carousel-item-c .img-box-b img {
  height: 170px;
  object-fit: cover;
}
.theme-skyblue #dynamicId .section-news .owl-dots {
  bottom: -54px;
}
.theme-skyblue #dynamicId .section-news h2, .theme-skyblue #dynamicId .section-news .h2,
.theme-skyblue #dynamicId .section-news p {
  color: #fff !important;
}
.theme-skyblue #dynamicId .section-news .carousel-item-c .card-overlay {
  background: rgba(0, 0, 0, 0.5411764706);
}
.theme-skyblue #dynamicId .section-news .owl-carousel {
  position: relative;
}
.theme-skyblue #dynamicId .section-news .owl-carousel .owl-nav {
  position: absolute;
  z-index: 9999;
  top: 40%;
  width: 100%;
  left: 0;
  right: 0;
  margin: auto;
}
.theme-skyblue #dynamicId .section-news .owl-carousel .owl-nav .owl-prev,
.theme-skyblue #dynamicId .section-news .owl-carousel .owl-nav .owl-next {
  position: absolute;
}
.theme-skyblue #dynamicId .section-news .owl-carousel .owl-nav .owl-prev:hover,
.theme-skyblue #dynamicId .section-news .owl-carousel .owl-nav .owl-next:hover {
  background: none;
}
.theme-skyblue #dynamicId .section-news .owl-carousel .owl-nav .owl-prev {
  left: -44px;
}
.theme-skyblue #dynamicId .section-news .owl-carousel .owl-nav .owl-next {
  right: -44px;
}
.theme-skyblue #dynamicId .has-search {
  position: relative;
}
.theme-skyblue #dynamicId .has-search .form-control {
  padding-left: 16px;
}
.theme-skyblue #dynamicId .has-search .form-control-feedback {
  position: absolute;
  z-index: 2;
  display: block;
  width: 38px;
  height: 38px;
  line-height: 30px;
  text-align: right;
  pointer-events: none;
  color: #aaa;
  right: 0;
  top: 0;
}
.theme-skyblue #dynamicId .search-custom-b {
  background: #d4e5f5 !important;
}
.theme-skyblue #dynamicId .landing-nav .navbar-nav li {
  width: auto !important;
}
.theme-skyblue #dynamicId .toast-container .toast {
  opacity: 1 !important;
}
.theme-skyblue #dynamicId .toast-error {
  background-color: #bd362f !important;
}
.theme-skyblue #dynamicId .toast-success {
  background-color: #51a351 !important;
}
.theme-skyblue #dynamicId .toast-info {
  background-color: #2f96b4 !important;
}
.theme-skyblue #dynamicId .toast-warning {
  background-color: #f89406 !important;
}
.theme-skyblue #dynamicId .right-news-s.border {
  border: 5px solid #f2f5f8 !important;
}
.theme-skyblue #dynamicId .right-news-s .card, .theme-skyblue #dynamicId .right-news-s .main-content .register_box .card .card-header, .theme-skyblue #dynamicId .main-content .register_box .card .right-news-s .card-header {
  background: none !important;
}
.theme-skyblue #dynamicId .news-tabs .card-deck {
  background: #fff;
}
.theme-skyblue #dynamicId .mat-button-toggle-label-content {
  line-height: 25px !important;
}
.theme-skyblue #dynamicId .mat-mdc-checkbox {
  font-family: inherit !important;
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
}
.theme-skyblue #dynamicId .mat-mdc-checkbox.mat-checkbox-checked {
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
}
.theme-skyblue #dynamicId .mat-mdc-checkbox.mat-checkbox-checked .mat-checkbox-background {
  background: #0769ab !important;
}
.theme-skyblue #dynamicId .mat-checkbox-inner-container {
  width: 15px !important;
  height: 15px !important;
  position: relative;
}
.theme-skyblue #dynamicId .public--evnt--modal h3, .theme-skyblue #dynamicId .public--evnt--modal .h3 {
  font-size: 20px;
  color: #1375bb;
}
.theme-skyblue #dynamicId .tooltip .tooltip-inner {
  background: #1375bb;
}
.theme-skyblue #dynamicId .tooltip .arrow {
  top: 40% !important;
  transform: translate(-40%) !important;
  left: 3px !important;
}
.theme-skyblue #dynamicId .tooltip .arrow:before {
  border-right-color: #1375bb !important;
}
.theme-skyblue #dynamicId .survey-agree {
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
}
.theme-skyblue #dynamicId .survey-agree .mat-checkbox-layout {
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
}
.theme-skyblue #dynamicId .survey-agree .mat-checkbox-layout .mat-checkbox-inner-container {
  margin-top: 13px !important;
}
.theme-skyblue #dynamicId .survey-agree .mat-checkbox-label a {
  color: #1375bb;
}
.theme-skyblue #dynamicId .owl-dt-container .owl-dt-calendar-table .owl-dt-calendar-cell-today:not(.owl-dt-calendar-cell-selected) {
  border-color: #1375bb;
  background: #1375bb;
  color: #ffffff;
}
.theme-skyblue #dynamicId .owl-dt-container .owl-dt-calendar-table .owl-dt-calendar-header {
  color: #1375bb;
}
.theme-skyblue #dynamicId .owl-dt-container .owl-dt-control-arrow-button svg {
  fill: #1375bb;
}
.theme-skyblue #dynamicId .owl-dt-container .owl-dt-control-button-content {
  color: #1375bb;
}
.theme-skyblue #dynamicId .owl-dt-container .owl-dt-control-button-content svg {
  fill: #1375bb;
}
.theme-skyblue #dynamicId #myProfile .row {
  margin: 0 !important;
}
.theme-skyblue #dynamicId #myProfile .row .col-12.col-md-6.col-lg-6,
.theme-skyblue #dynamicId #myProfile .row .col-12.col-md-12.col-lg-12 {
  padding: 8px;
  margin: 0 !important;
}
.theme-skyblue #dynamicId #myProfile .card, .theme-skyblue #dynamicId #myProfile .main-content .register_box .card .card-header, .theme-skyblue #dynamicId .main-content .register_box .card #myProfile .card-header {
  min-height: 0;
  height: 100%;
  margin-bottom: 0;
  padding-bottom: 0;
}
.theme-skyblue #dynamicId #myProfile .card.main-card, .theme-skyblue #dynamicId #myProfile .main-content .register_box .card .main-card.card-header, .theme-skyblue #dynamicId .main-content .register_box .card #myProfile .main-card.card-header {
  height: 338px;
}
.theme-skyblue #dynamicId #myProfile .card.main-card ul.list-group, .theme-skyblue #dynamicId #myProfile .main-content .register_box .card .main-card.card-header ul.list-group, .theme-skyblue #dynamicId .main-content .register_box .card #myProfile .main-card.card-header ul.list-group {
  height: 295px;
  overflow: auto;
}
.theme-skyblue #dynamicId #myProfile .card.main-card ul.list-group::-webkit-scrollbar, .theme-skyblue #dynamicId #myProfile .main-content .register_box .card .main-card.card-header ul.list-group::-webkit-scrollbar, .theme-skyblue #dynamicId .main-content .register_box .card #myProfile .main-card.card-header ul.list-group::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.theme-skyblue #dynamicId #myProfile .card.main-card ul.list-group::-webkit-scrollbar-track, .theme-skyblue #dynamicId #myProfile .main-content .register_box .card .main-card.card-header ul.list-group::-webkit-scrollbar-track, .theme-skyblue #dynamicId .main-content .register_box .card #myProfile .main-card.card-header ul.list-group::-webkit-scrollbar-track {
  background: #dedee6;
}
.theme-skyblue #dynamicId #myProfile .card.main-card ul.list-group::-webkit-scrollbar-thumb, .theme-skyblue #dynamicId #myProfile .main-content .register_box .card .main-card.card-header ul.list-group::-webkit-scrollbar-thumb, .theme-skyblue #dynamicId .main-content .register_box .card #myProfile .main-card.card-header ul.list-group::-webkit-scrollbar-thumb {
  background: #1b83ca;
}
.theme-skyblue #dynamicId #myProfile .card .new-letters-c, .theme-skyblue .theme-orange #dynamicId #myProfile .main-content .register_box .card .card-header .new-letters-c, .theme-orange .theme-skyblue #dynamicId #myProfile .main-content .register_box .card .card-header .new-letters-c, .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card #myProfile .card-header .new-letters-c, .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card #myProfile .card-header .new-letters-c, .theme-skyblue .theme-orange #dynamicId #myProfile .main-content .register_box .card .card-header .card-header .new-letters-c, .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header #myProfile .card-header .new-letters-c, .theme-orange .theme-skyblue #dynamicId #myProfile .main-content .register_box .card .card-header .card-header .new-letters-c, .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header #myProfile .card-header .new-letters-c, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId #myProfile .main-content .register_box .card .card-header .card-header .new-letters-c, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId #myProfile .main-content .register_box .card .card-header .card-header .new-letters-c, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header #myProfile .card-header .new-letters-c, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header #myProfile .card-header .new-letters-c, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId #myProfile .main-content .register_box .card .card-header .card-header .new-letters-c, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId #myProfile .main-content .register_box .card .card-header .card-header .new-letters-c, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header #myProfile .card-header .new-letters-c, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header #myProfile .card-header .new-letters-c, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId #myProfile .main-content .register_box .card .card-header .card-header .card-header .new-letters-c, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header #myProfile .card-header .new-letters-c, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId #myProfile .main-content .register_box .card .card-header .card-header .card-header .new-letters-c, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header #myProfile .card-header .new-letters-c, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId #myProfile .main-content .register_box .card .card-header .card-header .card-header .new-letters-c, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header #myProfile .card-header .new-letters-c, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId #myProfile .main-content .register_box .card .card-header .card-header .card-header .new-letters-c, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header #myProfile .card-header .new-letters-c, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId #myProfile .main-content .register_box .card .card-header .card-header .card-header .new-letters-c, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId #myProfile .main-content .register_box .card .card-header .card-header .card-header .new-letters-c, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header #myProfile .card-header .new-letters-c, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header #myProfile .card-header .new-letters-c, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId #myProfile .main-content .register_box .card .card-header .card-header .card-header .new-letters-c, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId #myProfile .main-content .register_box .card .card-header .card-header .card-header .new-letters-c, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header #myProfile .card-header .new-letters-c, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header #myProfile .card-header .new-letters-c, .theme-skyblue .theme-orange #dynamicId #myProfile .main-content .register_box .card .card-header .card-header .new-letters-c, .theme-orange .theme-skyblue #dynamicId #myProfile .main-content .register_box .card .card-header .card-header .new-letters-c, .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header #myProfile .card-header .new-letters-c, .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header #myProfile .card-header .new-letters-c, .theme-skyblue #dynamicId .main-content .register_box .card #myProfile .card-header .new-letters-c, .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header #myProfile .card-header .new-letters-c, .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header #myProfile .card-header .new-letters-c, .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header #myProfile .card-header .new-letters-c, .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header #myProfile .card-header .new-letters-c, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header #myProfile .card-header .new-letters-c, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header #myProfile .card-header .new-letters-c, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header #myProfile .card-header .new-letters-c, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header #myProfile .card-header .new-letters-c, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header #myProfile .card-header .new-letters-c, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header #myProfile .card-header .new-letters-c, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header #myProfile .card-header .new-letters-c, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header #myProfile .card-header .new-letters-c, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header #myProfile .card-header .new-letters-c, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header #myProfile .card-header .new-letters-c, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header #myProfile .card-header .new-letters-c, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header #myProfile .card-header .new-letters-c, .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header #myProfile .card-header .new-letters-c, .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header #myProfile .card-header .new-letters-c,
.theme-skyblue #dynamicId #myProfile .card .my-benefi-table,
.theme-skyblue .theme-orange #dynamicId #myProfile .main-content .register_box .card .card-header .my-benefi-table,
.theme-orange .theme-skyblue #dynamicId #myProfile .main-content .register_box .card .card-header .my-benefi-table,
.theme-skyblue .theme-orange #dynamicId .main-content .register_box .card #myProfile .card-header .my-benefi-table,
.theme-orange .theme-skyblue #dynamicId .main-content .register_box .card #myProfile .card-header .my-benefi-table,
.theme-skyblue .theme-orange #dynamicId #myProfile .main-content .register_box .card .card-header .card-header .my-benefi-table,
.theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header #myProfile .card-header .my-benefi-table,
.theme-orange .theme-skyblue #dynamicId #myProfile .main-content .register_box .card .card-header .card-header .my-benefi-table,
.theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header #myProfile .card-header .my-benefi-table,
.theme-skyblue .theme-blueGreen .theme-orange #dynamicId #myProfile .main-content .register_box .card .card-header .card-header .my-benefi-table,
.theme-blueGreen .theme-orange .theme-skyblue #dynamicId #myProfile .main-content .register_box .card .card-header .card-header .my-benefi-table,
.theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header #myProfile .card-header .my-benefi-table,
.theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header #myProfile .card-header .my-benefi-table,
.theme-skyblue .theme-orange .theme-blueGreen #dynamicId #myProfile .main-content .register_box .card .card-header .card-header .my-benefi-table,
.theme-orange .theme-blueGreen .theme-skyblue #dynamicId #myProfile .main-content .register_box .card .card-header .card-header .my-benefi-table,
.theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header #myProfile .card-header .my-benefi-table,
.theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header #myProfile .card-header .my-benefi-table,
.theme-skyblue .theme-blueGreen .theme-orange #dynamicId #myProfile .main-content .register_box .card .card-header .card-header .card-header .my-benefi-table,
.theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header #myProfile .card-header .my-benefi-table,
.theme-orange .theme-skyblue .theme-blueGreen #dynamicId #myProfile .main-content .register_box .card .card-header .card-header .card-header .my-benefi-table,
.theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header #myProfile .card-header .my-benefi-table,
.theme-blueGreen .theme-skyblue .theme-orange #dynamicId #myProfile .main-content .register_box .card .card-header .card-header .card-header .my-benefi-table,
.theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header #myProfile .card-header .my-benefi-table,
.theme-orange .theme-blueGreen .theme-skyblue #dynamicId #myProfile .main-content .register_box .card .card-header .card-header .card-header .my-benefi-table,
.theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header #myProfile .card-header .my-benefi-table,
.theme-skyblue .theme-blueGreen .theme-orange #dynamicId #myProfile .main-content .register_box .card .card-header .card-header .card-header .my-benefi-table,
.theme-blueGreen .theme-orange .theme-skyblue #dynamicId #myProfile .main-content .register_box .card .card-header .card-header .card-header .my-benefi-table,
.theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header #myProfile .card-header .my-benefi-table,
.theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header #myProfile .card-header .my-benefi-table,
.theme-skyblue .theme-orange .theme-blueGreen #dynamicId #myProfile .main-content .register_box .card .card-header .card-header .card-header .my-benefi-table,
.theme-orange .theme-blueGreen .theme-skyblue #dynamicId #myProfile .main-content .register_box .card .card-header .card-header .card-header .my-benefi-table,
.theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header #myProfile .card-header .my-benefi-table,
.theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header #myProfile .card-header .my-benefi-table,
.theme-skyblue .theme-orange #dynamicId #myProfile .main-content .register_box .card .card-header .card-header .my-benefi-table,
.theme-orange .theme-skyblue #dynamicId #myProfile .main-content .register_box .card .card-header .card-header .my-benefi-table,
.theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header #myProfile .card-header .my-benefi-table,
.theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header #myProfile .card-header .my-benefi-table,
.theme-skyblue #dynamicId .main-content .register_box .card #myProfile .card-header .my-benefi-table,
.theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header #myProfile .card-header .my-benefi-table,
.theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header #myProfile .card-header .my-benefi-table,
.theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header #myProfile .card-header .my-benefi-table,
.theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header #myProfile .card-header .my-benefi-table,
.theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header #myProfile .card-header .my-benefi-table,
.theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header #myProfile .card-header .my-benefi-table,
.theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header #myProfile .card-header .my-benefi-table,
.theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header #myProfile .card-header .my-benefi-table,
.theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header #myProfile .card-header .my-benefi-table,
.theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header #myProfile .card-header .my-benefi-table,
.theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header #myProfile .card-header .my-benefi-table,
.theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header #myProfile .card-header .my-benefi-table,
.theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header #myProfile .card-header .my-benefi-table,
.theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header #myProfile .card-header .my-benefi-table,
.theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header #myProfile .card-header .my-benefi-table,
.theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header #myProfile .card-header .my-benefi-table,
.theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header #myProfile .card-header .my-benefi-table,
.theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header #myProfile .card-header .my-benefi-table {
  height: 295px !important;
  overflow: auto;
}
.theme-skyblue #dynamicId #myProfile .card .new-letters-c::-webkit-scrollbar, .theme-skyblue .theme-orange #dynamicId #myProfile .main-content .register_box .card .card-header .new-letters-c::-webkit-scrollbar, .theme-orange .theme-skyblue #dynamicId #myProfile .main-content .register_box .card .card-header .new-letters-c::-webkit-scrollbar, .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card #myProfile .card-header .new-letters-c::-webkit-scrollbar, .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card #myProfile .card-header .new-letters-c::-webkit-scrollbar, .theme-skyblue .theme-orange #dynamicId #myProfile .main-content .register_box .card .card-header .card-header .new-letters-c::-webkit-scrollbar, .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header #myProfile .card-header .new-letters-c::-webkit-scrollbar, .theme-orange .theme-skyblue #dynamicId #myProfile .main-content .register_box .card .card-header .card-header .new-letters-c::-webkit-scrollbar, .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header #myProfile .card-header .new-letters-c::-webkit-scrollbar, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId #myProfile .main-content .register_box .card .card-header .card-header .new-letters-c::-webkit-scrollbar, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId #myProfile .main-content .register_box .card .card-header .card-header .new-letters-c::-webkit-scrollbar, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header #myProfile .card-header .new-letters-c::-webkit-scrollbar, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header #myProfile .card-header .new-letters-c::-webkit-scrollbar, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId #myProfile .main-content .register_box .card .card-header .card-header .new-letters-c::-webkit-scrollbar, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId #myProfile .main-content .register_box .card .card-header .card-header .new-letters-c::-webkit-scrollbar, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header #myProfile .card-header .new-letters-c::-webkit-scrollbar, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header #myProfile .card-header .new-letters-c::-webkit-scrollbar, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId #myProfile .main-content .register_box .card .card-header .card-header .card-header .new-letters-c::-webkit-scrollbar, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header #myProfile .card-header .new-letters-c::-webkit-scrollbar, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId #myProfile .main-content .register_box .card .card-header .card-header .card-header .new-letters-c::-webkit-scrollbar, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header #myProfile .card-header .new-letters-c::-webkit-scrollbar, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId #myProfile .main-content .register_box .card .card-header .card-header .card-header .new-letters-c::-webkit-scrollbar, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header #myProfile .card-header .new-letters-c::-webkit-scrollbar, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId #myProfile .main-content .register_box .card .card-header .card-header .card-header .new-letters-c::-webkit-scrollbar, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header #myProfile .card-header .new-letters-c::-webkit-scrollbar, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId #myProfile .main-content .register_box .card .card-header .card-header .card-header .new-letters-c::-webkit-scrollbar, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId #myProfile .main-content .register_box .card .card-header .card-header .card-header .new-letters-c::-webkit-scrollbar, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header #myProfile .card-header .new-letters-c::-webkit-scrollbar, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header #myProfile .card-header .new-letters-c::-webkit-scrollbar, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId #myProfile .main-content .register_box .card .card-header .card-header .card-header .new-letters-c::-webkit-scrollbar, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId #myProfile .main-content .register_box .card .card-header .card-header .card-header .new-letters-c::-webkit-scrollbar, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header #myProfile .card-header .new-letters-c::-webkit-scrollbar, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header #myProfile .card-header .new-letters-c::-webkit-scrollbar, .theme-skyblue .theme-orange #dynamicId #myProfile .main-content .register_box .card .card-header .card-header .new-letters-c::-webkit-scrollbar, .theme-orange .theme-skyblue #dynamicId #myProfile .main-content .register_box .card .card-header .card-header .new-letters-c::-webkit-scrollbar, .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header #myProfile .card-header .new-letters-c::-webkit-scrollbar, .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header #myProfile .card-header .new-letters-c::-webkit-scrollbar, .theme-skyblue #dynamicId .main-content .register_box .card #myProfile .card-header .new-letters-c::-webkit-scrollbar, .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header #myProfile .card-header .new-letters-c::-webkit-scrollbar, .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header #myProfile .card-header .new-letters-c::-webkit-scrollbar, .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header #myProfile .card-header .new-letters-c::-webkit-scrollbar, .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header #myProfile .card-header .new-letters-c::-webkit-scrollbar, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header #myProfile .card-header .new-letters-c::-webkit-scrollbar, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header #myProfile .card-header .new-letters-c::-webkit-scrollbar, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header #myProfile .card-header .new-letters-c::-webkit-scrollbar, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header #myProfile .card-header .new-letters-c::-webkit-scrollbar, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header #myProfile .card-header .new-letters-c::-webkit-scrollbar, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header #myProfile .card-header .new-letters-c::-webkit-scrollbar, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header #myProfile .card-header .new-letters-c::-webkit-scrollbar, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header #myProfile .card-header .new-letters-c::-webkit-scrollbar, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header #myProfile .card-header .new-letters-c::-webkit-scrollbar, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header #myProfile .card-header .new-letters-c::-webkit-scrollbar, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header #myProfile .card-header .new-letters-c::-webkit-scrollbar, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header #myProfile .card-header .new-letters-c::-webkit-scrollbar, .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header #myProfile .card-header .new-letters-c::-webkit-scrollbar, .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header #myProfile .card-header .new-letters-c::-webkit-scrollbar,
.theme-skyblue #dynamicId #myProfile .card .my-benefi-table::-webkit-scrollbar,
.theme-skyblue .theme-orange #dynamicId #myProfile .main-content .register_box .card .card-header .my-benefi-table::-webkit-scrollbar,
.theme-orange .theme-skyblue #dynamicId #myProfile .main-content .register_box .card .card-header .my-benefi-table::-webkit-scrollbar,
.theme-skyblue .theme-orange #dynamicId .main-content .register_box .card #myProfile .card-header .my-benefi-table::-webkit-scrollbar,
.theme-orange .theme-skyblue #dynamicId .main-content .register_box .card #myProfile .card-header .my-benefi-table::-webkit-scrollbar,
.theme-skyblue .theme-orange #dynamicId #myProfile .main-content .register_box .card .card-header .card-header .my-benefi-table::-webkit-scrollbar,
.theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header #myProfile .card-header .my-benefi-table::-webkit-scrollbar,
.theme-orange .theme-skyblue #dynamicId #myProfile .main-content .register_box .card .card-header .card-header .my-benefi-table::-webkit-scrollbar,
.theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header #myProfile .card-header .my-benefi-table::-webkit-scrollbar,
.theme-skyblue .theme-blueGreen .theme-orange #dynamicId #myProfile .main-content .register_box .card .card-header .card-header .my-benefi-table::-webkit-scrollbar,
.theme-blueGreen .theme-orange .theme-skyblue #dynamicId #myProfile .main-content .register_box .card .card-header .card-header .my-benefi-table::-webkit-scrollbar,
.theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header #myProfile .card-header .my-benefi-table::-webkit-scrollbar,
.theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header #myProfile .card-header .my-benefi-table::-webkit-scrollbar,
.theme-skyblue .theme-orange .theme-blueGreen #dynamicId #myProfile .main-content .register_box .card .card-header .card-header .my-benefi-table::-webkit-scrollbar,
.theme-orange .theme-blueGreen .theme-skyblue #dynamicId #myProfile .main-content .register_box .card .card-header .card-header .my-benefi-table::-webkit-scrollbar,
.theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header #myProfile .card-header .my-benefi-table::-webkit-scrollbar,
.theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header #myProfile .card-header .my-benefi-table::-webkit-scrollbar,
.theme-skyblue .theme-blueGreen .theme-orange #dynamicId #myProfile .main-content .register_box .card .card-header .card-header .card-header .my-benefi-table::-webkit-scrollbar,
.theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header #myProfile .card-header .my-benefi-table::-webkit-scrollbar,
.theme-orange .theme-skyblue .theme-blueGreen #dynamicId #myProfile .main-content .register_box .card .card-header .card-header .card-header .my-benefi-table::-webkit-scrollbar,
.theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header #myProfile .card-header .my-benefi-table::-webkit-scrollbar,
.theme-blueGreen .theme-skyblue .theme-orange #dynamicId #myProfile .main-content .register_box .card .card-header .card-header .card-header .my-benefi-table::-webkit-scrollbar,
.theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header #myProfile .card-header .my-benefi-table::-webkit-scrollbar,
.theme-orange .theme-blueGreen .theme-skyblue #dynamicId #myProfile .main-content .register_box .card .card-header .card-header .card-header .my-benefi-table::-webkit-scrollbar,
.theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header #myProfile .card-header .my-benefi-table::-webkit-scrollbar,
.theme-skyblue .theme-blueGreen .theme-orange #dynamicId #myProfile .main-content .register_box .card .card-header .card-header .card-header .my-benefi-table::-webkit-scrollbar,
.theme-blueGreen .theme-orange .theme-skyblue #dynamicId #myProfile .main-content .register_box .card .card-header .card-header .card-header .my-benefi-table::-webkit-scrollbar,
.theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header #myProfile .card-header .my-benefi-table::-webkit-scrollbar,
.theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header #myProfile .card-header .my-benefi-table::-webkit-scrollbar,
.theme-skyblue .theme-orange .theme-blueGreen #dynamicId #myProfile .main-content .register_box .card .card-header .card-header .card-header .my-benefi-table::-webkit-scrollbar,
.theme-orange .theme-blueGreen .theme-skyblue #dynamicId #myProfile .main-content .register_box .card .card-header .card-header .card-header .my-benefi-table::-webkit-scrollbar,
.theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header #myProfile .card-header .my-benefi-table::-webkit-scrollbar,
.theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header #myProfile .card-header .my-benefi-table::-webkit-scrollbar,
.theme-skyblue .theme-orange #dynamicId #myProfile .main-content .register_box .card .card-header .card-header .my-benefi-table::-webkit-scrollbar,
.theme-orange .theme-skyblue #dynamicId #myProfile .main-content .register_box .card .card-header .card-header .my-benefi-table::-webkit-scrollbar,
.theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header #myProfile .card-header .my-benefi-table::-webkit-scrollbar,
.theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header #myProfile .card-header .my-benefi-table::-webkit-scrollbar,
.theme-skyblue #dynamicId .main-content .register_box .card #myProfile .card-header .my-benefi-table::-webkit-scrollbar,
.theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header #myProfile .card-header .my-benefi-table::-webkit-scrollbar,
.theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header #myProfile .card-header .my-benefi-table::-webkit-scrollbar,
.theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header #myProfile .card-header .my-benefi-table::-webkit-scrollbar,
.theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header #myProfile .card-header .my-benefi-table::-webkit-scrollbar,
.theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header #myProfile .card-header .my-benefi-table::-webkit-scrollbar,
.theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header #myProfile .card-header .my-benefi-table::-webkit-scrollbar,
.theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header #myProfile .card-header .my-benefi-table::-webkit-scrollbar,
.theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header #myProfile .card-header .my-benefi-table::-webkit-scrollbar,
.theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header #myProfile .card-header .my-benefi-table::-webkit-scrollbar,
.theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header #myProfile .card-header .my-benefi-table::-webkit-scrollbar,
.theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header #myProfile .card-header .my-benefi-table::-webkit-scrollbar,
.theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header #myProfile .card-header .my-benefi-table::-webkit-scrollbar,
.theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header #myProfile .card-header .my-benefi-table::-webkit-scrollbar,
.theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header #myProfile .card-header .my-benefi-table::-webkit-scrollbar,
.theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header #myProfile .card-header .my-benefi-table::-webkit-scrollbar,
.theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header #myProfile .card-header .my-benefi-table::-webkit-scrollbar,
.theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header #myProfile .card-header .my-benefi-table::-webkit-scrollbar,
.theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header #myProfile .card-header .my-benefi-table::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.theme-skyblue #dynamicId #myProfile .card .new-letters-c::-webkit-scrollbar-track, .theme-skyblue .theme-orange #dynamicId #myProfile .main-content .register_box .card .card-header .new-letters-c::-webkit-scrollbar-track, .theme-orange .theme-skyblue #dynamicId #myProfile .main-content .register_box .card .card-header .new-letters-c::-webkit-scrollbar-track, .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card #myProfile .card-header .new-letters-c::-webkit-scrollbar-track, .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card #myProfile .card-header .new-letters-c::-webkit-scrollbar-track, .theme-skyblue .theme-orange #dynamicId #myProfile .main-content .register_box .card .card-header .card-header .new-letters-c::-webkit-scrollbar-track, .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header #myProfile .card-header .new-letters-c::-webkit-scrollbar-track, .theme-orange .theme-skyblue #dynamicId #myProfile .main-content .register_box .card .card-header .card-header .new-letters-c::-webkit-scrollbar-track, .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header #myProfile .card-header .new-letters-c::-webkit-scrollbar-track, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId #myProfile .main-content .register_box .card .card-header .card-header .new-letters-c::-webkit-scrollbar-track, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId #myProfile .main-content .register_box .card .card-header .card-header .new-letters-c::-webkit-scrollbar-track, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header #myProfile .card-header .new-letters-c::-webkit-scrollbar-track, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header #myProfile .card-header .new-letters-c::-webkit-scrollbar-track, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId #myProfile .main-content .register_box .card .card-header .card-header .new-letters-c::-webkit-scrollbar-track, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId #myProfile .main-content .register_box .card .card-header .card-header .new-letters-c::-webkit-scrollbar-track, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header #myProfile .card-header .new-letters-c::-webkit-scrollbar-track, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header #myProfile .card-header .new-letters-c::-webkit-scrollbar-track, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId #myProfile .main-content .register_box .card .card-header .card-header .card-header .new-letters-c::-webkit-scrollbar-track, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header #myProfile .card-header .new-letters-c::-webkit-scrollbar-track, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId #myProfile .main-content .register_box .card .card-header .card-header .card-header .new-letters-c::-webkit-scrollbar-track, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header #myProfile .card-header .new-letters-c::-webkit-scrollbar-track, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId #myProfile .main-content .register_box .card .card-header .card-header .card-header .new-letters-c::-webkit-scrollbar-track, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header #myProfile .card-header .new-letters-c::-webkit-scrollbar-track, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId #myProfile .main-content .register_box .card .card-header .card-header .card-header .new-letters-c::-webkit-scrollbar-track, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header #myProfile .card-header .new-letters-c::-webkit-scrollbar-track, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId #myProfile .main-content .register_box .card .card-header .card-header .card-header .new-letters-c::-webkit-scrollbar-track, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId #myProfile .main-content .register_box .card .card-header .card-header .card-header .new-letters-c::-webkit-scrollbar-track, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header #myProfile .card-header .new-letters-c::-webkit-scrollbar-track, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header #myProfile .card-header .new-letters-c::-webkit-scrollbar-track, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId #myProfile .main-content .register_box .card .card-header .card-header .card-header .new-letters-c::-webkit-scrollbar-track, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId #myProfile .main-content .register_box .card .card-header .card-header .card-header .new-letters-c::-webkit-scrollbar-track, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header #myProfile .card-header .new-letters-c::-webkit-scrollbar-track, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header #myProfile .card-header .new-letters-c::-webkit-scrollbar-track, .theme-skyblue .theme-orange #dynamicId #myProfile .main-content .register_box .card .card-header .card-header .new-letters-c::-webkit-scrollbar-track, .theme-orange .theme-skyblue #dynamicId #myProfile .main-content .register_box .card .card-header .card-header .new-letters-c::-webkit-scrollbar-track, .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header #myProfile .card-header .new-letters-c::-webkit-scrollbar-track, .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header #myProfile .card-header .new-letters-c::-webkit-scrollbar-track, .theme-skyblue #dynamicId .main-content .register_box .card #myProfile .card-header .new-letters-c::-webkit-scrollbar-track, .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header #myProfile .card-header .new-letters-c::-webkit-scrollbar-track, .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header #myProfile .card-header .new-letters-c::-webkit-scrollbar-track, .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header #myProfile .card-header .new-letters-c::-webkit-scrollbar-track, .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header #myProfile .card-header .new-letters-c::-webkit-scrollbar-track, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header #myProfile .card-header .new-letters-c::-webkit-scrollbar-track, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header #myProfile .card-header .new-letters-c::-webkit-scrollbar-track, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header #myProfile .card-header .new-letters-c::-webkit-scrollbar-track, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header #myProfile .card-header .new-letters-c::-webkit-scrollbar-track, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header #myProfile .card-header .new-letters-c::-webkit-scrollbar-track, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header #myProfile .card-header .new-letters-c::-webkit-scrollbar-track, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header #myProfile .card-header .new-letters-c::-webkit-scrollbar-track, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header #myProfile .card-header .new-letters-c::-webkit-scrollbar-track, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header #myProfile .card-header .new-letters-c::-webkit-scrollbar-track, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header #myProfile .card-header .new-letters-c::-webkit-scrollbar-track, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header #myProfile .card-header .new-letters-c::-webkit-scrollbar-track, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header #myProfile .card-header .new-letters-c::-webkit-scrollbar-track, .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header #myProfile .card-header .new-letters-c::-webkit-scrollbar-track, .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header #myProfile .card-header .new-letters-c::-webkit-scrollbar-track,
.theme-skyblue #dynamicId #myProfile .card .my-benefi-table::-webkit-scrollbar-track,
.theme-skyblue .theme-orange #dynamicId #myProfile .main-content .register_box .card .card-header .my-benefi-table::-webkit-scrollbar-track,
.theme-orange .theme-skyblue #dynamicId #myProfile .main-content .register_box .card .card-header .my-benefi-table::-webkit-scrollbar-track,
.theme-skyblue .theme-orange #dynamicId .main-content .register_box .card #myProfile .card-header .my-benefi-table::-webkit-scrollbar-track,
.theme-orange .theme-skyblue #dynamicId .main-content .register_box .card #myProfile .card-header .my-benefi-table::-webkit-scrollbar-track,
.theme-skyblue .theme-orange #dynamicId #myProfile .main-content .register_box .card .card-header .card-header .my-benefi-table::-webkit-scrollbar-track,
.theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header #myProfile .card-header .my-benefi-table::-webkit-scrollbar-track,
.theme-orange .theme-skyblue #dynamicId #myProfile .main-content .register_box .card .card-header .card-header .my-benefi-table::-webkit-scrollbar-track,
.theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header #myProfile .card-header .my-benefi-table::-webkit-scrollbar-track,
.theme-skyblue .theme-blueGreen .theme-orange #dynamicId #myProfile .main-content .register_box .card .card-header .card-header .my-benefi-table::-webkit-scrollbar-track,
.theme-blueGreen .theme-orange .theme-skyblue #dynamicId #myProfile .main-content .register_box .card .card-header .card-header .my-benefi-table::-webkit-scrollbar-track,
.theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header #myProfile .card-header .my-benefi-table::-webkit-scrollbar-track,
.theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header #myProfile .card-header .my-benefi-table::-webkit-scrollbar-track,
.theme-skyblue .theme-orange .theme-blueGreen #dynamicId #myProfile .main-content .register_box .card .card-header .card-header .my-benefi-table::-webkit-scrollbar-track,
.theme-orange .theme-blueGreen .theme-skyblue #dynamicId #myProfile .main-content .register_box .card .card-header .card-header .my-benefi-table::-webkit-scrollbar-track,
.theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header #myProfile .card-header .my-benefi-table::-webkit-scrollbar-track,
.theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header #myProfile .card-header .my-benefi-table::-webkit-scrollbar-track,
.theme-skyblue .theme-blueGreen .theme-orange #dynamicId #myProfile .main-content .register_box .card .card-header .card-header .card-header .my-benefi-table::-webkit-scrollbar-track,
.theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header #myProfile .card-header .my-benefi-table::-webkit-scrollbar-track,
.theme-orange .theme-skyblue .theme-blueGreen #dynamicId #myProfile .main-content .register_box .card .card-header .card-header .card-header .my-benefi-table::-webkit-scrollbar-track,
.theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header #myProfile .card-header .my-benefi-table::-webkit-scrollbar-track,
.theme-blueGreen .theme-skyblue .theme-orange #dynamicId #myProfile .main-content .register_box .card .card-header .card-header .card-header .my-benefi-table::-webkit-scrollbar-track,
.theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header #myProfile .card-header .my-benefi-table::-webkit-scrollbar-track,
.theme-orange .theme-blueGreen .theme-skyblue #dynamicId #myProfile .main-content .register_box .card .card-header .card-header .card-header .my-benefi-table::-webkit-scrollbar-track,
.theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header #myProfile .card-header .my-benefi-table::-webkit-scrollbar-track,
.theme-skyblue .theme-blueGreen .theme-orange #dynamicId #myProfile .main-content .register_box .card .card-header .card-header .card-header .my-benefi-table::-webkit-scrollbar-track,
.theme-blueGreen .theme-orange .theme-skyblue #dynamicId #myProfile .main-content .register_box .card .card-header .card-header .card-header .my-benefi-table::-webkit-scrollbar-track,
.theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header #myProfile .card-header .my-benefi-table::-webkit-scrollbar-track,
.theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header #myProfile .card-header .my-benefi-table::-webkit-scrollbar-track,
.theme-skyblue .theme-orange .theme-blueGreen #dynamicId #myProfile .main-content .register_box .card .card-header .card-header .card-header .my-benefi-table::-webkit-scrollbar-track,
.theme-orange .theme-blueGreen .theme-skyblue #dynamicId #myProfile .main-content .register_box .card .card-header .card-header .card-header .my-benefi-table::-webkit-scrollbar-track,
.theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header #myProfile .card-header .my-benefi-table::-webkit-scrollbar-track,
.theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header #myProfile .card-header .my-benefi-table::-webkit-scrollbar-track,
.theme-skyblue .theme-orange #dynamicId #myProfile .main-content .register_box .card .card-header .card-header .my-benefi-table::-webkit-scrollbar-track,
.theme-orange .theme-skyblue #dynamicId #myProfile .main-content .register_box .card .card-header .card-header .my-benefi-table::-webkit-scrollbar-track,
.theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header #myProfile .card-header .my-benefi-table::-webkit-scrollbar-track,
.theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header #myProfile .card-header .my-benefi-table::-webkit-scrollbar-track,
.theme-skyblue #dynamicId .main-content .register_box .card #myProfile .card-header .my-benefi-table::-webkit-scrollbar-track,
.theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header #myProfile .card-header .my-benefi-table::-webkit-scrollbar-track,
.theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header #myProfile .card-header .my-benefi-table::-webkit-scrollbar-track,
.theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header #myProfile .card-header .my-benefi-table::-webkit-scrollbar-track,
.theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header #myProfile .card-header .my-benefi-table::-webkit-scrollbar-track,
.theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header #myProfile .card-header .my-benefi-table::-webkit-scrollbar-track,
.theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header #myProfile .card-header .my-benefi-table::-webkit-scrollbar-track,
.theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header #myProfile .card-header .my-benefi-table::-webkit-scrollbar-track,
.theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header #myProfile .card-header .my-benefi-table::-webkit-scrollbar-track,
.theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header #myProfile .card-header .my-benefi-table::-webkit-scrollbar-track,
.theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header #myProfile .card-header .my-benefi-table::-webkit-scrollbar-track,
.theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header #myProfile .card-header .my-benefi-table::-webkit-scrollbar-track,
.theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header #myProfile .card-header .my-benefi-table::-webkit-scrollbar-track,
.theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header #myProfile .card-header .my-benefi-table::-webkit-scrollbar-track,
.theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header #myProfile .card-header .my-benefi-table::-webkit-scrollbar-track,
.theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header #myProfile .card-header .my-benefi-table::-webkit-scrollbar-track,
.theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header #myProfile .card-header .my-benefi-table::-webkit-scrollbar-track,
.theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header #myProfile .card-header .my-benefi-table::-webkit-scrollbar-track,
.theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header #myProfile .card-header .my-benefi-table::-webkit-scrollbar-track {
  background: #dedee6;
}
.theme-skyblue #dynamicId #myProfile .card .new-letters-c::-webkit-scrollbar-thumb, .theme-skyblue .theme-orange #dynamicId #myProfile .main-content .register_box .card .card-header .new-letters-c::-webkit-scrollbar-thumb, .theme-orange .theme-skyblue #dynamicId #myProfile .main-content .register_box .card .card-header .new-letters-c::-webkit-scrollbar-thumb, .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card #myProfile .card-header .new-letters-c::-webkit-scrollbar-thumb, .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card #myProfile .card-header .new-letters-c::-webkit-scrollbar-thumb, .theme-skyblue .theme-orange #dynamicId #myProfile .main-content .register_box .card .card-header .card-header .new-letters-c::-webkit-scrollbar-thumb, .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header #myProfile .card-header .new-letters-c::-webkit-scrollbar-thumb, .theme-orange .theme-skyblue #dynamicId #myProfile .main-content .register_box .card .card-header .card-header .new-letters-c::-webkit-scrollbar-thumb, .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header #myProfile .card-header .new-letters-c::-webkit-scrollbar-thumb, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId #myProfile .main-content .register_box .card .card-header .card-header .new-letters-c::-webkit-scrollbar-thumb, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId #myProfile .main-content .register_box .card .card-header .card-header .new-letters-c::-webkit-scrollbar-thumb, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header #myProfile .card-header .new-letters-c::-webkit-scrollbar-thumb, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header #myProfile .card-header .new-letters-c::-webkit-scrollbar-thumb, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId #myProfile .main-content .register_box .card .card-header .card-header .new-letters-c::-webkit-scrollbar-thumb, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId #myProfile .main-content .register_box .card .card-header .card-header .new-letters-c::-webkit-scrollbar-thumb, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header #myProfile .card-header .new-letters-c::-webkit-scrollbar-thumb, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header #myProfile .card-header .new-letters-c::-webkit-scrollbar-thumb, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId #myProfile .main-content .register_box .card .card-header .card-header .card-header .new-letters-c::-webkit-scrollbar-thumb, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header #myProfile .card-header .new-letters-c::-webkit-scrollbar-thumb, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId #myProfile .main-content .register_box .card .card-header .card-header .card-header .new-letters-c::-webkit-scrollbar-thumb, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header #myProfile .card-header .new-letters-c::-webkit-scrollbar-thumb, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId #myProfile .main-content .register_box .card .card-header .card-header .card-header .new-letters-c::-webkit-scrollbar-thumb, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header #myProfile .card-header .new-letters-c::-webkit-scrollbar-thumb, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId #myProfile .main-content .register_box .card .card-header .card-header .card-header .new-letters-c::-webkit-scrollbar-thumb, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header #myProfile .card-header .new-letters-c::-webkit-scrollbar-thumb, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId #myProfile .main-content .register_box .card .card-header .card-header .card-header .new-letters-c::-webkit-scrollbar-thumb, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId #myProfile .main-content .register_box .card .card-header .card-header .card-header .new-letters-c::-webkit-scrollbar-thumb, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header #myProfile .card-header .new-letters-c::-webkit-scrollbar-thumb, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header #myProfile .card-header .new-letters-c::-webkit-scrollbar-thumb, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId #myProfile .main-content .register_box .card .card-header .card-header .card-header .new-letters-c::-webkit-scrollbar-thumb, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId #myProfile .main-content .register_box .card .card-header .card-header .card-header .new-letters-c::-webkit-scrollbar-thumb, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header #myProfile .card-header .new-letters-c::-webkit-scrollbar-thumb, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header #myProfile .card-header .new-letters-c::-webkit-scrollbar-thumb, .theme-skyblue .theme-orange #dynamicId #myProfile .main-content .register_box .card .card-header .card-header .new-letters-c::-webkit-scrollbar-thumb, .theme-orange .theme-skyblue #dynamicId #myProfile .main-content .register_box .card .card-header .card-header .new-letters-c::-webkit-scrollbar-thumb, .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header #myProfile .card-header .new-letters-c::-webkit-scrollbar-thumb, .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header #myProfile .card-header .new-letters-c::-webkit-scrollbar-thumb, .theme-skyblue #dynamicId .main-content .register_box .card #myProfile .card-header .new-letters-c::-webkit-scrollbar-thumb, .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header #myProfile .card-header .new-letters-c::-webkit-scrollbar-thumb, .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header #myProfile .card-header .new-letters-c::-webkit-scrollbar-thumb, .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header #myProfile .card-header .new-letters-c::-webkit-scrollbar-thumb, .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header #myProfile .card-header .new-letters-c::-webkit-scrollbar-thumb, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header #myProfile .card-header .new-letters-c::-webkit-scrollbar-thumb, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header #myProfile .card-header .new-letters-c::-webkit-scrollbar-thumb, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header #myProfile .card-header .new-letters-c::-webkit-scrollbar-thumb, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header #myProfile .card-header .new-letters-c::-webkit-scrollbar-thumb, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header #myProfile .card-header .new-letters-c::-webkit-scrollbar-thumb, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header #myProfile .card-header .new-letters-c::-webkit-scrollbar-thumb, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header #myProfile .card-header .new-letters-c::-webkit-scrollbar-thumb, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header #myProfile .card-header .new-letters-c::-webkit-scrollbar-thumb, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header #myProfile .card-header .new-letters-c::-webkit-scrollbar-thumb, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header #myProfile .card-header .new-letters-c::-webkit-scrollbar-thumb, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header #myProfile .card-header .new-letters-c::-webkit-scrollbar-thumb, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header #myProfile .card-header .new-letters-c::-webkit-scrollbar-thumb, .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header #myProfile .card-header .new-letters-c::-webkit-scrollbar-thumb, .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header #myProfile .card-header .new-letters-c::-webkit-scrollbar-thumb,
.theme-skyblue #dynamicId #myProfile .card .my-benefi-table::-webkit-scrollbar-thumb,
.theme-skyblue .theme-orange #dynamicId #myProfile .main-content .register_box .card .card-header .my-benefi-table::-webkit-scrollbar-thumb,
.theme-orange .theme-skyblue #dynamicId #myProfile .main-content .register_box .card .card-header .my-benefi-table::-webkit-scrollbar-thumb,
.theme-skyblue .theme-orange #dynamicId .main-content .register_box .card #myProfile .card-header .my-benefi-table::-webkit-scrollbar-thumb,
.theme-orange .theme-skyblue #dynamicId .main-content .register_box .card #myProfile .card-header .my-benefi-table::-webkit-scrollbar-thumb,
.theme-skyblue .theme-orange #dynamicId #myProfile .main-content .register_box .card .card-header .card-header .my-benefi-table::-webkit-scrollbar-thumb,
.theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header #myProfile .card-header .my-benefi-table::-webkit-scrollbar-thumb,
.theme-orange .theme-skyblue #dynamicId #myProfile .main-content .register_box .card .card-header .card-header .my-benefi-table::-webkit-scrollbar-thumb,
.theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header #myProfile .card-header .my-benefi-table::-webkit-scrollbar-thumb,
.theme-skyblue .theme-blueGreen .theme-orange #dynamicId #myProfile .main-content .register_box .card .card-header .card-header .my-benefi-table::-webkit-scrollbar-thumb,
.theme-blueGreen .theme-orange .theme-skyblue #dynamicId #myProfile .main-content .register_box .card .card-header .card-header .my-benefi-table::-webkit-scrollbar-thumb,
.theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header #myProfile .card-header .my-benefi-table::-webkit-scrollbar-thumb,
.theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header #myProfile .card-header .my-benefi-table::-webkit-scrollbar-thumb,
.theme-skyblue .theme-orange .theme-blueGreen #dynamicId #myProfile .main-content .register_box .card .card-header .card-header .my-benefi-table::-webkit-scrollbar-thumb,
.theme-orange .theme-blueGreen .theme-skyblue #dynamicId #myProfile .main-content .register_box .card .card-header .card-header .my-benefi-table::-webkit-scrollbar-thumb,
.theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header #myProfile .card-header .my-benefi-table::-webkit-scrollbar-thumb,
.theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header #myProfile .card-header .my-benefi-table::-webkit-scrollbar-thumb,
.theme-skyblue .theme-blueGreen .theme-orange #dynamicId #myProfile .main-content .register_box .card .card-header .card-header .card-header .my-benefi-table::-webkit-scrollbar-thumb,
.theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header #myProfile .card-header .my-benefi-table::-webkit-scrollbar-thumb,
.theme-orange .theme-skyblue .theme-blueGreen #dynamicId #myProfile .main-content .register_box .card .card-header .card-header .card-header .my-benefi-table::-webkit-scrollbar-thumb,
.theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header #myProfile .card-header .my-benefi-table::-webkit-scrollbar-thumb,
.theme-blueGreen .theme-skyblue .theme-orange #dynamicId #myProfile .main-content .register_box .card .card-header .card-header .card-header .my-benefi-table::-webkit-scrollbar-thumb,
.theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header #myProfile .card-header .my-benefi-table::-webkit-scrollbar-thumb,
.theme-orange .theme-blueGreen .theme-skyblue #dynamicId #myProfile .main-content .register_box .card .card-header .card-header .card-header .my-benefi-table::-webkit-scrollbar-thumb,
.theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header #myProfile .card-header .my-benefi-table::-webkit-scrollbar-thumb,
.theme-skyblue .theme-blueGreen .theme-orange #dynamicId #myProfile .main-content .register_box .card .card-header .card-header .card-header .my-benefi-table::-webkit-scrollbar-thumb,
.theme-blueGreen .theme-orange .theme-skyblue #dynamicId #myProfile .main-content .register_box .card .card-header .card-header .card-header .my-benefi-table::-webkit-scrollbar-thumb,
.theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header #myProfile .card-header .my-benefi-table::-webkit-scrollbar-thumb,
.theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header #myProfile .card-header .my-benefi-table::-webkit-scrollbar-thumb,
.theme-skyblue .theme-orange .theme-blueGreen #dynamicId #myProfile .main-content .register_box .card .card-header .card-header .card-header .my-benefi-table::-webkit-scrollbar-thumb,
.theme-orange .theme-blueGreen .theme-skyblue #dynamicId #myProfile .main-content .register_box .card .card-header .card-header .card-header .my-benefi-table::-webkit-scrollbar-thumb,
.theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header #myProfile .card-header .my-benefi-table::-webkit-scrollbar-thumb,
.theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header #myProfile .card-header .my-benefi-table::-webkit-scrollbar-thumb,
.theme-skyblue .theme-orange #dynamicId #myProfile .main-content .register_box .card .card-header .card-header .my-benefi-table::-webkit-scrollbar-thumb,
.theme-orange .theme-skyblue #dynamicId #myProfile .main-content .register_box .card .card-header .card-header .my-benefi-table::-webkit-scrollbar-thumb,
.theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header #myProfile .card-header .my-benefi-table::-webkit-scrollbar-thumb,
.theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header #myProfile .card-header .my-benefi-table::-webkit-scrollbar-thumb,
.theme-skyblue #dynamicId .main-content .register_box .card #myProfile .card-header .my-benefi-table::-webkit-scrollbar-thumb,
.theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header #myProfile .card-header .my-benefi-table::-webkit-scrollbar-thumb,
.theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header #myProfile .card-header .my-benefi-table::-webkit-scrollbar-thumb,
.theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header #myProfile .card-header .my-benefi-table::-webkit-scrollbar-thumb,
.theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header #myProfile .card-header .my-benefi-table::-webkit-scrollbar-thumb,
.theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header #myProfile .card-header .my-benefi-table::-webkit-scrollbar-thumb,
.theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header #myProfile .card-header .my-benefi-table::-webkit-scrollbar-thumb,
.theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header #myProfile .card-header .my-benefi-table::-webkit-scrollbar-thumb,
.theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header #myProfile .card-header .my-benefi-table::-webkit-scrollbar-thumb,
.theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header #myProfile .card-header .my-benefi-table::-webkit-scrollbar-thumb,
.theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header #myProfile .card-header .my-benefi-table::-webkit-scrollbar-thumb,
.theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header #myProfile .card-header .my-benefi-table::-webkit-scrollbar-thumb,
.theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header #myProfile .card-header .my-benefi-table::-webkit-scrollbar-thumb,
.theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header #myProfile .card-header .my-benefi-table::-webkit-scrollbar-thumb,
.theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header #myProfile .card-header .my-benefi-table::-webkit-scrollbar-thumb,
.theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header #myProfile .card-header .my-benefi-table::-webkit-scrollbar-thumb,
.theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header #myProfile .card-header .my-benefi-table::-webkit-scrollbar-thumb,
.theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header #myProfile .card-header .my-benefi-table::-webkit-scrollbar-thumb,
.theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header #myProfile .card-header .my-benefi-table::-webkit-scrollbar-thumb {
  background: #1b83ca;
}
.theme-skyblue #dynamicId #myProfile .card .card-header, .theme-skyblue #dynamicId .main-content .register_box .card #myProfile .card-header .card-header {
  background: #1375bb;
  line-height: 16px;
  color: #FFFFFF;
}
.theme-skyblue #dynamicId #myProfile .card .card-header a, .theme-skyblue #dynamicId .main-content .register_box .card #myProfile .card-header .card-header a {
  text-decoration: underline;
  color: #FFFFFF;
}
.theme-skyblue #dynamicId #myProfile .card .card-body h6, .theme-skyblue .theme-orange #dynamicId #myProfile .main-content .register_box .card .card-header .card-body h6, .theme-orange .theme-skyblue #dynamicId #myProfile .main-content .register_box .card .card-header .card-body h6, .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card #myProfile .card-header .card-body h6, .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card #myProfile .card-header .card-body h6, .theme-skyblue .theme-orange #dynamicId #myProfile .main-content .register_box .card .card-header .card-header .card-body h6, .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header #myProfile .card-header .card-body h6, .theme-orange .theme-skyblue #dynamicId #myProfile .main-content .register_box .card .card-header .card-header .card-body h6, .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header #myProfile .card-header .card-body h6, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId #myProfile .main-content .register_box .card .card-header .card-header .card-body h6, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId #myProfile .main-content .register_box .card .card-header .card-header .card-body h6, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header #myProfile .card-header .card-body h6, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header #myProfile .card-header .card-body h6, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId #myProfile .main-content .register_box .card .card-header .card-header .card-body h6, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId #myProfile .main-content .register_box .card .card-header .card-header .card-body h6, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header #myProfile .card-header .card-body h6, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header #myProfile .card-header .card-body h6, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId #myProfile .main-content .register_box .card .card-header .card-header .card-header .card-body h6, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header #myProfile .card-header .card-body h6, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId #myProfile .main-content .register_box .card .card-header .card-header .card-header .card-body h6, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header #myProfile .card-header .card-body h6, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId #myProfile .main-content .register_box .card .card-header .card-header .card-header .card-body h6, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header #myProfile .card-header .card-body h6, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId #myProfile .main-content .register_box .card .card-header .card-header .card-header .card-body h6, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header #myProfile .card-header .card-body h6, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId #myProfile .main-content .register_box .card .card-header .card-header .card-header .card-body h6, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId #myProfile .main-content .register_box .card .card-header .card-header .card-header .card-body h6, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header #myProfile .card-header .card-body h6, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header #myProfile .card-header .card-body h6, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId #myProfile .main-content .register_box .card .card-header .card-header .card-header .card-body h6, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId #myProfile .main-content .register_box .card .card-header .card-header .card-header .card-body h6, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header #myProfile .card-header .card-body h6, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header #myProfile .card-header .card-body h6, .theme-skyblue .theme-orange #dynamicId #myProfile .main-content .register_box .card .card-header .card-header .card-body h6, .theme-orange .theme-skyblue #dynamicId #myProfile .main-content .register_box .card .card-header .card-header .card-body h6, .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header #myProfile .card-header .card-body h6, .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header #myProfile .card-header .card-body h6, .theme-skyblue #dynamicId .main-content .register_box .card #myProfile .card-header .card-body h6, .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header #myProfile .card-header .card-body h6, .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header #myProfile .card-header .card-body h6, .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header #myProfile .card-header .card-body h6, .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header #myProfile .card-header .card-body h6, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header #myProfile .card-header .card-body h6, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header #myProfile .card-header .card-body h6, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header #myProfile .card-header .card-body h6, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header #myProfile .card-header .card-body h6, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header #myProfile .card-header .card-body h6, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header #myProfile .card-header .card-body h6, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header #myProfile .card-header .card-body h6, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header #myProfile .card-header .card-body h6, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header #myProfile .card-header .card-body h6, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header #myProfile .card-header .card-body h6, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header #myProfile .card-header .card-body h6, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header #myProfile .card-header .card-body h6, .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header #myProfile .card-header .card-body h6, .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header #myProfile .card-header .card-body h6, .theme-skyblue #dynamicId #myProfile .card .card-body .h6, .theme-skyblue .theme-orange #dynamicId #myProfile .main-content .register_box .card .card-header .card-body .h6, .theme-orange .theme-skyblue #dynamicId #myProfile .main-content .register_box .card .card-header .card-body .h6, .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card #myProfile .card-header .card-body .h6, .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card #myProfile .card-header .card-body .h6, .theme-skyblue .theme-orange #dynamicId #myProfile .main-content .register_box .card .card-header .card-header .card-body .h6, .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header #myProfile .card-header .card-body .h6, .theme-orange .theme-skyblue #dynamicId #myProfile .main-content .register_box .card .card-header .card-header .card-body .h6, .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header #myProfile .card-header .card-body .h6, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId #myProfile .main-content .register_box .card .card-header .card-header .card-body .h6, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId #myProfile .main-content .register_box .card .card-header .card-header .card-body .h6, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header #myProfile .card-header .card-body .h6, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header #myProfile .card-header .card-body .h6, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId #myProfile .main-content .register_box .card .card-header .card-header .card-body .h6, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId #myProfile .main-content .register_box .card .card-header .card-header .card-body .h6, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header #myProfile .card-header .card-body .h6, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header #myProfile .card-header .card-body .h6, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId #myProfile .main-content .register_box .card .card-header .card-header .card-header .card-body .h6, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header #myProfile .card-header .card-body .h6, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId #myProfile .main-content .register_box .card .card-header .card-header .card-header .card-body .h6, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header #myProfile .card-header .card-body .h6, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId #myProfile .main-content .register_box .card .card-header .card-header .card-header .card-body .h6, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header #myProfile .card-header .card-body .h6, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId #myProfile .main-content .register_box .card .card-header .card-header .card-header .card-body .h6, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header #myProfile .card-header .card-body .h6, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId #myProfile .main-content .register_box .card .card-header .card-header .card-header .card-body .h6, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId #myProfile .main-content .register_box .card .card-header .card-header .card-header .card-body .h6, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header #myProfile .card-header .card-body .h6, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header #myProfile .card-header .card-body .h6, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId #myProfile .main-content .register_box .card .card-header .card-header .card-header .card-body .h6, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId #myProfile .main-content .register_box .card .card-header .card-header .card-header .card-body .h6, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header #myProfile .card-header .card-body .h6, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header #myProfile .card-header .card-body .h6, .theme-skyblue .theme-orange #dynamicId #myProfile .main-content .register_box .card .card-header .card-header .card-body .h6, .theme-orange .theme-skyblue #dynamicId #myProfile .main-content .register_box .card .card-header .card-header .card-body .h6, .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header #myProfile .card-header .card-body .h6, .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header #myProfile .card-header .card-body .h6, .theme-skyblue #dynamicId .main-content .register_box .card #myProfile .card-header .card-body .h6, .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header #myProfile .card-header .card-body .h6, .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header #myProfile .card-header .card-body .h6, .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header #myProfile .card-header .card-body .h6, .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header #myProfile .card-header .card-body .h6, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header #myProfile .card-header .card-body .h6, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header #myProfile .card-header .card-body .h6, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header #myProfile .card-header .card-body .h6, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header #myProfile .card-header .card-body .h6, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header #myProfile .card-header .card-body .h6, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header #myProfile .card-header .card-body .h6, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header #myProfile .card-header .card-body .h6, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header #myProfile .card-header .card-body .h6, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header #myProfile .card-header .card-body .h6, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header #myProfile .card-header .card-body .h6, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header #myProfile .card-header .card-body .h6, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header #myProfile .card-header .card-body .h6, .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header #myProfile .card-header .card-body .h6, .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header #myProfile .card-header .card-body .h6 {
  color: #1375bb;
  font-size: 20px;
}
.theme-skyblue #dynamicId #myProfile .card .card-body p.card-text, .theme-skyblue #dynamicId .main-content .register_box .card #myProfile .card-header .card-body p.card-text {
  padding: 0;
}
.theme-skyblue #dynamicId #myProfile .card .card-body a, .theme-skyblue #dynamicId .main-content .register_box .card #myProfile .card-header .card-body a {
  color: #1375bb;
  text-decoration: underline;
  font-weight: normal;
  text-transform: capitalize;
}
.theme-skyblue #dynamicId #myProfile .card .card-body .donation-currency, .theme-skyblue #dynamicId .main-content .register_box .card #myProfile .card-header .card-body .donation-currency {
  width: 100%;
  display: block;
  text-align: center;
  position: relative;
}
.theme-skyblue #dynamicId #myProfile .card .card-body .donation-currency span, .theme-skyblue #dynamicId .main-content .register_box .card #myProfile .card-header .card-body .donation-currency span {
  position: absolute;
  left: 0;
  right: 0;
  top: 2.8vh;
  height: 20px;
  width: 90%;
  margin: auto;
  line-height: normal;
  font-weight: 600;
  font-size: 12px;
}
.theme-skyblue #dynamicId #myProfile .card owl-carousel, .theme-skyblue #dynamicId .main-content .register_box .card #myProfile .card-header owl-carousel {
  background: #f3f3f3;
  width: 100%;
  float: left;
  padding: 10px;
}
.theme-skyblue #dynamicId #myProfile .card owl-carousel .owl-dots, .theme-skyblue #dynamicId .main-content .register_box .card #myProfile .card-header owl-carousel .owl-dots {
  bottom: 0;
}
.theme-skyblue #dynamicId #myProfile .card.my-contributions, .theme-skyblue #dynamicId #myProfile .main-content .register_box .card .my-contributions.card-header, .theme-skyblue #dynamicId .main-content .register_box .card #myProfile .my-contributions.card-header {
  overflow: auto;
  height: 100%;
  display: block;
}
.theme-skyblue #dynamicId #myProfile .card.my-contributions::-webkit-scrollbar, .theme-skyblue #dynamicId #myProfile .main-content .register_box .card .my-contributions.card-header::-webkit-scrollbar, .theme-skyblue #dynamicId .main-content .register_box .card #myProfile .my-contributions.card-header::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.theme-skyblue #dynamicId #myProfile .card.my-contributions::-webkit-scrollbar-track, .theme-skyblue #dynamicId #myProfile .main-content .register_box .card .my-contributions.card-header::-webkit-scrollbar-track, .theme-skyblue #dynamicId .main-content .register_box .card #myProfile .my-contributions.card-header::-webkit-scrollbar-track {
  background: #dedee6;
}
.theme-skyblue #dynamicId #myProfile .card.my-contributions::-webkit-scrollbar-thumb, .theme-skyblue #dynamicId #myProfile .main-content .register_box .card .my-contributions.card-header::-webkit-scrollbar-thumb, .theme-skyblue #dynamicId .main-content .register_box .card #myProfile .my-contributions.card-header::-webkit-scrollbar-thumb {
  background: #1b83ca;
}
.theme-skyblue #dynamicId #myProfile .card.my-contributions .list-group.list-group-flush, .theme-skyblue #dynamicId #myProfile .main-content .register_box .card .my-contributions.card-header .list-group.list-group-flush, .theme-skyblue #dynamicId .main-content .register_box .card #myProfile .my-contributions.card-header .list-group.list-group-flush {
  border: 0 !important;
}
.theme-skyblue #dynamicId #myProfile .card.my-volunteer-c h3, .theme-skyblue #dynamicId #myProfile .main-content .register_box .card .my-volunteer-c.card-header h3, .theme-skyblue #dynamicId .main-content .register_box .card #myProfile .my-volunteer-c.card-header h3, .theme-skyblue #dynamicId #myProfile .card.my-volunteer-c .h3, .theme-skyblue #dynamicId #myProfile .main-content .register_box .card .my-volunteer-c.card-header .h3, .theme-skyblue #dynamicId .main-content .register_box .card #myProfile .my-volunteer-c.card-header .h3 {
  font-size: 20px;
  color: #000000;
}
.theme-skyblue #dynamicId #myProfile .card.my-volunteer-c ul, .theme-skyblue #dynamicId #myProfile .main-content .register_box .card .my-volunteer-c.card-header ul, .theme-skyblue #dynamicId .main-content .register_box .card #myProfile .my-volunteer-c.card-header ul {
  list-style: none;
}
.theme-skyblue #dynamicId #myProfile .card.my-volunteer-c ul li, .theme-skyblue #dynamicId #myProfile .main-content .register_box .card .my-volunteer-c.card-header ul li, .theme-skyblue #dynamicId .main-content .register_box .card #myProfile .my-volunteer-c.card-header ul li {
  border-top: none;
  margin-bottom: 10px;
}
.theme-skyblue #dynamicId #myProfile .share-event .eventShareButton {
  color: #1375bb;
}
.theme-skyblue #dynamicId #myProfile .share-event .eventShareButton img {
  filter: invert(46%) sepia(39%) saturate(859%) hue-rotate(161deg) brightness(98%) contrast(80%);
}
.theme-skyblue #dynamicId #myProfile .share-event .dropdown-menu li a {
  text-decoration: none;
}
.theme-skyblue #dynamicId .donate-modal h5 img, .theme-skyblue #dynamicId .donate-modal .h5 img {
  filter: invert(46%) sepia(39%) saturate(859%) hue-rotate(161deg) brightness(98%) contrast(80%);
}
.theme-skyblue #dynamicId .donate-modal h5 .indianCurrency, .theme-skyblue #dynamicId .donate-modal .h5 .indianCurrency {
  color: #1375bb;
}
.theme-skyblue #dynamicId app-social-login .social--button i.fa-facebook {
  background: none;
}
.theme-skyblue #dynamicId .mat-mdc-radio-button {
  font-family: inherit;
}
.theme-skyblue #dynamicId app-timer {
  background: #1375bb;
  color: #fff;
  padding: 0 5px;
}
.theme-skyblue #dynamicId app-get-started .main-content .figure.banner img {
  filter: opacity(1) hue-rotate(681deg);
}
.theme-skyblue #dynamicId app-fund-donation .evnt-modal-icns-c .evnt-modal-icns .eventButton {
  width: auto;
  max-width: 90%;
  text-align: left;
}
.theme-skyblue #dynamicId app-fund-donation header h1, .theme-skyblue #dynamicId app-fund-donation header .h1 {
  color: white;
  line-height: 25px;
}
.theme-skyblue #dynamicId app-public-event .evnt-modal-icns-c .evnt-modal-icns .eventButton {
  width: 200px;
  text-align: left;
}
.theme-skyblue #dynamicId h6.sub-heading, .theme-skyblue #dynamicId .sub-heading.h6 {
  font-size: 20px;
  color: #000000;
  font-weight: bold;
}
.theme-skyblue #dynamicId .awards-social-icons span {
  display: inline-block;
  padding: 0 5px;
}
.theme-skyblue #dynamicId .awards-social-icons span a i {
  background: none;
  color: #1375bb;
  font-size: 14px;
}
.theme-skyblue #dynamicId .awards-prev:hover,
.theme-skyblue #dynamicId .awards-next:hover {
  color: #1375bb;
  text-decoration: underline;
}
.theme-skyblue #dynamicId .big-thanks owl-carousel .owl-nav {
  width: 100%;
}
.theme-skyblue #dynamicId .big-thanks owl-carousel .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translate(50%);
}
.theme-skyblue #dynamicId .big-thanks owl-carousel .owl-nav button.owl-prev {
  left: -54px;
}
.theme-skyblue #dynamicId .big-thanks owl-carousel .owl-nav button.owl-next {
  right: -22px;
}
.theme-skyblue #dynamicId .big-thanks owl-carousel .owl-dots {
  bottom: -17px;
}
.theme-skyblue #dynamicId .signin {
  position: absolute;
  width: 320px;
  background: #fff;
  right: 1px;
  box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.27);
  top: 70px;
  padding: 22px 0 16px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.theme-skyblue #dynamicId .signin .existUser .close {
  font-size: 20px !important;
  top: 15px;
}
.theme-skyblue #dynamicId .header-height-w {
  width: 100%;
  height: 90px;
  display: block;
}
.theme-skyblue #dynamicId .interests-w .interests-i {
  height: 80px;
  margin-bottom: 10px;
  overflow: auto;
}
.theme-skyblue #dynamicId .interests-w .interests-i::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.theme-skyblue #dynamicId .interests-w .interests-i::-webkit-scrollbar-track {
  background: #dedee6;
}
.theme-skyblue #dynamicId .interests-w .interests-i::-webkit-scrollbar-thumb {
  background: #1b83ca;
}
.theme-skyblue #dynamicId .interests-w .interests-i span {
  display: inline-block;
  padding: 1px 16px;
  background: #0769ab;
  margin: 0 5px 5px 0;
  color: #fff;
  font-size: 14px !important;
  border-radius: 30px;
  height: 30px;
  line-height: 26px;
}
.theme-skyblue #dynamicId .interests-w .interests-i span a i {
  font-size: 12px;
}
.theme-skyblue #dynamicId .interests-w .interests-tags-w a {
  display: inline-block;
  padding: 3px 16px;
  margin: 0 5px 5px 0;
  font-size: 14px !important;
  border-radius: 28px;
  height: 28px;
  background: #f1f1f1;
  color: #000000;
  border: 1px solid #EAEAEA;
}
.theme-skyblue #dynamicId .fixed_pos {
  position: fixed;
  background: #fff;
  box-shadow: 0 0 22px #ccc;
  top: 154px;
  width: 90px;
  right: -90px;
  transition: all 0.35s ease-out;
  z-index: 8;
  text-align: center;
}
.theme-skyblue #dynamicId .fixed_pos .setting_icon {
  position: absolute;
  left: -50px;
  background: #fff;
  color: #1375bb;
  padding: 0;
  top: 0;
  cursor: pointer;
  box-shadow: -4px 0px 10px 0px #ccc;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  font-size: 24px;
}
.theme-skyblue #dynamicId .fixed_pos.open {
  right: 0;
  transition: all 0.3s ease-out;
}
.theme-skyblue #dynamicId .fixed_pos .inner {
  width: 90%;
  margin: 5px auto;
}
.theme-skyblue #dynamicId .fixed_pos .inner a {
  width: 30px;
  height: 30px;
  border-radius: 30px;
  display: inline-block;
  color: transparent;
  background: #f60;
  margin: 5px;
  overflow: hidden;
}
.theme-skyblue #dynamicId .fixed_pos .inner a.pink {
  background: #e01a59;
}
.theme-skyblue #dynamicId .fixed_pos .inner a.skyblue {
  background: #0769ab;
}
.theme-skyblue #dynamicId .fixed_pos .inner a.orange {
  background: #ff9800;
}
#fb8c00 .theme-skyblue #dynamicId .fixed_pos .inner a.green {
  background: #36a48b;
}
.theme-skyblue #dynamicId .fixed_pos .inner a.brown {
  background: #605047;
}
.theme-skyblue #dynamicId .fixed_pos .inner a.lavender {
  background: #9071be;
}
.theme-skyblue #dynamicId .fixed_pos .inner a.naviblue {
  background: #475069;
}
.theme-skyblue #dynamicId .mat-mdc-form-field {
  font-family: "Exo 2", sans-serif;
  line-height: 1.6;
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.theme-skyblue #dynamicId .mat-mdc-form-field.mat-focused {
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.theme-skyblue #dynamicId .mat-mdc-form-field.mat-focused .mat-form-field-ripple {
  background: #1375bb;
}
.theme-skyblue #dynamicId .mat-mdc-form-field.mat-focused .mat-form-field-label {
  color: #1375bb;
}
.theme-skyblue #dynamicId .mat-mdc-form-field.mat-focused.mat-primary {
  /* TODO(mdc-migration): The following rule targets internal classes of select that may no longer apply for the MDC version.*/
}
.theme-skyblue #dynamicId .mat-mdc-form-field.mat-focused.mat-primary .mat-select-arrow {
  color: #1375bb;
}
.theme-skyblue #dynamicId .mat-mdc-form-field .mat-form-field-underline {
  background-color: rgba(0, 0, 0, 0.13);
}
.theme-skyblue #dynamicId .mat-mdc-form-field.mat-form-field-appearance-outline {
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.theme-skyblue #dynamicId .mat-mdc-form-field.mat-form-field-appearance-outline .mat-form-field-infix {
  padding: 0.5em 0 0.5em 0;
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.theme-skyblue #dynamicId .mat-mdc-form-field.mat-form-field-appearance-outline .mat-form-field-infix .mat-form-field-label-wrapper label {
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.theme-skyblue #dynamicId .mat-mdc-form-field.mat-form-field-appearance-outline .mat-form-field-infix .mat-form-field-label-wrapper label.mat-form-field-label {
  padding-top: 0;
}
.theme-skyblue #dynamicId .mat-mdc-form-field.mat-form-field-appearance-outline .mat-form-field-wrapper {
  padding-bottom: 0;
}
.theme-skyblue #dynamicId .mat-mdc-form-field .mat-form-field-wrapper {
  padding-bottom: 0;
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.theme-skyblue #dynamicId .mat-mdc-form-field .mat-form-field-wrapper .mat-form-field-flex {
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.theme-skyblue #dynamicId .mat-mdc-form-field .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-infix span {
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.theme-skyblue #dynamicId .mat-mdc-form-field .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-infix span.mat-form-field-label-wrapper {
  top: -1.3em;
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.theme-skyblue #dynamicId .mat-mdc-form-field .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-infix span.mat-form-field-label-wrapper .mat-form-field-label mat-label {
  font-weight: bold;
}
.theme-skyblue #dynamicId .mat-mdc-form-field .mat-form-field-subscript-wrapper,
.theme-skyblue #dynamicId .mat-mdc-form-field .mat-form-field-underline {
  position: static;
}
.theme-skyblue #dynamicId .mat-mdc-form-field .mat-form-field-wrapper {
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.theme-skyblue #dynamicId .mat-mdc-form-field .mat-form-field-wrapper .mat-form-field-infix {
  /* TODO(mdc-migration): The following rule targets internal classes of select that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of select that may no longer apply for the MDC version.*/
}
.theme-skyblue #dynamicId .mat-mdc-form-field .mat-form-field-wrapper .mat-form-field-infix input.mat-mdc-input-element::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(0, 0, 0, 0.54);
}
.theme-skyblue #dynamicId .mat-mdc-form-field .mat-form-field-wrapper .mat-form-field-infix input.mat-mdc-input-element::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(0, 0, 0, 0.54);
}
.theme-skyblue #dynamicId .mat-mdc-form-field .mat-form-field-wrapper .mat-form-field-infix input.mat-mdc-input-element:-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(0, 0, 0, 0.54);
}
.theme-skyblue #dynamicId .mat-mdc-form-field .mat-form-field-wrapper .mat-form-field-infix input.mat-mdc-input-element:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(0, 0, 0, 0.54);
}
.theme-skyblue #dynamicId .mat-mdc-form-field .mat-form-field-wrapper .mat-form-field-infix mat-select {
  /* TODO(mdc-migration): The following rule targets internal classes of select that may no longer apply for the MDC version.*/
}
.theme-skyblue #dynamicId .mat-mdc-form-field .mat-form-field-wrapper .mat-form-field-infix mat-select .mat-select-placeholder {
  color: rgba(0, 0, 0, 0.54);
  -webkit-text-fill-color: rgba(0, 0, 0, 0.54);
}
.theme-skyblue #dynamicId .mat-mdc-form-field .mat-form-field-prefix mat-datepicker-toggle button {
  vertical-align: sub;
  position: relative;
  top: 1px;
}
.theme-skyblue #dynamicId .mat-mdc-option,
.theme-skyblue #dynamicId .mat-calendar,
.theme-skyblue #dynamicId .mat-mdc-button,
.theme-skyblue #dynamicId .mat-mdc-raised-button,
.theme-skyblue #dynamicId .mat-mdc-icon-button,
.theme-skyblue #dynamicId .mat-mdc-outlined-button,
.theme-skyblue #dynamicId .mat-mdc-unelevated-button,
.theme-skyblue #dynamicId .mat-mdc-fab,
.theme-skyblue #dynamicId .mat-mdc-mini-fab,
.theme-skyblue #dynamicId .mat-mdc-table {
  font-family: "Exo 2", sans-serif;
}
.theme-skyblue #dynamicId .mat-primary .mat-mdc-option.mat-mdc-selected {
  /* TODO(mdc-migration): The following rule targets internal classes of option that may no longer apply for the MDC version.*/
}
.theme-skyblue #dynamicId .mat-primary .mat-mdc-option.mat-mdc-selected:not(.mat-option-disabled) {
  color: #1375bb;
}
.theme-skyblue #dynamicId .mat-mdc-select-panel {
  /* TODO(mdc-migration): The following rule targets internal classes of select that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of select that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of select that may no longer apply for the MDC version.*/
}
.theme-skyblue #dynamicId .mat-mdc-select-panel .mat-mdc-option.mat-mdc-selected:not(.not-option-multiple) {
  background: #0769ab;
  color: #fff !important;
}
.theme-skyblue #dynamicId .mat-mdc-select-panel .mat-select-content {
  /* TODO(mdc-migration): The following rule targets internal classes of optgroup that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of optgroup that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of option that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of option that may no longer apply for the MDC version.*/
}
.theme-skyblue #dynamicId .mat-mdc-select-panel .mat-select-content mat-optgroup label.mat-mdc-optgroup-label {
  line-height: 40px !important;
  font-weight: bold !important;
  border-bottom: dashed 1px #1375bb;
  color: #1375bb;
}
.theme-skyblue #dynamicId .mat-mdc-select-panel .mat-select-content mat-option.mat-mdc-option-multiple.mat-mdc-selected mat-pseudo-checkbox {
  background: none;
  border: solid 2px #fff;
}
.theme-skyblue #dynamicId .mat-mdc-select-panel::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.theme-skyblue #dynamicId .mat-mdc-select-panel::-webkit-scrollbar-track {
  background: #dedee6;
}
.theme-skyblue #dynamicId .mat-mdc-select-panel::-webkit-scrollbar-thumb {
  background: #1b83ca;
}
.theme-skyblue #dynamicId .about-committe {
  background: rgba(58, 139, 194, 0.1411764706);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.13);
}
.theme-skyblue #dynamicId .about-committe img {
  width: 100%;
  height: auto;
  max-height: 188px;
  object-fit: cover;
  object-position: top;
}
.theme-skyblue #dynamicId .login-donate-now {
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
}
.theme-skyblue #dynamicId .login-donate-now .mat-radio-label-content {
  padding-left: 0px;
}
.theme-skyblue #dynamicId #scroll {
  position: fixed;
  right: 10px;
  bottom: 10px;
  cursor: pointer;
  width: 40px;
  height: 40px;
  background-color: #0769ab;
  display: none;
  border-radius: 40px;
  opacity: 0.8;
  color: #fff;
  text-align: center;
  line-height: 40px;
  z-index: 9999;
}
.theme-skyblue #dynamicId #scroll:hover {
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
}
.theme-skyblue #dynamicId #navbarDefault ul li a {
  position: relative;
  color: inherit;
  text-decoration: none;
  line-height: 24px;
}
.theme-skyblue #dynamicId #navbarDefault ul li a:before, .theme-skyblue #dynamicId #navbarDefault ul li a:after {
  content: "";
  position: absolute;
  transition: transform 0.5s ease;
}
.theme-skyblue #dynamicId #navbarDefault ul li a.nav-link {
  padding-top: 10px;
}
.theme-skyblue #dynamicId #navbarDefault ul li a.nav-link:before {
  left: 0;
  bottom: 12px;
  width: 100%;
  height: 2px;
  background: white;
  transform: scaleX(0);
}
.theme-skyblue #dynamicId #navbarDefault ul li a.nav-link:hover {
  background: none !important;
  color: white !important;
}
.theme-skyblue #dynamicId #navbarDefault ul li a.nav-link:hover:before {
  transform: scaleX(1);
}
.theme-skyblue #dynamicId .section-footer ul.list-unstyled li.item-list-a a {
  transition: all 0.3s ease-out;
}
.theme-skyblue #dynamicId .section-footer ul.list-unstyled li.item-list-a a:hover {
  transition: all 0.3s ease-in;
  opacity: 0.4;
  display: inline-block;
  text-decoration: underline;
}
.theme-skyblue #dynamicId .section-footer ul.list-unstyled li.item-list-a a.donate_now {
  opacity: 0.4;
  cursor: not-allowed;
  pointer-events: none;
}
.theme-skyblue #dynamicId .facebook-link {
  color: #3b5998;
}
.theme-skyblue #dynamicId .facebook-link .fa {
  color: #3b5998;
}
.theme-skyblue #dynamicId .twitter-link {
  color: #55acee;
}
.theme-skyblue #dynamicId .twitter-link .fa {
  color: #55acee;
}
.theme-skyblue #dynamicId owl-date-time-container > * {
  font-size: 14px !important;
}
.theme-skyblue #dynamicId owl-date-time-container > * .owl-dt-calendar-cell-content {
  font-size: 14px !important;
}
.theme-skyblue #dynamicId a[title="JavaScript charts"] {
  visibility: hidden !important;
  display: none !important;
}
.theme-skyblue #dynamicId .donation_amount_input {
  position: relative;
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.theme-skyblue #dynamicId .donation_amount_input span.input-group-doller {
  position: absolute;
  left: 0;
  top: 3px;
}
.theme-skyblue #dynamicId .donation_amount_input input {
  padding-left: 15px;
}
.theme-skyblue #dynamicId .donation_amount_input .mat-form-field-label {
  left: 15px;
}
.theme-skyblue #dynamicId .donation_amount_input .mat-form-field-infix {
  padding-top: 0 !important;
  border-top: 0 !important;
}
.theme-skyblue #dynamicId app-finance-dashboard .export-main {
  top: -40px;
}
.theme-skyblue #dynamicId .example-card.mat-mdc-card {
  box-shadow: none;
  padding: 15px;
  border: solid 1px #e6e6e6;
  /* TODO(mdc-migration): The following rule targets internal classes of card that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of card that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of card that may no longer apply for the MDC version.*/
}
.theme-skyblue #dynamicId .example-card.mat-mdc-card .mat-card-header-text {
  margin: 0;
  /* TODO(mdc-migration): The following rule targets internal classes of card that may no longer apply for the MDC version.*/
}
.theme-skyblue #dynamicId .example-card.mat-mdc-card .mat-card-header-text mat-card-title {
  font-size: 14px;
  color: #1375bb;
  font-weight: 500;
}
.theme-skyblue #dynamicId .example-card.mat-mdc-card mat-card-content {
  text-transform: capitalize;
}
.theme-skyblue #dynamicId .survey--time strong {
  color: #1375bb;
}
.theme-skyblue #dynamicId .mat-tab-label,
.theme-skyblue #dynamicId .mat-mdc-tab-link {
  font-family: "Exo 2", sans-serif !important;
}
.theme-skyblue #dynamicId mat-radio-button {
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
}
.theme-skyblue #dynamicId mat-radio-button .mat-radio-container {
  top: 3px;
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
}
.theme-skyblue #dynamicId mat-radio-button .mat-radio-container .mat-radio-outer-circle {
  border: 1px solid #3a8bc2;
  border-width: 2px;
  height: 17px;
  width: 17px;
}
.theme-skyblue #dynamicId mat-radio-button .mat-radio-container .mat-radio-inner-circle {
  background-color: #0769ab;
  height: 17px;
  width: 17px;
}
.theme-skyblue #dynamicId mat-radio-button.mat-radio-checked {
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
}
.theme-skyblue #dynamicId mat-radio-button.mat-radio-checked .mat-radio-outer-circle {
  border-color: #0769ab !important;
}
.theme-skyblue #dynamicId mat-radio-button.mat-radio-disabled {
  opacity: 0.5;
}
.theme-skyblue #dynamicId mat-selection-list {
  /* TODO(mdc-migration): The following rule targets internal classes of list that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of list that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of list that may no longer apply for the MDC version.*/
}
.theme-skyblue #dynamicId mat-selection-list:focus {
  outline: 0;
}
.theme-skyblue #dynamicId mat-selection-list mat-list-option {
  height: 34px;
  font-size: 14px;
  /* TODO(mdc-migration): The following rule targets internal classes of list that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of list that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of list that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of list that may no longer apply for the MDC version.*/
}
.theme-skyblue #dynamicId mat-selection-list mat-list-option:hover, .theme-skyblue #dynamicId mat-selection-list mat-list-option.mat-list-item-focus {
  background: none;
}
.theme-skyblue #dynamicId mat-selection-list mat-list-option.mat-list-item-disabled {
  background: none;
}
.theme-skyblue #dynamicId mat-selection-list mat-list-option .mat-list-item-content {
  padding: 0;
  /* TODO(mdc-migration): The following rule targets internal classes of list that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of list that may no longer apply for the MDC version.*/
}
.theme-skyblue #dynamicId mat-selection-list mat-list-option .mat-list-item-content mat-pseudo-checkbox {
  width: 15px;
  height: 15px;
  border: solid 2px #0769ab;
}
.theme-skyblue #dynamicId mat-selection-list mat-list-option .mat-list-item-content mat-pseudo-checkbox.mat-pseudo-checkbox-checked {
  background: #0769ab;
}
.theme-skyblue #dynamicId mat-selection-list mat-list-option .mat-list-item-content mat-pseudo-checkbox.mat-pseudo-checkbox-checked:after {
  top: 1px;
  left: 0;
}
.theme-skyblue #dynamicId mat-selection-list mat-list-option .mat-list-item-content .mat-list-text {
  padding-left: 10px;
}
.theme-skyblue #dynamicId mat-selection-list mat-list-option .mat-list-item-content .mat-list-item-ripple {
  display: none;
}
.theme-skyblue #dynamicId .public-survey-share {
  box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.17);
}
.theme-skyblue #dynamicId #org_register {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url('greyzz.7e1ddd1c2df298da.png') repeat;
  margin: auto;
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
}
.theme-skyblue #dynamicId #org_register > div {
  height: auto;
  margin: auto;
}
.theme-skyblue #dynamicId #org_register > div .card, .theme-skyblue #dynamicId #org_register > div .main-content .register_box .card .card-header, .theme-skyblue #dynamicId .main-content .register_box .card #org_register > div .card-header {
  box-shadow: 0px 0px 18px 8px rgba(0, 0, 0, 0.1);
}
.theme-skyblue #dynamicId #org_register h2, .theme-skyblue #dynamicId #org_register .h2 {
  color: #1375bb;
}
.theme-skyblue #dynamicId #org_register mat-checkbox {
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
}
.theme-skyblue #dynamicId #org_register mat-checkbox .mat-checkbox-inner-container {
  top: 0;
}
.theme-skyblue #dynamicId #org_register mat-checkbox a {
  color: #1375bb;
}
.theme-skyblue #dynamicId ol.steps {
  list-style: none;
  text-align: left;
  padding-left: 0 !important;
}
.theme-skyblue #dynamicId ol.steps .steps__item {
  background: none;
}
.theme-skyblue #dynamicId ol.steps .steps__item:before, .theme-skyblue #dynamicId ol.steps .steps__item:after {
  content: none;
}
.theme-skyblue #dynamicId ol.steps li.steps__item {
  margin-right: 0px;
  display: inline-block;
  color: #000000;
  padding: 0 14px;
  text-align: center;
}
.theme-skyblue #dynamicId ol.steps li.steps__item span {
  font-weight: bold;
}
.theme-skyblue #dynamicId ol.steps li.steps__item.steps__item--active {
  padding-bottom: 10px;
  position: relative;
}
.theme-skyblue #dynamicId ol.steps li.steps__item.steps__item--active span {
  color: #0769ab;
}
.theme-skyblue #dynamicId ol.steps li.steps__item.steps__item--active:after {
  position: absolute;
  content: "";
  height: 3px;
  width: 100%;
  background: #0769ab;
  bottom: 0;
  left: 0;
}
.theme-skyblue #dynamicId header.withOutNav {
  background: linear-gradient(to bottom, rgb(201, 228, 245) 0%, rgb(157, 183, 201) 100%);
}
.theme-skyblue #dynamicId mat-accordion mat-expansion-panel mat-expansion-panel-header {
  background: #dbf0ff;
  margin-bottom: 2px;
}
.theme-skyblue #dynamicId mat-accordion mat-expansion-panel h6, .theme-skyblue #dynamicId mat-accordion mat-expansion-panel .h6 {
  color: #1375bb;
  margin-top: 10px;
}
.theme-skyblue #dynamicId mat-accordion mat-expansion-panel:last-of-type mat-expansion-panel-header {
  margin-bottom: 0;
}
.theme-skyblue #dynamicId mat-accordion mat-expansion-panel .avatar-upload .avatar-edit input + label {
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.theme-skyblue #dynamicId mat-accordion mat-expansion-panel .req-text {
  width: 62%;
  font-size: 14px;
}
.theme-skyblue #dynamicId .avatar-upload {
  position: relative;
  margin: 0px auto;
  min-height: 124px;
}
.theme-skyblue #dynamicId .avatar-upload .avatar-edit {
  position: absolute;
  right: 0;
  left: 0;
  z-index: 1;
  top: 10px;
}
.theme-skyblue #dynamicId .avatar-upload .avatar-edit input {
  display: none;
}
.theme-skyblue #dynamicId .avatar-upload .avatar-edit input + label {
  display: inline-block;
  width: 120px;
  height: 110px;
  margin-bottom: 0;
  border-radius: 20px;
  background: #ffffff;
  cursor: pointer;
  font-weight: normal;
  transition: all 0.2s ease-in-out;
  text-align: center;
  padding-top: 0px;
  position: relative;
}
.theme-skyblue #dynamicId .avatar-upload .avatar-edit input + label:hover {
  background: #f1f1f1;
  border-color: #d6d6d6;
}
.theme-skyblue #dynamicId .avatar-upload .avatar-preview {
  width: 192px;
  height: 192px;
  position: relative;
  border-radius: 100%;
  border: 6px solid #f8f8f8;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}
.theme-skyblue #dynamicId .avatar-upload .avatar-preview > div {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.theme-skyblue #dynamicId .org-logo-upload {
  border: dashed 1px #ccc;
  min-height: 130px;
  margin-bottom: 20px;
}
.theme-skyblue #dynamicId .mat-radio-label {
  padding: 0;
}
.theme-skyblue #dynamicId .application-profile-wrapper label {
  display: block;
  color: #000000;
  font-weight: bold !important;
}
.theme-skyblue #dynamicId .application-profile-wrapper .mat-mdc-radio-button label {
  font-weight: normal !important;
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
}
.theme-skyblue #dynamicId .application-profile-wrapper .mat-mdc-radio-button label .mat-radio-container {
  top: 0;
  vertical-align: middle;
}
.theme-skyblue #dynamicId .event-donate-img img {
  height: auto;
  object-fit: cover;
  display: block;
  max-height: 300px;
  margin: 0 auto;
}
.theme-skyblue #dynamicId .custom-modal .modal-header {
  background: none !important;
  border: none;
  height: auto;
}
.theme-skyblue #dynamicId .custom-modal .modal-header h1, .theme-skyblue #dynamicId .custom-modal .modal-header .h1 {
  font-size: 20px;
  color: #1375bb;
  line-height: normal;
}
.theme-skyblue #dynamicId .custom-modal .modal-header .close {
  color: initial;
  opacity: 0.6;
}
.theme-skyblue #dynamicId .create-labels mat-label {
  font-size: 12px;
  font-weight: bold;
  color: #999999;
}
.theme-skyblue #dynamicId .create-labels span {
  color: #000000;
}
.theme-skyblue #dynamicId .mat-select-value,
.theme-skyblue #dynamicId .mat-radio-label-content {
  color: #000000;
}
.theme-skyblue #dynamicId textarea::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.theme-skyblue #dynamicId textarea::-webkit-scrollbar-track {
  background: #dedee6;
}
.theme-skyblue #dynamicId textarea::-webkit-scrollbar-thumb {
  background: #1b83ca;
}
.theme-skyblue #dynamicId .mat-input-custom-icon mat-icon {
  color: #0769ab;
}
.theme-skyblue #dynamicId .com-social-media a {
  border-bottom: solid 1px #999;
  padding-bottom: 12px;
  margin-top: 15px;
  display: block;
  font-size: 14px !important;
}
.theme-skyblue #dynamicId #org-preview {
  padding-right: 0 !important;
}
.theme-skyblue #dynamicId #org-preview .close {
  color: #1375bb;
  font-size: 18px;
  top: 16px;
}
.theme-skyblue #dynamicId #org-preview .close span {
  width: 20px;
  height: 20px;
  border: solid 1px #1375bb;
  border-radius: 15px;
  padding: 0;
  display: inline-block;
  line-height: 18px;
  text-align: center;
  font-size: 20px;
  vertical-align: text-bottom;
}
.theme-skyblue #dynamicId #org-preview #preview-slider {
  width: 100%;
}
.theme-skyblue #dynamicId #org-preview #preview-slider .carousel-inner {
  width: 100%;
  margin: 0;
  overflow-y: auto;
  display: block;
}
.theme-skyblue #dynamicId #org-preview #preview-slider .carousel-inner::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.theme-skyblue #dynamicId #org-preview #preview-slider .carousel-inner::-webkit-scrollbar-track {
  background: #dedee6;
}
.theme-skyblue #dynamicId #org-preview #preview-slider .carousel-inner::-webkit-scrollbar-thumb {
  background: #1b83ca;
}
.theme-skyblue #dynamicId #org-preview #preview-slider .carousel-indicators {
  top: -30px;
  height: 20px;
}
.theme-skyblue #dynamicId #org-preview #preview-slider .carousel-indicators li {
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  border-radius: 20px;
  display: inline-block;
  opacity: 1;
  background: none;
  border: solid 1px #999999;
}
.theme-skyblue #dynamicId #org-preview #preview-slider .carousel-indicators li.active {
  background: #1375bb;
  border: solid 1px #1375bb;
}
.theme-skyblue #dynamicId #org-preview #preview-slider .carousel-control-prev,
.theme-skyblue #dynamicId #org-preview #preview-slider .carousel-control-next {
  width: 20px;
  height: 20px;
  top: 48%;
}
.theme-skyblue #dynamicId #org-preview #preview-slider .carousel-control-prev span,
.theme-skyblue #dynamicId #org-preview #preview-slider .carousel-control-next span {
  background: none;
  font-size: 36px;
  color: #1375bb;
}
.theme-skyblue #dynamicId #org-preview #preview-slider .carousel-control-prev {
  left: -54px;
}
.theme-skyblue #dynamicId #org-preview #preview-slider .carousel-control-next {
  right: -44px;
}
.theme-skyblue #dynamicId #get-started .get-started-left,
.theme-skyblue #dynamicId #get-started .get-started-right {
  height: 400px;
  position: relative;
}
.theme-skyblue #dynamicId #get-started .get-started-left {
  background: #1375bb;
}
.theme-skyblue #dynamicId #get-started .get-started-right {
  background: rgba(58, 139, 194, 0.1411764706);
}
.theme-skyblue #dynamicId #get-started .get-started-info {
  position: absolute;
  left: 30px;
  top: 70px;
}
.theme-skyblue #dynamicId #get-started .get-started-info h1, .theme-skyblue #dynamicId #get-started .get-started-info .h1 {
  color: #1375bb;
}
.theme-skyblue #dynamicId #get-started .get-started-note {
  position: absolute;
  bottom: 0;
  width: 90%;
  left: 30px;
}
.theme-skyblue #dynamicId .margin-top-ten-px {
  margin-top: 10px;
}
.theme-skyblue #dynamicId .margin-bottom-ten-px {
  margin-bottom: 10px;
}
.theme-skyblue #dynamicId .full-width-button {
  width: 100%;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.theme-skyblue #dynamicId .mat-form-field-appearance-legacy {
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.theme-skyblue #dynamicId .mat-form-field-appearance-legacy .mat-form-field-ripple {
  height: 1px;
}
.theme-skyblue #dynamicId .mat-form-field-appearance-legacy.mat-form-field-can-float {
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.theme-skyblue #dynamicId .mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float {
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.theme-skyblue #dynamicId .mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label {
  transform: translateY(-1.28125em) scale(0.9) perspective(100px) translateZ(0.001px);
  padding: 0;
}
.theme-skyblue #dynamicId .mat-form-field-appearance-legacy.mat-focused {
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.theme-skyblue #dynamicId .mat-form-field-appearance-legacy.mat-focused .mat-form-field-label {
  color: inherit !important;
}
.theme-skyblue #dynamicId .mat-form-field-appearance-legacy.mat--textarea {
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.theme-skyblue #dynamicId .mat-form-field-appearance-legacy.mat--textarea .mat-form-field-underline {
  display: none;
}
.theme-skyblue #dynamicId .mat-form-field-appearance-legacy.mat--textarea textarea {
  border: solid 1px rgba(0, 0, 0, 0.42);
  padding: 10px;
}
.theme-skyblue #dynamicId .mat-form-field-appearance-legacy.mat--textarea label {
  font-size: 14px;
  font-weight: bold !important;
  color: rgba(0, 0, 0, 0.54);
  padding-bottom: 6px;
}
.theme-skyblue #dynamicId .google--map {
  height: 300px;
}
.theme-skyblue #dynamicId .google--map label {
  font-weight: bold !important;
  color: rgba(0, 0, 0, 0.54);
}
.theme-skyblue #dynamicId .coupon-alert {
  position: absolute;
  bottom: 20px;
  padding: 0;
  margin: auto;
  left: 0;
  right: 0;
  text-align: center;
}
.theme-skyblue #dynamicId .custom-alert-w {
  background: #d7e7f1;
}
.theme-skyblue #dynamicId .custom-alert-w h4, .theme-skyblue #dynamicId .custom-alert-w .h4 {
  color: #1375bb;
  font-size: 20px;
}
.theme-skyblue #dynamicId .custom-alert-w h4 .fa, .theme-skyblue #dynamicId .custom-alert-w .h4 .fa {
  vertical-align: middle;
  font-size: 34px;
  margin-right: 5px;
}
.theme-skyblue #dynamicId .manage-dashboard-wrapper .card, .theme-skyblue #dynamicId .manage-dashboard-wrapper .main-content .register_box .card .card-header, .theme-skyblue #dynamicId .main-content .register_box .card .manage-dashboard-wrapper .card-header {
  height: 100%;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.06);
  padding-bottom: 0;
  margin-bottom: 0;
  transition: all 0.3s ease-in;
  position: relative;
}
.theme-skyblue #dynamicId .manage-dashboard-wrapper .card .card-icon, .theme-skyblue #dynamicId .manage-dashboard-wrapper .main-content .register_box .card .card-header .card-icon, .theme-skyblue #dynamicId .main-content .register_box .card .manage-dashboard-wrapper .card-header .card-icon {
  transition: all 0.3s ease-in;
}
.theme-skyblue #dynamicId .manage-dashboard-wrapper .card h5, .theme-skyblue .theme-orange #dynamicId .manage-dashboard-wrapper .main-content .register_box .card .card-header h5, .theme-orange .theme-skyblue #dynamicId .manage-dashboard-wrapper .main-content .register_box .card .card-header h5, .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .manage-dashboard-wrapper .card-header h5, .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .manage-dashboard-wrapper .card-header h5, .theme-skyblue .theme-orange #dynamicId .manage-dashboard-wrapper .main-content .register_box .card .card-header .card-header h5, .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .manage-dashboard-wrapper .card-header h5, .theme-orange .theme-skyblue #dynamicId .manage-dashboard-wrapper .main-content .register_box .card .card-header .card-header h5, .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .manage-dashboard-wrapper .card-header h5, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .manage-dashboard-wrapper .main-content .register_box .card .card-header .card-header h5, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .manage-dashboard-wrapper .main-content .register_box .card .card-header .card-header h5, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .manage-dashboard-wrapper .card-header h5, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .manage-dashboard-wrapper .card-header h5, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .manage-dashboard-wrapper .main-content .register_box .card .card-header .card-header h5, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .manage-dashboard-wrapper .main-content .register_box .card .card-header .card-header h5, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .manage-dashboard-wrapper .card-header h5, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .manage-dashboard-wrapper .card-header h5, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .manage-dashboard-wrapper .main-content .register_box .card .card-header .card-header .card-header h5, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .manage-dashboard-wrapper .card-header h5, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .manage-dashboard-wrapper .main-content .register_box .card .card-header .card-header .card-header h5, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .manage-dashboard-wrapper .card-header h5, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .manage-dashboard-wrapper .main-content .register_box .card .card-header .card-header .card-header h5, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .manage-dashboard-wrapper .card-header h5, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .manage-dashboard-wrapper .main-content .register_box .card .card-header .card-header .card-header h5, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .manage-dashboard-wrapper .card-header h5, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .manage-dashboard-wrapper .main-content .register_box .card .card-header .card-header .card-header h5, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .manage-dashboard-wrapper .main-content .register_box .card .card-header .card-header .card-header h5, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .manage-dashboard-wrapper .card-header h5, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .manage-dashboard-wrapper .card-header h5, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .manage-dashboard-wrapper .main-content .register_box .card .card-header .card-header .card-header h5, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .manage-dashboard-wrapper .main-content .register_box .card .card-header .card-header .card-header h5, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .manage-dashboard-wrapper .card-header h5, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .manage-dashboard-wrapper .card-header h5, .theme-skyblue .theme-orange #dynamicId .manage-dashboard-wrapper .main-content .register_box .card .card-header .card-header h5, .theme-orange .theme-skyblue #dynamicId .manage-dashboard-wrapper .main-content .register_box .card .card-header .card-header h5, .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .manage-dashboard-wrapper .card-header h5, .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .manage-dashboard-wrapper .card-header h5, .theme-skyblue #dynamicId .manage-dashboard-wrapper .main-content .register_box .card .card-header h5, .theme-skyblue .theme-orange #dynamicId .manage-dashboard-wrapper .main-content .register_box .card .card-header .card-header h5, .theme-orange .theme-skyblue #dynamicId .manage-dashboard-wrapper .main-content .register_box .card .card-header .card-header h5, .theme-skyblue .theme-orange #dynamicId .manage-dashboard-wrapper .main-content .register_box .card .card-header .card-header .card-header h5, .theme-orange .theme-skyblue #dynamicId .manage-dashboard-wrapper .main-content .register_box .card .card-header .card-header .card-header h5, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .manage-dashboard-wrapper .main-content .register_box .card .card-header .card-header .card-header h5, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .manage-dashboard-wrapper .main-content .register_box .card .card-header .card-header .card-header h5, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .manage-dashboard-wrapper .main-content .register_box .card .card-header .card-header .card-header h5, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .manage-dashboard-wrapper .main-content .register_box .card .card-header .card-header .card-header h5, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .manage-dashboard-wrapper .main-content .register_box .card .card-header .card-header .card-header .card-header h5, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .manage-dashboard-wrapper .main-content .register_box .card .card-header .card-header .card-header .card-header h5, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .manage-dashboard-wrapper .main-content .register_box .card .card-header .card-header .card-header .card-header h5, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .manage-dashboard-wrapper .main-content .register_box .card .card-header .card-header .card-header .card-header h5, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .manage-dashboard-wrapper .main-content .register_box .card .card-header .card-header .card-header .card-header h5, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .manage-dashboard-wrapper .main-content .register_box .card .card-header .card-header .card-header .card-header h5, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .manage-dashboard-wrapper .main-content .register_box .card .card-header .card-header .card-header .card-header h5, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .manage-dashboard-wrapper .main-content .register_box .card .card-header .card-header .card-header .card-header h5, .theme-skyblue .theme-orange #dynamicId .manage-dashboard-wrapper .main-content .register_box .card .card-header .card-header .card-header h5, .theme-orange .theme-skyblue #dynamicId .manage-dashboard-wrapper .main-content .register_box .card .card-header .card-header .card-header h5, .theme-skyblue #dynamicId .main-content .register_box .card .manage-dashboard-wrapper .card-header h5, .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .manage-dashboard-wrapper .card-header h5, .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .manage-dashboard-wrapper .card-header h5, .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .manage-dashboard-wrapper .card-header h5, .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .manage-dashboard-wrapper .card-header h5, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .manage-dashboard-wrapper .card-header h5, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .manage-dashboard-wrapper .card-header h5, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .manage-dashboard-wrapper .card-header h5, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .manage-dashboard-wrapper .card-header h5, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .manage-dashboard-wrapper .card-header h5, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .manage-dashboard-wrapper .card-header h5, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .manage-dashboard-wrapper .card-header h5, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .manage-dashboard-wrapper .card-header h5, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .manage-dashboard-wrapper .card-header h5, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .manage-dashboard-wrapper .card-header h5, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .manage-dashboard-wrapper .card-header h5, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .manage-dashboard-wrapper .card-header h5, .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .manage-dashboard-wrapper .card-header h5, .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .manage-dashboard-wrapper .card-header h5, .theme-skyblue #dynamicId .manage-dashboard-wrapper .card .h5, .theme-skyblue .theme-orange #dynamicId .manage-dashboard-wrapper .main-content .register_box .card .card-header .h5, .theme-orange .theme-skyblue #dynamicId .manage-dashboard-wrapper .main-content .register_box .card .card-header .h5, .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .manage-dashboard-wrapper .card-header .h5, .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .manage-dashboard-wrapper .card-header .h5, .theme-skyblue .theme-orange #dynamicId .manage-dashboard-wrapper .main-content .register_box .card .card-header .card-header .h5, .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .manage-dashboard-wrapper .card-header .h5, .theme-orange .theme-skyblue #dynamicId .manage-dashboard-wrapper .main-content .register_box .card .card-header .card-header .h5, .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .manage-dashboard-wrapper .card-header .h5, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .manage-dashboard-wrapper .main-content .register_box .card .card-header .card-header .h5, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .manage-dashboard-wrapper .main-content .register_box .card .card-header .card-header .h5, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .manage-dashboard-wrapper .card-header .h5, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .manage-dashboard-wrapper .card-header .h5, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .manage-dashboard-wrapper .main-content .register_box .card .card-header .card-header .h5, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .manage-dashboard-wrapper .main-content .register_box .card .card-header .card-header .h5, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .manage-dashboard-wrapper .card-header .h5, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .manage-dashboard-wrapper .card-header .h5, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .manage-dashboard-wrapper .main-content .register_box .card .card-header .card-header .card-header .h5, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .manage-dashboard-wrapper .card-header .h5, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .manage-dashboard-wrapper .main-content .register_box .card .card-header .card-header .card-header .h5, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .manage-dashboard-wrapper .card-header .h5, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .manage-dashboard-wrapper .main-content .register_box .card .card-header .card-header .card-header .h5, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .manage-dashboard-wrapper .card-header .h5, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .manage-dashboard-wrapper .main-content .register_box .card .card-header .card-header .card-header .h5, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .manage-dashboard-wrapper .card-header .h5, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .manage-dashboard-wrapper .main-content .register_box .card .card-header .card-header .card-header .h5, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .manage-dashboard-wrapper .main-content .register_box .card .card-header .card-header .card-header .h5, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .manage-dashboard-wrapper .card-header .h5, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .manage-dashboard-wrapper .card-header .h5, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .manage-dashboard-wrapper .main-content .register_box .card .card-header .card-header .card-header .h5, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .manage-dashboard-wrapper .main-content .register_box .card .card-header .card-header .card-header .h5, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .manage-dashboard-wrapper .card-header .h5, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .manage-dashboard-wrapper .card-header .h5, .theme-skyblue .theme-orange #dynamicId .manage-dashboard-wrapper .main-content .register_box .card .card-header .card-header .h5, .theme-orange .theme-skyblue #dynamicId .manage-dashboard-wrapper .main-content .register_box .card .card-header .card-header .h5, .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .manage-dashboard-wrapper .card-header .h5, .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .manage-dashboard-wrapper .card-header .h5, .theme-skyblue #dynamicId .manage-dashboard-wrapper .main-content .register_box .card .card-header .h5, .theme-skyblue .theme-orange #dynamicId .manage-dashboard-wrapper .main-content .register_box .card .card-header .card-header .h5, .theme-orange .theme-skyblue #dynamicId .manage-dashboard-wrapper .main-content .register_box .card .card-header .card-header .h5, .theme-skyblue .theme-orange #dynamicId .manage-dashboard-wrapper .main-content .register_box .card .card-header .card-header .card-header .h5, .theme-orange .theme-skyblue #dynamicId .manage-dashboard-wrapper .main-content .register_box .card .card-header .card-header .card-header .h5, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .manage-dashboard-wrapper .main-content .register_box .card .card-header .card-header .card-header .h5, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .manage-dashboard-wrapper .main-content .register_box .card .card-header .card-header .card-header .h5, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .manage-dashboard-wrapper .main-content .register_box .card .card-header .card-header .card-header .h5, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .manage-dashboard-wrapper .main-content .register_box .card .card-header .card-header .card-header .h5, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .manage-dashboard-wrapper .main-content .register_box .card .card-header .card-header .card-header .card-header .h5, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .manage-dashboard-wrapper .main-content .register_box .card .card-header .card-header .card-header .card-header .h5, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .manage-dashboard-wrapper .main-content .register_box .card .card-header .card-header .card-header .card-header .h5, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .manage-dashboard-wrapper .main-content .register_box .card .card-header .card-header .card-header .card-header .h5, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .manage-dashboard-wrapper .main-content .register_box .card .card-header .card-header .card-header .card-header .h5, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .manage-dashboard-wrapper .main-content .register_box .card .card-header .card-header .card-header .card-header .h5, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .manage-dashboard-wrapper .main-content .register_box .card .card-header .card-header .card-header .card-header .h5, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .manage-dashboard-wrapper .main-content .register_box .card .card-header .card-header .card-header .card-header .h5, .theme-skyblue .theme-orange #dynamicId .manage-dashboard-wrapper .main-content .register_box .card .card-header .card-header .card-header .h5, .theme-orange .theme-skyblue #dynamicId .manage-dashboard-wrapper .main-content .register_box .card .card-header .card-header .card-header .h5, .theme-skyblue #dynamicId .main-content .register_box .card .manage-dashboard-wrapper .card-header .h5, .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .manage-dashboard-wrapper .card-header .h5, .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .manage-dashboard-wrapper .card-header .h5, .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .manage-dashboard-wrapper .card-header .h5, .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .manage-dashboard-wrapper .card-header .h5, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .manage-dashboard-wrapper .card-header .h5, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .manage-dashboard-wrapper .card-header .h5, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .manage-dashboard-wrapper .card-header .h5, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .manage-dashboard-wrapper .card-header .h5, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .manage-dashboard-wrapper .card-header .h5, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .manage-dashboard-wrapper .card-header .h5, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .manage-dashboard-wrapper .card-header .h5, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .manage-dashboard-wrapper .card-header .h5, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .manage-dashboard-wrapper .card-header .h5, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .manage-dashboard-wrapper .card-header .h5, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .manage-dashboard-wrapper .card-header .h5, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .manage-dashboard-wrapper .card-header .h5, .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .manage-dashboard-wrapper .card-header .h5, .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .manage-dashboard-wrapper .card-header .h5 {
  text-transform: capitalize;
  color: #000000;
}
.theme-skyblue #dynamicId .manage-dashboard-wrapper .card .card-icon, .theme-skyblue #dynamicId .manage-dashboard-wrapper .main-content .register_box .card .card-header .card-icon, .theme-skyblue #dynamicId .main-content .register_box .card .manage-dashboard-wrapper .card-header .card-icon {
  width: 50px;
  height: 50px;
  border: solid 1px #ccc;
  display: inline-block;
  text-align: center;
  line-height: 46px;
  border-radius: 70px;
  margin-right: 10px;
}
.theme-skyblue #dynamicId .manage-dashboard-wrapper .card .card-icon img, .theme-skyblue #dynamicId .manage-dashboard-wrapper .main-content .register_box .card .card-header .card-icon img, .theme-skyblue #dynamicId .main-content .register_box .card .manage-dashboard-wrapper .card-header .card-icon img {
  filter: invert(46%) sepia(39%) saturate(859%) hue-rotate(161deg) brightness(98%) contrast(80%);
}
.theme-skyblue #dynamicId .manage-dashboard-wrapper .dashboard-card {
  padding: 8px !important;
}
.theme-skyblue #dynamicId .manage-dashboard-wrapper .dashboard-tabs {
  margin-top: 10px;
}
.theme-skyblue #dynamicId .mat-tab-panel {
  position: relative;
}
.theme-skyblue #dynamicId .ticket-input {
  padding-bottom: 6px;
  border: 0;
  border-bottom: solid 1px #1375bb;
  background: none;
  height: 30px;
  width: 100%;
  text-align: right;
  line-height: 37px;
}
.theme-skyblue #dynamicId .ticket-input:focus {
  outline: 0;
  box-shadow: none;
}
.theme-skyblue #dynamicId .member-dashboard-wrapper .dashboard-card .card, .theme-skyblue #dynamicId .member-dashboard-wrapper .dashboard-card .main-content .register_box .card .card-header, .theme-skyblue #dynamicId .main-content .register_box .card .member-dashboard-wrapper .dashboard-card .card-header {
  min-height: 360px !important;
}
.theme-skyblue #dynamicId .member-dashboard-wrapper .dashboard-card .card .card-body, .theme-skyblue #dynamicId .main-content .register_box .card .member-dashboard-wrapper .dashboard-card .card-header .card-body {
  padding: 0;
}
.theme-skyblue #dynamicId .member-dashboard-wrapper .dashboard-card .card .card-body .card-title, .theme-skyblue #dynamicId .main-content .register_box .card .member-dashboard-wrapper .dashboard-card .card-header .card-body .card-title {
  overflow: hidden;
  position: relative;
  margin-bottom: 0;
}
.theme-skyblue #dynamicId .member-dashboard-wrapper .dashboard-card .card .card-body .card-title a, .theme-skyblue #dynamicId .main-content .register_box .card .member-dashboard-wrapper .dashboard-card .card-header .card-body .card-title a {
  background: #1375bb;
  color: #fff;
  width: 100%;
  display: block;
  padding: 10px;
}
.theme-skyblue #dynamicId .member-dashboard-wrapper .dashboard-card .card .card-body .card-title a.close, .theme-skyblue #dynamicId .main-content .register_box .card .member-dashboard-wrapper .dashboard-card .card-header .card-body .card-title a.close {
  position: absolute;
  right: 10px;
  top: -6px;
  width: auto;
  opacity: 1;
}
.theme-skyblue #dynamicId .member-dashboard-wrapper .dashboard-card .card .card-body .card-title a.close .fa, .theme-skyblue #dynamicId .main-content .register_box .card .member-dashboard-wrapper .dashboard-card .card-header .card-body .card-title a.close .fa {
  font-size: 14px;
  padding: 0;
}
.theme-skyblue #dynamicId .member-dashboard-wrapper .dashboard-card .card .card-body .list-group .list-group-item h6, .theme-skyblue .theme-orange #dynamicId .member-dashboard-wrapper .dashboard-card .main-content .register_box .card .card-header .card-body .list-group .list-group-item h6, .theme-orange .theme-skyblue #dynamicId .member-dashboard-wrapper .dashboard-card .main-content .register_box .card .card-header .card-body .list-group .list-group-item h6, .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .member-dashboard-wrapper .dashboard-card .card-header .card-body .list-group .list-group-item h6, .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .member-dashboard-wrapper .dashboard-card .card-header .card-body .list-group .list-group-item h6, .theme-skyblue .theme-orange #dynamicId .member-dashboard-wrapper .dashboard-card .main-content .register_box .card .card-header .card-header .card-body .list-group .list-group-item h6, .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .member-dashboard-wrapper .dashboard-card .card-header .card-body .list-group .list-group-item h6, .theme-orange .theme-skyblue #dynamicId .member-dashboard-wrapper .dashboard-card .main-content .register_box .card .card-header .card-header .card-body .list-group .list-group-item h6, .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .member-dashboard-wrapper .dashboard-card .card-header .card-body .list-group .list-group-item h6, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .member-dashboard-wrapper .dashboard-card .main-content .register_box .card .card-header .card-header .card-body .list-group .list-group-item h6, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .member-dashboard-wrapper .dashboard-card .main-content .register_box .card .card-header .card-header .card-body .list-group .list-group-item h6, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .member-dashboard-wrapper .dashboard-card .card-header .card-body .list-group .list-group-item h6, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .member-dashboard-wrapper .dashboard-card .card-header .card-body .list-group .list-group-item h6, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .member-dashboard-wrapper .dashboard-card .main-content .register_box .card .card-header .card-header .card-body .list-group .list-group-item h6, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .member-dashboard-wrapper .dashboard-card .main-content .register_box .card .card-header .card-header .card-body .list-group .list-group-item h6, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .member-dashboard-wrapper .dashboard-card .card-header .card-body .list-group .list-group-item h6, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .member-dashboard-wrapper .dashboard-card .card-header .card-body .list-group .list-group-item h6, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .member-dashboard-wrapper .dashboard-card .main-content .register_box .card .card-header .card-header .card-header .card-body .list-group .list-group-item h6, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .member-dashboard-wrapper .dashboard-card .card-header .card-body .list-group .list-group-item h6, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .member-dashboard-wrapper .dashboard-card .main-content .register_box .card .card-header .card-header .card-header .card-body .list-group .list-group-item h6, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .member-dashboard-wrapper .dashboard-card .card-header .card-body .list-group .list-group-item h6, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .member-dashboard-wrapper .dashboard-card .main-content .register_box .card .card-header .card-header .card-header .card-body .list-group .list-group-item h6, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .member-dashboard-wrapper .dashboard-card .card-header .card-body .list-group .list-group-item h6, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .member-dashboard-wrapper .dashboard-card .main-content .register_box .card .card-header .card-header .card-header .card-body .list-group .list-group-item h6, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .member-dashboard-wrapper .dashboard-card .card-header .card-body .list-group .list-group-item h6, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .member-dashboard-wrapper .dashboard-card .main-content .register_box .card .card-header .card-header .card-header .card-body .list-group .list-group-item h6, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .member-dashboard-wrapper .dashboard-card .main-content .register_box .card .card-header .card-header .card-header .card-body .list-group .list-group-item h6, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .member-dashboard-wrapper .dashboard-card .card-header .card-body .list-group .list-group-item h6, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .member-dashboard-wrapper .dashboard-card .card-header .card-body .list-group .list-group-item h6, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .member-dashboard-wrapper .dashboard-card .main-content .register_box .card .card-header .card-header .card-header .card-body .list-group .list-group-item h6, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .member-dashboard-wrapper .dashboard-card .main-content .register_box .card .card-header .card-header .card-header .card-body .list-group .list-group-item h6, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .member-dashboard-wrapper .dashboard-card .card-header .card-body .list-group .list-group-item h6, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .member-dashboard-wrapper .dashboard-card .card-header .card-body .list-group .list-group-item h6, .theme-skyblue .theme-orange #dynamicId .member-dashboard-wrapper .dashboard-card .main-content .register_box .card .card-header .card-header .card-body .list-group .list-group-item h6, .theme-orange .theme-skyblue #dynamicId .member-dashboard-wrapper .dashboard-card .main-content .register_box .card .card-header .card-header .card-body .list-group .list-group-item h6, .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .member-dashboard-wrapper .dashboard-card .card-header .card-body .list-group .list-group-item h6, .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .member-dashboard-wrapper .dashboard-card .card-header .card-body .list-group .list-group-item h6, .theme-skyblue #dynamicId .main-content .register_box .card .member-dashboard-wrapper .dashboard-card .card-header .card-body .list-group .list-group-item h6, .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .member-dashboard-wrapper .dashboard-card .card-header .card-body .list-group .list-group-item h6, .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .member-dashboard-wrapper .dashboard-card .card-header .card-body .list-group .list-group-item h6, .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .member-dashboard-wrapper .dashboard-card .card-header .card-body .list-group .list-group-item h6, .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .member-dashboard-wrapper .dashboard-card .card-header .card-body .list-group .list-group-item h6, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .member-dashboard-wrapper .dashboard-card .card-header .card-body .list-group .list-group-item h6, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .member-dashboard-wrapper .dashboard-card .card-header .card-body .list-group .list-group-item h6, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .member-dashboard-wrapper .dashboard-card .card-header .card-body .list-group .list-group-item h6, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .member-dashboard-wrapper .dashboard-card .card-header .card-body .list-group .list-group-item h6, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .member-dashboard-wrapper .dashboard-card .card-header .card-body .list-group .list-group-item h6, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .member-dashboard-wrapper .dashboard-card .card-header .card-body .list-group .list-group-item h6, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .member-dashboard-wrapper .dashboard-card .card-header .card-body .list-group .list-group-item h6, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .member-dashboard-wrapper .dashboard-card .card-header .card-body .list-group .list-group-item h6, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .member-dashboard-wrapper .dashboard-card .card-header .card-body .list-group .list-group-item h6, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .member-dashboard-wrapper .dashboard-card .card-header .card-body .list-group .list-group-item h6, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .member-dashboard-wrapper .dashboard-card .card-header .card-body .list-group .list-group-item h6, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .member-dashboard-wrapper .dashboard-card .card-header .card-body .list-group .list-group-item h6, .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .member-dashboard-wrapper .dashboard-card .card-header .card-body .list-group .list-group-item h6, .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .member-dashboard-wrapper .dashboard-card .card-header .card-body .list-group .list-group-item h6, .theme-skyblue #dynamicId .member-dashboard-wrapper .dashboard-card .card .card-body .list-group .list-group-item .h6, .theme-skyblue .theme-orange #dynamicId .member-dashboard-wrapper .dashboard-card .main-content .register_box .card .card-header .card-body .list-group .list-group-item .h6, .theme-orange .theme-skyblue #dynamicId .member-dashboard-wrapper .dashboard-card .main-content .register_box .card .card-header .card-body .list-group .list-group-item .h6, .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .member-dashboard-wrapper .dashboard-card .card-header .card-body .list-group .list-group-item .h6, .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .member-dashboard-wrapper .dashboard-card .card-header .card-body .list-group .list-group-item .h6, .theme-skyblue .theme-orange #dynamicId .member-dashboard-wrapper .dashboard-card .main-content .register_box .card .card-header .card-header .card-body .list-group .list-group-item .h6, .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .member-dashboard-wrapper .dashboard-card .card-header .card-body .list-group .list-group-item .h6, .theme-orange .theme-skyblue #dynamicId .member-dashboard-wrapper .dashboard-card .main-content .register_box .card .card-header .card-header .card-body .list-group .list-group-item .h6, .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .member-dashboard-wrapper .dashboard-card .card-header .card-body .list-group .list-group-item .h6, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .member-dashboard-wrapper .dashboard-card .main-content .register_box .card .card-header .card-header .card-body .list-group .list-group-item .h6, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .member-dashboard-wrapper .dashboard-card .main-content .register_box .card .card-header .card-header .card-body .list-group .list-group-item .h6, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .member-dashboard-wrapper .dashboard-card .card-header .card-body .list-group .list-group-item .h6, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .member-dashboard-wrapper .dashboard-card .card-header .card-body .list-group .list-group-item .h6, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .member-dashboard-wrapper .dashboard-card .main-content .register_box .card .card-header .card-header .card-body .list-group .list-group-item .h6, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .member-dashboard-wrapper .dashboard-card .main-content .register_box .card .card-header .card-header .card-body .list-group .list-group-item .h6, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .member-dashboard-wrapper .dashboard-card .card-header .card-body .list-group .list-group-item .h6, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .member-dashboard-wrapper .dashboard-card .card-header .card-body .list-group .list-group-item .h6, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .member-dashboard-wrapper .dashboard-card .main-content .register_box .card .card-header .card-header .card-header .card-body .list-group .list-group-item .h6, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .member-dashboard-wrapper .dashboard-card .card-header .card-body .list-group .list-group-item .h6, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .member-dashboard-wrapper .dashboard-card .main-content .register_box .card .card-header .card-header .card-header .card-body .list-group .list-group-item .h6, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .member-dashboard-wrapper .dashboard-card .card-header .card-body .list-group .list-group-item .h6, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .member-dashboard-wrapper .dashboard-card .main-content .register_box .card .card-header .card-header .card-header .card-body .list-group .list-group-item .h6, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .member-dashboard-wrapper .dashboard-card .card-header .card-body .list-group .list-group-item .h6, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .member-dashboard-wrapper .dashboard-card .main-content .register_box .card .card-header .card-header .card-header .card-body .list-group .list-group-item .h6, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .member-dashboard-wrapper .dashboard-card .card-header .card-body .list-group .list-group-item .h6, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .member-dashboard-wrapper .dashboard-card .main-content .register_box .card .card-header .card-header .card-header .card-body .list-group .list-group-item .h6, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .member-dashboard-wrapper .dashboard-card .main-content .register_box .card .card-header .card-header .card-header .card-body .list-group .list-group-item .h6, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .member-dashboard-wrapper .dashboard-card .card-header .card-body .list-group .list-group-item .h6, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .member-dashboard-wrapper .dashboard-card .card-header .card-body .list-group .list-group-item .h6, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .member-dashboard-wrapper .dashboard-card .main-content .register_box .card .card-header .card-header .card-header .card-body .list-group .list-group-item .h6, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .member-dashboard-wrapper .dashboard-card .main-content .register_box .card .card-header .card-header .card-header .card-body .list-group .list-group-item .h6, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .member-dashboard-wrapper .dashboard-card .card-header .card-body .list-group .list-group-item .h6, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .member-dashboard-wrapper .dashboard-card .card-header .card-body .list-group .list-group-item .h6, .theme-skyblue .theme-orange #dynamicId .member-dashboard-wrapper .dashboard-card .main-content .register_box .card .card-header .card-header .card-body .list-group .list-group-item .h6, .theme-orange .theme-skyblue #dynamicId .member-dashboard-wrapper .dashboard-card .main-content .register_box .card .card-header .card-header .card-body .list-group .list-group-item .h6, .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .member-dashboard-wrapper .dashboard-card .card-header .card-body .list-group .list-group-item .h6, .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .member-dashboard-wrapper .dashboard-card .card-header .card-body .list-group .list-group-item .h6, .theme-skyblue #dynamicId .main-content .register_box .card .member-dashboard-wrapper .dashboard-card .card-header .card-body .list-group .list-group-item .h6, .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .member-dashboard-wrapper .dashboard-card .card-header .card-body .list-group .list-group-item .h6, .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .member-dashboard-wrapper .dashboard-card .card-header .card-body .list-group .list-group-item .h6, .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .member-dashboard-wrapper .dashboard-card .card-header .card-body .list-group .list-group-item .h6, .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .member-dashboard-wrapper .dashboard-card .card-header .card-body .list-group .list-group-item .h6, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .member-dashboard-wrapper .dashboard-card .card-header .card-body .list-group .list-group-item .h6, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .member-dashboard-wrapper .dashboard-card .card-header .card-body .list-group .list-group-item .h6, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .member-dashboard-wrapper .dashboard-card .card-header .card-body .list-group .list-group-item .h6, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .member-dashboard-wrapper .dashboard-card .card-header .card-body .list-group .list-group-item .h6, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .member-dashboard-wrapper .dashboard-card .card-header .card-body .list-group .list-group-item .h6, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .member-dashboard-wrapper .dashboard-card .card-header .card-body .list-group .list-group-item .h6, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .member-dashboard-wrapper .dashboard-card .card-header .card-body .list-group .list-group-item .h6, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .member-dashboard-wrapper .dashboard-card .card-header .card-body .list-group .list-group-item .h6, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .member-dashboard-wrapper .dashboard-card .card-header .card-body .list-group .list-group-item .h6, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .member-dashboard-wrapper .dashboard-card .card-header .card-body .list-group .list-group-item .h6, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .member-dashboard-wrapper .dashboard-card .card-header .card-body .list-group .list-group-item .h6, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .member-dashboard-wrapper .dashboard-card .card-header .card-body .list-group .list-group-item .h6, .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .member-dashboard-wrapper .dashboard-card .card-header .card-body .list-group .list-group-item .h6, .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .member-dashboard-wrapper .dashboard-card .card-header .card-body .list-group .list-group-item .h6 {
  text-transform: capitalize;
}
.theme-skyblue #dynamicId .member-dashboard-wrapper .dashboard-card .card .noData, .theme-skyblue #dynamicId .main-content .register_box .card .member-dashboard-wrapper .dashboard-card .card-header .noData {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 24px;
}
.theme-skyblue #dynamicId .member-dashboard-wrapper .dashboard-card .subscribe-wrapper {
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.theme-skyblue #dynamicId .member-dashboard-wrapper .dashboard-card .subscribe-wrapper h1, .theme-skyblue #dynamicId .member-dashboard-wrapper .dashboard-card .subscribe-wrapper .h1 {
  line-height: normal;
}
.theme-skyblue #dynamicId .member-dashboard-wrapper .dashboard-card .subscribe-wrapper .mat-form-field-wrapper {
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.theme-skyblue #dynamicId .member-dashboard-wrapper .dashboard-card .subscribe-wrapper .mat-form-field-wrapper .mat-form-field-infix input.mat-mdc-input-element {
  background: #fff;
  padding: 5px 10px;
  color: #000;
  border-radius: 4px;
}
.theme-skyblue #dynamicId .member-dashboard-wrapper .dashboard-card .subscribe-wrapper .mat-mdc-form-field .mat-form-field-underline {
  background: white;
  display: none;
}
.theme-skyblue #dynamicId .member-dashboard-wrapper .dashboard-card .subscribe-wrapper .mat-form-field-label {
  color: white;
}
.theme-skyblue #dynamicId .member-dashboard-wrapper .dashboard-card .subscribe-wrapper .mat-mdc-form-field.mat-focused .mat-form-field-ripple {
  background: none;
}
.theme-skyblue #dynamicId .member-dashboard-wrapper .my-contributions .donation-currency {
  width: 100%;
  display: block;
  text-align: center;
  font-size: 24px;
}
.theme-skyblue #dynamicId .timeline {
  list-style: none;
  padding: 20px 0 20px;
  position: relative;
}
.theme-skyblue #dynamicId .timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 3px;
  background-color: #ccc;
  left: 50%;
  margin-left: -1.5px;
}
.theme-skyblue #dynamicId .timeline > li {
  margin-bottom: 20px;
  position: relative;
}
.theme-skyblue #dynamicId .timeline > li:nth-child(odd) .timeline-panel .timeline-badge {
  position: absolute;
  left: -26px;
  z-index: 0;
  background: #999;
  width: 16px;
  height: 16px;
  border-radius: 16px;
  top: 33px;
}
.theme-skyblue #dynamicId .timeline > li:nth-child(even) .timeline-panel .timeline-badge {
  position: absolute;
  right: -26px;
  z-index: 0;
  background: #999;
  width: 16px;
  height: 16px;
  border-radius: 16px;
  top: 33px;
}
.theme-skyblue #dynamicId .timeline > li:before {
  content: " ";
  display: table;
}
.theme-skyblue #dynamicId .timeline > li:after {
  content: " ";
  display: table;
  clear: both;
}
.theme-skyblue #dynamicId .timeline > li:before {
  content: " ";
  display: table;
}
.theme-skyblue #dynamicId .timeline > li:after {
  content: " ";
  display: table;
  clear: both;
}
.theme-skyblue #dynamicId .timeline > li > .timeline-panel {
  width: 45%;
  float: left;
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  padding: 10px;
  position: relative;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}
.theme-skyblue #dynamicId .timeline > li > .timeline-panel:before {
  position: absolute;
  top: 26px;
  right: -15px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-left: 15px solid #ccc;
  border-right: 0 solid #ccc;
  border-bottom: 15px solid transparent;
  content: " ";
}
.theme-skyblue #dynamicId .timeline > li > .timeline-panel:after {
  position: absolute;
  top: 27px;
  right: -14px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-left: 14px solid #fff;
  border-right: 0 solid #fff;
  border-bottom: 14px solid transparent;
  content: " ";
}
.theme-skyblue #dynamicId .timeline > li > .timeline-panel.active {
  background: #1375bb;
  color: white;
}
.theme-skyblue #dynamicId .timeline > li > .timeline-panel.active h4, .theme-skyblue #dynamicId .timeline > li > .timeline-panel.active .h4 {
  color: white;
}
.theme-skyblue #dynamicId .timeline > li > .timeline-panel.active:after {
  border-right-color: #1375bb;
}
.theme-skyblue #dynamicId .timeline > li.timeline-inverted > .timeline-panel {
  float: right;
}
.theme-skyblue #dynamicId .timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}
.theme-skyblue #dynamicId .timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}
.theme-skyblue #dynamicId .timeline-badge.primary {
  background-color: #2e6da4 !important;
}
.theme-skyblue #dynamicId .timeline-badge.success {
  background-color: #3f903f !important;
}
.theme-skyblue #dynamicId .timeline-badge.warning {
  background-color: #f0ad4e !important;
}
.theme-skyblue #dynamicId .timeline-badge.danger {
  background-color: #d9534f !important;
}
.theme-skyblue #dynamicId .timeline-badge.info {
  background-color: #5bc0de !important;
}
.theme-skyblue #dynamicId .timeline-title {
  margin-top: 0;
  color: inherit;
}
.theme-skyblue #dynamicId .timeline-title h4, .theme-skyblue #dynamicId .timeline-title .h4 {
  font-size: 14px;
  color: #000000;
}
.theme-skyblue #dynamicId .timeline-body > p,
.theme-skyblue #dynamicId .timeline-body > ul {
  margin-bottom: 0;
}
.theme-skyblue #dynamicId .timeline-body > p + p {
  margin-top: 5px;
}
.theme-skyblue #dynamicId .secondery-header {
  height: 50px;
  width: 100%;
  background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 23%, rgb(86, 169, 247) 47%, rgb(86, 169, 247) 100%);
  position: relative;
  z-index: 9;
}
.theme-skyblue #dynamicId .secondery-header img[alt=Logo] {
  margin-top: 6px;
}
.theme-skyblue #dynamicId .secondery-header ul {
  margin-bottom: 0;
}
.theme-skyblue #dynamicId .secondery-header ul li a {
  color: #000000;
  text-transform: uppercase;
  margin-right: 10px;
  line-height: 30px;
  margin-top: 4px;
  transition: all 0.3s ease-out;
  font-size: 14px !important;
}
.theme-skyblue #dynamicId .secondery-header ul li a:hover {
  color: #000000;
}
.theme-skyblue #dynamicId .secondery-header ul li .fa {
  color: #000000;
}
.theme-skyblue #dynamicId .secondery-header ul.social-media li a .fa {
  background: none;
  color: #1375bb;
}
.theme-skyblue #dynamicId .secondery-header .float-left .second-nav a {
  position: relative;
  display: inline-block;
}
.theme-skyblue #dynamicId .secondery-header .float-left .second-nav a:after {
  content: "";
  background: #0769ab;
  height: 2px;
  position: absolute;
  bottom: 0;
  transition: 0.16s all 0.05s;
  left: 100%;
  right: 100%;
}
.theme-skyblue #dynamicId .secondery-header .float-left .second-nav a:hover ~ a:after {
  left: 100%;
  right: 100%;
}
.theme-skyblue #dynamicId .secondery-header .float-left .second-nav a:hover:after {
  left: 0;
  right: 0;
}
.theme-skyblue #dynamicId .secondery-header .float-right ul li a {
  text-transform: capitalize;
}
.theme-skyblue #dynamicId #footer-wrapper {
  background: #1375bb;
  color: white;
  float: left;
  width: 100%;
  font-size: 14px !important;
  height: 40px;
}
.theme-skyblue #dynamicId #footer-wrapper .float-left ul {
  padding: 0;
  margin: 0;
}
.theme-skyblue #dynamicId #footer-wrapper .float-left ul li a {
  text-transform: uppercase;
  margin-right: 10px;
  font-size: 14px !important;
}
.theme-skyblue #dynamicId #footer-wrapper .float-left ul li a:hover {
  text-decoration: underline;
}
.theme-skyblue #dynamicId #footer-wrapper .social-media li a .fa {
  background: none;
  color: white;
}
.theme-skyblue #dynamicId #footer-wrapper ul li a {
  line-height: 40px;
}
.theme-skyblue #dynamicId .footer-text p {
  font-size: 14px;
  padding: 10px 0 0 16px;
  display: inline-block;
}
.theme-skyblue #dynamicId .footer-text p a {
  font-size: 14px !important;
  text-decoration: underline;
  color: #000000;
}
.theme-skyblue #dynamicId .avatar-edit label img.camera_icon {
  filter: invert(46%) sepia(39%) saturate(859%) hue-rotate(161deg) brightness(98%) contrast(80%);
  z-index: 0;
}
.theme-skyblue #dynamicId .avatar-edit label img.uploaded_img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  object-fit: contain;
  width: 100%;
  transform: scale(1);
}
.theme-skyblue #dynamicId #eventsForm .avatar-edit label img.uploaded_img {
  object-fit: cover;
}
.theme-skyblue #dynamicId #newMessage .modal-content .modal-header .modal-title {
  font-size: 14px;
  color: white;
}
.theme-skyblue #dynamicId #newMessage .modal-content .modal-body .user-msg-img {
  vertical-align: super;
}
.theme-skyblue #dynamicId #newMessage .modal-content .modal-footer {
  background: #dbf0ff;
}
.theme-skyblue #dynamicId .view-committee-wrapper .col-12.col-sm-6 {
  padding: 6px;
}
.theme-skyblue #dynamicId .view-committee-wrapper .card, .theme-skyblue #dynamicId .view-committee-wrapper .main-content .register_box .card .card-header, .theme-skyblue #dynamicId .main-content .register_box .card .view-committee-wrapper .card-header {
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease-in;
  height: 330px;
  min-height: 0;
  padding: 2rem;
  display: block;
  overflow: hidden;
}
.theme-skyblue #dynamicId .view-committee-wrapper .card.viewCommittee a.view-all, .theme-skyblue #dynamicId .view-committee-wrapper .main-content .register_box .card .viewCommittee.card-header a.view-all, .theme-skyblue #dynamicId .main-content .register_box .card .view-committee-wrapper .viewCommittee.card-header a.view-all {
  position: absolute;
  top: 13px;
  right: 33px;
}
.theme-skyblue #dynamicId .view-committee-wrapper .card.expand, .theme-skyblue #dynamicId .view-committee-wrapper .main-content .register_box .card .expand.card-header, .theme-skyblue #dynamicId .main-content .register_box .card .view-committee-wrapper .expand.card-header {
  position: fixed;
  left: 0;
  right: 0;
  top: 50px;
  bottom: 0;
  z-index: 9999;
  height: calc(100% - 50px) !important;
}
.theme-skyblue #dynamicId .view-committee-wrapper .card.expand p, .theme-skyblue #dynamicId .view-committee-wrapper .main-content .register_box .card .expand.card-header p, .theme-skyblue #dynamicId .main-content .register_box .card .view-committee-wrapper .expand.card-header p {
  font-size: 28px;
  color: #1375bb;
  margin-bottom: 20px;
}
.theme-skyblue #dynamicId .view-committee-wrapper .card:hover, .theme-skyblue #dynamicId .view-committee-wrapper .main-content .register_box .card .card-header:hover, .theme-skyblue #dynamicId .main-content .register_box .card .view-committee-wrapper .card-header:hover {
  box-shadow: 0px 0px 36px 0px rgba(0, 0, 0, 0.29);
  transition: all 0.3s ease-out;
}
.theme-skyblue #dynamicId .view-committee-wrapper .card a, .theme-skyblue #dynamicId .view-committee-wrapper .main-content .register_box .card .card-header a, .theme-skyblue #dynamicId .main-content .register_box .card .view-committee-wrapper .card-header a {
  color: #1375bb;
}
.theme-skyblue #dynamicId .view-committee-wrapper .card p, .theme-skyblue #dynamicId .view-committee-wrapper .main-content .register_box .card .card-header p, .theme-skyblue #dynamicId .main-content .register_box .card .view-committee-wrapper .card-header p {
  margin-bottom: 10px;
}
.theme-skyblue #dynamicId .view-committee-wrapper .card .more-options, .theme-skyblue #dynamicId .view-committee-wrapper .main-content .register_box .card .card-header .more-options, .theme-skyblue #dynamicId .main-content .register_box .card .view-committee-wrapper .card-header .more-options {
  position: absolute;
  top: 10px;
  right: 20px;
}
.theme-skyblue #dynamicId .view-committee-wrapper .card .more-options button, .theme-skyblue #dynamicId .view-committee-wrapper .main-content .register_box .card .card-header .more-options button, .theme-skyblue #dynamicId .main-content .register_box .card .view-committee-wrapper .card-header .more-options button {
  background: none;
  border: 0;
  padding: 0;
  font-size: 20px;
}
.theme-skyblue #dynamicId .view-committee-wrapper .card .more-options button:after, .theme-skyblue #dynamicId .view-committee-wrapper .main-content .register_box .card .card-header .more-options button:after, .theme-skyblue #dynamicId .main-content .register_box .card .view-committee-wrapper .card-header .more-options button:after {
  content: none;
}
.theme-skyblue #dynamicId .view-committee-wrapper .card .more-options .dropdown-menu, .theme-skyblue #dynamicId .main-content .register_box .card .view-committee-wrapper .card-header .more-options .dropdown-menu {
  left: auto !important;
  right: 0;
  top: 26px !important;
  padding: 0;
  z-index: 9;
}
.theme-skyblue #dynamicId .view-committee-wrapper .card .more-options .dropdown-menu a, .theme-skyblue #dynamicId .main-content .register_box .card .view-committee-wrapper .card-header .more-options .dropdown-menu a {
  padding: 5px 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.315);
  transition: all 0.3s ease-out;
  color: #000000;
}
.theme-skyblue #dynamicId .view-committee-wrapper .card .more-options .dropdown-menu a:hover, .theme-skyblue #dynamicId .main-content .register_box .card .view-committee-wrapper .card-header .more-options .dropdown-menu a:hover {
  background: #1375bb;
  color: white;
  transition: all 0.3s ease-in;
}
.theme-skyblue #dynamicId .tags-wrapper {
  max-height: 175px;
  overflow: auto;
  display: block;
  margin-bottom: 10px;
}
.theme-skyblue #dynamicId .tags-wrapper::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.theme-skyblue #dynamicId .tags-wrapper::-webkit-scrollbar-track {
  background: #dedee6;
}
.theme-skyblue #dynamicId .tags-wrapper::-webkit-scrollbar-thumb {
  background: #1b83ca;
}
.theme-skyblue #dynamicId .tags-wrapper .tag {
  display: inline-block;
  background: #1375bb;
  color: white;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  padding: 3px 10px;
  font-size: 14px;
  height: 30px;
  margin-bottom: 4px;
}
.theme-skyblue #dynamicId #main-header-wrapper.sticky .secondery-header {
  display: none;
}
.theme-skyblue #dynamicId #main-header-wrapper.sticky header {
  opacity: 0.5;
  transform: translateY(0%);
  transition: none;
}
.theme-skyblue #dynamicId #main-header-wrapper #header .after-login-nav .header-menu-wrapper .links a {
  color: #000;
}
.theme-skyblue #dynamicId #main-header-wrapper #header.change-color .after-login-nav .header-menu-wrapper {
  background: #dbf0ff;
}
.theme-skyblue #dynamicId #main-header-wrapper #header.change-color .after-login-nav .header-menu-wrapper .links a {
  color: #000;
}
.theme-skyblue #dynamicId #main-header-wrapper #header.change-color .after-login-nav .header-menu-wrapper .links a img {
  filter: brightness(1) invert(1);
}
.theme-skyblue #dynamicId .about-organizer .fa {
  color: #1375bb;
}
.theme-skyblue #dynamicId .event-ticket-banner {
  position: relative;
  box-shadow: 0px 8px 12px 0px rgba(0, 0, 0, 0.08);
}
.theme-skyblue #dynamicId .event-ticket-banner h1, .theme-skyblue #dynamicId .event-ticket-banner .h1 {
  position: absolute;
  z-index: 1;
  left: 90px;
  top: 120px;
  color: white;
}
.theme-skyblue #dynamicId .event-ticket-banner img {
  object-fit: cover;
  width: 100%;
  display: block;
  height: 250px;
}
.theme-skyblue #dynamicId .tickets-wrapper .card, .theme-skyblue #dynamicId .tickets-wrapper .main-content .register_box .card .card-header, .theme-skyblue #dynamicId .main-content .register_box .card .tickets-wrapper .card-header {
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.06);
  margin-bottom: 14px !important;
  transition: all 0.3s ease-in;
  border: 1px solid #efeded;
  position: relative;
}
.theme-skyblue #dynamicId .tickets-wrapper .card:hover, .theme-skyblue #dynamicId .tickets-wrapper .main-content .register_box .card .card-header:hover, .theme-skyblue #dynamicId .main-content .register_box .card .tickets-wrapper .card-header:hover {
  box-shadow: 0px 0px 36px 0px rgba(0, 0, 0, 0.29);
  transition: all 0.3s ease-out;
}
.theme-skyblue #dynamicId .tickets-wrapper .card:hover:after, .theme-skyblue #dynamicId .tickets-wrapper .main-content .register_box .card .card-header:hover:after, .theme-skyblue #dynamicId .main-content .register_box .card .tickets-wrapper .card-header:hover:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 5px;
  background: #1375bb;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  left: -1px;
  stroke-dashoffset: 100;
  transition: 0.2s ease-out;
}
.theme-skyblue #dynamicId .tickets-wrapper .card .fa-ticket, .theme-skyblue #dynamicId .tickets-wrapper .main-content .register_box .card .card-header .fa-ticket, .theme-skyblue #dynamicId .main-content .register_box .card .tickets-wrapper .card-header .fa-ticket {
  color: #1375bb;
}
.theme-skyblue #dynamicId .tickets-wrapper .card:after, .theme-skyblue #dynamicId .tickets-wrapper .main-content .register_box .card .card-header:after, .theme-skyblue #dynamicId .main-content .register_box .card .tickets-wrapper .card-header:after {
  position: absolute;
  content: "";
  height: 0;
  width: 5px;
  background: rgba(58, 139, 194, 0.1411764706);
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  left: -1px;
  stroke-dasharray: 360;
  stroke-dashoffset: 360;
  transition: 0.3s ease-out;
}
.theme-skyblue #dynamicId .tickets-wrapper a {
  color: #1375bb;
  transition: all 0.3s ease-out;
}
.theme-skyblue #dynamicId .tickets-wrapper a:hover {
  color: #0769ab;
  transition: all 0.3s ease-in;
  text-decoration: underline;
}
.theme-skyblue #dynamicId .evnt--start-end-date {
  background: #dbf0ff;
}
.theme-skyblue #dynamicId #memberCheck a {
  color: #1375bb !important;
}
.theme-skyblue #dynamicId #memberCheck .modal-header {
  background: none;
}
.theme-skyblue #dynamicId #memberCheck .modal-header h3, .theme-skyblue #dynamicId #memberCheck .modal-header .h3 {
  font-size: 20px;
  color: #666;
  text-align: center;
}
.theme-skyblue #dynamicId .bg-primary {
  background: #1375bb !important;
  color: white;
}
.theme-skyblue #dynamicId .bg-secondary {
  background: #0769ab !important;
  color: white;
}
.theme-skyblue #dynamicId .bg-light {
  background: #dbf0ff !important;
  color: #1375bb !important;
}
.theme-skyblue #dynamicId .bg-none {
  background: none !important;
}
.theme-skyblue #dynamicId .bg-error {
  background: #fff6f6;
}
.theme-skyblue #dynamicId .text-primary {
  color: #1375bb !important;
}
.theme-skyblue #dynamicId .text-secondary {
  color: #0769ab !important;
}
.theme-skyblue #dynamicId .text-default {
  color: #000000 !important;
}
.theme-skyblue #dynamicId .text-dark {
  color: #000000 !important;
}
.theme-skyblue #dynamicId .svg_icon_theme_color {
  filter: invert(46%) sepia(39%) saturate(859%) hue-rotate(161deg) brightness(98%) contrast(80%);
}
.theme-skyblue #dynamicId .svg_icon_theme_secondary_color {
  filter: invert(18%) sepia(65%) saturate(7349%) hue-rotate(193deg) brightness(96%) contrast(94%);
}
.theme-skyblue #dynamicId .bg-gradient {
  background: linear-gradient(to bottom, #025286 0%, #3a8bc2 100%) !important;
  color: white !important;
}
.theme-skyblue #dynamicId .border-light {
  border: 1px solid rgba(0, 123, 255, 0.2392156863) !important;
}
.theme-skyblue #dynamicId .border-dark {
  border: 1px solid #0769ab !important;
}
.theme-skyblue #dynamicId .default-fontsize {
  font-size: 14px !important;
}
.theme-skyblue #dynamicId .secondary-fontsize {
  font-size: 14px !important;
}
.theme-skyblue #dynamicId .header-fontsize {
  font-size: 24px !important;
}
.theme-skyblue #dynamicId .sub-header-fontsize {
  font-size: 20px !important;
}
.theme-skyblue #dynamicId .label-color {
  color: rgba(0, 0, 0, 0.54) !important;
}
.theme-skyblue #dynamicId .underline {
  text-decoration: underline !important;
}
.theme-skyblue #dynamicId .valign-center {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.theme-skyblue #dynamicId .no-wrap {
  white-space: normal !important;
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
}
.theme-skyblue #dynamicId .no-wrap .mat-checkbox-label {
  white-space: normal;
}
.theme-skyblue #dynamicId .no-wrap .mat-checkbox-inner-container {
  margin: 2px 8px 0 0;
}
.theme-skyblue #dynamicId .small-banner-img {
  height: 100px;
}
.theme-skyblue #dynamicId .box-shadow {
  box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.21);
  -webkit-box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.21);
  -moz-box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.21);
}
.theme-skyblue #dynamicId .card-controls {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 50px;
}
.theme-skyblue #dynamicId .org-logo-c {
  height: 90px;
}
.theme-skyblue #dynamicId .left-columns--c .left-columns-i .card, .theme-skyblue #dynamicId .left-columns--c .left-columns-i .main-content .register_box .card .card-header, .theme-skyblue #dynamicId .main-content .register_box .card .left-columns--c .left-columns-i .card-header {
  border-radius: 4px;
}
.theme-skyblue #dynamicId .membership_type_stars .currency-w {
  width: 150px;
  height: 150px;
  display: inline-block;
  margin-right: 20px;
  position: relative;
  line-height: 150px;
  opacity: 0.4;
}
.theme-skyblue #dynamicId .membership_type_stars .currency-w:focus:after {
  color: #1375bb;
}
.theme-skyblue #dynamicId .membership_type_stars .currency-w:after {
  content: "";
  color: #dbf0ff;
  font-family: "FontAwesome";
  position: absolute;
  font-size: 160px;
  width: 100%;
  height: 100%;
  z-index: 0;
  border-radius: 150px;
}
.theme-skyblue #dynamicId .membership_type_stars .currency-w.diamond:after {
  background: url('diamond.f9017b4f8ae679a4.svg') center center no-repeat !important;
}
.theme-skyblue #dynamicId .membership_type_stars .currency-w.platinum:after {
  background: url('platinum.111ae20776baddc2.svg') center center no-repeat !important;
}
.theme-skyblue #dynamicId .membership_type_stars .currency-w.gold:after {
  background: url('gold.ef224ccc8e370066.svg') center center no-repeat !important;
}
.theme-skyblue #dynamicId .membership_type_stars .currency-w.silver:after {
  background: url('silver.32ace8a7ed05ca8b.svg') center center no-repeat !important;
}
.theme-skyblue #dynamicId .membership_type_stars .currency-w.life:after {
  background: url('life.617775ace218178f.svg') center center no-repeat !important;
}
.theme-skyblue #dynamicId .membership_type_stars .currency-w .mtype {
  position: absolute;
  top: -20px;
  width: 100%;
  text-align: left;
  color: #000000;
  z-index: 1;
  left: 45px;
  font-weight: bold;
  font-size: 14px;
  color: #000000;
}
.theme-skyblue #dynamicId .membership_type_stars .currency-w .mt-currency {
  position: absolute;
  top: 10px;
  margin: auto;
  color: #000000;
  z-index: 1;
  right: 36px;
  font-size: 20px;
  font-weight: bold;
}
.theme-skyblue #dynamicId .membership_type_stars .currency-w .mt-currency .mt-c-type {
  font-size: 14px;
  position: relative;
  top: -7px;
  padding-right: 3px;
}
.theme-skyblue #dynamicId .membership_type_stars mat-radio-group mat-radio-button label .mat-radio-container {
  display: none;
}
.theme-skyblue #dynamicId .membership_type_stars mat-radio-group mat-radio-button.mat-radio-checked .currency-w {
  opacity: 1;
}
.theme-skyblue #dynamicId .membership_type_stars mat-radio-group mat-radio-button.mat-radio-checked .currency-w:after {
  color: #1375bb;
}
.theme-skyblue #dynamicId .mat-mdc-tab-group .mat-mdc-tab-header .mat-tab-list .mat-tab-labels .mat-tab-label-active {
  color: #0769ab;
}
.theme-skyblue #dynamicId .mat-mdc-tab-group .mat-mdc-tab-header .mat-tab-list .mat-ink-bar {
  background: #0769ab;
}
.theme-skyblue #dynamicId .pointer-events-none {
  pointer-events: none !important;
}
.theme-skyblue #dynamicId .non-clickable-tabs mat-mdc-tab-group mat-mdc-tab-header .mat-mdc-tab-list .mat-mdc-tab-labels .mat-mdc-tab-label {
  pointer-events: none;
}
.theme-skyblue #dynamicId .ticket-availble {
  margin-top: 10px;
}
.theme-skyblue #dynamicId .org-img-logo {
  height: auto;
  width: auto;
  max-height: 120px;
  overflow: hidden;
  max-width: 100%;
}
.theme-skyblue #dynamicId .org-img-logo img {
  width: auto;
  height: auto;
  margin: auto;
  max-height: 100%;
  display: block;
  position: relative;
  top: 50%;
  transform: translateY(-50%) scale(0.8);
}
.theme-skyblue #dynamicId cancel-ticket-table table td mat-form-field {
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.theme-skyblue #dynamicId cancel-ticket-table table td mat-form-field .mat-form-field-wrapper {
  padding-bottom: 0;
}
.theme-skyblue #dynamicId .helping-hand {
  height: 107px;
  display: block;
  margin: 0 auto;
}
.theme-skyblue #dynamicId .cancel-order-w .fa {
  transition: all 0.3s ease-in;
}
.theme-skyblue #dynamicId .cancel-order-w .fa[aria-expanded=true] {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  transition: all 0.3s ease-out;
}
.theme-skyblue #dynamicId .search-member-as[aria-expanded=true] .fa {
  transition: all 0.3s ease-in;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  vertical-align: middle;
  padding: 0;
}
.theme-skyblue #dynamicId .search-member-as .fa {
  transition: all 0.3s ease-out;
}
.theme-skyblue #dynamicId app-create-volunteer {
  min-height: 400px;
  display: block;
}
.theme-skyblue #dynamicId .search-member-note p {
  font-size: 14px !important;
}
.theme-skyblue #dynamicId .map-container-c .google--map #map {
  height: 100%;
}
.theme-skyblue #dynamicId .application-role-main-w > .row .col-12.col-sm-6 {
  padding: 5px;
}
.theme-skyblue #dynamicId .application-role-w .role-submenu-i {
  background: #f2f2f2;
  border-radius: 4px;
  max-height: 358px;
  overflow: auto;
  padding-bottom: 0;
  margin-bottom: 0;
}
.theme-skyblue #dynamicId .application-role-w .role-submenu-i::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.theme-skyblue #dynamicId .application-role-w .role-submenu-i::-webkit-scrollbar-track {
  background: #dedee6;
}
.theme-skyblue #dynamicId .application-role-w .role-submenu-i::-webkit-scrollbar-thumb {
  background: #1b83ca;
}
.theme-skyblue #dynamicId .application-role-w .role-submenu-i ul.list-group {
  position: relative;
  padding: 10px;
}
.theme-skyblue #dynamicId .application-role-w .role-submenu-i ul.list-group span.role-heading-c {
  position: absolute;
  top: 7px;
  left: 10px;
  font-size: 14px;
  background: #0769ab;
  font-weight: bold;
  width: 92.6%;
  text-align: center;
  margin: 0 auto;
  padding-bottom: 3px;
  color: #fff;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  z-index: 2;
}
.theme-skyblue #dynamicId .application-role-w .role-submenu-i ul.list-group li {
  border: 0;
  padding: 3px 10px;
}
.theme-skyblue #dynamicId .application-role-w .role-submenu-i ul.list-group li:first-of-type {
  padding-top: 28px;
}
.theme-skyblue #dynamicId .application-role-w .role-submenu-i ul.list-group li:last-of-type {
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.08);
}
.theme-skyblue #dynamicId .application-role-w .role-submenu-i ul.list-group li label {
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
}
.theme-skyblue #dynamicId .application-role-w .role-submenu-i ul.list-group li label.mat-checkbox-layout {
  padding: 0;
  margin: 0;
}
.theme-skyblue #dynamicId .application-role-w ul.list-group li {
  padding: 6px 10px;
}
.theme-skyblue #dynamicId .application-role-w > .row .col-12.col-sm-6 {
  padding: 5px;
}
.theme-skyblue #dynamicId .application-role-table table th,
.theme-skyblue #dynamicId .application-role-table table td {
  padding: 3px 10px !important;
}
.theme-skyblue #dynamicId .application-role-table table th table tbody,
.theme-skyblue #dynamicId .application-role-table table td table tbody {
  height: auto;
  display: inherit;
  overflow: inherit;
}
.theme-skyblue #dynamicId .application-role-table table th table tbody tr,
.theme-skyblue #dynamicId .application-role-table table td table tbody tr {
  table-layout: auto;
  display: inherit;
  width: auto;
}
.theme-skyblue #dynamicId .application-role-table table th table th,
.theme-skyblue #dynamicId .application-role-table table th table td,
.theme-skyblue #dynamicId .application-role-table table td table th,
.theme-skyblue #dynamicId .application-role-table table td table td {
  padding: 3px 10px !important;
}
.theme-skyblue #dynamicId .textWithDots {
  overflow: hidden !important;
  text-overflow: ellipsis;
}
.theme-skyblue #dynamicId .mat-mdc-table-share .dropdown ul.dropdown-menu {
  min-width: 7rem;
}
.theme-skyblue #dynamicId .mat-mdc-table-share .dropdown ul.dropdown-menu li a {
  font-size: 14px !important;
}
.theme-skyblue #dynamicId .mat-mdc-table-share .dropdown ul.dropdown-menu li a i {
  width: 20px;
  text-align: center;
}
.theme-skyblue #dynamicId .mat-mdc-table-share .dropdown ul.dropdown-menu li a i.fa-facebook {
  background: none;
  color: #3b5998;
}
.theme-skyblue #dynamicId .mat-mdc-table-share .dropdown ul.dropdown-menu li a i.fa-twitter {
  background: none;
  color: #55acee;
}
.theme-skyblue #dynamicId #mainBanner {
  margin-top: -30px;
}
.theme-skyblue #dynamicId #mainBanner .owl-item {
  height: 100vh;
  min-height: 430px;
  max-height: 430px;
  background: no-repeat center center scroll;
  background-size: cover;
}
.theme-skyblue #dynamicId #mainBanner .owl-item img {
  object-fit: cover;
  display: block;
  height: 100%;
}
.theme-skyblue #dynamicId #owl-demo .item img {
  display: block;
  width: 100%;
  height: auto;
}
.theme-skyblue #dynamicId .donateNowBlock {
  height: 80px;
  margin-top: -50px;
  position: relative;
  z-index: 9;
  background: #fff;
  position: absolute;
  box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.2);
}
.theme-skyblue #dynamicId .donateNowBlock .donateBlock-1,
.theme-skyblue #dynamicId .donateNowBlock .donateBlock-2,
.theme-skyblue #dynamicId .donateNowBlock .donateBlock-3 {
  height: 100%;
}
.theme-skyblue #dynamicId .donateNowBlock .donateBlock-1 .donateNowHeading {
  background: #1375bb;
  display: block;
  width: 100%;
  text-align: center;
  font-size: 24px;
  color: white;
  line-height: 80px;
  height: calc(100% + 2px);
  position: relative;
  left: -1px;
  top: -1px;
}
.theme-skyblue #dynamicId .donateNowBlock .donateBlock-1 .donateNowHeading:after {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-left-color: #1375bb;
  border-width: 15px;
  margin-top: -12px;
}
.theme-skyblue #dynamicId .donateNowBlock .donateBlock-2 {
  position: relative;
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
}
.theme-skyblue #dynamicId .donateNowBlock .donateBlock-2 mat-radio-group {
  margin-top: 28px;
  letter-spacing: 1px;
  display: inline-block;
}
.theme-skyblue #dynamicId .donateNowBlock .donateBlock-2 .or-v {
  width: 40px;
  height: 100%;
  display: inline-block;
  position: absolute;
  text-align: center;
  right: 0px;
}
.theme-skyblue #dynamicId .donateNowBlock .donateBlock-2 .or-v:before {
  width: 1px;
  position: absolute;
  height: 100%;
  content: "";
  background: #eaeaea;
  left: 0;
  right: 0;
  margin: auto;
}
.theme-skyblue #dynamicId .donateNowBlock .donateBlock-2 .or-v:after {
  width: 40px;
  height: 40px;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  position: absolute;
  content: "OR";
  border: solid 2px #c3c2c2;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
  line-height: 34px;
}
.theme-skyblue #dynamicId .donateNowBlock .donateBlock-3 mat-form-field {
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.theme-skyblue #dynamicId .donateNowBlock .donateBlock-3 mat-form-field .mat-form-field-prefix span {
  position: relative;
  top: -5px;
}
.theme-skyblue #dynamicId #nataPresidentMessage {
  background: #f4f5ff url('help_bg.c8d485ac13b43d9d.jpg') no-repeat 0 0;
}
.theme-skyblue #dynamicId #newLandingPage h1, .theme-skyblue #dynamicId #newLandingPage .h1 {
  color: #000000;
}
.theme-skyblue #dynamicId #futuredEvents .nav-tabs li.nav-item a.nav-link {
  background: #0769ab;
  font-size: 14px !important;
  color: white;
  margin-right: 4px;
  border-radius: 0;
}
.theme-skyblue #dynamicId #futuredEvents .nav-tabs li.nav-item a.nav-link.active {
  background: white;
  color: #000000;
}
.theme-skyblue #dynamicId #futuredEvents .nav-tabs li.nav-item a.nav-link.active:hover, .theme-skyblue #dynamicId #futuredEvents .nav-tabs li.nav-item a.nav-link.active:focus {
  border-color: #dee2e6 #dee2e6 #fff;
}
.theme-skyblue #dynamicId #futuredEvents .nav-tabs li.nav-item a.nav-link:hover, .theme-skyblue #dynamicId #futuredEvents .nav-tabs li.nav-item a.nav-link:focus {
  border-color: transparent;
}
.theme-skyblue #dynamicId #futuredEvents .tab-content .tab-pane {
  border: 1px solid #EAEAEA;
  border-top: 0;
}
.theme-skyblue #dynamicId #futuredEvents .tab-content .tab-pane .share-on {
  position: absolute;
  bottom: 10px;
  right: 10px;
  text-align: center;
}
.theme-skyblue #dynamicId #futuredEvents .tab-content .tab-pane .share-on i {
  background: none;
  color: #0769ab;
  font-size: 18px;
}
.theme-skyblue #dynamicId #futuredEvents .tab-content .tab-pane .share-on i:hover {
  color: #1375bb;
}
.theme-skyblue #dynamicId #futuredEvents .tab-content .tab-pane .book-tickets-c {
  position: relative;
  right: 0;
}
.theme-skyblue #dynamicId #futuredEvents .tab-content .tab-pane .book-tickets-c a {
  background: #0769ab;
  color: white !important;
  padding: 6px 15px;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  text-decoration: none !important;
  transition: all 0.3s ease-in;
}
.theme-skyblue #dynamicId #futuredEvents .tab-content .tab-pane .book-tickets-c a:hover {
  background: #1375bb;
  transition: all 0.3s ease-out;
}
.theme-skyblue #dynamicId #futuredEvents .tab-content .tab-pane .event-description {
  min-height: 200px;
  overflow: hidden;
  display: block;
}
.theme-skyblue #dynamicId #futuredEvents .tab-content .tab-pane .event-heading {
  font-size: 24px;
  color: #000000;
  transition: all 0.3s ease-in;
  margin: 0;
}
.theme-skyblue #dynamicId #futuredEvents .tab-content .tab-pane .event-heading:hover {
  text-decoration: underline;
  transition: all 0.3s ease-out;
}
.theme-skyblue #dynamicId #futuredEvents .tab-content .tab-pane .event-sub-heading {
  font-size: 14px;
  color: #999999;
}
.theme-skyblue #dynamicId #futuredEvents .tab-content .tab-pane .carousel-wrapper .owl-nav button {
  color: #000000;
  font-size: 30px !important;
}
.theme-skyblue #dynamicId #futuredEvents .tab-content .tab-pane .carousel-wrapper .owl-nav button.owl-prev {
  left: -57px;
}
.theme-skyblue #dynamicId #futuredEvents .tab-content .tab-pane .carousel-wrapper .owl-nav button.owl-next {
  right: -57px;
}
.theme-skyblue #dynamicId #futuredEvents .tab-content .tab-pane .carousel-wrapper owl-carousel .owl-item {
  height: 352px;
}
.theme-skyblue #dynamicId #futuredEvents .tab-content .tab-pane .carousel-wrapper owl-carousel .owl-item .border {
  margin-right: -1px;
  border-left: 0 !important;
}
.theme-skyblue #dynamicId #futuredEvents .tab-content .tab-pane .carousel-wrapper owl-carousel .owl-item img[alt="Event Image"] {
  height: 353px;
  object-fit: cover;
}
.theme-skyblue #dynamicId #valunteersBlock {
  box-shadow: inset 0px 10px 24px -12px rgba(0, 0, 0, 0.31);
}
.theme-skyblue #dynamicId #valunteersBlock .volunteer-description {
  max-height: 144px;
  display: block;
  overflow: hidden;
}
.theme-skyblue #dynamicId #getInvolved {
  box-shadow: inset 0px 10px 24px -12px rgba(0, 0, 0, 0.31);
  background: #e5f8ff url('map.b06a2a8cc5240114.png') no-repeat center center;
  background-position: 30% 273%;
}
.theme-skyblue #dynamicId #getInvolved h2, .theme-skyblue #dynamicId #getInvolved .h2 {
  color: #000000;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}
.theme-skyblue #dynamicId #getInvolved .get-involve-white {
  background: white;
}
.theme-skyblue #dynamicId #getInvolved .get-involve-img {
  position: relative;
}
.theme-skyblue #dynamicId #getInvolved .get-involve-img img {
  height: 248px;
  object-fit: cover;
  display: block;
  width: 100%;
}
.theme-skyblue #dynamicId #getInvolved .get-involve-img.gii-left:after {
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  width: 0;
  height: 0;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  border-right: 13px solid white;
}
.theme-skyblue #dynamicId #getInvolved .get-involve-img.gii-right:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  width: 0;
  height: 0;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  border-left: 13px solid white;
}
.theme-skyblue #dynamicId #getInvolved .carousel-wrapper owl-carousel .owl-item img {
  height: 248px;
  display: block;
  object-fit: cover;
  width: 100%;
}
.theme-skyblue #dynamicId #ourDonorSays {
  background: #bdd6e9;
}
.theme-skyblue #dynamicId #ourDonorSays .our-donor-slider .carousel-wrapper {
  position: relative;
}
.theme-skyblue #dynamicId #ourDonorSays .our-donor-slider .carousel-wrapper owl-carousel .owl-dots {
  position: relative;
  bottom: 0;
}
.theme-skyblue #dynamicId #ourDonorSays .our-donor-slider .carousel-wrapper owl-carousel .owl-dots .owl-dot {
  margin: 0 5px;
}
.theme-skyblue #dynamicId #ourDonorSays .our-donor-slider .carousel-wrapper owl-carousel .owl-dots .owl-dot span {
  width: 60px;
  height: 60px;
  border-radius: 60px;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
}
.theme-skyblue #dynamicId #ourDonorSays .our-donor-slider .carousel-wrapper owl-carousel .owl-dots .owl-dot:nth-child(1) span {
  background: transparent url('donor_1.900c07731f696471.png') no-repeat center center;
}
.theme-skyblue #dynamicId #ourDonorSays .our-donor-slider .carousel-wrapper owl-carousel .owl-dots .owl-dot:nth-child(2) span {
  background: transparent url('donor_2.b41cf90f93757152.png') no-repeat center center;
}
.theme-skyblue #dynamicId #ourDonorSays .our-donor-slider .carousel-wrapper owl-carousel .owl-dots .owl-dot:nth-child(3) span {
  background: transparent url('donor_3.21219e35cf0cadfa.png') no-repeat center center;
}
.theme-skyblue #dynamicId #ourDonorSays .our-donor-slider .carousel-wrapper owl-carousel .owl-dots .owl-dot.active span {
  transition: all 0.3s ease-out;
  transform: scale(1.3);
  border: solid 3px #ffffff;
  background-color: none;
}
.theme-skyblue #dynamicId #ourDonorSays #featuredDonors .featuredDonors-i {
  border: solid 1px #fff;
}
.theme-skyblue #dynamicId #ourDonorSays #featuredDonors .donate-now-block .list-group {
  flex-direction: row;
  background: #eaeaea;
}
.theme-skyblue #dynamicId #ourDonorSays #featuredDonors .donate-now-block .list-group li:nth-child(1) {
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
}
.theme-skyblue #dynamicId #ourDonorSays #featuredDonors .donate-now-block .list-group li:nth-child(1) mat-radio-group {
  height: 100%;
  display: inline-block;
  width: 100%;
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
}
.theme-skyblue #dynamicId #ourDonorSays #featuredDonors .donate-now-block .list-group li:nth-child(1) mat-radio-group .border-right {
  border-color: #ccc !important;
}
.theme-skyblue #dynamicId #ourDonorSays #featuredDonors .donate-now-block .list-group li:nth-child(1) mat-radio-group mat-radio-button {
  height: 100%;
  border-right: solid 1px #ccc;
  padding-top: 30px;
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
}
.theme-skyblue #dynamicId #ourDonorSays #featuredDonors .donate-now-block .list-group li:nth-child(1) mat-radio-group mat-radio-button .mat-radio-label {
  display: block;
  text-align: center;
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
}
.theme-skyblue #dynamicId #ourDonorSays #featuredDonors .donate-now-block .list-group li:nth-child(1) mat-radio-group mat-radio-button .mat-radio-label .mat-radio-container {
  display: block;
  margin: auto;
}
.theme-skyblue #dynamicId #ourDonorSays #featuredDonors .donate-now-block .list-group li:nth-child(1) mat-radio-group mat-radio-button .mat-radio-label-content {
  padding: 0;
}
.theme-skyblue #dynamicId #ourDonorSays #featuredDonors .donate-now-block .list-group li:nth-child(1) mat-radio-group mat-radio-button:last-of-type {
  border: 0;
  padding-right: 0;
}
.theme-skyblue #dynamicId #ourDonorSays #featuredDonors .donate-now-block .list-group li:nth-child(2) {
  border: 0;
  border-left: solid 1px #eaeaea;
}
.theme-skyblue #dynamicId #ourDonorSays .featuredDPic {
  height: 480px;
  object-fit: cover;
  width: 100%;
}
.theme-skyblue #dynamicId #contactUs .contact-us-social li {
  margin-right: 15px;
}
.theme-skyblue #dynamicId #contactUs .contact-us-social li i {
  background: none;
  color: #0769ab;
  font-size: 20px;
}
.theme-skyblue #dynamicId .db-icons-wrapper {
  padding-right: 0 !important;
}
.theme-skyblue #dynamicId .db-icons-wrapper .db-icons-inner {
  display: inline-block;
  padding: 12px 16px;
  text-align: center;
  border: solid 1px #dbdbdb;
  min-height: 114px;
  vertical-align: middle;
  width: 154px;
  transition: all 0.3s ease-in;
  margin-right: 10px;
  margin-bottom: 10px;
  cursor: pointer;
}
.theme-skyblue #dynamicId .db-icons-wrapper .db-icons-inner span {
  display: block;
  width: 100%;
  font-size: 14px;
  color: #000000;
}
.theme-skyblue #dynamicId .db-icons-wrapper .db-icons-inner img {
  height: 38px;
  margin-bottom: 10px;
  filter: invert(46%) sepia(39%) saturate(859%) hue-rotate(161deg) brightness(98%) contrast(80%);
}
.theme-skyblue #dynamicId .db-icons-wrapper .db-icons-inner:nth-child(4) img {
  width: 30px;
}
.theme-skyblue #dynamicId .db-icons-wrapper .db-icons-inner:nth-child(6) img {
  width: 38px;
}
.theme-skyblue #dynamicId .db-icons-wrapper .db-icons-inner:nth-child(7) img {
  object-fit: cover;
}
.theme-skyblue #dynamicId .db-icons-wrapper .db-icons-inner:focus {
  outline: 0;
}
.theme-skyblue #dynamicId .volunteers-img {
  max-height: 300px;
  width: 100%;
  object-fit: cover;
}
.theme-skyblue #dynamicId .greenTextColor {
  color: #0769ab !important;
}
.theme-skyblue #dynamicId .make-donation-donor {
  /* TODO(mdc-migration): The following rule targets internal classes of slider that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of slider that may no longer apply for the MDC version.*/
}
.theme-skyblue #dynamicId .make-donation-donor .card-header {
  padding: 6px;
  background: #0e3f60;
  color: white;
  font-weight: bold;
  border-radius: 0;
}
.theme-skyblue #dynamicId .make-donation-donor .card-body {
  background: #dbf0ff;
}
.theme-skyblue #dynamicId .make-donation-donor .card-body button {
  position: absolute;
  right: 20px;
  bottom: 10px;
}
.theme-skyblue #dynamicId .make-donation-donor mat-slider {
  width: 300px;
}
.theme-skyblue #dynamicId .make-donation-donor .mat-accent .mat-slider-track-fill,
.theme-skyblue #dynamicId .make-donation-donor .mat-accent .mat-slider-thumb,
.theme-skyblue #dynamicId .make-donation-donor .mat-accent .mat-slider-thumb-label {
  background: #0769ab;
}
.theme-skyblue #dynamicId .header-nav-secondery {
  background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 23%, rgb(86, 169, 247) 47%, rgb(86, 169, 247) 100%) !important;
}
.theme-skyblue #dynamicId .custom-mat-selection-list {
  /* TODO(mdc-migration): The following rule targets internal classes of list that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of list that may no longer apply for the MDC version.*/
}
.theme-skyblue #dynamicId .custom-mat-selection-list mat-list-option {
  height: auto;
  display: inline-block;
  margin-right: 10px;
  /* TODO(mdc-migration): The following rule targets internal classes of list that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of list that may no longer apply for the MDC version.*/
}
.theme-skyblue #dynamicId .custom-mat-selection-list mat-list-option .mat-list-text {
  padding-left: 5px !important;
}
.theme-skyblue #dynamicId .custom-mat-selection-list mat-list-option .mat-pseudo-checkbox {
  width: 16px;
  height: 16px;
  border: solid 2px #999999;
}
.theme-skyblue #dynamicId .custom-mat-selection-list mat-list-option .mat-pseudo-checkbox.mat-pseudo-checkbox-checked {
  border: solid 2px #1375bb;
}
.theme-skyblue #dynamicId .custom-mat-selection-list mat-list-option .mat-list-text {
  color: #000000;
  margin-top: 2px;
}
.theme-skyblue #dynamicId .list-alphabet-c ul.list-inline {
  display: inline-block;
  padding-left: 10px;
}
.theme-skyblue #dynamicId .list-alphabet-c ul.list-inline li a {
  color: #0769ab;
  text-decoration: underline;
  transition: all 0.3s ease-in;
}
.theme-skyblue #dynamicId .list-alphabet-c ul.list-inline li a:hover, .theme-skyblue #dynamicId .list-alphabet-c ul.list-inline li a:focus {
  color: #1375bb;
  transition: all 0.3s ease-out;
}
.theme-skyblue #dynamicId .roles-table thead th {
  border-bottom: 0;
}
.theme-skyblue #dynamicId .roles-table tbody td span.role-display {
  min-width: 56px;
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
.theme-skyblue #dynamicId .roles-table tbody td span.role-display-i {
  width: 100%;
  display: block;
  white-space: nowrap;
}
.theme-skyblue #dynamicId .roles-table tbody td span.role-display-i-i {
  display: inline-block;
}
.theme-skyblue #dynamicId .roles-table tbody td .fa-chevron-right {
  font-size: 12px;
  margin-top: 1px;
}
.theme-skyblue #dynamicId .roles-table tbody td .fa {
  color: #0769ab;
  cursor: pointer;
}
.theme-skyblue #dynamicId .roles-table tbody + tbody {
  border-top: 0;
}
.theme-skyblue #dynamicId .mat-mdc-radio-button ~ .mat-radio-button {
  margin-left: 16px;
}
.theme-skyblue #dynamicId .fund-img img {
  height: 120px;
  object-fit: cover;
  width: 100%;
}
.theme-skyblue #dynamicId .mat-mdc-progress-bar {
  height: 12px;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
}
.theme-skyblue #dynamicId .mat-progress-bar-buffer {
  background: #dddddd;
}
.theme-skyblue #dynamicId .mat-progress-bar-fill::after {
  background: #0769ab;
}
.theme-skyblue #dynamicId mat-label {
  font-weight: normal;
}
.theme-skyblue #dynamicId .table-scroll-c {
  max-height: 330px;
  overflow-y: auto;
}
.theme-skyblue #dynamicId .table-scroll-c::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.theme-skyblue #dynamicId .table-scroll-c::-webkit-scrollbar-track {
  background: #dedee6;
}
.theme-skyblue #dynamicId .table-scroll-c::-webkit-scrollbar-thumb {
  background: #1b83ca;
}
.theme-skyblue #dynamicId .table-scroll-c .table {
  margin-bottom: 0;
}
.theme-skyblue #dynamicId .table thead.bg-light {
  color: #000000 !important;
}
.theme-skyblue #dynamicId .table thead th,
.theme-skyblue #dynamicId .table thead td,
.theme-skyblue #dynamicId .table tbody th,
.theme-skyblue #dynamicId .table tbody td {
  padding: 0.45rem;
}
.theme-skyblue #dynamicId mat-chip-list {
  /* TODO(mdc-migration): The following rule targets internal classes of chips that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of chips that may no longer apply for the MDC version.*/
}
.theme-skyblue #dynamicId mat-chip-list .mat-chip-list-wrapper {
  /* TODO(mdc-migration): The following rule targets internal classes of chips that may no longer apply for the MDC version.*/
}
.theme-skyblue #dynamicId mat-chip-list .mat-chip-list-wrapper mat-chip {
  background: #0769ab;
}
.theme-skyblue #dynamicId .mat-datepicker-toggle-default-icon {
  filter: invert(18%) sepia(65%) saturate(7349%) hue-rotate(193deg) brightness(96%) contrast(94%);
}
.theme-skyblue #dynamicId .roles-cr {
  border: 0;
}
.theme-skyblue #dynamicId .roles-cr p {
  margin-bottom: 0;
}
.theme-skyblue #dynamicId .roles-cr li {
  border: 0;
  padding: 0;
  margin-left: 20px;
}
.theme-skyblue #dynamicId .isDisabled {
  color: currentColor;
  cursor: not-allowed !important;
  opacity: 0.5;
  text-decoration: none;
}
.theme-skyblue #dynamicId .btn-toggle-custom {
  border: solid 1px #0769ab;
}
.theme-skyblue #dynamicId .btn-toggle-custom label.btn {
  color: #0769ab !important;
  border: 0;
  border-radius: 0;
  padding: 6px 15px;
  margin: 1px !important;
}
.theme-skyblue #dynamicId .btn-toggle-custom label.btn-on.active, .theme-skyblue #dynamicId .btn-toggle-custom label.btn-off.active {
  background-color: #0769ab !important;
  color: white !important;
}
.theme-skyblue #dynamicId .donate-volunteer-img img {
  height: 170px;
  width: 100%;
  object-fit: cover;
}
.theme-skyblue #dynamicId .permissions-wrapper mat-accordion .mat-expansion-indicator:after {
  color: #0769ab;
}
.theme-skyblue #dynamicId .permissions-wrapper mat-accordion .mat-expansion-panel-body {
  padding: 0;
}
.theme-skyblue #dynamicId .permissions-wrapper mat-accordion .mat-expansion-panel-body ul li {
  position: relative;
  padding-left: 10px;
  margin-bottom: 5px;
}
.theme-skyblue #dynamicId .permissions-wrapper mat-accordion .mat-expansion-panel-body ul li:before {
  position: absolute;
  content: "¯";
  left: 0;
  top: 5px;
}
.theme-skyblue #dynamicId #fund-donation-screen .list-group {
  height: 450px;
  overflow-y: auto;
  overflow-x: hidden;
}
.theme-skyblue #dynamicId #fund-donation-screen .list-group::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.theme-skyblue #dynamicId #fund-donation-screen .list-group::-webkit-scrollbar-track {
  background: #dedee6;
}
.theme-skyblue #dynamicId #fund-donation-screen .list-group::-webkit-scrollbar-thumb {
  background: #1b83ca;
}
.theme-skyblue #dynamicId #fund-donation-screen .our-donor-says {
  height: 723px;
  overflow: auto;
}
.theme-skyblue #dynamicId #fund-donation-screen .our-donor-says::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.theme-skyblue #dynamicId #fund-donation-screen .our-donor-says::-webkit-scrollbar-track {
  background: #dedee6;
}
.theme-skyblue #dynamicId #fund-donation-screen .our-donor-says::-webkit-scrollbar-thumb {
  background: #1b83ca;
}
.theme-skyblue #dynamicId .our-donors-block img {
  height: 80px;
  width: 80px;
  object-fit: cover;
  overflow: hidden;
  display: block;
  border-radius: 80px;
  -webkit-border-radius: 80px;
  -moz-border-radius: 80px;
}
.theme-skyblue #dynamicId mat-select {
  /* TODO(mdc-migration): The following rule targets internal classes of select that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of select that may no longer apply for the MDC version.*/
}
.theme-skyblue #dynamicId mat-select.mat-select-disabled span {
  /* TODO(mdc-migration): The following rule targets internal classes of select that may no longer apply for the MDC version.*/
}
.theme-skyblue #dynamicId mat-select.mat-select-disabled span.mat-select-value-text {
  color: rgba(0, 0, 0, 0.38);
}
.theme-skyblue #dynamicId .owl-dt-container-disabled,
.theme-skyblue #dynamicId .owl-dt-trigger-disabled {
  opacity: 1;
}
.theme-skyblue #dynamicId label.switch input:disabled + .slider {
  opacity: 0.5;
}
.theme-skyblue #dynamicId .formDisabled label.event-donation-label {
  opacity: 0.5;
}
.theme-skyblue #dynamicId .formDisabled small, .theme-skyblue #dynamicId .formDisabled .small {
  opacity: 0.5;
}
.theme-skyblue #dynamicId .formDisabled #ticketDetails,
.theme-skyblue #dynamicId .formDisabled #managingCommittee,
.theme-skyblue #dynamicId .formDisabled #volunteerCommittee {
  opacity: 0.5;
}
.theme-skyblue #dynamicId .formDisabled p {
  opacity: 0.5;
}
.theme-skyblue #dynamicId .event-img-crop img {
  height: 100px;
  width: 100%;
  object-fit: cover;
}
.theme-skyblue #dynamicId .event-edit-button {
  position: absolute;
  right: 0px;
  top: -58px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  background: #0769ab;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  color: #fff;
  font-size: 15px;
}
.theme-skyblue #dynamicId app-managing-committee .event-edit-button {
  top: -108px;
}
.theme-skyblue #dynamicId .donationAmount {
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.theme-skyblue #dynamicId .donationAmount .mat-form-field-underline {
  background-color: rgba(0, 0, 0, 0.43);
}
.theme-skyblue #dynamicId input::-webkit-outer-spin-button,
.theme-skyblue #dynamicId input::-webkit-inner-spin-button {
  display: none;
}
.theme-skyblue #dynamicId .about-me-img img {
  height: 80%;
  width: 100%;
  object-fit: cover;
  object-position: top;
  filter: invert(18%) sepia(65%) saturate(7349%) hue-rotate(193deg) brightness(96%) contrast(94%);
}
.theme-skyblue #dynamicId .about-me-img img.aboutme_img {
  filter: none;
}
.theme-skyblue #dynamicId .default-event-img {
  background: #eae9e9 !important;
  padding: 3rem !important;
}
.theme-skyblue #dynamicId .default-event-img img {
  object-fit: contain !important;
  height: 140px !important;
}
.theme-skyblue #dynamicId .home--event-img {
  height: 100%;
  background: #eae9e9 !important;
  position: relative;
}
.theme-skyblue #dynamicId .home--event-img img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 120px;
  width: auto;
}
.theme-skyblue #dynamicId .donation-events-image {
  background: #eae9e9 !important;
  padding: 15px 0;
  height: 130px;
}
.theme-skyblue #dynamicId .donation-events-image img {
  height: 70px;
  object-fit: contain;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.theme-skyblue #dynamicId tbody {
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.theme-skyblue #dynamicId tbody .mat-form-field-infix {
  width: 100% !important;
}
.theme-skyblue #dynamicId .mat-form-field-prefix span {
  position: relative;
  top: -5px;
}
.theme-skyblue #dynamicId .checkmark-animation svg {
  width: 80px;
  display: block;
  margin: 10px auto 0;
}
.theme-skyblue #dynamicId .checkmark-animation .path {
  stroke-dasharray: 1000;
  stroke-dashoffset: 0;
}
.theme-skyblue #dynamicId .checkmark-animation .path.circle {
  animation: dash 0.9s ease-in-out;
}
.theme-skyblue #dynamicId .checkmark-animation .path.line {
  stroke-dashoffset: 1000;
  animation: dash 0.9s 0.35s ease-in-out forwards;
}
.theme-skyblue #dynamicId .checkmark-animation .path.check {
  stroke-dashoffset: -100;
  animation: dash-check 0.9s 0.35s ease-in-out forwards;
}
@keyframes dash {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes dash-check {
  0% {
    stroke-dashoffset: -100;
  }
  100% {
    stroke-dashoffset: 900;
  }
}
.theme-skyblue #dynamicId .trans-details-ack span {
  line-height: 26px;
}
.theme-skyblue #dynamicId .organisation_Logo img {
  max-width: 200px !important;
  width: auto;
  height: auto;
  max-height: 38px;
}
.theme-skyblue #dynamicId .home_page_address p span {
  text-transform: capitalize;
  margin-right: 10px;
  position: relative;
  display: inline-block;
}
.theme-skyblue #dynamicId .home_page_address p span:after {
  position: absolute;
  content: ",";
  right: -5px;
}
.theme-skyblue #dynamicId .home_page_address p span:last-of-type:after {
  content: ".";
}
.theme-skyblue #dynamicId .home_page_address ul.list-inline li a i {
  padding-top: 0;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  border-radius: 25px;
}
.theme-skyblue #dynamicId .profile-labels p span {
  display: inline-block;
  margin-right: 30px;
}
.theme-skyblue #dynamicId .profile-labels p span:first-of-type {
  min-width: 157px;
}
.theme-skyblue #dynamicId .media-news-img img {
  max-height: 600px;
  min-height: 250px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.theme-skyblue #dynamicId .line-height-normal {
  line-height: normal !important;
}
.theme-skyblue #dynamicId .my-profile-img-r img {
  min-height: 150px;
  max-height: 150px;
  height: 100%;
  object-fit: cover;
  width: auto;
  min-width: 100%;
  max-width: 135px;
  object-position: top;
}
.theme-skyblue #dynamicId .my-profile-img-dashboard img {
  min-height: 170px;
  max-height: 170px;
  height: 100%;
  object-fit: cover;
  width: 100%;
  max-width: 160px;
  object-position: top;
}
.theme-skyblue #dynamicId .my-profile-page .dashboard-card .card, .theme-skyblue #dynamicId .my-profile-page .dashboard-card .main-content .register_box .card .card-header, .theme-skyblue #dynamicId .main-content .register_box .card .my-profile-page .dashboard-card .card-header {
  min-height: auto !important;
}
.theme-skyblue #dynamicId .myProfile_tabs {
  /* TODO(mdc-migration): The following rule targets internal classes of tabs that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of tabs that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of tabs that may no longer apply for the MDC version.*/
}
.theme-skyblue #dynamicId .myProfile_tabs mat-tab-group {
  /* TODO(mdc-migration): The following rule targets internal classes of tabs that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of tabs that may no longer apply for the MDC version.*/
}
.theme-skyblue #dynamicId .myProfile_tabs mat-tab-group .mat-tab-body-wrapper .mat-mdc-tab-body ul.list-group {
  height: 332px;
  overflow-y: auto;
  display: block;
}
.theme-skyblue #dynamicId .myProfile_tabs mat-tab-group .mat-tab-body-wrapper .mat-mdc-tab-body ul.list-group::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.theme-skyblue #dynamicId .myProfile_tabs mat-tab-group .mat-tab-body-wrapper .mat-mdc-tab-body ul.list-group::-webkit-scrollbar-track {
  background: #dedee6;
}
.theme-skyblue #dynamicId .myProfile_tabs mat-tab-group .mat-tab-body-wrapper .mat-mdc-tab-body ul.list-group::-webkit-scrollbar-thumb {
  background: #1b83ca;
}
.theme-skyblue #dynamicId .myProfile_tabs mat-tab-group .mat-tab-body-wrapper .mat-mdc-tab-body ul.list-group li.list-group-item {
  background: none;
}
.theme-skyblue #dynamicId .myProfile_tabs .dashboard-card .card, .theme-skyblue #dynamicId .myProfile_tabs .dashboard-card .main-content .register_box .card .card-header, .theme-skyblue #dynamicId .main-content .register_box .card .myProfile_tabs .dashboard-card .card-header {
  max-height: 380px !important;
  min-height: 380px !important;
  overflow: auto;
}
.theme-skyblue #dynamicId .myProfile_tabs .dashboard-card .card::-webkit-scrollbar, .theme-skyblue #dynamicId .myProfile_tabs .dashboard-card .main-content .register_box .card .card-header::-webkit-scrollbar, .theme-skyblue #dynamicId .main-content .register_box .card .myProfile_tabs .dashboard-card .card-header::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.theme-skyblue #dynamicId .myProfile_tabs .dashboard-card .card::-webkit-scrollbar-track, .theme-skyblue #dynamicId .myProfile_tabs .dashboard-card .main-content .register_box .card .card-header::-webkit-scrollbar-track, .theme-skyblue #dynamicId .main-content .register_box .card .myProfile_tabs .dashboard-card .card-header::-webkit-scrollbar-track {
  background: #dedee6;
}
.theme-skyblue #dynamicId .myProfile_tabs .dashboard-card .card::-webkit-scrollbar-thumb, .theme-skyblue #dynamicId .myProfile_tabs .dashboard-card .main-content .register_box .card .card-header::-webkit-scrollbar-thumb, .theme-skyblue #dynamicId .main-content .register_box .card .myProfile_tabs .dashboard-card .card-header::-webkit-scrollbar-thumb {
  background: #1b83ca;
}
.theme-skyblue #dynamicId tr.mat-mdc-footer-row {
  font-weight: bold;
}
.theme-skyblue #dynamicId td.mat-mdc-footer-cell {
  padding: 10px !important;
}
.theme-skyblue #dynamicId td.mat-mdc-footer-cell:first-of-type {
  padding: 10px !important;
}
.theme-skyblue #dynamicId .snip1543 {
  background-color: #fff;
  color: #ffffff;
  overflow: hidden;
  position: relative;
  text-align: left;
  width: 100%;
  transform: translateZ(0);
}
.theme-skyblue #dynamicId .snip1543 *,
.theme-skyblue #dynamicId .snip1543 *:before,
.theme-skyblue #dynamicId .snip1543 *:after {
  box-sizing: border-box;
  transition: all 0.45s ease;
}
.theme-skyblue #dynamicId .snip1543 img {
  backface-visibility: hidden;
  max-width: 100%;
  vertical-align: top;
}
.theme-skyblue #dynamicId .snip1543:before,
.theme-skyblue #dynamicId .snip1543:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background-color: #1375bb;
  opacity: 0.5;
  transition: all 0.45s ease;
}
.theme-skyblue #dynamicId .snip1543:before {
  transform: skew(30deg) translateX(-80%);
}
.theme-skyblue #dynamicId .snip1543:after {
  transform: skew(-30deg) translateX(-70%);
}
.theme-skyblue #dynamicId .snip1543 figcaption {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 1;
  bottom: 0;
  padding: 25px 40% 25px 20px;
}
.theme-skyblue #dynamicId .snip1543 figcaption:before,
.theme-skyblue #dynamicId .snip1543 figcaption:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #0769ab;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
  content: "";
  opacity: 0.5;
  z-index: -1;
}
.theme-skyblue #dynamicId .snip1543 figcaption:before {
  transform: skew(30deg) translateX(-100%);
}
.theme-skyblue #dynamicId .snip1543 figcaption:after {
  transform: skew(-30deg) translateX(-90%);
}
.theme-skyblue #dynamicId .snip1543 h3, .theme-skyblue #dynamicId .snip1543 .h3,
.theme-skyblue #dynamicId .snip1543 p {
  margin: 0;
  opacity: 0;
  letter-spacing: 1px;
}
.theme-skyblue #dynamicId .snip1543 h3, .theme-skyblue #dynamicId .snip1543 .h3 {
  font-size: 28px;
  font-weight: 700;
  line-height: 1em;
  text-transform: uppercase;
}
.theme-skyblue #dynamicId .snip1543 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.theme-skyblue #dynamicId .snip1543:hover h3, .theme-skyblue #dynamicId .snip1543:hover .h3,
.theme-skyblue #dynamicId .snip1543.hover h3,
.theme-skyblue #dynamicId .snip1543.hover .h3,
.theme-skyblue #dynamicId .snip1543:hover p,
.theme-skyblue #dynamicId .snip1543.hover p {
  transform: translateY(0);
  opacity: 0.9;
  transition-delay: 0.2s;
}
.theme-skyblue #dynamicId .snip1543:hover:before,
.theme-skyblue #dynamicId .snip1543.hover:before {
  transform: skew(30deg) translateX(-20%);
  transition-delay: 0.05s;
}
.theme-skyblue #dynamicId .snip1543:hover:after,
.theme-skyblue #dynamicId .snip1543.hover:after {
  transform: skew(-30deg) translateX(-10%);
}
.theme-skyblue #dynamicId .snip1543:hover figcaption:before,
.theme-skyblue #dynamicId .snip1543.hover figcaption:before {
  transform: skew(30deg) translateX(-40%);
  transition-delay: 0.15s;
}
.theme-skyblue #dynamicId .snip1543:hover figcaption:after,
.theme-skyblue #dynamicId .snip1543.hover figcaption:after {
  transform: skew(-30deg) translateX(-30%);
  transition-delay: 0.1s;
}
.theme-skyblue #dynamicId .card.dark-card mat-form-field, .theme-skyblue #dynamicId .main-content .register_box .card .dark-card.card-header mat-form-field {
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.theme-skyblue #dynamicId .card.dark-card mat-form-field .mat-form-field-wrapper, .theme-skyblue #dynamicId .main-content .register_box .card .dark-card.card-header mat-form-field .mat-form-field-wrapper {
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.theme-skyblue #dynamicId .card.dark-card mat-form-field .mat-form-field-wrapper .mat-form-field-flex, .theme-skyblue #dynamicId .main-content .register_box .card .dark-card.card-header mat-form-field .mat-form-field-wrapper .mat-form-field-flex {
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.theme-skyblue #dynamicId .card.dark-card mat-form-field .mat-form-field-wrapper .mat-form-field-flex input, .theme-skyblue #dynamicId .main-content .register_box .card .dark-card.card-header mat-form-field .mat-form-field-wrapper .mat-form-field-flex input {
  caret-color: #fff;
}
.theme-skyblue #dynamicId .card.dark-card mat-form-field .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-label-wrapper, .theme-skyblue #dynamicId .main-content .register_box .card .dark-card.card-header mat-form-field .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-label-wrapper {
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.theme-skyblue #dynamicId .card.dark-card mat-form-field .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-label-wrapper .mat-form-field-label, .theme-skyblue #dynamicId .main-content .register_box .card .dark-card.card-header mat-form-field .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-label-wrapper .mat-form-field-label {
  color: white;
}
.theme-skyblue #dynamicId .card.dark-card mat-form-field .mat-form-field-wrapper .mat-form-field-underline, .theme-skyblue #dynamicId .main-content .register_box .card .dark-card.card-header mat-form-field .mat-form-field-wrapper .mat-form-field-underline {
  background: white;
}
.theme-skyblue #dynamicId .card.dark-card mat-form-field.mat-focused, .theme-skyblue #dynamicId .main-content .register_box .card .dark-card.card-header mat-form-field.mat-focused {
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.theme-skyblue #dynamicId .card.dark-card mat-form-field.mat-focused .mat-form-field-ripple, .theme-skyblue #dynamicId .main-content .register_box .card .dark-card.card-header mat-form-field.mat-focused .mat-form-field-ripple {
  background: #0769ab;
}
.theme-skyblue #dynamicId .grid-gallery-block {
  position: relative;
  clear: both;
  margin: 0 auto;
  padding: 1em 0 4em;
  max-width: 1000px;
  list-style: none;
  text-align: center;
}
.theme-skyblue #dynamicId .grid-gallery-block .gallery-overlay {
  position: relative;
  float: left;
  overflow: hidden;
  margin: 0;
  width: 100%;
  height: 100%;
  background: #3085a3;
  text-align: center;
  cursor: pointer;
}
.theme-skyblue #dynamicId .grid-gallery-block .gallery-overlay img {
  position: relative;
  display: block;
  min-height: 250px;
  max-width: 100%;
  opacity: 0.8;
  width: 100%;
  height: auto;
  max-height: 250px;
  object-fit: cover;
}
.theme-skyblue #dynamicId .grid-gallery-block .gallery-overlay figcaption {
  padding: 0;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  backface-visibility: hidden;
}
.theme-skyblue #dynamicId .grid-gallery-block .gallery-overlay figcaption::before,
.theme-skyblue #dynamicId .grid-gallery-block .gallery-overlay figcaption::after {
  pointer-events: none;
}
.theme-skyblue #dynamicId .grid-gallery-block .gallery-overlay figcaption,
.theme-skyblue #dynamicId .grid-gallery-block .gallery-overlay figcaption > a {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.theme-skyblue #dynamicId .grid-gallery-block .gallery-overlay figcaption > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}
.theme-skyblue #dynamicId .grid-gallery-block .gallery-overlay h2, .theme-skyblue #dynamicId .grid-gallery-block .gallery-overlay .h2 {
  word-spacing: -0.15em;
  font-weight: 300;
}
.theme-skyblue #dynamicId .grid-gallery-block .gallery-overlay h2 span, .theme-skyblue #dynamicId .grid-gallery-block .gallery-overlay .h2 span {
  font-weight: 800;
}
.theme-skyblue #dynamicId .grid-gallery-block .gallery-overlay h2, .theme-skyblue #dynamicId .grid-gallery-block .gallery-overlay .h2,
.theme-skyblue #dynamicId .grid-gallery-block .gallery-overlay p {
  margin: 0;
}
.theme-skyblue #dynamicId .grid-gallery-block .gallery-overlay p {
  letter-spacing: 1px;
  font-size: 68.5%;
}
.theme-skyblue #dynamicId .gallery-overlay.effect-duke {
  background: #000;
}
.theme-skyblue #dynamicId .gallery-overlay.effect-duke img,
.theme-skyblue #dynamicId .gallery-overlay.effect-duke iframe,
.theme-skyblue #dynamicId .gallery-overlay.effect-duke p {
  transition: opacity 0.35s, transform 0.35s;
}
.theme-skyblue #dynamicId .gallery-overlay.effect-duke:hover img {
  opacity: 0.8;
  transform: scale3d(2, 2, 1);
}
.theme-skyblue #dynamicId .gallery-overlay.effect-duke h2, .theme-skyblue #dynamicId .gallery-overlay.effect-duke .h2 {
  transition: transform 0.35s;
  transform: scale3d(0.8, 0.8, 1);
  transform-origin: 50% 100%;
}
.theme-skyblue #dynamicId .gallery-overlay.effect-duke p {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 20px auto 0;
  padding: 10px;
  text-transform: none;
  font-size: 90%;
  opacity: 0;
  transform: scale3d(0.8, 0.8, 1);
  transform-origin: 50% -100%;
  background: #0769ab;
}
.theme-skyblue #dynamicId .gallery-overlay.effect-duke:hover h2, .theme-skyblue #dynamicId .gallery-overlay.effect-duke:hover .h2,
.theme-skyblue #dynamicId .gallery-overlay.effect-duke:hover p {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}
.theme-skyblue #dynamicId .photo-gallery-tab .col-12.col-sm-6.col-md-4 {
  padding: 6px 6px 0 6px;
}
.theme-skyblue #dynamicId .ql-editor {
  height: 300px;
}
.theme-skyblue #dynamicId .arrowRotate {
  transform: rotate(90deg);
  margin-top: 3px;
}
.theme-skyblue #dynamicId .roles-user-search-t {
  width: 98%;
}
.theme-skyblue #dynamicId .edit-role-table thead tr th:nth-child(1) {
  width: 30%;
}
.theme-skyblue #dynamicId .edit-role-table thead tr th:nth-child(2) {
  width: 30%;
}
.theme-skyblue #dynamicId .edit-role-table thead tr th:nth-child(3) {
  width: 40%;
}
.theme-skyblue #dynamicId table.manageRoleTable tbody:nth-child(2) {
  width: auto;
}
.theme-skyblue #dynamicId .lightbox .lb-dataContainer {
  position: absolute;
  top: 0;
  z-index: 1;
  left: 0;
  right: 0;
  height: 100%;
}
.theme-skyblue #dynamicId .lightbox .lb-dataContainer .lb-details {
  position: absolute;
  bottom: 0;
  width: 99%;
  padding: 15px;
  background: #fff;
}
.theme-skyblue #dynamicId .lightbox .lb-dataContainer .lb-close {
  background: #fff;
  border-radius: 25px;
  margin-top: -15px;
  margin-right: -15px;
  opacity: 1;
  position: relative;
  text-align: center;
  width: 25px;
  height: 25px;
}
.theme-skyblue #dynamicId .lightbox .lb-dataContainer .lb-close:after {
  content: "\f00d";
  color: #000;
  position: absolute;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  font-family: FontAwesome;
  font-size: 17px;
}
.theme-skyblue #dynamicId .lightbox .lb-dataContainer .lb-data {
  color: #000;
}
.theme-skyblue #dynamicId .lightbox .lb-outerContainer .lb-container .lb-image {
  margin-top: 4px;
}
.theme-skyblue #dynamicId .lightbox .lb-nav {
  height: 40px;
  bottom: 0;
  margin: auto;
}
.theme-skyblue #dynamicId .lightbox .lb-nav a.lb-prev {
  background: url('prev-button.317cfed04e63ab1f.png') left no-repeat;
  margin-left: 20px;
}
.theme-skyblue #dynamicId .lightbox .lb-nav a.lb-next {
  background: url('next-button.8b82108bc0c809d9.png') right no-repeat;
  margin-right: 20px;
  width: 42%;
}
.theme-skyblue #dynamicId .share-button {
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 40px;
  width: 30px;
  height: 30px;
}
.theme-skyblue #dynamicId .share-button a {
  text-decoration: none;
}
.theme-skyblue #dynamicId .social-toggle {
  display: block;
  text-align: center;
  transition: all 0.25s;
}
.theme-skyblue #dynamicId .social-toggle mat-icon {
  color: #0769ab;
  transition: all 0.3s ease-out;
}
.theme-skyblue #dynamicId .social-toggle mat-icon:hover {
  color: #1375bb;
  transition: all 0.3s ease-in;
}
.theme-skyblue #dynamicId .no-js .social-toggle,
.theme-skyblue #dynamicId .no-js .social-toggle:hover {
  cursor: default;
  border: none;
  background: transparent;
  color: rgb(200, 200, 200);
  pointer-events: none;
}
.theme-skyblue #dynamicId .social-networks {
  transform-origin: 50% 0;
  transform: scale(0) translateY(-190px);
  opacity: 0;
  transition: all 0.4s ease;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.theme-skyblue #dynamicId .social-networks ul {
  position: relative;
  top: 0;
  right: 10px;
  padding: 0;
  list-style: none;
  width: 62px;
  height: 30px;
}
.theme-skyblue #dynamicId .social-networks ul:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  right: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
}
.theme-skyblue #dynamicId .social-networks li {
  width: 30px;
  text-align: center;
  float: left;
  display: block;
  height: 30px;
  line-height: 30px;
  position: relative;
  z-index: 2;
  transition: all 0.3s ease;
}
.theme-skyblue #dynamicId .social-networks li a {
  display: block;
  color: white;
}
.theme-skyblue #dynamicId .social-networks li a i {
  background: none;
}
.theme-skyblue #dynamicId .social-networks li.social-twitter {
  background: #6cdfea;
}
.theme-skyblue #dynamicId .social-networks li.social-facebook {
  background: #3b5998;
}
.theme-skyblue #dynamicId .social-networks.open-menu,
.theme-skyblue #dynamicId .no-js .social-networks {
  transform: scale(1) translateY(-60px);
  opacity: 1;
}
.theme-skyblue #dynamicId .com-close-icon {
  position: absolute;
  right: 18px;
}
.theme-skyblue #dynamicId .la-ball-spin-clockwise,
.theme-skyblue #dynamicId .la-ball-spin-clockwise > div {
  position: relative;
  box-sizing: border-box;
}
.theme-skyblue #dynamicId .la-ball-spin-clockwise {
  display: block;
  font-size: 0;
  color: #fff;
}
.theme-skyblue #dynamicId .la-ball-spin-clockwise.la-dark {
  color: #333;
}
.theme-skyblue #dynamicId .la-ball-spin-clockwise > div {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor;
}
.theme-skyblue #dynamicId .la-ball-spin-clockwise {
  width: 32px;
  height: 32px;
}
.theme-skyblue #dynamicId .la-ball-spin-clockwise > div {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  margin-left: -4px;
  border-radius: 100%;
  animation: ball-spin-clockwise 1s infinite ease-in-out;
}
.theme-skyblue #dynamicId .la-ball-spin-clockwise > div:nth-child(1) {
  top: 5%;
  left: 50%;
  animation-delay: -0.875s;
}
.theme-skyblue #dynamicId .la-ball-spin-clockwise > div:nth-child(2) {
  top: 18.1801948466%;
  left: 81.8198051534%;
  animation-delay: -0.75s;
}
.theme-skyblue #dynamicId .la-ball-spin-clockwise > div:nth-child(3) {
  top: 50%;
  left: 95%;
  animation-delay: -0.625s;
}
.theme-skyblue #dynamicId .la-ball-spin-clockwise > div:nth-child(4) {
  top: 81.8198051534%;
  left: 81.8198051534%;
  animation-delay: -0.5s;
}
.theme-skyblue #dynamicId .la-ball-spin-clockwise > div:nth-child(5) {
  top: 94.9999999966%;
  left: 50.0000000005%;
  animation-delay: -0.375s;
}
.theme-skyblue #dynamicId .la-ball-spin-clockwise > div:nth-child(6) {
  top: 81.8198046966%;
  left: 18.1801949248%;
  animation-delay: -0.25s;
}
.theme-skyblue #dynamicId .la-ball-spin-clockwise > div:nth-child(7) {
  top: 49.9999750815%;
  left: 5.0000051215%;
  animation-delay: -0.125s;
}
.theme-skyblue #dynamicId .la-ball-spin-clockwise > div:nth-child(8) {
  top: 18.179464974%;
  left: 18.1803700518%;
  animation-delay: 0s;
}
.theme-skyblue #dynamicId .la-ball-spin-clockwise.la-sm {
  width: 16px;
  height: 16px;
}
.theme-skyblue #dynamicId .la-ball-spin-clockwise.la-sm > div {
  width: 4px;
  height: 4px;
  margin-top: -2px;
  margin-left: -2px;
}
.theme-skyblue #dynamicId .la-ball-spin-clockwise.la-2x {
  width: 64px;
  height: 64px;
}
.theme-skyblue #dynamicId .la-ball-spin-clockwise.la-2x > div {
  width: 16px;
  height: 16px;
  margin-top: -8px;
  margin-left: -8px;
}
.theme-skyblue #dynamicId .la-ball-spin-clockwise.la-3x {
  width: 96px;
  height: 96px;
}
.theme-skyblue #dynamicId .la-ball-spin-clockwise.la-3x > div {
  width: 24px;
  height: 24px;
  margin-top: -12px;
  margin-left: -12px;
}
@keyframes ball-spin-clockwise {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
  }
  20% {
    opacity: 1;
  }
  80% {
    opacity: 0;
    transform: scale(0);
  }
}
.theme-skyblue #dynamicId .mat-spinner-wrapper {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: rgba(51, 51, 51, 0.3);
  z-index: 9999;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.theme-skyblue #dynamicId .mat-spinner-wrapper .la-ball-spin-clockwise {
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.theme-skyblue #dynamicId .event-ticket-book-new {
  /* TODO(mdc-migration): The following rule targets internal classes of tabs that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of tabs that may no longer apply for the MDC version.*/
}
.theme-skyblue #dynamicId .event-ticket-book-new ul.list-group.list-group-flush {
  height: 722px;
  overflow: auto;
  overflow-x: hidden;
}
.theme-skyblue #dynamicId .event-ticket-book-new ul.list-group.list-group-flush::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.theme-skyblue #dynamicId .event-ticket-book-new ul.list-group.list-group-flush::-webkit-scrollbar-track {
  background: #dedee6;
}
.theme-skyblue #dynamicId .event-ticket-book-new ul.list-group.list-group-flush::-webkit-scrollbar-thumb {
  background: #1b83ca;
}
.theme-skyblue #dynamicId .event-ticket-book-new ul.list-group.list-group-flush li.list-group-item {
  padding: 0.75rem 0;
}
.theme-skyblue #dynamicId .event-ticket-book-new ul.list-group.list-group-flush li.list-group-item .event-thumb {
  position: relative;
}
.theme-skyblue #dynamicId .event-ticket-book-new ul.list-group.list-group-flush li.list-group-item .event-thumb span {
  position: absolute;
  bottom: 5px;
  right: 0;
  width: 88%;
  padding: 4px;
  color: white;
  text-transform: uppercase;
  text-align: center;
  font-size: 10px;
  -webkit-border-top-left-radius: 50px;
  -webkit-border-bottom-left-radius: 50px;
  -moz-border-radius-topleft: 50px;
  -moz-border-radius-bottomleft: 50px;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  letter-spacing: 0.4px;
  cursor: pointer;
}
.theme-skyblue #dynamicId .event-ticket-book-new ul.list-group.list-group-flush li.list-group-item:hover {
  background: #dbf0ff;
}
.theme-skyblue #dynamicId .event-ticket-book-new mat-tab-group {
  /* TODO(mdc-migration): The following rule targets internal classes of tabs that may no longer apply for the MDC version.*/
}
.theme-skyblue #dynamicId .event-ticket-book-new mat-tab-group p {
  margin: 0;
}
.theme-skyblue #dynamicId .event-ticket-book-new mat-tab-group .card.bg-light, .theme-skyblue #dynamicId .event-ticket-book-new mat-tab-group .main-content .register_box .card .bg-light.card-header, .theme-skyblue #dynamicId .main-content .register_box .card .event-ticket-book-new mat-tab-group .bg-light.card-header {
  padding: 1rem 1rem 1rem 2rem;
  min-height: 154px;
}
.theme-skyblue #dynamicId .event-ticket-book-new mat-tab-group .mat-tab-body-wrapper {
  max-height: 350px;
  overflow: auto;
  display: block;
}
.theme-skyblue #dynamicId .event-ticket-book-new mat-tab-group .mat-tab-body-wrapper::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.theme-skyblue #dynamicId .event-ticket-book-new mat-tab-group .mat-tab-body-wrapper::-webkit-scrollbar-track {
  background: #dedee6;
}
.theme-skyblue #dynamicId .event-ticket-book-new mat-tab-group .mat-tab-body-wrapper::-webkit-scrollbar-thumb {
  background: #1b83ca;
}
.theme-skyblue #dynamicId .thumbnail-img-sm {
  height: 100px;
  width: 100%;
  object-fit: cover;
  object-position: top;
}
.theme-skyblue #dynamicId .thumbnail-img-lg {
  height: 350px;
  width: 100%;
  object-fit: cover;
}
.theme-skyblue #dynamicId .label-e-icon {
  position: relative;
}
.theme-skyblue #dynamicId .label-e-icon i {
  position: absolute;
  left: -22px;
  top: 0;
  font-size: 16px;
}
.theme-skyblue #dynamicId .event-contact-details a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.theme-skyblue #dynamicId .event-ticket-book-new {
  /* TODO(mdc-migration): The following rule targets internal classes of tabs that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of tabs that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of tabs that may no longer apply for the MDC version.*/
}
.theme-skyblue #dynamicId .event-ticket-book-new mat-tab-group {
  /* TODO(mdc-migration): The following rule targets internal classes of tabs that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of tabs that may no longer apply for the MDC version.*/
}
.theme-skyblue #dynamicId .event-ticket-book-new mat-tab-group .mat-tab-body-wrapper .mat-mdc-tab-body {
  /* TODO(mdc-migration): The following rule targets internal classes of tabs that may no longer apply for the MDC version.*/
}
.theme-skyblue #dynamicId .event-ticket-book-new mat-tab-group .mat-tab-body-wrapper .mat-mdc-tab-body .mat-tab-body-content {
  overflow: hidden;
}
.theme-skyblue #dynamicId .custom-share button.dropdown-toggle {
  padding: 0;
}
.theme-skyblue #dynamicId .custom-share button.dropdown-toggle:after {
  content: none;
}
.theme-skyblue #dynamicId .custom-share .dropdown-menu {
  padding: 0;
  right: 0;
  left: auto !important;
  top: 23px !important;
  min-width: 7rem;
}
.theme-skyblue #dynamicId .custom-share .dropdown-menu a {
  width: 100%;
  color: #000000;
  display: block;
  padding: 6px;
  border-bottom: solid 1px #ddd;
  font-size: 12px !important;
}
.theme-skyblue #dynamicId .custom-share .dropdown-menu a:last-of-type {
  border: 0;
}
.theme-skyblue #dynamicId .mat-tab-body-content {
  overflow-x: hidden;
}
.theme-skyblue #dynamicId .donation-passes-table {
  height: 200px;
  overflow: auto;
}
.theme-skyblue #dynamicId .donation-passes-table::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.theme-skyblue #dynamicId .donation-passes-table::-webkit-scrollbar-track {
  background: #dedee6;
}
.theme-skyblue #dynamicId .donation-passes-table::-webkit-scrollbar-thumb {
  background: #1b83ca;
}
.theme-skyblue #dynamicId .table-responsive::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.theme-skyblue #dynamicId .table-responsive::-webkit-scrollbar-track {
  background: #dedee6;
}
.theme-skyblue #dynamicId .table-responsive::-webkit-scrollbar-thumb {
  background: #1b83ca;
}
.theme-skyblue #dynamicId .table-responsive table::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.theme-skyblue #dynamicId .table-responsive table::-webkit-scrollbar-track {
  background: #dedee6;
}
.theme-skyblue #dynamicId .table-responsive table::-webkit-scrollbar-thumb {
  background: #1b83ca;
}
.theme-skyblue #dynamicId .mediaCard {
  background: #002a47;
}
.theme-skyblue #dynamicId .calncel-order-w .edit-role-table.fixed-table thead,
.theme-skyblue #dynamicId .calncel-order-w .edit-role-table.fixed-table tbody tr {
  table-layout: auto;
}
.theme-skyblue #dynamicId #periodRow.isDisabled,
.theme-skyblue #dynamicId #editYear.isDisabled {
  pointer-events: none;
}
.theme-skyblue #dynamicId ::selection {
  color: white;
  background: #0769ab;
}
.theme-skyblue #dynamicId .td-100 {
  display: block;
  box-sizing: border-box;
  clear: both;
  padding: 0 !important;
  border-top: 0 !important;
}
.theme-skyblue #dynamicId .td-100 table tbody tr td {
  border-top: 0 !important;
}
.theme-skyblue #dynamicId .expenses_table_c tr:last-of-type {
  border-bottom: 0 !important;
}
.theme-skyblue #dynamicId .expenses-table tbody tr:last-of-type {
  border-bottom: 0;
}
.theme-skyblue #dynamicId .expenses-table tbody tr td {
  padding: 0 10px;
}
.theme-skyblue #dynamicId .donatenow_footer {
  text-decoration: none;
  transition: all 0.3s ease-out;
}
.theme-skyblue #dynamicId .donatenow_footer:hover {
  text-decoration: underline;
  transition: all 0.3s ease-in;
  opacity: 0.4;
}
.theme-skyblue #dynamicId .example-section {
  display: flex;
  align-content: center;
  align-items: center;
  height: 40px;
}
.theme-skyblue #dynamicId .example-margin {
  margin: 0 10px;
}
.theme-skyblue #dynamicId .skills-interests-modal a {
  display: inline-block;
  padding: 1px 4px;
  margin: 0 3px 5px 0;
  font-size: 14px !important;
  border-radius: 14px;
  height: 26px;
  background: #f1f1f1;
  color: #000000;
  border: 1px solid #EAEAEA;
}
.theme-skyblue #dynamicId .searchVolunteerTable .actionDropDown {
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  top: 9px;
}
.theme-skyblue #dynamicId .searchVolunteerTable .actionDropDown .mat-form-field-underline {
  display: none;
}
.theme-skyblue #dynamicId .searchVolunteerTable .actionDropDown .mat-form-field-infix {
  padding: 0;
}
.theme-skyblue #dynamicId .edit-role-table.manage-role-table tbody.manageRoleTbody tr td > tbody {
  display: table;
  width: 100%;
  height: auto;
}
.theme-skyblue #dynamicId .edit-role-table.manage-role-table tbody.manageRoleTbody tr td > tbody tr td {
  border-top: 0 !important;
}
.theme-skyblue #dynamicId .manage-table-c {
  overflow: auto;
  height: 300px;
}
.theme-skyblue #dynamicId .manage-table-c::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.theme-skyblue #dynamicId .manage-table-c::-webkit-scrollbar-track {
  background: #dedee6;
}
.theme-skyblue #dynamicId .manage-table-c::-webkit-scrollbar-thumb {
  background: #1b83ca;
}
.theme-skyblue #dynamicId .search-volunteer-card {
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
}
.theme-skyblue #dynamicId .search-volunteer-card mat-checkbox {
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
}
.theme-skyblue #dynamicId .search-volunteer-card mat-checkbox .mat-checkbox-inner-container {
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
}
.theme-skyblue #dynamicId .search-volunteer-card mat-checkbox .mat-checkbox-inner-container .mat-checkbox-label {
  color: rgba(0, 0, 0, 0.87);
}
.theme-skyblue #dynamicId .search-volunteer-card mat-checkbox .mat-checkbox-inner-container .mat-checkbox-frame {
  border-color: #0769ab;
}
.theme-skyblue #dynamicId .finance_desc {
  max-height: 96px;
  overflow: auto;
}
.theme-skyblue #dynamicId .finance_desc::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.theme-skyblue #dynamicId .finance_desc::-webkit-scrollbar-track {
  background: #dedee6;
}
.theme-skyblue #dynamicId .finance_desc::-webkit-scrollbar-thumb {
  background: #1b83ca;
}
.theme-skyblue #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 {
  padding: 10px;
}
.theme-skyblue #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card, .theme-skyblue #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header, .theme-skyblue #dynamicId .main-content .register_box .card .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header {
  height: 140px;
}
.theme-skyblue #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 {
  padding: 10px;
}
.theme-skyblue #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .card, .theme-skyblue #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header, .theme-skyblue #dynamicId .main-content .register_box .card .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header {
  height: auto;
}
.theme-skyblue #dynamicId #wizard-progress {
  width: 100%;
  margin: 20px auto 0 auto;
}
.theme-skyblue #dynamicId #wizard-progress .step-indicator {
  border-collapse: separate;
  display: table;
  margin-left: 0px;
  position: relative;
  table-layout: fixed;
  text-align: center;
  vertical-align: middle;
  padding-left: 0;
}
.theme-skyblue #dynamicId #wizard-progress .step-indicator li {
  display: table-cell;
  position: relative;
  float: none;
  padding: 0;
  width: 1%;
}
.theme-skyblue #dynamicId #wizard-progress .step-indicator li:after {
  background-color: #999999;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  width: 100%;
  top: 22.5px;
}
.theme-skyblue #dynamicId #wizard-progress .step-indicator li:after {
  left: 50%;
}
.theme-skyblue #dynamicId #wizard-progress .step-indicator li:last-child:after {
  display: none;
}
.theme-skyblue #dynamicId #wizard-progress .step-indicator li.active .step {
  border-color: #0769ab;
  color: #0769ab;
}
.theme-skyblue #dynamicId #wizard-progress .step-indicator li.active .step:before {
  content: "\f00c";
  position: absolute;
  font-family: FontAwesome;
  display: block;
  text-align: center;
  width: 45px;
  height: 45px;
  font-size: 16px;
}
.theme-skyblue #dynamicId #wizard-progress .step-indicator li.active .caption {
  color: #0769ab;
}
.theme-skyblue #dynamicId #wizard-progress .step-indicator li.complete:after {
  background-color: linear-gradient(to bottom, #025286 0%, #3a8bc2 100%);
}
.theme-skyblue #dynamicId #wizard-progress .step-indicator li.complete .step {
  border-color: linear-gradient(to bottom, #025286 0%, #3a8bc2 100%);
  color: linear-gradient(to bottom, #025286 0%, #3a8bc2 100%);
}
.theme-skyblue #dynamicId #wizard-progress .step-indicator li.complete .step:before {
  position: absolute;
  font-family: FontAwesome;
  content: "\f0f6";
  display: block;
  text-align: center;
  width: 45px;
  height: 45px;
  font-size: 16px;
}
.theme-skyblue #dynamicId #wizard-progress .step-indicator li.complete .caption {
  color: linear-gradient(to bottom, #025286 0%, #3a8bc2 100%);
}
.theme-skyblue #dynamicId #wizard-progress .step-indicator li small, .theme-skyblue #dynamicId #wizard-progress .step-indicator li .small {
  display: inline-block;
  line-height: 14px;
}
.theme-skyblue #dynamicId #wizard-progress .step-indicator .step {
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #999999;
  color: #999999;
  font-size: 14px;
  height: 45px;
  line-height: 45px;
  margin: 0 auto;
  position: relative;
  width: 45px;
  z-index: 1;
}
.theme-skyblue #dynamicId #wizard-progress .step-indicator .step:hover {
  cursor: auto;
}
.theme-skyblue #dynamicId #wizard-progress .step-indicator .caption {
  color: #999999;
  padding: 11px 16px;
  padding-top: 5px;
}
.theme-skyblue #dynamicId #wizard-progress .step-indicator .graphs g[visibility=hidden] + g[aria-labelledby^=id] {
  display: none;
}
.theme-skyblue #dynamicId .graphs g[visibility=hidden] + g[aria-labelledby^=id] {
  display: none;
}
.theme-skyblue #dynamicId .communication--main-wrapper .communication--inner-wrapper:last-of-type {
  flex: 0 0 100%;
  max-width: 100%;
}
.theme-skyblue #dynamicId .chart-icons {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 9;
}
.theme-skyblue #dynamicId .chart-icons span {
  padding: 4px;
  color: #999999;
  opacity: 0.4;
  cursor: pointer;
  transition: all 0.3s ease-out;
}
.theme-skyblue #dynamicId .chart-icons span:hover {
  color: #999999;
  opacity: 1;
  transition: all 0.3s ease-in;
}
.theme-skyblue #dynamicId .d-line-chart {
  height: 400px;
}
.theme-skyblue #dynamicId .edit-profile-link {
  position: absolute;
  right: 10px;
  top: 5px;
  z-index: 1;
  text-decoration: underline;
}
.theme-skyblue #dynamicId .edit-profile-link .fa {
  margin-right: 5px;
}
.theme-skyblue #dynamicId .edit-fields-p {
  right: 17px;
  top: 12px;
  z-index: 9;
}
.theme-skyblue #dynamicId .input-border-none {
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.theme-skyblue #dynamicId .input-border-none .mat-form-field-underline {
  display: none;
}
.theme-skyblue #dynamicId .order-list-page {
  /* TODO(mdc-migration): The following rule targets internal classes of tabs that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of tabs that may no longer apply for the MDC version.*/
}
.theme-skyblue #dynamicId .order-list-page mat-tab-group {
  /* TODO(mdc-migration): The following rule targets internal classes of tabs that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of tabs that may no longer apply for the MDC version.*/
}
.theme-skyblue #dynamicId .order-list-page mat-tab-group mat-tab-header {
  display: none;
}
.theme-skyblue #dynamicId .order-list-page mat-tab-group .mat-tab-body-wrapper {
  max-height: none;
}
.theme-skyblue #dynamicId .table-th-c {
  padding: 5px 10px !important;
}
.theme-skyblue #dynamicId .mat-mdc-table-header-base-color {
  background: #1375bb;
  color: #fff;
  width: 100%;
}
.theme-blueGreen #dynamicId {
  /* remove border radius for the tab */
  /* change border radius for the tab , apply corners on top*/
  /* Global Styles */
  /* Main Styles */
  /* Right panel */
  /* Tabs */
  /* Button Reset */
  /* Icons */
  /* Forms */
  /*    Widget One
      ---------------------------*/
  /*    Widget Two
      ---------------------------*/
  /*    Widget Three
      ---------------------------*/
  /* Stat widget Eight
      --------------------------- */
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /*menu toggle animation*/
  /* TODO(mdc-migration): The following rule targets internal classes of slide-toggle that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of slide-toggle that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of slide-toggle that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of tooltip that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
  /*------/ Nav Pills  /------*/
  /*------/ Bg Image /------*/
  /*------/ List a /------*/
  /*------/ Icon Box /------*/
  /*------/ Space Padding /------*/
  /*------/ Title /------*/
  /*------/ Display Table & Table Cell /------*/
  /*------/ Ul Resect /------*/
  /*------/ Overlay /------*/
  /*------/ Owl carousel /------*/
  /*------/ Socials /------*/
  /* Back to top button */
  /* Prelaoder */
  /*======================================
      //--//-->   NAVBAR
      ======================================*/
  /*------/ Hamburger Navbar /------*/
  /*======================================
      //--//-->   INTRO
      ======================================*/
  /*------/ Intro Single /------*/
  /*======================================
      //--//-->   CARD GENERAL
      ======================================*/
  /*======================================
      //--//-->   PROPERTY - CARD-A
      ======================================*/
  /*------/ Property Grid /-----*/
  /*------/ Property Single /-----*/
  /*======================================
      //--//-->   NEWS - CARD-B
      ======================================*/
  /*------/ News Single /------*/
  /*------/ Comments /------*/
  /*======================================
      //--//-->   SERVICES - CARD-C
      ======================================*/
  /*======================================
      //--//-->   AGENTS - CARD-D
      ======================================*/
  /*------/ Agent Single /------*/
  /*======================================
      //--//-->   ABOUT
      ======================================*/
  /*======================================
      //--//-->   TESTIMONIALS
      ======================================*/
  /*======================================
      //--//-->   FOOTER
      ======================================*/
  /*======================================
      //--//-->   FORM INPUT
      ======================================*/
  /*======================================
      //--//-->   BUTTON
      ======================================*/
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of tabs that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of select that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of select that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of select that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of select that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of input that may no longer apply for the MDC version.*/
  /*  ----------------------  SPACING  ----------------------  */
  /* TODO(mdc-migration): The following rule targets internal classes of tabs that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of progress-bar that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of progress-bar that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of chips that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of chips that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of chips that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of select that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of select that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of select that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* Common style */
  /* Anchor will cover the whole item by default */
  /* For some effects it will show as a button */
  /*
       * Animation
       */
  /* TODO(mdc-migration): The following rule targets internal classes of tabs that may no longer apply for the MDC version.*/
}
.theme-blueGreen #dynamicId p {
  line-height: 24px;
}
.theme-blueGreen #dynamicId a {
  color: #00a650;
  text-decoration: none;
  cursor: pointer;
  font-size: 14px !important;
}
.theme-blueGreen #dynamicId a:focus {
  box-shadow: none !important;
  outline: 0 !important;
}
.theme-blueGreen #dynamicId button {
  cursor: pointer;
}
.theme-blueGreen #dynamicId button:focus {
  box-shadow: none !important;
  outline: 0 !important;
}
.theme-blueGreen #dynamicId h1, .theme-blueGreen #dynamicId .h1,
.theme-blueGreen #dynamicId h2,
.theme-blueGreen #dynamicId .h2,
.theme-blueGreen #dynamicId h3,
.theme-blueGreen #dynamicId .h3,
.theme-blueGreen #dynamicId h4,
.theme-blueGreen #dynamicId .h4,
.theme-blueGreen #dynamicId h5,
.theme-blueGreen #dynamicId .h5,
.theme-blueGreen #dynamicId h6,
.theme-blueGreen #dynamicId .h6 {
  font-family: "Roboto Slab", serif !important;
}
.theme-blueGreen #dynamicId h1, .theme-blueGreen #dynamicId .h1 {
  padding-bottom: 2%;
  font-size: 3.052em;
}
.theme-blueGreen #dynamicId h2, .theme-blueGreen #dynamicId .h2 {
  font-size: 2.441em;
  color: #000;
}
.theme-blueGreen #dynamicId h3, .theme-blueGreen #dynamicId .h3 {
  font-size: 1.953em;
}
.theme-blueGreen #dynamicId h4, .theme-blueGreen #dynamicId .h4 {
  font-size: 1.563em;
}
.theme-blueGreen #dynamicId h5, .theme-blueGreen #dynamicId .h5 {
  font-size: 1.25em;
}
.theme-blueGreen #dynamicId h6, .theme-blueGreen #dynamicId .h6 {
  font-size: 16px;
  line-height: 22px;
}
.theme-blueGreen #dynamicId label {
  font-weight: normal !important;
}
.theme-blueGreen .theme-orange #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .card, .theme-orange .theme-blueGreen #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .card, .theme-blueGreen .theme-orange #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header, .theme-orange .theme-blueGreen #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header, .theme-blueGreen .theme-orange #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card, .theme-orange .theme-blueGreen #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card, .theme-blueGreen .theme-orange #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header, .theme-orange .theme-blueGreen #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header, .theme-blueGreen .theme-orange #dynamicId .db-icons-wrapper .db-icons-inner, .theme-orange .theme-blueGreen #dynamicId .db-icons-wrapper .db-icons-inner, .theme-blueGreen .theme-orange #dynamicId .manage-dashboard-wrapper .dashboard-tabs, .theme-orange .theme-blueGreen #dynamicId .manage-dashboard-wrapper .dashboard-tabs, .theme-blueGreen .theme-orange #dynamicId .user-icons a, .theme-orange .theme-blueGreen #dynamicId .user-icons a, .theme-blueGreen #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .card, .theme-blueGreen .theme-orange #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header, .theme-orange .theme-blueGreen #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header, .theme-blueGreen .theme-orange #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header .card-header, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header, .theme-orange .theme-blueGreen #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header .card-header, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header .card-header .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header .card-header .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header .card-header .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header .card-header .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header, .theme-blueGreen .theme-orange #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header .card-header .card-header, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header, .theme-orange .theme-blueGreen #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header .card-header .card-header, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header, .theme-blueGreen .theme-orange #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header .card-header, .theme-orange .theme-blueGreen #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header .card-header, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header, .theme-blueGreen #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header, .theme-blueGreen .theme-orange #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header .card-header, .theme-orange .theme-blueGreen #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header .card-header .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header .card-header .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header .card-header .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header .card-header .card-header, .theme-blueGreen .theme-orange #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header .card-header .card-header, .theme-orange .theme-blueGreen #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header .card-header .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header .card-header .card-header .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header .card-header .card-header .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header .card-header .card-header .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header .card-header .card-header .card-header, .theme-blueGreen .theme-orange #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header .card-header .card-header .card-header, .theme-orange .theme-blueGreen #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header .card-header .card-header .card-header, .theme-blueGreen .theme-orange #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header .card-header .card-header, .theme-orange .theme-blueGreen #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header .card-header .card-header, .theme-blueGreen #dynamicId .main-content .register_box .card .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header, .theme-blueGreen #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card, .theme-blueGreen .theme-orange #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header, .theme-orange .theme-blueGreen #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header, .theme-blueGreen .theme-orange #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header .card-header, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header, .theme-orange .theme-blueGreen #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header .card-header, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header .card-header .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header .card-header .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header .card-header .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header .card-header .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header, .theme-blueGreen .theme-orange #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header .card-header .card-header, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header, .theme-orange .theme-blueGreen #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header .card-header .card-header, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header, .theme-blueGreen .theme-orange #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header .card-header, .theme-orange .theme-blueGreen #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header .card-header, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header, .theme-blueGreen #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header, .theme-blueGreen .theme-orange #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header .card-header, .theme-orange .theme-blueGreen #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header .card-header .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header .card-header .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header .card-header .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header .card-header .card-header, .theme-blueGreen .theme-orange #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header .card-header .card-header, .theme-orange .theme-blueGreen #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header .card-header .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header .card-header .card-header .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header .card-header .card-header .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header .card-header .card-header .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header .card-header .card-header .card-header, .theme-blueGreen .theme-orange #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header .card-header .card-header .card-header, .theme-orange .theme-blueGreen #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header .card-header .card-header .card-header, .theme-blueGreen .theme-orange #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header .card-header .card-header, .theme-orange .theme-blueGreen #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header .card-header .card-header, .theme-blueGreen #dynamicId .main-content .register_box .card .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header, .theme-blueGreen #dynamicId .db-icons-wrapper .db-icons-inner, .theme-blueGreen #dynamicId .manage-dashboard-wrapper .dashboard-tabs, .theme-blueGreen #dynamicId .user-icons a, .theme-blueGreen .theme-skyblue #dynamicId .user-icons a, .theme-skyblue .theme-blueGreen #dynamicId .user-icons a, .theme-blueGreen .theme-skyblue #dynamicId .manage-dashboard-wrapper .dashboard-tabs, .theme-skyblue .theme-blueGreen #dynamicId .manage-dashboard-wrapper .dashboard-tabs, .theme-blueGreen .theme-skyblue #dynamicId .db-icons-wrapper .db-icons-inner, .theme-skyblue .theme-blueGreen #dynamicId .db-icons-wrapper .db-icons-inner {
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.16);
  transition: all 0.3s ease-out;
  border: 0;
}
.theme-blueGreen .theme-orange #dynamicId .db-icons-wrapper .db-icons-inner:hover, .theme-orange .theme-blueGreen #dynamicId .db-icons-wrapper .db-icons-inner:hover, .theme-blueGreen .theme-orange #dynamicId .manage-dashboard-wrapper .dashboard-tabs:hover, .theme-orange .theme-blueGreen #dynamicId .manage-dashboard-wrapper .dashboard-tabs:hover, .theme-blueGreen .theme-orange #dynamicId .user-icons a:hover, .theme-orange .theme-blueGreen #dynamicId .user-icons a:hover, .theme-blueGreen #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .card:hover, .theme-blueGreen #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header:hover, .theme-blueGreen #dynamicId .main-content .register_box .card .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header:hover, .theme-blueGreen #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card:hover, .theme-blueGreen #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header:hover, .theme-blueGreen #dynamicId .main-content .register_box .card .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header:hover, .theme-blueGreen #dynamicId .db-icons-wrapper .db-icons-inner:hover, .theme-blueGreen #dynamicId .manage-dashboard-wrapper .dashboard-tabs:hover, .theme-blueGreen #dynamicId .user-icons a:hover, .theme-blueGreen .theme-skyblue #dynamicId .user-icons a:hover, .theme-skyblue .theme-blueGreen #dynamicId .user-icons a:hover, .theme-blueGreen .theme-skyblue #dynamicId .manage-dashboard-wrapper .dashboard-tabs:hover, .theme-skyblue .theme-blueGreen #dynamicId .manage-dashboard-wrapper .dashboard-tabs:hover, .theme-blueGreen .theme-skyblue #dynamicId .db-icons-wrapper .db-icons-inner:hover, .theme-skyblue .theme-blueGreen #dynamicId .db-icons-wrapper .db-icons-inner:hover {
  box-shadow: 0px 0px 18px 8px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 18px 8px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 18px 8px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in;
}
.theme-blueGreen .theme-orange #dynamicId .shadow-effect, .theme-orange .theme-blueGreen #dynamicId .shadow-effect, .theme-blueGreen .theme-orange #dynamicId app-membership .become_volunteer-w .card, .theme-orange .theme-blueGreen #dynamicId app-membership .become_volunteer-w .card, .theme-blueGreen .theme-orange #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header, .theme-orange .theme-blueGreen #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card app-membership .become_volunteer-w .card-header, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card app-membership .become_volunteer-w .card-header, .theme-blueGreen #dynamicId .shadow-effect, .theme-blueGreen #dynamicId app-membership .become_volunteer-w .card, .theme-blueGreen .theme-orange #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header, .theme-orange .theme-blueGreen #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card app-membership .become_volunteer-w .card-header, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card app-membership .become_volunteer-w .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header app-membership .become_volunteer-w .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header app-membership .become_volunteer-w .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header app-membership .become_volunteer-w .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header app-membership .become_volunteer-w .card-header, .theme-blueGreen .theme-orange #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header .card-header, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header app-membership .become_volunteer-w .card-header, .theme-orange .theme-blueGreen #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header .card-header, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header app-membership .become_volunteer-w .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header .card-header .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header app-membership .become_volunteer-w .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header .card-header .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header app-membership .become_volunteer-w .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header .card-header .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header app-membership .become_volunteer-w .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header .card-header .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header app-membership .become_volunteer-w .card-header, .theme-blueGreen .theme-orange #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header .card-header .card-header, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header app-membership .become_volunteer-w .card-header, .theme-orange .theme-blueGreen #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header .card-header .card-header, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header app-membership .become_volunteer-w .card-header, .theme-blueGreen .theme-orange #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header .card-header, .theme-orange .theme-blueGreen #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header .card-header, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header app-membership .become_volunteer-w .card-header, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header app-membership .become_volunteer-w .card-header, .theme-blueGreen #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header, .theme-blueGreen .theme-orange #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header .card-header, .theme-orange .theme-blueGreen #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header .card-header .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header .card-header .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header .card-header .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header .card-header .card-header, .theme-blueGreen .theme-orange #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header .card-header .card-header, .theme-orange .theme-blueGreen #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header .card-header .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header .card-header .card-header .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header .card-header .card-header .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header .card-header .card-header .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header .card-header .card-header .card-header, .theme-blueGreen .theme-orange #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header .card-header .card-header .card-header, .theme-orange .theme-blueGreen #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header .card-header .card-header .card-header, .theme-blueGreen .theme-orange #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header .card-header .card-header, .theme-orange .theme-blueGreen #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header .card-header .card-header, .theme-blueGreen #dynamicId .main-content .register_box .card app-membership .become_volunteer-w .card-header, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header app-membership .become_volunteer-w .card-header, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header app-membership .become_volunteer-w .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header app-membership .become_volunteer-w .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header app-membership .become_volunteer-w .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header app-membership .become_volunteer-w .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header app-membership .become_volunteer-w .card-header, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header app-membership .become_volunteer-w .card-header, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header app-membership .become_volunteer-w .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header app-membership .become_volunteer-w .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header app-membership .become_volunteer-w .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header app-membership .become_volunteer-w .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header app-membership .become_volunteer-w .card-header, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header app-membership .become_volunteer-w .card-header, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header app-membership .become_volunteer-w .card-header, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header app-membership .become_volunteer-w .card-header, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header app-membership .become_volunteer-w .card-header, .theme-blueGreen .theme-skyblue #dynamicId app-membership .become_volunteer-w .card, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card app-membership .become_volunteer-w .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card app-membership .become_volunteer-w .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header app-membership .become_volunteer-w .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header app-membership .become_volunteer-w .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header app-membership .become_volunteer-w .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header app-membership .become_volunteer-w .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header app-membership .become_volunteer-w .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header app-membership .become_volunteer-w .card-header, .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header .card-header .card-header, .theme-blueGreen .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header app-membership .become_volunteer-w .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header .card-header .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header .card-header .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header app-membership .become_volunteer-w .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header app-membership .become_volunteer-w .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header .card-header .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header app-membership .become_volunteer-w .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header .card-header .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header app-membership .become_volunteer-w .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header .card-header .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header .card-header .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header app-membership .become_volunteer-w .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header app-membership .become_volunteer-w .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header .card-header .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header app-membership .become_volunteer-w .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header app-membership .become_volunteer-w .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header app-membership .become_volunteer-w .card-header, .theme-skyblue .theme-blueGreen #dynamicId app-membership .become_volunteer-w .card, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card app-membership .become_volunteer-w .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card app-membership .become_volunteer-w .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header app-membership .become_volunteer-w .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header app-membership .become_volunteer-w .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header app-membership .become_volunteer-w .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header app-membership .become_volunteer-w .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header app-membership .become_volunteer-w .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header app-membership .become_volunteer-w .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header .card-header .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header app-membership .become_volunteer-w .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header .card-header .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header app-membership .become_volunteer-w .card-header, .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header .card-header .card-header, .theme-skyblue .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header app-membership .become_volunteer-w .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header .card-header .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header .card-header .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header app-membership .become_volunteer-w .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header app-membership .become_volunteer-w .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header .card-header .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header app-membership .become_volunteer-w .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header .card-header .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header .card-header .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header app-membership .become_volunteer-w .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header app-membership .become_volunteer-w .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header app-membership .become_volunteer-w .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header app-membership .become_volunteer-w .card-header, .theme-blueGreen .theme-skyblue #dynamicId .shadow-effect, .theme-skyblue .theme-blueGreen #dynamicId .shadow-effect {
  box-shadow: 0px 0px 18px 8px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 18px 8px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 18px 8px rgba(0, 0, 0, 0.1);
}
.theme-blueGreen #dynamicId .badge-dark {
  background: #0e3f60;
  line-height: 25px;
  padding: 0 10px;
  border-radius: 100%;
}
.theme-blueGreen #dynamicId .header-side-left {
  border-right: 1px solid gray;
  border-bottom: 2px solid gray;
  height: 50px;
  width: 284px;
  margin-left: 15px;
  margin-bottom: -1px;
  background-color: #b1b1b1 !important;
}
.theme-blueGreen #dynamicId .icon {
  margin-top: 12px;
  font-size: 12px;
}
.theme-blueGreen #dynamicId .textWrap {
  float: left;
  padding: 1%;
  width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.theme-blueGreen #dynamicId .textWrapColumn {
  width: 100px !important;
}
.theme-blueGreen #dynamicId .textWrap:hover {
  text-overflow: clip;
  white-space: normal;
  word-break: break-all;
}
.theme-blueGreen #dynamicId .messageWrap {
  float: left;
  padding: 1%;
  width: 300px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.theme-blueGreen #dynamicId .eventWrap {
  float: left;
  padding: 1%;
  width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.theme-blueGreen #dynamicId .row-color {
  background-color: #EEEEEE;
}
.theme-blueGreen #dynamicId .sidebar {
  background-color: #bfbfbf;
}
.theme-blueGreen #dynamicId .sidebar .list-group a.list-group-item {
  background: #bfbfbf;
  color: #616364;
  text-decoration: none;
}
.theme-blueGreen #dynamicId .sidebar .list-group a.list-group-item .fa {
  margin-right: 10px;
}
.theme-blueGreen #dynamicId .sidebar-side-left {
  border-right: 1px solid #bfbfbf !important;
  height: 499px;
  width: 100%;
  background-color: #bfbfbf;
}
.theme-blueGreen #dynamicId .padding0 {
  padding-right: 0px !important;
  padding-left: 0px !important;
}
.theme-blueGreen #dynamicId .div {
  border-bottom: 2px solid white;
  background-color: #bfbfbf;
}
.theme-blueGreen #dynamicId .div .btnFileUpload {
  margin-left: 25px !important;
}
.theme-blueGreen #dynamicId .panel {
  margin-bottom: 0px !important;
  border: 0px !important;
}
.theme-blueGreen #dynamicId .div:hover {
  background-color: #bfbfbf !important;
}
.theme-blueGreen #dynamicId .div a:hover {
  background-color: #bfbfbf !important;
}
.theme-blueGreen #dynamicId .div a {
  background-color: #bfbfbf;
  border-color: #bfbfbf;
  font-size: 12px;
}
.theme-blueGreen #dynamicId .border-left {
  border-left: 1px solid gainsboro;
}
.theme-blueGreen #dynamicId .sidemenu {
  height: 500px;
  overflow-y: auto;
  overflow-x: hidden;
}
.theme-blueGreen #dynamicId .padding0 {
  padding-right: 0px !important;
  padding-left: 0px !important;
}
.theme-blueGreen #dynamicId .side {
  margin-left: 0px;
  margin-right: 0px;
  border: 1px solid;
}
.theme-blueGreen #dynamicId .preheader {
  height: 30px !important;
  margin-left: 15px !important;
  background-color: #b1b1b1;
  width: 1140px;
}
.theme-blueGreen #dynamicId .layoutcontainer {
  margin-top: 40px;
}
.theme-blueGreen #dynamicId #div1 {
  width: 232px;
  margin-left: 15px;
}
.theme-blueGreen #dynamicId #mydiv {
  background-color: #EEEEEE !important;
  border: 1px solid gray;
  padding: 6%;
  max-height: 400px !important;
  overflow-y: scroll;
}
.theme-blueGreen #dynamicId #authenticationdiv {
  width: 41em;
  background-color: #EEEEEE !important;
  border: 1px solid gray;
  padding: 6%;
}
.theme-blueGreen #dynamicId .tableRow {
  margin-left: 19px;
}
.theme-blueGreen #dynamicId .alertDiv {
  margin-left: 18px;
}
.theme-blueGreen #dynamicId .sizeAlertDiv {
  width: 239px;
  margin-top: 44px;
  margin-left: 11px;
}
.theme-blueGreen #dynamicId .margin-top {
  margin-top: 150px;
}
.theme-blueGreen #dynamicId #register {
  font-size: 21px;
  margin-top: -15px;
}
.theme-blueGreen #dynamicId .fa {
  padding-top: 4px;
}
.theme-blueGreen #dynamicId .authcheckbox {
  padding-right: 13% !important;
}
.theme-blueGreen #dynamicId input[type=checkbox] {
  width: 15px;
  height: 14px;
  cursor: pointer;
  margin-top: 0px;
}
.theme-blueGreen #dynamicId .successAlert {
  margin-top: 20px;
}
.theme-blueGreen #dynamicId .sideMenu {
  height: 500px;
  margin: 0px !important;
}
.theme-blueGreen #dynamicId .btnClass {
  background-color: #EEEEEE;
}
.theme-blueGreen #dynamicId .btn {
  font-size: 12px;
  border: 1px solid gray;
  color: #616364 !important;
  border-radius: 2%;
}
.theme-blueGreen #dynamicId .btnwidth {
  width: 130px;
  height: 34px;
  margin-left: -24px;
}
.theme-blueGreen #dynamicId .drop-zone {
  border: 1px solid white !important;
  margin-top: -72px !important;
}
.theme-blueGreen #dynamicId .content {
  color: #616364 !important;
  margin-top: -22px !important;
  margin-left: 51px !important;
}
.theme-blueGreen #dynamicId .linkClr {
  color: #337ab7;
  text-decoration: underline;
}
.theme-blueGreen #dynamicId .error {
  margin-top: 30px;
}
.theme-blueGreen #dynamicId .dragDropProgress {
  height: 5px !important;
  width: 50% !important;
  margin-left: 14px !important;
  margin-top: 9px;
  background-color: gray;
}
.theme-blueGreen #dynamicId .dragDrop {
  color: #A5A4BF;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  height: 72px;
  margin: auto;
}
.theme-blueGreen #dynamicId .uploadNameStyle {
  margin-left: 224px;
}
.theme-blueGreen #dynamicId .uploadNameTable {
  border-top: 1px solid white !important;
}
.theme-blueGreen #dynamicId .uploadProgress {
  height: 5px !important;
  width: 64% !important;
  margin-left: 223px !important;
  margin-top: 9px;
  background-color: #616364;
}
.theme-blueGreen #dynamicId .startBtn {
  margin-left: 11px;
}
.theme-blueGreen #dynamicId #block_container {
  margin-left: 16%;
}
.theme-blueGreen #dynamicId #bloc1,
.theme-blueGreen #dynamicId #bloc2 {
  display: inline;
}
.theme-blueGreen #dynamicId .modalbtn {
  width: 25%;
  height: 34px;
}
.theme-blueGreen #dynamicId .confirmLabel {
  margin-left: 40%;
  margin-top: 1%;
}
.theme-blueGreen #dynamicId .mailid {
  padding: 3%;
  padding-left: 3%;
}
.theme-blueGreen #dynamicId button.modalClose {
  margin-top: 6px !important;
  border: solid;
  margin-right: 22px;
}
.theme-blueGreen #dynamicId .csvIcon {
  font-size: 5em;
  margin-top: 24px;
  margin-left: 14px;
  color: #bfbfbf;
}
.theme-blueGreen #dynamicId .fileIcon {
  color: #bfbfbf;
}
.theme-blueGreen #dynamicId label {
  padding-top: 6px;
}
.theme-blueGreen #dynamicId input[type=text],
.theme-blueGreen #dynamicId input[type=password] {
  height: 30px;
}
.theme-blueGreen #dynamicId .field {
  text-align: right;
}
.theme-blueGreen #dynamicId .mail {
  padding: 3%;
  padding-left: 1%;
  margin-left: 4%;
}
.theme-blueGreen #dynamicId .popover {
  width: 100%;
  max-width: 300px;
  top: 17px !important;
}
.theme-blueGreen #dynamicId .regionbtn {
  padding-right: 34%;
}
.theme-blueGreen #dynamicId .region:before {
  top: -95% !important;
}
.theme-blueGreen #dynamicId .region {
  left: 68% !important;
}
.theme-blueGreen #dynamicId #regiondiv {
  width: 75em;
  background-color: gainsboro !important;
  border: 1px solid gray;
  margin-left: -27%;
  padding: 2%;
}
.theme-blueGreen #dynamicId .region-require {
  text-align: left !important;
  padding-left: 12%;
}
.theme-blueGreen #dynamicId .region-fa {
  padding: 3%;
}
.theme-blueGreen #dynamicId select {
  width: inherit;
  height: 32px;
}
.theme-blueGreen #dynamicId .region-help {
  background-color: white;
  height: inherit;
  padding: 1.5%;
}
.theme-blueGreen #dynamicId .fixed-button {
  margin-left: 281px;
}
.theme-blueGreen #dynamicId .text {
  width: inherit;
  height: 32px;
}
.theme-blueGreen #dynamicId .input-group-addon {
  border: 0px;
}
.theme-blueGreen #dynamicId .textbox {
  width: 107%;
  height: 33px;
}
.theme-blueGreen #dynamicId .textalert {
  width: inherit;
}
.theme-blueGreen #dynamicId .w100p {
  width: 100% !important;
}
.theme-blueGreen #dynamicId .model-custom-class {
  max-height: 500px !important;
}
.theme-blueGreen #dynamicId .border-right {
  border-right: 1px solid gray;
}
.theme-blueGreen #dynamicId .region-header {
  font-size: 17px;
  margin-top: 1%;
  margin-bottom: 1%;
}
.theme-blueGreen #dynamicId .address-header {
  font-size: 15px;
  margin-bottom: 2%;
}
.theme-blueGreen #dynamicId .region-btn {
  margin-top: 4%;
  margin-bottom: 4%;
}
.theme-blueGreen #dynamicId .region-save-btn {
  margin-left: -3%;
  color: white;
}
.theme-blueGreen #dynamicId .border {
  border: 1px solid gray;
}
.theme-blueGreen #dynamicId .border-dark {
  border: 1px solid #dddddd;
}
.theme-blueGreen #dynamicId .border-bottom {
  border-bottom: 1px solid gray;
}
.theme-blueGreen #dynamicId .role {
  height: 40px;
  font-size: 14px;
  padding-top: 1%;
  padding-left: 3%;
}
.theme-blueGreen #dynamicId .collapse1 {
  overflow-y: scroll;
  height: 170px;
  background-color: white;
}
.theme-blueGreen #dynamicId .thead {
  background-color: #bfbfbf !important;
}
.theme-blueGreen #dynamicId .padding {
  padding: 2%;
}
.theme-blueGreen #dynamicId .wizardbtn {
  width: 130px;
  height: 34px;
}
.theme-blueGreen #dynamicId .definerolesRole {
  margin-left: -3%;
}
.theme-blueGreen #dynamicId .officialsEmail {
  margin-left: 0% !important;
}
.theme-blueGreen #dynamicId .officialsname {
  margin-left: -5%;
}
.theme-blueGreen #dynamicId #saveContinue {
  margin-left: 387px;
  margin-top: 16px;
}
.theme-blueGreen #dynamicId .image {
  height: 124px;
  width: 184px;
  border: dotted;
  border-color: gray;
  background-color: white;
}
.theme-blueGreen #dynamicId .image [id=camera] {
  display: inline-block;
  font-size: 40px;
  line-height: 50px;
  background-color: white;
  color: gray;
  width: 25px;
  height: 25px;
  text-align: center;
  vertical-align: bottom;
}
.theme-blueGreen #dynamicId .image [type=file] {
  opacity: 0;
  height: 120px;
  position: fixed;
}
.theme-blueGreen #dynamicId .row1 {
  margin-top: 8px;
}
.theme-blueGreen #dynamicId .pageLayout {
  background-color: #EEEEEE;
  border-color: gray;
}
.theme-blueGreen #dynamicId .imagetext {
  margin-top: 71px;
}
.theme-blueGreen #dynamicId .image-save-btn {
  margin-left: -1%;
}
.theme-blueGreen #dynamicId .btnProcess {
  margin-top: 35px;
  width: 130px;
  height: 34px;
}
.theme-blueGreen #dynamicId .dragBtn {
  margin-left: -28px;
  margin-top: 35px;
  width: 130px;
  height: 34px;
}
.theme-blueGreen #dynamicId .processHeader {
  border-bottom: 0px !important;
}
.theme-blueGreen #dynamicId .processLayout {
  width: 66%;
}
.theme-blueGreen #dynamicId .processFont {
  margin-left: 5px;
}
.theme-blueGreen #dynamicId .processName {
  margin-left: 27px;
}
.theme-blueGreen #dynamicId .fileUpload {
  margin-left: 47px;
}
.theme-blueGreen #dynamicId .processText {
  width: 100%;
}
.theme-blueGreen #dynamicId .processDesc {
  padding: 10px !important;
  height: 90px;
  margin-top: 10px !important;
}
.theme-blueGreen #dynamicId .processDescription {
  overflow-y: scroll;
  border: 1px solid gray;
  width: 335px;
  height: 80px;
  margin-left: 4px;
}
.theme-blueGreen #dynamicId .modalLayout {
  margin-top: -10px;
  width: 750px;
}
.theme-blueGreen #dynamicId .modalWidth {
  margin-top: -35px;
  margin-left: -110px;
}
.theme-blueGreen #dynamicId .processModal {
  overflow-y: scroll;
  height: 428px;
  margin-bottom: 20px;
}
.theme-blueGreen #dynamicId .angleRight {
  margin-left: 5px;
}
.theme-blueGreen #dynamicId .itebreadcrumbItem4 {
  margin-left: -9px;
}
.theme-blueGreen #dynamicId .manageSettings {
  margin-top: 10px;
  text-decoration: underline;
}
.theme-blueGreen #dynamicId .pointer {
  cursor: pointer !important;
}
.theme-blueGreen #dynamicId .csvFile {
  border: 1px #d0d0db dashed;
  padding: 15px;
  font-size: 14px;
  height: 158px;
  position: relative;
}
.theme-blueGreen #dynamicId .csvFile [type=file] {
  opacity: 0;
  z-index: -1;
  height: 0px;
}
.theme-blueGreen #dynamicId .margin8 {
  margin: 8%;
}
.theme-blueGreen #dynamicId .height50px {
  top: 30px !important;
  left: 3px;
}
.theme-blueGreen #dynamicId .padding1per {
  padding: 1% !important;
}
.theme-blueGreen #dynamicId .steps {
  margin: 10px 0px;
  text-align: center;
}
.theme-blueGreen #dynamicId .username {
  margin-bottom: 21px !important;
}
.theme-blueGreen #dynamicId #register-auth {
  font-size: 21px;
  margin-top: -5%;
}
.theme-blueGreen #dynamicId .auth {
  margin-left: -6px;
  margin-top: 4%;
}
.theme-blueGreen #dynamicId .loginbtn {
  width: 130px;
  height: 34px;
  margin-left: 35%;
}
.theme-blueGreen #dynamicId .loginbtnrow {
  margin-left: 3%;
}
.theme-blueGreen #dynamicId .forgotPswrdModal {
  border-radius: 0% !important;
  border: 0;
}
.theme-blueGreen #dynamicId .longBtn {
  width: 111%;
}
.theme-blueGreen #dynamicId .popover-content {
  padding: 12px 14px;
  font-family: "Exo 2", sans-serif;
}
.theme-blueGreen #dynamicId .tableHead {
  background: #bfbfbf;
}
.theme-blueGreen #dynamicId .tablewidth {
  width: 87% !important;
  margin-left: 32px;
}
.theme-blueGreen #dynamicId .createProcessBtn {
  margin-left: 16px;
}
.theme-blueGreen #dynamicId .table thead.bg-light {
  color: #000 !important;
}
.theme-blueGreen #dynamicId .table thead > tr > th {
  border-top: 0;
  background-color: #fffcd6;
}
.theme-blueGreen #dynamicId .table > tbody > tr > td {
  padding: 5px 10px;
  color: rgba(129, 129, 129, 0.8);
}
.theme-blueGreen #dynamicId .custom-breadcrumb {
  list-style: none;
  overflow: hidden;
  width: 100%;
}
.theme-blueGreen #dynamicId .custom-breadcrumb li {
  text-decoration: none;
  padding: 10px 0 10px 50px;
  position: relative;
  display: block;
  float: left;
  margin-left: 20px;
}
.theme-blueGreen #dynamicId .custom-breadcrumb li:after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;
  position: absolute;
  top: 50%;
  margin-top: -50px;
  left: 100%;
  z-index: 2;
}
.theme-blueGreen #dynamicId .custom-breadcrumb li:before {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;
  border-left: 61px solid white;
  position: absolute;
  top: 50%;
  margin-top: -50px;
  margin-left: 1px;
  left: 100%;
  z-index: 1;
}
.theme-blueGreen #dynamicId .white-crumb:after {
  border-left: 60px solid #e8e8ea;
}
.theme-blueGreen #dynamicId .white-crumb {
  background: #e8e8ea;
  color: #848484;
}
.theme-blueGreen #dynamicId .white-crumb.active {
  background: #A5A4BF;
  filter: alpha(opacity=100);
  color: white;
}
.theme-blueGreen #dynamicId .white-crumb.active:after {
  border-left: 60px solid #A5A4BF;
}
.theme-blueGreen #dynamicId .bc-icons-2 .breadcrumb-item + .breadcrumb-item::before {
  content: none;
}
.theme-blueGreen #dynamicId .breadcrumb {
  background-color: gainsboro;
}
.theme-blueGreen #dynamicId .mappingSteps {
  margin: 2%;
}
.theme-blueGreen #dynamicId .map {
  font-size: 26px;
  margin-left: 0%;
}
.theme-blueGreen #dynamicId .bulktarget {
  float: right;
  margin-top: 7%;
}
.theme-blueGreen #dynamicId .map2 {
  margin: 0;
}
.theme-blueGreen #dynamicId .arrow {
  height: 45px;
  display: block;
  text-align: center;
  line-height: 60px;
}
.theme-blueGreen #dynamicId .arrow i {
  color: #a5a4bf;
  font-size: 24px;
}
.theme-blueGreen #dynamicId .arrow1 {
  height: 49px;
}
.theme-blueGreen #dynamicId .mappingdata:after {
  color: red;
  content: " *";
}
.theme-blueGreen #dynamicId .alert-red {
  background: #F9DEDE;
}
.theme-blueGreen #dynamicId .alert-yellow {
  background: #FFF1D2;
}
.theme-blueGreen #dynamicId .alert-green {
  background: #E7F4E4;
}
.theme-blueGreen #dynamicId .processdesc {
  width: 224px;
  height: 72px;
}
.theme-blueGreen #dynamicId #startbtn {
  float: left;
  margin-left: 13px;
}
.theme-blueGreen #dynamicId .tab,
.theme-blueGreen #dynamicId .bulkUploadTab {
  display: none;
}
.theme-blueGreen #dynamicId .step,
.theme-blueGreen #dynamicId .step1 {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: gray;
  border: none;
  border-radius: 50%;
  display: inline-block;
}
.theme-blueGreen #dynamicId .step.finish {
  background-color: #4CAF50;
}
.theme-blueGreen #dynamicId .layoutData {
  overflow-y: auto;
  overflow-x: hidden;
  height: 489px;
}
.theme-blueGreen #dynamicId .collapsed .list-group-item {
  padding: none !important;
}
.theme-blueGreen #dynamicId div#sidebar.active ~ .layoutData {
  width: 1017px !important;
}
.theme-blueGreen #dynamicId #sidebar.active {
  min-width: 121px !important;
  max-width: 114px;
  margin-left: 0px !important;
  font-size: 11px !important;
}
.theme-blueGreen #dynamicId div.side > div#sidebar.active > div.layoutData {
  width: 1017px !important;
}
.theme-blueGreen #dynamicId .socialradio {
  margin-left: 6px;
}
.theme-blueGreen #dynamicId #levelMgmtTextbox {
  width: 232px;
  margin-left: 15px;
}
.theme-blueGreen #dynamicId .wizardalert {
  width: 65%;
}
.theme-blueGreen #dynamicId .rolesDetailsScroll {
  max-height: 200px !important;
  overflow-y: scroll;
}
.theme-blueGreen #dynamicId .levelNameAlert {
  width: 233px;
  margin-left: 14px;
  margin-top: 1%;
}
.theme-blueGreen #dynamicId .levelTypeAlert {
  width: 233px;
  margin-top: 1%;
}
.theme-blueGreen #dynamicId .social_svg_wrapper svg {
  position: fixed;
  width: 23%;
  height: 106%;
  top: 44%;
  left: -5%;
  stroke: white;
}
.theme-blueGreen #dynamicId .selectregion_svg_wrapper svg {
  position: fixed;
  width: 23%;
  height: 106%;
  top: 21%;
  left: -5%;
  stroke: white;
}
.theme-blueGreen #dynamicId .levelregion_svg_wrapper svg {
  position: fixed;
  width: 23%;
  height: 106%;
  top: 32%;
  left: -4%;
  stroke: white;
}
.theme-blueGreen #dynamicId .enjoyhint_svg_wrapper svg {
  position: fixed;
  width: 23%;
  height: 106%;
  top: 13%;
  left: -4%;
  stroke: white;
}
@media (max-width: 414px) {
  .theme-blueGreen #dynamicId {
    left: -14%;
  }
}
.theme-blueGreen #dynamicId .enjoy_hint_label {
  position: fixed;
  color: black;
  z-index: 107;
  font-size: 15px;
  top: 100%;
  left: -7%;
}
.theme-blueGreen #dynamicId .path {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: dash 2s linear forwards;
}
@keyframes dash {
  from {
    stroke-dashoffset: 1000;
  }
  to {
    stroke-dashoffset: 0;
  }
}
.theme-blueGreen #dynamicId .modal-backdrop {
  opacity: 0.3 !important;
}
.theme-blueGreen #dynamicId .breadcrumb-dynamic li {
  display: inline;
}
.theme-blueGreen #dynamicId .breadcrumb-dynamic > li + li {
  padding-left: 0;
}
.theme-blueGreen #dynamicId .breadcrumb-dynamic > li + li:before {
  content: "\f105";
  padding: 0 5px;
  color: #000000;
  font-family: FontAwesome;
}
.theme-blueGreen #dynamicId .breadcrumb-dynamic {
  margin-left: -18px;
  padding: 20px;
  margin-bottom: 0;
}
.theme-blueGreen #dynamicId .breadcrumb-dynamic a {
  color: #000000;
}
.theme-blueGreen #dynamicId .breadcrumb-dynamic li:last-of-type a {
  color: #0e3f60;
}
.theme-blueGreen #dynamicId .user-info {
  margin-left: 31px;
}
.theme-blueGreen #dynamicId .manage-users-anchor {
  width: 37px;
  display: block;
}
.theme-blueGreen #dynamicId .add-user {
  margin-left: 14px;
}
.theme-blueGreen #dynamicId .upload-users {
  margin-left: 42px;
}
.theme-blueGreen #dynamicId .search-user {
  margin-left: 17px;
}
.theme-blueGreen #dynamicId .settings {
  margin-left: 2px;
  font-size: 26px;
  margin-top: -16px;
  margin-bottom: 22px;
}
.theme-blueGreen #dynamicId .addhref {
  margin-left: 3px;
  margin-bottom: -24px;
  font-size: 14px;
}
.theme-blueGreen #dynamicId .settings-table {
  width: 60% !important;
}
.theme-blueGreen #dynamicId .settings-table .table-bordered > thead > tr > th,
.theme-blueGreen #dynamicId .settings-table .table-bordered > thead > tr > td,
.theme-blueGreen #dynamicId .table-bordered > tbody > tr > th,
.theme-blueGreen #dynamicId .table-bordered > tbody > tr > td,
.theme-blueGreen #dynamicId .table-bordered > tfoot > tr > th,
.theme-blueGreen #dynamicId .table-bordered > tfoot > tr > td {
  border: 1px solid #ddd !important;
}
.theme-blueGreen #dynamicId .settings-table-th {
  background-color: #bfbfbf;
  border: 1px solid #bfbfbf !important;
}
.theme-blueGreen #dynamicId .add-field-modal {
  width: 72%;
}
.theme-blueGreen #dynamicId .add-field-cancel {
  margin-top: -26px;
  margin-right: 9px;
  margin-bottom: 15px;
}
.theme-blueGreen #dynamicId .add-modal-title {
  margin-top: 20px;
  margin-left: 11px;
  margin-bottom: -22px;
}
.theme-blueGreen #dynamicId .settings-container {
  width: 60%;
  border: 1px solid;
  margin-bottom: 23px;
  margin-left: 7px;
}
.theme-blueGreen #dynamicId .settings-input {
  width: 70% !important;
}
.theme-blueGreen #dynamicId .settings-button-row {
  margin-bottom: 17px;
}
.theme-blueGreen #dynamicId .gmailAlert {
  width: 42%;
  margin-top: 1%;
  margin-left: 58%;
}
.theme-blueGreen #dynamicId .nav-tabs {
  border-bottom: 1px solid #ddd;
}
.theme-blueGreen #dynamicId #exTab2 .nav-tabs li {
  margin-right: 20px;
  display: inline-block;
  padding: 10px 0;
}
.theme-blueGreen #dynamicId #exTab2 .nav-tabs li a {
  font-size: 1.125rem;
  font-weight: 600;
  color: #A5A4BF !important;
}
.theme-blueGreen #dynamicId #exTab2 .nav-tabs li a.active {
  border: 0;
  position: relative;
  color: #00a650 !important;
}
.theme-blueGreen #dynamicId #exTab2 .nav-tabs li a.active:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  background: #00a650;
  bottom: -13px;
}
.theme-blueGreen #dynamicId #exTab2 h3, .theme-blueGreen #dynamicId #exTab2 .h3 {
  padding: 5px 15px;
}
.theme-blueGreen #dynamicId #exTab1 .nav-pills > li > a {
  border-radius: 0;
}
.theme-blueGreen #dynamicId #exTab3 .nav-pills > li > a {
  border-radius: 4px 4px 0 0;
}
.theme-blueGreen #dynamicId #exTab3 .tab-content {
  color: white;
  background-color: #428bca;
  padding: 5px 15px;
}
.theme-blueGreen #dynamicId .noData {
  display: inline-block;
  margin-top: 20px;
  text-align: center;
  width: 100%;
}
.theme-blueGreen #dynamicId .addUser {
  width: 30%;
  height: 35px;
  margin-left: 35%;
}
.theme-blueGreen #dynamicId .cancelUser {
  width: 32%;
  height: 35px;
  margin-left: 2%;
}
.theme-blueGreen #dynamicId .removeLink {
  margin-left: 71%;
  margin-top: -5%;
}
.theme-blueGreen #dynamicId .ngx-datatable.bootstrap .datatable-body .datatable-body-row.active {
  background-color: #ddd !important;
  color: black !important;
}
.theme-blueGreen #dynamicId .ngx-datatable.bootstrap .datatable-footer .datatable-pager a {
  color: #428bca !important;
}
.theme-blueGreen #dynamicId .settingsPopup {
  width: 70%;
  height: 45px;
}
.theme-blueGreen #dynamicId .dynamicFieldHeight {
  height: 30px;
}
.theme-blueGreen #dynamicId .checkBoxPlacing {
  margin-left: -82px;
}
.theme-blueGreen #dynamicId .optionValidation {
  width: 70%;
  height: 45px;
  margin-top: 4px;
}
.theme-blueGreen #dynamicId .noDataMsg {
  margin-left: 2%;
  width: 96%;
  color: red;
}
.theme-blueGreen #dynamicId .successMsg {
  margin: 0 auto;
  width: 97.5%;
}
.theme-blueGreen #dynamicId .createButton {
  margin-left: 74%;
  margin-top: -3%;
}
.theme-blueGreen #dynamicId #searchButton {
  background: none;
  border: 0;
}
.theme-blueGreen #dynamicId #searchIcon {
  display: inline-block;
  padding-top: 0px;
  padding-right: 18px;
}
.theme-blueGreen #dynamicId .textMessage {
  width: 83%;
  margin-left: 1%;
  height: 105px !important;
}
.theme-blueGreen #dynamicId .textEvent {
  width: 90%;
  margin-left: 20px;
}
.theme-blueGreen #dynamicId .eventDesc {
  width: 90%;
  margin-left: 20px;
  height: 105px !important;
}
.theme-blueGreen #dynamicId .textMessage {
  margin-left: 3%;
}
.theme-blueGreen #dynamicId .radiobtn {
  margin-left: 3%;
}
.theme-blueGreen #dynamicId .saveBtn {
  width: 130px;
  height: 34px;
  margin-left: 5%;
}
.theme-blueGreen #dynamicId .cancelBtn {
  width: 130px;
  height: 34px;
  margin-left: 1%;
}
.theme-blueGreen #dynamicId .viewMsgLabel {
  margin-left: 3%;
}
.theme-blueGreen #dynamicId .donateHeader {
  border: 1px solid gray;
  margin-left: 0px;
  margin-right: 0px;
  height: 43px;
}
.theme-blueGreen #dynamicId .headerText {
  margin-top: 13px;
}
.theme-blueGreen #dynamicId .donateLabel {
  border-right: 1px solid;
  margin-left: 0px;
  margin-right: 0px;
  border-left: 1px solid gray;
}
.theme-blueGreen #dynamicId .sideBar {
  margin-left: 0px;
  margin-right: 0px;
  border-right: 1px solid;
  border-left: 1px solid;
  border-bottom: 1px solid;
  height: 550px;
}
.theme-blueGreen #dynamicId .sideBarView {
  margin-left: 1%;
  height: 394px;
}
.theme-blueGreen #dynamicId .amountText {
  width: 100%;
}
.theme-blueGreen #dynamicId .donateBtn {
  width: 130px;
  height: 34px;
  margin-left: 2%;
}
.theme-blueGreen #dynamicId .tranSummary {
  border: 1px solid rgb(197, 195, 195);
  height: 59%;
  width: 98%;
  margin-left: 1%;
}
.theme-blueGreen #dynamicId .dateLabel {
  margin-left: 18%;
}
.theme-blueGreen #dynamicId .datePipe {
  margin-top: 4px;
}
.theme-blueGreen #dynamicId .not-active {
  pointer-events: none;
  cursor: default;
  opacity: 0.6;
}
.theme-blueGreen #dynamicId .cancelSaveFields {
  margin-left: 9%;
}
.theme-blueGreen #dynamicId .startDonate {
  margin-left: 2%;
  padding: 1%;
}
.theme-blueGreen #dynamicId .startDonateDate {
  margin-left: 5%;
}
.theme-blueGreen #dynamicId .eventPhoto {
  margin-left: 4%;
}
.theme-blueGreen #dynamicId .nav-tabs > li.active > a,
.theme-blueGreen #dynamicId .nav-tabs > li.active > a:focus,
.theme-blueGreen #dynamicId .nav-tabs > li.active > a:hover {
  color: #555;
  cursor: default;
  background-color: #fff;
  border-top: 1px;
  border-right: 1px;
  border-left: 1px;
  border-bottom: 1px solid !important;
}
.theme-blueGreen #dynamicId .nav-tabs {
  border-bottom: 1px solid #ddd;
}
.theme-blueGreen #dynamicId .activity {
  border: 1px solid #dbdbdb;
  padding-bottom: 0px;
}
.theme-blueGreen #dynamicId .btn-default.active,
.theme-blueGreen #dynamicId .btn-default:active,
.theme-blueGreen #dynamicId .open > .dropdown-toggle.btn-default {
  background-color: white !important;
}
.theme-blueGreen #dynamicId .a.list-group-item:hover,
.theme-blueGreen #dynamicId a.list-group-item:focus,
.theme-blueGreen #dynamicId button.list-group-item:hover,
.theme-blueGreen #dynamicId button.list-group-item:focus {
  background-color: #bfbfbf !important;
}
.theme-blueGreen #dynamicId .dontaion_fildes {
  color: red;
}
.theme-blueGreen #dynamicId .datewithPlaceLeft {
  width: 46%;
  float: left;
  margin-bottom: 4%;
}
.theme-blueGreen #dynamicId .datewithPlaceRight {
  width: 50%;
  float: right;
  margin-bottom: 4%;
}
.theme-blueGreen #dynamicId .dateField {
  margin-left: 20px;
  width: 79%;
}
.theme-blueGreen #dynamicId .uploadImage {
  height: 140px;
  width: 90%;
  border: 2px #b1b1b1 dashed;
  background-color: white;
  margin-left: 20px;
}
.theme-blueGreen #dynamicId .eventIcon {
  margin-top: 22px;
  margin-left: 3%;
}
.theme-blueGreen #dynamicId .uploadImage [type=file] {
  opacity: 0;
  z-index: -1;
  height: 0px;
}
.theme-blueGreen #dynamicId .donateSwitch {
  margin-left: 19px;
  margin-top: 0%;
}
.theme-blueGreen #dynamicId .switch {
  font-size: 16px;
  position: relative;
}
.theme-blueGreen #dynamicId .switch input {
  position: absolute;
  height: 1px;
  width: 1px;
  background: none;
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  overflow: hidden;
  padding: 0;
}
.theme-blueGreen #dynamicId .switch input + label {
  position: relative;
  min-width: 60.8px;
  border-radius: 30.4px;
  height: 30.4px;
  line-height: 30.4px;
  display: inline-block;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
          user-select: none;
  vertical-align: middle;
  text-indent: 68.8px;
}
.theme-blueGreen #dynamicId .switch input + label::before,
.theme-blueGreen #dynamicId .switch input + label::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 60.8px;
  bottom: 0;
  display: block;
}
.theme-blueGreen #dynamicId .switch input + label::before {
  right: 0;
  background-color: #dee2e6;
  border-radius: 30.4px;
  transition: 0.2s all;
}
.theme-blueGreen #dynamicId .switch input + label::after {
  top: 2px;
  left: 2px;
  width: 26.4px;
  height: 26.4px;
  border-radius: 50%;
  background-color: white;
  transition: 0.2s all;
}
.theme-blueGreen #dynamicId .switch input:checked + label::before {
  background-color: gray;
}
.theme-blueGreen #dynamicId .switch input:checked + label::after {
  margin-left: 30.4px;
}
.theme-blueGreen #dynamicId .switch input:focus + label::before {
  outline: none;
}
.theme-blueGreen #dynamicId .switch input:disabled + label {
  color: #868e96;
  cursor: not-allowed;
}
.theme-blueGreen #dynamicId .switch input:disabled + label::before {
  background-color: #e9ecef;
}
.theme-blueGreen #dynamicId .switch.switch-sm {
  font-size: 14px;
}
.theme-blueGreen #dynamicId .switch.switch-sm input + label {
  min-width: 49.6px;
  height: 24.8px;
  line-height: 24.8px;
  text-indent: 57.6px;
}
.theme-blueGreen #dynamicId .switch.switch-sm input + label::before {
  width: 49.6px;
}
.theme-blueGreen #dynamicId .switch.switch-sm input + label::after {
  width: 20.8px;
  height: 20.8px;
}
.theme-blueGreen #dynamicId .switch.switch-sm input:checked + label::after {
  margin-left: 24.8px;
}
.theme-blueGreen #dynamicId .switch.switch-lg {
  font-size: 20px;
}
.theme-blueGreen #dynamicId .switch.switch-lg input + label {
  min-width: 76.8px;
  height: 38.4px;
  line-height: 38.4px;
  text-indent: 84.8px;
}
.theme-blueGreen #dynamicId .switch.switch-lg input + label::before {
  width: 76.8px;
}
.theme-blueGreen #dynamicId .switch.switch-lg input + label::after {
  width: 34.4px;
  height: 34.4px;
}
.theme-blueGreen #dynamicId .switch.switch-lg input:checked + label::after {
  margin-left: 38.4px;
}
.theme-blueGreen #dynamicId .switch + .switch {
  margin-left: 16px;
}
.theme-blueGreen #dynamicId .viewevntLabel {
  margin-left: 11%;
}
.theme-blueGreen #dynamicId .modalEvntBtn {
  width: 18%;
  margin-left: 12%;
}
.theme-blueGreen #dynamicId .eventTime {
  margin: auto;
}
.theme-blueGreen #dynamicId .eventTime label {
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.theme-blueGreen #dynamicId .eventShareButton {
  border-color: white !important;
  border: 0px !important;
  color: #000000;
  position: relative;
  text-transform: capitalize;
}
.theme-blueGreen #dynamicId .eventShareButton:after {
  content: none;
  position: absolute;
  top: 12px;
  transition: all 0.3s ease-in;
}
.theme-blueGreen #dynamicId .eventShareButton:hover:after {
  content: "";
  transition: all 0.3s ease-out;
  color: #0e3f60;
}
.theme-blueGreen #dynamicId .eventShareButton .badge {
  position: absolute;
  left: 0px;
  top: 0;
  width: 16px;
  height: 16px;
  border-radius: 10px;
  line-height: 0px;
  padding: 0;
  text-align: center;
  line-height: 14px;
  font-size: 8px;
}
.theme-blueGreen #dynamicId .eventButton {
  border-color: white !important;
  border: 0px !important;
  width: auto;
  max-width: 90%;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #000000;
}
.theme-blueGreen #dynamicId .eventButton img {
  filter: invert(40%) sepia(61%) saturate(4070%) hue-rotate(131deg) brightness(97%) contrast(102%);
}
.theme-blueGreen #dynamicId .eventButton:after {
  content: none;
  position: absolute;
  top: 12px;
  transition: all 0.3s ease-in;
}
.theme-blueGreen #dynamicId .eventButton:hover:after {
  content: "";
  transition: all 0.3s ease-out;
}
.theme-blueGreen #dynamicId .userAuthenticationdivOTP {
  width: 50%;
  border: 1px solid gray;
  height: auto;
  margin-left: 24%;
  margin-top: 2%;
}
.theme-blueGreen #dynamicId .otpHeading {
  margin-left: 19%;
  margin-top: 3%;
}
.theme-blueGreen #dynamicId .otpHelp {
  margin-left: 19%;
}
.theme-blueGreen #dynamicId .otpTextBox {
  margin-left: 19%;
  width: 66%;
}
.theme-blueGreen #dynamicId .otpButtons {
  margin-left: 17%;
  margin-top: 2%;
  margin-bottom: 4%;
}
.theme-blueGreen #dynamicId .mobileButtons {
  margin-left: 6%;
  margin-top: 2%;
  margin-bottom: 6%;
}
.theme-blueGreen #dynamicId .mobileTextBox {
  margin-left: 8%;
  width: 68%;
}
.theme-blueGreen #dynamicId .mobileHeading {
  margin-left: 8%;
  margin-top: 10%;
}
.theme-blueGreen #dynamicId .mobileDiv {
  height: auto;
  width: 46%;
  border: 1px solid gray;
  margin-top: 6%;
  margin-left: 26%;
}
.theme-blueGreen #dynamicId .mobileAlert {
  width: 63%;
  margin-left: 18%;
  margin-top: 2%;
}
.theme-blueGreen #dynamicId .mobileAlertFont {
  font-size: 16px;
}
.theme-blueGreen #dynamicId .bulkUploadAlertFont {
  font-size: 19px;
}
.theme-blueGreen #dynamicId .user-login-div {
  border: 1px solid gray;
  width: 79%;
  height: 513px;
  margin-left: 11%;
  margin-top: 3%;
}
.theme-blueGreen #dynamicId .user-login-header {
  border-bottom: 1px solid gray;
  height: 67px;
}
.theme-blueGreen #dynamicId .user-login-help {
  margin-top: 12%;
  margin-right: 12%;
}
.theme-blueGreen #dynamicId .user-login-footer {
  border-bottom: 1px solid gray;
  border-left: 1px solid gray;
  border-right: 1px solid gray;
  height: 26px;
  width: 79%;
  margin-left: 11%;
  background-color: #EEEEEE;
}
.theme-blueGreen #dynamicId .userPasswordLabel {
  margin-left: 33%;
}
.theme-blueGreen #dynamicId .userPasswordTextBox {
  width: 100%;
}
.theme-blueGreen #dynamicId .userAuthenticationdiv {
  width: 50%;
  border: 1px solid gray;
  height: auto;
  margin-left: 24%;
  margin-top: 4%;
}
.theme-blueGreen #dynamicId .userAuthenticationButtons {
  margin-left: 11%;
  margin-top: 2%;
  margin-bottom: 4%;
}
.theme-blueGreen #dynamicId .existProcess {
  margin-left: 25%;
  margin-bottom: 1%;
  color: red;
}
.theme-blueGreen #dynamicId .existSurvey {
  color: red;
}
.theme-blueGreen #dynamicId .dateExample {
  margin-left: 5%;
  margin-top: 6%;
}
.theme-blueGreen #dynamicId .eventValidator {
  width: 90%;
  height: 44px;
  margin-left: 19px;
}
.theme-blueGreen #dynamicId .wc-date-container {
  border: 1px solid #bfbfbf !important;
}
.theme-blueGreen #dynamicId .wc-date-container > i {
  color: #575555 !important;
}
.theme-blueGreen #dynamicId .wc-date-container > span {
  color: black !important;
  font-size: 13px;
}
.theme-blueGreen #dynamicId .wc-banner {
  background: #bfbfbf !important;
}
.theme-blueGreen #dynamicId .wc-details {
  background: #bfbfbf !important;
}
.theme-blueGreen #dynamicId .year-title {
  background: #bfbfbf !important;
}
.theme-blueGreen #dynamicId .calendar-day :hover > span {
  background: #bfbfbf !important;
}
.theme-blueGreen #dynamicId .today > span {
  border: 1px solid #bfbfbf !important;
  background: #1565c0 !important;
}
.theme-blueGreen #dynamicId .calendar-days {
  background: #bfbfbf !important;
}
.theme-blueGreen #dynamicId .wc-time-sec .time input,
.theme-blueGreen #dynamicId .time-view .time input {
  color: #bfbfbf !important;
}
.theme-blueGreen #dynamicId .time-view .time {
  color: #bfbfbf !important;
}
.theme-blueGreen #dynamicId .cuppa-btn-group > .button {
  border: 1px solid #bfbfbf !important;
  color: white !important;
  background: #bfbfbf !important;
}
.theme-blueGreen #dynamicId .button {
  background: #bfbfbf !important;
  border: 1px solid #bfbfbf !important;
}
.theme-blueGreen #dynamicId .calendar-days {
  color: white !important;
}
.theme-blueGreen #dynamicId .selected-day > span {
  background: #1565c0 !important;
}
.theme-blueGreen #dynamicId .today > span {
  border: 1px solid #bfbfbf !important;
}
.theme-blueGreen #dynamicId .cal-util > .ok {
  color: #bfbfbf !important;
}
.theme-blueGreen #dynamicId .cuppa-btn-group > .active {
  background: white !important;
  color: #bfbfbf !important;
}
.theme-blueGreen #dynamicId .time-view {
  border: 1px solid #bfbfbf !important;
}
.theme-blueGreen #dynamicId .fbIcon {
  margin-left: 25%;
}
.theme-blueGreen #dynamicId .calender {
  margin-left: 21px;
  width: 352px;
}
.theme-blueGreen #dynamicId .wc-date-container > i {
  float: right;
  font-size: 20px;
  margin-top: -5px;
}
.theme-blueGreen #dynamicId .timePicker {
  margin-left: 9%;
}
.theme-blueGreen #dynamicId .btn-group > .btn:first-child {
  margin-left: 0px;
}
.theme-blueGreen #dynamicId .socialBtn {
  width: 80%;
}
.theme-blueGreen #dynamicId .socialLink {
  margin-left: 2%;
}
.theme-blueGreen #dynamicId .existRole {
  margin-bottom: 1%;
  color: red;
}
.theme-blueGreen #dynamicId .messageIcons {
  margin-top: 2%;
  margin-left: -1%;
}
.theme-blueGreen #dynamicId .messageHeading {
  margin-left: 2%;
  margin-top: -1%;
}
.theme-blueGreen #dynamicId .smsHeading {
  margin-left: 2%;
  margin-top: 0%;
}
.theme-blueGreen #dynamicId #message {
  max-height: 100px;
  width: 100%;
}
.theme-blueGreen #dynamicId .smsButtons {
  margin-left: 23%;
}
.theme-blueGreen #dynamicId #members {
  width: 93%;
  margin: 3%;
}
.theme-blueGreen #dynamicId .searchModalClose {
  margin-right: 2%;
  margin-top: -4% !important;
}
.theme-blueGreen #dynamicId .selectedMembers {
  height: auto;
  width: 95%;
  border: 1px solid rgba(120, 90, 166, 0.1843137255);
  margin: auto;
  min-height: 100px;
  padding: 10px;
  font-size: 13px;
}
.theme-blueGreen #dynamicId .selectedUsers {
  height: auto;
  width: 100%;
  border: 1px solid #cfd5db;
  margin: auto;
  min-height: 100px;
  padding: 10px;
}
.theme-blueGreen #dynamicId .selecteRoleToUpgrade {
  width: 50%;
  margin-left: 2%;
}
.theme-blueGreen #dynamicId .logout-btn {
  margin-left: 91%;
  margin-top: 1%;
}
.theme-blueGreen #dynamicId .chooseFile {
  margin-top: -2%;
  background: #00a650;
  color: white;
  padding: 0 6px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
.theme-blueGreen #dynamicId .donationDesc {
  margin-left: 4%;
}
.theme-blueGreen #dynamicId .selectedMembersSMS {
  height: auto;
  border: 1px solid rgba(120, 90, 166, 0.1843137255);
  margin: auto;
  min-height: 100px !important;
  font-size: 13px;
  padding: 10px;
}
.theme-blueGreen #dynamicId .sessionExpiry {
  margin-left: 53%;
  color: red;
  font-size: 14px;
}
.theme-blueGreen #dynamicId .registrationRequire {
  margin-right: 17%;
}
.theme-blueGreen #dynamicId .FbLink {
  margin-top: 1%;
  margin-left: 1%;
}
.theme-blueGreen #dynamicId .transition {
  transition: all 0.3s ease;
}
.theme-blueGreen #dynamicId .basix-container {
  display: table;
  min-height: 100vh;
  position: relative;
  width: 100%;
}
.theme-blueGreen #dynamicId .navbar-expand-sm {
  max-width: 280px;
}
.theme-blueGreen #dynamicId .navbar-expand-sm .main-menu {
  height: 100vh;
  background: #90a1bc;
  flex-direction: column;
}
.theme-blueGreen #dynamicId .navbar-expand-sm .main-menu .sidenavCommon {
  border-bottom: solid 1px rgba(71, 80, 105, 0.2862745098);
  padding-bottom: 25px;
  width: 100%;
}
.theme-blueGreen #dynamicId .navbar-expand-sm .main-menu #logout {
  padding-bottom: 0;
}
.theme-blueGreen #dynamicId .navbar-expand-sm .main-menu::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.theme-blueGreen #dynamicId .navbar-expand-sm .main-menu::-webkit-scrollbar-track {
  background: #dedee6;
}
.theme-blueGreen #dynamicId .navbar-expand-sm .main-menu::-webkit-scrollbar-thumb {
  background: #00a650;
}
.theme-blueGreen #dynamicId .navbar-expand-sm .navbar-collapse {
  flex-direction: column;
  overflow: auto;
}
.theme-blueGreen #dynamicId .navbar {
  background: #00a650;
  border-radius: 0;
  border: none;
  display: block;
  margin: 0;
  margin-bottom: 100px;
  padding: 0;
}
.theme-blueGreen #dynamicId .navbar .navbar-header {
  float: none;
  text-align: center;
  width: 100%;
  background: #00a650;
}
.theme-blueGreen #dynamicId .navbar .navbar-brand {
  color: #f1f2f7 !important;
  font-size: 14px;
  font-weight: bold;
  float: none;
  line-height: 50px;
  margin: 0;
  text-align: left;
  text-transform: capitalize;
  min-height: 69px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.theme-blueGreen #dynamicId .navbar .navbar-brand span {
  font-weight: 600;
}
.theme-blueGreen #dynamicId .navbar .navbar-brand img {
  max-width: 160px;
}
.theme-blueGreen #dynamicId .navbar .navbar-brand.hidden {
  display: none;
}
.theme-blueGreen #dynamicId .navbar .menu-title {
  color: #fff;
  clear: both;
  display: block;
  font-size: 12px;
  font-weight: normal;
  line-height: 50px;
  padding: 0 25px;
  text-transform: uppercase;
  width: 100%;
}
.theme-blueGreen #dynamicId .navbar .navbar-nav {
  float: none;
  position: relative;
}
.theme-blueGreen #dynamicId .navbar .navbar-nav li {
  width: 100%;
}
.theme-blueGreen #dynamicId .navbar .navbar-nav li.active .menu-icon, .theme-blueGreen #dynamicId .navbar .navbar-nav li:hover .toggle_nav_button:before,
.theme-blueGreen #dynamicId .navbar .navbar-nav li .toggle_nav_button.nav-open:before {
  color: #fff !important;
}
.theme-blueGreen #dynamicId .navbar .navbar-nav li .dropdown-toggle:after {
  display: none;
}
.theme-blueGreen #dynamicId .navbar .navbar-nav li > a {
  background: none !important;
  display: inline-block;
  line-height: 30px;
  padding: 10px 16px;
  position: relative;
  transition: all 0.2s ease-out;
  width: 100%;
  color: #FFFFFF;
  font-size: 14px;
}
.theme-blueGreen #dynamicId .navbar .navbar-nav li > a.register-member-a {
  background: none !important;
  border: none;
  text-decoration: underline;
  color: white !important;
  line-height: 18px !important;
  padding: 0 !important;
  margin-left: 10px;
}
.theme-blueGreen #dynamicId .navbar .navbar-nav li > a.register-member-a:hover, .theme-blueGreen #dynamicId .navbar .navbar-nav li > a.register-member-a:focus {
  background: none !important;
}
.theme-blueGreen #dynamicId .navbar .navbar-nav li > a img {
  filter: brightness(0) invert(1);
}
.theme-blueGreen #dynamicId .navbar .navbar-nav li > a:hover, .theme-blueGreen #dynamicId .navbar .navbar-nav li > a:hover .menu-icon, .theme-blueGreen #dynamicId .navbar .navbar-nav li > a.router-link-active {
  color: #FFFFFF;
  background: #00a650 !important;
  text-decoration: none;
}
.theme-blueGreen #dynamicId .navbar .navbar-nav li > a:hover img, .theme-blueGreen #dynamicId .navbar .navbar-nav li > a:hover .menu-icon img, .theme-blueGreen #dynamicId .navbar .navbar-nav li > a.router-link-active img {
  transform: scale(1.2);
  transition: all 0.2s ease-in;
  filter: brightness(0) invert(1);
}
.theme-blueGreen #dynamicId .navbar .navbar-nav li > a img {
  transition: all 0.2s ease-out;
}
.theme-blueGreen #dynamicId .navbar .navbar-nav li > a .menu-icon {
  color: #a5a4bf;
  float: left;
  margin-top: 4px;
  width: 28px;
  text-align: left;
  z-index: 9;
  font-size: 17px;
}
.theme-blueGreen #dynamicId .navbar .navbar-nav li > a .menu-title-text {
  font-size: 14px;
}
.theme-blueGreen #dynamicId .navbar .navbar-nav li > a .badge {
  border-radius: 0;
  font-weight: 600;
  float: right;
  margin: 6px 0 0 0;
  padding: 0.4em 0.5em;
}
.theme-blueGreen #dynamicId .navbar .navbar-nav li.menu-item-has-children {
  position: relative;
}
.theme-blueGreen #dynamicId .navbar .navbar-nav li.menu-item-has-children a.dropdown-toggle {
  line-height: 30px;
}
.theme-blueGreen #dynamicId .navbar .navbar-nav li.menu-item-has-children a.dropdown-toggle:before {
  content: "\f105";
  color: #c8c9ce;
  font-family: "Fontawesome";
  font-size: 16px;
  position: absolute;
  top: 10px;
  right: 25px;
  text-align: right;
  transition: all 0.25s ease;
}
.theme-blueGreen #dynamicId .navbar .navbar-nav li.menu-item-has-children a.dropdown-toggle:hover:before {
  color: #fff;
}
.theme-blueGreen #dynamicId .navbar .navbar-nav li.menu-item-has-children .sub-menu {
  background: #00a650;
  border: none;
  box-shadow: none;
  overflow-y: hidden;
  padding: 0 0 0 35px;
}
.theme-blueGreen #dynamicId .navbar .navbar-nav li.menu-item-has-children .sub-menu li {
  position: relative;
}
.theme-blueGreen #dynamicId .navbar .navbar-nav li.menu-item-has-children .sub-menu i {
  color: #c8c9ce;
  float: left;
  padding: 0;
  position: absolute;
  left: 20px;
  font-size: 14px;
  top: 9px;
}
.theme-blueGreen #dynamicId .navbar .navbar-nav li.menu-item-has-children .sub-menu a {
  padding: 2px 0 2px 46px;
}
.theme-blueGreen #dynamicId .navbar .navbar-nav li.menu-item-has-children .sub-menu a:before {
  content: "";
  display: none;
}
.theme-blueGreen #dynamicId .navbar .navbar-nav li.menu-item-has-children .sub-menu a .menu-icon {
  top: 13px;
  text-align: left;
  width: 25px;
}
.theme-blueGreen #dynamicId .navbar .navbar-nav li.menu-item-has-children.show a:before {
  content: "\f107";
}
.theme-blueGreen #dynamicId .navbar .navbar-nav li.menu-item-has-children.show .sub-menu {
  max-height: 1000px;
  opacity: 1;
  position: static !important;
}
.theme-blueGreen #dynamicId .navbar .navbar-nav > .active > a,
.theme-blueGreen #dynamicId .navbar .navbar-nav > .active > a:focus,
.theme-blueGreen #dynamicId .navbar .navbar-nav > .active > a:hover {
  color: #d7d9e3 !important;
  text-decoration: none;
}
.theme-blueGreen #dynamicId .navbar-nav li span.count {
  background: #a9d86e;
  border-radius: 50%;
  color: #fff;
  font-size: 9px;
  font-weight: 700;
  float: right;
  height: 20px;
  width: 20px;
  line-height: 20px;
  margin-right: 15px;
  text-align: center;
}
.theme-blueGreen #dynamicId body.open .navbar .navbar-brand.hidden {
  display: block;
}
.theme-blueGreen #dynamicId .dots {
  position: relative;
  width: 100%;
  margin: 20px 0;
}
.theme-blueGreen #dynamicId .dots .carousel-indicators {
  margin: auto;
  top: 20px;
  width: 180px;
}
.theme-blueGreen #dynamicId .dots .carousel-indicators li {
  background: white;
  border: solid 1px #666;
  width: 16px;
  height: 16px;
}
.theme-blueGreen #dynamicId .dots .carousel-indicators li.active {
  background: #3C3B54;
}
.theme-blueGreen #dynamicId app-right-panel header.header {
  background: #fff;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.07);
  clear: both;
  display: inline-block;
  padding: 15px 20px 13px 20px;
  width: 100%;
  position: relative;
  z-index: 999;
}
.theme-blueGreen #dynamicId header.fixed-top {
  background: #fff;
  padding: 20px;
}
.theme-blueGreen #dynamicId #header.change-color .header-menu .navbar .navbar-nav li.dropdown .header-menu-wrapper .member-nav-menu .col-12 {
  height: 110px;
  border: solid 1px #5a5b40;
}
.theme-blueGreen #dynamicId #header.change-color .header-menu .navbar .navbar-nav li.dropdown .header-menu-wrapper .member-nav-menu .col-12 a {
  color: #000;
}
.theme-blueGreen #dynamicId #header.change-color .header-menu .navbar .navbar-nav li.dropdown .header-menu-wrapper .member-nav-menu .col-12 a img {
  filter: brightness(1) invert(1);
}
.theme-blueGreen #dynamicId #header.change-color .header-menu .navbar.after-login-nav .header-menu-wrapper .admin-nav-menu .links a {
  color: #000;
}
.theme-blueGreen #dynamicId #header .header-menu {
  height: 100%;
}
.theme-blueGreen #dynamicId #header .header-menu .navbar {
  background: linear-gradient(to bottom, rgb(245, 245, 245) 0%, rgb(255, 255, 255) 47%, rgb(242, 242, 242) 100%);
  margin-bottom: 0;
  float: left;
  padding-right: 12px;
  border: solid 1px #ccc;
  height: calc(100% - 1px);
}
.theme-blueGreen #dynamicId #header .header-menu .navbar .navbar-nav {
  width: 100%;
}
.theme-blueGreen #dynamicId #header .header-menu .navbar .navbar-nav li.dropdown {
  width: auto;
}
.theme-blueGreen #dynamicId #header .header-menu .navbar .navbar-nav li.dropdown .dropdown-toggle {
  color: #000000;
  text-transform: capitalize;
  letter-spacing: 0.7px;
  line-height: 47px;
  padding: 0 0 0 16px;
  width: auto;
  box-shadow: 10px 0px 10px -9px rgba(0, 0, 0, 0.3);
}
.theme-blueGreen #dynamicId #header .header-menu .navbar .navbar-nav li.dropdown .dropdown-toggle .fa {
  color: #0e3f60;
}
.theme-blueGreen #dynamicId #header .header-menu .navbar .navbar-nav li.dropdown .dropdown-toggle .fa.fa-th {
  padding: 2px 8px 0 0;
  margin: 0;
  line-height: 47px;
  vertical-align: top;
  height: 100%;
}
.theme-blueGreen #dynamicId #header .header-menu .navbar .navbar-nav li.dropdown .dropdown-toggle + span {
  margin-left: 10px;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}
.theme-blueGreen #dynamicId #header .header-menu .navbar .navbar-nav li.dropdown .dropdown-toggle:hover {
  background: none !important;
}
.theme-blueGreen #dynamicId #header .header-menu .navbar .navbar-nav li.dropdown .header-menu-wrapper {
  width: 760px;
  border: solid 8px white;
  box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.17);
  padding: 15px;
  background: #fffcd6;
  max-height: 450px;
  overflow: auto;
  overflow-x: hidden;
}
.theme-blueGreen #dynamicId #header .header-menu .navbar .navbar-nav li.dropdown .header-menu-wrapper::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.theme-blueGreen #dynamicId #header .header-menu .navbar .navbar-nav li.dropdown .header-menu-wrapper::-webkit-scrollbar-track {
  background: #dedee6;
}
.theme-blueGreen #dynamicId #header .header-menu .navbar .navbar-nav li.dropdown .header-menu-wrapper::-webkit-scrollbar-thumb {
  background: #00a650;
}
.theme-blueGreen #dynamicId #header .header-menu .navbar .navbar-nav li.dropdown .header-menu-wrapper .col-12 {
  padding: 0;
}
.theme-blueGreen #dynamicId #header .header-menu .navbar .navbar-nav li.dropdown .header-menu-wrapper h1, .theme-blueGreen #dynamicId #header .header-menu .navbar .navbar-nav li.dropdown .header-menu-wrapper .h1 {
  background: #0e3f60;
  color: white;
  text-transform: capitalize;
  border-right: solid 1px white;
  font-weight: normal;
  height: auto;
  pointer-events: none;
}
.theme-blueGreen #dynamicId #header .header-menu .navbar .navbar-nav li.dropdown .header-menu-wrapper .links {
  margin-bottom: 0.3rem;
}
.theme-blueGreen #dynamicId #header .header-menu .navbar .navbar-nav li.dropdown .header-menu-wrapper .links a {
  color: white;
  display: block;
  line-height: 24px;
  padding-left: 15px;
  font-size: 14px !important;
  transition: all 0.3s ease-in;
}
.theme-blueGreen #dynamicId #header .header-menu .navbar .navbar-nav li.dropdown .header-menu-wrapper .links a:hover {
  transition: all 0.3s ease-out;
  padding-left: 18px;
}
.theme-blueGreen #dynamicId #header .header-menu .navbar .navbar-nav li.dropdown .header-menu-wrapper .member-nav-menu .col-12 {
  height: 140px;
  border: solid 1px #fff;
  text-align: center;
  border-top: 0;
  border-right: 0;
}
.theme-blueGreen #dynamicId #header .header-menu .navbar .navbar-nav li.dropdown .header-menu-wrapper .member-nav-menu .col-12 a {
  position: absolute;
  left: 0;
  right: 0;
  height: 58px;
  color: white;
  top: 0;
  bottom: 0;
  margin: auto;
}
.theme-blueGreen #dynamicId #header .header-menu .navbar .navbar-nav li.dropdown .header-menu-wrapper .member-nav-menu .col-12 a img {
  filter: brightness(0) invert(1);
}
.theme-blueGreen #dynamicId #header .header-menu .sub-navigation {
  height: 100%;
}
.theme-blueGreen #dynamicId #header .header-menu .sub-navigation ul {
  margin: 0;
  padding: 0;
}
.theme-blueGreen #dynamicId #header .header-menu .sub-navigation ul li a {
  color: white !important;
  font-weight: bold;
  height: 100%;
  display: block;
  line-height: 50px;
  padding: 0 15px 0 15px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px !important;
  transition: all 0.3s ease-in;
}
.theme-blueGreen #dynamicId #header .header-menu .sub-navigation ul li a.active, .theme-blueGreen #dynamicId #header .header-menu .sub-navigation ul li a:hover {
  background: #00a650;
  color: #FFF !important;
  text-transform: uppercase;
  font-weight: bold;
  transition: all 0.3s ease-out;
}
.theme-blueGreen #dynamicId .menutoggle {
  border-radius: 50%;
  color: #0e3f60;
  cursor: pointer;
  font-size: 18px;
  height: 43px;
  line-height: 44px;
  margin: 0 0px 0 -20px;
  text-align: center;
  width: 43px;
}
.theme-blueGreen #dynamicId .search-trigger {
  background: transparent;
  border: none;
  color: #272c33;
  cursor: pointer;
  font-size: 16px;
  height: 41px;
  width: 43px;
  line-height: 38px;
}
.theme-blueGreen #dynamicId header .form-inline {
  background: #263238;
  display: none;
  height: 70px;
  margin: 0;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9999;
}
.theme-blueGreen #dynamicId header .form-inline .search-form {
  height: 100%;
  max-width: 1025px;
  margin: 0 auto;
  position: relative;
}
.theme-blueGreen #dynamicId header .form-inline .search-form input[type=text] {
  background: #263238;
  border: none;
  border-radius: 0;
  box-shadow: none;
  color: #d3d3d3;
  font-size: 16px;
  height: inherit;
  margin-right: 0 !important;
  padding: 10px 36px 10px 15px;
  width: 100%;
}
.theme-blueGreen #dynamicId header .form-inline .search-form input[type=text].active,
.theme-blueGreen #dynamicId header .form-inline .search-form input[type=text]:focus {
  border-color: rgba(0, 0, 0, 0.125);
  outline: 0;
}
.theme-blueGreen #dynamicId header .form-inline .search-form button {
  background: transparent;
  border: none;
  color: #fff;
  font-size: 16px;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -14px !important;
}
.theme-blueGreen #dynamicId header .form-inline .search-form button:active,
.theme-blueGreen #dynamicId header .form-inline .search-form button:focus,
.theme-blueGreen #dynamicId header .form-inline .search-form button:visited,
.theme-blueGreen #dynamicId header .form-inline .search-form .btn-outline-success:hover {
  background: transparent;
  border: none !important;
  box-shadow: none;
  outline: 0 !important;
}
.theme-blueGreen #dynamicId header .form-inline .search-form.close {
  display: none;
}
.theme-blueGreen #dynamicId .header-left.open .form-inline {
  display: block;
}
.theme-blueGreen #dynamicId .header-left .dropdown {
  display: inline-block;
}
.theme-blueGreen #dynamicId .header-left .dropdown .dropdown-toggle {
  background: transparent;
  border: none;
  color: #272c33;
  font-size: 16px;
}
.theme-blueGreen #dynamicId .header-left .dropdown .dropdown-toggle:after {
  display: none;
}
.theme-blueGreen #dynamicId .header-left .dropdown .dropdown-toggle .count {
  border-radius: 50%;
  color: #fff;
  font-size: 11px;
  height: 15px;
  width: 15px;
  line-height: 15px;
  right: 0;
  top: 0;
  position: absolute;
}
.theme-blueGreen #dynamicId .header-left .dropdown .dropdown-toggle:active, .theme-blueGreen #dynamicId .header-left .dropdown .dropdown-toggle:focus, .theme-blueGreen #dynamicId .header-left .dropdown .dropdown-toggle:visited {
  background: none !important;
  border-color: transparent !important;
  color: #272c33 !important;
}
.theme-blueGreen #dynamicId .header-left .dropdown .dropdown-menu {
  background: #fff;
  border: none;
  border-radius: 0;
  box-shadow: none;
  top: 49px !important;
}
.theme-blueGreen #dynamicId .header-left .dropdown .dropdown-menu p {
  font-size: 15px;
  margin: 0;
  padding: 5px 15px;
}
.theme-blueGreen #dynamicId .header-left .dropdown .dropdown-menu .dropdown-item {
  color: #272c33;
  font-size: 13px;
  padding: 10px 15px 3px;
  text-overflow: ellipsis;
}
.theme-blueGreen #dynamicId .header-left .dropdown .dropdown-menu .dropdown-item .photo {
  float: left;
  margin-right: 15px;
  width: 25px;
}
.theme-blueGreen #dynamicId .header-left .dropdown .dropdown-menu .dropdown-item .message .name {
  margin-top: -5px;
}
.theme-blueGreen #dynamicId .header-left .dropdown .dropdown-menu .dropdown-item .message .time {
  font-size: 11px;
}
.theme-blueGreen #dynamicId .header-left .dropdown .dropdown-menu .dropdown-item .message p {
  clear: both;
  font-size: 14px;
  margin: 0;
  padding: 0;
  text-overflow: ellipsis;
}
.theme-blueGreen #dynamicId .header-left .dropdown .dropdown-menu .dropdown-item:hover {
  background: transparent;
}
.theme-blueGreen #dynamicId .dropdown-menu {
  border-radius: 0;
  transform: none !important;
}
.theme-blueGreen #dynamicId .for-notification .dropdown-menu .dropdown-item {
  padding: 5px 15px !important;
  text-overflow: ellipsis;
}
.theme-blueGreen #dynamicId .for-notification .dropdown-menu .dropdown-item i {
  float: left;
  font-size: 14px;
  margin: 5px 5px 0 0;
  text-align: left;
  width: 20px;
}
.theme-blueGreen #dynamicId .for-notification .dropdown-menu .dropdown-item p {
  padding: 0 !important;
  text-overflow: ellipsis;
}
.theme-blueGreen #dynamicId .user-area {
  float: right;
  padding-right: 0;
  position: relative;
  margin-top: -61px;
}
.theme-blueGreen #dynamicId .user-area .user-menu {
  border: none;
  left: inherit !important;
  right: 0 !important;
  top: 60px !important;
  margin: 0;
  max-width: 175px;
  padding: 0;
  position: absolute;
  width: 100%;
  z-index: 999;
  min-width: 175px;
  border-radius: 0;
  background: #00a650;
}
.theme-blueGreen #dynamicId .user-area .user-menu .nav-link {
  color: #FFFFFF;
  display: block;
  font-size: 13px;
  line-height: 42px;
  padding: 0;
  border-bottom: solid 1px rgba(71, 80, 105, 0.2862745098);
  transition: all 0.3s ease-out;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.theme-blueGreen #dynamicId .user-area .user-menu .nav-link .fa {
  height: 42px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  line-height: 36px;
  margin-right: 8px;
  transition: all 0.2s ease-out;
  font-size: 15px;
  margin-left: 14px;
}
.theme-blueGreen #dynamicId .user-area .user-menu .nav-link:hover {
  background: #00a650;
  transition: all 0.3s ease-in;
  color: #FFFFFF;
}
.theme-blueGreen #dynamicId .user-area .user-menu .nav-link:hover .fa {
  transform: scale(1.3);
  transition: all 0.2s ease-in;
  color: #fff;
}
.theme-blueGreen #dynamicId .user-area .user-menu:after {
  bottom: 100%;
  right: 8px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #00a650;
  border-width: 8px;
}
.theme-blueGreen #dynamicId .user-area .uad-img-c {
  display: inline-block;
  border: solid 1px #ccc;
  width: 34px;
  height: 34px;
  border-radius: 34px;
  vertical-align: middle;
  overflow: hidden;
}
.theme-blueGreen #dynamicId .user-area .uad-img-c img.user-avatar {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(0.8);
}
.theme-blueGreen #dynamicId .user-area .uad-img-c img.user-avatar.default-image {
  filter: invert(35%) sepia(63%) saturate(3081%) hue-rotate(132deg) brightness(98%) contrast(101%);
  transform: scale(0.7);
}
.theme-blueGreen #dynamicId .user-area .user-info .name {
  color: #8c8c8c;
  font-size: 14px;
  position: relative;
  text-transform: uppercase;
}
.theme-blueGreen #dynamicId .user-area .count {
  background: #d9534f;
  border-radius: 50%;
  color: #fff;
  font-size: 9px;
  font-weight: 700;
  float: right;
  height: 20px;
  width: 20px;
  line-height: 20px;
  text-align: center;
  margin-top: 11px;
  margin-right: 10px;
}
.theme-blueGreen #dynamicId .user-area .dropdown-toggle::after {
  display: none;
}
.theme-blueGreen #dynamicId .user-area .dropdown-toggle span {
  font-size: 15px;
  padding: 8px 8px 0 0;
  display: inline-block;
  color: #000;
  text-transform: capitalize;
}
.theme-blueGreen #dynamicId #menuToggle2 {
  padding-left: 25px;
}
.theme-blueGreen #dynamicId #language-select {
  color: #f1f2f7;
  float: right;
  margin: 7px 20px 0 0;
  max-width: 80px;
}
.theme-blueGreen #dynamicId #language-select:focus, .theme-blueGreen #dynamicId #language-select:visited {
  border: none;
  outline: 0;
}
.theme-blueGreen #dynamicId #language-select .dropdown-toggle::after {
  display: none;
}
.theme-blueGreen #dynamicId #language-select .dropdown-menu {
  background: #fff;
  border: none;
  border-radius: 0;
  left: -8px !important;
  min-width: inherit;
  padding: 0 5px;
  top: 46px !important;
}
.theme-blueGreen #dynamicId #language-select .dropdown-menu .dropdown-item {
  margin-right: 0;
  max-width: 25px;
  padding: 0;
}
.theme-blueGreen #dynamicId #language-select .dropdown-menu .dropdown-item:hover {
  background: #fff;
}
.theme-blueGreen #dynamicId #language-select .dropdown-menu .dropdown-item .flag-icon {
  margin-right: 0;
  width: 25px;
}
.theme-blueGreen #dynamicId .notification-show + .dropdown-menu,
.theme-blueGreen #dynamicId .message-show + .dropdown-menu,
.theme-blueGreen #dynamicId .language-show + .dropdown-menu {
  display: block;
}
.theme-blueGreen #dynamicId .content {
  width: 94%;
  background: #fff;
  min-height: 300px;
  box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.07);
}
.theme-blueGreen #dynamicId .content table th {
  background: #3c3b54;
  color: #fff;
}
.theme-blueGreen #dynamicId .content table td {
  font-size: 13px;
}
.theme-blueGreen #dynamicId .content table td i {
  color: #a5a4bf;
}
.theme-blueGreen #dynamicId .card, .theme-blueGreen #dynamicId .main-content .register_box .card .card-header {
  margin-bottom: 24px;
  border-radius: 0;
  border: 1px solid rgba(0, 0, 0, 0.13);
}
.theme-blueGreen #dynamicId .card h4, .theme-blueGreen #dynamicId .main-content .register_box .card .card-header h4, .theme-blueGreen #dynamicId .card .h4, .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .h4 {
  font-size: 17.6px;
}
.theme-blueGreen #dynamicId .card .user-header .media img, .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .user-header .media img {
  border: 5px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  -webkit-border-radius: 50%;
}
.theme-blueGreen #dynamicId .card .card-header, .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header {
  margin-bottom: 0 !important;
}
.theme-blueGreen #dynamicId .card .card-header .card-actions button, .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-actions button {
  display: block;
  float: left;
  width: 50px;
  padding: 12px 0;
  margin: 0 !important;
  color: #fff;
  outline: 0;
  text-align: center;
  background: transparent;
  border: 0;
  border-left: 1px solid rgba(120, 130, 140, 0.4);
}
.theme-blueGreen #dynamicId .card .card-footer, .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-footer {
  padding: 10.4px 20px;
  background-color: #f0f3f5;
  border-top: 1px solid #c2cfd6;
}
.theme-blueGreen #dynamicId .card .card-footer ul li, .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-footer ul li {
  display: table-cell;
  padding: 0 16px;
  text-align: center;
}
.theme-blueGreen #dynamicId .breadcrumbs {
  margin-top: 0;
}
.theme-blueGreen #dynamicId .nav-tabs a.active {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.theme-blueGreen #dynamicId .nav-tabs .dropdown .dropdown-menu {
  top: 100% !important;
}
.theme-blueGreen #dynamicId .custom-tab .nav-tabs > a.active,
.theme-blueGreen #dynamicId .custom-tab .nav-tabs > .active > a:focus,
.theme-blueGreen #dynamicId .custom-tab .nav-tabs > li.active > a:hover {
  border-color: transparent transparent;
  color: #ff2e44;
  position: relative;
}
.theme-blueGreen #dynamicId .custom-tab .nav-tabs > a.active > a:after,
.theme-blueGreen #dynamicId .custom-tab .nav-tabs > li.active > a:focus:after,
.theme-blueGreen #dynamicId .custom-tab .nav-tabs > li.active > a:hover:after {
  background: #ff2e44;
  bottom: -1px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 999;
}
.theme-blueGreen #dynamicId .card .card-header .card-actions, .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-actions {
  float: right;
}
.theme-blueGreen #dynamicId .card .card-header .card-actions [class*=btn] {
  border-left: 1px solid rgba(120, 130, 140, 0.4);
  color: #878787;
  display: inline-block;
  font-size: 16px;
  padding: 0 7px;
  width: inherit;
  text-align: center;
}
.theme-blueGreen #dynamicId .social-buttons .card-body p button {
  padding-top: 0;
  padding-left: 0;
  padding-bottom: 0;
}
.theme-blueGreen #dynamicId .social-buttons .only-icon .card-body p button {
  padding: 0;
}
.theme-blueGreen #dynamicId .social-buttons .social i {
  padding: 0 10px;
  width: inherit !important;
}
.theme-blueGreen #dynamicId .social-buttons .only-text p button {
  padding: 0 8px;
}
.theme-blueGreen #dynamicId .buttons button {
  margin: 2px 0;
}
.theme-blueGreen #dynamicId .btn,
.theme-blueGreen #dynamicId .button {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  transition: all 0.15s ease-in-out;
  cursor: pointer;
}
.theme-blueGreen #dynamicId .icon-section {
  margin: 0 0 3em;
  clear: both;
  overflow: hidden;
}
.theme-blueGreen #dynamicId .icon-container {
  width: 240px;
  padding: 0.7em 0;
  float: left;
  position: relative;
  text-align: left;
}
.theme-blueGreen #dynamicId .icon-container [class^=ti-],
.theme-blueGreen #dynamicId .icon-container [class*=" ti-"] {
  color: #000;
  position: absolute;
  margin-top: 3px;
  transition: 0.3s;
}
.theme-blueGreen #dynamicId .icon-container:hover [class^=ti-],
.theme-blueGreen #dynamicId .icon-container:hover [class*=" ti-"] {
  font-size: 2.2em;
  margin-top: -5px;
}
.theme-blueGreen #dynamicId .icon-container:hover .icon-name {
  color: #000;
}
.theme-blueGreen #dynamicId .icon-name {
  color: #aaa;
  margin-left: 35px;
  font-size: 14px;
  transition: 0.3s;
}
.theme-blueGreen #dynamicId .icon-container:hover .icon-name {
  margin-left: 45px;
}
.theme-blueGreen #dynamicId .fontawesome-icon-list .page-header {
  border-bottom: 1px solid #c9cdd7;
  padding-bottom: 9px;
  margin: 30px 0px 27px 0px;
}
.theme-blueGreen #dynamicId .fontawesome-icon-list h2, .theme-blueGreen #dynamicId .fontawesome-icon-list .h2 {
  margin-top: 0;
  font-size: 20px;
  font-weight: 300;
}
.theme-blueGreen #dynamicId .fontawesome-icon-list i {
  font-style: 16px;
  padding-right: 10px;
}
.theme-blueGreen #dynamicId .social-box i {
  line-height: 110px;
}
.theme-blueGreen #dynamicId .social-box ul {
  display: inline-block;
  margin: 7px 0 0;
  padding: 10px;
  width: 100%;
}
.theme-blueGreen #dynamicId .social-box ul li {
  color: #949ca0;
  font-size: 14px;
  font-weight: 700;
  padding: 0 10px 0 0;
  text-align: right;
}
.theme-blueGreen #dynamicId .social-box ul li:last-child {
  padding-left: 10px;
  padding-right: 0;
  text-align: left;
}
.theme-blueGreen #dynamicId .social-box ul li span {
  font-size: 14px;
}
.theme-blueGreen #dynamicId .login-logo {
  text-align: center;
  margin-bottom: 15px;
}
.theme-blueGreen #dynamicId .login-logo span {
  color: #ffffff;
  font-size: 24px;
}
.theme-blueGreen #dynamicId .login-content {
  max-width: 540px;
  margin: 8vh auto;
}
.theme-blueGreen #dynamicId .login-form {
  background: #ffffff;
  padding: 30px 30px 20px;
  border-radius: 2px;
}
.theme-blueGreen #dynamicId .login-form h4, .theme-blueGreen #dynamicId .login-form .h4 {
  color: #878787;
  text-align: center;
  margin-bottom: 50px;
}
.theme-blueGreen #dynamicId .login-form .checkbox {
  color: #878787;
}
.theme-blueGreen #dynamicId .login-form .checkbox label {
  text-transform: none;
}
.theme-blueGreen #dynamicId .login-form .btn {
  width: 100%;
  text-transform: uppercase;
  font-size: 14px;
  padding: 15px;
  border: 0px;
}
.theme-blueGreen #dynamicId .login-form label {
  color: #878787;
  text-transform: uppercase;
}
.theme-blueGreen #dynamicId .login-form label a {
  color: #ff2e44;
}
.theme-blueGreen #dynamicId .social-login-content {
  margin: 0px -30px;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  padding: 30px 0px;
  background: #fcfcfc;
}
.theme-blueGreen #dynamicId .social-button {
  padding: 0 30px;
}
.theme-blueGreen #dynamicId .social-button .facebook {
  background: #3b5998;
  color: #fff;
}
.theme-blueGreen #dynamicId .social-button .facebook:hover {
  background: #344e86;
}
.theme-blueGreen #dynamicId .social-button .twitter {
  background: #00aced;
  color: #fff;
}
.theme-blueGreen #dynamicId .social-button .twitter:hover {
  background: #0099d4;
}
.theme-blueGreen #dynamicId .social-button i {
  padding: 19px;
}
.theme-blueGreen #dynamicId .register-link a {
  color: #ff2e44;
}
.theme-blueGreen #dynamicId .cpu-load {
  width: 100%;
  height: 272px;
  font-size: 14px;
  line-height: 1.2em;
}
.theme-blueGreen #dynamicId .cpu-load-data-content {
  font-size: 18px;
  font-weight: 400;
  line-height: 40px;
}
.theme-blueGreen #dynamicId .cpu-load-data {
  margin-bottom: 30px;
}
.theme-blueGreen #dynamicId .cpu-load-data li {
  display: inline-block;
  width: 32.5%;
  text-align: center;
  border-right: 1px solid #e7e7e7;
}
.theme-blueGreen #dynamicId .cpu-load-data li:last-child {
  border-right: 0px;
}
.theme-blueGreen #dynamicId .nestable-cart {
  overflow: hidden;
}
.theme-blueGreen #dynamicId .input-group-addon {
  background-color: transparent;
  border-left: 0;
}
.theme-blueGreen #dynamicId .input-group-addon,
.theme-blueGreen #dynamicId .input-group-btn {
  white-space: nowrap;
  vertical-align: middle;
}
.theme-blueGreen #dynamicId .input-group-addon {
  padding: 8px 12px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  color: #495057;
  text-align: center;
  background-color: #e9ecef;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
}
.theme-blueGreen #dynamicId .flotTip {
  background: #252525;
  border: 1px solid #252525;
  padding: 5px 15px;
  color: #ffffff;
}
.theme-blueGreen #dynamicId .flot-container {
  box-sizing: border-box;
  width: 100%;
  height: 275px;
  padding: 20px 15px 15px;
  margin: 15px auto 30px;
  background: transparent;
}
.theme-blueGreen #dynamicId .flot-pie-container {
  height: 275px;
}
.theme-blueGreen #dynamicId .flotBar-container {
  height: 275px;
}
.theme-blueGreen #dynamicId .flot-line {
  width: 100%;
  height: 100%;
  font-size: 14px;
  line-height: 1.2em;
}
.theme-blueGreen #dynamicId .legend table {
  border-spacing: 5px;
}
.theme-blueGreen #dynamicId #chart1,
.theme-blueGreen #dynamicId #flotBar,
.theme-blueGreen #dynamicId #flotCurve {
  width: 100%;
  height: 275px;
}
.theme-blueGreen #dynamicId .morris-hover {
  position: absolute;
  z-index: 1;
}
.theme-blueGreen #dynamicId .morris-hover.morris-default-style .morris-hover-row-label {
  font-weight: bold;
  margin: 0.25em 0;
}
.theme-blueGreen #dynamicId .morris-hover.morris-default-style .morris-hover-point {
  white-space: nowrap;
  margin: 0.1em 0;
}
.theme-blueGreen #dynamicId .morris-hover.morris-default-style {
  border-radius: 2px;
  padding: 10px 12px;
  color: #666;
  background: rgba(0, 0, 0, 0.7);
  border: none;
  color: #fff !important;
}
.theme-blueGreen #dynamicId .morris-hover-point {
  color: rgba(255, 255, 255, 0.8) !important;
}
.theme-blueGreen #dynamicId #morris-bar-chart {
  height: 285px;
}
.theme-blueGreen #dynamicId .btn-toolbar {
  float: left !important;
}
.theme-blueGreen #dynamicId .btn-toolbar .btn-outline-secondary:not([disabled]):not(.disabled):active,
.theme-blueGreen #dynamicId .btn-toolbar .btn-outline-secondary:not([disabled]):not(.disabled).active,
.theme-blueGreen #dynamicId .btn-toolbar .show > .btn-outline-secondary.dropdown-toggle {
  background-color: #212529;
  border-color: #212529;
  box-shadow: none;
  color: #fff;
}
.theme-blueGreen #dynamicId .btn-toolbar .btn-outline-secondary:hover {
  background-color: #212529;
  border-color: #212529;
  color: #fff;
}
.theme-blueGreen #dynamicId .dib {
  display: inline-block;
}
.theme-blueGreen #dynamicId .stat-widget-one .stat-icon {
  vertical-align: top;
}
.theme-blueGreen #dynamicId .stat-widget-one .stat-icon i {
  font-size: 30px;
  border-width: 3px;
  border-style: solid;
  border-radius: 100px;
  padding: 15px;
  font-weight: 900;
  display: inline-block;
}
.theme-blueGreen #dynamicId .stat-widget-one .stat-content {
  margin-left: 30px;
  margin-top: 7px;
}
.theme-blueGreen #dynamicId .stat-widget-one .stat-text {
  font-size: 14px;
  color: #868e96;
}
.theme-blueGreen #dynamicId .stat-widget-one .stat-digit {
  font-size: 24px;
  color: #373757;
}
.theme-blueGreen #dynamicId .stat-widget-two {
  text-align: center;
}
.theme-blueGreen #dynamicId .stat-widget-two .stat-digit {
  font-size: 28px;
  font-weight: 500;
  color: #373757;
}
.theme-blueGreen #dynamicId .stat-widget-two .stat-digit i {
  font-size: 18px;
  margin-right: 5px;
}
.theme-blueGreen #dynamicId .stat-widget-two .stat-text {
  font-size: 16px;
  margin-bottom: 5px;
  color: #868e96;
}
.theme-blueGreen #dynamicId .stat-widget-two .progress {
  height: 8px;
  margin-bottom: 0;
  margin-top: 20px;
  box-shadow: none;
}
.theme-blueGreen #dynamicId .stat-widget-two .progress-bar {
  box-shadow: none;
}
.theme-blueGreen #dynamicId .stat-widget-three .stat-icon {
  display: inline-block;
  padding: 33px;
  position: absolute;
  line-height: 21px;
}
.theme-blueGreen #dynamicId .stat-widget-three .stat-icon i {
  font-size: 30px;
  color: #ffffff;
}
.theme-blueGreen #dynamicId .stat-widget-three .stat-content {
  text-align: center;
  padding: 15px;
  margin-left: 90px;
}
.theme-blueGreen #dynamicId .stat-widget-three .stat-digit {
  font-size: 30px;
}
.theme-blueGreen #dynamicId .stat-widget-three .stat-text {
  padding-top: 4px;
}
.theme-blueGreen #dynamicId .home-widget-three .stat-icon {
  line-height: 19px;
  padding: 27px;
}
.theme-blueGreen #dynamicId .home-widget-three .stat-digit {
  font-size: 24px;
  font-weight: 300;
  color: #373757;
}
.theme-blueGreen #dynamicId .home-widget-three .stat-content {
  text-align: center;
  margin-left: 60px;
  padding: 13px;
}
.theme-blueGreen #dynamicId .stat-widget-four {
  position: relative;
}
.theme-blueGreen #dynamicId .stat-widget-four .stat-icon {
  display: inline-block;
  position: absolute;
  top: 5px;
}
.theme-blueGreen #dynamicId .stat-widget-four i {
  display: block;
  font-size: 36px;
}
.theme-blueGreen #dynamicId .stat-widget-four .stat-content {
  margin-left: 40px;
  text-align: center;
}
.theme-blueGreen #dynamicId .stat-widget-four .stat-heading {
  font-size: 20px;
}
.theme-blueGreen #dynamicId .stat-widget-five .stat-icon {
  border-radius: 100px;
  display: inline-block;
  position: absolute;
}
.theme-blueGreen #dynamicId .stat-widget-five i {
  border-radius: 100px;
  display: block;
  font-size: 36px;
  padding: 30px;
}
.theme-blueGreen #dynamicId .stat-widget-five .stat-content {
  margin-left: 100px;
  padding: 24px 0;
  position: relative;
  text-align: right;
  vertical-align: middle;
}
.theme-blueGreen #dynamicId .stat-widget-five .stat-heading {
  text-align: right;
  padding-left: 80px;
  font-size: 20px;
  font-weight: 200;
}
.theme-blueGreen #dynamicId .stat-widget-six {
  position: relative;
}
.theme-blueGreen #dynamicId .stat-widget-six .stat-icon {
  display: inline-block;
  position: absolute;
  top: 5px;
}
.theme-blueGreen #dynamicId .stat-widget-six i {
  display: block;
  font-size: 36px;
}
.theme-blueGreen #dynamicId .stat-widget-six .stat-content {
  margin-left: 40px;
  text-align: center;
}
.theme-blueGreen #dynamicId .stat-widget-six .stat-heading {
  font-size: 16px;
  font-weight: 300;
}
.theme-blueGreen #dynamicId .stat-widget-six .stat-text {
  font-size: 12px;
  padding-top: 4px;
}
.theme-blueGreen #dynamicId .stat-widget-seven .stat-heading {
  text-align: center;
}
.theme-blueGreen #dynamicId .stat-widget-seven .gradient-circle {
  text-align: center;
  position: relative;
  margin: 30px auto;
  display: inline-block;
  width: 100%;
}
.theme-blueGreen #dynamicId .stat-widget-seven .gradient-circle i {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  top: 35px;
  font-size: 30px;
}
.theme-blueGreen #dynamicId .stat-widget-seven .stat-footer {
  text-align: center;
  margin-top: 30px;
}
.theme-blueGreen #dynamicId .stat-widget-seven .stat-footer .stat-count {
  padding-left: 5px;
}
.theme-blueGreen #dynamicId .stat-widget-seven .count-header {
  color: #252525;
  font-size: 12px;
  font-weight: 400;
  line-height: 30px;
}
.theme-blueGreen #dynamicId .stat-widget-seven .stat-count {
  font-size: 18px;
  font-weight: 400;
  color: #252525;
}
.theme-blueGreen #dynamicId .stat-widget-seven .analytic-arrow {
  position: relative;
}
.theme-blueGreen #dynamicId .stat-widget-seven .analytic-arrow i {
  font-size: 12px;
}
.theme-blueGreen #dynamicId .stat-widget-eight {
  padding: 15px;
}
.theme-blueGreen #dynamicId .stat-widget-eight .header-title {
  font-size: 20px;
  font-weight: 300;
}
.theme-blueGreen #dynamicId .stat-widget-eight .ti-more-alt {
  color: #878787;
  cursor: pointer;
  left: -5px;
  position: absolute;
  transform: rotate(90deg);
}
.theme-blueGreen #dynamicId .stat-widget-eight .stat-content {
  margin-top: 50px;
}
.theme-blueGreen #dynamicId .stat-widget-eight .stat-content .ti-arrow-up {
  font-size: 30px;
  color: #28a745;
}
.theme-blueGreen #dynamicId .stat-widget-eight .stat-content .stat-digit {
  font-size: 24px;
  font-weight: 300;
  margin-left: 15px;
}
.theme-blueGreen #dynamicId .stat-widget-eight .stat-content .progress-stats {
  color: #aaadb2;
  font-weight: 400;
  position: relative;
  top: 10px;
}
.theme-blueGreen #dynamicId .stat-widget-eight .progress {
  margin-bottom: 0;
  margin-top: 30px;
  height: 7px;
  background: #eaeaea;
  box-shadow: none;
}
.theme-blueGreen #dynamicId .stat-widget-nine .all-like {
  float: right;
}
.theme-blueGreen #dynamicId .stat-widget-nine .stat-icon i {
  font-size: 22px;
}
.theme-blueGreen #dynamicId .stat-widget-nine .stat-text {
  font-size: 14px;
}
.theme-blueGreen #dynamicId .stat-widget-nine .stat-digit {
  font-size: 14px;
}
.theme-blueGreen #dynamicId .stat-widget-nine .like-count {
  font-size: 30px;
}
.theme-blueGreen #dynamicId .horizontal {
  position: relative;
}
.theme-blueGreen #dynamicId .horizontal:before {
  background: #ffffff;
  bottom: 0;
  content: "";
  height: 38px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 1px;
}
.theme-blueGreen #dynamicId .widget-ten span i {
  color: #ffffff;
  opacity: 0.5;
}
.theme-blueGreen #dynamicId .widget-ten h5, .theme-blueGreen #dynamicId .widget-ten .h5 {
  color: #ffffff;
}
.theme-blueGreen #dynamicId .widget-ten p {
  color: #ffffff !important;
  opacity: 0.75;
}
.theme-blueGreen #dynamicId .badges h1, .theme-blueGreen #dynamicId .badges .h1,
.theme-blueGreen #dynamicId .badges h2,
.theme-blueGreen #dynamicId .badges .h2,
.theme-blueGreen #dynamicId .badges h3,
.theme-blueGreen #dynamicId .badges .h3,
.theme-blueGreen #dynamicId .badges h4,
.theme-blueGreen #dynamicId .badges .h4,
.theme-blueGreen #dynamicId .badges h5,
.theme-blueGreen #dynamicId .badges .h5,
.theme-blueGreen #dynamicId .badges h6,
.theme-blueGreen #dynamicId .badges .h6 {
  margin: 5px 0;
}
.theme-blueGreen #dynamicId .vue-lists ul,
.theme-blueGreen #dynamicId .vue-lists ol {
  padding-left: 30px;
}
.theme-blueGreen #dynamicId .card .dropdown.float-right .dropdown-menu {
  left: inherit !important;
  right: 0 !important;
  top: 93% !important;
}
.theme-blueGreen #dynamicId .dataTables_paginate .pagination {
  border-radius: 0;
}
.theme-blueGreen #dynamicId .dataTables_paginate .pagination li {
  border-radius: 0 !important;
}
.theme-blueGreen #dynamicId .dataTables_paginate .pagination li a {
  border-radius: 0 !important;
  color: #272c33;
}
.theme-blueGreen #dynamicId .dataTables_paginate .pagination li.active a {
  background: #272c33;
  border-color: #272c33;
  color: #fff;
}
.theme-blueGreen #dynamicId .dataTables_paginate .pagination li:hover a {
  background: #272c33;
  border-color: #272c33;
  color: #fff;
}
.theme-blueGreen #dynamicId app-layout {
  display: block;
  width: 100%;
}
.theme-blueGreen #dynamicId app-layout app-header {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 99;
}
.theme-blueGreen #dynamicId app-layout app-left-panel {
  background: #00a650;
  height: 100vh;
  min-height: 100%;
  vertical-align: top;
  width: 280px;
  transition: width 0.3s ease;
  position: fixed;
  left: 0;
  z-index: 9;
  top: 0;
}
.theme-blueGreen #dynamicId app-layout app-right-panel {
  padding-left: 0 !important;
  transition: all 0.35s ease;
  margin-top: 135px;
  margin-bottom: 120px;
  display: block;
  float: right;
}
.theme-blueGreen #dynamicId app-layout app-right-panel .main-heading {
  font-size: 25px;
  color: #898989;
  width: 100%;
  display: block;
  margin-bottom: 25px;
}
.theme-blueGreen #dynamicId app-layout app-right-panel .page-header {
  min-height: 50px;
  margin: 0px;
  padding: 0px 15px;
  background: #ffffff;
  border-bottom: 0px;
}
.theme-blueGreen #dynamicId app-layout app-right-panel .page-header h1, .theme-blueGreen #dynamicId app-layout app-right-panel .page-header .h1 {
  font-size: 18px;
  padding: 15px 0;
}
.theme-blueGreen #dynamicId app-layout app-right-panel #scroll {
  bottom: 6px;
}
.theme-blueGreen #dynamicId app-layout app-right-panel h3, .theme-blueGreen #dynamicId app-layout app-right-panel .h3 {
  color: #0e3f60;
}
.theme-blueGreen #dynamicId.gradient {
  min-height: 570px;
  background-attachment: fixed;
}
.theme-blueGreen #dynamicId.blueClass {
  background: none;
}
.theme-blueGreen #dynamicId.gray-bg {
  background: #f0f0f7;
}
.theme-blueGreen #dynamicId .main-content {
  background: #f0f0f7;
  margin: 5% auto;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  min-height: 100%;
  padding: 0;
}
.theme-blueGreen #dynamicId .main-content header h1, .theme-blueGreen #dynamicId .main-content header .h1 {
  line-height: 30px;
}
.theme-blueGreen #dynamicId .main-content .banner {
  width: 100%;
  position: relative;
}
.theme-blueGreen #dynamicId .main-content .banner figcaption {
  position: absolute;
  margin: auto;
  color: white;
  font-size: 1.625rem;
  width: 60%;
  top: 5.5rem;
  left: 0;
  right: 0;
  font-weight: 500;
  line-height: normal;
}
.theme-blueGreen #dynamicId .main-content .banner figcaption button {
  font-size: 14px;
  clear: both;
  display: block;
  margin: auto;
}
.theme-blueGreen #dynamicId .main-content .content-heading {
  color: #A5A4BF;
  font-size: 1.375rem;
  font-weight: 400;
  padding: 1rem;
  text-align: center;
  display: inline-block;
}
.theme-blueGreen #dynamicId .main-content .form-input-border-line .card-body .left-box {
  border-right: solid 1px #e3e0e0;
}
.theme-blueGreen #dynamicId .main-content .form-input-border-line .card-body .left-box h5, .theme-blueGreen #dynamicId .main-content .form-input-border-line .card-body .left-box .h5 {
  color: #898989;
}
.theme-blueGreen #dynamicId .main-content .form-input-border-line .card-body .left-box .roles-details {
  box-shadow: none;
  border: 0;
}
.theme-blueGreen #dynamicId .main-content .form-input-border-line .card-body .left-box .roles-details .card-header {
  background: #43425D;
  color: white;
  font-size: 1.25rem;
  font-weight: 500;
}
.theme-blueGreen #dynamicId .main-content .form-input-border-line .card-body .left-box textarea {
  border: solid 1px #949494;
}
.theme-blueGreen #dynamicId .main-content .form-input-border-line .card-body .right-side-box {
  background: white;
  width: 100%;
  box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.14);
  min-height: 300px;
}
.theme-blueGreen #dynamicId .main-content .form-input-border-line .card-body .right-side-box h6, .theme-blueGreen #dynamicId .main-content .form-input-border-line .card-body .right-side-box .h6 {
  font-weight: 600;
  color: #898989;
}
.theme-blueGreen #dynamicId .main-content .form-input-border-line .card-body .right-side-box h6 img, .theme-blueGreen #dynamicId .main-content .form-input-border-line .card-body .right-side-box .h6 img {
  vertical-align: text-bottom;
}
.theme-blueGreen #dynamicId .main-content .form-input-border-line .card-body .right-side-box ul li {
  margin-top: 4px;
  font-size: 12px;
}
.theme-blueGreen #dynamicId .main-content .register_box {
  margin: 5% 0;
}
.theme-blueGreen #dynamicId .main-content .register_box .card, .theme-blueGreen #dynamicId .main-content .register_box .card .card-header {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.19);
  border: solid 1px rgba(95, 95, 95, 0.2901960784);
  padding: 20px 50px;
}
.theme-blueGreen #dynamicId .main-content .register_box .card .card-header {
  box-shadow: none;
  border: 0;
  padding: 25px 15px;
  background: none;
  color: #898989;
  display: block;
}
.theme-blueGreen #dynamicId .main-content .register_box .form-group .col-form-label {
  line-height: 47px;
}
.theme-blueGreen #dynamicId .main-content .select-common {
  display: none;
}
.theme-blueGreen #dynamicId header {
  height: 50px;
  clear: both;
  background: #0e3f60;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.33);
  transition: 0.225s ease-out;
}
.theme-blueGreen #dynamicId header h1, .theme-blueGreen #dynamicId header .h1 {
  font-size: 16px;
  color: #727186;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 50px;
  padding-left: 15px;
  overflow: hidden;
  height: 100%;
}
.theme-blueGreen #dynamicId header .user-dpdwn .dropdown-menu {
  top: 43px !important;
  left: inherit !important;
  padding: 15px;
  right: 0 !important;
  background: #00a650;
}
.theme-blueGreen #dynamicId header .user-dpdwn .dropdown-menu li a {
  color: white;
  padding: 0.35rem 0;
  display: block;
  border-bottom: solid 1px #c6c5dc;
}
.theme-blueGreen #dynamicId .breadcrumbs {
  background: none;
  display: inline-block;
  margin-top: 0;
  padding: 0 5px;
  width: 100%;
  display: block;
}
.theme-blueGreen #dynamicId .breadcrumbs .col-lg-8 .page-header {
  float: left;
}
.theme-blueGreen #dynamicId .breadcrumbs .breadcrumb {
  background: none;
  padding: 10px 0 0 0;
  font-size: 13px;
}
.theme-blueGreen #dynamicId .breadcrumbs .breadcrumb a {
  text-decoration: underline;
}
.theme-blueGreen #dynamicId .breadcrumbs .breadcrumb .breadcrumb-item {
  padding-left: 0;
}
.theme-blueGreen #dynamicId .breadcrumbs .breadcrumb .breadcrumb-item::before {
  content: normal;
}
.theme-blueGreen #dynamicId .form-group.required .control-label::after {
  content: "*";
  color: red;
}
.theme-blueGreen #dynamicId input::placeholder {
  color: #f4f4f4;
}
.theme-blueGreen #dynamicId .donation-bg {
  background: #f0f0f7;
  height: 100%;
}
.theme-blueGreen #dynamicId .donation-bg h1, .theme-blueGreen #dynamicId .donation-bg .h1 {
  line-height: 70px;
}
.theme-blueGreen #dynamicId .example-form {
  min-width: 270px;
  max-width: 500px;
  width: 100%;
}
.theme-blueGreen #dynamicId .example-full-width {
  width: 100%;
}
.theme-blueGreen #dynamicId .form-group {
  margin-bottom: 0;
}
.theme-blueGreen #dynamicId .form-group input[type=text],
.theme-blueGreen #dynamicId .form-group input[type=password],
.theme-blueGreen #dynamicId .form-group input[type=email],
.theme-blueGreen #dynamicId .form-group select,
.theme-blueGreen #dynamicId .form-group textarea {
  border: 0;
  border-bottom: solid 1px #A5A4BF;
  border-radius: 0;
  outline: 0;
  padding: 0;
  font-size: 13px;
}
.theme-blueGreen #dynamicId .form-group input[type=text]:focus,
.theme-blueGreen #dynamicId .form-group input[type=password]:focus,
.theme-blueGreen #dynamicId .form-group input[type=email]:focus,
.theme-blueGreen #dynamicId .form-group select:focus,
.theme-blueGreen #dynamicId .form-group textarea:focus {
  box-shadow: none;
}
.theme-blueGreen #dynamicId .form-group textarea {
  border: solid 1px #A5A4BF;
  resize: none;
  padding: 5px 10px;
}
.theme-blueGreen #dynamicId .form-group small, .theme-blueGreen #dynamicId .form-group .small {
  font-size: 12px;
  line-height: normal;
  font-weight: 400;
  color: #A5A4BF;
}
.theme-blueGreen #dynamicId .form-group .form-control-label {
  font-size: 13px;
  color: #898989;
  font-weight: 500;
  margin: auto 0;
}
.theme-blueGreen #dynamicId .form-group .checkbox {
  font-size: 13px;
  color: #898989;
}
.theme-blueGreen #dynamicId .form-group .checkbox input {
  vertical-align: middle;
  margin-right: 6px;
  display: inline-block;
}
.theme-blueGreen #dynamicId .btnLogin {
  border: 0;
  padding: 6px 12px;
  background: linear-gradient(to bottom, #00a650, #15834a);
  color: white;
  font-size: 14px !important;
  min-width: 100px;
  position: relative !important;
  height: 40px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  transition: all 0.3s ease-out;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.19);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.19);
}
.theme-blueGreen #dynamicId .btnLogin:hover {
  background: linear-gradient(to bottom, #0fc466, #39835c);
  position: relative;
  transition: all 0.3s ease-in;
  box-shadow: 0px 10px 12px -1px rgba(0, 0, 0, 0.27);
  -webkit-box-shadow: 0px 10px 12px -1px rgba(0, 0, 0, 0.27);
  -moz-box-shadow: 0px 10px 12px -1px rgba(0, 0, 0, 0.27);
}
.theme-blueGreen #dynamicId .btnBack {
  background: white;
  color: #A5A4BF;
  font-size: 14px;
  padding: 0;
  background: none;
  color: #00a650;
  font-size: 14px;
  text-decoration: underline;
  border: 0;
}
.theme-blueGreen #dynamicId .darkColor {
  background: #0e3f60;
  color: #FFFFFF;
}
.theme-blueGreen #dynamicId .darkBorder {
  border: 1px solid #475069;
  color: #00a650;
}
.theme-blueGreen #dynamicId .btnSocial {
  border: 0;
  background: none;
  color: #00a650;
}
.theme-blueGreen #dynamicId .close {
  position: initial;
  right: 20px;
  top: 12px;
  font-size: 25px !important;
  z-index: 9;
  cursor: pointer;
}
.theme-blueGreen #dynamicId .donate-modal h5, .theme-blueGreen #dynamicId .donate-modal .h5 {
  font-size: 1.25rem;
  font-weight: normal;
}
.theme-blueGreen #dynamicId .indianCurrency {
  color: #A5A4BF;
  font-weight: bold;
}
.theme-blueGreen #dynamicId .donation-ack .form-group .col-form-label {
  padding-top: 0;
}
.theme-blueGreen #dynamicId .donation-ack .form-group .col-form-label + span {
  font-size: 13px;
  display: inline-block;
  font-weight: 700;
  line-height: normal;
  padding-left: 4.8px;
}
.theme-blueGreen #dynamicId #left-panel .navbar-expand-sm {
  padding: 0;
}
.theme-blueGreen #dynamicId .user-management-c > .card, .theme-blueGreen #dynamicId .main-content .register_box .card .user-management-c > .card-header {
  min-height: 340px;
}
.theme-blueGreen #dynamicId .user-management-c h3, .theme-blueGreen #dynamicId .user-management-c .h3 {
  color: #0e3f60;
}
.theme-blueGreen #dynamicId .user-management-c .card-header {
  font-size: 20px;
  height: 40px;
  padding: 12px 20px;
}
.theme-blueGreen #dynamicId .user-management-c .card-header h5, .theme-blueGreen #dynamicId .user-management-c .card-header .h5 {
  line-height: 15px;
}
.theme-blueGreen #dynamicId .user-management-c table td {
  padding: 4px 11.2px;
}
.theme-blueGreen #dynamicId .user-icons a {
  width: 110px;
  height: 110px;
  display: block;
  float: left;
  margin-right: 15px;
  transition: all 0.3s ease-out;
  border: solid 1px rgba(218, 218, 218, 0.3294117647);
  cursor: pointer;
  position: relative;
}
.theme-blueGreen #dynamicId .user-icons a img {
  filter: invert(40%) sepia(61%) saturate(4070%) hue-rotate(131deg) brightness(97%) contrast(102%);
  margin: 17px auto 7px auto !important;
}
.theme-blueGreen #dynamicId .user-icons a i {
  font-size: 40px;
  text-align: center;
  display: block;
  color: #A5A4BF;
  transition: all 0.3s ease-out;
}
.theme-blueGreen #dynamicId .user-icons a p {
  font-size: 13px;
  color: #0e3f60;
  transition: all 0.3s ease-out;
  line-height: 12px;
  display: block;
  text-align: center;
}
.theme-blueGreen #dynamicId .add-new-field {
  color: #00a650 !important;
  cursor: pointer;
  text-decoration: underline !important;
  transition: all 0.3s ease-in;
}
.theme-blueGreen #dynamicId .switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 20px;
  margin-bottom: 0;
}
.theme-blueGreen #dynamicId .switch input {
  display: none;
}
.theme-blueGreen #dynamicId .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #475069;
  transition: 0.4s;
}
.theme-blueGreen #dynamicId .slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 1px;
  bottom: 1px;
  border: 1px solid #475069;
  transition: 0.4s;
}
.theme-blueGreen #dynamicId input:checked + .slider {
  background-color: #00a650;
  border: none;
}
.theme-blueGreen #dynamicId input:checked + .slider:before {
  background: #FFFFFF;
  border: none;
}
.theme-blueGreen #dynamicId input:focus + .slider {
  box-shadow: 0 0 1px #3C3B54;
}
.theme-blueGreen #dynamicId input:checked + .slider:before {
  transform: translateX(21px);
  top: 2px;
}
.theme-blueGreen #dynamicId .slider.round {
  border-radius: 34px;
}
.theme-blueGreen #dynamicId .slider.round:before {
  border-radius: 50%;
}
.theme-blueGreen #dynamicId .remove-input {
  font-size: 14px;
  color: #A5A4BF !important;
  text-decoration: underline !important;
}
.theme-blueGreen #dynamicId .remove-input:hover {
  text-decoration: underline;
}
.theme-blueGreen #dynamicId .createProcessBtn {
  font-size: 14px;
  background: white;
  text-decoration: underline;
}
.theme-blueGreen #dynamicId .mat-mdc-table {
  max-height: 312px;
  overflow: auto;
  margin-bottom: 0;
}
.theme-blueGreen #dynamicId .mat-mdc-table td {
  vertical-align: middle !important;
  color: #000000;
}
.theme-blueGreen #dynamicId .mat-mdc-table thead {
  background: #fffcd6 !important;
  color: #000 !important;
  white-space: nowrap;
}
.theme-blueGreen #dynamicId .mat-mdc-table thead th {
  z-index: 1 !important;
}
.theme-blueGreen #dynamicId .mat-mdc-table thead th span.sort-data {
  font-size: 10px;
  color: #00a650;
  cursor: pointer;
}
.theme-blueGreen #dynamicId .mat-mdc-table thead th,
.theme-blueGreen #dynamicId .mat-mdc-table tbody td {
  padding: 10px !important;
}
.theme-blueGreen #dynamicId .mat-mdc-table .mat-mdc-row {
  height: 40px;
  background: #fff;
}
.theme-blueGreen #dynamicId .mat-mdc-table .mat-mdc-row:hover {
  background: #e1f0fa;
}
.theme-blueGreen #dynamicId .mat-mdc-table .mat-mdc-header-row {
  height: auto;
  padding: 10px 0;
}
.theme-blueGreen #dynamicId .mat-mdc-table .mat-mdc-header-cell {
  padding: 14.4px 11.2px;
  font-size: 14px;
  color: #000000;
  min-width: 120px;
}
.theme-blueGreen #dynamicId .mat-mdc-table .mat-mdc-header-cell .fa-question-circle {
  font-size: 12px;
}
.theme-blueGreen #dynamicId .mat-mdc-table .mat-column-Actions i {
  font-size: 18px;
  display: inline-block;
  padding-right: 5px;
}
.theme-blueGreen #dynamicId .mat-mdc-table tr.example-detail-row {
  height: 0;
}
.theme-blueGreen #dynamicId .mat-mdc-table tr.example-detail-row td {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.theme-blueGreen #dynamicId .mat-mdc-table tr.example-detail-row:hover {
  background: none;
}
.theme-blueGreen #dynamicId .mat-mdc-table tr.example-element-row:not(.example-expanded-row):hover {
  background: #f5f5f5;
}
.theme-blueGreen #dynamicId .mat-mdc-table tr.example-element-row:not(.example-expanded-row):active {
  background: #efefef;
}
.theme-blueGreen #dynamicId .mat-mdc-table .example-element-row td {
  border-bottom-width: 0;
}
.theme-blueGreen #dynamicId .mat-mdc-table .example-element-detail {
  overflow: hidden;
  margin: 20px auto;
  width: 90%;
}
.theme-blueGreen #dynamicId .mat-mdc-table::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.theme-blueGreen #dynamicId .mat-mdc-table::-webkit-scrollbar-track {
  background: #dedee6;
}
.theme-blueGreen #dynamicId .mat-mdc-table::-webkit-scrollbar-thumb {
  background: #00a650;
}
.theme-blueGreen #dynamicId .uploaded-file {
  width: 100%;
}
.theme-blueGreen #dynamicId .uploaded-file span {
  border-bottom: solid 2px #a5a4bf;
  min-width: 300px;
  display: inline-block;
  padding-bottom: 8px;
  vertical-align: bottom;
  margin-right: 8px;
}
.theme-blueGreen #dynamicId .uploaded-file img {
  filter: invert(40%) sepia(61%) saturate(4070%) hue-rotate(131deg) brightness(97%) contrast(102%);
}
.theme-blueGreen #dynamicId .uploaded-file .remove-input {
  color: #0e3f60 !important;
}
.theme-blueGreen #dynamicId .loginheader {
  background: #00a650;
  height: 70px;
}
.theme-blueGreen #dynamicId .loginheader h2, .theme-blueGreen #dynamicId .loginheader .h2 {
  color: white;
  font-size: 1.05rem;
  line-height: 70px;
  text-transform: uppercase;
}
.theme-blueGreen #dynamicId .loginheader a {
  color: white !important;
  line-height: 70px;
}
.theme-blueGreen #dynamicId .login-box-c .card, .theme-blueGreen #dynamicId .login-box-c .main-content .register_box .card .card-header, .theme-blueGreen #dynamicId .main-content .register_box .card .login-box-c .card-header {
  box-shadow: 0px 0px 28px 0px rgba(0, 0, 0, 0.09);
}
.theme-blueGreen #dynamicId .login-box-c .login-left h1, .theme-blueGreen #dynamicId .login-box-c .login-left .h1 {
  font-size: 28px;
  color: #898989;
}
.theme-blueGreen #dynamicId .login-box-c .login-left label,
.theme-blueGreen #dynamicId .login-box-c .login-left input {
  font-size: 14px;
  height: auto;
}
.theme-blueGreen #dynamicId .login-box-c .login-middle .ver-line {
  height: 100%;
  display: inline-block;
  position: relative;
  display: table;
  margin: 0 auto;
}
.theme-blueGreen #dynamicId .login-box-c .login-middle .ver-line:before {
  position: absolute;
  width: 40px;
  height: 40px;
  background: white;
  border-radius: 40px;
  content: "or";
  top: 0;
  bottom: 0;
  left: -22px;
  right: 0;
  margin: auto;
  z-index: 1;
  text-align: center;
  display: block;
  line-height: 40px;
}
.theme-blueGreen #dynamicId .login-box-c .login-middle .ver-line:after {
  position: absolute;
  width: 1px;
  height: 100%;
  background: #A5A4BF;
  content: "";
  top: 0;
  bottom: 0;
}
.theme-blueGreen #dynamicId .login-box-c .login-right {
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.theme-blueGreen #dynamicId .login-box-c .login-right button {
  background: none;
  border: none;
  font-size: 13px;
  margin: 10px 0;
  padding: 0;
  display: block;
  width: 184px;
  height: 34px;
  text-align: left;
}
.theme-blueGreen #dynamicId .login-box-c .login-right button i {
  font-size: 20px;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 23px;
  vertical-align: middle;
}
.theme-blueGreen #dynamicId .login-box-c .login-right .email-btn {
  border: solid 1px #A5A4BF;
}
.theme-blueGreen #dynamicId .login-box-c .login-right .email-btn i {
  background: #A5A4BF;
  color: white;
}
.theme-blueGreen #dynamicId .login-box-c .login-right .faceBook-btn {
  border: solid 1px #3a559f;
}
.theme-blueGreen #dynamicId .login-box-c .login-right .faceBook-btn i {
  background: #3a559f;
  color: white;
}
.theme-blueGreen #dynamicId .login-box-c .login-right .twitter-btn {
  border: solid 1px #50abf1;
}
.theme-blueGreen #dynamicId .login-box-c .login-right .twitter-btn i {
  background: #50abf1;
  color: white;
}
.theme-blueGreen #dynamicId .login-box-c .login-right .google-btn {
  border: solid 1px #dc4e41;
}
.theme-blueGreen #dynamicId .login-box-c .login-right .google-btn i {
  background: #dc4e41;
  color: white;
}
.theme-blueGreen #dynamicId .login-box-c .logincheckbox a {
  text-decoration: underline;
}
.theme-blueGreen #dynamicId .login-box-c .forgot-pwd {
  margin-left: 30px;
  text-decoration: underline;
  display: block;
  line-height: 36px;
}
.theme-blueGreen #dynamicId .login-modal .modal-header .close {
  top: 15px;
  right: 20px;
}
.theme-blueGreen #dynamicId #partyDetails .card, .theme-blueGreen #dynamicId #partyDetails .main-content .register_box .card .card-header, .theme-blueGreen #dynamicId .main-content .register_box .card #partyDetails .card-header {
  margin-bottom: 0;
}
.theme-blueGreen #dynamicId .avatar-edit label {
  overflow: hidden;
}
.theme-blueGreen #dynamicId .avatar-edit img {
  /* IE 9 */
  /* Safari */
  transform: scale(1.1);
  height: 100%;
}
.theme-blueGreen #dynamicId #party-role-b td {
  vertical-align: baseline;
}
.theme-blueGreen #dynamicId #party-role-b span td {
  border: 0 !important;
}
.theme-blueGreen #dynamicId button[disabled] {
  opacity: 0.5;
  cursor: not-allowed !important;
}
.theme-blueGreen #dynamicId .modal .modal-header {
  background: #0e3f60;
  border-radius: 0;
  color: #fff;
  padding: 10px;
  height: 50px;
}
.theme-blueGreen #dynamicId .modal .modal-header .close {
  color: #fff;
  opacity: 1;
  font-weight: normal;
  top: 10px;
  position: absolute;
  font-size: 28px;
  font-family: "Roboto Slab", serif;
}
.theme-blueGreen #dynamicId .modal h5, .theme-blueGreen #dynamicId .modal .h5 {
  font-size: 20px;
  margin-bottom: 0;
  line-height: 30px;
  max-width: 93%;
  width: 100%;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.theme-blueGreen #dynamicId .mat-mdc-input-element {
  line-height: 24px !important;
  font-size: 13px !important;
}
.theme-blueGreen #dynamicId .mat-form-field-label,
.theme-blueGreen #dynamicId .mat-select-value-text,
.theme-blueGreen #dynamicId .mat-input-element,
.theme-blueGreen #dynamicId .mat-option-text {
  font-size: 14px !important;
}
.theme-blueGreen #dynamicId #mappingTab table thead th {
  background: #0e3f60;
  color: white;
}
.theme-blueGreen #dynamicId #mappingTab table tbody {
  background: #fffcd6;
}
.theme-blueGreen #dynamicId #mappingTab table td {
  padding-bottom: 10px;
  height: 45px;
  overflow: hidden;
}
.theme-blueGreen #dynamicId #mappingTab table td select {
  background: none;
  border: 0;
  height: auto;
}
.theme-blueGreen #dynamicId #mappingTab table td select:focus {
  outline: 0;
}
.theme-blueGreen #dynamicId #mappingTab table td .fa-times,
.theme-blueGreen #dynamicId #mappingTab table td .fa-check {
  color: #0e3f60;
}
.theme-blueGreen #dynamicId #mappingTab .fa-chain-broken,
.theme-blueGreen #dynamicId #mappingTab .fa-link {
  color: #0e3f60;
}
.theme-blueGreen #dynamicId .search-user-b .card-body form {
  margin: 0;
  padding: 0;
  width: 100%;
}
.theme-blueGreen #dynamicId .search-user-b label {
  font-size: 14px;
  display: inline-block;
  line-height: normal;
  margin-bottom: 0;
  margin-top: 20px;
}
.theme-blueGreen #dynamicId .search-user-b .mat-mdc-select {
  margin-top: 5px;
  line-height: 24px;
}
.theme-blueGreen #dynamicId .mat-mdc-tab-group {
  font-family: "Exo 2", sans-serif !important;
}
.theme-blueGreen #dynamicId .mat-mdc-tab-group .mat-mdc-tab-header {
  margin-top: -1px;
  /* TODO(mdc-migration): The following rule targets internal classes of tabs that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of tabs that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of tabs that may no longer apply for the MDC version.*/
}
.theme-blueGreen #dynamicId .mat-mdc-tab-group .mat-mdc-tab-header .mat-tab-list {
  /* TODO(mdc-migration): The following rule targets internal classes of tabs that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of tabs that may no longer apply for the MDC version.*/
}
.theme-blueGreen #dynamicId .mat-mdc-tab-group .mat-mdc-tab-header .mat-tab-list .mat-ink-bar {
  background-color: #43425d;
}
.theme-blueGreen #dynamicId .mat-mdc-tab-group .mat-mdc-tab-header .mat-tab-list .mat-tab-labels {
  /* TODO(mdc-migration): The following rule targets internal classes of tabs that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of tabs that may no longer apply for the MDC version.*/
}
.theme-blueGreen #dynamicId .mat-mdc-tab-group .mat-mdc-tab-header .mat-tab-list .mat-tab-labels .mat-tab-label {
  opacity: 1;
  color: #000000;
  font-weight: bold;
  background: none;
  padding: 0 10px;
  min-width: 0;
}
.theme-blueGreen #dynamicId .mat-mdc-tab-group .mat-mdc-tab-header .mat-tab-list .mat-tab-labels .mat-tab-label:focus {
  background: none;
}
.theme-blueGreen #dynamicId .mat-mdc-tab-group .mat-mdc-tab-header .mat-tab-list .mat-tab-labels .mat-tab-label .mat-ripple-element {
  background: none !important;
}
.theme-blueGreen #dynamicId .mat-mdc-tab-group .mat-mdc-tab-header .mat-tab-list .mat-tab-labels .mat-tab-label-active {
  background: none;
}
.theme-blueGreen #dynamicId mat-label {
  font-weight: 700;
  font-size: 14px;
}
.theme-blueGreen #dynamicId owl-date-time-inline .owl-dt-inline-container {
  width: 95%;
  float: right;
  box-shadow: none;
  border: solid 1px #dbdbdb;
  z-index: 7;
}
.theme-blueGreen #dynamicId .owl-dt-inline-container .owl-dt-calendar,
.theme-blueGreen #dynamicId .owl-dt-popup-container .owl-dt-calendar {
  height: auto !important;
}
.theme-blueGreen #dynamicId .owl-dt-calendar-control {
  padding: 1.5em;
}
.theme-blueGreen #dynamicId .owl-dt-timer-box {
  width: 40%;
}
.theme-blueGreen #dynamicId div[ng-reflect-ng-switch=multi-years],
.theme-blueGreen #dynamicId div[ng-reflect-ng-switch=year] {
  width: 12em;
}
.theme-blueGreen #dynamicId .event-heading-a {
  font-size: 1.25rem;
  text-decoration: underline !important;
  font-weight: 600;
}
.theme-blueGreen #dynamicId .share-event ul {
  left: inherit !important;
  right: 0 !important;
  border: 0;
  top: 28px !important;
  box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.09);
  min-width: auto;
  padding: 0;
}
.theme-blueGreen #dynamicId .share-event ul li {
  white-space: nowrap;
}
.theme-blueGreen #dynamicId .share-event ul li:last-of-type a {
  border-bottom: none;
}
.theme-blueGreen #dynamicId .share-event ul li a {
  font-size: 14px;
  border-bottom: solid 1px #dedede;
  padding: 0;
  display: block;
  line-height: 30px;
}
.theme-blueGreen #dynamicId .share-event ul li a .fa {
  font-size: 20px;
  width: 26px;
  text-align: center;
  margin: 5px 2px;
  height: 26px;
  line-height: 20px;
}
.theme-blueGreen #dynamicId .share-event ul li a .fa:hover {
  opacity: 0.7;
}
.theme-blueGreen #dynamicId .share-event button.eventShareButton + ul {
  right: inherit !important;
}
.theme-blueGreen #dynamicId .events-bottom-icon {
  bottom: 0;
  width: 100%;
}
.theme-blueGreen #dynamicId .events-bottom-icon .evnt-modal-icns {
  min-width: 90px;
  max-width: 140px;
}
.theme-blueGreen #dynamicId .events-bottom-icon button img {
  vertical-align: top;
  max-height: 30px;
  height: 40px;
}
.theme-blueGreen #dynamicId .events-bottom-icon .eventButton {
  max-width: 100%;
}
.theme-blueGreen #dynamicId .join-event ul {
  left: inherit !important;
  right: 0 !important;
  border: 0;
  top: 58px !important;
  box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.09);
  min-width: auto;
  padding: 0;
  background: #43425d;
}
.theme-blueGreen #dynamicId .join-event ul li {
  white-space: nowrap;
}
.theme-blueGreen #dynamicId .join-event ul li:last-of-type a {
  border-bottom: none;
}
.theme-blueGreen #dynamicId .join-event ul li a {
  font-size: 13px;
  border-bottom: solid 1px #dedede;
  padding: 0 15px;
  display: block;
  line-height: 30px;
  color: #c8c9ce !important;
}
.theme-blueGreen #dynamicId .hours-lite-c {
  color: #e6e6eb;
}
.theme-blueGreen #dynamicId #viewEvent .close {
  top: 5px;
}
.theme-blueGreen #dynamicId .pointer {
  vertical-align: text-top;
}
.theme-blueGreen #dynamicId .activity-comments {
  background: #f2f1ff;
  color: #000000;
  font-size: 12px;
}
.theme-blueGreen #dynamicId .activity-comments .user-info-text {
  font-weight: 600;
  color: #a5a4bf;
}
.theme-blueGreen #dynamicId .activity-comments .activity-desc {
  margin-left: 83px;
}
.theme-blueGreen #dynamicId .load-more a {
  text-decoration: underline !important;
  color: #a5a4bf !important;
}
.theme-blueGreen #dynamicId .mat-form-field-appearance-legacy.mat-form-field-disabled {
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.theme-blueGreen #dynamicId .mat-form-field-appearance-legacy.mat-form-field-disabled .mat-form-field-underline {
  background: none !important;
  border-bottom: solid 1px #ccc;
}
.theme-blueGreen #dynamicId .evnt-desc-m {
  padding-left: 0;
  padding-bottom: 20px;
}
.theme-blueGreen #dynamicId .c-pointer {
  cursor: pointer !important;
}
.theme-blueGreen #dynamicId .fixed-table tbody {
  display: block;
  height: 300px;
  overflow: auto;
}
.theme-blueGreen #dynamicId .fixed-table tbody::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.theme-blueGreen #dynamicId .fixed-table tbody::-webkit-scrollbar-track {
  background: #dedee6;
}
.theme-blueGreen #dynamicId .fixed-table tbody::-webkit-scrollbar-thumb {
  background: #00a650;
}
.theme-blueGreen #dynamicId .fixed-table thead,
.theme-blueGreen #dynamicId .fixed-table tbody tr {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.theme-blueGreen #dynamicId .fixed-table thead {
  width: calc(100% - 17px);
}
.theme-blueGreen #dynamicId .fixed-table thead th {
  color: #0e3f60;
}
.theme-blueGreen #dynamicId .clearfix {
  clear: both !important;
}
.theme-blueGreen #dynamicId .error-font-size,
.theme-blueGreen #dynamicId .mat-mdc-form-field-error {
  font-size: 13px !important;
  display: inline;
}
.theme-blueGreen #dynamicId .cdk-overlay-container {
  z-index: 1050 !important;
}
.theme-blueGreen #dynamicId .mat-mdc-form-field.mat-form-field-invalid .mat-form-field-label {
  color: rgba(0, 0, 0, 0.54);
}
.theme-blueGreen #dynamicId .mat-form-field-appearance-legacy .mat-form-field-label span {
  color: #dc3545;
  font-size: 15px;
}
.theme-blueGreen #dynamicId .existUser {
  color: #dc3545;
}
.theme-blueGreen #dynamicId .authentication-email {
  margin-top: 19px;
  font-size: 14px;
  font-weight: 600;
}
.theme-blueGreen #dynamicId #menuToggle {
  width: 60px;
  height: 45px;
  position: relative;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
  transform: scale(0.333);
}
.theme-blueGreen #dynamicId #menuToggle span {
  background: #0e3f60;
  display: block;
  position: absolute;
  height: 9px;
  width: 50%;
  opacity: 1;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
.theme-blueGreen #dynamicId #menuToggle span:nth-child(even) {
  left: 50%;
  border-radius: 0 9px 9px 0;
}
.theme-blueGreen #dynamicId #menuToggle span:nth-child(odd) {
  left: 0px;
  border-radius: 9px 0 0 9px;
}
.theme-blueGreen #dynamicId #menuToggle span:nth-child(1), .theme-blueGreen #dynamicId #menuToggle span:nth-child(2) {
  top: 0px;
}
.theme-blueGreen #dynamicId #menuToggle span:nth-child(1) {
  top: 7px;
  transform: rotate(-45deg);
}
.theme-blueGreen #dynamicId #menuToggle span:nth-child(2) {
  opacity: 0;
}
.theme-blueGreen #dynamicId #menuToggle span:nth-child(3), .theme-blueGreen #dynamicId #menuToggle span:nth-child(4) {
  top: 18px;
}
.theme-blueGreen #dynamicId #menuToggle span:nth-child(5), .theme-blueGreen #dynamicId #menuToggle span:nth-child(6) {
  top: 36px;
}
.theme-blueGreen #dynamicId #menuToggle span:nth-child(5) {
  transform: rotate(45deg);
  top: 28px;
}
.theme-blueGreen #dynamicId #menuToggle span:nth-child(6) {
  opacity: 0;
}
.theme-blueGreen #dynamicId #menuToggle.open span:nth-child(1), .theme-blueGreen #dynamicId #menuToggle.open span:nth-child(6) {
  transform: rotate(45deg);
}
.theme-blueGreen #dynamicId #menuToggle.open span:nth-child(2), .theme-blueGreen #dynamicId #menuToggle.open span:nth-child(5) {
  transform: rotate(-45deg);
}
.theme-blueGreen #dynamicId #menuToggle.open span:nth-child(1) {
  left: 28px;
  top: 7px;
  transform: rotate(45deg);
}
.theme-blueGreen #dynamicId #menuToggle.open span:nth-child(2) {
  left: calc(50% - 5px);
  top: 18px;
  opacity: 1;
  transform: rotate(-180deg);
}
.theme-blueGreen #dynamicId #menuToggle.open span:nth-child(3) {
  left: -50%;
  opacity: 0;
}
.theme-blueGreen #dynamicId #menuToggle.open span:nth-child(4) {
  left: 100%;
  opacity: 0;
}
.theme-blueGreen #dynamicId #menuToggle.open span:nth-child(5) {
  left: 5px;
  top: 18px;
  transform: rotate(-180deg);
}
.theme-blueGreen #dynamicId #menuToggle.open span:nth-child(6) {
  top: 27px;
  transform: rotate(-45deg);
  opacity: 1;
}
.theme-blueGreen #dynamicId .donation--btn {
  display: block;
  margin: 0 auto;
}
.theme-blueGreen #dynamicId .req-text {
  width: 58%;
  margin-top: 20px;
}
.theme-blueGreen #dynamicId .evtm-des {
  display: block;
  height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 150px;
  white-space: nowrap;
}
.theme-blueGreen #dynamicId .evtm-name {
  width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 20px;
}
.theme-blueGreen #dynamicId .public-event-wrapper,
.theme-blueGreen #dynamicId .public-donationfund {
  width: 100%;
  max-width: 767px;
  margin: 20px auto;
  background: #fff;
  padding: 20px;
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.1);
}
.theme-blueGreen #dynamicId .public-donationfund lable {
  display: inline-block;
}
.theme-blueGreen #dynamicId .public-donationfund span {
  display: block;
  padding: 5px 0 0 5px;
  font-weight: 600;
  font-size: 14px;
}
.theme-blueGreen #dynamicId .public-donationfund.p-d-message h6, .theme-blueGreen #dynamicId .public-donationfund.p-d-message .h6 {
  line-height: 26px;
}
.theme-blueGreen #dynamicId .sm-pstmsg-msg {
  width: 300px;
  overflow: hidden;
  height: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.theme-blueGreen #dynamicId .tooltip.show {
  opacity: 1;
}
.theme-blueGreen #dynamicId .tooltip-inner {
  max-width: 300px;
  opacity: 1;
}
.theme-blueGreen #dynamicId .tooltip.bs-tooltip-auto[x-placement^=right] .arrow::before,
.theme-blueGreen #dynamicId .tooltip.bs-tooltip-right .arrow::before,
.theme-blueGreen #dynamicId .tooltip.bs-tooltip-auto[x-placement^=right] .arrow::before {
  border-left-color: #595775;
}
.theme-blueGreen #dynamicId .bs-tooltip-right .arrow::before,
.theme-blueGreen #dynamicId .bs-tooltip-auto[x-placement^=right] .arrow::before {
  border-right-color: #595775;
}
.theme-blueGreen #dynamicId #socialLinkModal .socialBtn {
  width: 100%;
  background: none;
}
.theme-blueGreen #dynamicId #socialLinkModal .socialBtn:hover {
  background: none;
}
.theme-blueGreen #dynamicId .faceBook-btn i {
  color: #3a559f;
  vertical-align: sub;
}
.theme-blueGreen #dynamicId .twitter-btn i {
  color: #50abf1;
  vertical-align: sub;
}
.theme-blueGreen #dynamicId .google-btn i {
  color: #dc4e41;
  vertical-align: initial;
}
.theme-blueGreen #dynamicId .party-info-address {
  padding: 10px !important;
  margin: 20px 0 !important;
  height: 90px;
}
.theme-blueGreen #dynamicId .border {
  border: 1px solid #dbdbdb !important;
}
.theme-blueGreen #dynamicId .create-survey .card-header {
  border: 0;
  color: #fff;
  font-size: 14px;
  padding: 10px !important;
  font-weight: 600;
}
.theme-blueGreen #dynamicId .create-survey .card-body {
  font-size: 13px;
}
.theme-blueGreen #dynamicId .survey-date-time,
.theme-blueGreen #dynamicId .survey-share {
  font-weight: 600;
}
.theme-blueGreen #dynamicId .survey-date-time label,
.theme-blueGreen #dynamicId .survey-share label {
  color: #9e9e9e;
  font-weight: 600 !important;
}
.theme-blueGreen #dynamicId .survey-question-page {
  /* TODO(mdc-migration): The following rule targets internal classes of select that may no longer apply for the MDC version.*/
}
.theme-blueGreen #dynamicId .survey-question-page .mat-select-placeholder {
  line-height: 26px;
}
.theme-blueGreen #dynamicId .new-question-b button i {
  font-size: 21px;
  display: inline-block;
  vertical-align: sub;
  padding-right: 5px;
}
.theme-blueGreen #dynamicId #previewQuestions b {
  font-weight: 600 !important;
}
.theme-blueGreen #dynamicId #previewQuestions .modal-header {
  background: #a5a4bf;
  border-bottom: 0;
}
.theme-blueGreen #dynamicId #previewQuestions .modal-header .close {
  color: #bcbccb;
}
.theme-blueGreen #dynamicId #previewQuestions .survey--time {
  width: 96%;
}
.theme-blueGreen #dynamicId #previewQuestions .survey--time strong {
  color: #0e3f60;
}
.theme-blueGreen #dynamicId #previewQuestions .mat-mdc-radio-group .mat-mdc-radio-button {
  font-family: "Exo 2", sans-serif;
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
}
.theme-blueGreen #dynamicId #previewQuestions .mat-mdc-radio-group .mat-mdc-radio-button .mat-radio-label-content {
  font-family: "Exo 2", sans-serif;
  padding-left: 0;
  padding-right: 8px;
}
.theme-blueGreen #dynamicId .mat-mdc-select {
  line-height: 24px;
}
.theme-blueGreen #dynamicId .create-survey {
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.theme-blueGreen #dynamicId .create-survey .mat-form-field-infix {
  width: auto;
}
.theme-blueGreen #dynamicId .survey-questions .survey-date {
  font-size: 14px;
  text-align: right;
  line-height: 30px;
}
.theme-blueGreen #dynamicId .survey-questions .share-survey .dropdown-menu {
  width: 100%;
  top: 43px !important;
}
.theme-blueGreen #dynamicId .survey-questions .card-header {
  line-height: normal;
}
.theme-blueGreen #dynamicId #SurveyCloseModal .modal-header h5 i, .theme-blueGreen #dynamicId #SurveyCloseModal .modal-header .h5 i {
  font-size: 30px;
  vertical-align: sub;
}
.theme-blueGreen #dynamicId .add-questions-w {
  width: 90%;
  float: left;
}
.theme-blueGreen #dynamicId .add-questions-w .add-question-i {
  width: 100%;
}
.theme-blueGreen #dynamicId .add-questions-w .add-question-i mat-form-field {
  width: 96%;
  float: left;
}
.theme-blueGreen #dynamicId .add-qst-add {
  float: left;
}
.theme-blueGreen #dynamicId .dashboard-wrapper a {
  width: auto;
  display: inline-block;
  padding-right: 40px;
  transition: all 0.5s ease-in;
}
.theme-blueGreen #dynamicId .dashboard-wrapper a p {
  font-size: 14px;
  margin-top: 6px;
}
.theme-blueGreen #dynamicId .dashboard-wrapper a:hover p {
  color: #a5a4bf !important;
  transition: all 0.5s ease-out;
}
.theme-blueGreen #dynamicId .custom-table-wrapper .ag-body-viewport::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.theme-blueGreen #dynamicId .custom-table-wrapper .ag-body-viewport::-webkit-scrollbar-track {
  background: #dedee6;
}
.theme-blueGreen #dynamicId .custom-table-wrapper .ag-body-viewport::-webkit-scrollbar-thumb {
  background: #00a650;
}
.theme-blueGreen #dynamicId .view-report-w {
  min-height: 0 !important;
}
.theme-blueGreen #dynamicId .chartdiv {
  overflow: visible;
  text-align: left;
  max-height: 400px;
  margin: 0 auto;
  width: 99%;
}
.theme-blueGreen #dynamicId .chartdiv:last-of-type {
  border-bottom: none;
}
.theme-blueGreen #dynamicId .chartdiv .amcharts-main-div {
  background: rgba(71, 80, 105, 0.231372549);
  margin-bottom: 20px;
}
.theme-blueGreen #dynamicId .chartdiv a {
  visibility: hidden;
  display: none;
}
.theme-blueGreen #dynamicId .time-stats {
  height: auto;
  padding: 10px 0;
  margin-bottom: 0;
}
.theme-blueGreen #dynamicId .timeChart {
  float: left;
}
.theme-blueGreen #dynamicId .timeChart .amcharts-chart-div {
  height: 100%;
}
.theme-blueGreen #dynamicId .timeChart .amcharts-chart-div svg {
  height: 100%;
}
.theme-blueGreen #dynamicId .timeChart .amcharts-export-menu {
  position: absolute;
  visibility: hidden;
  background: #fff;
}
.theme-blueGreen #dynamicId .responderChartMember {
  width: 288px;
  min-height: 150px !important;
  margin: auto;
}
.theme-blueGreen #dynamicId .responderChartMember h5, .theme-blueGreen #dynamicId .responderChartMember .h5 {
  color: #0e3f60;
  font-weight: bold;
}
.theme-blueGreen #dynamicId .responderChartMember .memberCount {
  font-size: 26px;
  font-weight: bold;
  background: #0e3f60;
  color: #fff;
  height: 60px;
  width: 60px;
  border-radius: 60px;
  line-height: 28px;
  margin: auto;
}
.theme-blueGreen #dynamicId .remove-question {
  position: absolute;
  margin-left: -10px;
}
.theme-blueGreen #dynamicId .tcWithoutScroll table tbody {
  height: auto !important;
}
.theme-blueGreen #dynamicId #viewModal label.message {
  padding-top: 0;
}
.theme-blueGreen #dynamicId .timeChartTable table thead {
  width: 100%;
}
.theme-blueGreen #dynamicId .timeChartTable table thead th {
  border-top: 1px solid #dee2e6 !important;
  border-bottom: 0;
  width: auto !important;
}
.theme-blueGreen #dynamicId .timeChartTable table thead th:first-child {
  width: auto !important;
}
.theme-blueGreen #dynamicId .timeChartTable table tbody tr td {
  width: auto !important;
}
.theme-blueGreen #dynamicId .timeChartTable table tbody::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.theme-blueGreen #dynamicId .timeChartTable table tbody::-webkit-scrollbar-track {
  background: #dedee6;
}
.theme-blueGreen #dynamicId .timeChartTable table tbody::-webkit-scrollbar-thumb {
  background: #00a650;
}
.theme-blueGreen #dynamicId .amExportButton ul li.export-main a {
  visibility: visible;
  display: block;
  background: #00a650 url('download_white.07d2a3b65c03c324.svg') no-repeat 0 0;
  background-size: 14px;
  background-position: center;
}
.theme-blueGreen #dynamicId .amExportButton ul li.export-main a[title="JavaScript charts"] {
  visibility: hidden;
  display: none;
}
.theme-blueGreen #dynamicId .amcharts-export-menu .export-drawing > a {
  visibility: hidden;
  display: none;
}
.theme-blueGreen #dynamicId .response-table {
  position: relative;
}
.theme-blueGreen #dynamicId .response-table .downloadCsv {
  position: absolute;
  right: 18px;
  top: -34px;
  background: white;
  width: 37px;
  height: 37px;
  border-radius: 30px;
  box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.24);
  z-index: 7;
  text-align: center;
  padding-top: 5px;
  cursor: pointer;
}
.theme-blueGreen #dynamicId .response-table .downloadCsv img {
  filter: invert(40%) sepia(61%) saturate(4070%) hue-rotate(131deg) brightness(97%) contrast(102%);
}
.theme-blueGreen #dynamicId .custom-alert-p {
  position: absolute;
  width: 95%;
}
.theme-blueGreen #dynamicId .admin-register-alert {
  position: static;
}
.theme-blueGreen #dynamicId .admin-register-alert .close {
  position: absolute;
  right: 0;
  top: 0px;
  font-size: 24px !important;
}
.theme-blueGreen #dynamicId .bank-details-l label {
  font-size: 12px;
  line-height: 8px;
  min-width: 120px;
}
.theme-blueGreen #dynamicId .bank-details-l label span {
  font-size: 14px;
}
.theme-blueGreen #dynamicId .bank-details-labels label {
  line-height: 16px;
  min-width: 300px;
  font-weight: 600 !important;
}
.theme-blueGreen #dynamicId .bank-details-labels label span {
  font-weight: normal;
}
.theme-blueGreen #dynamicId .disclaimer-text .disclaimer--text {
  margin-bottom: 0;
}
.theme-blueGreen #dynamicId .disclaimer-text .disclaimer--text span {
  font-size: 8px;
  vertical-align: inherit;
}
.theme-blueGreen #dynamicId .disclaimer-text .disclaimer--text strong {
  font-weight: 600;
}
.theme-blueGreen #dynamicId .btn-color {
  color: #a5a4bf !important;
}
.theme-blueGreen #dynamicId .public--survey {
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
}
.theme-blueGreen #dynamicId .public--survey .mat-radio-label {
  white-space: normal;
  padding-top: 0;
  margin-bottom: 4.8px;
}
.theme-blueGreen #dynamicId .public--survey .question-name {
  font-weight: bold;
  color: #0e3f60;
}
.theme-blueGreen #dynamicId .public--survey .question-name label {
  font-weight: bold !important;
}
.theme-blueGreen #dynamicId .config-wrapper .custom-table-wrapper {
  background: none;
}
.theme-blueGreen #dynamicId app-custom-user-table .container {
  grid-template-rows: none !important;
}
.theme-blueGreen #dynamicId app-custom-user-table .container .ag-body-container .ag-row:last-of-type {
  border: none !important;
}
.theme-blueGreen #dynamicId .alert-danger {
  border-radius: 0;
}
.theme-blueGreen #dynamicId .alert-danger .close {
  position: absolute;
  right: 10px;
}
.theme-blueGreen #dynamicId .black-overlay {
  position: fixed !important;
  overflow: hidden;
}
.theme-blueGreen #dynamicId .mh-none {
  min-height: 0 !important;
}
.theme-blueGreen #dynamicId .card-bg-gray {
  background: #f7f7fb;
}
.theme-blueGreen #dynamicId .finance_dshb_share button {
  border: 0;
  padding: 0;
}
.theme-blueGreen #dynamicId .finance_dshb_share button::after {
  content: none;
}
.theme-blueGreen #dynamicId .finance_dshb_share button img {
  margin-top: -16px;
}
.theme-blueGreen #dynamicId .text-filter-c {
  width: 100%;
}
.theme-blueGreen #dynamicId .text-filter-c .mat-mdc-select {
  /* TODO(mdc-migration): The following rule targets internal classes of select that may no longer apply for the MDC version.*/
}
.theme-blueGreen #dynamicId .text-filter-c .mat-mdc-select .mat-select-value-text span {
  font-size: 10px !important;
}
.theme-blueGreen #dynamicId .text-filter-c input.mat-mdc-input-element {
  border-bottom: none;
  font-size: 10px !important;
  padding-bottom: 0;
}
.theme-blueGreen #dynamicId .text-filter-c input.mat-mdc-input-element:focus {
  border-bottom: none !important;
  padding: 0;
}
.theme-blueGreen #dynamicId .records-select-c {
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.theme-blueGreen #dynamicId .records-select-c .mat-form-field-infix {
  border-top: 0;
}
.theme-blueGreen #dynamicId .ag-overlay[ref=eOverlay] .ag-overlay-no-rows-center {
  top: 130px;
  position: absolute;
  width: 100%;
  text-align: center;
  left: 0;
}
.theme-blueGreen #dynamicId .grayBtn {
  height: 100px;
  text-align: center;
}
.theme-blueGreen #dynamicId .grayBtn button {
  width: 100%;
  height: 100%;
  background: none;
  cursor: pointer;
  border: none;
  color: #fff;
  transition: all 0.3s ease-in;
  outline: 0;
}
.theme-blueGreen #dynamicId .grayBtn button:hover {
  opacity: 0.7;
  transition: all 0.3s ease-out;
}
.theme-blueGreen #dynamicId .grayBtn:nth-child(1) {
  background: #3b3b53;
}
.theme-blueGreen #dynamicId .grayBtn:nth-child(2) {
  background: #4c4c62;
}
.theme-blueGreen #dynamicId .grayBtn:nth-child(3) {
  background: #5e5e72;
}
.theme-blueGreen #dynamicId .grayBtn:nth-child(4) {
  background: #707081;
}
.theme-blueGreen #dynamicId .party-navigation ul.navbar-nav .nav-item .nav-link:hover, .theme-blueGreen #dynamicId .party-navigation ul.navbar-nav .nav-item .nav-link:focus {
  background: none !important;
}
.theme-blueGreen #dynamicId .party-navigation ul.navbar-nav .nav-item.active .nav-link {
  color: #908ddb !important;
}
.theme-blueGreen #dynamicId #searchMember .modal-dialog {
  width: 65%;
  max-width: 1200px;
}
.theme-blueGreen #dynamicId .add-new-qstn {
  font-size: 22px;
  vertical-align: sub;
  padding-right: 6px;
}
.theme-blueGreen #dynamicId .remove-question-f {
  vertical-align: sub;
  font-size: 20px;
  margin-right: 6px;
}
.theme-blueGreen #dynamicId .enter-sms-text h4, .theme-blueGreen #dynamicId .enter-sms-text .h4 {
  font-size: 16px !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.theme-blueGreen #dynamicId .questions-wrapper .mat-expansion-panel {
  background: none;
  margin-bottom: 8px;
  box-shadow: none !important;
  border: solid 1px #e0e0e0;
}
.theme-blueGreen #dynamicId .questions-wrapper .mat-expansion-panel mat-panel-title h6, .theme-blueGreen #dynamicId .questions-wrapper .mat-expansion-panel mat-panel-title .h6 {
  display: block;
  max-width: 376px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.theme-blueGreen #dynamicId .questions-wrapper mat-accordion .mat-expansion-panel-spacing {
  margin-bottom: 8px !important;
}
.theme-blueGreen #dynamicId .tooltip-custom-color {
  background: #595775;
  max-width: 500px !important;
  width: 100% !important;
  opacity: 1;
  font-size: 13px;
}
.theme-blueGreen #dynamicId .mat-mdc-snack-bar-container {
  background: #ffffff;
  color: #f00;
  margin-bottom: 20px !important;
  border: solid 1px #d6d6d6;
  box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.31);
}
.theme-blueGreen #dynamicId .mat-mdc-snack-bar-container span {
  margin: auto;
}
.theme-blueGreen #dynamicId #previewQuestions {
  /* TODO(mdc-migration): The following rule targets internal classes of card that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of card that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of card that may no longer apply for the MDC version.*/
}
.theme-blueGreen #dynamicId #previewQuestions .mat-mdc-card {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  border: solid 1px #ececec;
}
.theme-blueGreen #dynamicId #previewQuestions .mat-card-header-text {
  width: 100%;
  margin: 0;
  /* TODO(mdc-migration): The following rule targets internal classes of card that may no longer apply for the MDC version.*/
}
.theme-blueGreen #dynamicId #previewQuestions .mat-card-header-text mat-card-title {
  margin-bottom: 0;
  display: block;
  padding: 10px;
  background: #f2f2f2;
}
.theme-blueGreen #dynamicId #previewQuestions mat-card-content {
  padding: 10px;
}
.theme-blueGreen #dynamicId .config-wrapper .card, .theme-blueGreen #dynamicId .config-wrapper .main-content .register_box .card .card-header, .theme-blueGreen #dynamicId .main-content .register_box .card .config-wrapper .card-header {
  min-height: 0;
  margin-bottom: 0;
}
.theme-blueGreen #dynamicId .config-wrapper .mat-expansion-panel {
  box-shadow: none;
  border-bottom: solid 2px #fff;
}
.theme-blueGreen #dynamicId .config-wrapper .mat-expansion-panel .mat-expansion-panel-header {
  background: #0e3f60;
  color: #fff;
  position: relative;
  padding: 0 18px;
}
.theme-blueGreen #dynamicId .config-wrapper .mat-expansion-panel .mat-expansion-panel-header .mat-expansion-panel-header-title {
  color: #fff;
  margin-left: 26px;
}
.theme-blueGreen #dynamicId .config-wrapper .mat-expansion-panel .mat-expansion-panel-header .mat-expansion-panel-header-title h6, .theme-blueGreen #dynamicId .config-wrapper .mat-expansion-panel .mat-expansion-panel-header .mat-expansion-panel-header-title .h6 {
  margin-top: 8px;
  color: white;
}
.theme-blueGreen #dynamicId .config-wrapper .mat-expansion-panel .mat-expansion-panel-header:hover {
  background: #00a650;
}
.theme-blueGreen #dynamicId .config-wrapper .mat-mdc-checkbox {
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
}
.theme-blueGreen #dynamicId .config-wrapper .mat-mdc-checkbox.mat-checkbox-disabled {
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
}
.theme-blueGreen #dynamicId .config-wrapper .mat-mdc-checkbox.mat-checkbox-disabled .mat-checkbox-label {
  color: #666666 !important;
}
.theme-blueGreen #dynamicId .config-wrapper .mat-expansion-panel .mat-expansion-indicator {
  transform: rotate(-90deg) !important;
  position: absolute;
}
.theme-blueGreen #dynamicId .config-wrapper .mat-expansion-panel.mat-expanded .mat-expansion-indicator {
  transform: rotate(0deg) !important;
}
.theme-blueGreen #dynamicId .config-wrapper .mat-expansion-panel .mat-expansion-indicator::after {
  color: #fff;
}
.theme-blueGreen #dynamicId .config-wrapper .mat-expansion-panel .mat-expansion-panel-content .mat-expansion-panel-body {
  padding: 0 !important;
}
.theme-blueGreen #dynamicId .config-slide-toggle .mat-slide-toggle-label {
  display: block;
}
.theme-blueGreen #dynamicId .config-slide-toggle .mat-slide-toggle-bar {
  float: right;
  display: block;
}
.theme-blueGreen #dynamicId .config-slide-toggle .mat-slide-toggle-content {
  float: left;
  margin-right: 10px;
}
.theme-blueGreen #dynamicId .box_1 {
  background: #eee;
}
.theme-blueGreen #dynamicId input[type=checkbox].switch_1 {
  font-size: 12px;
  appearance: none;
  width: 3em;
  height: 1.5em;
  background: #ddd;
  border-radius: 3em;
  position: relative;
  cursor: pointer;
  outline: none;
  transition: all 0.2s ease-in-out;
}
.theme-blueGreen #dynamicId input[type=checkbox].switch_1:after {
  position: absolute;
  content: "";
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 0.25em rgba(0, 0, 0, 0.3);
  transform: scale(0.7);
  left: 0;
  transition: all 0.2s ease-in-out;
}
.theme-blueGreen #dynamicId input[type=checkbox].switch_1:checked:after {
  left: calc(100% - 1.5em);
}
.theme-blueGreen #dynamicId .switch_box {
  display: flex;
  max-width: 200px;
  min-width: 200px;
  height: 200px;
  justify-content: center;
  align-items: center;
  flex: 1;
}
.theme-blueGreen #dynamicId .gotoAccountPage {
  background: none;
  border: 0;
  color: #d2656f;
}
.theme-blueGreen #dynamicId mat-tooltip-component .tooltip-custom-color {
  background: #0e3f60;
}
.theme-blueGreen #dynamicId .right-panel .activity img {
  filter: invert(40%) sepia(61%) saturate(4070%) hue-rotate(131deg) brightness(97%) contrast(102%);
}
.theme-blueGreen #dynamicId .right-panel .activity hr {
  border-top: 1px solid rgba(120, 90, 166, 0.1843137255);
}
.theme-blueGreen #dynamicId .right-panel .event-heading-a,
.theme-blueGreen #dynamicId .right-panel .fa-hand-pointer-o,
.theme-blueGreen #dynamicId .right-panel .fa-check,
.theme-blueGreen #dynamicId .right-panel .fa-envelope,
.theme-blueGreen #dynamicId .right-panel .fa-cloud-upload {
  color: #0e3f60;
}
.theme-blueGreen #dynamicId .right-panel .owl-dt-calendar-cell-selected {
  background: #0e3f60;
}
.theme-blueGreen #dynamicId .right-panel app-custom-user-table img {
  filter: invert(40%) sepia(61%) saturate(4070%) hue-rotate(131deg) brightness(97%) contrast(102%);
}
.theme-blueGreen #dynamicId .right-panel app-custom-user-table .ag-theme-material .ag-header {
  color: #000000;
  font-size: 14px;
}
.theme-blueGreen #dynamicId .right-panel app-custom-user-table .fa-eye,
.theme-blueGreen #dynamicId .right-panel app-custom-user-table .fa-pencil,
.theme-blueGreen #dynamicId .right-panel app-custom-user-table .fa-trash,
.theme-blueGreen #dynamicId .right-panel app-custom-user-table .fa-cloud-upload,
.theme-blueGreen #dynamicId .right-panel app-custom-user-table .fa-file-text-o {
  color: #00a650;
}
.theme-blueGreen #dynamicId .right-panel .disclaimer--text .fa {
  color: #00a650;
}
.theme-blueGreen #dynamicId .right-panel .disclaimer--text .fa-inverse {
  color: #FFFFFF;
}
.theme-blueGreen #dynamicId .right-panel .activity {
  border: 1px solid rgba(120, 90, 166, 0.1843137255);
}
.theme-blueGreen #dynamicId .right-panel .custom-breadcrumb {
  padding: 0;
}
.theme-blueGreen #dynamicId .right-panel .custom-breadcrumb .white-crumb {
  background: #00a650;
  color: #FFFFFF;
}
.theme-blueGreen #dynamicId .right-panel .custom-breadcrumb .white-crumb:after {
  border-left-color: #00a650;
}
.theme-blueGreen #dynamicId .right-panel .bulkUploadTab h3, .theme-blueGreen #dynamicId .right-panel .bulkUploadTab .h3 {
  color: #0e3f60;
}
.theme-blueGreen #dynamicId .right-panel .fa-file-excel-o {
  color: #0e3f60;
}
.theme-blueGreen #dynamicId .right-panel .alert {
  font-size: 16px !important;
}
.theme-blueGreen #dynamicId .right-panel .manage-users-anchor img,
.theme-blueGreen #dynamicId .right-panel .csvFile img,
.theme-blueGreen #dynamicId .right-panel #searchButton img {
  filter: invert(40%) sepia(61%) saturate(4070%) hue-rotate(131deg) brightness(97%) contrast(102%);
}
.theme-blueGreen #dynamicId .right-panel .info-svg .fa {
  font-size: 20px;
  color: #0e3f60;
}
.theme-blueGreen #dynamicId .right-panel input[type=checkbox].switch_1:checked {
  background: #00a650;
}
.theme-blueGreen #dynamicId .right-panel .modal-header {
  background: #0e3f60 !important;
}
.theme-blueGreen #dynamicId app-registration {
  display: block;
  overflow: hidden;
  background: url('greyzz.7e1ddd1c2df298da.png') repeat;
}
.theme-blueGreen #dynamicId app-registration .main-content header h1, .theme-blueGreen #dynamicId app-registration .main-content header .h1 {
  line-height: 50px;
  padding-left: 30px;
}
.theme-blueGreen #dynamicId app-registration .main-content.gradient header {
  height: 70px;
}
.theme-blueGreen #dynamicId app-registration app-authentication .main-content header h1, .theme-blueGreen #dynamicId app-registration app-authentication .main-content header .h1 {
  line-height: 75px;
  color: white;
}
.theme-blueGreen #dynamicId app-registration app-terms-and-conditions {
  position: relative;
  z-index: 1051;
}
.theme-blueGreen #dynamicId .container .right-side-box h6, .theme-blueGreen #dynamicId .container .right-side-box .h6 {
  color: #0e3f60;
}
.theme-blueGreen #dynamicId .container .right-side-box h6 img, .theme-blueGreen #dynamicId .container .right-side-box .h6 img {
  filter: invert(40%) sepia(61%) saturate(4070%) hue-rotate(131deg) brightness(97%) contrast(102%);
}
.theme-blueGreen #dynamicId .container .steps .step,
.theme-blueGreen #dynamicId .container .steps .step1 {
  background: #0e3f60;
}
.theme-blueGreen #dynamicId .container .steps .step.active,
.theme-blueGreen #dynamicId .container .steps .step1.active {
  background: #00a650;
}
.theme-blueGreen #dynamicId .container .register_box .card-header h3, .theme-blueGreen #dynamicId .container .register_box .card-header .h3 {
  color: #0e3f60;
}
.theme-blueGreen #dynamicId .container .landing_heading {
  font-size: 20px;
  color: #0e3f60;
}
.theme-blueGreen #dynamicId .container .newsletter-c,
.theme-blueGreen #dynamicId .container .signIn-c,
.theme-blueGreen #dynamicId .container .section-news {
  background: #f2f5f8;
}
.theme-blueGreen #dynamicId .container .header-sign--d ul.dropdown-menu {
  min-width: 320px !important;
  box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.27);
  left: inherit;
  right: 10px;
}
.theme-blueGreen #dynamicId .container .header-sign--d ul.dropdown-menu* {
  font-size: 14px;
}
.theme-blueGreen #dynamicId .container .header-sign--d .get-started-btn {
  background: #FFFFFF !important;
  border: 1px solid #90a1bc;
  color: #0e3f60;
  line-height: normal;
  border-radius: 4px;
  padding: 5px 10px;
  margin: 0 !important;
}
.theme-blueGreen #dynamicId .container .header-sign--d .get-started-btn:hover {
  background: #FFFFFF !important;
  color: #0e3f60;
}
.theme-blueGreen #dynamicId .container .share--social button {
  color: #0e3f60 !important;
  padding: 0 8px;
  border: 0;
}
.theme-blueGreen #dynamicId .container .share--social button:focus {
  outline: 0;
  box-shadow: none;
}
.theme-blueGreen #dynamicId .container .share--social button:after {
  content: none;
}
.theme-blueGreen #dynamicId .container .share--social .dropdown-menu {
  min-width: 32px;
}
.theme-blueGreen #dynamicId .container .share--social .dropdown-menu a.dropdown-item {
  padding: 0;
  text-align: center;
}
.theme-blueGreen #dynamicId .container .share--social .dropdown-menu a.dropdown-item i {
  color: #0e3f60 !important;
  background: none;
}
.theme-blueGreen #dynamicId .container .share--social .dropdown-menu a.dropdown-item:focus {
  outline: 0;
  box-shadow: none;
}
.theme-blueGreen #dynamicId .container .share--social .dropdown-menu a.dropdown-item:active {
  background: none !important;
  color: #0e3f60 !important;
}
.theme-blueGreen #dynamicId .container .modal-newsletter .form-control:focus {
  box-shadow: none;
  background: none;
  border: 0;
  outline: 0;
}
.theme-blueGreen #dynamicId .container-fluid, .theme-blueGreen #dynamicId .container-sm, .theme-blueGreen #dynamicId .container-md, .theme-blueGreen #dynamicId .container-lg, .theme-blueGreen #dynamicId .container-xl, .theme-blueGreen #dynamicId .container-xxl {
  /* TODO(mdc-migration): The following rule targets internal classes of paginator that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of paginator that may no longer apply for the MDC version.*/
}
.theme-blueGreen #dynamicId .container-fluid .activity-comments, .theme-blueGreen #dynamicId .container-sm .activity-comments, .theme-blueGreen #dynamicId .container-md .activity-comments, .theme-blueGreen #dynamicId .container-lg .activity-comments, .theme-blueGreen #dynamicId .container-xl .activity-comments, .theme-blueGreen #dynamicId .container-xxl .activity-comments {
  background: rgba(0, 0, 0, 0.0784313725);
}
.theme-blueGreen #dynamicId .container-fluid .activity-block img, .theme-blueGreen #dynamicId .container-sm .activity-block img, .theme-blueGreen #dynamicId .container-md .activity-block img, .theme-blueGreen #dynamicId .container-lg .activity-block img, .theme-blueGreen #dynamicId .container-xl .activity-block img, .theme-blueGreen #dynamicId .container-xxl .activity-block img {
  filter: invert(40%) sepia(61%) saturate(4070%) hue-rotate(131deg) brightness(97%) contrast(102%);
}
.theme-blueGreen #dynamicId .container-fluid .activity-block .fa, .theme-blueGreen #dynamicId .container-sm .activity-block .fa, .theme-blueGreen #dynamicId .container-md .activity-block .fa, .theme-blueGreen #dynamicId .container-lg .activity-block .fa, .theme-blueGreen #dynamicId .container-xl .activity-block .fa, .theme-blueGreen #dynamicId .container-xxl .activity-block .fa {
  color: #0e3f60;
}
.theme-blueGreen #dynamicId .container-fluid .custom-table-wrapper .ag-body-viewport::-webkit-scrollbar, .theme-blueGreen #dynamicId .container-sm .custom-table-wrapper .ag-body-viewport::-webkit-scrollbar, .theme-blueGreen #dynamicId .container-md .custom-table-wrapper .ag-body-viewport::-webkit-scrollbar, .theme-blueGreen #dynamicId .container-lg .custom-table-wrapper .ag-body-viewport::-webkit-scrollbar, .theme-blueGreen #dynamicId .container-xl .custom-table-wrapper .ag-body-viewport::-webkit-scrollbar, .theme-blueGreen #dynamicId .container-xxl .custom-table-wrapper .ag-body-viewport::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.theme-blueGreen #dynamicId .container-fluid .custom-table-wrapper .ag-body-viewport::-webkit-scrollbar-track, .theme-blueGreen #dynamicId .container-sm .custom-table-wrapper .ag-body-viewport::-webkit-scrollbar-track, .theme-blueGreen #dynamicId .container-md .custom-table-wrapper .ag-body-viewport::-webkit-scrollbar-track, .theme-blueGreen #dynamicId .container-lg .custom-table-wrapper .ag-body-viewport::-webkit-scrollbar-track, .theme-blueGreen #dynamicId .container-xl .custom-table-wrapper .ag-body-viewport::-webkit-scrollbar-track, .theme-blueGreen #dynamicId .container-xxl .custom-table-wrapper .ag-body-viewport::-webkit-scrollbar-track {
  background: #dedee6;
}
.theme-blueGreen #dynamicId .container-fluid .custom-table-wrapper .ag-body-viewport::-webkit-scrollbar-thumb, .theme-blueGreen #dynamicId .container-sm .custom-table-wrapper .ag-body-viewport::-webkit-scrollbar-thumb, .theme-blueGreen #dynamicId .container-md .custom-table-wrapper .ag-body-viewport::-webkit-scrollbar-thumb, .theme-blueGreen #dynamicId .container-lg .custom-table-wrapper .ag-body-viewport::-webkit-scrollbar-thumb, .theme-blueGreen #dynamicId .container-xl .custom-table-wrapper .ag-body-viewport::-webkit-scrollbar-thumb, .theme-blueGreen #dynamicId .container-xxl .custom-table-wrapper .ag-body-viewport::-webkit-scrollbar-thumb {
  background: #00a650;
}
.theme-blueGreen #dynamicId .container-fluid .ag-theme-material, .theme-blueGreen #dynamicId .container-sm .ag-theme-material, .theme-blueGreen #dynamicId .container-md .ag-theme-material, .theme-blueGreen #dynamicId .container-lg .ag-theme-material, .theme-blueGreen #dynamicId .container-xl .ag-theme-material, .theme-blueGreen #dynamicId .container-xxl .ag-theme-material {
  font-size: 14px;
}
.theme-blueGreen #dynamicId .container-fluid .ag-theme-material .ag-row-hover, .theme-blueGreen #dynamicId .container-sm .ag-theme-material .ag-row-hover, .theme-blueGreen #dynamicId .container-md .ag-theme-material .ag-row-hover, .theme-blueGreen #dynamicId .container-lg .ag-theme-material .ag-row-hover, .theme-blueGreen #dynamicId .container-xl .ag-theme-material .ag-row-hover, .theme-blueGreen #dynamicId .container-xxl .ag-theme-material .ag-row-hover {
  background: none !important;
}
.theme-blueGreen #dynamicId .container-fluid .ag-theme-material .ag-header-group-cell, .theme-blueGreen #dynamicId .container-sm .ag-theme-material .ag-header-group-cell, .theme-blueGreen #dynamicId .container-md .ag-theme-material .ag-header-group-cell, .theme-blueGreen #dynamicId .container-lg .ag-theme-material .ag-header-group-cell, .theme-blueGreen #dynamicId .container-xl .ag-theme-material .ag-header-group-cell, .theme-blueGreen #dynamicId .container-xxl .ag-theme-material .ag-header-group-cell,
.theme-blueGreen #dynamicId .container-fluid .ag-theme-material .ag-header-cell,
.theme-blueGreen #dynamicId .container-sm .ag-theme-material .ag-header-cell,
.theme-blueGreen #dynamicId .container-md .ag-theme-material .ag-header-cell,
.theme-blueGreen #dynamicId .container-lg .ag-theme-material .ag-header-cell,
.theme-blueGreen #dynamicId .container-xl .ag-theme-material .ag-header-cell,
.theme-blueGreen #dynamicId .container-xxl .ag-theme-material .ag-header-cell {
  padding: 0 10px !important;
}
.theme-blueGreen #dynamicId .container-fluid .ag-theme-material .ag-header-row, .theme-blueGreen #dynamicId .container-sm .ag-theme-material .ag-header-row, .theme-blueGreen #dynamicId .container-md .ag-theme-material .ag-header-row, .theme-blueGreen #dynamicId .container-lg .ag-theme-material .ag-header-row, .theme-blueGreen #dynamicId .container-xl .ag-theme-material .ag-header-row, .theme-blueGreen #dynamicId .container-xxl .ag-theme-material .ag-header-row {
  background: #fffcd6;
  border: 0;
  font-size: 14px;
}
.theme-blueGreen #dynamicId .container-fluid .ag-theme-material .customHeaderLabel, .theme-blueGreen #dynamicId .container-sm .ag-theme-material .customHeaderLabel, .theme-blueGreen #dynamicId .container-md .ag-theme-material .customHeaderLabel, .theme-blueGreen #dynamicId .container-lg .ag-theme-material .customHeaderLabel, .theme-blueGreen #dynamicId .container-xl .ag-theme-material .customHeaderLabel, .theme-blueGreen #dynamicId .container-xxl .ag-theme-material .customHeaderLabel {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 17px;
  padding-top: 10px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
}
.theme-blueGreen #dynamicId .container-fluid .ag-theme-material .customHeaderLabel .custom-date-f, .theme-blueGreen #dynamicId .container-sm .ag-theme-material .customHeaderLabel .custom-date-f, .theme-blueGreen #dynamicId .container-md .ag-theme-material .customHeaderLabel .custom-date-f, .theme-blueGreen #dynamicId .container-lg .ag-theme-material .customHeaderLabel .custom-date-f, .theme-blueGreen #dynamicId .container-xl .ag-theme-material .customHeaderLabel .custom-date-f, .theme-blueGreen #dynamicId .container-xxl .ag-theme-material .customHeaderLabel .custom-date-f {
  font-weight: normal;
}
.theme-blueGreen #dynamicId .container-fluid .ag-theme-material .ag-header-cell-label, .theme-blueGreen #dynamicId .container-sm .ag-theme-material .ag-header-cell-label, .theme-blueGreen #dynamicId .container-md .ag-theme-material .ag-header-cell-label, .theme-blueGreen #dynamicId .container-lg .ag-theme-material .ag-header-cell-label, .theme-blueGreen #dynamicId .container-xl .ag-theme-material .ag-header-cell-label, .theme-blueGreen #dynamicId .container-xxl .ag-theme-material .ag-header-cell-label {
  width: 100% !important;
  font-size: 14px;
  font-weight: 500;
}
.theme-blueGreen #dynamicId .container-fluid .ag-theme-material .ag-cell, .theme-blueGreen #dynamicId .container-sm .ag-theme-material .ag-cell, .theme-blueGreen #dynamicId .container-md .ag-theme-material .ag-cell, .theme-blueGreen #dynamicId .container-lg .ag-theme-material .ag-cell, .theme-blueGreen #dynamicId .container-xl .ag-theme-material .ag-cell, .theme-blueGreen #dynamicId .container-xxl .ag-theme-material .ag-cell {
  padding: 0 10px !important;
  text-transform: capitalize;
  font-size: 14px;
}
.theme-blueGreen #dynamicId .container-fluid .ag-theme-material .ag-cell cell-renderer > div, .theme-blueGreen #dynamicId .container-sm .ag-theme-material .ag-cell cell-renderer > div, .theme-blueGreen #dynamicId .container-md .ag-theme-material .ag-cell cell-renderer > div, .theme-blueGreen #dynamicId .container-lg .ag-theme-material .ag-cell cell-renderer > div, .theme-blueGreen #dynamicId .container-xl .ag-theme-material .ag-cell cell-renderer > div, .theme-blueGreen #dynamicId .container-xxl .ag-theme-material .ag-cell cell-renderer > div {
  box-sizing: border-box;
  overflow: hidden;
  position: absolute;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 96%;
}
.theme-blueGreen #dynamicId .container-fluid .ag-theme-material .ag-cell cell-renderer > .gridInputValue, .theme-blueGreen #dynamicId .container-sm .ag-theme-material .ag-cell cell-renderer > .gridInputValue, .theme-blueGreen #dynamicId .container-md .ag-theme-material .ag-cell cell-renderer > .gridInputValue, .theme-blueGreen #dynamicId .container-lg .ag-theme-material .ag-cell cell-renderer > .gridInputValue, .theme-blueGreen #dynamicId .container-xl .ag-theme-material .ag-cell cell-renderer > .gridInputValue, .theme-blueGreen #dynamicId .container-xxl .ag-theme-material .ag-cell cell-renderer > .gridInputValue {
  left: 0 !important;
}
.theme-blueGreen #dynamicId .container-fluid .ag-theme-material .ag-cell a, .theme-blueGreen #dynamicId .container-sm .ag-theme-material .ag-cell a, .theme-blueGreen #dynamicId .container-md .ag-theme-material .ag-cell a, .theme-blueGreen #dynamicId .container-lg .ag-theme-material .ag-cell a, .theme-blueGreen #dynamicId .container-xl .ag-theme-material .ag-cell a, .theme-blueGreen #dynamicId .container-xxl .ag-theme-material .ag-cell a {
  font-size: 14px !important;
}
.theme-blueGreen #dynamicId .container-fluid .ag-theme-material .ag-floating-filter-full-body input, .theme-blueGreen #dynamicId .container-sm .ag-theme-material .ag-floating-filter-full-body input, .theme-blueGreen #dynamicId .container-md .ag-theme-material .ag-floating-filter-full-body input, .theme-blueGreen #dynamicId .container-lg .ag-theme-material .ag-floating-filter-full-body input, .theme-blueGreen #dynamicId .container-xl .ag-theme-material .ag-floating-filter-full-body input, .theme-blueGreen #dynamicId .container-xxl .ag-theme-material .ag-floating-filter-full-body input {
  border-bottom: none !important;
}
.theme-blueGreen #dynamicId .container-fluid .ag-theme-material .ag-icon-checkbox-checked:empty, .theme-blueGreen #dynamicId .container-sm .ag-theme-material .ag-icon-checkbox-checked:empty, .theme-blueGreen #dynamicId .container-md .ag-theme-material .ag-icon-checkbox-checked:empty, .theme-blueGreen #dynamicId .container-lg .ag-theme-material .ag-icon-checkbox-checked:empty, .theme-blueGreen #dynamicId .container-xl .ag-theme-material .ag-icon-checkbox-checked:empty, .theme-blueGreen #dynamicId .container-xxl .ag-theme-material .ag-icon-checkbox-checked:empty {
  filter: invert(40%) sepia(61%) saturate(4070%) hue-rotate(131deg) brightness(97%) contrast(102%);
}
.theme-blueGreen #dynamicId .container-fluid .create-survey .card-header, .theme-blueGreen #dynamicId .container-sm .create-survey .card-header, .theme-blueGreen #dynamicId .container-md .create-survey .card-header, .theme-blueGreen #dynamicId .container-lg .create-survey .card-header, .theme-blueGreen #dynamicId .container-xl .create-survey .card-header, .theme-blueGreen #dynamicId .container-xxl .create-survey .card-header {
  background: #0e3f60;
}
.theme-blueGreen #dynamicId .container-fluid .create-survey img, .theme-blueGreen #dynamicId .container-sm .create-survey img, .theme-blueGreen #dynamicId .container-md .create-survey img, .theme-blueGreen #dynamicId .container-lg .create-survey img, .theme-blueGreen #dynamicId .container-xl .create-survey img, .theme-blueGreen #dynamicId .container-xxl .create-survey img {
  filter: invert(40%) sepia(61%) saturate(4070%) hue-rotate(131deg) brightness(97%) contrast(102%);
}
.theme-blueGreen #dynamicId .container-fluid .add-new-field .fa, .theme-blueGreen #dynamicId .container-sm .add-new-field .fa, .theme-blueGreen #dynamicId .container-md .add-new-field .fa, .theme-blueGreen #dynamicId .container-lg .add-new-field .fa, .theme-blueGreen #dynamicId .container-xl .add-new-field .fa, .theme-blueGreen #dynamicId .container-xxl .add-new-field .fa {
  font-size: 20px;
}
.theme-blueGreen #dynamicId .container-fluid .add-new-field .fa-plus, .theme-blueGreen #dynamicId .container-sm .add-new-field .fa-plus, .theme-blueGreen #dynamicId .container-md .add-new-field .fa-plus, .theme-blueGreen #dynamicId .container-lg .add-new-field .fa-plus, .theme-blueGreen #dynamicId .container-xl .add-new-field .fa-plus, .theme-blueGreen #dynamicId .container-xxl .add-new-field .fa-plus {
  font-size: 14px;
}
.theme-blueGreen #dynamicId .container-fluid .questions-wrapper .mat-expansion-panel mat-panel-title h6, .theme-blueGreen #dynamicId .container-sm .questions-wrapper .mat-expansion-panel mat-panel-title h6, .theme-blueGreen #dynamicId .container-md .questions-wrapper .mat-expansion-panel mat-panel-title h6, .theme-blueGreen #dynamicId .container-lg .questions-wrapper .mat-expansion-panel mat-panel-title h6, .theme-blueGreen #dynamicId .container-xl .questions-wrapper .mat-expansion-panel mat-panel-title h6, .theme-blueGreen #dynamicId .container-xxl .questions-wrapper .mat-expansion-panel mat-panel-title h6, .theme-blueGreen #dynamicId .container-fluid .questions-wrapper .mat-expansion-panel mat-panel-title .h6, .theme-blueGreen #dynamicId .container-sm .questions-wrapper .mat-expansion-panel mat-panel-title .h6, .theme-blueGreen #dynamicId .container-md .questions-wrapper .mat-expansion-panel mat-panel-title .h6, .theme-blueGreen #dynamicId .container-lg .questions-wrapper .mat-expansion-panel mat-panel-title .h6, .theme-blueGreen #dynamicId .container-xl .questions-wrapper .mat-expansion-panel mat-panel-title .h6, .theme-blueGreen #dynamicId .container-xxl .questions-wrapper .mat-expansion-panel mat-panel-title .h6 {
  color: #0e3f60;
}
.theme-blueGreen #dynamicId .container-fluid .join-event ul, .theme-blueGreen #dynamicId .container-sm .join-event ul, .theme-blueGreen #dynamicId .container-md .join-event ul, .theme-blueGreen #dynamicId .container-lg .join-event ul, .theme-blueGreen #dynamicId .container-xl .join-event ul, .theme-blueGreen #dynamicId .container-xxl .join-event ul {
  background: #0e3f60;
}
.theme-blueGreen #dynamicId .container-fluid .join-event ul li a, .theme-blueGreen #dynamicId .container-sm .join-event ul li a, .theme-blueGreen #dynamicId .container-md .join-event ul li a, .theme-blueGreen #dynamicId .container-lg .join-event ul li a, .theme-blueGreen #dynamicId .container-xl .join-event ul li a, .theme-blueGreen #dynamicId .container-xxl .join-event ul li a {
  color: #FFFFFF !important;
}
.theme-blueGreen #dynamicId .container-fluid mat-paginator, .theme-blueGreen #dynamicId .container-sm mat-paginator, .theme-blueGreen #dynamicId .container-md mat-paginator, .theme-blueGreen #dynamicId .container-lg mat-paginator, .theme-blueGreen #dynamicId .container-xl mat-paginator, .theme-blueGreen #dynamicId .container-xxl mat-paginator {
  float: left;
  color: #0e3f60;
  font-size: 14px;
}
.theme-blueGreen #dynamicId .container-fluid mat-paginator .mat-mdc-paginator-range-actions button, .theme-blueGreen #dynamicId .container-sm mat-paginator .mat-mdc-paginator-range-actions button, .theme-blueGreen #dynamicId .container-md mat-paginator .mat-mdc-paginator-range-actions button, .theme-blueGreen #dynamicId .container-lg mat-paginator .mat-mdc-paginator-range-actions button, .theme-blueGreen #dynamicId .container-xl mat-paginator .mat-mdc-paginator-range-actions button, .theme-blueGreen #dynamicId .container-xxl mat-paginator .mat-mdc-paginator-range-actions button {
  color: #0e3f60;
}
.theme-blueGreen #dynamicId .donate-party-fund {
  background: none;
  color: #0e3f60;
  box-shadow: none;
}
.theme-blueGreen #dynamicId .donate-party-fund img {
  filter: invert(40%) sepia(61%) saturate(4070%) hue-rotate(131deg) brightness(97%) contrast(102%);
}
.theme-blueGreen #dynamicId #takeSurveyNow a {
  color: #0e3f60;
}
.theme-blueGreen #dynamicId .right-news-s .right-news-s-card .news-slider .news-tabs::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.theme-blueGreen #dynamicId .right-news-s .right-news-s-card .news-slider .news-tabs::-webkit-scrollbar-track {
  background: #dedee6;
}
.theme-blueGreen #dynamicId .right-news-s .right-news-s-card .news-slider .news-tabs::-webkit-scrollbar-thumb {
  background: #00a650;
}
.theme-blueGreen #dynamicId .home-event-modal h2, .theme-blueGreen #dynamicId .home-event-modal .h2 {
  font-size: 24px;
  color: #00a650;
}
.theme-blueGreen #dynamicId .home-event-modal h3, .theme-blueGreen #dynamicId .home-event-modal .h3 {
  color: #0e3f60;
  font-size: 20px;
}
.theme-blueGreen #dynamicId .home-event-modal .home-event-desc {
  max-height: 130px;
  overflow: auto;
  border: solid 1px #ddd;
  padding: 10px;
}
.theme-blueGreen #dynamicId .home-event-modal .home-event-desc::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.theme-blueGreen #dynamicId .home-event-modal .home-event-desc::-webkit-scrollbar-track {
  background: #dedee6;
}
.theme-blueGreen #dynamicId .home-event-modal .home-event-desc::-webkit-scrollbar-thumb {
  background: #00a650;
}
.theme-blueGreen #dynamicId .home-event-modal .evnt-modal-icns-c .evnt-modal-icns {
  min-width: 140px;
}
.theme-blueGreen #dynamicId .home-event-modal .evnt-modal-icns-c .evnt-modal-icns button {
  width: auto !important;
  max-width: 90%;
  text-align: left;
  padding: 0;
  margin-bottom: 2px;
  cursor: default;
}
.theme-blueGreen #dynamicId .home-event-icons {
  text-align: right;
}
.theme-blueGreen #dynamicId .home-event-icons a i {
  background: none;
  color: #0e3f60;
}
.theme-blueGreen #dynamicId .home-event-img-crop {
  height: 140px;
  overflow: hidden;
  width: 100%;
}
.theme-blueGreen #dynamicId .home-event-img-crop img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.theme-blueGreen #dynamicId .section-footer {
  background: #0e3f60;
}
.theme-blueGreen #dynamicId footer {
  background: #0e3f60;
}
.theme-blueGreen #dynamicId .title-c {
  background: #0e3f60;
  font-size: 20px;
  height: 40px;
  line-height: 7px;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.theme-blueGreen #dynamicId .news-slider .nav-tabs li a {
  color: #0e3f60;
  height: 40px;
  line-height: 20px;
}
.theme-blueGreen #dynamicId .news-slider .nav-tabs li a:hover {
  background: #0e3f60;
  color: #FFFFFF;
}
.theme-blueGreen #dynamicId .news-slider .nav-tabs .active {
  background: #0e3f60 !important;
}
.theme-blueGreen #dynamicId .tab-pane h5, .theme-blueGreen #dynamicId .tab-pane .h5 {
  max-width: 230px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.theme-blueGreen #dynamicId .tab-pane h5 a, .theme-blueGreen #dynamicId .tab-pane .h5 a {
  color: #0e3f60 !important;
}
.theme-blueGreen #dynamicId .evnt-modal-icns .eventButton img {
  filter: invert(40%) sepia(61%) saturate(4070%) hue-rotate(131deg) brightness(97%) contrast(102%);
}
.theme-blueGreen #dynamicId .event--desc-w {
  display: block;
  float: right;
  margin-top: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
  width: 100%;
  margin-bottom: 8px !important;
}
.theme-blueGreen #dynamicId mat-button-toggle-group {
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.theme-blueGreen #dynamicId mat-button-toggle-group mat-button-toggle {
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.theme-blueGreen #dynamicId mat-button-toggle-group mat-button-toggle.btn.c-button.mat-button-toggle button {
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.theme-blueGreen #dynamicId mat-button-toggle-group mat-button-toggle.btn.c-button.mat-button-toggle button.mat-button-toggle-button {
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.theme-blueGreen #dynamicId mat-button-toggle-group mat-button-toggle.btn.c-button.mat-button-toggle button.mat-button-toggle-button .mat-button-toggle-label-content {
  padding: 0;
  min-width: 74px;
  line-height: 28px !important;
}
.theme-blueGreen #dynamicId mat-button-toggle-group .btn.c-button.mat-button-toggle-checked {
  background: #00a650 !important;
  color: white !important;
}
.theme-blueGreen #dynamicId .btn.c-button.mat-button-toggle {
  color: #00a650 !important;
  border: 1px solid #90a1bc !important;
  border-radius: 0;
}
.theme-blueGreen #dynamicId .btn.c-button.mat-button-toggle button:focus {
  outline: 0 !important;
}
.theme-blueGreen #dynamicId .btn.c-button.mat-button-toggle:first-child {
  -webkit-border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.theme-blueGreen #dynamicId .btn.c-button.mat-button-toggle:last-child {
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.theme-blueGreen #dynamicId .border-button {
  color: #0e3f60 !important;
  border: 1px solid #90a1bc !important;
}
.theme-blueGreen #dynamicId .signIn li a {
  color: #0e3f60 !important;
}
.theme-blueGreen #dynamicId .forgot-pwd {
  color: #00a650 !important;
  text-decoration: underline !important;
}
.theme-blueGreen #dynamicId .modal-newsletter .icon-box {
  color: #0e3f60;
}
.theme-blueGreen #dynamicId .landing-nav.navbar-default {
  background: #fffcd6;
}
.theme-blueGreen #dynamicId .landing_heading {
  font-size: 20px;
  color: #0e3f60;
}
.theme-blueGreen #dynamicId .empty-space-recover {
  width: 100%;
  height: 80px;
}
.theme-blueGreen #dynamicId .checkbox label:after,
.theme-blueGreen #dynamicId .radio label:after {
  content: "";
  display: table;
  clear: both;
}
.theme-blueGreen #dynamicId .checkbox .cr,
.theme-blueGreen #dynamicId .radio .cr {
  position: relative;
  display: inline-block;
  border: 1px solid #90a1bc;
  border-radius: 0.25em;
  width: 1.1em;
  height: 1.1em;
  margin-right: 0.5em;
  vertical-align: text-bottom;
}
.theme-blueGreen #dynamicId .radio .cr {
  border-radius: 50%;
  margin-right: 0;
}
.theme-blueGreen #dynamicId .checkbox .cr .cr-icon,
.theme-blueGreen #dynamicId .radio .cr .cr-icon {
  position: absolute;
  font-size: 0.8em;
  line-height: 0;
  top: 26%;
  left: 10%;
  color: #0e3f60;
}
.theme-blueGreen #dynamicId .radio .cr .cr-icon {
  margin-left: 0.04em;
  font-size: 0.6em;
  top: 29%;
  left: 21%;
}
.theme-blueGreen #dynamicId .checkbox label input[type=checkbox],
.theme-blueGreen #dynamicId .radio label input[type=radio] {
  display: none;
}
.theme-blueGreen #dynamicId .checkbox label input[type=checkbox] + .cr > .cr-icon,
.theme-blueGreen #dynamicId .radio label input[type=radio] + .cr > .cr-icon {
  transform: scale(3) rotateZ(-20deg);
  opacity: 0;
  transition: all 0.3s ease-in;
}
.theme-blueGreen #dynamicId .checkbox label input[type=checkbox]:checked + .cr > .cr-icon,
.theme-blueGreen #dynamicId .radio label input[type=radio]:checked + .cr > .cr-icon {
  transform: scale(1) rotateZ(0deg);
  opacity: 1;
}
.theme-blueGreen #dynamicId .checkbox label input[type=checkbox]:disabled + .cr,
.theme-blueGreen #dynamicId .radio label input[type=radio]:disabled + .cr {
  opacity: 0.5;
}
.theme-blueGreen #dynamicId .logincheckbox label,
.theme-blueGreen #dynamicId .privacy label {
  white-space: normal;
  margin: 0;
  padding: 0;
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
}
.theme-blueGreen #dynamicId .logincheckbox label span.mat-checkbox-label,
.theme-blueGreen #dynamicId .privacy label span.mat-checkbox-label {
  line-height: 18px;
}
.theme-blueGreen #dynamicId .logincheckbox .checkbox label a,
.theme-blueGreen #dynamicId .privacy .checkbox label a {
  color: #00a650 !important;
}
.theme-blueGreen #dynamicId .logincheckbox .checkbox label .checkbox-content,
.theme-blueGreen #dynamicId .privacy .checkbox label .checkbox-content {
  width: 91%;
  float: right;
}
.theme-blueGreen #dynamicId .socials-a li a {
  width: 30px;
  height: 30px;
  border: solid 2px #fff;
  border-radius: 30px;
  display: block;
  text-align: center;
  line-height: 27px;
  cursor: pointer;
  transition: all 0.3s ease-out;
}
.theme-blueGreen #dynamicId .socials-a li a .fa {
  background: none;
}
.theme-blueGreen #dynamicId .socials-a li a:hover {
  opacity: 0.6;
  transition: all 0.3s ease-in;
}
.theme-blueGreen #dynamicId #takeSurveyNow button.close {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 38px;
  opacity: 0.6;
}
.theme-blueGreen #dynamicId #takeSurveyNow .takeSurveyCheckbox {
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
}
.theme-blueGreen #dynamicId #takeSurveyNow .takeSurveyCheckbox .mat-checkbox-label {
  line-height: 0;
}
.theme-blueGreen #dynamicId .carousel-wrapper .owl-item > div {
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  object-fit: cover;
}
.theme-blueGreen #dynamicId .carousel-wrapper .owl-theme .owl-nav {
  margin-top: 0;
  position: absolute;
  z-index: 9999;
  top: 40%;
  width: 94%;
  left: 0;
  right: 0;
  margin: auto;
}
.theme-blueGreen #dynamicId .carousel-wrapper .owl-theme .owl-nav .owl-prev,
.theme-blueGreen #dynamicId .carousel-wrapper .owl-theme .owl-nav .owl-next {
  position: absolute;
  font-size: 30px;
  color: #fff;
  outline: 0;
}
.theme-blueGreen #dynamicId .carousel-wrapper .owl-theme .owl-nav .owl-prev:hover,
.theme-blueGreen #dynamicId .carousel-wrapper .owl-theme .owl-nav .owl-next:hover {
  background: none;
  outline: 0;
}
.theme-blueGreen #dynamicId .carousel-wrapper .owl-theme .owl-nav .owl-prev {
  left: 0;
}
.theme-blueGreen #dynamicId .carousel-wrapper .owl-theme .owl-nav .owl-next {
  right: 0;
}
.theme-blueGreen #dynamicId .carousel-wrapper .overlay-a {
  background-color: rgba(0, 0, 0, 0.5);
}
.theme-blueGreen #dynamicId .carousel-wrapper .intro-body {
  background: rgba(0, 0, 0, 0.3490196078);
  padding: 10px;
  border: solid 0.5px #6f6f6f;
}
.theme-blueGreen #dynamicId .carousel-wrapper .intro-body h1, .theme-blueGreen #dynamicId .carousel-wrapper .intro-body .h1,
.theme-blueGreen #dynamicId .carousel-wrapper .intro-body p {
  color: #fff;
}
.theme-blueGreen #dynamicId .no-margin {
  margin: 0;
}
.theme-blueGreen #dynamicId .nav-pills-a.nav-pills .nav-link {
  color: #000000;
  position: relative;
  font-weight: 600;
}
.theme-blueGreen #dynamicId .nav-pills-a.nav-pills .nav-link.active {
  background-color: transparent;
}
.theme-blueGreen #dynamicId .nav-pills-a.nav-pills .nav-link.active:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 2px;
  background-color: #3a8bc2;
  z-index: 2;
}
.theme-blueGreen #dynamicId .bg-image {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
}
.theme-blueGreen #dynamicId .list-a {
  display: inline-block;
  line-height: 2;
  padding: 0;
  list-style: none;
}
.theme-blueGreen #dynamicId .list-a li {
  position: relative;
  width: 50%;
  float: left;
  padding-left: 25px;
  padding-right: 5px;
}
.theme-blueGreen #dynamicId .list-a li:before {
  content: "";
  width: 10px;
  height: 2px;
  position: absolute;
  background-color: #313131;
  top: 15px;
  left: 0;
}
.theme-blueGreen #dynamicId .icon-box .icon-box-icon {
  display: table-cell;
  vertical-align: top;
  font-size: 36px;
  color: #000000;
  width: 50px;
  padding-top: 8px;
}
.theme-blueGreen #dynamicId .icon-box .icon-box-content {
  padding-top: 18px;
}
.theme-blueGreen #dynamicId .section-t8 {
  padding-top: 128px;
}
.theme-blueGreen #dynamicId .section-t4 {
  padding-top: 64px;
}
.theme-blueGreen #dynamicId .section-t3 {
  padding-top: 48px;
}
.theme-blueGreen #dynamicId .section-b2 {
  padding-bottom: 32px;
}
.theme-blueGreen #dynamicId .section-tb85 {
  padding: 128px 0 80px 0;
}
.theme-blueGreen #dynamicId .title-wrap {
  padding-bottom: 0;
}
.theme-blueGreen #dynamicId .title-a {
  font-size: 26px;
  font-weight: 600;
}
.theme-blueGreen #dynamicId .title-link {
  font-size: 19.2px;
  font-weight: 300;
  padding-top: 19.2px;
}
.theme-blueGreen #dynamicId .title-link a {
  color: #313131;
}
.theme-blueGreen #dynamicId .title-link span {
  font-size: 20px;
  padding-left: 4px;
  vertical-align: middle;
}
.theme-blueGreen #dynamicId .title-box-d {
  padding-bottom: 28.8px;
  margin-bottom: 16px;
  position: relative;
}
.theme-blueGreen #dynamicId .title-box-d .title-d {
  font-weight: 600;
}
.theme-blueGreen #dynamicId .title-box-d .title-d:after {
  content: "";
  position: absolute;
  width: 70px;
  height: 4px;
  background-color: #3a8bc2;
  bottom: 20px;
  left: 0;
}
.theme-blueGreen #dynamicId .display-table {
  width: 100%;
  height: 100%;
  display: table;
}
.theme-blueGreen #dynamicId .table-cell {
  display: table-cell;
  vertical-align: middle;
}
.theme-blueGreen #dynamicId .ul-resect ul,
.theme-blueGreen #dynamicId .list-a ul,
.theme-blueGreen #dynamicId .box-comments ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.theme-blueGreen #dynamicId .overlay-a {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.65) 90%);
}
.theme-blueGreen #dynamicId .overlay {
  position: absolute;
  top: 0;
  left: 0px;
  padding: 0;
  height: 100%;
  width: 100%;
}
.theme-blueGreen #dynamicId .owl-carousel .owl-dots {
  text-align: center;
  margin-top: 18px;
}
.theme-blueGreen #dynamicId .owl-carousel .owl-dots .owl-dot {
  display: inline-block;
}
.theme-blueGreen #dynamicId .owl-carousel .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 5px;
  background: #000000;
  border: 0px solid #000000;
  display: block;
  transition: all 0.6s ease-in-out;
  cursor: pointer;
  border-radius: 100%;
  outline: 0;
}
.theme-blueGreen #dynamicId .owl-carousel .owl-dots .owl-dot:hover span {
  background-color: rgba(71, 80, 105, 0.231372549) !important;
  outline: 0;
}
.theme-blueGreen #dynamicId .owl-carousel .owl-dots .owl-dot.active span {
  background-color: rgba(71, 80, 105, 0.231372549) !important;
}
.theme-blueGreen #dynamicId .owl-arrow .owl-nav {
  position: absolute;
  top: 0;
  right: 0;
}
.theme-blueGreen #dynamicId .owl-arrow .owl-nav .owl-prev,
.theme-blueGreen #dynamicId .owl-arrow .owl-nav .owl-next {
  display: inline-block;
  transition: all 0.6s ease-in-out;
  color: #000000;
}
.theme-blueGreen #dynamicId .owl-arrow .owl-nav .owl-prev.disabled {
  transition: all 0.6s ease-in-out;
  color: #adadad;
}
.theme-blueGreen #dynamicId .owl-arrow .owl-nav .owl-next {
  margin-left: 15px;
}
.theme-blueGreen #dynamicId .owl-arrow .owl-nav .owl-next.disabled {
  transition: all 0.6s ease-in-out;
  color: #adadad;
}
.theme-blueGreen #dynamicId .nav-arrow-a .owl-arrow .owl-nav {
  font-size: 28.8px;
  margin-top: -56px;
}
.theme-blueGreen #dynamicId .nav-arrow-a .owl-arrow .owl-nav button {
  outline: 0;
}
.theme-blueGreen #dynamicId .nav-arrow-a .owl-arrow .owl-nav .owl-next {
  margin-left: 15px;
}
.theme-blueGreen #dynamicId .nav-arrow-b .owl-arrow .owl-nav {
  position: absolute;
  top: 0;
  right: 0;
}
.theme-blueGreen #dynamicId .nav-arrow-b .owl-arrow .owl-nav .owl-prev,
.theme-blueGreen #dynamicId .nav-arrow-b .owl-arrow .owl-nav .owl-next {
  padding: 11.2px 24px !important;
  display: inline-block;
  transition: all 0.6s ease-in-out;
  color: #ffffff;
  background-color: #3a8bc2;
  opacity: 0.9;
}
.theme-blueGreen #dynamicId .nav-arrow-b .owl-arrow .owl-nav .owl-prev.disabled,
.theme-blueGreen #dynamicId .nav-arrow-b .owl-arrow .owl-nav .owl-next.disabled {
  transition: all 0.6s ease-in-out;
  color: #ffffff;
}
.theme-blueGreen #dynamicId .nav-arrow-b .owl-arrow .owl-nav .owl-prev:hover {
  background-color: #26a356;
}
.theme-blueGreen #dynamicId .nav-arrow-b .owl-arrow .owl-nav .owl-next {
  margin-left: 0px;
}
.theme-blueGreen #dynamicId .nav-arrow-b .owl-arrow .owl-nav .owl-next:hover {
  background-color: #26a356;
}
.theme-blueGreen #dynamicId .socials-a .list-inline-item:not(:last-child) {
  margin-right: 15px;
}
.theme-blueGreen #dynamicId .back-to-top {
  position: fixed;
  display: none;
  background: #3a8bc2;
  color: #fff;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 11;
}
.theme-blueGreen #dynamicId .back-to-top i {
  padding-top: 12px;
  color: #fff;
}
.theme-blueGreen #dynamicId #preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}
.theme-blueGreen #dynamicId #preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #f2f2f2;
  border-top: 6px solid #3a8bc2;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1s linear infinite;
}
@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.theme-blueGreen #dynamicId .landing-nav.navbar-default {
  padding-top: 5px;
  padding: 0;
  backface-visibility: hidden;
  height: 70px;
  box-shadow: 0px 5px 33px -2px rgba(0, 0, 0, 0.14);
}
.theme-blueGreen #dynamicId .landing-nav.navbar-default .navbar-brand {
  min-height: 0;
  line-height: normal;
}
.theme-blueGreen #dynamicId .landing-nav.navbar-default .navbar-brand img {
  max-width: inherit;
}
.theme-blueGreen #dynamicId .landing-nav.navbar-default .nav-search {
  color: #000000;
}
.theme-blueGreen #dynamicId .landing-nav.navbar-default #navbarDefault ul.navbar-nav li.nav-item a.nav-link {
  padding: 10px 15px;
  color: #000000 !important;
  text-transform: uppercase;
  font-size: 14px !important;
}
.theme-blueGreen #dynamicId .landing-nav.navbar-default #navbarDefault ul.navbar-nav li.nav-item a.nav-link:before {
  background: #00a650;
  right: 0;
  width: calc(100% - 32px);
  margin: 0 auto;
}
.theme-blueGreen #dynamicId .landing-nav.navbar-default #navbarDefault ul.navbar-nav li.nav-item a.nav-link:hover {
  color: #000000 !important;
}
.theme-blueGreen #dynamicId .landing-nav.navbar-default #navbarDefault ul.navbar-nav li.nav-item a.nav-link:focus:before {
  background: #00a650;
  right: 0;
  width: calc(100% - 32px);
  margin: 0 auto;
  transform: scaleX(1);
}
.theme-blueGreen #dynamicId .landing-nav.navbar-default #navbarDefault ul.navbar-nav li.nav-item.dropdown:after {
  position: absolute;
  font-family: "FontAwesome";
  content: "\f107";
  right: 2px;
  top: 24px;
  width: 10px;
  height: 10px;
  color: #0e3f60;
  font-size: 16px;
}
.theme-blueGreen #dynamicId .landing-nav.navbar-default.navbar-reduce {
  box-shadow: 1px 2px 15px rgba(100, 100, 100, 0.3);
}
.theme-blueGreen #dynamicId .landing-nav.navbar-default.navbar-trans, .theme-blueGreen #dynamicId .landing-nav.navbar-default.navbar-reduce {
  backface-visibility: hidden;
}
.theme-blueGreen #dynamicId .landing-nav.navbar-default.navbar-trans .nav-item, .theme-blueGreen #dynamicId .landing-nav.navbar-default.navbar-reduce .nav-item {
  position: relative;
  padding-right: 0;
  padding-bottom: 8px;
  margin-left: 0;
}
.theme-blueGreen #dynamicId .landing-nav.navbar-default.navbar-trans .nav-link, .theme-blueGreen #dynamicId .landing-nav.navbar-default.navbar-reduce .nav-link {
  padding-top: 10px !important;
  height: 100%;
  padding-bottom: 0 !important;
  line-height: 54px !important;
}
.theme-blueGreen #dynamicId .landing-nav.navbar-default.navbar-trans .nav-link:hover:before, .theme-blueGreen #dynamicId .landing-nav.navbar-default.navbar-reduce .nav-link:hover:before {
  transform: scaleX(1);
  transform-origin: left;
}
.theme-blueGreen #dynamicId .landing-nav.navbar-default.navbar-trans .show > .nav-link:before,
.theme-blueGreen #dynamicId .landing-nav.navbar-default.navbar-trans .active > .nav-link:before, .theme-blueGreen #dynamicId .landing-nav.navbar-default.navbar-reduce .show > .nav-link:before,
.theme-blueGreen #dynamicId .landing-nav.navbar-default.navbar-reduce .active > .nav-link:before {
  transform: scaleX(1);
}
.theme-blueGreen #dynamicId .landing-nav.navbar-default.navbar-trans .nav-link.show:before, .theme-blueGreen #dynamicId .landing-nav.navbar-default.navbar-trans .nav-link.active:before, .theme-blueGreen #dynamicId .landing-nav.navbar-default.navbar-reduce .nav-link.show:before, .theme-blueGreen #dynamicId .landing-nav.navbar-default.navbar-reduce .nav-link.active:before {
  transform: scaleX(1);
}
.theme-blueGreen #dynamicId .landing-nav.navbar-default.navbar-trans .nav-link:before {
  background-color: #fff;
}
.theme-blueGreen #dynamicId .landing-nav.navbar-default.navbar-trans .nav-link:hover {
  color: #000000;
}
.theme-blueGreen #dynamicId .landing-nav.navbar-default.navbar-trans .show > .nav-link,
.theme-blueGreen #dynamicId .landing-nav.navbar-default.navbar-trans .active > .nav-link {
  color: #000000;
}
.theme-blueGreen #dynamicId .landing-nav.navbar-default.navbar-trans .nav-link.show, .theme-blueGreen #dynamicId .landing-nav.navbar-default.navbar-trans .nav-link.active {
  color: #000000;
}
.theme-blueGreen #dynamicId .landing-nav.navbar-default .dropdown .dropdown-menu {
  border-top: 0;
  border-left: 4px solid #3a8bc2;
  border-right: 0;
  border-bottom: 0;
  transform: translate3d(0px, -40px, 0px);
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  transition: all 0.5s cubic-bezier(0.3, 0.65, 0.355, 1) 0s, opacity 0.31s ease 0s, height 0s linear 0.36s;
  margin: 0;
  border-radius: 0;
  padding: 12px 0;
}
.theme-blueGreen #dynamicId .landing-nav.navbar-default .dropdown .dropdown-menu .dropdown-item {
  padding: 12px 18px;
  transition: all 500ms ease;
  font-weight: 600;
  min-width: 220px;
}
.theme-blueGreen #dynamicId .landing-nav.navbar-default .dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #ffffff;
  color: #3a8bc2;
  transition: all 500ms ease;
}
.theme-blueGreen #dynamicId .landing-nav.navbar-default .dropdown .dropdown-menu .dropdown-item.active {
  background-color: #ffffff;
  color: #3a8bc2;
}
.theme-blueGreen #dynamicId .landing-nav.navbar-default .dropdown:hover .dropdown-menu {
  transform: translate3d(0px, 0px, 0px);
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=1);
}
.theme-blueGreen #dynamicId .landing-nav .navbar-toggler {
  position: relative;
}
.theme-blueGreen #dynamicId .landing-nav .navbar-toggler:focus, .theme-blueGreen #dynamicId .landing-nav .navbar-toggler:active {
  outline: 0;
}
.theme-blueGreen #dynamicId .landing-nav .navbar-toggler span {
  display: block;
  background-color: #000000;
  height: 3px;
  width: 25px;
  margin-top: 4px;
  margin-bottom: 4px;
  transform: rotate(0deg);
  left: 0;
  opacity: 1;
}
.theme-blueGreen #dynamicId .landing-nav .navbar-toggler span:nth-child(1), .theme-blueGreen #dynamicId .landing-nav .navbar-toggler span:nth-child(3) {
  transition: transform 0.35s ease-in-out;
}
.theme-blueGreen #dynamicId .landing-nav .navbar-toggler:not(.collapsed) span:nth-child(1) {
  position: absolute;
  left: 12px;
  top: 10px;
  transform: rotate(135deg);
  opacity: 0.9;
}
.theme-blueGreen #dynamicId .landing-nav .navbar-toggler:not(.collapsed) span:nth-child(2) {
  height: 12px;
  visibility: hidden;
  background-color: transparent;
}
.theme-blueGreen #dynamicId .landing-nav .navbar-toggler:not(.collapsed) span:nth-child(3) {
  position: absolute;
  left: 12px;
  top: 10px;
  transform: rotate(-135deg);
  opacity: 0.9;
}
.theme-blueGreen #dynamicId .intro {
  height: 35vh;
  position: relative;
  color: #ffffff;
  margin-top: 80px;
}
.theme-blueGreen #dynamicId .owl-carousel .owl-dots {
  position: absolute;
  bottom: 10px;
  right: 0;
  left: 0;
}
.theme-blueGreen #dynamicId .owl-carousel .owl-dots .owl-dot span {
  background: #e3e3e3;
  border: 0px solid #e3e3e3;
}
.theme-blueGreen #dynamicId .owl-carousel .owl-dots .owl-dot:hover span, .theme-blueGreen #dynamicId .owl-carousel .owl-dots .owl-dot.active span {
  background-color: #3a8bc2;
}
.theme-blueGreen #dynamicId #testimonial-carousel .owl-dots {
  bottom: -30px;
}
.theme-blueGreen #dynamicId .intro .carousel-item-a {
  position: relative;
  height: 35vh;
}
.theme-blueGreen #dynamicId .intro .carousel-item-a.bg-image {
  background-attachment: scroll;
}
.theme-blueGreen #dynamicId .intro .intro-content {
  position: absolute;
}
.theme-blueGreen #dynamicId .intro .intro-body {
  padding-left: 16px;
  background: rgba(0, 0, 0, 0.5803921569);
  padding: 0;
  width: 100%;
  height: 110px;
  border: solid 0.5px #969696;
}
.theme-blueGreen #dynamicId .intro .intro-body .price-a {
  color: #ffffff;
  padding: 16px 24px;
  border: 2px solid #3a8bc2;
  border-radius: 50px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
.theme-blueGreen #dynamicId .intro .spacial {
  animation-delay: 0.2s;
  color: #ffffff;
}
.theme-blueGreen #dynamicId .intro .intro-title-top {
  animation-delay: 0.6s;
  margin-bottom: 16px;
  color: #ffffff;
  letter-spacing: 0.05em;
  font-size: 14px;
}
.theme-blueGreen #dynamicId .intro .intro-title {
  transition-duration: 9s !important;
  color: #ffffff;
  width: 100%;
  margin: auto;
  padding-top: 16px;
  font-size: 18px;
}
.theme-blueGreen #dynamicId .intro .intro-subtitle {
  font-weight: 300;
}
.theme-blueGreen #dynamicId .intro .intro-subtitle.intro-price {
  padding-top: 16px;
}
.theme-blueGreen #dynamicId .intro-single {
  padding: 192px 0 48px;
}
.theme-blueGreen #dynamicId .intro-single .title-single-box {
  padding: 16px 0 16px 32px;
  border-left: 3px solid #3a8bc2;
}
.theme-blueGreen #dynamicId .intro-single .title-single-box .title-single {
  font-weight: 600;
}
.theme-blueGreen #dynamicId .intro-single .breadcrumb-box {
  padding: 16px 0 0 8px;
}
.theme-blueGreen #dynamicId .intro-single .breadcrumb {
  background-color: transparent;
  padding-right: 0;
  padding-left: 0;
}
.theme-blueGreen #dynamicId .card-box-a,
.theme-blueGreen #dynamicId .card-box-b,
.theme-blueGreen #dynamicId .card-box-d {
  position: relative;
  overflow: hidden;
  backface-visibility: hidden;
}
.theme-blueGreen #dynamicId .card-box-a .img-a,
.theme-blueGreen #dynamicId .card-box-a .img-b {
  transition: 0.8s all ease-in-out;
}
.theme-blueGreen #dynamicId .card-box-b .img-a,
.theme-blueGreen #dynamicId .card-box-b .img-b {
  transition: 0.8s all ease-in-out;
}
.theme-blueGreen #dynamicId .card-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.theme-blueGreen #dynamicId .card-shadow {
  backface-visibility: hidden;
}
.theme-blueGreen #dynamicId .card-shadow:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 27%, rgba(0, 0, 0, 0.65) 90%);
}
.theme-blueGreen #dynamicId .card-overlay-a-content {
  transition: all 0.5s ease-in;
  position: absolute;
  width: 100%;
  bottom: 0px;
  z-index: 2;
}
.theme-blueGreen #dynamicId .card-header-a {
  padding: 0 16px;
}
.theme-blueGreen #dynamicId .card-header-a .card-title-a {
  color: #ffffff;
  margin-bottom: 0;
  padding-bottom: 12px;
}
.theme-blueGreen #dynamicId .card-header-a .card-title-a a {
  color: #ffffff;
  text-decoration: none;
}
.theme-blueGreen #dynamicId .card-body-a {
  z-index: 2;
  transition: all 0.5s ease-in;
  padding: 0 16px 32px 16px;
}
.theme-blueGreen #dynamicId .card-body-a .price-box {
  padding-bottom: 8px;
}
.theme-blueGreen #dynamicId .price-a {
  color: #ffffff;
  padding: 10px 13px;
  border: 2px solid #3a8bc2;
  border-radius: 50px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
.theme-blueGreen #dynamicId .card-footer-a {
  width: 100%;
  position: absolute;
  z-index: 2;
  background-color: #3a8bc2;
}
.theme-blueGreen #dynamicId .card-info {
  list-style: none;
  margin-bottom: 0;
  padding: 8px 0;
}
.theme-blueGreen #dynamicId .card-info .card-info-title {
  color: #313131;
}
.theme-blueGreen #dynamicId .card-info li span {
  color: #ffffff;
}
.theme-blueGreen #dynamicId .property-grid .grid-option {
  text-align: right;
  margin-bottom: 32px;
}
.theme-blueGreen #dynamicId .property-grid .grid-option .custom-select {
  border-radius: 0;
  width: 200px;
  border-color: #313131;
}
.theme-blueGreen #dynamicId .property-grid .grid-option .custom-select:hover, .theme-blueGreen #dynamicId .property-grid .grid-option .custom-select:active, .theme-blueGreen #dynamicId .property-grid .grid-option .custom-select:focus,
.theme-blueGreen #dynamicId .property-grid .grid-option .custom-select option {
  border-color: #313131;
}
.theme-blueGreen #dynamicId .gallery-property {
  margin-bottom: 48px;
}
.theme-blueGreen #dynamicId .property-price {
  margin: 0 auto;
}
.theme-blueGreen #dynamicId .property-price .card-header-c {
  padding: 0;
}
.theme-blueGreen #dynamicId .summary-list {
  padding-right: 16px;
  color: #000000;
}
.theme-blueGreen #dynamicId .summary-list .list {
  padding: 0;
  line-height: 2;
}
.theme-blueGreen #dynamicId .summary-list .list span {
  color: #555555;
}
.theme-blueGreen #dynamicId .property-agent .title-agent {
  font-weight: 600;
}
.theme-blueGreen #dynamicId .property-agent ul {
  line-height: 2;
  color: #000000;
}
.theme-blueGreen #dynamicId .property-agent .socials-a {
  text-align: center;
}
.theme-blueGreen #dynamicId .card-header-b {
  padding: 16px;
  color: #ffffff;
  position: absolute;
  bottom: 20px;
  z-index: 2;
}
.theme-blueGreen #dynamicId .card-header-b .category-b {
  font-size: 14px;
  background-color: #3a8bc2;
  padding: 5px 12px;
  color: #313131;
  letter-spacing: 0.03em;
  border-radius: 50px;
  text-decoration: none;
}
.theme-blueGreen #dynamicId .card-header-b .title-2 {
  margin-bottom: 0;
  padding: 10px 0;
}
.theme-blueGreen #dynamicId .card-header-b .title-2 a {
  color: #ffffff !important;
  text-decoration: none;
  font-size: 20px !important;
}
.theme-blueGreen #dynamicId .card-header-b .date-b {
  color: #d8d8d8;
}
.theme-blueGreen #dynamicId .post-information {
  padding: 48px 0;
}
.theme-blueGreen #dynamicId .post-content {
  font-weight: 300;
  line-height: 1.6;
}
.theme-blueGreen #dynamicId .post-content .post-intro {
  font-weight: 300;
  margin-bottom: 64px;
  line-height: 1.6;
  color: #000000;
  font-weight: 400;
}
.theme-blueGreen #dynamicId .post-content p {
  margin-bottom: 27px;
}
.theme-blueGreen #dynamicId .post-content .blockquote {
  padding: 16px 48px 27px 48px;
  border-left: 3px solid #3a8bc2;
  color: #000000;
}
.theme-blueGreen #dynamicId .post-content .blockquote footer {
  text-align: left;
  padding: 0;
}
.theme-blueGreen #dynamicId .post-footer {
  padding: 48px 0 64px;
}
.theme-blueGreen #dynamicId .post-share .socials {
  display: inline-block;
}
.theme-blueGreen #dynamicId .post-share .socials li {
  margin-left: 10px;
}
.theme-blueGreen #dynamicId .box-comments .list-comments li {
  padding-bottom: 56px;
}
.theme-blueGreen #dynamicId .box-comments .list-comments .comment-avatar {
  display: table-cell;
  vertical-align: top;
}
.theme-blueGreen #dynamicId .box-comments .list-comments .comment-avatar img {
  width: 80px;
  height: 80px;
}
.theme-blueGreen #dynamicId .box-comments .list-comments .comment-details {
  display: table-cell;
  vertical-align: top;
  padding-left: 25px;
}
.theme-blueGreen #dynamicId .box-comments .list-comments .comment-description {
  padding: 13px 0 8px 0;
}
.theme-blueGreen #dynamicId .box-comments .list-comments a {
  color: #000000;
}
.theme-blueGreen #dynamicId .box-comments .list-comments span {
  display: block;
  color: #2b2a2a;
  font-style: italic;
}
.theme-blueGreen #dynamicId .box-comments .comment-children {
  margin-left: 40px;
}
.theme-blueGreen #dynamicId .card-box-c {
  position: relative;
}
.theme-blueGreen #dynamicId .card-header-c {
  padding: 0 16px 16px 16px;
}
.theme-blueGreen #dynamicId .card-body-c {
  padding: 8px 8px 0 8px;
}
.theme-blueGreen #dynamicId .card-footer-c {
  padding-left: 8px;
}
.theme-blueGreen #dynamicId .card-box-ico {
  padding: 16px 48px 16px 40px;
  border: 5px solid #3a8bc2;
}
.theme-blueGreen #dynamicId .card-box-ico span {
  font-size: 64px;
  color: #000000;
}
.theme-blueGreen #dynamicId .title-c {
  color: #fff;
  padding: 16px;
}
.theme-blueGreen #dynamicId .card-box-d .card-overlay-hover {
  transition: all 0.2s ease-in-out;
  padding: 15px 40px 15px 35px;
}
.theme-blueGreen #dynamicId .card-box-d .title-d {
  transition: 0.3s ease-in-out;
  font-weight: 600;
  margin: 16px 0;
  transform: translateY(-20px);
  opacity: 0;
}
.theme-blueGreen #dynamicId .card-box-d .content-d {
  opacity: 0;
  transition: 0.5s ease-in-out;
  transform: translateY(-40px);
}
.theme-blueGreen #dynamicId .card-box-d .info-agents {
  opacity: 0;
  transition: 0.5s ease-in-out;
}
.theme-blueGreen #dynamicId .card-box-d .card-footer-d {
  transition: 0.5s ease-in-out;
  transform: translateY(40px);
  opacity: 0;
  position: absolute;
  width: 100%;
  bottom: 10px;
  left: 0;
}
.theme-blueGreen #dynamicId .card-box-d .list-inline-item:not(:last-child) {
  margin-right: 25px;
}
.theme-blueGreen #dynamicId .card-box-d:hover .card-overlay-hover {
  background-color: #3a8bc2;
  opacity: 0.9;
}
.theme-blueGreen #dynamicId .card-box-d:hover .title-d,
.theme-blueGreen #dynamicId .card-box-d:hover .content-d,
.theme-blueGreen #dynamicId .card-box-d:hover .info-agents,
.theme-blueGreen #dynamicId .card-box-d:hover .card-footer-d {
  opacity: 1;
  transform: translateY(0);
}
.theme-blueGreen #dynamicId .agent-info-box .socials-footer {
  margin-top: 32px;
}
.theme-blueGreen #dynamicId .agent-info-box .socials-footer li {
  margin-right: 24px;
}
.theme-blueGreen #dynamicId .section-about .title-vertical {
  position: absolute;
  letter-spacing: 0;
  transform: rotate(-90deg);
  top: 50px;
  text-align: left;
  width: 300px;
  font-weight: 700;
  text-align: right;
}
.theme-blueGreen #dynamicId .about-img-box {
  padding-left: 16px;
  position: relative;
}
.theme-blueGreen #dynamicId .sinse-box {
  background-color: #3a8bc2;
  padding: 16px 32px;
  position: absolute;
  left: 15px;
  bottom: 10px;
}
.theme-blueGreen #dynamicId .sinse-box .sinse-title {
  font-weight: 700;
  letter-spacing: 0.043em;
}
.theme-blueGreen #dynamicId .sinse-box .sinse-title span {
  position: absolute;
}
.theme-blueGreen #dynamicId .sinse-box .sinse-title span:after {
  content: " ";
  width: 35px;
  height: 2px;
  background-color: #000000;
  position: absolute;
  bottom: -15px;
}
.theme-blueGreen #dynamicId .sinse-box p {
  margin-bottom: 0;
  font-size: 12px;
}
.theme-blueGreen #dynamicId .testimonials-box .testimonial-avatar {
  width: 80px !important;
  display: inline-flex !important;
  border-radius: 50%;
}
.theme-blueGreen #dynamicId .testimonial-ico {
  position: relative;
}
.theme-blueGreen #dynamicId .testimonial-ico span {
  background-color: #3a8bc2;
  color: #ffffff;
  padding: 3px 14px;
  border-radius: 50px;
  position: absolute;
  z-index: 1;
  top: -10px;
  right: 20px;
}
.theme-blueGreen #dynamicId .testimonial-text {
  font-style: italic;
  margin-top: 10px;
  padding: 24px;
  background-color: #f3f3f3;
}
.theme-blueGreen #dynamicId .testimonial-author-box {
  margin-top: 32px;
}
.theme-blueGreen #dynamicId .testimonial-author {
  margin-left: 16px;
  display: inline-flex;
  color: #000000;
}
.theme-blueGreen #dynamicId .section-footer {
  padding-top: 10px;
}
.theme-blueGreen #dynamicId .section-footer ul {
  line-height: 2.5;
}
.theme-blueGreen #dynamicId .section-footer .item-list-a i {
  font-size: 18px;
  padding-right: 4px;
  color: #fff;
}
.theme-blueGreen #dynamicId .section-footer .widget-a .w-title-a {
  margin-bottom: 16px;
}
.theme-blueGreen #dynamicId .section-footer h3, .theme-blueGreen #dynamicId .section-footer .h3,
.theme-blueGreen #dynamicId .section-footer p {
  color: #fff !important;
}
.theme-blueGreen #dynamicId .section-footer ul li {
  color: #fff !important;
}
.theme-blueGreen #dynamicId .section-footer ul li a {
  color: #fff !important;
}
.theme-blueGreen #dynamicId .section-footer span {
  color: #fff !important;
}
.theme-blueGreen #dynamicId footer {
  text-align: center;
  padding: 0;
  color: #fff;
}
.theme-blueGreen #dynamicId footer ul li a,
.theme-blueGreen #dynamicId footer p,
.theme-blueGreen #dynamicId footer a {
  color: #fff !important;
}
.theme-blueGreen #dynamicId footer .copyright-footer {
  border-top: 1px solid #ddd;
  padding-top: 20px;
}
.theme-blueGreen #dynamicId footer .credits {
  font-size: 14px;
}
.theme-blueGreen #dynamicId .form-a #sendmessage {
  color: #3a8bc2;
  border: 1px solid #26a356;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}
.theme-blueGreen #dynamicId .form-a #errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}
.theme-blueGreen #dynamicId .form-a #sendmessage.show,
.theme-blueGreen #dynamicId .form-a #errormessage.show,
.theme-blueGreen #dynamicId .form-a .show {
  display: block;
}
.theme-blueGreen #dynamicId .form-a .validation {
  color: red;
  display: none;
  margin: 4px 0 20px 0;
  font-weight: 400;
  font-size: 13px;
}
.theme-blueGreen #dynamicId .form-a label {
  color: #000000;
  position: relative;
}
.theme-blueGreen #dynamicId .form-a select.form-control-lg:not([size]):not([multiple]) {
  height: 56px;
}
.theme-blueGreen #dynamicId .form-a .form-control {
  border-radius: 0;
  font-weight: 300;
}
.theme-blueGreen #dynamicId .form-a .form-control.form-control-a {
  height: 56px;
}
.theme-blueGreen #dynamicId .form-a .form-control:focus {
  box-shadow: none;
  border-color: #3a8bc2;
}
.theme-blueGreen #dynamicId .btn {
  transition: 0.5s ease;
}
.theme-blueGreen #dynamicId .btn.btn-a, .theme-blueGreen #dynamicId .btn.btn-b {
  border-radius: 0;
  padding: 16px 48px;
  letter-spacing: 0.8px;
}
.theme-blueGreen #dynamicId .btn.btn-a {
  background-color: #000000;
  color: #ffffff;
}
.theme-blueGreen #dynamicId .btn.btn-a:hover {
  background-color: #3a8bc2;
  color: #000000;
}
.theme-blueGreen #dynamicId .btn.btn-b {
  background-color: #3a8bc2;
  color: #fff;
}
.theme-blueGreen #dynamicId .btn.btn-b:hover {
  background-color: #000000;
  color: #ffffff;
}
.theme-blueGreen #dynamicId .btn.btn-b-n {
  background-color: #3a8bc2;
  color: #ffffff;
  border-radius: 0;
}
.theme-blueGreen #dynamicId .btn.btn-b-n:hover {
  background-color: #26a356;
  color: #ffffff;
}
.theme-blueGreen #dynamicId .news-slider .tab-pane {
  padding: 0;
}
.theme-blueGreen #dynamicId .news-slider .nav-tabs {
  position: relative;
  background-color: #fff;
}
.theme-blueGreen #dynamicId .news-slider .nav-tabs li {
  margin: 0px !important;
}
.theme-blueGreen #dynamicId .news-slider .nav-tabs li a {
  position: relative;
  margin-right: 0px !important;
  padding: 10px !important;
  border: none !important;
}
.theme-blueGreen #dynamicId .news-slider .nav-tabs li a:hover {
  border: none;
  border-radius: 0;
  color: #fff;
}
.theme-blueGreen #dynamicId .news-slider .slider {
  display: inline-block;
  width: 30px;
  height: 4px;
  background-color: #76bceb;
  position: absolute;
  z-index: 1200;
  bottom: 0;
  transition: all 0.4s linear;
}
.theme-blueGreen #dynamicId .news-slider .nav-tabs .active {
  border: none !important;
  color: #fff !important;
  border-radius: 0;
}
.theme-blueGreen #dynamicId .news-slider .card-text {
  font-size: 14px;
  line-height: normal;
}
.theme-blueGreen #dynamicId .news-slider .card-text.card-date-c {
  clear: left;
}
.theme-blueGreen #dynamicId .news-slider .tab-content .tab-pane .card-deck .row .col-12 .card, .theme-blueGreen #dynamicId .news-slider .tab-content .tab-pane .card-deck .row .col-12 .main-content .register_box .card .card-header, .theme-blueGreen #dynamicId .main-content .register_box .card .news-slider .tab-content .tab-pane .card-deck .row .col-12 .card-header {
  border-bottom: solid 0.5px #ccc !important;
  border-radius: 0;
}
.theme-blueGreen #dynamicId .modal-newsletter {
  color: #999;
}
.theme-blueGreen #dynamicId .modal-newsletter .modal-content {
  padding: 40px;
  border-radius: 0;
  border: none;
}
.theme-blueGreen #dynamicId .modal-newsletter .modal-header {
  border-bottom: none;
  position: relative;
  text-align: center;
  border-radius: 5px 5px 0 0;
}
.theme-blueGreen #dynamicId .modal-newsletter .close span {
  position: relative;
  top: -1px;
}
.theme-blueGreen #dynamicId .modal-newsletter .close:hover {
  opacity: 0.8;
}
.theme-blueGreen #dynamicId .modal-newsletter .icon-box {
  z-index: 9;
  text-align: center;
  position: relative;
  margin-bottom: 10px;
}
.theme-blueGreen #dynamicId .modal-newsletter .icon-box i {
  font-size: 70px;
}
.theme-blueGreen #dynamicId .modal-newsletter .form-control {
  box-shadow: none;
  border-color: #dbdbdb;
}
.theme-blueGreen #dynamicId .modal-newsletter .form-control:focus {
  border-color: #3a8bc2;
  box-shadow: 0 0 8px rgba(114, 101, 234, 0.5);
}
.theme-blueGreen #dynamicId .modal-newsletter .btn:hover, .theme-blueGreen #dynamicId .modal-newsletter .btn:focus {
  background: #00a650;
  outline: none;
}
.theme-blueGreen #dynamicId .modal-newsletter .input-group {
  margin: 30px 0 15px;
}
.theme-blueGreen #dynamicId .hint-text {
  margin: 100px auto;
  text-align: center;
}
.theme-blueGreen #dynamicId .forgot {
  color: #3a8bc2;
}
.theme-blueGreen #dynamicId .btn.c-button {
  color: #fff !important;
  min-height: 40px;
  border-radius: 4px;
  font-size: 14px;
  border: none !important;
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.theme-blueGreen #dynamicId .btn.c-button.mat-button-toggle {
  background: #fff !important;
}
.theme-blueGreen #dynamicId .btn.c-button.mat-button-toggle-checked {
  color: #fff !important;
}
.theme-blueGreen #dynamicId .btn.border-button {
  font-size: 14px;
}
.theme-blueGreen #dynamicId mat-button-toggle-group .btn.c-button.mat-button-toggle-checked {
  color: #fff !important;
}
.theme-blueGreen #dynamicId .news-tabs .tab-pane .card-deck .card-body img.event--picture {
  box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.18);
  min-height: 62px;
  object-fit: cover;
  max-height: 62px;
}
.theme-blueGreen #dynamicId .card-text {
  padding: 16px;
}
.theme-blueGreen #dynamicId .border-button {
  background: none !important;
  min-height: 40px;
  border-radius: 4px !important;
}
.theme-blueGreen #dynamicId .signIn .nav-item a {
  font-size: 18px;
}
.theme-blueGreen #dynamicId .signIn .nav-item a.active {
  color: #3a8bc2;
}
.theme-blueGreen #dynamicId .sign-or {
  width: 100%;
  text-align: center;
  display: block;
  position: relative;
  z-index: 2;
  margin: auto;
  color: #ccc;
  font-size: small;
}
.theme-blueGreen #dynamicId .sign-or:before {
  background: #ccc;
  height: 1px;
  width: 100%;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  z-index: -2;
}
.theme-blueGreen #dynamicId .sign-or:after {
  content: "";
  width: 25px;
  height: 25px;
  border-radius: 100%;
  background: #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
}
.theme-blueGreen #dynamicId .btn.social--button {
  color: #fff !important;
  min-height: 34px;
  border: none;
  border-radius: 4px !important;
}
.theme-blueGreen #dynamicId .btn.facebook-button {
  background: #3163a2;
}
.theme-blueGreen #dynamicId .btn.twitter-button {
  background: #65aad1;
}
.theme-blueGreen #dynamicId .btn.google-btn {
  background: #dc4e41;
}
.theme-blueGreen #dynamicId .btn.google-btn i {
  color: #fff !important;
}
.theme-blueGreen #dynamicId .tab-pane h5, .theme-blueGreen #dynamicId .tab-pane .h5 {
  font-weight: bold;
  font-size: 16px;
}
.theme-blueGreen #dynamicId .footer-b-r {
  border-right: solid 0.5px #fff;
}
.theme-blueGreen #dynamicId .section-news .owl-item .carousel-item-c .img-box-b img {
  height: 170px;
  object-fit: cover;
}
.theme-blueGreen #dynamicId .section-news .owl-dots {
  bottom: -54px;
}
.theme-blueGreen #dynamicId .section-news h2, .theme-blueGreen #dynamicId .section-news .h2,
.theme-blueGreen #dynamicId .section-news p {
  color: #fff !important;
}
.theme-blueGreen #dynamicId .section-news .carousel-item-c .card-overlay {
  background: rgba(0, 0, 0, 0.5411764706);
}
.theme-blueGreen #dynamicId .section-news .owl-carousel {
  position: relative;
}
.theme-blueGreen #dynamicId .section-news .owl-carousel .owl-nav {
  position: absolute;
  z-index: 9999;
  top: 40%;
  width: 100%;
  left: 0;
  right: 0;
  margin: auto;
}
.theme-blueGreen #dynamicId .section-news .owl-carousel .owl-nav .owl-prev,
.theme-blueGreen #dynamicId .section-news .owl-carousel .owl-nav .owl-next {
  position: absolute;
}
.theme-blueGreen #dynamicId .section-news .owl-carousel .owl-nav .owl-prev:hover,
.theme-blueGreen #dynamicId .section-news .owl-carousel .owl-nav .owl-next:hover {
  background: none;
}
.theme-blueGreen #dynamicId .section-news .owl-carousel .owl-nav .owl-prev {
  left: -44px;
}
.theme-blueGreen #dynamicId .section-news .owl-carousel .owl-nav .owl-next {
  right: -44px;
}
.theme-blueGreen #dynamicId .has-search {
  position: relative;
}
.theme-blueGreen #dynamicId .has-search .form-control {
  padding-left: 16px;
}
.theme-blueGreen #dynamicId .has-search .form-control-feedback {
  position: absolute;
  z-index: 2;
  display: block;
  width: 38px;
  height: 38px;
  line-height: 30px;
  text-align: right;
  pointer-events: none;
  color: #aaa;
  right: 0;
  top: 0;
}
.theme-blueGreen #dynamicId .search-custom-b {
  background: #d4e5f5 !important;
}
.theme-blueGreen #dynamicId .landing-nav .navbar-nav li {
  width: auto !important;
}
.theme-blueGreen #dynamicId .toast-container .toast {
  opacity: 1 !important;
}
.theme-blueGreen #dynamicId .toast-error {
  background-color: #bd362f !important;
}
.theme-blueGreen #dynamicId .toast-success {
  background-color: #51a351 !important;
}
.theme-blueGreen #dynamicId .toast-info {
  background-color: #2f96b4 !important;
}
.theme-blueGreen #dynamicId .toast-warning {
  background-color: #f89406 !important;
}
.theme-blueGreen #dynamicId .right-news-s.border {
  border: 5px solid #f2f5f8 !important;
}
.theme-blueGreen #dynamicId .right-news-s .card, .theme-blueGreen #dynamicId .right-news-s .main-content .register_box .card .card-header, .theme-blueGreen #dynamicId .main-content .register_box .card .right-news-s .card-header {
  background: none !important;
}
.theme-blueGreen #dynamicId .news-tabs .card-deck {
  background: #fff;
}
.theme-blueGreen #dynamicId .mat-button-toggle-label-content {
  line-height: 25px !important;
}
.theme-blueGreen #dynamicId .mat-mdc-checkbox {
  font-family: inherit !important;
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
}
.theme-blueGreen #dynamicId .mat-mdc-checkbox.mat-checkbox-checked {
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
}
.theme-blueGreen #dynamicId .mat-mdc-checkbox.mat-checkbox-checked .mat-checkbox-background {
  background: #00a650 !important;
}
.theme-blueGreen #dynamicId .mat-checkbox-inner-container {
  width: 15px !important;
  height: 15px !important;
  position: relative;
}
.theme-blueGreen #dynamicId .public--evnt--modal h3, .theme-blueGreen #dynamicId .public--evnt--modal .h3 {
  font-size: 20px;
  color: #0e3f60;
}
.theme-blueGreen #dynamicId .tooltip .tooltip-inner {
  background: #0e3f60;
}
.theme-blueGreen #dynamicId .tooltip .arrow {
  top: 40% !important;
  transform: translate(-40%) !important;
  left: 3px !important;
}
.theme-blueGreen #dynamicId .tooltip .arrow:before {
  border-right-color: #0e3f60 !important;
}
.theme-blueGreen #dynamicId .survey-agree {
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
}
.theme-blueGreen #dynamicId .survey-agree .mat-checkbox-layout {
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
}
.theme-blueGreen #dynamicId .survey-agree .mat-checkbox-layout .mat-checkbox-inner-container {
  margin-top: 13px !important;
}
.theme-blueGreen #dynamicId .survey-agree .mat-checkbox-label a {
  color: #0e3f60;
}
.theme-blueGreen #dynamicId .owl-dt-container .owl-dt-calendar-table .owl-dt-calendar-cell-today:not(.owl-dt-calendar-cell-selected) {
  border-color: #0e3f60;
  background: #0e3f60;
  color: #ffffff;
}
.theme-blueGreen #dynamicId .owl-dt-container .owl-dt-calendar-table .owl-dt-calendar-header {
  color: #0e3f60;
}
.theme-blueGreen #dynamicId .owl-dt-container .owl-dt-control-arrow-button svg {
  fill: #0e3f60;
}
.theme-blueGreen #dynamicId .owl-dt-container .owl-dt-control-button-content {
  color: #0e3f60;
}
.theme-blueGreen #dynamicId .owl-dt-container .owl-dt-control-button-content svg {
  fill: #0e3f60;
}
.theme-blueGreen #dynamicId #myProfile .row {
  margin: 0 !important;
}
.theme-blueGreen #dynamicId #myProfile .row .col-12.col-md-6.col-lg-6,
.theme-blueGreen #dynamicId #myProfile .row .col-12.col-md-12.col-lg-12 {
  padding: 8px;
  margin: 0 !important;
}
.theme-blueGreen #dynamicId #myProfile .card, .theme-blueGreen #dynamicId #myProfile .main-content .register_box .card .card-header, .theme-blueGreen #dynamicId .main-content .register_box .card #myProfile .card-header {
  min-height: 0;
  height: 100%;
  margin-bottom: 0;
  padding-bottom: 0;
}
.theme-blueGreen #dynamicId #myProfile .card.main-card, .theme-blueGreen #dynamicId #myProfile .main-content .register_box .card .main-card.card-header, .theme-blueGreen #dynamicId .main-content .register_box .card #myProfile .main-card.card-header {
  height: 338px;
}
.theme-blueGreen #dynamicId #myProfile .card.main-card ul.list-group, .theme-blueGreen #dynamicId #myProfile .main-content .register_box .card .main-card.card-header ul.list-group, .theme-blueGreen #dynamicId .main-content .register_box .card #myProfile .main-card.card-header ul.list-group {
  height: 295px;
  overflow: auto;
}
.theme-blueGreen #dynamicId #myProfile .card.main-card ul.list-group::-webkit-scrollbar, .theme-blueGreen #dynamicId #myProfile .main-content .register_box .card .main-card.card-header ul.list-group::-webkit-scrollbar, .theme-blueGreen #dynamicId .main-content .register_box .card #myProfile .main-card.card-header ul.list-group::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.theme-blueGreen #dynamicId #myProfile .card.main-card ul.list-group::-webkit-scrollbar-track, .theme-blueGreen #dynamicId #myProfile .main-content .register_box .card .main-card.card-header ul.list-group::-webkit-scrollbar-track, .theme-blueGreen #dynamicId .main-content .register_box .card #myProfile .main-card.card-header ul.list-group::-webkit-scrollbar-track {
  background: #dedee6;
}
.theme-blueGreen #dynamicId #myProfile .card.main-card ul.list-group::-webkit-scrollbar-thumb, .theme-blueGreen #dynamicId #myProfile .main-content .register_box .card .main-card.card-header ul.list-group::-webkit-scrollbar-thumb, .theme-blueGreen #dynamicId .main-content .register_box .card #myProfile .main-card.card-header ul.list-group::-webkit-scrollbar-thumb {
  background: #00a650;
}
.theme-blueGreen #dynamicId #myProfile .card .new-letters-c, .theme-blueGreen #dynamicId .main-content .register_box .card #myProfile .card-header .new-letters-c,
.theme-blueGreen #dynamicId #myProfile .card .my-benefi-table,
.theme-blueGreen #dynamicId .main-content .register_box .card #myProfile .card-header .my-benefi-table {
  height: 295px !important;
  overflow: auto;
}
.theme-blueGreen #dynamicId #myProfile .card .new-letters-c::-webkit-scrollbar, .theme-blueGreen #dynamicId .main-content .register_box .card #myProfile .card-header .new-letters-c::-webkit-scrollbar,
.theme-blueGreen #dynamicId #myProfile .card .my-benefi-table::-webkit-scrollbar,
.theme-blueGreen #dynamicId .main-content .register_box .card #myProfile .card-header .my-benefi-table::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.theme-blueGreen #dynamicId #myProfile .card .new-letters-c::-webkit-scrollbar-track, .theme-blueGreen #dynamicId .main-content .register_box .card #myProfile .card-header .new-letters-c::-webkit-scrollbar-track,
.theme-blueGreen #dynamicId #myProfile .card .my-benefi-table::-webkit-scrollbar-track,
.theme-blueGreen #dynamicId .main-content .register_box .card #myProfile .card-header .my-benefi-table::-webkit-scrollbar-track {
  background: #dedee6;
}
.theme-blueGreen #dynamicId #myProfile .card .new-letters-c::-webkit-scrollbar-thumb, .theme-blueGreen #dynamicId .main-content .register_box .card #myProfile .card-header .new-letters-c::-webkit-scrollbar-thumb,
.theme-blueGreen #dynamicId #myProfile .card .my-benefi-table::-webkit-scrollbar-thumb,
.theme-blueGreen #dynamicId .main-content .register_box .card #myProfile .card-header .my-benefi-table::-webkit-scrollbar-thumb {
  background: #00a650;
}
.theme-blueGreen #dynamicId #myProfile .card .card-header, .theme-blueGreen #dynamicId .main-content .register_box .card #myProfile .card-header .card-header {
  background: #0e3f60;
  line-height: 16px;
  color: #FFFFFF;
}
.theme-blueGreen #dynamicId #myProfile .card .card-header a, .theme-blueGreen #dynamicId .main-content .register_box .card #myProfile .card-header .card-header a {
  text-decoration: underline;
  color: #FFFFFF;
}
.theme-blueGreen #dynamicId #myProfile .card .card-body h6, .theme-blueGreen #dynamicId .main-content .register_box .card #myProfile .card-header .card-body h6, .theme-blueGreen #dynamicId #myProfile .card .card-body .h6, .theme-blueGreen #dynamicId .main-content .register_box .card #myProfile .card-header .card-body .h6 {
  color: #0e3f60;
  font-size: 20px;
}
.theme-blueGreen #dynamicId #myProfile .card .card-body p.card-text, .theme-blueGreen #dynamicId .main-content .register_box .card #myProfile .card-header .card-body p.card-text {
  padding: 0;
}
.theme-blueGreen #dynamicId #myProfile .card .card-body a, .theme-blueGreen #dynamicId .main-content .register_box .card #myProfile .card-header .card-body a {
  color: #0e3f60;
  text-decoration: underline;
  font-weight: normal;
  text-transform: capitalize;
}
.theme-blueGreen #dynamicId #myProfile .card .card-body .donation-currency, .theme-blueGreen #dynamicId .main-content .register_box .card #myProfile .card-header .card-body .donation-currency {
  width: 100%;
  display: block;
  text-align: center;
  position: relative;
}
.theme-blueGreen #dynamicId #myProfile .card .card-body .donation-currency span, .theme-blueGreen #dynamicId .main-content .register_box .card #myProfile .card-header .card-body .donation-currency span {
  position: absolute;
  left: 0;
  right: 0;
  top: 2.8vh;
  height: 20px;
  width: 90%;
  margin: auto;
  line-height: normal;
  font-weight: 600;
  font-size: 12px;
}
.theme-blueGreen #dynamicId #myProfile .card owl-carousel, .theme-blueGreen #dynamicId .main-content .register_box .card #myProfile .card-header owl-carousel {
  background: #f3f3f3;
  width: 100%;
  float: left;
  padding: 10px;
}
.theme-blueGreen #dynamicId #myProfile .card owl-carousel .owl-dots, .theme-blueGreen #dynamicId .main-content .register_box .card #myProfile .card-header owl-carousel .owl-dots {
  bottom: 0;
}
.theme-blueGreen #dynamicId #myProfile .card.my-contributions, .theme-blueGreen #dynamicId #myProfile .main-content .register_box .card .my-contributions.card-header, .theme-blueGreen #dynamicId .main-content .register_box .card #myProfile .my-contributions.card-header {
  overflow: auto;
  height: 100%;
  display: block;
}
.theme-blueGreen #dynamicId #myProfile .card.my-contributions::-webkit-scrollbar, .theme-blueGreen #dynamicId #myProfile .main-content .register_box .card .my-contributions.card-header::-webkit-scrollbar, .theme-blueGreen #dynamicId .main-content .register_box .card #myProfile .my-contributions.card-header::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.theme-blueGreen #dynamicId #myProfile .card.my-contributions::-webkit-scrollbar-track, .theme-blueGreen #dynamicId #myProfile .main-content .register_box .card .my-contributions.card-header::-webkit-scrollbar-track, .theme-blueGreen #dynamicId .main-content .register_box .card #myProfile .my-contributions.card-header::-webkit-scrollbar-track {
  background: #dedee6;
}
.theme-blueGreen #dynamicId #myProfile .card.my-contributions::-webkit-scrollbar-thumb, .theme-blueGreen #dynamicId #myProfile .main-content .register_box .card .my-contributions.card-header::-webkit-scrollbar-thumb, .theme-blueGreen #dynamicId .main-content .register_box .card #myProfile .my-contributions.card-header::-webkit-scrollbar-thumb {
  background: #00a650;
}
.theme-blueGreen #dynamicId #myProfile .card.my-contributions .list-group.list-group-flush, .theme-blueGreen #dynamicId #myProfile .main-content .register_box .card .my-contributions.card-header .list-group.list-group-flush, .theme-blueGreen #dynamicId .main-content .register_box .card #myProfile .my-contributions.card-header .list-group.list-group-flush {
  border: 0 !important;
}
.theme-blueGreen #dynamicId #myProfile .card.my-volunteer-c h3, .theme-blueGreen #dynamicId #myProfile .main-content .register_box .card .my-volunteer-c.card-header h3, .theme-blueGreen #dynamicId .main-content .register_box .card #myProfile .my-volunteer-c.card-header h3, .theme-blueGreen #dynamicId #myProfile .card.my-volunteer-c .h3, .theme-blueGreen #dynamicId #myProfile .main-content .register_box .card .my-volunteer-c.card-header .h3, .theme-blueGreen #dynamicId .main-content .register_box .card #myProfile .my-volunteer-c.card-header .h3 {
  font-size: 20px;
  color: #000000;
}
.theme-blueGreen #dynamicId #myProfile .card.my-volunteer-c ul, .theme-blueGreen #dynamicId #myProfile .main-content .register_box .card .my-volunteer-c.card-header ul, .theme-blueGreen #dynamicId .main-content .register_box .card #myProfile .my-volunteer-c.card-header ul {
  list-style: none;
}
.theme-blueGreen #dynamicId #myProfile .card.my-volunteer-c ul li, .theme-blueGreen #dynamicId #myProfile .main-content .register_box .card .my-volunteer-c.card-header ul li, .theme-blueGreen #dynamicId .main-content .register_box .card #myProfile .my-volunteer-c.card-header ul li {
  border-top: none;
  margin-bottom: 10px;
}
.theme-blueGreen #dynamicId #myProfile .share-event .eventShareButton {
  color: #0e3f60;
}
.theme-blueGreen #dynamicId #myProfile .share-event .eventShareButton img {
  filter: invert(40%) sepia(61%) saturate(4070%) hue-rotate(131deg) brightness(97%) contrast(102%);
}
.theme-blueGreen #dynamicId #myProfile .share-event .dropdown-menu li a {
  text-decoration: none;
}
.theme-blueGreen #dynamicId .donate-modal h5 img, .theme-blueGreen #dynamicId .donate-modal .h5 img {
  filter: invert(40%) sepia(61%) saturate(4070%) hue-rotate(131deg) brightness(97%) contrast(102%);
}
.theme-blueGreen #dynamicId .donate-modal h5 .indianCurrency, .theme-blueGreen #dynamicId .donate-modal .h5 .indianCurrency {
  color: #0e3f60;
}
.theme-blueGreen #dynamicId app-social-login .social--button i.fa-facebook {
  background: none;
}
.theme-blueGreen #dynamicId .mat-mdc-radio-button {
  font-family: inherit;
}
.theme-blueGreen #dynamicId app-timer {
  background: #0e3f60;
  color: #fff;
  padding: 0 5px;
}
.theme-blueGreen #dynamicId app-get-started .main-content .figure.banner img {
  filter: opacity(1) hue-rotate(4291deg);
}
.theme-blueGreen #dynamicId app-fund-donation .evnt-modal-icns-c .evnt-modal-icns .eventButton {
  width: auto;
  max-width: 90%;
  text-align: left;
}
.theme-blueGreen #dynamicId app-fund-donation header h1, .theme-blueGreen #dynamicId app-fund-donation header .h1 {
  color: white;
  line-height: 25px;
}
.theme-blueGreen #dynamicId app-public-event .evnt-modal-icns-c .evnt-modal-icns .eventButton {
  width: 200px;
  text-align: left;
}
.theme-blueGreen #dynamicId h6.sub-heading, .theme-blueGreen #dynamicId .sub-heading.h6 {
  font-size: 20px;
  color: #000000;
  font-weight: bold;
}
.theme-blueGreen #dynamicId .awards-social-icons span {
  display: inline-block;
  padding: 0 5px;
}
.theme-blueGreen #dynamicId .awards-social-icons span a i {
  background: none;
  color: #0e3f60;
  font-size: 14px;
}
.theme-blueGreen #dynamicId .awards-prev:hover,
.theme-blueGreen #dynamicId .awards-next:hover {
  color: #0e3f60;
  text-decoration: underline;
}
.theme-blueGreen #dynamicId .big-thanks owl-carousel .owl-nav {
  width: 100%;
}
.theme-blueGreen #dynamicId .big-thanks owl-carousel .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translate(50%);
}
.theme-blueGreen #dynamicId .big-thanks owl-carousel .owl-nav button.owl-prev {
  left: -54px;
}
.theme-blueGreen #dynamicId .big-thanks owl-carousel .owl-nav button.owl-next {
  right: -22px;
}
.theme-blueGreen #dynamicId .big-thanks owl-carousel .owl-dots {
  bottom: -17px;
}
.theme-blueGreen #dynamicId .signin {
  position: absolute;
  width: 320px;
  background: #fff;
  right: 1px;
  box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.27);
  top: 70px;
  padding: 22px 0 16px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.theme-blueGreen #dynamicId .signin .existUser .close {
  font-size: 20px !important;
  top: 15px;
}
.theme-blueGreen #dynamicId .header-height-w {
  width: 100%;
  height: 90px;
  display: block;
}
.theme-blueGreen #dynamicId .interests-w .interests-i {
  height: 80px;
  margin-bottom: 10px;
  overflow: auto;
}
.theme-blueGreen #dynamicId .interests-w .interests-i::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.theme-blueGreen #dynamicId .interests-w .interests-i::-webkit-scrollbar-track {
  background: #dedee6;
}
.theme-blueGreen #dynamicId .interests-w .interests-i::-webkit-scrollbar-thumb {
  background: #00a650;
}
.theme-blueGreen #dynamicId .interests-w .interests-i span {
  display: inline-block;
  padding: 1px 16px;
  background: #00a650;
  margin: 0 5px 5px 0;
  color: #fff;
  font-size: 14px !important;
  border-radius: 30px;
  height: 30px;
  line-height: 26px;
}
.theme-blueGreen #dynamicId .interests-w .interests-i span a i {
  font-size: 12px;
}
.theme-blueGreen #dynamicId .interests-w .interests-tags-w a {
  display: inline-block;
  padding: 3px 16px;
  margin: 0 5px 5px 0;
  font-size: 14px !important;
  border-radius: 28px;
  height: 28px;
  background: #f1f1f1;
  color: #000000;
  border: 1px solid #EAEAEA;
}
.theme-blueGreen #dynamicId .fixed_pos {
  position: fixed;
  background: #fff;
  box-shadow: 0 0 22px #ccc;
  top: 154px;
  width: 90px;
  right: -90px;
  transition: all 0.35s ease-out;
  z-index: 8;
  text-align: center;
}
.theme-blueGreen #dynamicId .fixed_pos .setting_icon {
  position: absolute;
  left: -50px;
  background: #fff;
  color: #0e3f60;
  padding: 0;
  top: 0;
  cursor: pointer;
  box-shadow: -4px 0px 10px 0px #ccc;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  font-size: 24px;
}
.theme-blueGreen #dynamicId .fixed_pos.open {
  right: 0;
  transition: all 0.3s ease-out;
}
.theme-blueGreen #dynamicId .fixed_pos .inner {
  width: 90%;
  margin: 5px auto;
}
.theme-blueGreen #dynamicId .fixed_pos .inner a {
  width: 30px;
  height: 30px;
  border-radius: 30px;
  display: inline-block;
  color: transparent;
  background: #f60;
  margin: 5px;
  overflow: hidden;
}
.theme-blueGreen #dynamicId .fixed_pos .inner a.pink {
  background: #e01a59;
}
.theme-blueGreen #dynamicId .fixed_pos .inner a.skyblue {
  background: #0769ab;
}
.theme-blueGreen #dynamicId .fixed_pos .inner a.orange {
  background: #ff9800;
}
#fb8c00 .theme-blueGreen #dynamicId .fixed_pos .inner a.green {
  background: #36a48b;
}
.theme-blueGreen #dynamicId .fixed_pos .inner a.brown {
  background: #605047;
}
.theme-blueGreen #dynamicId .fixed_pos .inner a.lavender {
  background: #9071be;
}
.theme-blueGreen #dynamicId .fixed_pos .inner a.naviblue {
  background: #475069;
}
.theme-blueGreen #dynamicId .mat-mdc-form-field {
  font-family: "Exo 2", sans-serif;
  line-height: 1.6;
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.theme-blueGreen #dynamicId .mat-mdc-form-field.mat-focused {
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.theme-blueGreen #dynamicId .mat-mdc-form-field.mat-focused .mat-form-field-ripple {
  background: #0e3f60;
}
.theme-blueGreen #dynamicId .mat-mdc-form-field.mat-focused .mat-form-field-label {
  color: #0e3f60;
}
.theme-blueGreen #dynamicId .mat-mdc-form-field.mat-focused.mat-primary {
  /* TODO(mdc-migration): The following rule targets internal classes of select that may no longer apply for the MDC version.*/
}
.theme-blueGreen #dynamicId .mat-mdc-form-field.mat-focused.mat-primary .mat-select-arrow {
  color: #0e3f60;
}
.theme-blueGreen #dynamicId .mat-mdc-form-field .mat-form-field-underline {
  background-color: rgba(0, 0, 0, 0.13);
}
.theme-blueGreen #dynamicId .mat-mdc-form-field.mat-form-field-appearance-outline {
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.theme-blueGreen #dynamicId .mat-mdc-form-field.mat-form-field-appearance-outline .mat-form-field-infix {
  padding: 0.5em 0 0.5em 0;
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.theme-blueGreen #dynamicId .mat-mdc-form-field.mat-form-field-appearance-outline .mat-form-field-infix .mat-form-field-label-wrapper label {
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.theme-blueGreen #dynamicId .mat-mdc-form-field.mat-form-field-appearance-outline .mat-form-field-infix .mat-form-field-label-wrapper label.mat-form-field-label {
  padding-top: 0;
}
.theme-blueGreen #dynamicId .mat-mdc-form-field.mat-form-field-appearance-outline .mat-form-field-wrapper {
  padding-bottom: 0;
}
.theme-blueGreen #dynamicId .mat-mdc-form-field .mat-form-field-wrapper {
  padding-bottom: 0;
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.theme-blueGreen #dynamicId .mat-mdc-form-field .mat-form-field-wrapper .mat-form-field-flex {
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.theme-blueGreen #dynamicId .mat-mdc-form-field .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-infix span {
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.theme-blueGreen #dynamicId .mat-mdc-form-field .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-infix span.mat-form-field-label-wrapper {
  top: -1.3em;
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.theme-blueGreen #dynamicId .mat-mdc-form-field .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-infix span.mat-form-field-label-wrapper .mat-form-field-label mat-label {
  font-weight: bold;
}
.theme-blueGreen #dynamicId .mat-mdc-form-field .mat-form-field-subscript-wrapper,
.theme-blueGreen #dynamicId .mat-mdc-form-field .mat-form-field-underline {
  position: static;
}
.theme-blueGreen #dynamicId .mat-mdc-form-field .mat-form-field-wrapper {
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.theme-blueGreen #dynamicId .mat-mdc-form-field .mat-form-field-wrapper .mat-form-field-infix {
  /* TODO(mdc-migration): The following rule targets internal classes of select that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of select that may no longer apply for the MDC version.*/
}
.theme-blueGreen #dynamicId .mat-mdc-form-field .mat-form-field-wrapper .mat-form-field-infix input.mat-mdc-input-element::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(0, 0, 0, 0.54);
}
.theme-blueGreen #dynamicId .mat-mdc-form-field .mat-form-field-wrapper .mat-form-field-infix input.mat-mdc-input-element::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(0, 0, 0, 0.54);
}
.theme-blueGreen #dynamicId .mat-mdc-form-field .mat-form-field-wrapper .mat-form-field-infix input.mat-mdc-input-element:-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(0, 0, 0, 0.54);
}
.theme-blueGreen #dynamicId .mat-mdc-form-field .mat-form-field-wrapper .mat-form-field-infix input.mat-mdc-input-element:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(0, 0, 0, 0.54);
}
.theme-blueGreen #dynamicId .mat-mdc-form-field .mat-form-field-wrapper .mat-form-field-infix mat-select {
  /* TODO(mdc-migration): The following rule targets internal classes of select that may no longer apply for the MDC version.*/
}
.theme-blueGreen #dynamicId .mat-mdc-form-field .mat-form-field-wrapper .mat-form-field-infix mat-select .mat-select-placeholder {
  color: rgba(0, 0, 0, 0.54);
  -webkit-text-fill-color: rgba(0, 0, 0, 0.54);
}
.theme-blueGreen #dynamicId .mat-mdc-form-field .mat-form-field-prefix mat-datepicker-toggle button {
  vertical-align: sub;
  position: relative;
  top: 1px;
}
.theme-blueGreen #dynamicId .mat-mdc-option,
.theme-blueGreen #dynamicId .mat-calendar,
.theme-blueGreen #dynamicId .mat-mdc-button,
.theme-blueGreen #dynamicId .mat-mdc-raised-button,
.theme-blueGreen #dynamicId .mat-mdc-icon-button,
.theme-blueGreen #dynamicId .mat-mdc-outlined-button,
.theme-blueGreen #dynamicId .mat-mdc-unelevated-button,
.theme-blueGreen #dynamicId .mat-mdc-fab,
.theme-blueGreen #dynamicId .mat-mdc-mini-fab,
.theme-blueGreen #dynamicId .mat-mdc-table {
  font-family: "Exo 2", sans-serif;
}
.theme-blueGreen #dynamicId .mat-primary .mat-mdc-option.mat-mdc-selected {
  /* TODO(mdc-migration): The following rule targets internal classes of option that may no longer apply for the MDC version.*/
}
.theme-blueGreen #dynamicId .mat-primary .mat-mdc-option.mat-mdc-selected:not(.mat-option-disabled) {
  color: #0e3f60;
}
.theme-blueGreen #dynamicId .mat-mdc-select-panel {
  /* TODO(mdc-migration): The following rule targets internal classes of select that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of select that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of select that may no longer apply for the MDC version.*/
}
.theme-blueGreen #dynamicId .mat-mdc-select-panel .mat-mdc-option.mat-mdc-selected:not(.not-option-multiple) {
  background: #00a650;
  color: #fff !important;
}
.theme-blueGreen #dynamicId .mat-mdc-select-panel .mat-select-content {
  /* TODO(mdc-migration): The following rule targets internal classes of optgroup that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of optgroup that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of option that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of option that may no longer apply for the MDC version.*/
}
.theme-blueGreen #dynamicId .mat-mdc-select-panel .mat-select-content mat-optgroup label.mat-mdc-optgroup-label {
  line-height: 40px !important;
  font-weight: bold !important;
  border-bottom: dashed 1px #0e3f60;
  color: #0e3f60;
}
.theme-blueGreen #dynamicId .mat-mdc-select-panel .mat-select-content mat-option.mat-mdc-option-multiple.mat-mdc-selected mat-pseudo-checkbox {
  background: none;
  border: solid 2px #fff;
}
.theme-blueGreen #dynamicId .mat-mdc-select-panel::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.theme-blueGreen #dynamicId .mat-mdc-select-panel::-webkit-scrollbar-track {
  background: #dedee6;
}
.theme-blueGreen #dynamicId .mat-mdc-select-panel::-webkit-scrollbar-thumb {
  background: #00a650;
}
.theme-blueGreen #dynamicId .about-committe {
  background: rgba(71, 80, 105, 0.1764705882);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.13);
}
.theme-blueGreen #dynamicId .about-committe img {
  width: 100%;
  height: auto;
  max-height: 188px;
  object-fit: cover;
  object-position: top;
}
.theme-blueGreen #dynamicId .login-donate-now {
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
}
.theme-blueGreen #dynamicId .login-donate-now .mat-radio-label-content {
  padding-left: 0px;
}
.theme-blueGreen #dynamicId #scroll {
  position: fixed;
  right: 10px;
  bottom: 10px;
  cursor: pointer;
  width: 40px;
  height: 40px;
  background-color: #00a650;
  display: none;
  border-radius: 40px;
  opacity: 0.8;
  color: #fff;
  text-align: center;
  line-height: 40px;
  z-index: 9999;
}
.theme-blueGreen #dynamicId #scroll:hover {
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
}
.theme-blueGreen #dynamicId #navbarDefault ul li a {
  position: relative;
  color: inherit;
  text-decoration: none;
  line-height: 24px;
}
.theme-blueGreen #dynamicId #navbarDefault ul li a:before, .theme-blueGreen #dynamicId #navbarDefault ul li a:after {
  content: "";
  position: absolute;
  transition: transform 0.5s ease;
}
.theme-blueGreen #dynamicId #navbarDefault ul li a.nav-link {
  padding-top: 10px;
}
.theme-blueGreen #dynamicId #navbarDefault ul li a.nav-link:before {
  left: 0;
  bottom: 12px;
  width: 100%;
  height: 2px;
  background: white;
  transform: scaleX(0);
}
.theme-blueGreen #dynamicId #navbarDefault ul li a.nav-link:hover {
  background: none !important;
  color: white !important;
}
.theme-blueGreen #dynamicId #navbarDefault ul li a.nav-link:hover:before {
  transform: scaleX(1);
}
.theme-blueGreen #dynamicId .section-footer ul.list-unstyled li.item-list-a a {
  transition: all 0.3s ease-out;
}
.theme-blueGreen #dynamicId .section-footer ul.list-unstyled li.item-list-a a:hover {
  transition: all 0.3s ease-in;
  opacity: 0.4;
  display: inline-block;
  text-decoration: underline;
}
.theme-blueGreen #dynamicId .section-footer ul.list-unstyled li.item-list-a a.donate_now {
  opacity: 0.4;
  cursor: not-allowed;
  pointer-events: none;
}
.theme-blueGreen #dynamicId .facebook-link {
  color: #3b5998;
}
.theme-blueGreen #dynamicId .facebook-link .fa {
  color: #3b5998;
}
.theme-blueGreen #dynamicId .twitter-link {
  color: #55acee;
}
.theme-blueGreen #dynamicId .twitter-link .fa {
  color: #55acee;
}
.theme-blueGreen #dynamicId owl-date-time-container > * {
  font-size: 14px !important;
}
.theme-blueGreen #dynamicId owl-date-time-container > * .owl-dt-calendar-cell-content {
  font-size: 14px !important;
}
.theme-blueGreen #dynamicId a[title="JavaScript charts"] {
  visibility: hidden !important;
  display: none !important;
}
.theme-blueGreen #dynamicId .donation_amount_input {
  position: relative;
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.theme-blueGreen #dynamicId .donation_amount_input span.input-group-doller {
  position: absolute;
  left: 0;
  top: 3px;
}
.theme-blueGreen #dynamicId .donation_amount_input input {
  padding-left: 15px;
}
.theme-blueGreen #dynamicId .donation_amount_input .mat-form-field-label {
  left: 15px;
}
.theme-blueGreen #dynamicId .donation_amount_input .mat-form-field-infix {
  padding-top: 0 !important;
  border-top: 0 !important;
}
.theme-blueGreen #dynamicId app-finance-dashboard .export-main {
  top: -40px;
}
.theme-blueGreen #dynamicId .example-card.mat-mdc-card {
  box-shadow: none;
  padding: 15px;
  border: solid 1px #e6e6e6;
  /* TODO(mdc-migration): The following rule targets internal classes of card that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of card that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of card that may no longer apply for the MDC version.*/
}
.theme-blueGreen #dynamicId .example-card.mat-mdc-card .mat-card-header-text {
  margin: 0;
  /* TODO(mdc-migration): The following rule targets internal classes of card that may no longer apply for the MDC version.*/
}
.theme-blueGreen #dynamicId .example-card.mat-mdc-card .mat-card-header-text mat-card-title {
  font-size: 14px;
  color: #0e3f60;
  font-weight: 500;
}
.theme-blueGreen #dynamicId .example-card.mat-mdc-card mat-card-content {
  text-transform: capitalize;
}
.theme-blueGreen #dynamicId .survey--time strong {
  color: #0e3f60;
}
.theme-blueGreen #dynamicId .mat-tab-label,
.theme-blueGreen #dynamicId .mat-mdc-tab-link {
  font-family: "Exo 2", sans-serif !important;
}
.theme-blueGreen #dynamicId mat-radio-button {
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
}
.theme-blueGreen #dynamicId mat-radio-button .mat-radio-container {
  top: 3px;
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
}
.theme-blueGreen #dynamicId mat-radio-button .mat-radio-container .mat-radio-outer-circle {
  border: 1px solid #90a1bc;
  border-width: 2px;
  height: 17px;
  width: 17px;
}
.theme-blueGreen #dynamicId mat-radio-button .mat-radio-container .mat-radio-inner-circle {
  background-color: #00a650;
  height: 17px;
  width: 17px;
}
.theme-blueGreen #dynamicId mat-radio-button.mat-radio-checked {
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
}
.theme-blueGreen #dynamicId mat-radio-button.mat-radio-checked .mat-radio-outer-circle {
  border-color: #00a650 !important;
}
.theme-blueGreen #dynamicId mat-radio-button.mat-radio-disabled {
  opacity: 0.5;
}
.theme-blueGreen #dynamicId mat-selection-list {
  /* TODO(mdc-migration): The following rule targets internal classes of list that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of list that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of list that may no longer apply for the MDC version.*/
}
.theme-blueGreen #dynamicId mat-selection-list:focus {
  outline: 0;
}
.theme-blueGreen #dynamicId mat-selection-list mat-list-option {
  height: 34px;
  font-size: 14px;
  /* TODO(mdc-migration): The following rule targets internal classes of list that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of list that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of list that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of list that may no longer apply for the MDC version.*/
}
.theme-blueGreen #dynamicId mat-selection-list mat-list-option:hover, .theme-blueGreen #dynamicId mat-selection-list mat-list-option.mat-list-item-focus {
  background: none;
}
.theme-blueGreen #dynamicId mat-selection-list mat-list-option.mat-list-item-disabled {
  background: none;
}
.theme-blueGreen #dynamicId mat-selection-list mat-list-option .mat-list-item-content {
  padding: 0;
  /* TODO(mdc-migration): The following rule targets internal classes of list that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of list that may no longer apply for the MDC version.*/
}
.theme-blueGreen #dynamicId mat-selection-list mat-list-option .mat-list-item-content mat-pseudo-checkbox {
  width: 15px;
  height: 15px;
  border: solid 2px #00a650;
}
.theme-blueGreen #dynamicId mat-selection-list mat-list-option .mat-list-item-content mat-pseudo-checkbox.mat-pseudo-checkbox-checked {
  background: #00a650;
}
.theme-blueGreen #dynamicId mat-selection-list mat-list-option .mat-list-item-content mat-pseudo-checkbox.mat-pseudo-checkbox-checked:after {
  top: 1px;
  left: 0;
}
.theme-blueGreen #dynamicId mat-selection-list mat-list-option .mat-list-item-content .mat-list-text {
  padding-left: 10px;
}
.theme-blueGreen #dynamicId mat-selection-list mat-list-option .mat-list-item-content .mat-list-item-ripple {
  display: none;
}
.theme-blueGreen #dynamicId .public-survey-share {
  box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.17);
}
.theme-blueGreen #dynamicId #org_register {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url('greyzz.7e1ddd1c2df298da.png') repeat;
  margin: auto;
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
}
.theme-blueGreen #dynamicId #org_register > div {
  height: auto;
  margin: auto;
}
.theme-blueGreen #dynamicId #org_register > div .card, .theme-blueGreen #dynamicId #org_register > div .main-content .register_box .card .card-header, .theme-blueGreen #dynamicId .main-content .register_box .card #org_register > div .card-header {
  box-shadow: 0px 0px 18px 8px rgba(0, 0, 0, 0.1);
}
.theme-blueGreen #dynamicId #org_register h2, .theme-blueGreen #dynamicId #org_register .h2 {
  color: #0e3f60;
}
.theme-blueGreen #dynamicId #org_register mat-checkbox {
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
}
.theme-blueGreen #dynamicId #org_register mat-checkbox .mat-checkbox-inner-container {
  top: 0;
}
.theme-blueGreen #dynamicId #org_register mat-checkbox a {
  color: #0e3f60;
}
.theme-blueGreen #dynamicId ol.steps {
  list-style: none;
  text-align: left;
  padding-left: 0 !important;
}
.theme-blueGreen #dynamicId ol.steps .steps__item {
  background: none;
}
.theme-blueGreen #dynamicId ol.steps .steps__item:before, .theme-blueGreen #dynamicId ol.steps .steps__item:after {
  content: none;
}
.theme-blueGreen #dynamicId ol.steps li.steps__item {
  margin-right: 0px;
  display: inline-block;
  color: #000000;
  padding: 0 14px;
  text-align: center;
}
.theme-blueGreen #dynamicId ol.steps li.steps__item span {
  font-weight: bold;
}
.theme-blueGreen #dynamicId ol.steps li.steps__item.steps__item--active {
  padding-bottom: 10px;
  position: relative;
}
.theme-blueGreen #dynamicId ol.steps li.steps__item.steps__item--active span {
  color: #00a650;
}
.theme-blueGreen #dynamicId ol.steps li.steps__item.steps__item--active:after {
  position: absolute;
  content: "";
  height: 3px;
  width: 100%;
  background: #00a650;
  bottom: 0;
  left: 0;
}
.theme-blueGreen #dynamicId header.withOutNav {
  background: linear-gradient(to bottom, rgb(191, 200, 226) 0%, rgb(179, 196, 226) 100%);
}
.theme-blueGreen #dynamicId mat-accordion mat-expansion-panel mat-expansion-panel-header {
  background: #fffcd6;
  margin-bottom: 2px;
}
.theme-blueGreen #dynamicId mat-accordion mat-expansion-panel h6, .theme-blueGreen #dynamicId mat-accordion mat-expansion-panel .h6 {
  color: #0e3f60;
  margin-top: 10px;
}
.theme-blueGreen #dynamicId mat-accordion mat-expansion-panel:last-of-type mat-expansion-panel-header {
  margin-bottom: 0;
}
.theme-blueGreen #dynamicId mat-accordion mat-expansion-panel .avatar-upload .avatar-edit input + label {
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.theme-blueGreen #dynamicId mat-accordion mat-expansion-panel .req-text {
  width: 62%;
  font-size: 14px;
}
.theme-blueGreen #dynamicId .avatar-upload {
  position: relative;
  margin: 0px auto;
  min-height: 124px;
}
.theme-blueGreen #dynamicId .avatar-upload .avatar-edit {
  position: absolute;
  right: 0;
  left: 0;
  z-index: 1;
  top: 10px;
}
.theme-blueGreen #dynamicId .avatar-upload .avatar-edit input {
  display: none;
}
.theme-blueGreen #dynamicId .avatar-upload .avatar-edit input + label {
  display: inline-block;
  width: 120px;
  height: 110px;
  margin-bottom: 0;
  border-radius: 20px;
  background: #ffffff;
  cursor: pointer;
  font-weight: normal;
  transition: all 0.2s ease-in-out;
  text-align: center;
  padding-top: 0px;
  position: relative;
}
.theme-blueGreen #dynamicId .avatar-upload .avatar-edit input + label:hover {
  background: #f1f1f1;
  border-color: #d6d6d6;
}
.theme-blueGreen #dynamicId .avatar-upload .avatar-preview {
  width: 192px;
  height: 192px;
  position: relative;
  border-radius: 100%;
  border: 6px solid #f8f8f8;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}
.theme-blueGreen #dynamicId .avatar-upload .avatar-preview > div {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.theme-blueGreen #dynamicId .org-logo-upload {
  border: dashed 1px #ccc;
  min-height: 130px;
  margin-bottom: 20px;
}
.theme-blueGreen #dynamicId .mat-radio-label {
  padding: 0;
}
.theme-blueGreen #dynamicId .application-profile-wrapper label {
  display: block;
  color: #000000;
  font-weight: bold !important;
}
.theme-blueGreen #dynamicId .application-profile-wrapper .mat-mdc-radio-button label {
  font-weight: normal !important;
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
}
.theme-blueGreen #dynamicId .application-profile-wrapper .mat-mdc-radio-button label .mat-radio-container {
  top: 0;
  vertical-align: middle;
}
.theme-blueGreen #dynamicId .event-donate-img img {
  height: auto;
  object-fit: cover;
  display: block;
  max-height: 300px;
  margin: 0 auto;
}
.theme-blueGreen #dynamicId .custom-modal .modal-header {
  background: none !important;
  border: none;
  height: auto;
}
.theme-blueGreen #dynamicId .custom-modal .modal-header h1, .theme-blueGreen #dynamicId .custom-modal .modal-header .h1 {
  font-size: 20px;
  color: #0e3f60;
  line-height: normal;
}
.theme-blueGreen #dynamicId .custom-modal .modal-header .close {
  color: initial;
  opacity: 0.6;
}
.theme-blueGreen #dynamicId .create-labels mat-label {
  font-size: 12px;
  font-weight: bold;
  color: #999999;
}
.theme-blueGreen #dynamicId .create-labels span {
  color: #000000;
}
.theme-blueGreen #dynamicId .mat-select-value,
.theme-blueGreen #dynamicId .mat-radio-label-content {
  color: #000000;
}
.theme-blueGreen #dynamicId textarea::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.theme-blueGreen #dynamicId textarea::-webkit-scrollbar-track {
  background: #dedee6;
}
.theme-blueGreen #dynamicId textarea::-webkit-scrollbar-thumb {
  background: #00a650;
}
.theme-blueGreen #dynamicId .mat-input-custom-icon mat-icon {
  color: #00a650;
}
.theme-blueGreen #dynamicId .com-social-media a {
  border-bottom: solid 1px #999;
  padding-bottom: 12px;
  margin-top: 15px;
  display: block;
  font-size: 14px !important;
}
.theme-blueGreen #dynamicId #org-preview {
  padding-right: 0 !important;
}
.theme-blueGreen #dynamicId #org-preview .close {
  color: #0e3f60;
  font-size: 18px;
  top: 16px;
}
.theme-blueGreen #dynamicId #org-preview .close span {
  width: 20px;
  height: 20px;
  border: solid 1px #0e3f60;
  border-radius: 15px;
  padding: 0;
  display: inline-block;
  line-height: 18px;
  text-align: center;
  font-size: 20px;
  vertical-align: text-bottom;
}
.theme-blueGreen #dynamicId #org-preview #preview-slider {
  width: 100%;
}
.theme-blueGreen #dynamicId #org-preview #preview-slider .carousel-inner {
  width: 100%;
  margin: 0;
  overflow-y: auto;
  display: block;
}
.theme-blueGreen #dynamicId #org-preview #preview-slider .carousel-inner::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.theme-blueGreen #dynamicId #org-preview #preview-slider .carousel-inner::-webkit-scrollbar-track {
  background: #dedee6;
}
.theme-blueGreen #dynamicId #org-preview #preview-slider .carousel-inner::-webkit-scrollbar-thumb {
  background: #00a650;
}
.theme-blueGreen #dynamicId #org-preview #preview-slider .carousel-indicators {
  top: -30px;
  height: 20px;
}
.theme-blueGreen #dynamicId #org-preview #preview-slider .carousel-indicators li {
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  border-radius: 20px;
  display: inline-block;
  opacity: 1;
  background: none;
  border: solid 1px #999999;
}
.theme-blueGreen #dynamicId #org-preview #preview-slider .carousel-indicators li.active {
  background: #0e3f60;
  border: solid 1px #0e3f60;
}
.theme-blueGreen #dynamicId #org-preview #preview-slider .carousel-control-prev,
.theme-blueGreen #dynamicId #org-preview #preview-slider .carousel-control-next {
  width: 20px;
  height: 20px;
  top: 48%;
}
.theme-blueGreen #dynamicId #org-preview #preview-slider .carousel-control-prev span,
.theme-blueGreen #dynamicId #org-preview #preview-slider .carousel-control-next span {
  background: none;
  font-size: 36px;
  color: #0e3f60;
}
.theme-blueGreen #dynamicId #org-preview #preview-slider .carousel-control-prev {
  left: -54px;
}
.theme-blueGreen #dynamicId #org-preview #preview-slider .carousel-control-next {
  right: -44px;
}
.theme-blueGreen #dynamicId #get-started .get-started-left,
.theme-blueGreen #dynamicId #get-started .get-started-right {
  height: 400px;
  position: relative;
}
.theme-blueGreen #dynamicId #get-started .get-started-left {
  background: #0e3f60;
}
.theme-blueGreen #dynamicId #get-started .get-started-right {
  background: rgba(71, 80, 105, 0.1764705882);
}
.theme-blueGreen #dynamicId #get-started .get-started-info {
  position: absolute;
  left: 30px;
  top: 70px;
}
.theme-blueGreen #dynamicId #get-started .get-started-info h1, .theme-blueGreen #dynamicId #get-started .get-started-info .h1 {
  color: #0e3f60;
}
.theme-blueGreen #dynamicId #get-started .get-started-note {
  position: absolute;
  bottom: 0;
  width: 90%;
  left: 30px;
}
.theme-blueGreen #dynamicId .margin-top-ten-px {
  margin-top: 10px;
}
.theme-blueGreen #dynamicId .margin-bottom-ten-px {
  margin-bottom: 10px;
}
.theme-blueGreen #dynamicId .full-width-button {
  width: 100%;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.theme-blueGreen #dynamicId .mat-form-field-appearance-legacy {
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.theme-blueGreen #dynamicId .mat-form-field-appearance-legacy .mat-form-field-ripple {
  height: 1px;
}
.theme-blueGreen #dynamicId .mat-form-field-appearance-legacy.mat-form-field-can-float {
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.theme-blueGreen #dynamicId .mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float {
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.theme-blueGreen #dynamicId .mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label {
  transform: translateY(-1.28125em) scale(0.9) perspective(100px) translateZ(0.001px);
  padding: 0;
}
.theme-blueGreen #dynamicId .mat-form-field-appearance-legacy.mat-focused {
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.theme-blueGreen #dynamicId .mat-form-field-appearance-legacy.mat-focused .mat-form-field-label {
  color: inherit !important;
}
.theme-blueGreen #dynamicId .mat-form-field-appearance-legacy.mat--textarea {
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.theme-blueGreen #dynamicId .mat-form-field-appearance-legacy.mat--textarea .mat-form-field-underline {
  display: none;
}
.theme-blueGreen #dynamicId .mat-form-field-appearance-legacy.mat--textarea textarea {
  border: solid 1px rgba(0, 0, 0, 0.42);
  padding: 10px;
}
.theme-blueGreen #dynamicId .mat-form-field-appearance-legacy.mat--textarea label {
  font-size: 14px;
  font-weight: bold !important;
  color: rgba(0, 0, 0, 0.54);
  padding-bottom: 6px;
}
.theme-blueGreen #dynamicId .google--map {
  height: 300px;
}
.theme-blueGreen #dynamicId .google--map label {
  font-weight: bold !important;
  color: rgba(0, 0, 0, 0.54);
}
.theme-blueGreen #dynamicId .coupon-alert {
  position: absolute;
  bottom: 20px;
  padding: 0;
  margin: auto;
  left: 0;
  right: 0;
  text-align: center;
}
.theme-blueGreen #dynamicId .custom-alert-w {
  background: rgba(71, 80, 105, 0.231372549);
}
.theme-blueGreen #dynamicId .custom-alert-w h4, .theme-blueGreen #dynamicId .custom-alert-w .h4 {
  color: #0e3f60;
  font-size: 20px;
}
.theme-blueGreen #dynamicId .custom-alert-w h4 .fa, .theme-blueGreen #dynamicId .custom-alert-w .h4 .fa {
  vertical-align: middle;
  font-size: 34px;
  margin-right: 5px;
}
.theme-blueGreen #dynamicId .manage-dashboard-wrapper .card, .theme-blueGreen #dynamicId .manage-dashboard-wrapper .main-content .register_box .card .card-header, .theme-blueGreen #dynamicId .main-content .register_box .card .manage-dashboard-wrapper .card-header {
  height: 100%;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.06);
  padding-bottom: 0;
  margin-bottom: 0;
  transition: all 0.3s ease-in;
  position: relative;
}
.theme-blueGreen #dynamicId .manage-dashboard-wrapper .card .card-icon, .theme-blueGreen #dynamicId .manage-dashboard-wrapper .main-content .register_box .card .card-header .card-icon, .theme-blueGreen #dynamicId .main-content .register_box .card .manage-dashboard-wrapper .card-header .card-icon {
  transition: all 0.3s ease-in;
}
.theme-blueGreen #dynamicId .manage-dashboard-wrapper .card h5, .theme-blueGreen .theme-orange #dynamicId .manage-dashboard-wrapper .main-content .register_box .card .card-header h5, .theme-orange .theme-blueGreen #dynamicId .manage-dashboard-wrapper .main-content .register_box .card .card-header h5, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .manage-dashboard-wrapper .card-header h5, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .manage-dashboard-wrapper .card-header h5, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .manage-dashboard-wrapper .main-content .register_box .card .card-header .card-header h5, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .manage-dashboard-wrapper .main-content .register_box .card .card-header .card-header h5, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .manage-dashboard-wrapper .card-header h5, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .manage-dashboard-wrapper .card-header h5, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .manage-dashboard-wrapper .main-content .register_box .card .card-header .card-header h5, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .manage-dashboard-wrapper .main-content .register_box .card .card-header .card-header h5, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .manage-dashboard-wrapper .card-header h5, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .manage-dashboard-wrapper .card-header h5, .theme-blueGreen .theme-orange #dynamicId .manage-dashboard-wrapper .main-content .register_box .card .card-header .card-header h5, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .manage-dashboard-wrapper .card-header h5, .theme-orange .theme-blueGreen #dynamicId .manage-dashboard-wrapper .main-content .register_box .card .card-header .card-header h5, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .manage-dashboard-wrapper .card-header h5, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .manage-dashboard-wrapper .main-content .register_box .card .card-header .card-header .card-header h5, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .manage-dashboard-wrapper .card-header h5, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .manage-dashboard-wrapper .main-content .register_box .card .card-header .card-header .card-header h5, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .manage-dashboard-wrapper .card-header h5, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .manage-dashboard-wrapper .main-content .register_box .card .card-header .card-header .card-header h5, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .manage-dashboard-wrapper .card-header h5, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .manage-dashboard-wrapper .main-content .register_box .card .card-header .card-header .card-header h5, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .manage-dashboard-wrapper .card-header h5, .theme-blueGreen .theme-orange #dynamicId .manage-dashboard-wrapper .main-content .register_box .card .card-header .card-header .card-header h5, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .manage-dashboard-wrapper .card-header h5, .theme-orange .theme-blueGreen #dynamicId .manage-dashboard-wrapper .main-content .register_box .card .card-header .card-header .card-header h5, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .manage-dashboard-wrapper .card-header h5, .theme-blueGreen .theme-orange #dynamicId .manage-dashboard-wrapper .main-content .register_box .card .card-header .card-header h5, .theme-orange .theme-blueGreen #dynamicId .manage-dashboard-wrapper .main-content .register_box .card .card-header .card-header h5, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .manage-dashboard-wrapper .card-header h5, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .manage-dashboard-wrapper .card-header h5, .theme-blueGreen #dynamicId .manage-dashboard-wrapper .main-content .register_box .card .card-header h5, .theme-blueGreen .theme-orange #dynamicId .manage-dashboard-wrapper .main-content .register_box .card .card-header .card-header h5, .theme-orange .theme-blueGreen #dynamicId .manage-dashboard-wrapper .main-content .register_box .card .card-header .card-header h5, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .manage-dashboard-wrapper .main-content .register_box .card .card-header .card-header .card-header h5, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .manage-dashboard-wrapper .main-content .register_box .card .card-header .card-header .card-header h5, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .manage-dashboard-wrapper .main-content .register_box .card .card-header .card-header .card-header h5, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .manage-dashboard-wrapper .main-content .register_box .card .card-header .card-header .card-header h5, .theme-blueGreen .theme-orange #dynamicId .manage-dashboard-wrapper .main-content .register_box .card .card-header .card-header .card-header h5, .theme-orange .theme-blueGreen #dynamicId .manage-dashboard-wrapper .main-content .register_box .card .card-header .card-header .card-header h5, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .manage-dashboard-wrapper .main-content .register_box .card .card-header .card-header .card-header .card-header h5, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .manage-dashboard-wrapper .main-content .register_box .card .card-header .card-header .card-header .card-header h5, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .manage-dashboard-wrapper .main-content .register_box .card .card-header .card-header .card-header .card-header h5, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .manage-dashboard-wrapper .main-content .register_box .card .card-header .card-header .card-header .card-header h5, .theme-blueGreen .theme-orange #dynamicId .manage-dashboard-wrapper .main-content .register_box .card .card-header .card-header .card-header .card-header h5, .theme-orange .theme-blueGreen #dynamicId .manage-dashboard-wrapper .main-content .register_box .card .card-header .card-header .card-header .card-header h5, .theme-blueGreen .theme-orange #dynamicId .manage-dashboard-wrapper .main-content .register_box .card .card-header .card-header .card-header h5, .theme-orange .theme-blueGreen #dynamicId .manage-dashboard-wrapper .main-content .register_box .card .card-header .card-header .card-header h5, .theme-blueGreen #dynamicId .main-content .register_box .card .manage-dashboard-wrapper .card-header h5, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .manage-dashboard-wrapper .card-header h5, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .manage-dashboard-wrapper .card-header h5, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .manage-dashboard-wrapper .card-header h5, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .manage-dashboard-wrapper .card-header h5, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .manage-dashboard-wrapper .card-header h5, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .manage-dashboard-wrapper .card-header h5, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .manage-dashboard-wrapper .card-header h5, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .manage-dashboard-wrapper .card-header h5, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .manage-dashboard-wrapper .card-header h5, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .manage-dashboard-wrapper .card-header h5, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .manage-dashboard-wrapper .card-header h5, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .manage-dashboard-wrapper .card-header h5, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .manage-dashboard-wrapper .card-header h5, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .manage-dashboard-wrapper .card-header h5, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .manage-dashboard-wrapper .card-header h5, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .manage-dashboard-wrapper .card-header h5, .theme-blueGreen #dynamicId .manage-dashboard-wrapper .card .h5, .theme-blueGreen .theme-orange #dynamicId .manage-dashboard-wrapper .main-content .register_box .card .card-header .h5, .theme-orange .theme-blueGreen #dynamicId .manage-dashboard-wrapper .main-content .register_box .card .card-header .h5, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .manage-dashboard-wrapper .card-header .h5, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .manage-dashboard-wrapper .card-header .h5, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .manage-dashboard-wrapper .main-content .register_box .card .card-header .card-header .h5, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .manage-dashboard-wrapper .main-content .register_box .card .card-header .card-header .h5, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .manage-dashboard-wrapper .card-header .h5, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .manage-dashboard-wrapper .card-header .h5, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .manage-dashboard-wrapper .main-content .register_box .card .card-header .card-header .h5, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .manage-dashboard-wrapper .main-content .register_box .card .card-header .card-header .h5, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .manage-dashboard-wrapper .card-header .h5, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .manage-dashboard-wrapper .card-header .h5, .theme-blueGreen .theme-orange #dynamicId .manage-dashboard-wrapper .main-content .register_box .card .card-header .card-header .h5, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .manage-dashboard-wrapper .card-header .h5, .theme-orange .theme-blueGreen #dynamicId .manage-dashboard-wrapper .main-content .register_box .card .card-header .card-header .h5, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .manage-dashboard-wrapper .card-header .h5, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .manage-dashboard-wrapper .main-content .register_box .card .card-header .card-header .card-header .h5, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .manage-dashboard-wrapper .card-header .h5, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .manage-dashboard-wrapper .main-content .register_box .card .card-header .card-header .card-header .h5, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .manage-dashboard-wrapper .card-header .h5, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .manage-dashboard-wrapper .main-content .register_box .card .card-header .card-header .card-header .h5, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .manage-dashboard-wrapper .card-header .h5, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .manage-dashboard-wrapper .main-content .register_box .card .card-header .card-header .card-header .h5, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .manage-dashboard-wrapper .card-header .h5, .theme-blueGreen .theme-orange #dynamicId .manage-dashboard-wrapper .main-content .register_box .card .card-header .card-header .card-header .h5, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .manage-dashboard-wrapper .card-header .h5, .theme-orange .theme-blueGreen #dynamicId .manage-dashboard-wrapper .main-content .register_box .card .card-header .card-header .card-header .h5, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .manage-dashboard-wrapper .card-header .h5, .theme-blueGreen .theme-orange #dynamicId .manage-dashboard-wrapper .main-content .register_box .card .card-header .card-header .h5, .theme-orange .theme-blueGreen #dynamicId .manage-dashboard-wrapper .main-content .register_box .card .card-header .card-header .h5, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .manage-dashboard-wrapper .card-header .h5, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .manage-dashboard-wrapper .card-header .h5, .theme-blueGreen #dynamicId .manage-dashboard-wrapper .main-content .register_box .card .card-header .h5, .theme-blueGreen .theme-orange #dynamicId .manage-dashboard-wrapper .main-content .register_box .card .card-header .card-header .h5, .theme-orange .theme-blueGreen #dynamicId .manage-dashboard-wrapper .main-content .register_box .card .card-header .card-header .h5, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .manage-dashboard-wrapper .main-content .register_box .card .card-header .card-header .card-header .h5, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .manage-dashboard-wrapper .main-content .register_box .card .card-header .card-header .card-header .h5, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .manage-dashboard-wrapper .main-content .register_box .card .card-header .card-header .card-header .h5, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .manage-dashboard-wrapper .main-content .register_box .card .card-header .card-header .card-header .h5, .theme-blueGreen .theme-orange #dynamicId .manage-dashboard-wrapper .main-content .register_box .card .card-header .card-header .card-header .h5, .theme-orange .theme-blueGreen #dynamicId .manage-dashboard-wrapper .main-content .register_box .card .card-header .card-header .card-header .h5, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .manage-dashboard-wrapper .main-content .register_box .card .card-header .card-header .card-header .card-header .h5, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .manage-dashboard-wrapper .main-content .register_box .card .card-header .card-header .card-header .card-header .h5, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .manage-dashboard-wrapper .main-content .register_box .card .card-header .card-header .card-header .card-header .h5, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .manage-dashboard-wrapper .main-content .register_box .card .card-header .card-header .card-header .card-header .h5, .theme-blueGreen .theme-orange #dynamicId .manage-dashboard-wrapper .main-content .register_box .card .card-header .card-header .card-header .card-header .h5, .theme-orange .theme-blueGreen #dynamicId .manage-dashboard-wrapper .main-content .register_box .card .card-header .card-header .card-header .card-header .h5, .theme-blueGreen .theme-orange #dynamicId .manage-dashboard-wrapper .main-content .register_box .card .card-header .card-header .card-header .h5, .theme-orange .theme-blueGreen #dynamicId .manage-dashboard-wrapper .main-content .register_box .card .card-header .card-header .card-header .h5, .theme-blueGreen #dynamicId .main-content .register_box .card .manage-dashboard-wrapper .card-header .h5, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .manage-dashboard-wrapper .card-header .h5, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .manage-dashboard-wrapper .card-header .h5, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .manage-dashboard-wrapper .card-header .h5, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .manage-dashboard-wrapper .card-header .h5, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .manage-dashboard-wrapper .card-header .h5, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .manage-dashboard-wrapper .card-header .h5, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .manage-dashboard-wrapper .card-header .h5, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .manage-dashboard-wrapper .card-header .h5, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .manage-dashboard-wrapper .card-header .h5, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .manage-dashboard-wrapper .card-header .h5, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .manage-dashboard-wrapper .card-header .h5, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .manage-dashboard-wrapper .card-header .h5, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .manage-dashboard-wrapper .card-header .h5, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .manage-dashboard-wrapper .card-header .h5, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .manage-dashboard-wrapper .card-header .h5, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .manage-dashboard-wrapper .card-header .h5 {
  text-transform: capitalize;
  color: #000000;
}
.theme-blueGreen #dynamicId .manage-dashboard-wrapper .card .card-icon, .theme-blueGreen #dynamicId .manage-dashboard-wrapper .main-content .register_box .card .card-header .card-icon, .theme-blueGreen #dynamicId .main-content .register_box .card .manage-dashboard-wrapper .card-header .card-icon {
  width: 50px;
  height: 50px;
  border: solid 1px #ccc;
  display: inline-block;
  text-align: center;
  line-height: 46px;
  border-radius: 70px;
  margin-right: 10px;
}
.theme-blueGreen #dynamicId .manage-dashboard-wrapper .card .card-icon img, .theme-blueGreen #dynamicId .manage-dashboard-wrapper .main-content .register_box .card .card-header .card-icon img, .theme-blueGreen #dynamicId .main-content .register_box .card .manage-dashboard-wrapper .card-header .card-icon img {
  filter: invert(40%) sepia(61%) saturate(4070%) hue-rotate(131deg) brightness(97%) contrast(102%);
}
.theme-blueGreen #dynamicId .manage-dashboard-wrapper .dashboard-card {
  padding: 8px !important;
}
.theme-blueGreen #dynamicId .manage-dashboard-wrapper .dashboard-tabs {
  margin-top: 10px;
}
.theme-blueGreen #dynamicId .mat-tab-panel {
  position: relative;
}
.theme-blueGreen #dynamicId .ticket-input {
  padding-bottom: 6px;
  border: 0;
  border-bottom: solid 1px #0e3f60;
  background: none;
  height: 30px;
  width: 100%;
  text-align: right;
  line-height: 37px;
}
.theme-blueGreen #dynamicId .ticket-input:focus {
  outline: 0;
  box-shadow: none;
}
.theme-blueGreen #dynamicId .member-dashboard-wrapper .dashboard-card .card, .theme-blueGreen #dynamicId .member-dashboard-wrapper .dashboard-card .main-content .register_box .card .card-header, .theme-blueGreen #dynamicId .main-content .register_box .card .member-dashboard-wrapper .dashboard-card .card-header {
  min-height: 360px !important;
}
.theme-blueGreen #dynamicId .member-dashboard-wrapper .dashboard-card .card .card-body, .theme-blueGreen #dynamicId .main-content .register_box .card .member-dashboard-wrapper .dashboard-card .card-header .card-body {
  padding: 0;
}
.theme-blueGreen #dynamicId .member-dashboard-wrapper .dashboard-card .card .card-body .card-title, .theme-blueGreen #dynamicId .main-content .register_box .card .member-dashboard-wrapper .dashboard-card .card-header .card-body .card-title {
  overflow: hidden;
  position: relative;
  margin-bottom: 0;
}
.theme-blueGreen #dynamicId .member-dashboard-wrapper .dashboard-card .card .card-body .card-title a, .theme-blueGreen #dynamicId .main-content .register_box .card .member-dashboard-wrapper .dashboard-card .card-header .card-body .card-title a {
  background: #0e3f60;
  color: #fff;
  width: 100%;
  display: block;
  padding: 10px;
}
.theme-blueGreen #dynamicId .member-dashboard-wrapper .dashboard-card .card .card-body .card-title a.close, .theme-blueGreen #dynamicId .main-content .register_box .card .member-dashboard-wrapper .dashboard-card .card-header .card-body .card-title a.close {
  position: absolute;
  right: 10px;
  top: -6px;
  width: auto;
  opacity: 1;
}
.theme-blueGreen #dynamicId .member-dashboard-wrapper .dashboard-card .card .card-body .card-title a.close .fa, .theme-blueGreen #dynamicId .main-content .register_box .card .member-dashboard-wrapper .dashboard-card .card-header .card-body .card-title a.close .fa {
  font-size: 14px;
  padding: 0;
}
.theme-blueGreen #dynamicId .member-dashboard-wrapper .dashboard-card .card .card-body .list-group .list-group-item h6, .theme-blueGreen #dynamicId .main-content .register_box .card .member-dashboard-wrapper .dashboard-card .card-header .card-body .list-group .list-group-item h6, .theme-blueGreen #dynamicId .member-dashboard-wrapper .dashboard-card .card .card-body .list-group .list-group-item .h6, .theme-blueGreen #dynamicId .main-content .register_box .card .member-dashboard-wrapper .dashboard-card .card-header .card-body .list-group .list-group-item .h6 {
  text-transform: capitalize;
}
.theme-blueGreen #dynamicId .member-dashboard-wrapper .dashboard-card .card .noData, .theme-blueGreen #dynamicId .main-content .register_box .card .member-dashboard-wrapper .dashboard-card .card-header .noData {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 24px;
}
.theme-blueGreen #dynamicId .member-dashboard-wrapper .dashboard-card .subscribe-wrapper {
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.theme-blueGreen #dynamicId .member-dashboard-wrapper .dashboard-card .subscribe-wrapper h1, .theme-blueGreen #dynamicId .member-dashboard-wrapper .dashboard-card .subscribe-wrapper .h1 {
  line-height: normal;
}
.theme-blueGreen #dynamicId .member-dashboard-wrapper .dashboard-card .subscribe-wrapper .mat-form-field-wrapper {
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.theme-blueGreen #dynamicId .member-dashboard-wrapper .dashboard-card .subscribe-wrapper .mat-form-field-wrapper .mat-form-field-infix input.mat-mdc-input-element {
  background: #fff;
  padding: 5px 10px;
  color: #000;
  border-radius: 4px;
}
.theme-blueGreen #dynamicId .member-dashboard-wrapper .dashboard-card .subscribe-wrapper .mat-mdc-form-field .mat-form-field-underline {
  background: white;
  display: none;
}
.theme-blueGreen #dynamicId .member-dashboard-wrapper .dashboard-card .subscribe-wrapper .mat-form-field-label {
  color: white;
}
.theme-blueGreen #dynamicId .member-dashboard-wrapper .dashboard-card .subscribe-wrapper .mat-mdc-form-field.mat-focused .mat-form-field-ripple {
  background: none;
}
.theme-blueGreen #dynamicId .member-dashboard-wrapper .my-contributions .donation-currency {
  width: 100%;
  display: block;
  text-align: center;
  font-size: 24px;
}
.theme-blueGreen #dynamicId .timeline {
  list-style: none;
  padding: 20px 0 20px;
  position: relative;
}
.theme-blueGreen #dynamicId .timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 3px;
  background-color: #ccc;
  left: 50%;
  margin-left: -1.5px;
}
.theme-blueGreen #dynamicId .timeline > li {
  margin-bottom: 20px;
  position: relative;
}
.theme-blueGreen #dynamicId .timeline > li:nth-child(odd) .timeline-panel .timeline-badge {
  position: absolute;
  left: -26px;
  z-index: 0;
  background: #999;
  width: 16px;
  height: 16px;
  border-radius: 16px;
  top: 33px;
}
.theme-blueGreen #dynamicId .timeline > li:nth-child(even) .timeline-panel .timeline-badge {
  position: absolute;
  right: -26px;
  z-index: 0;
  background: #999;
  width: 16px;
  height: 16px;
  border-radius: 16px;
  top: 33px;
}
.theme-blueGreen #dynamicId .timeline > li:before {
  content: " ";
  display: table;
}
.theme-blueGreen #dynamicId .timeline > li:after {
  content: " ";
  display: table;
  clear: both;
}
.theme-blueGreen #dynamicId .timeline > li:before {
  content: " ";
  display: table;
}
.theme-blueGreen #dynamicId .timeline > li:after {
  content: " ";
  display: table;
  clear: both;
}
.theme-blueGreen #dynamicId .timeline > li > .timeline-panel {
  width: 45%;
  float: left;
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  padding: 10px;
  position: relative;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}
.theme-blueGreen #dynamicId .timeline > li > .timeline-panel:before {
  position: absolute;
  top: 26px;
  right: -15px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-left: 15px solid #ccc;
  border-right: 0 solid #ccc;
  border-bottom: 15px solid transparent;
  content: " ";
}
.theme-blueGreen #dynamicId .timeline > li > .timeline-panel:after {
  position: absolute;
  top: 27px;
  right: -14px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-left: 14px solid #fff;
  border-right: 0 solid #fff;
  border-bottom: 14px solid transparent;
  content: " ";
}
.theme-blueGreen #dynamicId .timeline > li > .timeline-panel.active {
  background: #0e3f60;
  color: white;
}
.theme-blueGreen #dynamicId .timeline > li > .timeline-panel.active h4, .theme-blueGreen #dynamicId .timeline > li > .timeline-panel.active .h4 {
  color: white;
}
.theme-blueGreen #dynamicId .timeline > li > .timeline-panel.active:after {
  border-right-color: #0e3f60;
}
.theme-blueGreen #dynamicId .timeline > li.timeline-inverted > .timeline-panel {
  float: right;
}
.theme-blueGreen #dynamicId .timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}
.theme-blueGreen #dynamicId .timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}
.theme-blueGreen #dynamicId .timeline-badge.primary {
  background-color: #2e6da4 !important;
}
.theme-blueGreen #dynamicId .timeline-badge.success {
  background-color: #3f903f !important;
}
.theme-blueGreen #dynamicId .timeline-badge.warning {
  background-color: #f0ad4e !important;
}
.theme-blueGreen #dynamicId .timeline-badge.danger {
  background-color: #d9534f !important;
}
.theme-blueGreen #dynamicId .timeline-badge.info {
  background-color: #5bc0de !important;
}
.theme-blueGreen #dynamicId .timeline-title {
  margin-top: 0;
  color: inherit;
}
.theme-blueGreen #dynamicId .timeline-title h4, .theme-blueGreen #dynamicId .timeline-title .h4 {
  font-size: 14px;
  color: #000000;
}
.theme-blueGreen #dynamicId .timeline-body > p,
.theme-blueGreen #dynamicId .timeline-body > ul {
  margin-bottom: 0;
}
.theme-blueGreen #dynamicId .timeline-body > p + p {
  margin-top: 5px;
}
.theme-blueGreen #dynamicId .secondery-header {
  height: 50px;
  width: 100%;
  background: #fffcd6;
  position: relative;
  z-index: 9;
}
.theme-blueGreen #dynamicId .secondery-header img[alt=Logo] {
  margin-top: 6px;
}
.theme-blueGreen #dynamicId .secondery-header ul {
  margin-bottom: 0;
}
.theme-blueGreen #dynamicId .secondery-header ul li a {
  color: #000000;
  text-transform: uppercase;
  margin-right: 10px;
  line-height: 30px;
  margin-top: 4px;
  transition: all 0.3s ease-out;
  font-size: 14px !important;
}
.theme-blueGreen #dynamicId .secondery-header ul li a:hover {
  color: #000000;
}
.theme-blueGreen #dynamicId .secondery-header ul li .fa {
  color: #000000;
}
.theme-blueGreen #dynamicId .secondery-header ul.social-media li a .fa {
  background: none;
  color: #0e3f60;
}
.theme-blueGreen #dynamicId .secondery-header .float-left .second-nav a {
  position: relative;
  display: inline-block;
}
.theme-blueGreen #dynamicId .secondery-header .float-left .second-nav a:after {
  content: "";
  background: #00a650;
  height: 2px;
  position: absolute;
  bottom: 0;
  transition: 0.16s all 0.05s;
  left: 100%;
  right: 100%;
}
.theme-blueGreen #dynamicId .secondery-header .float-left .second-nav a:hover ~ a:after {
  left: 100%;
  right: 100%;
}
.theme-blueGreen #dynamicId .secondery-header .float-left .second-nav a:hover:after {
  left: 0;
  right: 0;
}
.theme-blueGreen #dynamicId .secondery-header .float-right ul li a {
  text-transform: capitalize;
}
.theme-blueGreen #dynamicId #footer-wrapper {
  background: #0e3f60;
  color: white;
  float: left;
  width: 100%;
  font-size: 14px !important;
  height: 40px;
}
.theme-blueGreen #dynamicId #footer-wrapper .float-left ul {
  padding: 0;
  margin: 0;
}
.theme-blueGreen #dynamicId #footer-wrapper .float-left ul li a {
  text-transform: uppercase;
  margin-right: 10px;
  font-size: 14px !important;
}
.theme-blueGreen #dynamicId #footer-wrapper .float-left ul li a:hover {
  text-decoration: underline;
}
.theme-blueGreen #dynamicId #footer-wrapper .social-media li a .fa {
  background: none;
  color: white;
}
.theme-blueGreen #dynamicId #footer-wrapper ul li a {
  line-height: 40px;
}
.theme-blueGreen #dynamicId .footer-text p {
  font-size: 14px;
  padding: 10px 0 0 16px;
  display: inline-block;
}
.theme-blueGreen #dynamicId .footer-text p a {
  font-size: 14px !important;
  text-decoration: underline;
  color: #000000;
}
.theme-blueGreen #dynamicId .avatar-edit label img.camera_icon {
  filter: invert(40%) sepia(61%) saturate(4070%) hue-rotate(131deg) brightness(97%) contrast(102%);
  z-index: 0;
}
.theme-blueGreen #dynamicId .avatar-edit label img.uploaded_img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  object-fit: contain;
  width: 100%;
  transform: scale(1);
}
.theme-blueGreen #dynamicId #eventsForm .avatar-edit label img.uploaded_img {
  object-fit: cover;
}
.theme-blueGreen #dynamicId #newMessage .modal-content .modal-header .modal-title {
  font-size: 14px;
  color: white;
}
.theme-blueGreen #dynamicId #newMessage .modal-content .modal-body .user-msg-img {
  vertical-align: super;
}
.theme-blueGreen #dynamicId #newMessage .modal-content .modal-footer {
  background: #fffcd6;
}
.theme-blueGreen #dynamicId .view-committee-wrapper .col-12.col-sm-6 {
  padding: 6px;
}
.theme-blueGreen #dynamicId .view-committee-wrapper .card, .theme-blueGreen #dynamicId .view-committee-wrapper .main-content .register_box .card .card-header, .theme-blueGreen #dynamicId .main-content .register_box .card .view-committee-wrapper .card-header {
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease-in;
  height: 330px;
  min-height: 0;
  padding: 2rem;
  display: block;
  overflow: hidden;
}
.theme-blueGreen #dynamicId .view-committee-wrapper .card.viewCommittee a.view-all, .theme-blueGreen #dynamicId .view-committee-wrapper .main-content .register_box .card .viewCommittee.card-header a.view-all, .theme-blueGreen #dynamicId .main-content .register_box .card .view-committee-wrapper .viewCommittee.card-header a.view-all {
  position: absolute;
  top: 13px;
  right: 33px;
}
.theme-blueGreen #dynamicId .view-committee-wrapper .card.expand, .theme-blueGreen #dynamicId .view-committee-wrapper .main-content .register_box .card .expand.card-header, .theme-blueGreen #dynamicId .main-content .register_box .card .view-committee-wrapper .expand.card-header {
  position: fixed;
  left: 0;
  right: 0;
  top: 50px;
  bottom: 0;
  z-index: 9999;
  height: calc(100% - 50px) !important;
}
.theme-blueGreen #dynamicId .view-committee-wrapper .card.expand p, .theme-blueGreen #dynamicId .view-committee-wrapper .main-content .register_box .card .expand.card-header p, .theme-blueGreen #dynamicId .main-content .register_box .card .view-committee-wrapper .expand.card-header p {
  font-size: 28px;
  color: #0e3f60;
  margin-bottom: 20px;
}
.theme-blueGreen #dynamicId .view-committee-wrapper .card:hover, .theme-blueGreen #dynamicId .view-committee-wrapper .main-content .register_box .card .card-header:hover, .theme-blueGreen #dynamicId .main-content .register_box .card .view-committee-wrapper .card-header:hover {
  box-shadow: 0px 0px 36px 0px rgba(0, 0, 0, 0.29);
  transition: all 0.3s ease-out;
}
.theme-blueGreen #dynamicId .view-committee-wrapper .card a, .theme-blueGreen #dynamicId .view-committee-wrapper .main-content .register_box .card .card-header a, .theme-blueGreen #dynamicId .main-content .register_box .card .view-committee-wrapper .card-header a {
  color: #0e3f60;
}
.theme-blueGreen #dynamicId .view-committee-wrapper .card p, .theme-blueGreen #dynamicId .view-committee-wrapper .main-content .register_box .card .card-header p, .theme-blueGreen #dynamicId .main-content .register_box .card .view-committee-wrapper .card-header p {
  margin-bottom: 10px;
}
.theme-blueGreen #dynamicId .view-committee-wrapper .card .more-options, .theme-blueGreen #dynamicId .view-committee-wrapper .main-content .register_box .card .card-header .more-options, .theme-blueGreen #dynamicId .main-content .register_box .card .view-committee-wrapper .card-header .more-options {
  position: absolute;
  top: 10px;
  right: 20px;
}
.theme-blueGreen #dynamicId .view-committee-wrapper .card .more-options button, .theme-blueGreen #dynamicId .view-committee-wrapper .main-content .register_box .card .card-header .more-options button, .theme-blueGreen #dynamicId .main-content .register_box .card .view-committee-wrapper .card-header .more-options button {
  background: none;
  border: 0;
  padding: 0;
  font-size: 20px;
}
.theme-blueGreen #dynamicId .view-committee-wrapper .card .more-options button:after, .theme-blueGreen #dynamicId .view-committee-wrapper .main-content .register_box .card .card-header .more-options button:after, .theme-blueGreen #dynamicId .main-content .register_box .card .view-committee-wrapper .card-header .more-options button:after {
  content: none;
}
.theme-blueGreen #dynamicId .view-committee-wrapper .card .more-options .dropdown-menu, .theme-blueGreen #dynamicId .main-content .register_box .card .view-committee-wrapper .card-header .more-options .dropdown-menu {
  left: auto !important;
  right: 0;
  top: 26px !important;
  padding: 0;
  z-index: 9;
}
.theme-blueGreen #dynamicId .view-committee-wrapper .card .more-options .dropdown-menu a, .theme-blueGreen #dynamicId .main-content .register_box .card .view-committee-wrapper .card-header .more-options .dropdown-menu a {
  padding: 5px 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.315);
  transition: all 0.3s ease-out;
  color: #000000;
}
.theme-blueGreen #dynamicId .view-committee-wrapper .card .more-options .dropdown-menu a:hover, .theme-blueGreen #dynamicId .main-content .register_box .card .view-committee-wrapper .card-header .more-options .dropdown-menu a:hover {
  background: #0e3f60;
  color: white;
  transition: all 0.3s ease-in;
}
.theme-blueGreen #dynamicId .tags-wrapper {
  max-height: 175px;
  overflow: auto;
  display: block;
  margin-bottom: 10px;
}
.theme-blueGreen #dynamicId .tags-wrapper::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.theme-blueGreen #dynamicId .tags-wrapper::-webkit-scrollbar-track {
  background: #dedee6;
}
.theme-blueGreen #dynamicId .tags-wrapper::-webkit-scrollbar-thumb {
  background: #00a650;
}
.theme-blueGreen #dynamicId .tags-wrapper .tag {
  display: inline-block;
  background: #0e3f60;
  color: white;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  padding: 3px 10px;
  font-size: 14px;
  height: 30px;
  margin-bottom: 4px;
}
.theme-blueGreen #dynamicId #main-header-wrapper.sticky .secondery-header {
  display: none;
}
.theme-blueGreen #dynamicId #main-header-wrapper.sticky header {
  opacity: 0.5;
  transform: translateY(0%);
  transition: none;
}
.theme-blueGreen #dynamicId #main-header-wrapper #header .after-login-nav .header-menu-wrapper .links a {
  color: #000;
}
.theme-blueGreen #dynamicId #main-header-wrapper #header.change-color .after-login-nav .header-menu-wrapper {
  background: #fffcd6;
}
.theme-blueGreen #dynamicId #main-header-wrapper #header.change-color .after-login-nav .header-menu-wrapper .links a {
  color: #000;
}
.theme-blueGreen #dynamicId #main-header-wrapper #header.change-color .after-login-nav .header-menu-wrapper .links a img {
  filter: brightness(1) invert(1);
}
.theme-blueGreen #dynamicId .about-organizer .fa {
  color: #0e3f60;
}
.theme-blueGreen #dynamicId .event-ticket-banner {
  position: relative;
  box-shadow: 0px 8px 12px 0px rgba(0, 0, 0, 0.08);
}
.theme-blueGreen #dynamicId .event-ticket-banner h1, .theme-blueGreen #dynamicId .event-ticket-banner .h1 {
  position: absolute;
  z-index: 1;
  left: 90px;
  top: 120px;
  color: white;
}
.theme-blueGreen #dynamicId .event-ticket-banner img {
  object-fit: cover;
  width: 100%;
  display: block;
  height: 250px;
}
.theme-blueGreen #dynamicId .tickets-wrapper .card, .theme-blueGreen #dynamicId .tickets-wrapper .main-content .register_box .card .card-header, .theme-blueGreen #dynamicId .main-content .register_box .card .tickets-wrapper .card-header {
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.06);
  margin-bottom: 14px !important;
  transition: all 0.3s ease-in;
  border: 1px solid #efeded;
  position: relative;
}
.theme-blueGreen #dynamicId .tickets-wrapper .card:hover, .theme-blueGreen #dynamicId .tickets-wrapper .main-content .register_box .card .card-header:hover, .theme-blueGreen #dynamicId .main-content .register_box .card .tickets-wrapper .card-header:hover {
  box-shadow: 0px 0px 36px 0px rgba(0, 0, 0, 0.29);
  transition: all 0.3s ease-out;
}
.theme-blueGreen #dynamicId .tickets-wrapper .card:hover:after, .theme-blueGreen #dynamicId .tickets-wrapper .main-content .register_box .card .card-header:hover:after, .theme-blueGreen #dynamicId .main-content .register_box .card .tickets-wrapper .card-header:hover:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 5px;
  background: #0e3f60;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  left: -1px;
  stroke-dashoffset: 100;
  transition: 0.2s ease-out;
}
.theme-blueGreen #dynamicId .tickets-wrapper .card .fa-ticket, .theme-blueGreen #dynamicId .tickets-wrapper .main-content .register_box .card .card-header .fa-ticket, .theme-blueGreen #dynamicId .main-content .register_box .card .tickets-wrapper .card-header .fa-ticket {
  color: #0e3f60;
}
.theme-blueGreen #dynamicId .tickets-wrapper .card:after, .theme-blueGreen #dynamicId .tickets-wrapper .main-content .register_box .card .card-header:after, .theme-blueGreen #dynamicId .main-content .register_box .card .tickets-wrapper .card-header:after {
  position: absolute;
  content: "";
  height: 0;
  width: 5px;
  background: rgba(71, 80, 105, 0.1764705882);
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  left: -1px;
  stroke-dasharray: 360;
  stroke-dashoffset: 360;
  transition: 0.3s ease-out;
}
.theme-blueGreen #dynamicId .tickets-wrapper a {
  color: #0e3f60;
  transition: all 0.3s ease-out;
}
.theme-blueGreen #dynamicId .tickets-wrapper a:hover {
  color: #00a650;
  transition: all 0.3s ease-in;
  text-decoration: underline;
}
.theme-blueGreen #dynamicId .evnt--start-end-date {
  background: #fffcd6;
}
.theme-blueGreen #dynamicId #memberCheck a {
  color: #0e3f60 !important;
}
.theme-blueGreen #dynamicId #memberCheck .modal-header {
  background: none;
}
.theme-blueGreen #dynamicId #memberCheck .modal-header h3, .theme-blueGreen #dynamicId #memberCheck .modal-header .h3 {
  font-size: 20px;
  color: #666;
  text-align: center;
}
.theme-blueGreen #dynamicId .bg-primary {
  background: #0e3f60 !important;
  color: white;
}
.theme-blueGreen #dynamicId .bg-secondary {
  background: #00a650 !important;
  color: white;
}
.theme-blueGreen #dynamicId .bg-light {
  background: #fffcd6 !important;
  color: #0e3f60 !important;
}
.theme-blueGreen #dynamicId .bg-none {
  background: none !important;
}
.theme-blueGreen #dynamicId .bg-error {
  background: #fff6f6;
}
.theme-blueGreen #dynamicId .text-primary {
  color: #0e3f60 !important;
}
.theme-blueGreen #dynamicId .text-secondary {
  color: #00a650 !important;
}
.theme-blueGreen #dynamicId .text-default {
  color: #000000 !important;
}
.theme-blueGreen #dynamicId .text-dark {
  color: #000000 !important;
}
.theme-blueGreen #dynamicId .svg_icon_theme_color {
  filter: invert(40%) sepia(61%) saturate(4070%) hue-rotate(131deg) brightness(97%) contrast(102%);
}
.theme-blueGreen #dynamicId .svg_icon_theme_secondary_color {
  filter: invert(35%) sepia(63%) saturate(3081%) hue-rotate(132deg) brightness(98%) contrast(101%);
}
.theme-blueGreen #dynamicId .bg-gradient {
  background: #90a1bc !important;
  color: white !important;
}
.theme-blueGreen #dynamicId .border-light {
  border: 1px solid rgba(120, 90, 166, 0.1843137255) !important;
}
.theme-blueGreen #dynamicId .border-dark {
  border: 1px solid #475069 !important;
}
.theme-blueGreen #dynamicId .default-fontsize {
  font-size: 14px !important;
}
.theme-blueGreen #dynamicId .secondary-fontsize {
  font-size: 14px !important;
}
.theme-blueGreen #dynamicId .header-fontsize {
  font-size: 24px !important;
}
.theme-blueGreen #dynamicId .sub-header-fontsize {
  font-size: 20px !important;
}
.theme-blueGreen #dynamicId .label-color {
  color: rgba(0, 0, 0, 0.54) !important;
}
.theme-blueGreen #dynamicId .underline {
  text-decoration: underline !important;
}
.theme-blueGreen #dynamicId .valign-center {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.theme-blueGreen #dynamicId .no-wrap {
  white-space: normal !important;
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
}
.theme-blueGreen #dynamicId .no-wrap .mat-checkbox-label {
  white-space: normal;
}
.theme-blueGreen #dynamicId .no-wrap .mat-checkbox-inner-container {
  margin: 2px 8px 0 0;
}
.theme-blueGreen #dynamicId .small-banner-img {
  height: 100px;
}
.theme-blueGreen #dynamicId .box-shadow {
  box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.21);
  -webkit-box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.21);
  -moz-box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.21);
}
.theme-blueGreen #dynamicId .card-controls {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 50px;
}
.theme-blueGreen #dynamicId .org-logo-c {
  height: 90px;
}
.theme-blueGreen #dynamicId .left-columns--c .left-columns-i .card, .theme-blueGreen #dynamicId .left-columns--c .left-columns-i .main-content .register_box .card .card-header, .theme-blueGreen #dynamicId .main-content .register_box .card .left-columns--c .left-columns-i .card-header {
  border-radius: 4px;
}
.theme-blueGreen #dynamicId .membership_type_stars .currency-w {
  width: 150px;
  height: 150px;
  display: inline-block;
  margin-right: 20px;
  position: relative;
  line-height: 150px;
  opacity: 0.4;
}
.theme-blueGreen #dynamicId .membership_type_stars .currency-w:focus:after {
  color: #0e3f60;
}
.theme-blueGreen #dynamicId .membership_type_stars .currency-w:after {
  content: "";
  color: #fffcd6;
  font-family: "FontAwesome";
  position: absolute;
  font-size: 160px;
  width: 100%;
  height: 100%;
  z-index: 0;
  border-radius: 150px;
}
.theme-blueGreen #dynamicId .membership_type_stars .currency-w.diamond:after {
  background: url('diamond.f9017b4f8ae679a4.svg') center center no-repeat !important;
}
.theme-blueGreen #dynamicId .membership_type_stars .currency-w.platinum:after {
  background: url('platinum.111ae20776baddc2.svg') center center no-repeat !important;
}
.theme-blueGreen #dynamicId .membership_type_stars .currency-w.gold:after {
  background: url('gold.ef224ccc8e370066.svg') center center no-repeat !important;
}
.theme-blueGreen #dynamicId .membership_type_stars .currency-w.silver:after {
  background: url('silver.32ace8a7ed05ca8b.svg') center center no-repeat !important;
}
.theme-blueGreen #dynamicId .membership_type_stars .currency-w.life:after {
  background: url('life.617775ace218178f.svg') center center no-repeat !important;
}
.theme-blueGreen #dynamicId .membership_type_stars .currency-w .mtype {
  position: absolute;
  top: -20px;
  width: 100%;
  text-align: left;
  color: #000000;
  z-index: 1;
  left: 45px;
  font-weight: bold;
  font-size: 14px;
  color: #000000;
}
.theme-blueGreen #dynamicId .membership_type_stars .currency-w .mt-currency {
  position: absolute;
  top: 10px;
  margin: auto;
  color: #000000;
  z-index: 1;
  right: 36px;
  font-size: 20px;
  font-weight: bold;
}
.theme-blueGreen #dynamicId .membership_type_stars .currency-w .mt-currency .mt-c-type {
  font-size: 14px;
  position: relative;
  top: -7px;
  padding-right: 3px;
}
.theme-blueGreen #dynamicId .membership_type_stars mat-radio-group mat-radio-button label .mat-radio-container {
  display: none;
}
.theme-blueGreen #dynamicId .membership_type_stars mat-radio-group mat-radio-button.mat-radio-checked .currency-w {
  opacity: 1;
}
.theme-blueGreen #dynamicId .membership_type_stars mat-radio-group mat-radio-button.mat-radio-checked .currency-w:after {
  color: #0e3f60;
}
.theme-blueGreen #dynamicId .mat-mdc-tab-group .mat-mdc-tab-header .mat-tab-list .mat-tab-labels .mat-tab-label-active {
  color: #00a650;
}
.theme-blueGreen #dynamicId .mat-mdc-tab-group .mat-mdc-tab-header .mat-tab-list .mat-ink-bar {
  background: #00a650;
}
.theme-blueGreen #dynamicId .pointer-events-none {
  pointer-events: none !important;
}
.theme-blueGreen #dynamicId .non-clickable-tabs mat-mdc-tab-group mat-mdc-tab-header .mat-mdc-tab-list .mat-mdc-tab-labels .mat-mdc-tab-label {
  pointer-events: none;
}
.theme-blueGreen #dynamicId .ticket-availble {
  margin-top: 10px;
}
.theme-blueGreen #dynamicId .org-img-logo {
  height: auto;
  width: auto;
  max-height: 120px;
  overflow: hidden;
  max-width: 100%;
}
.theme-blueGreen #dynamicId .org-img-logo img {
  width: auto;
  height: auto;
  margin: auto;
  max-height: 100%;
  display: block;
  position: relative;
  top: 50%;
  transform: translateY(-50%) scale(0.8);
}
.theme-blueGreen #dynamicId cancel-ticket-table table td mat-form-field {
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.theme-blueGreen #dynamicId cancel-ticket-table table td mat-form-field .mat-form-field-wrapper {
  padding-bottom: 0;
}
.theme-blueGreen #dynamicId .helping-hand {
  height: 107px;
  display: block;
  margin: 0 auto;
}
.theme-blueGreen #dynamicId .cancel-order-w .fa {
  transition: all 0.3s ease-in;
}
.theme-blueGreen #dynamicId .cancel-order-w .fa[aria-expanded=true] {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  transition: all 0.3s ease-out;
}
.theme-blueGreen #dynamicId .search-member-as[aria-expanded=true] .fa {
  transition: all 0.3s ease-in;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  vertical-align: middle;
  padding: 0;
}
.theme-blueGreen #dynamicId .search-member-as .fa {
  transition: all 0.3s ease-out;
}
.theme-blueGreen #dynamicId app-create-volunteer {
  min-height: 400px;
  display: block;
}
.theme-blueGreen #dynamicId .search-member-note p {
  font-size: 14px !important;
}
.theme-blueGreen #dynamicId .map-container-c .google--map #map {
  height: 100%;
}
.theme-blueGreen #dynamicId .application-role-main-w > .row .col-12.col-sm-6 {
  padding: 5px;
}
.theme-blueGreen #dynamicId .application-role-w .role-submenu-i {
  background: #f2f2f2;
  border-radius: 4px;
  max-height: 358px;
  overflow: auto;
  padding-bottom: 0;
  margin-bottom: 0;
}
.theme-blueGreen #dynamicId .application-role-w .role-submenu-i::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.theme-blueGreen #dynamicId .application-role-w .role-submenu-i::-webkit-scrollbar-track {
  background: #dedee6;
}
.theme-blueGreen #dynamicId .application-role-w .role-submenu-i::-webkit-scrollbar-thumb {
  background: #00a650;
}
.theme-blueGreen #dynamicId .application-role-w .role-submenu-i ul.list-group {
  position: relative;
  padding: 10px;
}
.theme-blueGreen #dynamicId .application-role-w .role-submenu-i ul.list-group span.role-heading-c {
  position: absolute;
  top: 7px;
  left: 10px;
  font-size: 14px;
  background: #00a650;
  font-weight: bold;
  width: 92.6%;
  text-align: center;
  margin: 0 auto;
  padding-bottom: 3px;
  color: #fff;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  z-index: 2;
}
.theme-blueGreen #dynamicId .application-role-w .role-submenu-i ul.list-group li {
  border: 0;
  padding: 3px 10px;
}
.theme-blueGreen #dynamicId .application-role-w .role-submenu-i ul.list-group li:first-of-type {
  padding-top: 28px;
}
.theme-blueGreen #dynamicId .application-role-w .role-submenu-i ul.list-group li:last-of-type {
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.08);
}
.theme-blueGreen #dynamicId .application-role-w .role-submenu-i ul.list-group li label {
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
}
.theme-blueGreen #dynamicId .application-role-w .role-submenu-i ul.list-group li label.mat-checkbox-layout {
  padding: 0;
  margin: 0;
}
.theme-blueGreen #dynamicId .application-role-w ul.list-group li {
  padding: 6px 10px;
}
.theme-blueGreen #dynamicId .application-role-w > .row .col-12.col-sm-6 {
  padding: 5px;
}
.theme-blueGreen #dynamicId .application-role-table table th,
.theme-blueGreen #dynamicId .application-role-table table td {
  padding: 3px 10px !important;
}
.theme-blueGreen #dynamicId .application-role-table table th table tbody,
.theme-blueGreen #dynamicId .application-role-table table td table tbody {
  height: auto;
  display: inherit;
  overflow: inherit;
}
.theme-blueGreen #dynamicId .application-role-table table th table tbody tr,
.theme-blueGreen #dynamicId .application-role-table table td table tbody tr {
  table-layout: auto;
  display: inherit;
  width: auto;
}
.theme-blueGreen #dynamicId .application-role-table table th table th,
.theme-blueGreen #dynamicId .application-role-table table th table td,
.theme-blueGreen #dynamicId .application-role-table table td table th,
.theme-blueGreen #dynamicId .application-role-table table td table td {
  padding: 3px 10px !important;
}
.theme-blueGreen #dynamicId .textWithDots {
  overflow: hidden !important;
  text-overflow: ellipsis;
}
.theme-blueGreen #dynamicId .mat-mdc-table-share .dropdown ul.dropdown-menu {
  min-width: 7rem;
}
.theme-blueGreen #dynamicId .mat-mdc-table-share .dropdown ul.dropdown-menu li a {
  font-size: 14px !important;
}
.theme-blueGreen #dynamicId .mat-mdc-table-share .dropdown ul.dropdown-menu li a i {
  width: 20px;
  text-align: center;
}
.theme-blueGreen #dynamicId .mat-mdc-table-share .dropdown ul.dropdown-menu li a i.fa-facebook {
  background: none;
  color: #3b5998;
}
.theme-blueGreen #dynamicId .mat-mdc-table-share .dropdown ul.dropdown-menu li a i.fa-twitter {
  background: none;
  color: #55acee;
}
.theme-blueGreen #dynamicId #mainBanner {
  margin-top: -30px;
}
.theme-blueGreen #dynamicId #mainBanner .owl-item {
  height: 100vh;
  min-height: 430px;
  max-height: 430px;
  background: no-repeat center center scroll;
  background-size: cover;
}
.theme-blueGreen #dynamicId #mainBanner .owl-item img {
  object-fit: cover;
  display: block;
  height: 100%;
}
.theme-blueGreen #dynamicId #owl-demo .item img {
  display: block;
  width: 100%;
  height: auto;
}
.theme-blueGreen #dynamicId .donateNowBlock {
  height: 80px;
  margin-top: -50px;
  position: relative;
  z-index: 9;
  background: #fff;
  position: absolute;
  box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.2);
}
.theme-blueGreen #dynamicId .donateNowBlock .donateBlock-1,
.theme-blueGreen #dynamicId .donateNowBlock .donateBlock-2,
.theme-blueGreen #dynamicId .donateNowBlock .donateBlock-3 {
  height: 100%;
}
.theme-blueGreen #dynamicId .donateNowBlock .donateBlock-1 .donateNowHeading {
  background: #0e3f60;
  display: block;
  width: 100%;
  text-align: center;
  font-size: 24px;
  color: white;
  line-height: 80px;
  height: calc(100% + 2px);
  position: relative;
  left: -1px;
  top: -1px;
}
.theme-blueGreen #dynamicId .donateNowBlock .donateBlock-1 .donateNowHeading:after {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-left-color: #0e3f60;
  border-width: 15px;
  margin-top: -12px;
}
.theme-blueGreen #dynamicId .donateNowBlock .donateBlock-2 {
  position: relative;
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
}
.theme-blueGreen #dynamicId .donateNowBlock .donateBlock-2 mat-radio-group {
  margin-top: 28px;
  letter-spacing: 1px;
  display: inline-block;
}
.theme-blueGreen #dynamicId .donateNowBlock .donateBlock-2 .or-v {
  width: 40px;
  height: 100%;
  display: inline-block;
  position: absolute;
  text-align: center;
  right: 0px;
}
.theme-blueGreen #dynamicId .donateNowBlock .donateBlock-2 .or-v:before {
  width: 1px;
  position: absolute;
  height: 100%;
  content: "";
  background: #eaeaea;
  left: 0;
  right: 0;
  margin: auto;
}
.theme-blueGreen #dynamicId .donateNowBlock .donateBlock-2 .or-v:after {
  width: 40px;
  height: 40px;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  position: absolute;
  content: "OR";
  border: solid 2px #c3c2c2;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
  line-height: 34px;
}
.theme-blueGreen #dynamicId .donateNowBlock .donateBlock-3 mat-form-field {
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.theme-blueGreen #dynamicId .donateNowBlock .donateBlock-3 mat-form-field .mat-form-field-prefix span {
  position: relative;
  top: -5px;
}
.theme-blueGreen #dynamicId #nataPresidentMessage {
  background: #f4f5ff url('help_bg.c8d485ac13b43d9d.jpg') no-repeat 0 0;
}
.theme-blueGreen #dynamicId #newLandingPage h1, .theme-blueGreen #dynamicId #newLandingPage .h1 {
  color: #000000;
}
.theme-blueGreen #dynamicId #futuredEvents .nav-tabs li.nav-item a.nav-link {
  background: #00a650;
  font-size: 14px !important;
  color: white;
  margin-right: 4px;
  border-radius: 0;
}
.theme-blueGreen #dynamicId #futuredEvents .nav-tabs li.nav-item a.nav-link.active {
  background: white;
  color: #000000;
}
.theme-blueGreen #dynamicId #futuredEvents .nav-tabs li.nav-item a.nav-link.active:hover, .theme-blueGreen #dynamicId #futuredEvents .nav-tabs li.nav-item a.nav-link.active:focus {
  border-color: #dee2e6 #dee2e6 #fff;
}
.theme-blueGreen #dynamicId #futuredEvents .nav-tabs li.nav-item a.nav-link:hover, .theme-blueGreen #dynamicId #futuredEvents .nav-tabs li.nav-item a.nav-link:focus {
  border-color: transparent;
}
.theme-blueGreen #dynamicId #futuredEvents .tab-content .tab-pane {
  border: 1px solid #EAEAEA;
  border-top: 0;
}
.theme-blueGreen #dynamicId #futuredEvents .tab-content .tab-pane .share-on {
  position: absolute;
  bottom: 10px;
  right: 10px;
  text-align: center;
}
.theme-blueGreen #dynamicId #futuredEvents .tab-content .tab-pane .share-on i {
  background: none;
  color: #00a650;
  font-size: 18px;
}
.theme-blueGreen #dynamicId #futuredEvents .tab-content .tab-pane .share-on i:hover {
  color: #0e3f60;
}
.theme-blueGreen #dynamicId #futuredEvents .tab-content .tab-pane .book-tickets-c {
  position: relative;
  right: 0;
}
.theme-blueGreen #dynamicId #futuredEvents .tab-content .tab-pane .book-tickets-c a {
  background: #00a650;
  color: white !important;
  padding: 6px 15px;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  text-decoration: none !important;
  transition: all 0.3s ease-in;
}
.theme-blueGreen #dynamicId #futuredEvents .tab-content .tab-pane .book-tickets-c a:hover {
  background: #0e3f60;
  transition: all 0.3s ease-out;
}
.theme-blueGreen #dynamicId #futuredEvents .tab-content .tab-pane .event-description {
  min-height: 200px;
  overflow: hidden;
  display: block;
}
.theme-blueGreen #dynamicId #futuredEvents .tab-content .tab-pane .event-heading {
  font-size: 24px;
  color: #000000;
  transition: all 0.3s ease-in;
  margin: 0;
}
.theme-blueGreen #dynamicId #futuredEvents .tab-content .tab-pane .event-heading:hover {
  text-decoration: underline;
  transition: all 0.3s ease-out;
}
.theme-blueGreen #dynamicId #futuredEvents .tab-content .tab-pane .event-sub-heading {
  font-size: 14px;
  color: #999999;
}
.theme-blueGreen #dynamicId #futuredEvents .tab-content .tab-pane .carousel-wrapper .owl-nav button {
  color: #000000;
  font-size: 30px !important;
}
.theme-blueGreen #dynamicId #futuredEvents .tab-content .tab-pane .carousel-wrapper .owl-nav button.owl-prev {
  left: -57px;
}
.theme-blueGreen #dynamicId #futuredEvents .tab-content .tab-pane .carousel-wrapper .owl-nav button.owl-next {
  right: -57px;
}
.theme-blueGreen #dynamicId #futuredEvents .tab-content .tab-pane .carousel-wrapper owl-carousel .owl-item {
  height: 352px;
}
.theme-blueGreen #dynamicId #futuredEvents .tab-content .tab-pane .carousel-wrapper owl-carousel .owl-item .border {
  margin-right: -1px;
  border-left: 0 !important;
}
.theme-blueGreen #dynamicId #futuredEvents .tab-content .tab-pane .carousel-wrapper owl-carousel .owl-item img[alt="Event Image"] {
  height: 353px;
  object-fit: cover;
}
.theme-blueGreen #dynamicId #valunteersBlock {
  box-shadow: inset 0px 10px 24px -12px rgba(0, 0, 0, 0.31);
}
.theme-blueGreen #dynamicId #valunteersBlock .volunteer-description {
  max-height: 144px;
  display: block;
  overflow: hidden;
}
.theme-blueGreen #dynamicId #getInvolved {
  box-shadow: inset 0px 10px 24px -12px rgba(0, 0, 0, 0.31);
  background: #e5f8ff url('map.b06a2a8cc5240114.png') no-repeat center center;
  background-position: 30% 273%;
}
.theme-blueGreen #dynamicId #getInvolved h2, .theme-blueGreen #dynamicId #getInvolved .h2 {
  color: #000000;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}
.theme-blueGreen #dynamicId #getInvolved .get-involve-white {
  background: white;
}
.theme-blueGreen #dynamicId #getInvolved .get-involve-img {
  position: relative;
}
.theme-blueGreen #dynamicId #getInvolved .get-involve-img img {
  height: 248px;
  object-fit: cover;
  display: block;
  width: 100%;
}
.theme-blueGreen #dynamicId #getInvolved .get-involve-img.gii-left:after {
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  width: 0;
  height: 0;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  border-right: 13px solid white;
}
.theme-blueGreen #dynamicId #getInvolved .get-involve-img.gii-right:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  width: 0;
  height: 0;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  border-left: 13px solid white;
}
.theme-blueGreen #dynamicId #getInvolved .carousel-wrapper owl-carousel .owl-item img {
  height: 248px;
  display: block;
  object-fit: cover;
  width: 100%;
}
.theme-blueGreen #dynamicId #ourDonorSays {
  background: #bdd6e9;
}
.theme-blueGreen #dynamicId #ourDonorSays .our-donor-slider .carousel-wrapper {
  position: relative;
}
.theme-blueGreen #dynamicId #ourDonorSays .our-donor-slider .carousel-wrapper owl-carousel .owl-dots {
  position: relative;
  bottom: 0;
}
.theme-blueGreen #dynamicId #ourDonorSays .our-donor-slider .carousel-wrapper owl-carousel .owl-dots .owl-dot {
  margin: 0 5px;
}
.theme-blueGreen #dynamicId #ourDonorSays .our-donor-slider .carousel-wrapper owl-carousel .owl-dots .owl-dot span {
  width: 60px;
  height: 60px;
  border-radius: 60px;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
}
.theme-blueGreen #dynamicId #ourDonorSays .our-donor-slider .carousel-wrapper owl-carousel .owl-dots .owl-dot:nth-child(1) span {
  background: transparent url('donor_1.900c07731f696471.png') no-repeat center center;
}
.theme-blueGreen #dynamicId #ourDonorSays .our-donor-slider .carousel-wrapper owl-carousel .owl-dots .owl-dot:nth-child(2) span {
  background: transparent url('donor_2.b41cf90f93757152.png') no-repeat center center;
}
.theme-blueGreen #dynamicId #ourDonorSays .our-donor-slider .carousel-wrapper owl-carousel .owl-dots .owl-dot:nth-child(3) span {
  background: transparent url('donor_3.21219e35cf0cadfa.png') no-repeat center center;
}
.theme-blueGreen #dynamicId #ourDonorSays .our-donor-slider .carousel-wrapper owl-carousel .owl-dots .owl-dot.active span {
  transition: all 0.3s ease-out;
  transform: scale(1.3);
  border: solid 3px #ffffff;
  background-color: none;
}
.theme-blueGreen #dynamicId #ourDonorSays #featuredDonors .featuredDonors-i {
  border: solid 1px #fff;
}
.theme-blueGreen #dynamicId #ourDonorSays #featuredDonors .donate-now-block .list-group {
  flex-direction: row;
  background: #eaeaea;
}
.theme-blueGreen #dynamicId #ourDonorSays #featuredDonors .donate-now-block .list-group li:nth-child(1) {
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
}
.theme-blueGreen #dynamicId #ourDonorSays #featuredDonors .donate-now-block .list-group li:nth-child(1) mat-radio-group {
  height: 100%;
  display: inline-block;
  width: 100%;
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
}
.theme-blueGreen #dynamicId #ourDonorSays #featuredDonors .donate-now-block .list-group li:nth-child(1) mat-radio-group .border-right {
  border-color: #ccc !important;
}
.theme-blueGreen #dynamicId #ourDonorSays #featuredDonors .donate-now-block .list-group li:nth-child(1) mat-radio-group mat-radio-button {
  height: 100%;
  border-right: solid 1px #ccc;
  padding-top: 30px;
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
}
.theme-blueGreen #dynamicId #ourDonorSays #featuredDonors .donate-now-block .list-group li:nth-child(1) mat-radio-group mat-radio-button .mat-radio-label {
  display: block;
  text-align: center;
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
}
.theme-blueGreen #dynamicId #ourDonorSays #featuredDonors .donate-now-block .list-group li:nth-child(1) mat-radio-group mat-radio-button .mat-radio-label .mat-radio-container {
  display: block;
  margin: auto;
}
.theme-blueGreen #dynamicId #ourDonorSays #featuredDonors .donate-now-block .list-group li:nth-child(1) mat-radio-group mat-radio-button .mat-radio-label-content {
  padding: 0;
}
.theme-blueGreen #dynamicId #ourDonorSays #featuredDonors .donate-now-block .list-group li:nth-child(1) mat-radio-group mat-radio-button:last-of-type {
  border: 0;
  padding-right: 0;
}
.theme-blueGreen #dynamicId #ourDonorSays #featuredDonors .donate-now-block .list-group li:nth-child(2) {
  border: 0;
  border-left: solid 1px #eaeaea;
}
.theme-blueGreen #dynamicId #ourDonorSays .featuredDPic {
  height: 480px;
  object-fit: cover;
  width: 100%;
}
.theme-blueGreen #dynamicId #contactUs .contact-us-social li {
  margin-right: 15px;
}
.theme-blueGreen #dynamicId #contactUs .contact-us-social li i {
  background: none;
  color: #00a650;
  font-size: 20px;
}
.theme-blueGreen #dynamicId .db-icons-wrapper {
  padding-right: 0 !important;
}
.theme-blueGreen #dynamicId .db-icons-wrapper .db-icons-inner {
  display: inline-block;
  padding: 12px 16px;
  text-align: center;
  border: solid 1px #dbdbdb;
  min-height: 114px;
  vertical-align: middle;
  width: 154px;
  transition: all 0.3s ease-in;
  margin-right: 10px;
  margin-bottom: 10px;
  cursor: pointer;
}
.theme-blueGreen #dynamicId .db-icons-wrapper .db-icons-inner span {
  display: block;
  width: 100%;
  font-size: 14px;
  color: #000000;
}
.theme-blueGreen #dynamicId .db-icons-wrapper .db-icons-inner img {
  height: 38px;
  margin-bottom: 10px;
  filter: invert(40%) sepia(61%) saturate(4070%) hue-rotate(131deg) brightness(97%) contrast(102%);
}
.theme-blueGreen #dynamicId .db-icons-wrapper .db-icons-inner:nth-child(4) img {
  width: 30px;
}
.theme-blueGreen #dynamicId .db-icons-wrapper .db-icons-inner:nth-child(6) img {
  width: 38px;
}
.theme-blueGreen #dynamicId .db-icons-wrapper .db-icons-inner:nth-child(7) img {
  object-fit: cover;
}
.theme-blueGreen #dynamicId .db-icons-wrapper .db-icons-inner:focus {
  outline: 0;
}
.theme-blueGreen #dynamicId .volunteers-img {
  max-height: 300px;
  width: 100%;
  object-fit: cover;
}
.theme-blueGreen #dynamicId .greenTextColor {
  color: #00a650 !important;
}
.theme-blueGreen #dynamicId .make-donation-donor {
  /* TODO(mdc-migration): The following rule targets internal classes of slider that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of slider that may no longer apply for the MDC version.*/
}
.theme-blueGreen #dynamicId .make-donation-donor .card-header {
  padding: 6px;
  background: #0e3f60;
  color: white;
  font-weight: bold;
  border-radius: 0;
}
.theme-blueGreen #dynamicId .make-donation-donor .card-body {
  background: #fffcd6;
}
.theme-blueGreen #dynamicId .make-donation-donor .card-body button {
  position: absolute;
  right: 20px;
  bottom: 10px;
}
.theme-blueGreen #dynamicId .make-donation-donor mat-slider {
  width: 300px;
}
.theme-blueGreen #dynamicId .make-donation-donor .mat-accent .mat-slider-track-fill,
.theme-blueGreen #dynamicId .make-donation-donor .mat-accent .mat-slider-thumb,
.theme-blueGreen #dynamicId .make-donation-donor .mat-accent .mat-slider-thumb-label {
  background: #00a650;
}
.theme-blueGreen #dynamicId .header-nav-secondery {
  background: #fffcd6 !important;
}
.theme-blueGreen #dynamicId .custom-mat-selection-list {
  /* TODO(mdc-migration): The following rule targets internal classes of list that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of list that may no longer apply for the MDC version.*/
}
.theme-blueGreen #dynamicId .custom-mat-selection-list mat-list-option {
  height: auto;
  display: inline-block;
  margin-right: 10px;
  /* TODO(mdc-migration): The following rule targets internal classes of list that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of list that may no longer apply for the MDC version.*/
}
.theme-blueGreen #dynamicId .custom-mat-selection-list mat-list-option .mat-list-text {
  padding-left: 5px !important;
}
.theme-blueGreen #dynamicId .custom-mat-selection-list mat-list-option .mat-pseudo-checkbox {
  width: 16px;
  height: 16px;
  border: solid 2px #999999;
}
.theme-blueGreen #dynamicId .custom-mat-selection-list mat-list-option .mat-pseudo-checkbox.mat-pseudo-checkbox-checked {
  border: solid 2px #0e3f60;
}
.theme-blueGreen #dynamicId .custom-mat-selection-list mat-list-option .mat-list-text {
  color: #000000;
  margin-top: 2px;
}
.theme-blueGreen #dynamicId .list-alphabet-c ul.list-inline {
  display: inline-block;
  padding-left: 10px;
}
.theme-blueGreen #dynamicId .list-alphabet-c ul.list-inline li a {
  color: #00a650;
  text-decoration: underline;
  transition: all 0.3s ease-in;
}
.theme-blueGreen #dynamicId .list-alphabet-c ul.list-inline li a:hover, .theme-blueGreen #dynamicId .list-alphabet-c ul.list-inline li a:focus {
  color: #0e3f60;
  transition: all 0.3s ease-out;
}
.theme-blueGreen #dynamicId .roles-table thead th {
  border-bottom: 0;
}
.theme-blueGreen #dynamicId .roles-table tbody td span.role-display {
  min-width: 56px;
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
.theme-blueGreen #dynamicId .roles-table tbody td span.role-display-i {
  width: 100%;
  display: block;
  white-space: nowrap;
}
.theme-blueGreen #dynamicId .roles-table tbody td span.role-display-i-i {
  display: inline-block;
}
.theme-blueGreen #dynamicId .roles-table tbody td .fa-chevron-right {
  font-size: 12px;
  margin-top: 1px;
}
.theme-blueGreen #dynamicId .roles-table tbody td .fa {
  color: #00a650;
  cursor: pointer;
}
.theme-blueGreen #dynamicId .roles-table tbody + tbody {
  border-top: 0;
}
.theme-blueGreen #dynamicId .mat-mdc-radio-button ~ .mat-radio-button {
  margin-left: 16px;
}
.theme-blueGreen #dynamicId .fund-img img {
  height: 120px;
  object-fit: cover;
  width: 100%;
}
.theme-blueGreen #dynamicId .mat-mdc-progress-bar {
  height: 12px;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
}
.theme-blueGreen #dynamicId .mat-progress-bar-buffer {
  background: #dddddd;
}
.theme-blueGreen #dynamicId .mat-progress-bar-fill::after {
  background: #00a650;
}
.theme-blueGreen #dynamicId mat-label {
  font-weight: normal;
}
.theme-blueGreen #dynamicId .table-scroll-c {
  max-height: 330px;
  overflow-y: auto;
}
.theme-blueGreen #dynamicId .table-scroll-c::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.theme-blueGreen #dynamicId .table-scroll-c::-webkit-scrollbar-track {
  background: #dedee6;
}
.theme-blueGreen #dynamicId .table-scroll-c::-webkit-scrollbar-thumb {
  background: #00a650;
}
.theme-blueGreen #dynamicId .table-scroll-c .table {
  margin-bottom: 0;
}
.theme-blueGreen #dynamicId .table thead.bg-light {
  color: #000000 !important;
}
.theme-blueGreen #dynamicId .table thead th,
.theme-blueGreen #dynamicId .table thead td,
.theme-blueGreen #dynamicId .table tbody th,
.theme-blueGreen #dynamicId .table tbody td {
  padding: 0.45rem;
}
.theme-blueGreen #dynamicId mat-chip-list {
  /* TODO(mdc-migration): The following rule targets internal classes of chips that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of chips that may no longer apply for the MDC version.*/
}
.theme-blueGreen #dynamicId mat-chip-list .mat-chip-list-wrapper {
  /* TODO(mdc-migration): The following rule targets internal classes of chips that may no longer apply for the MDC version.*/
}
.theme-blueGreen #dynamicId mat-chip-list .mat-chip-list-wrapper mat-chip {
  background: #00a650;
}
.theme-blueGreen #dynamicId .mat-datepicker-toggle-default-icon {
  filter: invert(35%) sepia(63%) saturate(3081%) hue-rotate(132deg) brightness(98%) contrast(101%);
}
.theme-blueGreen #dynamicId .roles-cr {
  border: 0;
}
.theme-blueGreen #dynamicId .roles-cr p {
  margin-bottom: 0;
}
.theme-blueGreen #dynamicId .roles-cr li {
  border: 0;
  padding: 0;
  margin-left: 20px;
}
.theme-blueGreen #dynamicId .isDisabled {
  color: currentColor;
  cursor: not-allowed !important;
  opacity: 0.5;
  text-decoration: none;
}
.theme-blueGreen #dynamicId .btn-toggle-custom {
  border: solid 1px #00a650;
}
.theme-blueGreen #dynamicId .btn-toggle-custom label.btn {
  color: #00a650 !important;
  border: 0;
  border-radius: 0;
  padding: 6px 15px;
  margin: 1px !important;
}
.theme-blueGreen #dynamicId .btn-toggle-custom label.btn-on.active, .theme-blueGreen #dynamicId .btn-toggle-custom label.btn-off.active {
  background-color: #00a650 !important;
  color: white !important;
}
.theme-blueGreen #dynamicId .donate-volunteer-img img {
  height: 170px;
  width: 100%;
  object-fit: cover;
}
.theme-blueGreen #dynamicId .permissions-wrapper mat-accordion .mat-expansion-indicator:after {
  color: #00a650;
}
.theme-blueGreen #dynamicId .permissions-wrapper mat-accordion .mat-expansion-panel-body {
  padding: 0;
}
.theme-blueGreen #dynamicId .permissions-wrapper mat-accordion .mat-expansion-panel-body ul li {
  position: relative;
  padding-left: 10px;
  margin-bottom: 5px;
}
.theme-blueGreen #dynamicId .permissions-wrapper mat-accordion .mat-expansion-panel-body ul li:before {
  position: absolute;
  content: "¯";
  left: 0;
  top: 5px;
}
.theme-blueGreen #dynamicId #fund-donation-screen .list-group {
  height: 450px;
  overflow-y: auto;
  overflow-x: hidden;
}
.theme-blueGreen #dynamicId #fund-donation-screen .list-group::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.theme-blueGreen #dynamicId #fund-donation-screen .list-group::-webkit-scrollbar-track {
  background: #dedee6;
}
.theme-blueGreen #dynamicId #fund-donation-screen .list-group::-webkit-scrollbar-thumb {
  background: #00a650;
}
.theme-blueGreen #dynamicId #fund-donation-screen .our-donor-says {
  height: 723px;
  overflow: auto;
}
.theme-blueGreen #dynamicId #fund-donation-screen .our-donor-says::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.theme-blueGreen #dynamicId #fund-donation-screen .our-donor-says::-webkit-scrollbar-track {
  background: #dedee6;
}
.theme-blueGreen #dynamicId #fund-donation-screen .our-donor-says::-webkit-scrollbar-thumb {
  background: #00a650;
}
.theme-blueGreen #dynamicId .our-donors-block img {
  height: 80px;
  width: 80px;
  object-fit: cover;
  overflow: hidden;
  display: block;
  border-radius: 80px;
  -webkit-border-radius: 80px;
  -moz-border-radius: 80px;
}
.theme-blueGreen #dynamicId mat-select {
  /* TODO(mdc-migration): The following rule targets internal classes of select that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of select that may no longer apply for the MDC version.*/
}
.theme-blueGreen #dynamicId mat-select.mat-select-disabled span {
  /* TODO(mdc-migration): The following rule targets internal classes of select that may no longer apply for the MDC version.*/
}
.theme-blueGreen #dynamicId mat-select.mat-select-disabled span.mat-select-value-text {
  color: rgba(0, 0, 0, 0.38);
}
.theme-blueGreen #dynamicId .owl-dt-container-disabled,
.theme-blueGreen #dynamicId .owl-dt-trigger-disabled {
  opacity: 1;
}
.theme-blueGreen #dynamicId label.switch input:disabled + .slider {
  opacity: 0.5;
}
.theme-blueGreen #dynamicId .formDisabled label.event-donation-label {
  opacity: 0.5;
}
.theme-blueGreen #dynamicId .formDisabled small, .theme-blueGreen #dynamicId .formDisabled .small {
  opacity: 0.5;
}
.theme-blueGreen #dynamicId .formDisabled #ticketDetails,
.theme-blueGreen #dynamicId .formDisabled #managingCommittee,
.theme-blueGreen #dynamicId .formDisabled #volunteerCommittee {
  opacity: 0.5;
}
.theme-blueGreen #dynamicId .formDisabled p {
  opacity: 0.5;
}
.theme-blueGreen #dynamicId .event-img-crop img {
  height: 100px;
  width: 100%;
  object-fit: cover;
}
.theme-blueGreen #dynamicId .event-edit-button {
  position: absolute;
  right: 0px;
  top: -58px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  background: #00a650;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  color: #fff;
  font-size: 15px;
}
.theme-blueGreen #dynamicId app-managing-committee .event-edit-button {
  top: -108px;
}
.theme-blueGreen #dynamicId .donationAmount {
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.theme-blueGreen #dynamicId .donationAmount .mat-form-field-underline {
  background-color: rgba(0, 0, 0, 0.43);
}
.theme-blueGreen #dynamicId input::-webkit-outer-spin-button,
.theme-blueGreen #dynamicId input::-webkit-inner-spin-button {
  display: none;
}
.theme-blueGreen #dynamicId .about-me-img img {
  height: 80%;
  width: 100%;
  object-fit: cover;
  object-position: top;
  filter: invert(35%) sepia(63%) saturate(3081%) hue-rotate(132deg) brightness(98%) contrast(101%);
}
.theme-blueGreen #dynamicId .about-me-img img.aboutme_img {
  filter: none;
}
.theme-blueGreen #dynamicId .default-event-img {
  background: #eae9e9 !important;
  padding: 3rem !important;
}
.theme-blueGreen #dynamicId .default-event-img img {
  object-fit: contain !important;
  height: 140px !important;
}
.theme-blueGreen #dynamicId .home--event-img {
  height: 100%;
  background: #eae9e9 !important;
  position: relative;
}
.theme-blueGreen #dynamicId .home--event-img img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 120px;
  width: auto;
}
.theme-blueGreen #dynamicId .donation-events-image {
  background: #eae9e9 !important;
  padding: 15px 0;
  height: 130px;
}
.theme-blueGreen #dynamicId .donation-events-image img {
  height: 70px;
  object-fit: contain;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.theme-blueGreen #dynamicId tbody {
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.theme-blueGreen #dynamicId tbody .mat-form-field-infix {
  width: 100% !important;
}
.theme-blueGreen #dynamicId .mat-form-field-prefix span {
  position: relative;
  top: -5px;
}
.theme-blueGreen #dynamicId .checkmark-animation svg {
  width: 80px;
  display: block;
  margin: 10px auto 0;
}
.theme-blueGreen #dynamicId .checkmark-animation .path {
  stroke-dasharray: 1000;
  stroke-dashoffset: 0;
}
.theme-blueGreen #dynamicId .checkmark-animation .path.circle {
  animation: dash 0.9s ease-in-out;
}
.theme-blueGreen #dynamicId .checkmark-animation .path.line {
  stroke-dashoffset: 1000;
  animation: dash 0.9s 0.35s ease-in-out forwards;
}
.theme-blueGreen #dynamicId .checkmark-animation .path.check {
  stroke-dashoffset: -100;
  animation: dash-check 0.9s 0.35s ease-in-out forwards;
}
@keyframes dash {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes dash-check {
  0% {
    stroke-dashoffset: -100;
  }
  100% {
    stroke-dashoffset: 900;
  }
}
.theme-blueGreen #dynamicId .trans-details-ack span {
  line-height: 26px;
}
.theme-blueGreen #dynamicId .organisation_Logo img {
  max-width: 200px !important;
  width: auto;
  height: auto;
  max-height: 38px;
}
.theme-blueGreen #dynamicId .home_page_address p span {
  text-transform: capitalize;
  margin-right: 10px;
  position: relative;
  display: inline-block;
}
.theme-blueGreen #dynamicId .home_page_address p span:after {
  position: absolute;
  content: ",";
  right: -5px;
}
.theme-blueGreen #dynamicId .home_page_address p span:last-of-type:after {
  content: ".";
}
.theme-blueGreen #dynamicId .home_page_address ul.list-inline li a i {
  padding-top: 0;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  border-radius: 25px;
}
.theme-blueGreen #dynamicId .profile-labels p span {
  display: inline-block;
  margin-right: 30px;
}
.theme-blueGreen #dynamicId .profile-labels p span:first-of-type {
  min-width: 157px;
}
.theme-blueGreen #dynamicId .media-news-img img {
  max-height: 600px;
  min-height: 250px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.theme-blueGreen #dynamicId .line-height-normal {
  line-height: normal !important;
}
.theme-blueGreen #dynamicId .my-profile-img-r img {
  min-height: 150px;
  max-height: 150px;
  height: 100%;
  object-fit: cover;
  width: auto;
  min-width: 100%;
  max-width: 135px;
  object-position: top;
}
.theme-blueGreen #dynamicId .my-profile-img-dashboard img {
  min-height: 170px;
  max-height: 170px;
  height: 100%;
  object-fit: cover;
  width: 100%;
  max-width: 160px;
  object-position: top;
}
.theme-blueGreen #dynamicId .my-profile-page .dashboard-card .card, .theme-blueGreen #dynamicId .my-profile-page .dashboard-card .main-content .register_box .card .card-header, .theme-blueGreen #dynamicId .main-content .register_box .card .my-profile-page .dashboard-card .card-header {
  min-height: auto !important;
}
.theme-blueGreen #dynamicId .myProfile_tabs {
  /* TODO(mdc-migration): The following rule targets internal classes of tabs that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of tabs that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of tabs that may no longer apply for the MDC version.*/
}
.theme-blueGreen #dynamicId .myProfile_tabs mat-tab-group {
  /* TODO(mdc-migration): The following rule targets internal classes of tabs that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of tabs that may no longer apply for the MDC version.*/
}
.theme-blueGreen #dynamicId .myProfile_tabs mat-tab-group .mat-tab-body-wrapper .mat-mdc-tab-body ul.list-group {
  height: 332px;
  overflow-y: auto;
  display: block;
}
.theme-blueGreen #dynamicId .myProfile_tabs mat-tab-group .mat-tab-body-wrapper .mat-mdc-tab-body ul.list-group::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.theme-blueGreen #dynamicId .myProfile_tabs mat-tab-group .mat-tab-body-wrapper .mat-mdc-tab-body ul.list-group::-webkit-scrollbar-track {
  background: #dedee6;
}
.theme-blueGreen #dynamicId .myProfile_tabs mat-tab-group .mat-tab-body-wrapper .mat-mdc-tab-body ul.list-group::-webkit-scrollbar-thumb {
  background: #00a650;
}
.theme-blueGreen #dynamicId .myProfile_tabs mat-tab-group .mat-tab-body-wrapper .mat-mdc-tab-body ul.list-group li.list-group-item {
  background: none;
}
.theme-blueGreen #dynamicId .myProfile_tabs .dashboard-card .card, .theme-blueGreen #dynamicId .myProfile_tabs .dashboard-card .main-content .register_box .card .card-header, .theme-blueGreen #dynamicId .main-content .register_box .card .myProfile_tabs .dashboard-card .card-header {
  max-height: 380px !important;
  min-height: 380px !important;
  overflow: auto;
}
.theme-blueGreen #dynamicId .myProfile_tabs .dashboard-card .card::-webkit-scrollbar, .theme-blueGreen #dynamicId .myProfile_tabs .dashboard-card .main-content .register_box .card .card-header::-webkit-scrollbar, .theme-blueGreen #dynamicId .main-content .register_box .card .myProfile_tabs .dashboard-card .card-header::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.theme-blueGreen #dynamicId .myProfile_tabs .dashboard-card .card::-webkit-scrollbar-track, .theme-blueGreen #dynamicId .myProfile_tabs .dashboard-card .main-content .register_box .card .card-header::-webkit-scrollbar-track, .theme-blueGreen #dynamicId .main-content .register_box .card .myProfile_tabs .dashboard-card .card-header::-webkit-scrollbar-track {
  background: #dedee6;
}
.theme-blueGreen #dynamicId .myProfile_tabs .dashboard-card .card::-webkit-scrollbar-thumb, .theme-blueGreen #dynamicId .myProfile_tabs .dashboard-card .main-content .register_box .card .card-header::-webkit-scrollbar-thumb, .theme-blueGreen #dynamicId .main-content .register_box .card .myProfile_tabs .dashboard-card .card-header::-webkit-scrollbar-thumb {
  background: #00a650;
}
.theme-blueGreen #dynamicId tr.mat-mdc-footer-row {
  font-weight: bold;
}
.theme-blueGreen #dynamicId td.mat-mdc-footer-cell {
  padding: 10px !important;
}
.theme-blueGreen #dynamicId td.mat-mdc-footer-cell:first-of-type {
  padding: 10px !important;
}
.theme-blueGreen #dynamicId .snip1543 {
  background-color: #fff;
  color: #ffffff;
  overflow: hidden;
  position: relative;
  text-align: left;
  width: 100%;
  transform: translateZ(0);
}
.theme-blueGreen #dynamicId .snip1543 *,
.theme-blueGreen #dynamicId .snip1543 *:before,
.theme-blueGreen #dynamicId .snip1543 *:after {
  box-sizing: border-box;
  transition: all 0.45s ease;
}
.theme-blueGreen #dynamicId .snip1543 img {
  backface-visibility: hidden;
  max-width: 100%;
  vertical-align: top;
}
.theme-blueGreen #dynamicId .snip1543:before,
.theme-blueGreen #dynamicId .snip1543:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background-color: #0e3f60;
  opacity: 0.5;
  transition: all 0.45s ease;
}
.theme-blueGreen #dynamicId .snip1543:before {
  transform: skew(30deg) translateX(-80%);
}
.theme-blueGreen #dynamicId .snip1543:after {
  transform: skew(-30deg) translateX(-70%);
}
.theme-blueGreen #dynamicId .snip1543 figcaption {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 1;
  bottom: 0;
  padding: 25px 40% 25px 20px;
}
.theme-blueGreen #dynamicId .snip1543 figcaption:before,
.theme-blueGreen #dynamicId .snip1543 figcaption:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #00a650;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
  content: "";
  opacity: 0.5;
  z-index: -1;
}
.theme-blueGreen #dynamicId .snip1543 figcaption:before {
  transform: skew(30deg) translateX(-100%);
}
.theme-blueGreen #dynamicId .snip1543 figcaption:after {
  transform: skew(-30deg) translateX(-90%);
}
.theme-blueGreen #dynamicId .snip1543 h3, .theme-blueGreen #dynamicId .snip1543 .h3,
.theme-blueGreen #dynamicId .snip1543 p {
  margin: 0;
  opacity: 0;
  letter-spacing: 1px;
}
.theme-blueGreen #dynamicId .snip1543 h3, .theme-blueGreen #dynamicId .snip1543 .h3 {
  font-size: 28px;
  font-weight: 700;
  line-height: 1em;
  text-transform: uppercase;
}
.theme-blueGreen #dynamicId .snip1543 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.theme-blueGreen #dynamicId .snip1543:hover h3, .theme-blueGreen #dynamicId .snip1543:hover .h3,
.theme-blueGreen #dynamicId .snip1543.hover h3,
.theme-blueGreen #dynamicId .snip1543.hover .h3,
.theme-blueGreen #dynamicId .snip1543:hover p,
.theme-blueGreen #dynamicId .snip1543.hover p {
  transform: translateY(0);
  opacity: 0.9;
  transition-delay: 0.2s;
}
.theme-blueGreen #dynamicId .snip1543:hover:before,
.theme-blueGreen #dynamicId .snip1543.hover:before {
  transform: skew(30deg) translateX(-20%);
  transition-delay: 0.05s;
}
.theme-blueGreen #dynamicId .snip1543:hover:after,
.theme-blueGreen #dynamicId .snip1543.hover:after {
  transform: skew(-30deg) translateX(-10%);
}
.theme-blueGreen #dynamicId .snip1543:hover figcaption:before,
.theme-blueGreen #dynamicId .snip1543.hover figcaption:before {
  transform: skew(30deg) translateX(-40%);
  transition-delay: 0.15s;
}
.theme-blueGreen #dynamicId .snip1543:hover figcaption:after,
.theme-blueGreen #dynamicId .snip1543.hover figcaption:after {
  transform: skew(-30deg) translateX(-30%);
  transition-delay: 0.1s;
}
.theme-blueGreen #dynamicId .card.dark-card mat-form-field, .theme-blueGreen #dynamicId .main-content .register_box .card .dark-card.card-header mat-form-field {
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.theme-blueGreen #dynamicId .card.dark-card mat-form-field .mat-form-field-wrapper, .theme-blueGreen #dynamicId .main-content .register_box .card .dark-card.card-header mat-form-field .mat-form-field-wrapper {
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.theme-blueGreen #dynamicId .card.dark-card mat-form-field .mat-form-field-wrapper .mat-form-field-flex, .theme-blueGreen #dynamicId .main-content .register_box .card .dark-card.card-header mat-form-field .mat-form-field-wrapper .mat-form-field-flex {
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.theme-blueGreen #dynamicId .card.dark-card mat-form-field .mat-form-field-wrapper .mat-form-field-flex input, .theme-blueGreen #dynamicId .main-content .register_box .card .dark-card.card-header mat-form-field .mat-form-field-wrapper .mat-form-field-flex input {
  caret-color: #fff;
}
.theme-blueGreen #dynamicId .card.dark-card mat-form-field .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-label-wrapper, .theme-blueGreen #dynamicId .main-content .register_box .card .dark-card.card-header mat-form-field .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-label-wrapper {
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.theme-blueGreen #dynamicId .card.dark-card mat-form-field .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-label-wrapper .mat-form-field-label, .theme-blueGreen #dynamicId .main-content .register_box .card .dark-card.card-header mat-form-field .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-label-wrapper .mat-form-field-label {
  color: white;
}
.theme-blueGreen #dynamicId .card.dark-card mat-form-field .mat-form-field-wrapper .mat-form-field-underline, .theme-blueGreen #dynamicId .main-content .register_box .card .dark-card.card-header mat-form-field .mat-form-field-wrapper .mat-form-field-underline {
  background: white;
}
.theme-blueGreen #dynamicId .card.dark-card mat-form-field.mat-focused, .theme-blueGreen #dynamicId .main-content .register_box .card .dark-card.card-header mat-form-field.mat-focused {
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.theme-blueGreen #dynamicId .card.dark-card mat-form-field.mat-focused .mat-form-field-ripple, .theme-blueGreen #dynamicId .main-content .register_box .card .dark-card.card-header mat-form-field.mat-focused .mat-form-field-ripple {
  background: #00a650;
}
.theme-blueGreen #dynamicId .grid-gallery-block {
  position: relative;
  clear: both;
  margin: 0 auto;
  padding: 1em 0 4em;
  max-width: 1000px;
  list-style: none;
  text-align: center;
}
.theme-blueGreen #dynamicId .grid-gallery-block .gallery-overlay {
  position: relative;
  float: left;
  overflow: hidden;
  margin: 0;
  width: 100%;
  height: 100%;
  background: #3085a3;
  text-align: center;
  cursor: pointer;
}
.theme-blueGreen #dynamicId .grid-gallery-block .gallery-overlay img {
  position: relative;
  display: block;
  min-height: 250px;
  max-width: 100%;
  opacity: 0.8;
  width: 100%;
  height: auto;
  max-height: 250px;
  object-fit: cover;
}
.theme-blueGreen #dynamicId .grid-gallery-block .gallery-overlay figcaption {
  padding: 0;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  backface-visibility: hidden;
}
.theme-blueGreen #dynamicId .grid-gallery-block .gallery-overlay figcaption::before,
.theme-blueGreen #dynamicId .grid-gallery-block .gallery-overlay figcaption::after {
  pointer-events: none;
}
.theme-blueGreen #dynamicId .grid-gallery-block .gallery-overlay figcaption,
.theme-blueGreen #dynamicId .grid-gallery-block .gallery-overlay figcaption > a {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.theme-blueGreen #dynamicId .grid-gallery-block .gallery-overlay figcaption > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}
.theme-blueGreen #dynamicId .grid-gallery-block .gallery-overlay h2, .theme-blueGreen #dynamicId .grid-gallery-block .gallery-overlay .h2 {
  word-spacing: -0.15em;
  font-weight: 300;
}
.theme-blueGreen #dynamicId .grid-gallery-block .gallery-overlay h2 span, .theme-blueGreen #dynamicId .grid-gallery-block .gallery-overlay .h2 span {
  font-weight: 800;
}
.theme-blueGreen #dynamicId .grid-gallery-block .gallery-overlay h2, .theme-blueGreen #dynamicId .grid-gallery-block .gallery-overlay .h2,
.theme-blueGreen #dynamicId .grid-gallery-block .gallery-overlay p {
  margin: 0;
}
.theme-blueGreen #dynamicId .grid-gallery-block .gallery-overlay p {
  letter-spacing: 1px;
  font-size: 68.5%;
}
.theme-blueGreen #dynamicId .gallery-overlay.effect-duke {
  background: #000;
}
.theme-blueGreen #dynamicId .gallery-overlay.effect-duke img,
.theme-blueGreen #dynamicId .gallery-overlay.effect-duke iframe,
.theme-blueGreen #dynamicId .gallery-overlay.effect-duke p {
  transition: opacity 0.35s, transform 0.35s;
}
.theme-blueGreen #dynamicId .gallery-overlay.effect-duke:hover img {
  opacity: 0.8;
  transform: scale3d(2, 2, 1);
}
.theme-blueGreen #dynamicId .gallery-overlay.effect-duke h2, .theme-blueGreen #dynamicId .gallery-overlay.effect-duke .h2 {
  transition: transform 0.35s;
  transform: scale3d(0.8, 0.8, 1);
  transform-origin: 50% 100%;
}
.theme-blueGreen #dynamicId .gallery-overlay.effect-duke p {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 20px auto 0;
  padding: 10px;
  text-transform: none;
  font-size: 90%;
  opacity: 0;
  transform: scale3d(0.8, 0.8, 1);
  transform-origin: 50% -100%;
  background: #00a650;
}
.theme-blueGreen #dynamicId .gallery-overlay.effect-duke:hover h2, .theme-blueGreen #dynamicId .gallery-overlay.effect-duke:hover .h2,
.theme-blueGreen #dynamicId .gallery-overlay.effect-duke:hover p {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}
.theme-blueGreen #dynamicId .photo-gallery-tab .col-12.col-sm-6.col-md-4 {
  padding: 6px 6px 0 6px;
}
.theme-blueGreen #dynamicId .ql-editor {
  height: 300px;
}
.theme-blueGreen #dynamicId .arrowRotate {
  transform: rotate(90deg);
  margin-top: 3px;
}
.theme-blueGreen #dynamicId .roles-user-search-t {
  width: 98%;
}
.theme-blueGreen #dynamicId .edit-role-table thead tr th:nth-child(1) {
  width: 30%;
}
.theme-blueGreen #dynamicId .edit-role-table thead tr th:nth-child(2) {
  width: 30%;
}
.theme-blueGreen #dynamicId .edit-role-table thead tr th:nth-child(3) {
  width: 40%;
}
.theme-blueGreen #dynamicId table.manageRoleTable tbody:nth-child(2) {
  width: auto;
}
.theme-blueGreen #dynamicId .lightbox .lb-dataContainer {
  position: absolute;
  top: 0;
  z-index: 1;
  left: 0;
  right: 0;
  height: 100%;
}
.theme-blueGreen #dynamicId .lightbox .lb-dataContainer .lb-details {
  position: absolute;
  bottom: 0;
  width: 99%;
  padding: 15px;
  background: #fff;
}
.theme-blueGreen #dynamicId .lightbox .lb-dataContainer .lb-close {
  background: #fff;
  border-radius: 25px;
  margin-top: -15px;
  margin-right: -15px;
  opacity: 1;
  position: relative;
  text-align: center;
  width: 25px;
  height: 25px;
}
.theme-blueGreen #dynamicId .lightbox .lb-dataContainer .lb-close:after {
  content: "\f00d";
  color: #000;
  position: absolute;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  font-family: FontAwesome;
  font-size: 17px;
}
.theme-blueGreen #dynamicId .lightbox .lb-dataContainer .lb-data {
  color: #000;
}
.theme-blueGreen #dynamicId .lightbox .lb-outerContainer .lb-container .lb-image {
  margin-top: 4px;
}
.theme-blueGreen #dynamicId .lightbox .lb-nav {
  height: 40px;
  bottom: 0;
  margin: auto;
}
.theme-blueGreen #dynamicId .lightbox .lb-nav a.lb-prev {
  background: url('prev-button.317cfed04e63ab1f.png') left no-repeat;
  margin-left: 20px;
}
.theme-blueGreen #dynamicId .lightbox .lb-nav a.lb-next {
  background: url('next-button.8b82108bc0c809d9.png') right no-repeat;
  margin-right: 20px;
  width: 42%;
}
.theme-blueGreen #dynamicId .share-button {
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 40px;
  width: 30px;
  height: 30px;
}
.theme-blueGreen #dynamicId .share-button a {
  text-decoration: none;
}
.theme-blueGreen #dynamicId .social-toggle {
  display: block;
  text-align: center;
  transition: all 0.25s;
}
.theme-blueGreen #dynamicId .social-toggle mat-icon {
  color: #00a650;
  transition: all 0.3s ease-out;
}
.theme-blueGreen #dynamicId .social-toggle mat-icon:hover {
  color: #0e3f60;
  transition: all 0.3s ease-in;
}
.theme-blueGreen #dynamicId .no-js .social-toggle,
.theme-blueGreen #dynamicId .no-js .social-toggle:hover {
  cursor: default;
  border: none;
  background: transparent;
  color: rgb(200, 200, 200);
  pointer-events: none;
}
.theme-blueGreen #dynamicId .social-networks {
  transform-origin: 50% 0;
  transform: scale(0) translateY(-190px);
  opacity: 0;
  transition: all 0.4s ease;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.theme-blueGreen #dynamicId .social-networks ul {
  position: relative;
  top: 0;
  right: 10px;
  padding: 0;
  list-style: none;
  width: 62px;
  height: 30px;
}
.theme-blueGreen #dynamicId .social-networks ul:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  right: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
}
.theme-blueGreen #dynamicId .social-networks li {
  width: 30px;
  text-align: center;
  float: left;
  display: block;
  height: 30px;
  line-height: 30px;
  position: relative;
  z-index: 2;
  transition: all 0.3s ease;
}
.theme-blueGreen #dynamicId .social-networks li a {
  display: block;
  color: white;
}
.theme-blueGreen #dynamicId .social-networks li a i {
  background: none;
}
.theme-blueGreen #dynamicId .social-networks li.social-twitter {
  background: #6cdfea;
}
.theme-blueGreen #dynamicId .social-networks li.social-facebook {
  background: #3b5998;
}
.theme-blueGreen #dynamicId .social-networks.open-menu,
.theme-blueGreen #dynamicId .no-js .social-networks {
  transform: scale(1) translateY(-60px);
  opacity: 1;
}
.theme-blueGreen #dynamicId .com-close-icon {
  position: absolute;
  right: 18px;
}
.theme-blueGreen #dynamicId .la-ball-spin-clockwise,
.theme-blueGreen #dynamicId .la-ball-spin-clockwise > div {
  position: relative;
  box-sizing: border-box;
}
.theme-blueGreen #dynamicId .la-ball-spin-clockwise {
  display: block;
  font-size: 0;
  color: #fff;
}
.theme-blueGreen #dynamicId .la-ball-spin-clockwise.la-dark {
  color: #333;
}
.theme-blueGreen #dynamicId .la-ball-spin-clockwise > div {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor;
}
.theme-blueGreen #dynamicId .la-ball-spin-clockwise {
  width: 32px;
  height: 32px;
}
.theme-blueGreen #dynamicId .la-ball-spin-clockwise > div {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  margin-left: -4px;
  border-radius: 100%;
  animation: ball-spin-clockwise 1s infinite ease-in-out;
}
.theme-blueGreen #dynamicId .la-ball-spin-clockwise > div:nth-child(1) {
  top: 5%;
  left: 50%;
  animation-delay: -0.875s;
}
.theme-blueGreen #dynamicId .la-ball-spin-clockwise > div:nth-child(2) {
  top: 18.1801948466%;
  left: 81.8198051534%;
  animation-delay: -0.75s;
}
.theme-blueGreen #dynamicId .la-ball-spin-clockwise > div:nth-child(3) {
  top: 50%;
  left: 95%;
  animation-delay: -0.625s;
}
.theme-blueGreen #dynamicId .la-ball-spin-clockwise > div:nth-child(4) {
  top: 81.8198051534%;
  left: 81.8198051534%;
  animation-delay: -0.5s;
}
.theme-blueGreen #dynamicId .la-ball-spin-clockwise > div:nth-child(5) {
  top: 94.9999999966%;
  left: 50.0000000005%;
  animation-delay: -0.375s;
}
.theme-blueGreen #dynamicId .la-ball-spin-clockwise > div:nth-child(6) {
  top: 81.8198046966%;
  left: 18.1801949248%;
  animation-delay: -0.25s;
}
.theme-blueGreen #dynamicId .la-ball-spin-clockwise > div:nth-child(7) {
  top: 49.9999750815%;
  left: 5.0000051215%;
  animation-delay: -0.125s;
}
.theme-blueGreen #dynamicId .la-ball-spin-clockwise > div:nth-child(8) {
  top: 18.179464974%;
  left: 18.1803700518%;
  animation-delay: 0s;
}
.theme-blueGreen #dynamicId .la-ball-spin-clockwise.la-sm {
  width: 16px;
  height: 16px;
}
.theme-blueGreen #dynamicId .la-ball-spin-clockwise.la-sm > div {
  width: 4px;
  height: 4px;
  margin-top: -2px;
  margin-left: -2px;
}
.theme-blueGreen #dynamicId .la-ball-spin-clockwise.la-2x {
  width: 64px;
  height: 64px;
}
.theme-blueGreen #dynamicId .la-ball-spin-clockwise.la-2x > div {
  width: 16px;
  height: 16px;
  margin-top: -8px;
  margin-left: -8px;
}
.theme-blueGreen #dynamicId .la-ball-spin-clockwise.la-3x {
  width: 96px;
  height: 96px;
}
.theme-blueGreen #dynamicId .la-ball-spin-clockwise.la-3x > div {
  width: 24px;
  height: 24px;
  margin-top: -12px;
  margin-left: -12px;
}
@keyframes ball-spin-clockwise {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
  }
  20% {
    opacity: 1;
  }
  80% {
    opacity: 0;
    transform: scale(0);
  }
}
.theme-blueGreen #dynamicId .mat-spinner-wrapper {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: rgba(51, 51, 51, 0.3);
  z-index: 9999;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.theme-blueGreen #dynamicId .mat-spinner-wrapper .la-ball-spin-clockwise {
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.theme-blueGreen #dynamicId .event-ticket-book-new {
  /* TODO(mdc-migration): The following rule targets internal classes of tabs that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of tabs that may no longer apply for the MDC version.*/
}
.theme-blueGreen #dynamicId .event-ticket-book-new ul.list-group.list-group-flush {
  height: 722px;
  overflow: auto;
  overflow-x: hidden;
}
.theme-blueGreen #dynamicId .event-ticket-book-new ul.list-group.list-group-flush::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.theme-blueGreen #dynamicId .event-ticket-book-new ul.list-group.list-group-flush::-webkit-scrollbar-track {
  background: #dedee6;
}
.theme-blueGreen #dynamicId .event-ticket-book-new ul.list-group.list-group-flush::-webkit-scrollbar-thumb {
  background: #00a650;
}
.theme-blueGreen #dynamicId .event-ticket-book-new ul.list-group.list-group-flush li.list-group-item {
  padding: 0.75rem 0;
}
.theme-blueGreen #dynamicId .event-ticket-book-new ul.list-group.list-group-flush li.list-group-item .event-thumb {
  position: relative;
}
.theme-blueGreen #dynamicId .event-ticket-book-new ul.list-group.list-group-flush li.list-group-item .event-thumb span {
  position: absolute;
  bottom: 5px;
  right: 0;
  width: 88%;
  padding: 4px;
  color: white;
  text-transform: uppercase;
  text-align: center;
  font-size: 10px;
  -webkit-border-top-left-radius: 50px;
  -webkit-border-bottom-left-radius: 50px;
  -moz-border-radius-topleft: 50px;
  -moz-border-radius-bottomleft: 50px;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  letter-spacing: 0.4px;
  cursor: pointer;
}
.theme-blueGreen #dynamicId .event-ticket-book-new ul.list-group.list-group-flush li.list-group-item:hover {
  background: #fffcd6;
}
.theme-blueGreen #dynamicId .event-ticket-book-new mat-tab-group {
  /* TODO(mdc-migration): The following rule targets internal classes of tabs that may no longer apply for the MDC version.*/
}
.theme-blueGreen #dynamicId .event-ticket-book-new mat-tab-group p {
  margin: 0;
}
.theme-blueGreen #dynamicId .event-ticket-book-new mat-tab-group .card.bg-light, .theme-blueGreen #dynamicId .event-ticket-book-new mat-tab-group .main-content .register_box .card .bg-light.card-header, .theme-blueGreen #dynamicId .main-content .register_box .card .event-ticket-book-new mat-tab-group .bg-light.card-header {
  padding: 1rem 1rem 1rem 2rem;
  min-height: 154px;
}
.theme-blueGreen #dynamicId .event-ticket-book-new mat-tab-group .mat-tab-body-wrapper {
  max-height: 350px;
  overflow: auto;
  display: block;
}
.theme-blueGreen #dynamicId .event-ticket-book-new mat-tab-group .mat-tab-body-wrapper::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.theme-blueGreen #dynamicId .event-ticket-book-new mat-tab-group .mat-tab-body-wrapper::-webkit-scrollbar-track {
  background: #dedee6;
}
.theme-blueGreen #dynamicId .event-ticket-book-new mat-tab-group .mat-tab-body-wrapper::-webkit-scrollbar-thumb {
  background: #00a650;
}
.theme-blueGreen #dynamicId .thumbnail-img-sm {
  height: 100px;
  width: 100%;
  object-fit: cover;
  object-position: top;
}
.theme-blueGreen #dynamicId .thumbnail-img-lg {
  height: 350px;
  width: 100%;
  object-fit: cover;
}
.theme-blueGreen #dynamicId .label-e-icon {
  position: relative;
}
.theme-blueGreen #dynamicId .label-e-icon i {
  position: absolute;
  left: -22px;
  top: 0;
  font-size: 16px;
}
.theme-blueGreen #dynamicId .event-contact-details a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.theme-blueGreen #dynamicId .event-ticket-book-new {
  /* TODO(mdc-migration): The following rule targets internal classes of tabs that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of tabs that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of tabs that may no longer apply for the MDC version.*/
}
.theme-blueGreen #dynamicId .event-ticket-book-new mat-tab-group {
  /* TODO(mdc-migration): The following rule targets internal classes of tabs that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of tabs that may no longer apply for the MDC version.*/
}
.theme-blueGreen #dynamicId .event-ticket-book-new mat-tab-group .mat-tab-body-wrapper .mat-mdc-tab-body {
  /* TODO(mdc-migration): The following rule targets internal classes of tabs that may no longer apply for the MDC version.*/
}
.theme-blueGreen #dynamicId .event-ticket-book-new mat-tab-group .mat-tab-body-wrapper .mat-mdc-tab-body .mat-tab-body-content {
  overflow: hidden;
}
.theme-blueGreen #dynamicId .custom-share button.dropdown-toggle {
  padding: 0;
}
.theme-blueGreen #dynamicId .custom-share button.dropdown-toggle:after {
  content: none;
}
.theme-blueGreen #dynamicId .custom-share .dropdown-menu {
  padding: 0;
  right: 0;
  left: auto !important;
  top: 23px !important;
  min-width: 7rem;
}
.theme-blueGreen #dynamicId .custom-share .dropdown-menu a {
  width: 100%;
  color: #000000;
  display: block;
  padding: 6px;
  border-bottom: solid 1px #ddd;
  font-size: 12px !important;
}
.theme-blueGreen #dynamicId .custom-share .dropdown-menu a:last-of-type {
  border: 0;
}
.theme-blueGreen #dynamicId .mat-tab-body-content {
  overflow-x: hidden;
}
.theme-blueGreen #dynamicId .donation-passes-table {
  height: 200px;
  overflow: auto;
}
.theme-blueGreen #dynamicId .donation-passes-table::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.theme-blueGreen #dynamicId .donation-passes-table::-webkit-scrollbar-track {
  background: #dedee6;
}
.theme-blueGreen #dynamicId .donation-passes-table::-webkit-scrollbar-thumb {
  background: #00a650;
}
.theme-blueGreen #dynamicId .table-responsive::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.theme-blueGreen #dynamicId .table-responsive::-webkit-scrollbar-track {
  background: #dedee6;
}
.theme-blueGreen #dynamicId .table-responsive::-webkit-scrollbar-thumb {
  background: #00a650;
}
.theme-blueGreen #dynamicId .table-responsive table::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.theme-blueGreen #dynamicId .table-responsive table::-webkit-scrollbar-track {
  background: #dedee6;
}
.theme-blueGreen #dynamicId .table-responsive table::-webkit-scrollbar-thumb {
  background: #00a650;
}
.theme-blueGreen #dynamicId .mediaCard {
  background: #0e3f60;
}
.theme-blueGreen #dynamicId .calncel-order-w .edit-role-table.fixed-table thead,
.theme-blueGreen #dynamicId .calncel-order-w .edit-role-table.fixed-table tbody tr {
  table-layout: auto;
}
.theme-blueGreen #dynamicId #periodRow.isDisabled,
.theme-blueGreen #dynamicId #editYear.isDisabled {
  pointer-events: none;
}
.theme-blueGreen #dynamicId ::selection {
  color: white;
  background: #00a650;
}
.theme-blueGreen #dynamicId .td-100 {
  display: block;
  box-sizing: border-box;
  clear: both;
  padding: 0 !important;
  border-top: 0 !important;
}
.theme-blueGreen #dynamicId .td-100 table tbody tr td {
  border-top: 0 !important;
}
.theme-blueGreen #dynamicId .expenses_table_c tr:last-of-type {
  border-bottom: 0 !important;
}
.theme-blueGreen #dynamicId .expenses-table tbody tr:last-of-type {
  border-bottom: 0;
}
.theme-blueGreen #dynamicId .expenses-table tbody tr td {
  padding: 0 10px;
}
.theme-blueGreen #dynamicId .donatenow_footer {
  text-decoration: none;
  transition: all 0.3s ease-out;
}
.theme-blueGreen #dynamicId .donatenow_footer:hover {
  text-decoration: underline;
  transition: all 0.3s ease-in;
  opacity: 0.4;
}
.theme-blueGreen #dynamicId .example-section {
  display: flex;
  align-content: center;
  align-items: center;
  height: 40px;
}
.theme-blueGreen #dynamicId .example-margin {
  margin: 0 10px;
}
.theme-blueGreen #dynamicId .skills-interests-modal a {
  display: inline-block;
  padding: 1px 4px;
  margin: 0 3px 5px 0;
  font-size: 14px !important;
  border-radius: 14px;
  height: 26px;
  background: #f1f1f1;
  color: #000000;
  border: 1px solid #EAEAEA;
}
.theme-blueGreen #dynamicId .searchVolunteerTable .actionDropDown {
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  top: 9px;
}
.theme-blueGreen #dynamicId .searchVolunteerTable .actionDropDown .mat-form-field-underline {
  display: none;
}
.theme-blueGreen #dynamicId .searchVolunteerTable .actionDropDown .mat-form-field-infix {
  padding: 0;
}
.theme-blueGreen #dynamicId .edit-role-table.manage-role-table tbody.manageRoleTbody tr td > tbody {
  display: table;
  width: 100%;
  height: auto;
}
.theme-blueGreen #dynamicId .edit-role-table.manage-role-table tbody.manageRoleTbody tr td > tbody tr td {
  border-top: 0 !important;
}
.theme-blueGreen #dynamicId .manage-table-c {
  overflow: auto;
  height: 300px;
}
.theme-blueGreen #dynamicId .manage-table-c::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.theme-blueGreen #dynamicId .manage-table-c::-webkit-scrollbar-track {
  background: #dedee6;
}
.theme-blueGreen #dynamicId .manage-table-c::-webkit-scrollbar-thumb {
  background: #00a650;
}
.theme-blueGreen #dynamicId .search-volunteer-card {
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
}
.theme-blueGreen #dynamicId .search-volunteer-card mat-checkbox {
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
}
.theme-blueGreen #dynamicId .search-volunteer-card mat-checkbox .mat-checkbox-inner-container {
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
}
.theme-blueGreen #dynamicId .search-volunteer-card mat-checkbox .mat-checkbox-inner-container .mat-checkbox-label {
  color: rgba(0, 0, 0, 0.87);
}
.theme-blueGreen #dynamicId .search-volunteer-card mat-checkbox .mat-checkbox-inner-container .mat-checkbox-frame {
  border-color: #00a650;
}
.theme-blueGreen #dynamicId .finance_desc {
  max-height: 96px;
  overflow: auto;
}
.theme-blueGreen #dynamicId .finance_desc::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.theme-blueGreen #dynamicId .finance_desc::-webkit-scrollbar-track {
  background: #dedee6;
}
.theme-blueGreen #dynamicId .finance_desc::-webkit-scrollbar-thumb {
  background: #00a650;
}
.theme-blueGreen #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 {
  padding: 10px;
}
.theme-blueGreen #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card, .theme-blueGreen #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header, .theme-blueGreen #dynamicId .main-content .register_box .card .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header {
  height: 140px;
}
.theme-blueGreen #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 {
  padding: 10px;
}
.theme-blueGreen #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .card, .theme-blueGreen #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header, .theme-blueGreen #dynamicId .main-content .register_box .card .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header {
  height: auto;
}
.theme-blueGreen #dynamicId #wizard-progress {
  width: 100%;
  margin: 20px auto 0 auto;
}
.theme-blueGreen #dynamicId #wizard-progress .step-indicator {
  border-collapse: separate;
  display: table;
  margin-left: 0px;
  position: relative;
  table-layout: fixed;
  text-align: center;
  vertical-align: middle;
  padding-left: 0;
}
.theme-blueGreen #dynamicId #wizard-progress .step-indicator li {
  display: table-cell;
  position: relative;
  float: none;
  padding: 0;
  width: 1%;
}
.theme-blueGreen #dynamicId #wizard-progress .step-indicator li:after {
  background-color: #999999;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  width: 100%;
  top: 22.5px;
}
.theme-blueGreen #dynamicId #wizard-progress .step-indicator li:after {
  left: 50%;
}
.theme-blueGreen #dynamicId #wizard-progress .step-indicator li:last-child:after {
  display: none;
}
.theme-blueGreen #dynamicId #wizard-progress .step-indicator li.active .step {
  border-color: #00a650;
  color: #00a650;
}
.theme-blueGreen #dynamicId #wizard-progress .step-indicator li.active .step:before {
  content: "\f00c";
  position: absolute;
  font-family: FontAwesome;
  display: block;
  text-align: center;
  width: 45px;
  height: 45px;
  font-size: 16px;
}
.theme-blueGreen #dynamicId #wizard-progress .step-indicator li.active .caption {
  color: #00a650;
}
.theme-blueGreen #dynamicId #wizard-progress .step-indicator li.complete:after {
  background-color: #90a1bc;
}
.theme-blueGreen #dynamicId #wizard-progress .step-indicator li.complete .step {
  border-color: #90a1bc;
  color: #90a1bc;
}
.theme-blueGreen #dynamicId #wizard-progress .step-indicator li.complete .step:before {
  position: absolute;
  font-family: FontAwesome;
  content: "\f0f6";
  display: block;
  text-align: center;
  width: 45px;
  height: 45px;
  font-size: 16px;
}
.theme-blueGreen #dynamicId #wizard-progress .step-indicator li.complete .caption {
  color: #90a1bc;
}
.theme-blueGreen #dynamicId #wizard-progress .step-indicator li small, .theme-blueGreen #dynamicId #wizard-progress .step-indicator li .small {
  display: inline-block;
  line-height: 14px;
}
.theme-blueGreen #dynamicId #wizard-progress .step-indicator .step {
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #999999;
  color: #999999;
  font-size: 14px;
  height: 45px;
  line-height: 45px;
  margin: 0 auto;
  position: relative;
  width: 45px;
  z-index: 1;
}
.theme-blueGreen #dynamicId #wizard-progress .step-indicator .step:hover {
  cursor: auto;
}
.theme-blueGreen #dynamicId #wizard-progress .step-indicator .caption {
  color: #999999;
  padding: 11px 16px;
  padding-top: 5px;
}
.theme-blueGreen #dynamicId #wizard-progress .step-indicator .graphs g[visibility=hidden] + g[aria-labelledby^=id] {
  display: none;
}
.theme-blueGreen #dynamicId .graphs g[visibility=hidden] + g[aria-labelledby^=id] {
  display: none;
}
.theme-blueGreen #dynamicId .communication--main-wrapper .communication--inner-wrapper:last-of-type {
  flex: 0 0 100%;
  max-width: 100%;
}
.theme-blueGreen #dynamicId .chart-icons {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 9;
}
.theme-blueGreen #dynamicId .chart-icons span {
  padding: 4px;
  color: #999999;
  opacity: 0.4;
  cursor: pointer;
  transition: all 0.3s ease-out;
}
.theme-blueGreen #dynamicId .chart-icons span:hover {
  color: #999999;
  opacity: 1;
  transition: all 0.3s ease-in;
}
.theme-blueGreen #dynamicId .d-line-chart {
  height: 400px;
}
.theme-blueGreen #dynamicId .edit-profile-link {
  position: absolute;
  right: 10px;
  top: 5px;
  z-index: 1;
  text-decoration: underline;
}
.theme-blueGreen #dynamicId .edit-profile-link .fa {
  margin-right: 5px;
}
.theme-blueGreen #dynamicId .edit-fields-p {
  right: 17px;
  top: 12px;
  z-index: 9;
}
.theme-blueGreen #dynamicId .input-border-none {
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.theme-blueGreen #dynamicId .input-border-none .mat-form-field-underline {
  display: none;
}
.theme-blueGreen #dynamicId .order-list-page {
  /* TODO(mdc-migration): The following rule targets internal classes of tabs that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of tabs that may no longer apply for the MDC version.*/
}
.theme-blueGreen #dynamicId .order-list-page mat-tab-group {
  /* TODO(mdc-migration): The following rule targets internal classes of tabs that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of tabs that may no longer apply for the MDC version.*/
}
.theme-blueGreen #dynamicId .order-list-page mat-tab-group mat-tab-header {
  display: none;
}
.theme-blueGreen #dynamicId .order-list-page mat-tab-group .mat-tab-body-wrapper {
  max-height: none;
}
.theme-blueGreen #dynamicId .table-th-c {
  padding: 5px 10px !important;
}
.theme-blueGreen #dynamicId .mat-mdc-table-header-base-color {
  background: #0e3f60;
  color: #fff;
  width: 100%;
}
.theme-orange #dynamicId {
  /* remove border radius for the tab */
  /* change border radius for the tab , apply corners on top*/
  /* Global Styles */
  /* Main Styles */
  /* Right panel */
  /* Tabs */
  /* Button Reset */
  /* Icons */
  /* Forms */
  /*    Widget One
      ---------------------------*/
  /*    Widget Two
      ---------------------------*/
  /*    Widget Three
      ---------------------------*/
  /* Stat widget Eight
      --------------------------- */
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /*menu toggle animation*/
  /* TODO(mdc-migration): The following rule targets internal classes of slide-toggle that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of slide-toggle that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of slide-toggle that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of tooltip that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
  /*------/ Nav Pills  /------*/
  /*------/ Bg Image /------*/
  /*------/ List a /------*/
  /*------/ Icon Box /------*/
  /*------/ Space Padding /------*/
  /*------/ Title /------*/
  /*------/ Display Table & Table Cell /------*/
  /*------/ Ul Resect /------*/
  /*------/ Overlay /------*/
  /*------/ Owl carousel /------*/
  /*------/ Socials /------*/
  /* Back to top button */
  /* Prelaoder */
  /*======================================
      //--//-->   NAVBAR
      ======================================*/
  /*------/ Hamburger Navbar /------*/
  /*======================================
      //--//-->   INTRO
      ======================================*/
  /*------/ Intro Single /------*/
  /*======================================
      //--//-->   CARD GENERAL
      ======================================*/
  /*======================================
      //--//-->   PROPERTY - CARD-A
      ======================================*/
  /*------/ Property Grid /-----*/
  /*------/ Property Single /-----*/
  /*======================================
      //--//-->   NEWS - CARD-B
      ======================================*/
  /*------/ News Single /------*/
  /*------/ Comments /------*/
  /*======================================
      //--//-->   SERVICES - CARD-C
      ======================================*/
  /*======================================
      //--//-->   AGENTS - CARD-D
      ======================================*/
  /*------/ Agent Single /------*/
  /*======================================
      //--//-->   ABOUT
      ======================================*/
  /*======================================
      //--//-->   TESTIMONIALS
      ======================================*/
  /*======================================
      //--//-->   FOOTER
      ======================================*/
  /*======================================
      //--//-->   FORM INPUT
      ======================================*/
  /*======================================
      //--//-->   BUTTON
      ======================================*/
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of tabs that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of select that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of select that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of select that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of select that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of input that may no longer apply for the MDC version.*/
  /*  ----------------------  SPACING  ----------------------  */
  /* TODO(mdc-migration): The following rule targets internal classes of tabs that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of progress-bar that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of progress-bar that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of chips that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of chips that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of chips that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of select that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of select that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of select that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* Common style */
  /* Anchor will cover the whole item by default */
  /* For some effects it will show as a button */
  /*
       * Animation
       */
  /* TODO(mdc-migration): The following rule targets internal classes of tabs that may no longer apply for the MDC version.*/
}
.theme-orange #dynamicId p {
  line-height: 24px;
}
.theme-orange #dynamicId a {
  color: #fb8c00;
  text-decoration: none;
  cursor: pointer;
  font-size: 14px !important;
}
.theme-orange #dynamicId a:focus {
  box-shadow: none !important;
  outline: 0 !important;
}
.theme-orange #dynamicId button {
  cursor: pointer;
}
.theme-orange #dynamicId button:focus {
  box-shadow: none !important;
  outline: 0 !important;
}
.theme-orange #dynamicId h1, .theme-orange #dynamicId .h1,
.theme-orange #dynamicId h2,
.theme-orange #dynamicId .h2,
.theme-orange #dynamicId h3,
.theme-orange #dynamicId .h3,
.theme-orange #dynamicId h4,
.theme-orange #dynamicId .h4,
.theme-orange #dynamicId h5,
.theme-orange #dynamicId .h5,
.theme-orange #dynamicId h6,
.theme-orange #dynamicId .h6 {
  font-family: "Roboto Slab", serif !important;
}
.theme-orange #dynamicId h1, .theme-orange #dynamicId .h1 {
  padding-bottom: 2%;
  font-size: 3.052em;
}
.theme-orange #dynamicId h2, .theme-orange #dynamicId .h2 {
  font-size: 2.441em;
  color: #000;
}
.theme-orange #dynamicId h3, .theme-orange #dynamicId .h3 {
  font-size: 1.953em;
}
.theme-orange #dynamicId h4, .theme-orange #dynamicId .h4 {
  font-size: 1.563em;
}
.theme-orange #dynamicId h5, .theme-orange #dynamicId .h5 {
  font-size: 1.25em;
}
.theme-orange #dynamicId h6, .theme-orange #dynamicId .h6 {
  font-size: 16px;
  line-height: 22px;
}
.theme-orange #dynamicId label {
  font-weight: normal !important;
}
.theme-orange #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .card, .theme-orange #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header, .theme-orange #dynamicId .main-content .register_box .card .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header, .theme-orange #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card, .theme-orange #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header, .theme-orange #dynamicId .main-content .register_box .card .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header, .theme-orange #dynamicId .db-icons-wrapper .db-icons-inner, .theme-orange #dynamicId .manage-dashboard-wrapper .dashboard-tabs, .theme-orange #dynamicId .user-icons a, .theme-orange .theme-skyblue #dynamicId .user-icons a, .theme-skyblue .theme-orange #dynamicId .user-icons a, .theme-orange .theme-skyblue #dynamicId .manage-dashboard-wrapper .dashboard-tabs, .theme-skyblue .theme-orange #dynamicId .manage-dashboard-wrapper .dashboard-tabs, .theme-orange .theme-skyblue #dynamicId .db-icons-wrapper .db-icons-inner, .theme-skyblue .theme-orange #dynamicId .db-icons-wrapper .db-icons-inner, .theme-orange .theme-skyblue #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card, .theme-orange .theme-skyblue #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header, .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header, .theme-orange .theme-skyblue .theme-orange #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header .card-header, .theme-orange .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header, .theme-orange .theme-skyblue #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header .card-header, .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header .card-header .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header .card-header .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header .card-header .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-orange #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header .card-header .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header .card-header .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header .card-header .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header .card-header .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header .card-header .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header, .theme-orange .theme-skyblue #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header .card-header, .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header, .theme-skyblue .theme-orange #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card, .theme-skyblue .theme-orange #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header, .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header, .theme-skyblue .theme-orange #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header .card-header, .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header, .theme-skyblue .theme-orange .theme-skyblue #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header .card-header, .theme-skyblue .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header .card-header .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header, .theme-skyblue .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header .card-header .card-header, .theme-skyblue .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header .card-header .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header .card-header .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header .card-header .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header .card-header .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header .card-header .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header, .theme-skyblue .theme-orange #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header .card-header, .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header, .theme-orange .theme-skyblue #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header, .theme-orange .theme-skyblue #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header .card-header, .theme-orange .theme-skyblue .theme-orange #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header .card-header .card-header, .theme-orange .theme-skyblue #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header .card-header .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header .card-header .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header .card-header .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header .card-header .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header .card-header .card-header .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header .card-header .card-header .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header .card-header .card-header .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-orange #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header .card-header .card-header .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header .card-header .card-header .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header .card-header .card-header .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header .card-header .card-header .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header .card-header .card-header .card-header, .theme-orange .theme-skyblue #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header .card-header .card-header, .theme-skyblue .theme-orange #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header, .theme-skyblue .theme-orange #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header .card-header, .theme-skyblue .theme-orange #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header .card-header .card-header, .theme-skyblue .theme-orange .theme-skyblue #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header .card-header .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header .card-header .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header .card-header .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header .card-header .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header .card-header .card-header .card-header, .theme-skyblue .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header .card-header .card-header .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header .card-header .card-header .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header .card-header .card-header .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header .card-header .card-header .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header .card-header .card-header .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header .card-header .card-header .card-header, .theme-skyblue .theme-orange #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header .card-header .card-header, .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header, .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header, .theme-orange .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header, .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header, .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header, .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header, .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header, .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header, .theme-skyblue .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header, .theme-skyblue .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header, .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header, .theme-orange .theme-skyblue #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .card, .theme-orange .theme-skyblue #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header, .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header, .theme-orange .theme-skyblue .theme-orange #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header .card-header, .theme-orange .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header, .theme-orange .theme-skyblue #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header .card-header, .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header .card-header .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header .card-header .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header .card-header .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-orange #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header .card-header .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header .card-header .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header .card-header .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header .card-header .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header .card-header .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header, .theme-orange .theme-skyblue #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header .card-header, .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header, .theme-skyblue .theme-orange #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .card, .theme-skyblue .theme-orange #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header, .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header, .theme-skyblue .theme-orange #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header .card-header, .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header, .theme-skyblue .theme-orange .theme-skyblue #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header .card-header, .theme-skyblue .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header .card-header .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header, .theme-skyblue .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header .card-header .card-header, .theme-skyblue .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header .card-header .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header .card-header .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header .card-header .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header .card-header .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header .card-header .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header, .theme-skyblue .theme-orange #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header .card-header, .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header, .theme-orange .theme-skyblue #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header, .theme-orange .theme-skyblue #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header .card-header, .theme-orange .theme-skyblue .theme-orange #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header .card-header .card-header, .theme-orange .theme-skyblue #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header .card-header .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header .card-header .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header .card-header .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header .card-header .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header .card-header .card-header .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header .card-header .card-header .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header .card-header .card-header .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-orange #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header .card-header .card-header .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header .card-header .card-header .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header .card-header .card-header .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header .card-header .card-header .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header .card-header .card-header .card-header, .theme-orange .theme-skyblue #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header .card-header .card-header, .theme-skyblue .theme-orange #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header, .theme-skyblue .theme-orange #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header .card-header, .theme-skyblue .theme-orange #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header .card-header .card-header, .theme-skyblue .theme-orange .theme-skyblue #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header .card-header .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header .card-header .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header .card-header .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header .card-header .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header .card-header .card-header .card-header, .theme-skyblue .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header .card-header .card-header .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header .card-header .card-header .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header .card-header .card-header .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header .card-header .card-header .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header .card-header .card-header .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header .card-header .card-header .card-header, .theme-skyblue .theme-orange #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header .card-header .card-header, .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header, .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header, .theme-orange .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header, .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header, .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header, .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header, .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header, .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header, .theme-skyblue .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header, .theme-skyblue .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header, .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header, .theme-orange .theme-blueGreen #dynamicId .user-icons a, .theme-blueGreen .theme-orange #dynamicId .user-icons a, .theme-orange .theme-blueGreen #dynamicId .manage-dashboard-wrapper .dashboard-tabs, .theme-blueGreen .theme-orange #dynamicId .manage-dashboard-wrapper .dashboard-tabs, .theme-orange .theme-blueGreen #dynamicId .db-icons-wrapper .db-icons-inner, .theme-blueGreen .theme-orange #dynamicId .db-icons-wrapper .db-icons-inner, .theme-orange .theme-blueGreen #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card, .theme-orange .theme-blueGreen #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header, .theme-orange .theme-blueGreen .theme-orange #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header .card-header, .theme-orange .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header, .theme-orange .theme-blueGreen #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header .card-header, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header .card-header .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-orange #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header .card-header .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header .card-header .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header .card-header .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header .card-header .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header, .theme-orange .theme-blueGreen .theme-orange #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header .card-header .card-header, .theme-orange .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header, .theme-orange .theme-blueGreen #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header .card-header .card-header, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header, .theme-orange .theme-blueGreen #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header .card-header, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header, .theme-blueGreen .theme-orange #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card, .theme-blueGreen .theme-orange #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header, .theme-blueGreen .theme-orange #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header .card-header, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header, .theme-blueGreen .theme-orange .theme-blueGreen #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header .card-header, .theme-blueGreen .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header .card-header .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header .card-header .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header .card-header .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header, .theme-blueGreen .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header .card-header .card-header, .theme-blueGreen .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header, .theme-blueGreen .theme-orange #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header .card-header .card-header, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header, .theme-blueGreen .theme-orange .theme-blueGreen #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header .card-header .card-header, .theme-blueGreen .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header, .theme-blueGreen .theme-orange #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header .card-header, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header, .theme-orange .theme-blueGreen #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header, .theme-orange .theme-blueGreen #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header .card-header .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header .card-header .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header .card-header .card-header, .theme-orange .theme-blueGreen .theme-orange #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header .card-header .card-header, .theme-orange .theme-blueGreen #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header .card-header .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header .card-header .card-header .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-orange #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header .card-header .card-header .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header .card-header .card-header .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header .card-header .card-header .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header .card-header .card-header .card-header, .theme-orange .theme-blueGreen .theme-orange #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header .card-header .card-header .card-header, .theme-orange .theme-blueGreen #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header .card-header .card-header .card-header, .theme-orange .theme-blueGreen #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header .card-header .card-header, .theme-blueGreen .theme-orange #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header, .theme-blueGreen .theme-orange #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header .card-header .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header .card-header .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header .card-header .card-header, .theme-blueGreen .theme-orange #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header .card-header .card-header, .theme-blueGreen .theme-orange .theme-blueGreen #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header .card-header .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header .card-header .card-header .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header .card-header .card-header .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header .card-header .card-header .card-header, .theme-blueGreen .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header .card-header .card-header .card-header, .theme-blueGreen .theme-orange #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header .card-header .card-header .card-header, .theme-blueGreen .theme-orange .theme-blueGreen #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header .card-header .card-header .card-header, .theme-blueGreen .theme-orange #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header .card-header .card-header, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header, .theme-orange .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header, .theme-orange .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header, .theme-blueGreen .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header, .theme-blueGreen .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header, .theme-blueGreen .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header, .theme-orange .theme-blueGreen #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .card, .theme-orange .theme-blueGreen #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header, .theme-orange .theme-blueGreen .theme-orange #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header .card-header, .theme-orange .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header, .theme-orange .theme-blueGreen #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header .card-header, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header .card-header .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-orange #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header .card-header .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header .card-header .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header .card-header .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header .card-header .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header, .theme-orange .theme-blueGreen .theme-orange #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header .card-header .card-header, .theme-orange .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header, .theme-orange .theme-blueGreen #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header .card-header .card-header, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header, .theme-orange .theme-blueGreen #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header .card-header, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header, .theme-blueGreen .theme-orange #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .card, .theme-blueGreen .theme-orange #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header, .theme-blueGreen .theme-orange #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header .card-header, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header, .theme-blueGreen .theme-orange .theme-blueGreen #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header .card-header, .theme-blueGreen .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header .card-header .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header .card-header .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header .card-header .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header, .theme-blueGreen .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header .card-header .card-header, .theme-blueGreen .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header, .theme-blueGreen .theme-orange #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header .card-header .card-header, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header, .theme-blueGreen .theme-orange .theme-blueGreen #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header .card-header .card-header, .theme-blueGreen .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header, .theme-blueGreen .theme-orange #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header .card-header, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header, .theme-orange .theme-blueGreen #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header, .theme-orange .theme-blueGreen #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header .card-header .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header .card-header .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header .card-header .card-header, .theme-orange .theme-blueGreen .theme-orange #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header .card-header .card-header, .theme-orange .theme-blueGreen #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header .card-header .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header .card-header .card-header .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-orange #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header .card-header .card-header .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header .card-header .card-header .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header .card-header .card-header .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header .card-header .card-header .card-header, .theme-orange .theme-blueGreen .theme-orange #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header .card-header .card-header .card-header, .theme-orange .theme-blueGreen #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header .card-header .card-header .card-header, .theme-orange .theme-blueGreen #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header .card-header .card-header, .theme-blueGreen .theme-orange #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header, .theme-blueGreen .theme-orange #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header .card-header .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header .card-header .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header .card-header .card-header, .theme-blueGreen .theme-orange #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header .card-header .card-header, .theme-blueGreen .theme-orange .theme-blueGreen #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header .card-header .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header .card-header .card-header .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header .card-header .card-header .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header .card-header .card-header .card-header, .theme-blueGreen .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header .card-header .card-header .card-header, .theme-blueGreen .theme-orange #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header .card-header .card-header .card-header, .theme-blueGreen .theme-orange .theme-blueGreen #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header .card-header .card-header .card-header, .theme-blueGreen .theme-orange #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header .card-header .card-header, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header, .theme-orange .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header, .theme-orange .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header, .theme-blueGreen .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header, .theme-blueGreen .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header, .theme-blueGreen .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header {
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.16);
  transition: all 0.3s ease-out;
  border: 0;
}
.theme-orange #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .card:hover, .theme-orange #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header:hover, .theme-orange #dynamicId .main-content .register_box .card .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header:hover, .theme-orange #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card:hover, .theme-orange #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header:hover, .theme-orange #dynamicId .main-content .register_box .card .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header:hover, .theme-orange #dynamicId .db-icons-wrapper .db-icons-inner:hover, .theme-orange #dynamicId .manage-dashboard-wrapper .dashboard-tabs:hover, .theme-orange #dynamicId .user-icons a:hover, .theme-orange .theme-skyblue #dynamicId .user-icons a:hover, .theme-skyblue .theme-orange #dynamicId .user-icons a:hover, .theme-orange .theme-skyblue #dynamicId .manage-dashboard-wrapper .dashboard-tabs:hover, .theme-skyblue .theme-orange #dynamicId .manage-dashboard-wrapper .dashboard-tabs:hover, .theme-orange .theme-skyblue #dynamicId .db-icons-wrapper .db-icons-inner:hover, .theme-skyblue .theme-orange #dynamicId .db-icons-wrapper .db-icons-inner:hover, .theme-orange .theme-skyblue #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card:hover, .theme-orange .theme-skyblue #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header:hover, .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header:hover, .theme-skyblue .theme-orange #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card:hover, .theme-skyblue .theme-orange #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header:hover, .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header:hover, .theme-orange .theme-skyblue #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header:hover, .theme-orange .theme-skyblue #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header .card-header:hover, .theme-orange .theme-skyblue .theme-orange #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header .card-header .card-header:hover, .theme-orange .theme-skyblue #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header .card-header .card-header:hover, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header .card-header .card-header:hover, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header .card-header .card-header:hover, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header .card-header .card-header:hover, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header .card-header .card-header .card-header:hover, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header .card-header .card-header .card-header:hover, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header .card-header .card-header .card-header:hover, .theme-blueGreen .theme-orange .theme-skyblue .theme-orange #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header .card-header .card-header .card-header:hover, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header .card-header .card-header .card-header:hover, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header .card-header .card-header .card-header:hover, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header .card-header .card-header .card-header:hover, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header .card-header .card-header .card-header:hover, .theme-orange .theme-skyblue #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header .card-header .card-header:hover, .theme-skyblue .theme-orange #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header:hover, .theme-skyblue .theme-orange #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header .card-header:hover, .theme-skyblue .theme-orange #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header .card-header .card-header:hover, .theme-skyblue .theme-orange .theme-skyblue #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header .card-header .card-header:hover, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header .card-header .card-header:hover, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header .card-header .card-header:hover, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header .card-header .card-header:hover, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header .card-header .card-header .card-header:hover, .theme-skyblue .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header .card-header .card-header .card-header:hover, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header .card-header .card-header .card-header:hover, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header .card-header .card-header .card-header:hover, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header .card-header .card-header .card-header:hover, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header .card-header .card-header .card-header:hover, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header .card-header .card-header .card-header:hover, .theme-skyblue .theme-orange #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header .card-header .card-header:hover, .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header:hover, .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header:hover, .theme-orange .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header:hover, .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header:hover, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header:hover, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header:hover, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header:hover, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header:hover, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header:hover, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header:hover, .theme-blueGreen .theme-orange .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header:hover, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header:hover, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header:hover, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header:hover, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header:hover, .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header:hover, .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header:hover, .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header:hover, .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header:hover, .theme-skyblue .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header:hover, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header:hover, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header:hover, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header:hover, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header:hover, .theme-skyblue .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header:hover, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header:hover, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header:hover, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header:hover, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header:hover, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header:hover, .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header:hover, .theme-orange .theme-skyblue #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .card:hover, .theme-orange .theme-skyblue #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header:hover, .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header:hover, .theme-skyblue .theme-orange #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .card:hover, .theme-skyblue .theme-orange #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header:hover, .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header:hover, .theme-orange .theme-skyblue #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header:hover, .theme-orange .theme-skyblue #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header .card-header:hover, .theme-orange .theme-skyblue .theme-orange #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header .card-header .card-header:hover, .theme-orange .theme-skyblue #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header .card-header .card-header:hover, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header .card-header .card-header:hover, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header .card-header .card-header:hover, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header .card-header .card-header:hover, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header .card-header .card-header .card-header:hover, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header .card-header .card-header .card-header:hover, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header .card-header .card-header .card-header:hover, .theme-blueGreen .theme-orange .theme-skyblue .theme-orange #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header .card-header .card-header .card-header:hover, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header .card-header .card-header .card-header:hover, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header .card-header .card-header .card-header:hover, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header .card-header .card-header .card-header:hover, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header .card-header .card-header .card-header:hover, .theme-orange .theme-skyblue #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header .card-header .card-header:hover, .theme-skyblue .theme-orange #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header:hover, .theme-skyblue .theme-orange #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header .card-header:hover, .theme-skyblue .theme-orange #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header .card-header .card-header:hover, .theme-skyblue .theme-orange .theme-skyblue #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header .card-header .card-header:hover, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header .card-header .card-header:hover, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header .card-header .card-header:hover, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header .card-header .card-header:hover, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header .card-header .card-header .card-header:hover, .theme-skyblue .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header .card-header .card-header .card-header:hover, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header .card-header .card-header .card-header:hover, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header .card-header .card-header .card-header:hover, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header .card-header .card-header .card-header:hover, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header .card-header .card-header .card-header:hover, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header .card-header .card-header .card-header:hover, .theme-skyblue .theme-orange #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header .card-header .card-header:hover, .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header:hover, .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header:hover, .theme-orange .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header:hover, .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header:hover, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header:hover, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header:hover, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header:hover, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header:hover, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header:hover, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header:hover, .theme-blueGreen .theme-orange .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header:hover, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header:hover, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header:hover, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header:hover, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header:hover, .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header:hover, .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header:hover, .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header:hover, .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header:hover, .theme-skyblue .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header:hover, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header:hover, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header:hover, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header:hover, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header:hover, .theme-skyblue .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header:hover, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header:hover, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header:hover, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header:hover, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header:hover, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header:hover, .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header:hover, .theme-orange .theme-blueGreen #dynamicId .user-icons a:hover, .theme-blueGreen .theme-orange #dynamicId .user-icons a:hover, .theme-orange .theme-blueGreen #dynamicId .manage-dashboard-wrapper .dashboard-tabs:hover, .theme-blueGreen .theme-orange #dynamicId .manage-dashboard-wrapper .dashboard-tabs:hover, .theme-orange .theme-blueGreen #dynamicId .db-icons-wrapper .db-icons-inner:hover, .theme-blueGreen .theme-orange #dynamicId .db-icons-wrapper .db-icons-inner:hover, .theme-orange .theme-blueGreen #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card:hover, .theme-orange .theme-blueGreen #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header:hover, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header:hover, .theme-blueGreen .theme-orange #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card:hover, .theme-blueGreen .theme-orange #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header:hover, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header:hover, .theme-orange .theme-blueGreen #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header:hover, .theme-orange .theme-blueGreen #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header .card-header:hover, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header .card-header .card-header:hover, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header .card-header .card-header:hover, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header .card-header .card-header:hover, .theme-orange .theme-blueGreen .theme-orange #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header .card-header .card-header:hover, .theme-orange .theme-blueGreen #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header .card-header .card-header:hover, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header .card-header .card-header .card-header:hover, .theme-skyblue .theme-orange .theme-blueGreen .theme-orange #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header .card-header .card-header .card-header:hover, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header .card-header .card-header .card-header:hover, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header .card-header .card-header .card-header:hover, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header .card-header .card-header .card-header:hover, .theme-orange .theme-blueGreen .theme-orange #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header .card-header .card-header .card-header:hover, .theme-orange .theme-blueGreen #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header .card-header .card-header .card-header:hover, .theme-orange .theme-blueGreen #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header .card-header .card-header:hover, .theme-blueGreen .theme-orange #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header:hover, .theme-blueGreen .theme-orange #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header .card-header:hover, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header .card-header .card-header:hover, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header .card-header .card-header:hover, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header .card-header .card-header:hover, .theme-blueGreen .theme-orange #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header .card-header .card-header:hover, .theme-blueGreen .theme-orange .theme-blueGreen #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header .card-header .card-header:hover, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header .card-header .card-header .card-header:hover, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header .card-header .card-header .card-header:hover, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header .card-header .card-header .card-header:hover, .theme-blueGreen .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header .card-header .card-header .card-header:hover, .theme-blueGreen .theme-orange #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header .card-header .card-header .card-header:hover, .theme-blueGreen .theme-orange .theme-blueGreen #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header .card-header .card-header .card-header:hover, .theme-blueGreen .theme-orange #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header .card-header .card-header:hover, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header:hover, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header:hover, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header:hover, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header:hover, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header:hover, .theme-orange .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header:hover, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header:hover, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header:hover, .theme-skyblue .theme-orange .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header:hover, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header:hover, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header:hover, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header:hover, .theme-orange .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header:hover, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header:hover, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header:hover, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header:hover, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header:hover, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header:hover, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header:hover, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header:hover, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header:hover, .theme-blueGreen .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header:hover, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header:hover, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header:hover, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header:hover, .theme-blueGreen .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header:hover, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header:hover, .theme-blueGreen .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header:hover, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header:hover, .theme-orange .theme-blueGreen #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .card:hover, .theme-orange .theme-blueGreen #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header:hover, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header:hover, .theme-blueGreen .theme-orange #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .card:hover, .theme-blueGreen .theme-orange #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header:hover, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header:hover, .theme-orange .theme-blueGreen #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header:hover, .theme-orange .theme-blueGreen #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header .card-header:hover, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header .card-header .card-header:hover, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header .card-header .card-header:hover, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header .card-header .card-header:hover, .theme-orange .theme-blueGreen .theme-orange #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header .card-header .card-header:hover, .theme-orange .theme-blueGreen #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header .card-header .card-header:hover, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header .card-header .card-header .card-header:hover, .theme-skyblue .theme-orange .theme-blueGreen .theme-orange #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header .card-header .card-header .card-header:hover, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header .card-header .card-header .card-header:hover, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header .card-header .card-header .card-header:hover, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header .card-header .card-header .card-header:hover, .theme-orange .theme-blueGreen .theme-orange #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header .card-header .card-header .card-header:hover, .theme-orange .theme-blueGreen #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header .card-header .card-header .card-header:hover, .theme-orange .theme-blueGreen #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header .card-header .card-header:hover, .theme-blueGreen .theme-orange #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header:hover, .theme-blueGreen .theme-orange #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header .card-header:hover, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header .card-header .card-header:hover, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header .card-header .card-header:hover, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header .card-header .card-header:hover, .theme-blueGreen .theme-orange #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header .card-header .card-header:hover, .theme-blueGreen .theme-orange .theme-blueGreen #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header .card-header .card-header:hover, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header .card-header .card-header .card-header:hover, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header .card-header .card-header .card-header:hover, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header .card-header .card-header .card-header:hover, .theme-blueGreen .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header .card-header .card-header .card-header:hover, .theme-blueGreen .theme-orange #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header .card-header .card-header .card-header:hover, .theme-blueGreen .theme-orange .theme-blueGreen #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header .card-header .card-header .card-header:hover, .theme-blueGreen .theme-orange #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header .card-header .card-header:hover, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header:hover, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header:hover, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header:hover, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header:hover, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header:hover, .theme-orange .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header:hover, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header:hover, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header:hover, .theme-skyblue .theme-orange .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header:hover, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header:hover, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header:hover, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header:hover, .theme-orange .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header:hover, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header:hover, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header:hover, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header:hover, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header:hover, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header:hover, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header:hover, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header:hover, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header:hover, .theme-blueGreen .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header:hover, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header:hover, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header:hover, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header:hover, .theme-blueGreen .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header:hover, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header:hover, .theme-blueGreen .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header:hover, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header:hover {
  box-shadow: 0px 0px 18px 8px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 18px 8px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 18px 8px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in;
}
.theme-orange #dynamicId .shadow-effect, .theme-orange #dynamicId app-membership .become_volunteer-w .card, .theme-orange #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header, .theme-orange #dynamicId .main-content .register_box .card app-membership .become_volunteer-w .card-header, .theme-orange .theme-skyblue #dynamicId app-membership .become_volunteer-w .card, .theme-orange .theme-skyblue #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header, .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card app-membership .become_volunteer-w .card-header, .theme-orange .theme-skyblue .theme-orange #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header .card-header, .theme-orange .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header app-membership .become_volunteer-w .card-header, .theme-orange .theme-skyblue #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header .card-header, .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header app-membership .become_volunteer-w .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header app-membership .become_volunteer-w .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header app-membership .become_volunteer-w .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header app-membership .become_volunteer-w .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header .card-header .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header app-membership .become_volunteer-w .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header .card-header .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header app-membership .become_volunteer-w .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header .card-header .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-orange #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header .card-header .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header app-membership .become_volunteer-w .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header app-membership .become_volunteer-w .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header .card-header .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header app-membership .become_volunteer-w .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header .card-header .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header app-membership .become_volunteer-w .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header .card-header .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header .card-header .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header app-membership .become_volunteer-w .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header app-membership .become_volunteer-w .card-header, .theme-orange .theme-skyblue #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header .card-header, .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header app-membership .become_volunteer-w .card-header, .theme-skyblue .theme-orange #dynamicId app-membership .become_volunteer-w .card, .theme-skyblue .theme-orange #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header, .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card app-membership .become_volunteer-w .card-header, .theme-skyblue .theme-orange #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header .card-header, .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header app-membership .become_volunteer-w .card-header, .theme-skyblue .theme-orange .theme-skyblue #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header .card-header, .theme-skyblue .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header app-membership .become_volunteer-w .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header app-membership .become_volunteer-w .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header app-membership .become_volunteer-w .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header app-membership .become_volunteer-w .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header .card-header .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header app-membership .become_volunteer-w .card-header, .theme-skyblue .theme-orange .theme-skyblue .theme-blueGreen #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header .card-header .card-header, .theme-skyblue .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header app-membership .become_volunteer-w .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header .card-header .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header app-membership .become_volunteer-w .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header .card-header .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header app-membership .become_volunteer-w .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header .card-header .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header .card-header .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header app-membership .become_volunteer-w .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header app-membership .become_volunteer-w .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header .card-header .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header app-membership .become_volunteer-w .card-header, .theme-skyblue .theme-orange #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header .card-header, .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header app-membership .become_volunteer-w .card-header, .theme-orange .theme-skyblue #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header, .theme-orange .theme-skyblue #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header .card-header, .theme-orange .theme-skyblue .theme-orange #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header .card-header .card-header, .theme-orange .theme-skyblue #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header .card-header .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header .card-header .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header .card-header .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header .card-header .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header .card-header .card-header .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header .card-header .card-header .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header .card-header .card-header .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-orange #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header .card-header .card-header .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header .card-header .card-header .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header .card-header .card-header .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header .card-header .card-header .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header .card-header .card-header .card-header, .theme-orange .theme-skyblue #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header .card-header .card-header, .theme-skyblue .theme-orange #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header, .theme-skyblue .theme-orange #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header .card-header, .theme-skyblue .theme-orange #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header .card-header .card-header, .theme-skyblue .theme-orange .theme-skyblue #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header .card-header .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header .card-header .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header .card-header .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header .card-header .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header .card-header .card-header .card-header, .theme-skyblue .theme-orange .theme-skyblue .theme-blueGreen #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header .card-header .card-header .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header .card-header .card-header .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header .card-header .card-header .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header .card-header .card-header .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header .card-header .card-header .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header .card-header .card-header .card-header, .theme-skyblue .theme-orange #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header .card-header .card-header, .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card app-membership .become_volunteer-w .card-header, .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header app-membership .become_volunteer-w .card-header, .theme-orange .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header app-membership .become_volunteer-w .card-header, .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header app-membership .become_volunteer-w .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header app-membership .become_volunteer-w .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header app-membership .become_volunteer-w .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header app-membership .become_volunteer-w .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header app-membership .become_volunteer-w .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header app-membership .become_volunteer-w .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header app-membership .become_volunteer-w .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header app-membership .become_volunteer-w .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header app-membership .become_volunteer-w .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header app-membership .become_volunteer-w .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header app-membership .become_volunteer-w .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header app-membership .become_volunteer-w .card-header, .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header app-membership .become_volunteer-w .card-header, .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card app-membership .become_volunteer-w .card-header, .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header app-membership .become_volunteer-w .card-header, .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header app-membership .become_volunteer-w .card-header, .theme-skyblue .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header app-membership .become_volunteer-w .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header app-membership .become_volunteer-w .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header app-membership .become_volunteer-w .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header app-membership .become_volunteer-w .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header app-membership .become_volunteer-w .card-header, .theme-skyblue .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header app-membership .become_volunteer-w .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header app-membership .become_volunteer-w .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header app-membership .become_volunteer-w .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header app-membership .become_volunteer-w .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header app-membership .become_volunteer-w .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header app-membership .become_volunteer-w .card-header, .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header app-membership .become_volunteer-w .card-header, .theme-orange .theme-skyblue #dynamicId .shadow-effect, .theme-skyblue .theme-orange #dynamicId .shadow-effect, .theme-orange .theme-blueGreen #dynamicId app-membership .become_volunteer-w .card, .theme-orange .theme-blueGreen #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card app-membership .become_volunteer-w .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header app-membership .become_volunteer-w .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header app-membership .become_volunteer-w .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header app-membership .become_volunteer-w .card-header, .theme-orange .theme-blueGreen .theme-orange #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header .card-header, .theme-orange .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header app-membership .become_volunteer-w .card-header, .theme-orange .theme-blueGreen #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header .card-header, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header app-membership .become_volunteer-w .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header .card-header .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-orange #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header .card-header .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header app-membership .become_volunteer-w .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header app-membership .become_volunteer-w .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header .card-header .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header app-membership .become_volunteer-w .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header .card-header .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header app-membership .become_volunteer-w .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header .card-header .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header app-membership .become_volunteer-w .card-header, .theme-orange .theme-blueGreen .theme-orange #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header .card-header .card-header, .theme-orange .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header app-membership .become_volunteer-w .card-header, .theme-orange .theme-blueGreen #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header .card-header .card-header, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header app-membership .become_volunteer-w .card-header, .theme-orange .theme-blueGreen #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header .card-header, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header app-membership .become_volunteer-w .card-header, .theme-blueGreen .theme-orange #dynamicId app-membership .become_volunteer-w .card, .theme-blueGreen .theme-orange #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card app-membership .become_volunteer-w .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header app-membership .become_volunteer-w .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header app-membership .become_volunteer-w .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header app-membership .become_volunteer-w .card-header, .theme-blueGreen .theme-orange #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header .card-header, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header app-membership .become_volunteer-w .card-header, .theme-blueGreen .theme-orange .theme-blueGreen #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header .card-header, .theme-blueGreen .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header app-membership .become_volunteer-w .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header .card-header .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header app-membership .become_volunteer-w .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header .card-header .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header app-membership .become_volunteer-w .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header .card-header .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header app-membership .become_volunteer-w .card-header, .theme-blueGreen .theme-orange .theme-blueGreen .theme-skyblue #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header .card-header .card-header, .theme-blueGreen .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header app-membership .become_volunteer-w .card-header, .theme-blueGreen .theme-orange #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header .card-header .card-header, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header app-membership .become_volunteer-w .card-header, .theme-blueGreen .theme-orange .theme-blueGreen #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header .card-header .card-header, .theme-blueGreen .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header app-membership .become_volunteer-w .card-header, .theme-blueGreen .theme-orange #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header .card-header, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header app-membership .become_volunteer-w .card-header, .theme-orange .theme-blueGreen #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header, .theme-orange .theme-blueGreen #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header .card-header .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header .card-header .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header .card-header .card-header, .theme-orange .theme-blueGreen .theme-orange #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header .card-header .card-header, .theme-orange .theme-blueGreen #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header .card-header .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header .card-header .card-header .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-orange #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header .card-header .card-header .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header .card-header .card-header .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header .card-header .card-header .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header .card-header .card-header .card-header, .theme-orange .theme-blueGreen .theme-orange #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header .card-header .card-header .card-header, .theme-orange .theme-blueGreen #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header .card-header .card-header .card-header, .theme-orange .theme-blueGreen #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header .card-header .card-header, .theme-blueGreen .theme-orange #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header, .theme-blueGreen .theme-orange #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header .card-header .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header .card-header .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header .card-header .card-header, .theme-blueGreen .theme-orange #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header .card-header .card-header, .theme-blueGreen .theme-orange .theme-blueGreen #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header .card-header .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header .card-header .card-header .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header .card-header .card-header .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header .card-header .card-header .card-header, .theme-blueGreen .theme-orange .theme-blueGreen .theme-skyblue #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header .card-header .card-header .card-header, .theme-blueGreen .theme-orange #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header .card-header .card-header .card-header, .theme-blueGreen .theme-orange .theme-blueGreen #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header .card-header .card-header .card-header, .theme-blueGreen .theme-orange #dynamicId app-membership .become_volunteer-w .main-content .register_box .card .card-header .card-header .card-header, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card app-membership .become_volunteer-w .card-header, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header app-membership .become_volunteer-w .card-header, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header app-membership .become_volunteer-w .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header app-membership .become_volunteer-w .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header app-membership .become_volunteer-w .card-header, .theme-orange .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header app-membership .become_volunteer-w .card-header, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header app-membership .become_volunteer-w .card-header, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header app-membership .become_volunteer-w .card-header, .theme-skyblue .theme-orange .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header app-membership .become_volunteer-w .card-header, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header app-membership .become_volunteer-w .card-header, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header app-membership .become_volunteer-w .card-header, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header app-membership .become_volunteer-w .card-header, .theme-orange .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header app-membership .become_volunteer-w .card-header, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header app-membership .become_volunteer-w .card-header, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header app-membership .become_volunteer-w .card-header, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card app-membership .become_volunteer-w .card-header, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header app-membership .become_volunteer-w .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header app-membership .become_volunteer-w .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header app-membership .become_volunteer-w .card-header, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header app-membership .become_volunteer-w .card-header, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header app-membership .become_volunteer-w .card-header, .theme-blueGreen .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header app-membership .become_volunteer-w .card-header, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header app-membership .become_volunteer-w .card-header, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header app-membership .become_volunteer-w .card-header, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header app-membership .become_volunteer-w .card-header, .theme-blueGreen .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header app-membership .become_volunteer-w .card-header, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header app-membership .become_volunteer-w .card-header, .theme-blueGreen .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header app-membership .become_volunteer-w .card-header, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header app-membership .become_volunteer-w .card-header, .theme-orange .theme-blueGreen #dynamicId .shadow-effect, .theme-blueGreen .theme-orange #dynamicId .shadow-effect {
  box-shadow: 0px 0px 18px 8px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 18px 8px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 18px 8px rgba(0, 0, 0, 0.1);
}
.theme-orange #dynamicId .badge-dark {
  background: #ff9800;
  line-height: 25px;
  padding: 0 10px;
  border-radius: 100%;
}
.theme-orange #dynamicId .header-side-left {
  border-right: 1px solid gray;
  border-bottom: 2px solid gray;
  height: 50px;
  width: 284px;
  margin-left: 15px;
  margin-bottom: -1px;
  background-color: #b1b1b1 !important;
}
.theme-orange #dynamicId .icon {
  margin-top: 12px;
  font-size: 12px;
}
.theme-orange #dynamicId .textWrap {
  float: left;
  padding: 1%;
  width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.theme-orange #dynamicId .textWrapColumn {
  width: 100px !important;
}
.theme-orange #dynamicId .textWrap:hover {
  text-overflow: clip;
  white-space: normal;
  word-break: break-all;
}
.theme-orange #dynamicId .messageWrap {
  float: left;
  padding: 1%;
  width: 300px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.theme-orange #dynamicId .eventWrap {
  float: left;
  padding: 1%;
  width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.theme-orange #dynamicId .row-color {
  background-color: #EEEEEE;
}
.theme-orange #dynamicId .sidebar {
  background-color: #bfbfbf;
}
.theme-orange #dynamicId .sidebar .list-group a.list-group-item {
  background: #bfbfbf;
  color: #616364;
  text-decoration: none;
}
.theme-orange #dynamicId .sidebar .list-group a.list-group-item .fa {
  margin-right: 10px;
}
.theme-orange #dynamicId .sidebar-side-left {
  border-right: 1px solid #bfbfbf !important;
  height: 499px;
  width: 100%;
  background-color: #bfbfbf;
}
.theme-orange #dynamicId .padding0 {
  padding-right: 0px !important;
  padding-left: 0px !important;
}
.theme-orange #dynamicId .div {
  border-bottom: 2px solid white;
  background-color: #bfbfbf;
}
.theme-orange #dynamicId .div .btnFileUpload {
  margin-left: 25px !important;
}
.theme-orange #dynamicId .panel {
  margin-bottom: 0px !important;
  border: 0px !important;
}
.theme-orange #dynamicId .div:hover {
  background-color: #bfbfbf !important;
}
.theme-orange #dynamicId .div a:hover {
  background-color: #bfbfbf !important;
}
.theme-orange #dynamicId .div a {
  background-color: #bfbfbf;
  border-color: #bfbfbf;
  font-size: 12px;
}
.theme-orange #dynamicId .border-left {
  border-left: 1px solid gainsboro;
}
.theme-orange #dynamicId .sidemenu {
  height: 500px;
  overflow-y: auto;
  overflow-x: hidden;
}
.theme-orange #dynamicId .padding0 {
  padding-right: 0px !important;
  padding-left: 0px !important;
}
.theme-orange #dynamicId .side {
  margin-left: 0px;
  margin-right: 0px;
  border: 1px solid;
}
.theme-orange #dynamicId .preheader {
  height: 30px !important;
  margin-left: 15px !important;
  background-color: #b1b1b1;
  width: 1140px;
}
.theme-orange #dynamicId .layoutcontainer {
  margin-top: 40px;
}
.theme-orange #dynamicId #div1 {
  width: 232px;
  margin-left: 15px;
}
.theme-orange #dynamicId #mydiv {
  background-color: #EEEEEE !important;
  border: 1px solid gray;
  padding: 6%;
  max-height: 400px !important;
  overflow-y: scroll;
}
.theme-orange #dynamicId #authenticationdiv {
  width: 41em;
  background-color: #EEEEEE !important;
  border: 1px solid gray;
  padding: 6%;
}
.theme-orange #dynamicId .tableRow {
  margin-left: 19px;
}
.theme-orange #dynamicId .alertDiv {
  margin-left: 18px;
}
.theme-orange #dynamicId .sizeAlertDiv {
  width: 239px;
  margin-top: 44px;
  margin-left: 11px;
}
.theme-orange #dynamicId .margin-top {
  margin-top: 150px;
}
.theme-orange #dynamicId #register {
  font-size: 21px;
  margin-top: -15px;
}
.theme-orange #dynamicId .fa {
  padding-top: 4px;
}
.theme-orange #dynamicId .authcheckbox {
  padding-right: 13% !important;
}
.theme-orange #dynamicId input[type=checkbox] {
  width: 15px;
  height: 14px;
  cursor: pointer;
  margin-top: 0px;
}
.theme-orange #dynamicId .successAlert {
  margin-top: 20px;
}
.theme-orange #dynamicId .sideMenu {
  height: 500px;
  margin: 0px !important;
}
.theme-orange #dynamicId .btnClass {
  background-color: #EEEEEE;
}
.theme-orange #dynamicId .btn {
  font-size: 12px;
  border: 1px solid gray;
  color: #616364 !important;
  border-radius: 2%;
}
.theme-orange #dynamicId .btnwidth {
  width: 130px;
  height: 34px;
  margin-left: -24px;
}
.theme-orange #dynamicId .drop-zone {
  border: 1px solid white !important;
  margin-top: -72px !important;
}
.theme-orange #dynamicId .content {
  color: #616364 !important;
  margin-top: -22px !important;
  margin-left: 51px !important;
}
.theme-orange #dynamicId .linkClr {
  color: #337ab7;
  text-decoration: underline;
}
.theme-orange #dynamicId .error {
  margin-top: 30px;
}
.theme-orange #dynamicId .dragDropProgress {
  height: 5px !important;
  width: 50% !important;
  margin-left: 14px !important;
  margin-top: 9px;
  background-color: gray;
}
.theme-orange #dynamicId .dragDrop {
  color: #A5A4BF;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  height: 72px;
  margin: auto;
}
.theme-orange #dynamicId .uploadNameStyle {
  margin-left: 224px;
}
.theme-orange #dynamicId .uploadNameTable {
  border-top: 1px solid white !important;
}
.theme-orange #dynamicId .uploadProgress {
  height: 5px !important;
  width: 64% !important;
  margin-left: 223px !important;
  margin-top: 9px;
  background-color: #616364;
}
.theme-orange #dynamicId .startBtn {
  margin-left: 11px;
}
.theme-orange #dynamicId #block_container {
  margin-left: 16%;
}
.theme-orange #dynamicId #bloc1,
.theme-orange #dynamicId #bloc2 {
  display: inline;
}
.theme-orange #dynamicId .modalbtn {
  width: 25%;
  height: 34px;
}
.theme-orange #dynamicId .confirmLabel {
  margin-left: 40%;
  margin-top: 1%;
}
.theme-orange #dynamicId .mailid {
  padding: 3%;
  padding-left: 3%;
}
.theme-orange #dynamicId button.modalClose {
  margin-top: 6px !important;
  border: solid;
  margin-right: 22px;
}
.theme-orange #dynamicId .csvIcon {
  font-size: 5em;
  margin-top: 24px;
  margin-left: 14px;
  color: #bfbfbf;
}
.theme-orange #dynamicId .fileIcon {
  color: #bfbfbf;
}
.theme-orange #dynamicId label {
  padding-top: 6px;
}
.theme-orange #dynamicId input[type=text],
.theme-orange #dynamicId input[type=password] {
  height: 30px;
}
.theme-orange #dynamicId .field {
  text-align: right;
}
.theme-orange #dynamicId .mail {
  padding: 3%;
  padding-left: 1%;
  margin-left: 4%;
}
.theme-orange #dynamicId .popover {
  width: 100%;
  max-width: 300px;
  top: 17px !important;
}
.theme-orange #dynamicId .regionbtn {
  padding-right: 34%;
}
.theme-orange #dynamicId .region:before {
  top: -95% !important;
}
.theme-orange #dynamicId .region {
  left: 68% !important;
}
.theme-orange #dynamicId #regiondiv {
  width: 75em;
  background-color: gainsboro !important;
  border: 1px solid gray;
  margin-left: -27%;
  padding: 2%;
}
.theme-orange #dynamicId .region-require {
  text-align: left !important;
  padding-left: 12%;
}
.theme-orange #dynamicId .region-fa {
  padding: 3%;
}
.theme-orange #dynamicId select {
  width: inherit;
  height: 32px;
}
.theme-orange #dynamicId .region-help {
  background-color: white;
  height: inherit;
  padding: 1.5%;
}
.theme-orange #dynamicId .fixed-button {
  margin-left: 281px;
}
.theme-orange #dynamicId .text {
  width: inherit;
  height: 32px;
}
.theme-orange #dynamicId .input-group-addon {
  border: 0px;
}
.theme-orange #dynamicId .textbox {
  width: 107%;
  height: 33px;
}
.theme-orange #dynamicId .textalert {
  width: inherit;
}
.theme-orange #dynamicId .w100p {
  width: 100% !important;
}
.theme-orange #dynamicId .model-custom-class {
  max-height: 500px !important;
}
.theme-orange #dynamicId .border-right {
  border-right: 1px solid gray;
}
.theme-orange #dynamicId .region-header {
  font-size: 17px;
  margin-top: 1%;
  margin-bottom: 1%;
}
.theme-orange #dynamicId .address-header {
  font-size: 15px;
  margin-bottom: 2%;
}
.theme-orange #dynamicId .region-btn {
  margin-top: 4%;
  margin-bottom: 4%;
}
.theme-orange #dynamicId .region-save-btn {
  margin-left: -3%;
  color: white;
}
.theme-orange #dynamicId .border {
  border: 1px solid gray;
}
.theme-orange #dynamicId .border-dark {
  border: 1px solid #dddddd;
}
.theme-orange #dynamicId .border-bottom {
  border-bottom: 1px solid gray;
}
.theme-orange #dynamicId .role {
  height: 40px;
  font-size: 14px;
  padding-top: 1%;
  padding-left: 3%;
}
.theme-orange #dynamicId .collapse1 {
  overflow-y: scroll;
  height: 170px;
  background-color: white;
}
.theme-orange #dynamicId .thead {
  background-color: #bfbfbf !important;
}
.theme-orange #dynamicId .padding {
  padding: 2%;
}
.theme-orange #dynamicId .wizardbtn {
  width: 130px;
  height: 34px;
}
.theme-orange #dynamicId .definerolesRole {
  margin-left: -3%;
}
.theme-orange #dynamicId .officialsEmail {
  margin-left: 0% !important;
}
.theme-orange #dynamicId .officialsname {
  margin-left: -5%;
}
.theme-orange #dynamicId #saveContinue {
  margin-left: 387px;
  margin-top: 16px;
}
.theme-orange #dynamicId .image {
  height: 124px;
  width: 184px;
  border: dotted;
  border-color: gray;
  background-color: white;
}
.theme-orange #dynamicId .image [id=camera] {
  display: inline-block;
  font-size: 40px;
  line-height: 50px;
  background-color: white;
  color: gray;
  width: 25px;
  height: 25px;
  text-align: center;
  vertical-align: bottom;
}
.theme-orange #dynamicId .image [type=file] {
  opacity: 0;
  height: 120px;
  position: fixed;
}
.theme-orange #dynamicId .row1 {
  margin-top: 8px;
}
.theme-orange #dynamicId .pageLayout {
  background-color: #EEEEEE;
  border-color: gray;
}
.theme-orange #dynamicId .imagetext {
  margin-top: 71px;
}
.theme-orange #dynamicId .image-save-btn {
  margin-left: -1%;
}
.theme-orange #dynamicId .btnProcess {
  margin-top: 35px;
  width: 130px;
  height: 34px;
}
.theme-orange #dynamicId .dragBtn {
  margin-left: -28px;
  margin-top: 35px;
  width: 130px;
  height: 34px;
}
.theme-orange #dynamicId .processHeader {
  border-bottom: 0px !important;
}
.theme-orange #dynamicId .processLayout {
  width: 66%;
}
.theme-orange #dynamicId .processFont {
  margin-left: 5px;
}
.theme-orange #dynamicId .processName {
  margin-left: 27px;
}
.theme-orange #dynamicId .fileUpload {
  margin-left: 47px;
}
.theme-orange #dynamicId .processText {
  width: 100%;
}
.theme-orange #dynamicId .processDesc {
  padding: 10px !important;
  height: 90px;
  margin-top: 10px !important;
}
.theme-orange #dynamicId .processDescription {
  overflow-y: scroll;
  border: 1px solid gray;
  width: 335px;
  height: 80px;
  margin-left: 4px;
}
.theme-orange #dynamicId .modalLayout {
  margin-top: -10px;
  width: 750px;
}
.theme-orange #dynamicId .modalWidth {
  margin-top: -35px;
  margin-left: -110px;
}
.theme-orange #dynamicId .processModal {
  overflow-y: scroll;
  height: 428px;
  margin-bottom: 20px;
}
.theme-orange #dynamicId .angleRight {
  margin-left: 5px;
}
.theme-orange #dynamicId .itebreadcrumbItem4 {
  margin-left: -9px;
}
.theme-orange #dynamicId .manageSettings {
  margin-top: 10px;
  text-decoration: underline;
}
.theme-orange #dynamicId .pointer {
  cursor: pointer !important;
}
.theme-orange #dynamicId .csvFile {
  border: 1px #d0d0db dashed;
  padding: 15px;
  font-size: 14px;
  height: 158px;
  position: relative;
}
.theme-orange #dynamicId .csvFile [type=file] {
  opacity: 0;
  z-index: -1;
  height: 0px;
}
.theme-orange #dynamicId .margin8 {
  margin: 8%;
}
.theme-orange #dynamicId .height50px {
  top: 30px !important;
  left: 3px;
}
.theme-orange #dynamicId .padding1per {
  padding: 1% !important;
}
.theme-orange #dynamicId .steps {
  margin: 10px 0px;
  text-align: center;
}
.theme-orange #dynamicId .username {
  margin-bottom: 21px !important;
}
.theme-orange #dynamicId #register-auth {
  font-size: 21px;
  margin-top: -5%;
}
.theme-orange #dynamicId .auth {
  margin-left: -6px;
  margin-top: 4%;
}
.theme-orange #dynamicId .loginbtn {
  width: 130px;
  height: 34px;
  margin-left: 35%;
}
.theme-orange #dynamicId .loginbtnrow {
  margin-left: 3%;
}
.theme-orange #dynamicId .forgotPswrdModal {
  border-radius: 0% !important;
  border: 0;
}
.theme-orange #dynamicId .longBtn {
  width: 111%;
}
.theme-orange #dynamicId .popover-content {
  padding: 12px 14px;
  font-family: "Exo 2", sans-serif;
}
.theme-orange #dynamicId .tableHead {
  background: #bfbfbf;
}
.theme-orange #dynamicId .tablewidth {
  width: 87% !important;
  margin-left: 32px;
}
.theme-orange #dynamicId .createProcessBtn {
  margin-left: 16px;
}
.theme-orange #dynamicId .table thead.bg-light {
  color: #000 !important;
}
.theme-orange #dynamicId .table thead > tr > th {
  border-top: 0;
  background-color: #ffe0b2;
}
.theme-orange #dynamicId .table > tbody > tr > td {
  padding: 5px 10px;
  color: rgba(129, 129, 129, 0.8);
}
.theme-orange #dynamicId .custom-breadcrumb {
  list-style: none;
  overflow: hidden;
  width: 100%;
}
.theme-orange #dynamicId .custom-breadcrumb li {
  text-decoration: none;
  padding: 10px 0 10px 50px;
  position: relative;
  display: block;
  float: left;
  margin-left: 20px;
}
.theme-orange #dynamicId .custom-breadcrumb li:after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;
  position: absolute;
  top: 50%;
  margin-top: -50px;
  left: 100%;
  z-index: 2;
}
.theme-orange #dynamicId .custom-breadcrumb li:before {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;
  border-left: 61px solid white;
  position: absolute;
  top: 50%;
  margin-top: -50px;
  margin-left: 1px;
  left: 100%;
  z-index: 1;
}
.theme-orange #dynamicId .white-crumb:after {
  border-left: 60px solid #e8e8ea;
}
.theme-orange #dynamicId .white-crumb {
  background: #e8e8ea;
  color: #848484;
}
.theme-orange #dynamicId .white-crumb.active {
  background: #A5A4BF;
  filter: alpha(opacity=100);
  color: white;
}
.theme-orange #dynamicId .white-crumb.active:after {
  border-left: 60px solid #A5A4BF;
}
.theme-orange #dynamicId .bc-icons-2 .breadcrumb-item + .breadcrumb-item::before {
  content: none;
}
.theme-orange #dynamicId .breadcrumb {
  background-color: gainsboro;
}
.theme-orange #dynamicId .mappingSteps {
  margin: 2%;
}
.theme-orange #dynamicId .map {
  font-size: 26px;
  margin-left: 0%;
}
.theme-orange #dynamicId .bulktarget {
  float: right;
  margin-top: 7%;
}
.theme-orange #dynamicId .map2 {
  margin: 0;
}
.theme-orange #dynamicId .arrow {
  height: 45px;
  display: block;
  text-align: center;
  line-height: 60px;
}
.theme-orange #dynamicId .arrow i {
  color: #a5a4bf;
  font-size: 24px;
}
.theme-orange #dynamicId .arrow1 {
  height: 49px;
}
.theme-orange #dynamicId .mappingdata:after {
  color: red;
  content: " *";
}
.theme-orange #dynamicId .alert-red {
  background: #F9DEDE;
}
.theme-orange #dynamicId .alert-yellow {
  background: #FFF1D2;
}
.theme-orange #dynamicId .alert-green {
  background: #E7F4E4;
}
.theme-orange #dynamicId .processdesc {
  width: 224px;
  height: 72px;
}
.theme-orange #dynamicId #startbtn {
  float: left;
  margin-left: 13px;
}
.theme-orange #dynamicId .tab,
.theme-orange #dynamicId .bulkUploadTab {
  display: none;
}
.theme-orange #dynamicId .step,
.theme-orange #dynamicId .step1 {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: gray;
  border: none;
  border-radius: 50%;
  display: inline-block;
}
.theme-orange #dynamicId .step.finish {
  background-color: #4CAF50;
}
.theme-orange #dynamicId .layoutData {
  overflow-y: auto;
  overflow-x: hidden;
  height: 489px;
}
.theme-orange #dynamicId .collapsed .list-group-item {
  padding: none !important;
}
.theme-orange #dynamicId div#sidebar.active ~ .layoutData {
  width: 1017px !important;
}
.theme-orange #dynamicId #sidebar.active {
  min-width: 121px !important;
  max-width: 114px;
  margin-left: 0px !important;
  font-size: 11px !important;
}
.theme-orange #dynamicId div.side > div#sidebar.active > div.layoutData {
  width: 1017px !important;
}
.theme-orange #dynamicId .socialradio {
  margin-left: 6px;
}
.theme-orange #dynamicId #levelMgmtTextbox {
  width: 232px;
  margin-left: 15px;
}
.theme-orange #dynamicId .wizardalert {
  width: 65%;
}
.theme-orange #dynamicId .rolesDetailsScroll {
  max-height: 200px !important;
  overflow-y: scroll;
}
.theme-orange #dynamicId .levelNameAlert {
  width: 233px;
  margin-left: 14px;
  margin-top: 1%;
}
.theme-orange #dynamicId .levelTypeAlert {
  width: 233px;
  margin-top: 1%;
}
.theme-orange #dynamicId .social_svg_wrapper svg {
  position: fixed;
  width: 23%;
  height: 106%;
  top: 44%;
  left: -5%;
  stroke: white;
}
.theme-orange #dynamicId .selectregion_svg_wrapper svg {
  position: fixed;
  width: 23%;
  height: 106%;
  top: 21%;
  left: -5%;
  stroke: white;
}
.theme-orange #dynamicId .levelregion_svg_wrapper svg {
  position: fixed;
  width: 23%;
  height: 106%;
  top: 32%;
  left: -4%;
  stroke: white;
}
.theme-orange #dynamicId .enjoyhint_svg_wrapper svg {
  position: fixed;
  width: 23%;
  height: 106%;
  top: 13%;
  left: -4%;
  stroke: white;
}
@media (max-width: 414px) {
  .theme-orange #dynamicId {
    left: -14%;
  }
}
.theme-orange #dynamicId .enjoy_hint_label {
  position: fixed;
  color: black;
  z-index: 107;
  font-size: 15px;
  top: 100%;
  left: -7%;
}
.theme-orange #dynamicId .path {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: dash 2s linear forwards;
}
@keyframes dash {
  from {
    stroke-dashoffset: 1000;
  }
  to {
    stroke-dashoffset: 0;
  }
}
.theme-orange #dynamicId .modal-backdrop {
  opacity: 0.3 !important;
}
.theme-orange #dynamicId .breadcrumb-dynamic li {
  display: inline;
}
.theme-orange #dynamicId .breadcrumb-dynamic > li + li {
  padding-left: 0;
}
.theme-orange #dynamicId .breadcrumb-dynamic > li + li:before {
  content: "\f105";
  padding: 0 5px;
  color: #000000;
  font-family: FontAwesome;
}
.theme-orange #dynamicId .breadcrumb-dynamic {
  margin-left: -18px;
  padding: 20px;
  margin-bottom: 0;
}
.theme-orange #dynamicId .breadcrumb-dynamic a {
  color: #000000;
}
.theme-orange #dynamicId .breadcrumb-dynamic li:last-of-type a {
  color: #ff9800;
}
.theme-orange #dynamicId .user-info {
  margin-left: 31px;
}
.theme-orange #dynamicId .manage-users-anchor {
  width: 37px;
  display: block;
}
.theme-orange #dynamicId .add-user {
  margin-left: 14px;
}
.theme-orange #dynamicId .upload-users {
  margin-left: 42px;
}
.theme-orange #dynamicId .search-user {
  margin-left: 17px;
}
.theme-orange #dynamicId .settings {
  margin-left: 2px;
  font-size: 26px;
  margin-top: -16px;
  margin-bottom: 22px;
}
.theme-orange #dynamicId .addhref {
  margin-left: 3px;
  margin-bottom: -24px;
  font-size: 14px;
}
.theme-orange #dynamicId .settings-table {
  width: 60% !important;
}
.theme-orange #dynamicId .settings-table .table-bordered > thead > tr > th,
.theme-orange #dynamicId .settings-table .table-bordered > thead > tr > td,
.theme-orange #dynamicId .table-bordered > tbody > tr > th,
.theme-orange #dynamicId .table-bordered > tbody > tr > td,
.theme-orange #dynamicId .table-bordered > tfoot > tr > th,
.theme-orange #dynamicId .table-bordered > tfoot > tr > td {
  border: 1px solid #ddd !important;
}
.theme-orange #dynamicId .settings-table-th {
  background-color: #bfbfbf;
  border: 1px solid #bfbfbf !important;
}
.theme-orange #dynamicId .add-field-modal {
  width: 72%;
}
.theme-orange #dynamicId .add-field-cancel {
  margin-top: -26px;
  margin-right: 9px;
  margin-bottom: 15px;
}
.theme-orange #dynamicId .add-modal-title {
  margin-top: 20px;
  margin-left: 11px;
  margin-bottom: -22px;
}
.theme-orange #dynamicId .settings-container {
  width: 60%;
  border: 1px solid;
  margin-bottom: 23px;
  margin-left: 7px;
}
.theme-orange #dynamicId .settings-input {
  width: 70% !important;
}
.theme-orange #dynamicId .settings-button-row {
  margin-bottom: 17px;
}
.theme-orange #dynamicId .gmailAlert {
  width: 42%;
  margin-top: 1%;
  margin-left: 58%;
}
.theme-orange #dynamicId .nav-tabs {
  border-bottom: 1px solid #ddd;
}
.theme-orange #dynamicId #exTab2 .nav-tabs li {
  margin-right: 20px;
  display: inline-block;
  padding: 10px 0;
}
.theme-orange #dynamicId #exTab2 .nav-tabs li a {
  font-size: 1.125rem;
  font-weight: 600;
  color: #A5A4BF !important;
}
.theme-orange #dynamicId #exTab2 .nav-tabs li a.active {
  border: 0;
  position: relative;
  color: #fb8c00 !important;
}
.theme-orange #dynamicId #exTab2 .nav-tabs li a.active:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  background: #fb8c00;
  bottom: -13px;
}
.theme-orange #dynamicId #exTab2 h3, .theme-orange #dynamicId #exTab2 .h3 {
  padding: 5px 15px;
}
.theme-orange #dynamicId #exTab1 .nav-pills > li > a {
  border-radius: 0;
}
.theme-orange #dynamicId #exTab3 .nav-pills > li > a {
  border-radius: 4px 4px 0 0;
}
.theme-orange #dynamicId #exTab3 .tab-content {
  color: white;
  background-color: #428bca;
  padding: 5px 15px;
}
.theme-orange #dynamicId .noData {
  display: inline-block;
  margin-top: 20px;
  text-align: center;
  width: 100%;
}
.theme-orange #dynamicId .addUser {
  width: 30%;
  height: 35px;
  margin-left: 35%;
}
.theme-orange #dynamicId .cancelUser {
  width: 32%;
  height: 35px;
  margin-left: 2%;
}
.theme-orange #dynamicId .removeLink {
  margin-left: 71%;
  margin-top: -5%;
}
.theme-orange #dynamicId .ngx-datatable.bootstrap .datatable-body .datatable-body-row.active {
  background-color: #ddd !important;
  color: black !important;
}
.theme-orange #dynamicId .ngx-datatable.bootstrap .datatable-footer .datatable-pager a {
  color: #428bca !important;
}
.theme-orange #dynamicId .settingsPopup {
  width: 70%;
  height: 45px;
}
.theme-orange #dynamicId .dynamicFieldHeight {
  height: 30px;
}
.theme-orange #dynamicId .checkBoxPlacing {
  margin-left: -82px;
}
.theme-orange #dynamicId .optionValidation {
  width: 70%;
  height: 45px;
  margin-top: 4px;
}
.theme-orange #dynamicId .noDataMsg {
  margin-left: 2%;
  width: 96%;
  color: red;
}
.theme-orange #dynamicId .successMsg {
  margin: 0 auto;
  width: 97.5%;
}
.theme-orange #dynamicId .createButton {
  margin-left: 74%;
  margin-top: -3%;
}
.theme-orange #dynamicId #searchButton {
  background: none;
  border: 0;
}
.theme-orange #dynamicId #searchIcon {
  display: inline-block;
  padding-top: 0px;
  padding-right: 18px;
}
.theme-orange #dynamicId .textMessage {
  width: 83%;
  margin-left: 1%;
  height: 105px !important;
}
.theme-orange #dynamicId .textEvent {
  width: 90%;
  margin-left: 20px;
}
.theme-orange #dynamicId .eventDesc {
  width: 90%;
  margin-left: 20px;
  height: 105px !important;
}
.theme-orange #dynamicId .textMessage {
  margin-left: 3%;
}
.theme-orange #dynamicId .radiobtn {
  margin-left: 3%;
}
.theme-orange #dynamicId .saveBtn {
  width: 130px;
  height: 34px;
  margin-left: 5%;
}
.theme-orange #dynamicId .cancelBtn {
  width: 130px;
  height: 34px;
  margin-left: 1%;
}
.theme-orange #dynamicId .viewMsgLabel {
  margin-left: 3%;
}
.theme-orange #dynamicId .donateHeader {
  border: 1px solid gray;
  margin-left: 0px;
  margin-right: 0px;
  height: 43px;
}
.theme-orange #dynamicId .headerText {
  margin-top: 13px;
}
.theme-orange #dynamicId .donateLabel {
  border-right: 1px solid;
  margin-left: 0px;
  margin-right: 0px;
  border-left: 1px solid gray;
}
.theme-orange #dynamicId .sideBar {
  margin-left: 0px;
  margin-right: 0px;
  border-right: 1px solid;
  border-left: 1px solid;
  border-bottom: 1px solid;
  height: 550px;
}
.theme-orange #dynamicId .sideBarView {
  margin-left: 1%;
  height: 394px;
}
.theme-orange #dynamicId .amountText {
  width: 100%;
}
.theme-orange #dynamicId .donateBtn {
  width: 130px;
  height: 34px;
  margin-left: 2%;
}
.theme-orange #dynamicId .tranSummary {
  border: 1px solid rgb(197, 195, 195);
  height: 59%;
  width: 98%;
  margin-left: 1%;
}
.theme-orange #dynamicId .dateLabel {
  margin-left: 18%;
}
.theme-orange #dynamicId .datePipe {
  margin-top: 4px;
}
.theme-orange #dynamicId .not-active {
  pointer-events: none;
  cursor: default;
  opacity: 0.6;
}
.theme-orange #dynamicId .cancelSaveFields {
  margin-left: 9%;
}
.theme-orange #dynamicId .startDonate {
  margin-left: 2%;
  padding: 1%;
}
.theme-orange #dynamicId .startDonateDate {
  margin-left: 5%;
}
.theme-orange #dynamicId .eventPhoto {
  margin-left: 4%;
}
.theme-orange #dynamicId .nav-tabs > li.active > a,
.theme-orange #dynamicId .nav-tabs > li.active > a:focus,
.theme-orange #dynamicId .nav-tabs > li.active > a:hover {
  color: #555;
  cursor: default;
  background-color: #fff;
  border-top: 1px;
  border-right: 1px;
  border-left: 1px;
  border-bottom: 1px solid !important;
}
.theme-orange #dynamicId .nav-tabs {
  border-bottom: 1px solid #ddd;
}
.theme-orange #dynamicId .activity {
  border: 1px solid #dbdbdb;
  padding-bottom: 0px;
}
.theme-orange #dynamicId .btn-default.active,
.theme-orange #dynamicId .btn-default:active,
.theme-orange #dynamicId .open > .dropdown-toggle.btn-default {
  background-color: white !important;
}
.theme-orange #dynamicId .a.list-group-item:hover,
.theme-orange #dynamicId a.list-group-item:focus,
.theme-orange #dynamicId button.list-group-item:hover,
.theme-orange #dynamicId button.list-group-item:focus {
  background-color: #bfbfbf !important;
}
.theme-orange #dynamicId .dontaion_fildes {
  color: red;
}
.theme-orange #dynamicId .datewithPlaceLeft {
  width: 46%;
  float: left;
  margin-bottom: 4%;
}
.theme-orange #dynamicId .datewithPlaceRight {
  width: 50%;
  float: right;
  margin-bottom: 4%;
}
.theme-orange #dynamicId .dateField {
  margin-left: 20px;
  width: 79%;
}
.theme-orange #dynamicId .uploadImage {
  height: 140px;
  width: 90%;
  border: 2px #b1b1b1 dashed;
  background-color: white;
  margin-left: 20px;
}
.theme-orange #dynamicId .eventIcon {
  margin-top: 22px;
  margin-left: 3%;
}
.theme-orange #dynamicId .uploadImage [type=file] {
  opacity: 0;
  z-index: -1;
  height: 0px;
}
.theme-orange #dynamicId .donateSwitch {
  margin-left: 19px;
  margin-top: 0%;
}
.theme-orange #dynamicId .switch {
  font-size: 16px;
  position: relative;
}
.theme-orange #dynamicId .switch input {
  position: absolute;
  height: 1px;
  width: 1px;
  background: none;
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  overflow: hidden;
  padding: 0;
}
.theme-orange #dynamicId .switch input + label {
  position: relative;
  min-width: 60.8px;
  border-radius: 30.4px;
  height: 30.4px;
  line-height: 30.4px;
  display: inline-block;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
          user-select: none;
  vertical-align: middle;
  text-indent: 68.8px;
}
.theme-orange #dynamicId .switch input + label::before,
.theme-orange #dynamicId .switch input + label::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 60.8px;
  bottom: 0;
  display: block;
}
.theme-orange #dynamicId .switch input + label::before {
  right: 0;
  background-color: #dee2e6;
  border-radius: 30.4px;
  transition: 0.2s all;
}
.theme-orange #dynamicId .switch input + label::after {
  top: 2px;
  left: 2px;
  width: 26.4px;
  height: 26.4px;
  border-radius: 50%;
  background-color: white;
  transition: 0.2s all;
}
.theme-orange #dynamicId .switch input:checked + label::before {
  background-color: gray;
}
.theme-orange #dynamicId .switch input:checked + label::after {
  margin-left: 30.4px;
}
.theme-orange #dynamicId .switch input:focus + label::before {
  outline: none;
}
.theme-orange #dynamicId .switch input:disabled + label {
  color: #868e96;
  cursor: not-allowed;
}
.theme-orange #dynamicId .switch input:disabled + label::before {
  background-color: #e9ecef;
}
.theme-orange #dynamicId .switch.switch-sm {
  font-size: 14px;
}
.theme-orange #dynamicId .switch.switch-sm input + label {
  min-width: 49.6px;
  height: 24.8px;
  line-height: 24.8px;
  text-indent: 57.6px;
}
.theme-orange #dynamicId .switch.switch-sm input + label::before {
  width: 49.6px;
}
.theme-orange #dynamicId .switch.switch-sm input + label::after {
  width: 20.8px;
  height: 20.8px;
}
.theme-orange #dynamicId .switch.switch-sm input:checked + label::after {
  margin-left: 24.8px;
}
.theme-orange #dynamicId .switch.switch-lg {
  font-size: 20px;
}
.theme-orange #dynamicId .switch.switch-lg input + label {
  min-width: 76.8px;
  height: 38.4px;
  line-height: 38.4px;
  text-indent: 84.8px;
}
.theme-orange #dynamicId .switch.switch-lg input + label::before {
  width: 76.8px;
}
.theme-orange #dynamicId .switch.switch-lg input + label::after {
  width: 34.4px;
  height: 34.4px;
}
.theme-orange #dynamicId .switch.switch-lg input:checked + label::after {
  margin-left: 38.4px;
}
.theme-orange #dynamicId .switch + .switch {
  margin-left: 16px;
}
.theme-orange #dynamicId .viewevntLabel {
  margin-left: 11%;
}
.theme-orange #dynamicId .modalEvntBtn {
  width: 18%;
  margin-left: 12%;
}
.theme-orange #dynamicId .eventTime {
  margin: auto;
}
.theme-orange #dynamicId .eventTime label {
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.theme-orange #dynamicId .eventShareButton {
  border-color: white !important;
  border: 0px !important;
  color: #000000;
  position: relative;
  text-transform: capitalize;
}
.theme-orange #dynamicId .eventShareButton:after {
  content: none;
  position: absolute;
  top: 12px;
  transition: all 0.3s ease-in;
}
.theme-orange #dynamicId .eventShareButton:hover:after {
  content: "";
  transition: all 0.3s ease-out;
  color: #ff9800;
}
.theme-orange #dynamicId .eventShareButton .badge {
  position: absolute;
  left: 0px;
  top: 0;
  width: 16px;
  height: 16px;
  border-radius: 10px;
  line-height: 0px;
  padding: 0;
  text-align: center;
  line-height: 14px;
  font-size: 8px;
}
.theme-orange #dynamicId .eventButton {
  border-color: white !important;
  border: 0px !important;
  width: auto;
  max-width: 90%;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #000000;
}
.theme-orange #dynamicId .eventButton img {
  filter: invert(52%) sepia(98%) saturate(2176%) hue-rotate(1deg) brightness(103%) contrast(105%);
}
.theme-orange #dynamicId .eventButton:after {
  content: none;
  position: absolute;
  top: 12px;
  transition: all 0.3s ease-in;
}
.theme-orange #dynamicId .eventButton:hover:after {
  content: "";
  transition: all 0.3s ease-out;
}
.theme-orange #dynamicId .userAuthenticationdivOTP {
  width: 50%;
  border: 1px solid gray;
  height: auto;
  margin-left: 24%;
  margin-top: 2%;
}
.theme-orange #dynamicId .otpHeading {
  margin-left: 19%;
  margin-top: 3%;
}
.theme-orange #dynamicId .otpHelp {
  margin-left: 19%;
}
.theme-orange #dynamicId .otpTextBox {
  margin-left: 19%;
  width: 66%;
}
.theme-orange #dynamicId .otpButtons {
  margin-left: 17%;
  margin-top: 2%;
  margin-bottom: 4%;
}
.theme-orange #dynamicId .mobileButtons {
  margin-left: 6%;
  margin-top: 2%;
  margin-bottom: 6%;
}
.theme-orange #dynamicId .mobileTextBox {
  margin-left: 8%;
  width: 68%;
}
.theme-orange #dynamicId .mobileHeading {
  margin-left: 8%;
  margin-top: 10%;
}
.theme-orange #dynamicId .mobileDiv {
  height: auto;
  width: 46%;
  border: 1px solid gray;
  margin-top: 6%;
  margin-left: 26%;
}
.theme-orange #dynamicId .mobileAlert {
  width: 63%;
  margin-left: 18%;
  margin-top: 2%;
}
.theme-orange #dynamicId .mobileAlertFont {
  font-size: 16px;
}
.theme-orange #dynamicId .bulkUploadAlertFont {
  font-size: 19px;
}
.theme-orange #dynamicId .user-login-div {
  border: 1px solid gray;
  width: 79%;
  height: 513px;
  margin-left: 11%;
  margin-top: 3%;
}
.theme-orange #dynamicId .user-login-header {
  border-bottom: 1px solid gray;
  height: 67px;
}
.theme-orange #dynamicId .user-login-help {
  margin-top: 12%;
  margin-right: 12%;
}
.theme-orange #dynamicId .user-login-footer {
  border-bottom: 1px solid gray;
  border-left: 1px solid gray;
  border-right: 1px solid gray;
  height: 26px;
  width: 79%;
  margin-left: 11%;
  background-color: #EEEEEE;
}
.theme-orange #dynamicId .userPasswordLabel {
  margin-left: 33%;
}
.theme-orange #dynamicId .userPasswordTextBox {
  width: 100%;
}
.theme-orange #dynamicId .userAuthenticationdiv {
  width: 50%;
  border: 1px solid gray;
  height: auto;
  margin-left: 24%;
  margin-top: 4%;
}
.theme-orange #dynamicId .userAuthenticationButtons {
  margin-left: 11%;
  margin-top: 2%;
  margin-bottom: 4%;
}
.theme-orange #dynamicId .existProcess {
  margin-left: 25%;
  margin-bottom: 1%;
  color: red;
}
.theme-orange #dynamicId .existSurvey {
  color: red;
}
.theme-orange #dynamicId .dateExample {
  margin-left: 5%;
  margin-top: 6%;
}
.theme-orange #dynamicId .eventValidator {
  width: 90%;
  height: 44px;
  margin-left: 19px;
}
.theme-orange #dynamicId .wc-date-container {
  border: 1px solid #bfbfbf !important;
}
.theme-orange #dynamicId .wc-date-container > i {
  color: #575555 !important;
}
.theme-orange #dynamicId .wc-date-container > span {
  color: black !important;
  font-size: 13px;
}
.theme-orange #dynamicId .wc-banner {
  background: #bfbfbf !important;
}
.theme-orange #dynamicId .wc-details {
  background: #bfbfbf !important;
}
.theme-orange #dynamicId .year-title {
  background: #bfbfbf !important;
}
.theme-orange #dynamicId .calendar-day :hover > span {
  background: #bfbfbf !important;
}
.theme-orange #dynamicId .today > span {
  border: 1px solid #bfbfbf !important;
  background: #1565c0 !important;
}
.theme-orange #dynamicId .calendar-days {
  background: #bfbfbf !important;
}
.theme-orange #dynamicId .wc-time-sec .time input,
.theme-orange #dynamicId .time-view .time input {
  color: #bfbfbf !important;
}
.theme-orange #dynamicId .time-view .time {
  color: #bfbfbf !important;
}
.theme-orange #dynamicId .cuppa-btn-group > .button {
  border: 1px solid #bfbfbf !important;
  color: white !important;
  background: #bfbfbf !important;
}
.theme-orange #dynamicId .button {
  background: #bfbfbf !important;
  border: 1px solid #bfbfbf !important;
}
.theme-orange #dynamicId .calendar-days {
  color: white !important;
}
.theme-orange #dynamicId .selected-day > span {
  background: #1565c0 !important;
}
.theme-orange #dynamicId .today > span {
  border: 1px solid #bfbfbf !important;
}
.theme-orange #dynamicId .cal-util > .ok {
  color: #bfbfbf !important;
}
.theme-orange #dynamicId .cuppa-btn-group > .active {
  background: white !important;
  color: #bfbfbf !important;
}
.theme-orange #dynamicId .time-view {
  border: 1px solid #bfbfbf !important;
}
.theme-orange #dynamicId .fbIcon {
  margin-left: 25%;
}
.theme-orange #dynamicId .calender {
  margin-left: 21px;
  width: 352px;
}
.theme-orange #dynamicId .wc-date-container > i {
  float: right;
  font-size: 20px;
  margin-top: -5px;
}
.theme-orange #dynamicId .timePicker {
  margin-left: 9%;
}
.theme-orange #dynamicId .btn-group > .btn:first-child {
  margin-left: 0px;
}
.theme-orange #dynamicId .socialBtn {
  width: 80%;
}
.theme-orange #dynamicId .socialLink {
  margin-left: 2%;
}
.theme-orange #dynamicId .existRole {
  margin-bottom: 1%;
  color: red;
}
.theme-orange #dynamicId .messageIcons {
  margin-top: 2%;
  margin-left: -1%;
}
.theme-orange #dynamicId .messageHeading {
  margin-left: 2%;
  margin-top: -1%;
}
.theme-orange #dynamicId .smsHeading {
  margin-left: 2%;
  margin-top: 0%;
}
.theme-orange #dynamicId #message {
  max-height: 100px;
  width: 100%;
}
.theme-orange #dynamicId .smsButtons {
  margin-left: 23%;
}
.theme-orange #dynamicId #members {
  width: 93%;
  margin: 3%;
}
.theme-orange #dynamicId .searchModalClose {
  margin-right: 2%;
  margin-top: -4% !important;
}
.theme-orange #dynamicId .selectedMembers {
  height: auto;
  width: 95%;
  border: 1px solid rgba(255, 152, 0, 0.2392156863);
  margin: auto;
  min-height: 100px;
  padding: 10px;
  font-size: 13px;
}
.theme-orange #dynamicId .selectedUsers {
  height: auto;
  width: 100%;
  border: 1px solid #cfd5db;
  margin: auto;
  min-height: 100px;
  padding: 10px;
}
.theme-orange #dynamicId .selecteRoleToUpgrade {
  width: 50%;
  margin-left: 2%;
}
.theme-orange #dynamicId .logout-btn {
  margin-left: 91%;
  margin-top: 1%;
}
.theme-orange #dynamicId .chooseFile {
  margin-top: -2%;
  background: #fb8c00;
  color: white;
  padding: 0 6px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
.theme-orange #dynamicId .donationDesc {
  margin-left: 4%;
}
.theme-orange #dynamicId .selectedMembersSMS {
  height: auto;
  border: 1px solid rgba(255, 152, 0, 0.2392156863);
  margin: auto;
  min-height: 100px !important;
  font-size: 13px;
  padding: 10px;
}
.theme-orange #dynamicId .sessionExpiry {
  margin-left: 53%;
  color: red;
  font-size: 14px;
}
.theme-orange #dynamicId .registrationRequire {
  margin-right: 17%;
}
.theme-orange #dynamicId .FbLink {
  margin-top: 1%;
  margin-left: 1%;
}
.theme-orange #dynamicId .transition {
  transition: all 0.3s ease;
}
.theme-orange #dynamicId .basix-container {
  display: table;
  min-height: 100vh;
  position: relative;
  width: 100%;
}
.theme-orange #dynamicId .navbar-expand-sm {
  max-width: 280px;
}
.theme-orange #dynamicId .navbar-expand-sm .main-menu {
  height: 100vh;
  background: linear-gradient(to bottom, #ef6c00, #ff9800);
  flex-direction: column;
}
.theme-orange #dynamicId .navbar-expand-sm .main-menu .sidenavCommon {
  border-bottom: solid 1px rgba(255, 255, 255, 0.2196078431);
  padding-bottom: 25px;
  width: 100%;
}
.theme-orange #dynamicId .navbar-expand-sm .main-menu #logout {
  padding-bottom: 0;
}
.theme-orange #dynamicId .navbar-expand-sm .main-menu::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.theme-orange #dynamicId .navbar-expand-sm .main-menu::-webkit-scrollbar-track {
  background: #dedee6;
}
.theme-orange #dynamicId .navbar-expand-sm .main-menu::-webkit-scrollbar-thumb {
  background: #f57c00;
}
.theme-orange #dynamicId .navbar-expand-sm .navbar-collapse {
  flex-direction: column;
  overflow: auto;
}
.theme-orange #dynamicId .navbar {
  background: #fb8c00;
  border-radius: 0;
  border: none;
  display: block;
  margin: 0;
  margin-bottom: 100px;
  padding: 0;
}
.theme-orange #dynamicId .navbar .navbar-header {
  float: none;
  text-align: center;
  width: 100%;
  background: #fb8c00;
}
.theme-orange #dynamicId .navbar .navbar-brand {
  color: #f1f2f7 !important;
  font-size: 14px;
  font-weight: bold;
  float: none;
  line-height: 50px;
  margin: 0;
  text-align: left;
  text-transform: capitalize;
  min-height: 69px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.theme-orange #dynamicId .navbar .navbar-brand span {
  font-weight: 600;
}
.theme-orange #dynamicId .navbar .navbar-brand img {
  max-width: 160px;
}
.theme-orange #dynamicId .navbar .navbar-brand.hidden {
  display: none;
}
.theme-orange #dynamicId .navbar .menu-title {
  color: #fff;
  clear: both;
  display: block;
  font-size: 12px;
  font-weight: normal;
  line-height: 50px;
  padding: 0 25px;
  text-transform: uppercase;
  width: 100%;
}
.theme-orange #dynamicId .navbar .navbar-nav {
  float: none;
  position: relative;
}
.theme-orange #dynamicId .navbar .navbar-nav li {
  width: 100%;
}
.theme-orange #dynamicId .navbar .navbar-nav li.active .menu-icon, .theme-orange #dynamicId .navbar .navbar-nav li:hover .toggle_nav_button:before,
.theme-orange #dynamicId .navbar .navbar-nav li .toggle_nav_button.nav-open:before {
  color: #fff !important;
}
.theme-orange #dynamicId .navbar .navbar-nav li .dropdown-toggle:after {
  display: none;
}
.theme-orange #dynamicId .navbar .navbar-nav li > a {
  background: none !important;
  display: inline-block;
  line-height: 30px;
  padding: 10px 16px;
  position: relative;
  transition: all 0.2s ease-out;
  width: 100%;
  color: #FFFFFF;
  font-size: 14px;
}
.theme-orange #dynamicId .navbar .navbar-nav li > a.register-member-a {
  background: none !important;
  border: none;
  text-decoration: underline;
  color: white !important;
  line-height: 18px !important;
  padding: 0 !important;
  margin-left: 10px;
}
.theme-orange #dynamicId .navbar .navbar-nav li > a.register-member-a:hover, .theme-orange #dynamicId .navbar .navbar-nav li > a.register-member-a:focus {
  background: none !important;
}
.theme-orange #dynamicId .navbar .navbar-nav li > a img {
  filter: brightness(0) invert(1);
}
.theme-orange #dynamicId .navbar .navbar-nav li > a:hover, .theme-orange #dynamicId .navbar .navbar-nav li > a:hover .menu-icon, .theme-orange #dynamicId .navbar .navbar-nav li > a.router-link-active {
  color: #FFFFFF;
  background: #fb8c00 !important;
  text-decoration: none;
}
.theme-orange #dynamicId .navbar .navbar-nav li > a:hover img, .theme-orange #dynamicId .navbar .navbar-nav li > a:hover .menu-icon img, .theme-orange #dynamicId .navbar .navbar-nav li > a.router-link-active img {
  transform: scale(1.2);
  transition: all 0.2s ease-in;
  filter: brightness(0) invert(1);
}
.theme-orange #dynamicId .navbar .navbar-nav li > a img {
  transition: all 0.2s ease-out;
}
.theme-orange #dynamicId .navbar .navbar-nav li > a .menu-icon {
  color: #a5a4bf;
  float: left;
  margin-top: 4px;
  width: 28px;
  text-align: left;
  z-index: 9;
  font-size: 17px;
}
.theme-orange #dynamicId .navbar .navbar-nav li > a .menu-title-text {
  font-size: 14px;
}
.theme-orange #dynamicId .navbar .navbar-nav li > a .badge {
  border-radius: 0;
  font-weight: 600;
  float: right;
  margin: 6px 0 0 0;
  padding: 0.4em 0.5em;
}
.theme-orange #dynamicId .navbar .navbar-nav li.menu-item-has-children {
  position: relative;
}
.theme-orange #dynamicId .navbar .navbar-nav li.menu-item-has-children a.dropdown-toggle {
  line-height: 30px;
}
.theme-orange #dynamicId .navbar .navbar-nav li.menu-item-has-children a.dropdown-toggle:before {
  content: "\f105";
  color: #c8c9ce;
  font-family: "Fontawesome";
  font-size: 16px;
  position: absolute;
  top: 10px;
  right: 25px;
  text-align: right;
  transition: all 0.25s ease;
}
.theme-orange #dynamicId .navbar .navbar-nav li.menu-item-has-children a.dropdown-toggle:hover:before {
  color: #fff;
}
.theme-orange #dynamicId .navbar .navbar-nav li.menu-item-has-children .sub-menu {
  background: #fb8c00;
  border: none;
  box-shadow: none;
  overflow-y: hidden;
  padding: 0 0 0 35px;
}
.theme-orange #dynamicId .navbar .navbar-nav li.menu-item-has-children .sub-menu li {
  position: relative;
}
.theme-orange #dynamicId .navbar .navbar-nav li.menu-item-has-children .sub-menu i {
  color: #c8c9ce;
  float: left;
  padding: 0;
  position: absolute;
  left: 20px;
  font-size: 14px;
  top: 9px;
}
.theme-orange #dynamicId .navbar .navbar-nav li.menu-item-has-children .sub-menu a {
  padding: 2px 0 2px 46px;
}
.theme-orange #dynamicId .navbar .navbar-nav li.menu-item-has-children .sub-menu a:before {
  content: "";
  display: none;
}
.theme-orange #dynamicId .navbar .navbar-nav li.menu-item-has-children .sub-menu a .menu-icon {
  top: 13px;
  text-align: left;
  width: 25px;
}
.theme-orange #dynamicId .navbar .navbar-nav li.menu-item-has-children.show a:before {
  content: "\f107";
}
.theme-orange #dynamicId .navbar .navbar-nav li.menu-item-has-children.show .sub-menu {
  max-height: 1000px;
  opacity: 1;
  position: static !important;
}
.theme-orange #dynamicId .navbar .navbar-nav > .active > a,
.theme-orange #dynamicId .navbar .navbar-nav > .active > a:focus,
.theme-orange #dynamicId .navbar .navbar-nav > .active > a:hover {
  color: #d7d9e3 !important;
  text-decoration: none;
}
.theme-orange #dynamicId .navbar-nav li span.count {
  background: #a9d86e;
  border-radius: 50%;
  color: #fff;
  font-size: 9px;
  font-weight: 700;
  float: right;
  height: 20px;
  width: 20px;
  line-height: 20px;
  margin-right: 15px;
  text-align: center;
}
.theme-orange #dynamicId body.open .navbar .navbar-brand.hidden {
  display: block;
}
.theme-orange #dynamicId .dots {
  position: relative;
  width: 100%;
  margin: 20px 0;
}
.theme-orange #dynamicId .dots .carousel-indicators {
  margin: auto;
  top: 20px;
  width: 180px;
}
.theme-orange #dynamicId .dots .carousel-indicators li {
  background: white;
  border: solid 1px #666;
  width: 16px;
  height: 16px;
}
.theme-orange #dynamicId .dots .carousel-indicators li.active {
  background: #3C3B54;
}
.theme-orange #dynamicId app-right-panel header.header {
  background: #fff;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.07);
  clear: both;
  display: inline-block;
  padding: 15px 20px 13px 20px;
  width: 100%;
  position: relative;
  z-index: 999;
}
.theme-orange #dynamicId header.fixed-top {
  background: #fff;
  padding: 20px;
}
.theme-orange #dynamicId #header.change-color .header-menu .navbar .navbar-nav li.dropdown .header-menu-wrapper .member-nav-menu .col-12 {
  height: 110px;
  border: solid 1px #5a5b40;
}
.theme-orange #dynamicId #header.change-color .header-menu .navbar .navbar-nav li.dropdown .header-menu-wrapper .member-nav-menu .col-12 a {
  color: #000;
}
.theme-orange #dynamicId #header.change-color .header-menu .navbar .navbar-nav li.dropdown .header-menu-wrapper .member-nav-menu .col-12 a img {
  filter: brightness(1) invert(1);
}
.theme-orange #dynamicId #header.change-color .header-menu .navbar.after-login-nav .header-menu-wrapper .admin-nav-menu .links a {
  color: #000;
}
.theme-orange #dynamicId #header .header-menu {
  height: 100%;
}
.theme-orange #dynamicId #header .header-menu .navbar {
  background: linear-gradient(to bottom, rgb(245, 245, 245) 0%, rgb(255, 255, 255) 47%, rgb(242, 242, 242) 100%);
  margin-bottom: 0;
  float: left;
  padding-right: 12px;
  border: solid 1px #ccc;
  height: calc(100% - 1px);
}
.theme-orange #dynamicId #header .header-menu .navbar .navbar-nav {
  width: 100%;
}
.theme-orange #dynamicId #header .header-menu .navbar .navbar-nav li.dropdown {
  width: auto;
}
.theme-orange #dynamicId #header .header-menu .navbar .navbar-nav li.dropdown .dropdown-toggle {
  color: #000000;
  text-transform: capitalize;
  letter-spacing: 0.7px;
  line-height: 47px;
  padding: 0 0 0 16px;
  width: auto;
  box-shadow: 10px 0px 10px -9px rgba(0, 0, 0, 0.3);
}
.theme-orange #dynamicId #header .header-menu .navbar .navbar-nav li.dropdown .dropdown-toggle .fa {
  color: #ff9800;
}
.theme-orange #dynamicId #header .header-menu .navbar .navbar-nav li.dropdown .dropdown-toggle .fa.fa-th {
  padding: 2px 8px 0 0;
  margin: 0;
  line-height: 47px;
  vertical-align: top;
  height: 100%;
}
.theme-orange #dynamicId #header .header-menu .navbar .navbar-nav li.dropdown .dropdown-toggle + span {
  margin-left: 10px;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}
.theme-orange #dynamicId #header .header-menu .navbar .navbar-nav li.dropdown .dropdown-toggle:hover {
  background: none !important;
}
.theme-orange #dynamicId #header .header-menu .navbar .navbar-nav li.dropdown .header-menu-wrapper {
  width: 760px;
  border: solid 8px white;
  box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.17);
  padding: 15px;
  background: #ffe0b2;
  max-height: 450px;
  overflow: auto;
  overflow-x: hidden;
}
.theme-orange #dynamicId #header .header-menu .navbar .navbar-nav li.dropdown .header-menu-wrapper::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.theme-orange #dynamicId #header .header-menu .navbar .navbar-nav li.dropdown .header-menu-wrapper::-webkit-scrollbar-track {
  background: #dedee6;
}
.theme-orange #dynamicId #header .header-menu .navbar .navbar-nav li.dropdown .header-menu-wrapper::-webkit-scrollbar-thumb {
  background: #f57c00;
}
.theme-orange #dynamicId #header .header-menu .navbar .navbar-nav li.dropdown .header-menu-wrapper .col-12 {
  padding: 0;
}
.theme-orange #dynamicId #header .header-menu .navbar .navbar-nav li.dropdown .header-menu-wrapper h1, .theme-orange #dynamicId #header .header-menu .navbar .navbar-nav li.dropdown .header-menu-wrapper .h1 {
  background: #ff9800;
  color: white;
  text-transform: capitalize;
  border-right: solid 1px white;
  font-weight: normal;
  height: auto;
  pointer-events: none;
}
.theme-orange #dynamicId #header .header-menu .navbar .navbar-nav li.dropdown .header-menu-wrapper .links {
  margin-bottom: 0.3rem;
}
.theme-orange #dynamicId #header .header-menu .navbar .navbar-nav li.dropdown .header-menu-wrapper .links a {
  color: white;
  display: block;
  line-height: 24px;
  padding-left: 15px;
  font-size: 14px !important;
  transition: all 0.3s ease-in;
}
.theme-orange #dynamicId #header .header-menu .navbar .navbar-nav li.dropdown .header-menu-wrapper .links a:hover {
  transition: all 0.3s ease-out;
  padding-left: 18px;
}
.theme-orange #dynamicId #header .header-menu .navbar .navbar-nav li.dropdown .header-menu-wrapper .member-nav-menu .col-12 {
  height: 140px;
  border: solid 1px #fff;
  text-align: center;
  border-top: 0;
  border-right: 0;
}
.theme-orange #dynamicId #header .header-menu .navbar .navbar-nav li.dropdown .header-menu-wrapper .member-nav-menu .col-12 a {
  position: absolute;
  left: 0;
  right: 0;
  height: 58px;
  color: white;
  top: 0;
  bottom: 0;
  margin: auto;
}
.theme-orange #dynamicId #header .header-menu .navbar .navbar-nav li.dropdown .header-menu-wrapper .member-nav-menu .col-12 a img {
  filter: brightness(0) invert(1);
}
.theme-orange #dynamicId #header .header-menu .sub-navigation {
  height: 100%;
}
.theme-orange #dynamicId #header .header-menu .sub-navigation ul {
  margin: 0;
  padding: 0;
}
.theme-orange #dynamicId #header .header-menu .sub-navigation ul li a {
  color: white !important;
  font-weight: bold;
  height: 100%;
  display: block;
  line-height: 50px;
  padding: 0 15px 0 15px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px !important;
  transition: all 0.3s ease-in;
}
.theme-orange #dynamicId #header .header-menu .sub-navigation ul li a.active, .theme-orange #dynamicId #header .header-menu .sub-navigation ul li a:hover {
  background: #ffb74d;
  color: #000 !important;
  text-transform: uppercase;
  font-weight: bold;
  transition: all 0.3s ease-out;
}
.theme-orange #dynamicId .menutoggle {
  border-radius: 50%;
  color: #ff9800;
  cursor: pointer;
  font-size: 18px;
  height: 43px;
  line-height: 44px;
  margin: 0 0px 0 -20px;
  text-align: center;
  width: 43px;
}
.theme-orange #dynamicId .search-trigger {
  background: transparent;
  border: none;
  color: #272c33;
  cursor: pointer;
  font-size: 16px;
  height: 41px;
  width: 43px;
  line-height: 38px;
}
.theme-orange #dynamicId header .form-inline {
  background: #263238;
  display: none;
  height: 70px;
  margin: 0;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9999;
}
.theme-orange #dynamicId header .form-inline .search-form {
  height: 100%;
  max-width: 1025px;
  margin: 0 auto;
  position: relative;
}
.theme-orange #dynamicId header .form-inline .search-form input[type=text] {
  background: #263238;
  border: none;
  border-radius: 0;
  box-shadow: none;
  color: #d3d3d3;
  font-size: 16px;
  height: inherit;
  margin-right: 0 !important;
  padding: 10px 36px 10px 15px;
  width: 100%;
}
.theme-orange #dynamicId header .form-inline .search-form input[type=text].active,
.theme-orange #dynamicId header .form-inline .search-form input[type=text]:focus {
  border-color: rgba(0, 0, 0, 0.125);
  outline: 0;
}
.theme-orange #dynamicId header .form-inline .search-form button {
  background: transparent;
  border: none;
  color: #fff;
  font-size: 16px;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -14px !important;
}
.theme-orange #dynamicId header .form-inline .search-form button:active,
.theme-orange #dynamicId header .form-inline .search-form button:focus,
.theme-orange #dynamicId header .form-inline .search-form button:visited,
.theme-orange #dynamicId header .form-inline .search-form .btn-outline-success:hover {
  background: transparent;
  border: none !important;
  box-shadow: none;
  outline: 0 !important;
}
.theme-orange #dynamicId header .form-inline .search-form.close {
  display: none;
}
.theme-orange #dynamicId .header-left.open .form-inline {
  display: block;
}
.theme-orange #dynamicId .header-left .dropdown {
  display: inline-block;
}
.theme-orange #dynamicId .header-left .dropdown .dropdown-toggle {
  background: transparent;
  border: none;
  color: #272c33;
  font-size: 16px;
}
.theme-orange #dynamicId .header-left .dropdown .dropdown-toggle:after {
  display: none;
}
.theme-orange #dynamicId .header-left .dropdown .dropdown-toggle .count {
  border-radius: 50%;
  color: #fff;
  font-size: 11px;
  height: 15px;
  width: 15px;
  line-height: 15px;
  right: 0;
  top: 0;
  position: absolute;
}
.theme-orange #dynamicId .header-left .dropdown .dropdown-toggle:active, .theme-orange #dynamicId .header-left .dropdown .dropdown-toggle:focus, .theme-orange #dynamicId .header-left .dropdown .dropdown-toggle:visited {
  background: none !important;
  border-color: transparent !important;
  color: #272c33 !important;
}
.theme-orange #dynamicId .header-left .dropdown .dropdown-menu {
  background: #fff;
  border: none;
  border-radius: 0;
  box-shadow: none;
  top: 49px !important;
}
.theme-orange #dynamicId .header-left .dropdown .dropdown-menu p {
  font-size: 15px;
  margin: 0;
  padding: 5px 15px;
}
.theme-orange #dynamicId .header-left .dropdown .dropdown-menu .dropdown-item {
  color: #272c33;
  font-size: 13px;
  padding: 10px 15px 3px;
  text-overflow: ellipsis;
}
.theme-orange #dynamicId .header-left .dropdown .dropdown-menu .dropdown-item .photo {
  float: left;
  margin-right: 15px;
  width: 25px;
}
.theme-orange #dynamicId .header-left .dropdown .dropdown-menu .dropdown-item .message .name {
  margin-top: -5px;
}
.theme-orange #dynamicId .header-left .dropdown .dropdown-menu .dropdown-item .message .time {
  font-size: 11px;
}
.theme-orange #dynamicId .header-left .dropdown .dropdown-menu .dropdown-item .message p {
  clear: both;
  font-size: 14px;
  margin: 0;
  padding: 0;
  text-overflow: ellipsis;
}
.theme-orange #dynamicId .header-left .dropdown .dropdown-menu .dropdown-item:hover {
  background: transparent;
}
.theme-orange #dynamicId .dropdown-menu {
  border-radius: 0;
  transform: none !important;
}
.theme-orange #dynamicId .for-notification .dropdown-menu .dropdown-item {
  padding: 5px 15px !important;
  text-overflow: ellipsis;
}
.theme-orange #dynamicId .for-notification .dropdown-menu .dropdown-item i {
  float: left;
  font-size: 14px;
  margin: 5px 5px 0 0;
  text-align: left;
  width: 20px;
}
.theme-orange #dynamicId .for-notification .dropdown-menu .dropdown-item p {
  padding: 0 !important;
  text-overflow: ellipsis;
}
.theme-orange #dynamicId .user-area {
  float: right;
  padding-right: 0;
  position: relative;
  margin-top: -61px;
}
.theme-orange #dynamicId .user-area .user-menu {
  border: none;
  left: inherit !important;
  right: 0 !important;
  top: 60px !important;
  margin: 0;
  max-width: 175px;
  padding: 0;
  position: absolute;
  width: 100%;
  z-index: 999;
  min-width: 175px;
  border-radius: 0;
  background: #fb8c00;
}
.theme-orange #dynamicId .user-area .user-menu .nav-link {
  color: #FFFFFF;
  display: block;
  font-size: 13px;
  line-height: 42px;
  padding: 0;
  border-bottom: solid 1px rgba(255, 255, 255, 0.2196078431);
  transition: all 0.3s ease-out;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.theme-orange #dynamicId .user-area .user-menu .nav-link .fa {
  height: 42px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  line-height: 36px;
  margin-right: 8px;
  transition: all 0.2s ease-out;
  font-size: 15px;
  margin-left: 14px;
}
.theme-orange #dynamicId .user-area .user-menu .nav-link:hover {
  background: #fb8c00;
  transition: all 0.3s ease-in;
  color: #FFFFFF;
}
.theme-orange #dynamicId .user-area .user-menu .nav-link:hover .fa {
  transform: scale(1.3);
  transition: all 0.2s ease-in;
  color: #fff;
}
.theme-orange #dynamicId .user-area .user-menu:after {
  bottom: 100%;
  right: 8px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #fb8c00;
  border-width: 8px;
}
.theme-orange #dynamicId .user-area .uad-img-c {
  display: inline-block;
  border: solid 1px #ccc;
  width: 34px;
  height: 34px;
  border-radius: 34px;
  vertical-align: middle;
  overflow: hidden;
}
.theme-orange #dynamicId .user-area .uad-img-c img.user-avatar {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(0.8);
}
.theme-orange #dynamicId .user-area .uad-img-c img.user-avatar.default-image {
  filter: invert(58%) sepia(91%) saturate(2296%) hue-rotate(359deg) brightness(102%) contrast(105%);
  transform: scale(0.7);
}
.theme-orange #dynamicId .user-area .user-info .name {
  color: #8c8c8c;
  font-size: 14px;
  position: relative;
  text-transform: uppercase;
}
.theme-orange #dynamicId .user-area .count {
  background: #d9534f;
  border-radius: 50%;
  color: #fff;
  font-size: 9px;
  font-weight: 700;
  float: right;
  height: 20px;
  width: 20px;
  line-height: 20px;
  text-align: center;
  margin-top: 11px;
  margin-right: 10px;
}
.theme-orange #dynamicId .user-area .dropdown-toggle::after {
  display: none;
}
.theme-orange #dynamicId .user-area .dropdown-toggle span {
  font-size: 15px;
  padding: 8px 8px 0 0;
  display: inline-block;
  color: #000;
  text-transform: capitalize;
}
.theme-orange #dynamicId #menuToggle2 {
  padding-left: 25px;
}
.theme-orange #dynamicId #language-select {
  color: #f1f2f7;
  float: right;
  margin: 7px 20px 0 0;
  max-width: 80px;
}
.theme-orange #dynamicId #language-select:focus, .theme-orange #dynamicId #language-select:visited {
  border: none;
  outline: 0;
}
.theme-orange #dynamicId #language-select .dropdown-toggle::after {
  display: none;
}
.theme-orange #dynamicId #language-select .dropdown-menu {
  background: #fff;
  border: none;
  border-radius: 0;
  left: -8px !important;
  min-width: inherit;
  padding: 0 5px;
  top: 46px !important;
}
.theme-orange #dynamicId #language-select .dropdown-menu .dropdown-item {
  margin-right: 0;
  max-width: 25px;
  padding: 0;
}
.theme-orange #dynamicId #language-select .dropdown-menu .dropdown-item:hover {
  background: #fff;
}
.theme-orange #dynamicId #language-select .dropdown-menu .dropdown-item .flag-icon {
  margin-right: 0;
  width: 25px;
}
.theme-orange #dynamicId .notification-show + .dropdown-menu,
.theme-orange #dynamicId .message-show + .dropdown-menu,
.theme-orange #dynamicId .language-show + .dropdown-menu {
  display: block;
}
.theme-orange #dynamicId .content {
  width: 94%;
  background: #fff;
  min-height: 300px;
  box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.07);
}
.theme-orange #dynamicId .content table th {
  background: #3c3b54;
  color: #fff;
}
.theme-orange #dynamicId .content table td {
  font-size: 13px;
}
.theme-orange #dynamicId .content table td i {
  color: #a5a4bf;
}
.theme-orange #dynamicId .card, .theme-orange #dynamicId .main-content .register_box .card .card-header {
  margin-bottom: 24px;
  border-radius: 0;
  border: 1px solid rgba(0, 0, 0, 0.13);
}
.theme-orange #dynamicId .card h4, .theme-orange #dynamicId .main-content .register_box .card .card-header h4, .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header h4, .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header h4, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header h4, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header h4, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header h4, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header h4, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header h4, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header h4, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header h4, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header h4, .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header h4, .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header h4, .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header h4, .theme-orange .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header h4, .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header h4, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header h4, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header h4, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header h4, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header h4, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header h4, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header h4, .theme-blueGreen .theme-orange .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header h4, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header h4, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header h4, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header h4, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header h4, .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header h4, .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header h4, .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header h4, .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header h4, .theme-skyblue .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header h4, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header h4, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header h4, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header h4, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header h4, .theme-skyblue .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header h4, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header h4, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header h4, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header h4, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header h4, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header h4, .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header h4, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header h4, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header h4, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header h4, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header h4, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header h4, .theme-orange .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header h4, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header h4, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header h4, .theme-skyblue .theme-orange .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header h4, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header h4, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header h4, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header h4, .theme-orange .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header h4, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header h4, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header h4, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header h4, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header h4, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header h4, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header h4, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header h4, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header h4, .theme-blueGreen .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header h4, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header h4, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header h4, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header h4, .theme-blueGreen .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header h4, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header h4, .theme-blueGreen .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header h4, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header h4, .theme-orange #dynamicId .card .h4, .theme-orange #dynamicId .main-content .register_box .card .card-header .h4, .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .h4, .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .h4, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .h4, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .h4, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .h4, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .h4, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .h4, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .h4, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .h4, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .h4, .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .h4, .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .h4, .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .h4, .theme-orange .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .h4, .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .h4, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .h4, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .h4, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .h4, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .h4, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .h4, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .h4, .theme-blueGreen .theme-orange .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .h4, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .h4, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .h4, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .h4, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .h4, .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .h4, .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .h4, .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .h4, .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .h4, .theme-skyblue .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .h4, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .h4, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .h4, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .h4, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .h4, .theme-skyblue .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .h4, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .h4, .theme-skyblue .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .h4, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .h4, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .h4, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .h4, .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .h4, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .h4, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .h4, .theme-skyblue .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .h4, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .h4, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .h4, .theme-orange .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .h4, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .h4, .theme-orange .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .h4, .theme-skyblue .theme-orange .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .h4, .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .h4, .theme-orange .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .h4, .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .h4, .theme-orange .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .h4, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .h4, .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .h4, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .h4, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .h4, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .h4, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .h4, .theme-blueGreen .theme-orange .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .h4, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .h4, .theme-blueGreen .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .h4, .theme-skyblue .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .h4, .theme-blueGreen .theme-orange .theme-skyblue .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .h4, .theme-blueGreen .theme-skyblue .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .h4, .theme-blueGreen .theme-orange .theme-blueGreen .theme-skyblue #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .h4, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .h4, .theme-blueGreen .theme-orange .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .card-header .card-header .card-header .h4, .theme-blueGreen .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-header .h4 {
  font-size: 17.6px;
}
.theme-orange #dynamicId .card .user-header .media img, .theme-orange #dynamicId .main-content .register_box .card .card-header .user-header .media img {
  border: 5px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  -webkit-border-radius: 50%;
}
.theme-orange #dynamicId .card .card-header, .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header {
  margin-bottom: 0 !important;
}
.theme-orange #dynamicId .card .card-header .card-actions button, .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-actions button {
  display: block;
  float: left;
  width: 50px;
  padding: 12px 0;
  margin: 0 !important;
  color: #fff;
  outline: 0;
  text-align: center;
  background: transparent;
  border: 0;
  border-left: 1px solid rgba(120, 130, 140, 0.4);
}
.theme-orange #dynamicId .card .card-footer, .theme-orange #dynamicId .main-content .register_box .card .card-header .card-footer {
  padding: 10.4px 20px;
  background-color: #f0f3f5;
  border-top: 1px solid #c2cfd6;
}
.theme-orange #dynamicId .card .card-footer ul li, .theme-orange #dynamicId .main-content .register_box .card .card-header .card-footer ul li {
  display: table-cell;
  padding: 0 16px;
  text-align: center;
}
.theme-orange #dynamicId .breadcrumbs {
  margin-top: 0;
}
.theme-orange #dynamicId .nav-tabs a.active {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.theme-orange #dynamicId .nav-tabs .dropdown .dropdown-menu {
  top: 100% !important;
}
.theme-orange #dynamicId .custom-tab .nav-tabs > a.active,
.theme-orange #dynamicId .custom-tab .nav-tabs > .active > a:focus,
.theme-orange #dynamicId .custom-tab .nav-tabs > li.active > a:hover {
  border-color: transparent transparent;
  color: #ff2e44;
  position: relative;
}
.theme-orange #dynamicId .custom-tab .nav-tabs > a.active > a:after,
.theme-orange #dynamicId .custom-tab .nav-tabs > li.active > a:focus:after,
.theme-orange #dynamicId .custom-tab .nav-tabs > li.active > a:hover:after {
  background: #ff2e44;
  bottom: -1px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 999;
}
.theme-orange #dynamicId .card .card-header .card-actions, .theme-orange #dynamicId .main-content .register_box .card .card-header .card-header .card-actions {
  float: right;
}
.theme-orange #dynamicId .card .card-header .card-actions [class*=btn] {
  border-left: 1px solid rgba(120, 130, 140, 0.4);
  color: #878787;
  display: inline-block;
  font-size: 16px;
  padding: 0 7px;
  width: inherit;
  text-align: center;
}
.theme-orange #dynamicId .social-buttons .card-body p button {
  padding-top: 0;
  padding-left: 0;
  padding-bottom: 0;
}
.theme-orange #dynamicId .social-buttons .only-icon .card-body p button {
  padding: 0;
}
.theme-orange #dynamicId .social-buttons .social i {
  padding: 0 10px;
  width: inherit !important;
}
.theme-orange #dynamicId .social-buttons .only-text p button {
  padding: 0 8px;
}
.theme-orange #dynamicId .buttons button {
  margin: 2px 0;
}
.theme-orange #dynamicId .btn,
.theme-orange #dynamicId .button {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  transition: all 0.15s ease-in-out;
  cursor: pointer;
}
.theme-orange #dynamicId .icon-section {
  margin: 0 0 3em;
  clear: both;
  overflow: hidden;
}
.theme-orange #dynamicId .icon-container {
  width: 240px;
  padding: 0.7em 0;
  float: left;
  position: relative;
  text-align: left;
}
.theme-orange #dynamicId .icon-container [class^=ti-],
.theme-orange #dynamicId .icon-container [class*=" ti-"] {
  color: #000;
  position: absolute;
  margin-top: 3px;
  transition: 0.3s;
}
.theme-orange #dynamicId .icon-container:hover [class^=ti-],
.theme-orange #dynamicId .icon-container:hover [class*=" ti-"] {
  font-size: 2.2em;
  margin-top: -5px;
}
.theme-orange #dynamicId .icon-container:hover .icon-name {
  color: #000;
}
.theme-orange #dynamicId .icon-name {
  color: #aaa;
  margin-left: 35px;
  font-size: 14px;
  transition: 0.3s;
}
.theme-orange #dynamicId .icon-container:hover .icon-name {
  margin-left: 45px;
}
.theme-orange #dynamicId .fontawesome-icon-list .page-header {
  border-bottom: 1px solid #c9cdd7;
  padding-bottom: 9px;
  margin: 30px 0px 27px 0px;
}
.theme-orange #dynamicId .fontawesome-icon-list h2, .theme-orange #dynamicId .fontawesome-icon-list .h2 {
  margin-top: 0;
  font-size: 20px;
  font-weight: 300;
}
.theme-orange #dynamicId .fontawesome-icon-list i {
  font-style: 16px;
  padding-right: 10px;
}
.theme-orange #dynamicId .social-box i {
  line-height: 110px;
}
.theme-orange #dynamicId .social-box ul {
  display: inline-block;
  margin: 7px 0 0;
  padding: 10px;
  width: 100%;
}
.theme-orange #dynamicId .social-box ul li {
  color: #949ca0;
  font-size: 14px;
  font-weight: 700;
  padding: 0 10px 0 0;
  text-align: right;
}
.theme-orange #dynamicId .social-box ul li:last-child {
  padding-left: 10px;
  padding-right: 0;
  text-align: left;
}
.theme-orange #dynamicId .social-box ul li span {
  font-size: 14px;
}
.theme-orange #dynamicId .login-logo {
  text-align: center;
  margin-bottom: 15px;
}
.theme-orange #dynamicId .login-logo span {
  color: #ffffff;
  font-size: 24px;
}
.theme-orange #dynamicId .login-content {
  max-width: 540px;
  margin: 8vh auto;
}
.theme-orange #dynamicId .login-form {
  background: #ffffff;
  padding: 30px 30px 20px;
  border-radius: 2px;
}
.theme-orange #dynamicId .login-form h4, .theme-orange #dynamicId .login-form .h4 {
  color: #878787;
  text-align: center;
  margin-bottom: 50px;
}
.theme-orange #dynamicId .login-form .checkbox {
  color: #878787;
}
.theme-orange #dynamicId .login-form .checkbox label {
  text-transform: none;
}
.theme-orange #dynamicId .login-form .btn {
  width: 100%;
  text-transform: uppercase;
  font-size: 14px;
  padding: 15px;
  border: 0px;
}
.theme-orange #dynamicId .login-form label {
  color: #878787;
  text-transform: uppercase;
}
.theme-orange #dynamicId .login-form label a {
  color: #ff2e44;
}
.theme-orange #dynamicId .social-login-content {
  margin: 0px -30px;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  padding: 30px 0px;
  background: #fcfcfc;
}
.theme-orange #dynamicId .social-button {
  padding: 0 30px;
}
.theme-orange #dynamicId .social-button .facebook {
  background: #3b5998;
  color: #fff;
}
.theme-orange #dynamicId .social-button .facebook:hover {
  background: #344e86;
}
.theme-orange #dynamicId .social-button .twitter {
  background: #00aced;
  color: #fff;
}
.theme-orange #dynamicId .social-button .twitter:hover {
  background: #0099d4;
}
.theme-orange #dynamicId .social-button i {
  padding: 19px;
}
.theme-orange #dynamicId .register-link a {
  color: #ff2e44;
}
.theme-orange #dynamicId .cpu-load {
  width: 100%;
  height: 272px;
  font-size: 14px;
  line-height: 1.2em;
}
.theme-orange #dynamicId .cpu-load-data-content {
  font-size: 18px;
  font-weight: 400;
  line-height: 40px;
}
.theme-orange #dynamicId .cpu-load-data {
  margin-bottom: 30px;
}
.theme-orange #dynamicId .cpu-load-data li {
  display: inline-block;
  width: 32.5%;
  text-align: center;
  border-right: 1px solid #e7e7e7;
}
.theme-orange #dynamicId .cpu-load-data li:last-child {
  border-right: 0px;
}
.theme-orange #dynamicId .nestable-cart {
  overflow: hidden;
}
.theme-orange #dynamicId .input-group-addon {
  background-color: transparent;
  border-left: 0;
}
.theme-orange #dynamicId .input-group-addon,
.theme-orange #dynamicId .input-group-btn {
  white-space: nowrap;
  vertical-align: middle;
}
.theme-orange #dynamicId .input-group-addon {
  padding: 8px 12px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  color: #495057;
  text-align: center;
  background-color: #e9ecef;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
}
.theme-orange #dynamicId .flotTip {
  background: #252525;
  border: 1px solid #252525;
  padding: 5px 15px;
  color: #ffffff;
}
.theme-orange #dynamicId .flot-container {
  box-sizing: border-box;
  width: 100%;
  height: 275px;
  padding: 20px 15px 15px;
  margin: 15px auto 30px;
  background: transparent;
}
.theme-orange #dynamicId .flot-pie-container {
  height: 275px;
}
.theme-orange #dynamicId .flotBar-container {
  height: 275px;
}
.theme-orange #dynamicId .flot-line {
  width: 100%;
  height: 100%;
  font-size: 14px;
  line-height: 1.2em;
}
.theme-orange #dynamicId .legend table {
  border-spacing: 5px;
}
.theme-orange #dynamicId #chart1,
.theme-orange #dynamicId #flotBar,
.theme-orange #dynamicId #flotCurve {
  width: 100%;
  height: 275px;
}
.theme-orange #dynamicId .morris-hover {
  position: absolute;
  z-index: 1;
}
.theme-orange #dynamicId .morris-hover.morris-default-style .morris-hover-row-label {
  font-weight: bold;
  margin: 0.25em 0;
}
.theme-orange #dynamicId .morris-hover.morris-default-style .morris-hover-point {
  white-space: nowrap;
  margin: 0.1em 0;
}
.theme-orange #dynamicId .morris-hover.morris-default-style {
  border-radius: 2px;
  padding: 10px 12px;
  color: #666;
  background: rgba(0, 0, 0, 0.7);
  border: none;
  color: #fff !important;
}
.theme-orange #dynamicId .morris-hover-point {
  color: rgba(255, 255, 255, 0.8) !important;
}
.theme-orange #dynamicId #morris-bar-chart {
  height: 285px;
}
.theme-orange #dynamicId .btn-toolbar {
  float: left !important;
}
.theme-orange #dynamicId .btn-toolbar .btn-outline-secondary:not([disabled]):not(.disabled):active,
.theme-orange #dynamicId .btn-toolbar .btn-outline-secondary:not([disabled]):not(.disabled).active,
.theme-orange #dynamicId .btn-toolbar .show > .btn-outline-secondary.dropdown-toggle {
  background-color: #212529;
  border-color: #212529;
  box-shadow: none;
  color: #fff;
}
.theme-orange #dynamicId .btn-toolbar .btn-outline-secondary:hover {
  background-color: #212529;
  border-color: #212529;
  color: #fff;
}
.theme-orange #dynamicId .dib {
  display: inline-block;
}
.theme-orange #dynamicId .stat-widget-one .stat-icon {
  vertical-align: top;
}
.theme-orange #dynamicId .stat-widget-one .stat-icon i {
  font-size: 30px;
  border-width: 3px;
  border-style: solid;
  border-radius: 100px;
  padding: 15px;
  font-weight: 900;
  display: inline-block;
}
.theme-orange #dynamicId .stat-widget-one .stat-content {
  margin-left: 30px;
  margin-top: 7px;
}
.theme-orange #dynamicId .stat-widget-one .stat-text {
  font-size: 14px;
  color: #868e96;
}
.theme-orange #dynamicId .stat-widget-one .stat-digit {
  font-size: 24px;
  color: #373757;
}
.theme-orange #dynamicId .stat-widget-two {
  text-align: center;
}
.theme-orange #dynamicId .stat-widget-two .stat-digit {
  font-size: 28px;
  font-weight: 500;
  color: #373757;
}
.theme-orange #dynamicId .stat-widget-two .stat-digit i {
  font-size: 18px;
  margin-right: 5px;
}
.theme-orange #dynamicId .stat-widget-two .stat-text {
  font-size: 16px;
  margin-bottom: 5px;
  color: #868e96;
}
.theme-orange #dynamicId .stat-widget-two .progress {
  height: 8px;
  margin-bottom: 0;
  margin-top: 20px;
  box-shadow: none;
}
.theme-orange #dynamicId .stat-widget-two .progress-bar {
  box-shadow: none;
}
.theme-orange #dynamicId .stat-widget-three .stat-icon {
  display: inline-block;
  padding: 33px;
  position: absolute;
  line-height: 21px;
}
.theme-orange #dynamicId .stat-widget-three .stat-icon i {
  font-size: 30px;
  color: #ffffff;
}
.theme-orange #dynamicId .stat-widget-three .stat-content {
  text-align: center;
  padding: 15px;
  margin-left: 90px;
}
.theme-orange #dynamicId .stat-widget-three .stat-digit {
  font-size: 30px;
}
.theme-orange #dynamicId .stat-widget-three .stat-text {
  padding-top: 4px;
}
.theme-orange #dynamicId .home-widget-three .stat-icon {
  line-height: 19px;
  padding: 27px;
}
.theme-orange #dynamicId .home-widget-three .stat-digit {
  font-size: 24px;
  font-weight: 300;
  color: #373757;
}
.theme-orange #dynamicId .home-widget-three .stat-content {
  text-align: center;
  margin-left: 60px;
  padding: 13px;
}
.theme-orange #dynamicId .stat-widget-four {
  position: relative;
}
.theme-orange #dynamicId .stat-widget-four .stat-icon {
  display: inline-block;
  position: absolute;
  top: 5px;
}
.theme-orange #dynamicId .stat-widget-four i {
  display: block;
  font-size: 36px;
}
.theme-orange #dynamicId .stat-widget-four .stat-content {
  margin-left: 40px;
  text-align: center;
}
.theme-orange #dynamicId .stat-widget-four .stat-heading {
  font-size: 20px;
}
.theme-orange #dynamicId .stat-widget-five .stat-icon {
  border-radius: 100px;
  display: inline-block;
  position: absolute;
}
.theme-orange #dynamicId .stat-widget-five i {
  border-radius: 100px;
  display: block;
  font-size: 36px;
  padding: 30px;
}
.theme-orange #dynamicId .stat-widget-five .stat-content {
  margin-left: 100px;
  padding: 24px 0;
  position: relative;
  text-align: right;
  vertical-align: middle;
}
.theme-orange #dynamicId .stat-widget-five .stat-heading {
  text-align: right;
  padding-left: 80px;
  font-size: 20px;
  font-weight: 200;
}
.theme-orange #dynamicId .stat-widget-six {
  position: relative;
}
.theme-orange #dynamicId .stat-widget-six .stat-icon {
  display: inline-block;
  position: absolute;
  top: 5px;
}
.theme-orange #dynamicId .stat-widget-six i {
  display: block;
  font-size: 36px;
}
.theme-orange #dynamicId .stat-widget-six .stat-content {
  margin-left: 40px;
  text-align: center;
}
.theme-orange #dynamicId .stat-widget-six .stat-heading {
  font-size: 16px;
  font-weight: 300;
}
.theme-orange #dynamicId .stat-widget-six .stat-text {
  font-size: 12px;
  padding-top: 4px;
}
.theme-orange #dynamicId .stat-widget-seven .stat-heading {
  text-align: center;
}
.theme-orange #dynamicId .stat-widget-seven .gradient-circle {
  text-align: center;
  position: relative;
  margin: 30px auto;
  display: inline-block;
  width: 100%;
}
.theme-orange #dynamicId .stat-widget-seven .gradient-circle i {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  top: 35px;
  font-size: 30px;
}
.theme-orange #dynamicId .stat-widget-seven .stat-footer {
  text-align: center;
  margin-top: 30px;
}
.theme-orange #dynamicId .stat-widget-seven .stat-footer .stat-count {
  padding-left: 5px;
}
.theme-orange #dynamicId .stat-widget-seven .count-header {
  color: #252525;
  font-size: 12px;
  font-weight: 400;
  line-height: 30px;
}
.theme-orange #dynamicId .stat-widget-seven .stat-count {
  font-size: 18px;
  font-weight: 400;
  color: #252525;
}
.theme-orange #dynamicId .stat-widget-seven .analytic-arrow {
  position: relative;
}
.theme-orange #dynamicId .stat-widget-seven .analytic-arrow i {
  font-size: 12px;
}
.theme-orange #dynamicId .stat-widget-eight {
  padding: 15px;
}
.theme-orange #dynamicId .stat-widget-eight .header-title {
  font-size: 20px;
  font-weight: 300;
}
.theme-orange #dynamicId .stat-widget-eight .ti-more-alt {
  color: #878787;
  cursor: pointer;
  left: -5px;
  position: absolute;
  transform: rotate(90deg);
}
.theme-orange #dynamicId .stat-widget-eight .stat-content {
  margin-top: 50px;
}
.theme-orange #dynamicId .stat-widget-eight .stat-content .ti-arrow-up {
  font-size: 30px;
  color: #28a745;
}
.theme-orange #dynamicId .stat-widget-eight .stat-content .stat-digit {
  font-size: 24px;
  font-weight: 300;
  margin-left: 15px;
}
.theme-orange #dynamicId .stat-widget-eight .stat-content .progress-stats {
  color: #aaadb2;
  font-weight: 400;
  position: relative;
  top: 10px;
}
.theme-orange #dynamicId .stat-widget-eight .progress {
  margin-bottom: 0;
  margin-top: 30px;
  height: 7px;
  background: #eaeaea;
  box-shadow: none;
}
.theme-orange #dynamicId .stat-widget-nine .all-like {
  float: right;
}
.theme-orange #dynamicId .stat-widget-nine .stat-icon i {
  font-size: 22px;
}
.theme-orange #dynamicId .stat-widget-nine .stat-text {
  font-size: 14px;
}
.theme-orange #dynamicId .stat-widget-nine .stat-digit {
  font-size: 14px;
}
.theme-orange #dynamicId .stat-widget-nine .like-count {
  font-size: 30px;
}
.theme-orange #dynamicId .horizontal {
  position: relative;
}
.theme-orange #dynamicId .horizontal:before {
  background: #ffffff;
  bottom: 0;
  content: "";
  height: 38px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 1px;
}
.theme-orange #dynamicId .widget-ten span i {
  color: #ffffff;
  opacity: 0.5;
}
.theme-orange #dynamicId .widget-ten h5, .theme-orange #dynamicId .widget-ten .h5 {
  color: #ffffff;
}
.theme-orange #dynamicId .widget-ten p {
  color: #ffffff !important;
  opacity: 0.75;
}
.theme-orange #dynamicId .badges h1, .theme-orange #dynamicId .badges .h1,
.theme-orange #dynamicId .badges h2,
.theme-orange #dynamicId .badges .h2,
.theme-orange #dynamicId .badges h3,
.theme-orange #dynamicId .badges .h3,
.theme-orange #dynamicId .badges h4,
.theme-orange #dynamicId .badges .h4,
.theme-orange #dynamicId .badges h5,
.theme-orange #dynamicId .badges .h5,
.theme-orange #dynamicId .badges h6,
.theme-orange #dynamicId .badges .h6 {
  margin: 5px 0;
}
.theme-orange #dynamicId .vue-lists ul,
.theme-orange #dynamicId .vue-lists ol {
  padding-left: 30px;
}
.theme-orange #dynamicId .card .dropdown.float-right .dropdown-menu {
  left: inherit !important;
  right: 0 !important;
  top: 93% !important;
}
.theme-orange #dynamicId .dataTables_paginate .pagination {
  border-radius: 0;
}
.theme-orange #dynamicId .dataTables_paginate .pagination li {
  border-radius: 0 !important;
}
.theme-orange #dynamicId .dataTables_paginate .pagination li a {
  border-radius: 0 !important;
  color: #272c33;
}
.theme-orange #dynamicId .dataTables_paginate .pagination li.active a {
  background: #272c33;
  border-color: #272c33;
  color: #fff;
}
.theme-orange #dynamicId .dataTables_paginate .pagination li:hover a {
  background: #272c33;
  border-color: #272c33;
  color: #fff;
}
.theme-orange #dynamicId app-layout {
  display: block;
  width: 100%;
}
.theme-orange #dynamicId app-layout app-header {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 99;
}
.theme-orange #dynamicId app-layout app-left-panel {
  background: #fb8c00;
  height: 100vh;
  min-height: 100%;
  vertical-align: top;
  width: 280px;
  transition: width 0.3s ease;
  position: fixed;
  left: 0;
  z-index: 9;
  top: 0;
}
.theme-orange #dynamicId app-layout app-right-panel {
  padding-left: 0 !important;
  transition: all 0.35s ease;
  margin-top: 135px;
  margin-bottom: 120px;
  display: block;
  float: right;
}
.theme-orange #dynamicId app-layout app-right-panel .main-heading {
  font-size: 25px;
  color: #898989;
  width: 100%;
  display: block;
  margin-bottom: 25px;
}
.theme-orange #dynamicId app-layout app-right-panel .page-header {
  min-height: 50px;
  margin: 0px;
  padding: 0px 15px;
  background: #ffffff;
  border-bottom: 0px;
}
.theme-orange #dynamicId app-layout app-right-panel .page-header h1, .theme-orange #dynamicId app-layout app-right-panel .page-header .h1 {
  font-size: 18px;
  padding: 15px 0;
}
.theme-orange #dynamicId app-layout app-right-panel #scroll {
  bottom: 6px;
}
.theme-orange #dynamicId app-layout app-right-panel h3, .theme-orange #dynamicId app-layout app-right-panel .h3 {
  color: #ff9800;
}
.theme-orange #dynamicId.gradient {
  min-height: 570px;
  background-attachment: fixed;
}
.theme-orange #dynamicId.blueClass {
  background: none;
}
.theme-orange #dynamicId.gray-bg {
  background: #f0f0f7;
}
.theme-orange #dynamicId .main-content {
  background: #f0f0f7;
  margin: 5% auto;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  min-height: 100%;
  padding: 0;
}
.theme-orange #dynamicId .main-content header h1, .theme-orange #dynamicId .main-content header .h1 {
  line-height: 30px;
}
.theme-orange #dynamicId .main-content .banner {
  width: 100%;
  position: relative;
}
.theme-orange #dynamicId .main-content .banner figcaption {
  position: absolute;
  margin: auto;
  color: white;
  font-size: 1.625rem;
  width: 60%;
  top: 5.5rem;
  left: 0;
  right: 0;
  font-weight: 500;
  line-height: normal;
}
.theme-orange #dynamicId .main-content .banner figcaption button {
  font-size: 14px;
  clear: both;
  display: block;
  margin: auto;
}
.theme-orange #dynamicId .main-content .content-heading {
  color: #A5A4BF;
  font-size: 1.375rem;
  font-weight: 400;
  padding: 1rem;
  text-align: center;
  display: inline-block;
}
.theme-orange #dynamicId .main-content .form-input-border-line .card-body .left-box {
  border-right: solid 1px #e3e0e0;
}
.theme-orange #dynamicId .main-content .form-input-border-line .card-body .left-box h5, .theme-orange #dynamicId .main-content .form-input-border-line .card-body .left-box .h5 {
  color: #898989;
}
.theme-orange #dynamicId .main-content .form-input-border-line .card-body .left-box .roles-details {
  box-shadow: none;
  border: 0;
}
.theme-orange #dynamicId .main-content .form-input-border-line .card-body .left-box .roles-details .card-header {
  background: #43425D;
  color: white;
  font-size: 1.25rem;
  font-weight: 500;
}
.theme-orange #dynamicId .main-content .form-input-border-line .card-body .left-box textarea {
  border: solid 1px #949494;
}
.theme-orange #dynamicId .main-content .form-input-border-line .card-body .right-side-box {
  background: white;
  width: 100%;
  box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.14);
  min-height: 300px;
}
.theme-orange #dynamicId .main-content .form-input-border-line .card-body .right-side-box h6, .theme-orange #dynamicId .main-content .form-input-border-line .card-body .right-side-box .h6 {
  font-weight: 600;
  color: #898989;
}
.theme-orange #dynamicId .main-content .form-input-border-line .card-body .right-side-box h6 img, .theme-orange #dynamicId .main-content .form-input-border-line .card-body .right-side-box .h6 img {
  vertical-align: text-bottom;
}
.theme-orange #dynamicId .main-content .form-input-border-line .card-body .right-side-box ul li {
  margin-top: 4px;
  font-size: 12px;
}
.theme-orange #dynamicId .main-content .register_box {
  margin: 5% 0;
}
.theme-orange #dynamicId .main-content .register_box .card, .theme-orange #dynamicId .main-content .register_box .card .card-header {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.19);
  border: solid 1px rgba(95, 95, 95, 0.2901960784);
  padding: 20px 50px;
}
.theme-orange #dynamicId .main-content .register_box .card .card-header {
  box-shadow: none;
  border: 0;
  padding: 25px 15px;
  background: none;
  color: #898989;
  display: block;
}
.theme-orange #dynamicId .main-content .register_box .form-group .col-form-label {
  line-height: 47px;
}
.theme-orange #dynamicId .main-content .select-common {
  display: none;
}
.theme-orange #dynamicId header {
  height: 50px;
  clear: both;
  background: #ff9800;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.33);
  transition: 0.225s ease-out;
}
.theme-orange #dynamicId header h1, .theme-orange #dynamicId header .h1 {
  font-size: 16px;
  color: #727186;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 50px;
  padding-left: 15px;
  overflow: hidden;
  height: 100%;
}
.theme-orange #dynamicId header .user-dpdwn .dropdown-menu {
  top: 43px !important;
  left: inherit !important;
  padding: 15px;
  right: 0 !important;
  background: #fb8c00;
}
.theme-orange #dynamicId header .user-dpdwn .dropdown-menu li a {
  color: white;
  padding: 0.35rem 0;
  display: block;
  border-bottom: solid 1px #c6c5dc;
}
.theme-orange #dynamicId .breadcrumbs {
  background: none;
  display: inline-block;
  margin-top: 0;
  padding: 0 5px;
  width: 100%;
  display: block;
}
.theme-orange #dynamicId .breadcrumbs .col-lg-8 .page-header {
  float: left;
}
.theme-orange #dynamicId .breadcrumbs .breadcrumb {
  background: none;
  padding: 10px 0 0 0;
  font-size: 13px;
}
.theme-orange #dynamicId .breadcrumbs .breadcrumb a {
  text-decoration: underline;
}
.theme-orange #dynamicId .breadcrumbs .breadcrumb .breadcrumb-item {
  padding-left: 0;
}
.theme-orange #dynamicId .breadcrumbs .breadcrumb .breadcrumb-item::before {
  content: normal;
}
.theme-orange #dynamicId .form-group.required .control-label::after {
  content: "*";
  color: red;
}
.theme-orange #dynamicId input::placeholder {
  color: #f4f4f4;
}
.theme-orange #dynamicId .donation-bg {
  background: #f0f0f7;
  height: 100%;
}
.theme-orange #dynamicId .donation-bg h1, .theme-orange #dynamicId .donation-bg .h1 {
  line-height: 70px;
}
.theme-orange #dynamicId .example-form {
  min-width: 270px;
  max-width: 500px;
  width: 100%;
}
.theme-orange #dynamicId .example-full-width {
  width: 100%;
}
.theme-orange #dynamicId .form-group {
  margin-bottom: 0;
}
.theme-orange #dynamicId .form-group input[type=text],
.theme-orange #dynamicId .form-group input[type=password],
.theme-orange #dynamicId .form-group input[type=email],
.theme-orange #dynamicId .form-group select,
.theme-orange #dynamicId .form-group textarea {
  border: 0;
  border-bottom: solid 1px #A5A4BF;
  border-radius: 0;
  outline: 0;
  padding: 0;
  font-size: 13px;
}
.theme-orange #dynamicId .form-group input[type=text]:focus,
.theme-orange #dynamicId .form-group input[type=password]:focus,
.theme-orange #dynamicId .form-group input[type=email]:focus,
.theme-orange #dynamicId .form-group select:focus,
.theme-orange #dynamicId .form-group textarea:focus {
  box-shadow: none;
}
.theme-orange #dynamicId .form-group textarea {
  border: solid 1px #A5A4BF;
  resize: none;
  padding: 5px 10px;
}
.theme-orange #dynamicId .form-group small, .theme-orange #dynamicId .form-group .small {
  font-size: 12px;
  line-height: normal;
  font-weight: 400;
  color: #A5A4BF;
}
.theme-orange #dynamicId .form-group .form-control-label {
  font-size: 13px;
  color: #898989;
  font-weight: 500;
  margin: auto 0;
}
.theme-orange #dynamicId .form-group .checkbox {
  font-size: 13px;
  color: #898989;
}
.theme-orange #dynamicId .form-group .checkbox input {
  vertical-align: middle;
  margin-right: 6px;
  display: inline-block;
}
.theme-orange #dynamicId .btnLogin {
  border: 0;
  padding: 6px 12px;
  background: linear-gradient(to bottom, #ffb74d, #fb8c00);
  color: white;
  font-size: 14px !important;
  min-width: 100px;
  position: relative !important;
  height: 40px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  transition: all 0.3s ease-out;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.19);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.19);
}
.theme-orange #dynamicId .btnLogin:hover {
  background: linear-gradient(to bottom, #ffa726, #f57c00);
  position: relative;
  transition: all 0.3s ease-in;
  box-shadow: 0px 10px 12px -1px rgba(0, 0, 0, 0.27);
  -webkit-box-shadow: 0px 10px 12px -1px rgba(0, 0, 0, 0.27);
  -moz-box-shadow: 0px 10px 12px -1px rgba(0, 0, 0, 0.27);
}
.theme-orange #dynamicId .btnBack {
  background: white;
  color: #A5A4BF;
  font-size: 14px;
  padding: 0;
  background: none;
  color: #fb8c00;
  font-size: 14px;
  text-decoration: underline;
  border: 0;
}
.theme-orange #dynamicId .darkColor {
  background: #ff9800;
  color: #FFFFFF;
}
.theme-orange #dynamicId .darkBorder {
  border: 1px solid #e65100;
  color: #fb8c00;
}
.theme-orange #dynamicId .btnSocial {
  border: 0;
  background: none;
  color: #fb8c00;
}
.theme-orange #dynamicId .close {
  position: initial;
  right: 20px;
  top: 12px;
  font-size: 25px !important;
  z-index: 9;
  cursor: pointer;
}
.theme-orange #dynamicId .donate-modal h5, .theme-orange #dynamicId .donate-modal .h5 {
  font-size: 1.25rem;
  font-weight: normal;
}
.theme-orange #dynamicId .indianCurrency {
  color: #A5A4BF;
  font-weight: bold;
}
.theme-orange #dynamicId .donation-ack .form-group .col-form-label {
  padding-top: 0;
}
.theme-orange #dynamicId .donation-ack .form-group .col-form-label + span {
  font-size: 13px;
  display: inline-block;
  font-weight: 700;
  line-height: normal;
  padding-left: 4.8px;
}
.theme-orange #dynamicId #left-panel .navbar-expand-sm {
  padding: 0;
}
.theme-orange #dynamicId .user-management-c > .card, .theme-orange #dynamicId .main-content .register_box .card .user-management-c > .card-header {
  min-height: 340px;
}
.theme-orange #dynamicId .user-management-c h3, .theme-orange #dynamicId .user-management-c .h3 {
  color: #ff9800;
}
.theme-orange #dynamicId .user-management-c .card-header {
  font-size: 20px;
  height: 40px;
  padding: 12px 20px;
}
.theme-orange #dynamicId .user-management-c .card-header h5, .theme-orange #dynamicId .user-management-c .card-header .h5 {
  line-height: 15px;
}
.theme-orange #dynamicId .user-management-c table td {
  padding: 4px 11.2px;
}
.theme-orange #dynamicId .user-icons a {
  width: 110px;
  height: 110px;
  display: block;
  float: left;
  margin-right: 15px;
  transition: all 0.3s ease-out;
  border: solid 1px rgba(218, 218, 218, 0.3294117647);
  cursor: pointer;
  position: relative;
}
.theme-orange #dynamicId .user-icons a img {
  filter: invert(52%) sepia(98%) saturate(2176%) hue-rotate(1deg) brightness(103%) contrast(105%);
  margin: 17px auto 7px auto !important;
}
.theme-orange #dynamicId .user-icons a i {
  font-size: 40px;
  text-align: center;
  display: block;
  color: #A5A4BF;
  transition: all 0.3s ease-out;
}
.theme-orange #dynamicId .user-icons a p {
  font-size: 13px;
  color: #ff9800;
  transition: all 0.3s ease-out;
  line-height: 12px;
  display: block;
  text-align: center;
}
.theme-orange #dynamicId .add-new-field {
  color: #fb8c00 !important;
  cursor: pointer;
  text-decoration: underline !important;
  transition: all 0.3s ease-in;
}
.theme-orange #dynamicId .switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 20px;
  margin-bottom: 0;
}
.theme-orange #dynamicId .switch input {
  display: none;
}
.theme-orange #dynamicId .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #e65100;
  transition: 0.4s;
}
.theme-orange #dynamicId .slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 1px;
  bottom: 1px;
  border: 1px solid #e65100;
  transition: 0.4s;
}
.theme-orange #dynamicId input:checked + .slider {
  background-color: #fb8c00;
  border: none;
}
.theme-orange #dynamicId input:checked + .slider:before {
  background: #FFFFFF;
  border: none;
}
.theme-orange #dynamicId input:focus + .slider {
  box-shadow: 0 0 1px #3C3B54;
}
.theme-orange #dynamicId input:checked + .slider:before {
  transform: translateX(21px);
  top: 2px;
}
.theme-orange #dynamicId .slider.round {
  border-radius: 34px;
}
.theme-orange #dynamicId .slider.round:before {
  border-radius: 50%;
}
.theme-orange #dynamicId .remove-input {
  font-size: 14px;
  color: #A5A4BF !important;
  text-decoration: underline !important;
}
.theme-orange #dynamicId .remove-input:hover {
  text-decoration: underline;
}
.theme-orange #dynamicId .createProcessBtn {
  font-size: 14px;
  background: white;
  text-decoration: underline;
}
.theme-orange #dynamicId .mat-mdc-table {
  max-height: 312px;
  overflow: auto;
  margin-bottom: 0;
}
.theme-orange #dynamicId .mat-mdc-table td {
  vertical-align: middle !important;
  color: #000000;
}
.theme-orange #dynamicId .mat-mdc-table thead {
  background: #ffe0b2 !important;
  color: #000 !important;
  white-space: nowrap;
}
.theme-orange #dynamicId .mat-mdc-table thead th {
  z-index: 1 !important;
}
.theme-orange #dynamicId .mat-mdc-table thead th span.sort-data {
  font-size: 10px;
  color: #fb8c00;
  cursor: pointer;
}
.theme-orange #dynamicId .mat-mdc-table thead th,
.theme-orange #dynamicId .mat-mdc-table tbody td {
  padding: 10px !important;
}
.theme-orange #dynamicId .mat-mdc-table .mat-mdc-row {
  height: 40px;
  background: #fff;
}
.theme-orange #dynamicId .mat-mdc-table .mat-mdc-row:hover {
  background: #e1f0fa;
}
.theme-orange #dynamicId .mat-mdc-table .mat-mdc-header-row {
  height: auto;
  padding: 10px 0;
}
.theme-orange #dynamicId .mat-mdc-table .mat-mdc-header-cell {
  padding: 14.4px 11.2px;
  font-size: 14px;
  color: #000000;
  min-width: 120px;
}
.theme-orange #dynamicId .mat-mdc-table .mat-mdc-header-cell .fa-question-circle {
  font-size: 12px;
}
.theme-orange #dynamicId .mat-mdc-table .mat-column-Actions i {
  font-size: 18px;
  display: inline-block;
  padding-right: 5px;
}
.theme-orange #dynamicId .mat-mdc-table tr.example-detail-row {
  height: 0;
}
.theme-orange #dynamicId .mat-mdc-table tr.example-detail-row td {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.theme-orange #dynamicId .mat-mdc-table tr.example-detail-row:hover {
  background: none;
}
.theme-orange #dynamicId .mat-mdc-table tr.example-element-row:not(.example-expanded-row):hover {
  background: #f5f5f5;
}
.theme-orange #dynamicId .mat-mdc-table tr.example-element-row:not(.example-expanded-row):active {
  background: #efefef;
}
.theme-orange #dynamicId .mat-mdc-table .example-element-row td {
  border-bottom-width: 0;
}
.theme-orange #dynamicId .mat-mdc-table .example-element-detail {
  overflow: hidden;
  margin: 20px auto;
  width: 90%;
}
.theme-orange #dynamicId .mat-mdc-table::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.theme-orange #dynamicId .mat-mdc-table::-webkit-scrollbar-track {
  background: #dedee6;
}
.theme-orange #dynamicId .mat-mdc-table::-webkit-scrollbar-thumb {
  background: #f57c00;
}
.theme-orange #dynamicId .uploaded-file {
  width: 100%;
}
.theme-orange #dynamicId .uploaded-file span {
  border-bottom: solid 2px #a5a4bf;
  min-width: 300px;
  display: inline-block;
  padding-bottom: 8px;
  vertical-align: bottom;
  margin-right: 8px;
}
.theme-orange #dynamicId .uploaded-file img {
  filter: invert(52%) sepia(98%) saturate(2176%) hue-rotate(1deg) brightness(103%) contrast(105%);
}
.theme-orange #dynamicId .uploaded-file .remove-input {
  color: #ff9800 !important;
}
.theme-orange #dynamicId .loginheader {
  background: #fb8c00;
  height: 70px;
}
.theme-orange #dynamicId .loginheader h2, .theme-orange #dynamicId .loginheader .h2 {
  color: white;
  font-size: 1.05rem;
  line-height: 70px;
  text-transform: uppercase;
}
.theme-orange #dynamicId .loginheader a {
  color: white !important;
  line-height: 70px;
}
.theme-orange #dynamicId .login-box-c .card, .theme-orange #dynamicId .login-box-c .main-content .register_box .card .card-header, .theme-orange #dynamicId .main-content .register_box .card .login-box-c .card-header {
  box-shadow: 0px 0px 28px 0px rgba(0, 0, 0, 0.09);
}
.theme-orange #dynamicId .login-box-c .login-left h1, .theme-orange #dynamicId .login-box-c .login-left .h1 {
  font-size: 28px;
  color: #898989;
}
.theme-orange #dynamicId .login-box-c .login-left label,
.theme-orange #dynamicId .login-box-c .login-left input {
  font-size: 14px;
  height: auto;
}
.theme-orange #dynamicId .login-box-c .login-middle .ver-line {
  height: 100%;
  display: inline-block;
  position: relative;
  display: table;
  margin: 0 auto;
}
.theme-orange #dynamicId .login-box-c .login-middle .ver-line:before {
  position: absolute;
  width: 40px;
  height: 40px;
  background: white;
  border-radius: 40px;
  content: "or";
  top: 0;
  bottom: 0;
  left: -22px;
  right: 0;
  margin: auto;
  z-index: 1;
  text-align: center;
  display: block;
  line-height: 40px;
}
.theme-orange #dynamicId .login-box-c .login-middle .ver-line:after {
  position: absolute;
  width: 1px;
  height: 100%;
  background: #A5A4BF;
  content: "";
  top: 0;
  bottom: 0;
}
.theme-orange #dynamicId .login-box-c .login-right {
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.theme-orange #dynamicId .login-box-c .login-right button {
  background: none;
  border: none;
  font-size: 13px;
  margin: 10px 0;
  padding: 0;
  display: block;
  width: 184px;
  height: 34px;
  text-align: left;
}
.theme-orange #dynamicId .login-box-c .login-right button i {
  font-size: 20px;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 23px;
  vertical-align: middle;
}
.theme-orange #dynamicId .login-box-c .login-right .email-btn {
  border: solid 1px #A5A4BF;
}
.theme-orange #dynamicId .login-box-c .login-right .email-btn i {
  background: #A5A4BF;
  color: white;
}
.theme-orange #dynamicId .login-box-c .login-right .faceBook-btn {
  border: solid 1px #3a559f;
}
.theme-orange #dynamicId .login-box-c .login-right .faceBook-btn i {
  background: #3a559f;
  color: white;
}
.theme-orange #dynamicId .login-box-c .login-right .twitter-btn {
  border: solid 1px #50abf1;
}
.theme-orange #dynamicId .login-box-c .login-right .twitter-btn i {
  background: #50abf1;
  color: white;
}
.theme-orange #dynamicId .login-box-c .login-right .google-btn {
  border: solid 1px #dc4e41;
}
.theme-orange #dynamicId .login-box-c .login-right .google-btn i {
  background: #dc4e41;
  color: white;
}
.theme-orange #dynamicId .login-box-c .logincheckbox a {
  text-decoration: underline;
}
.theme-orange #dynamicId .login-box-c .forgot-pwd {
  margin-left: 30px;
  text-decoration: underline;
  display: block;
  line-height: 36px;
}
.theme-orange #dynamicId .login-modal .modal-header .close {
  top: 15px;
  right: 20px;
}
.theme-orange #dynamicId #partyDetails .card, .theme-orange #dynamicId #partyDetails .main-content .register_box .card .card-header, .theme-orange #dynamicId .main-content .register_box .card #partyDetails .card-header {
  margin-bottom: 0;
}
.theme-orange #dynamicId .avatar-edit label {
  overflow: hidden;
}
.theme-orange #dynamicId .avatar-edit img {
  /* IE 9 */
  /* Safari */
  transform: scale(1.1);
  height: 100%;
}
.theme-orange #dynamicId #party-role-b td {
  vertical-align: baseline;
}
.theme-orange #dynamicId #party-role-b span td {
  border: 0 !important;
}
.theme-orange #dynamicId button[disabled] {
  opacity: 0.5;
  cursor: not-allowed !important;
}
.theme-orange #dynamicId .modal .modal-header {
  background: #ff9800;
  border-radius: 0;
  color: #fff;
  padding: 10px;
  height: 50px;
}
.theme-orange #dynamicId .modal .modal-header .close {
  color: #fff;
  opacity: 1;
  font-weight: normal;
  top: 10px;
  position: absolute;
  font-size: 28px;
  font-family: "Roboto Slab", serif;
}
.theme-orange #dynamicId .modal h5, .theme-orange #dynamicId .modal .h5 {
  font-size: 20px;
  margin-bottom: 0;
  line-height: 30px;
  max-width: 93%;
  width: 100%;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.theme-orange #dynamicId .mat-mdc-input-element {
  line-height: 24px !important;
  font-size: 13px !important;
}
.theme-orange #dynamicId .mat-form-field-label,
.theme-orange #dynamicId .mat-select-value-text,
.theme-orange #dynamicId .mat-input-element,
.theme-orange #dynamicId .mat-option-text {
  font-size: 14px !important;
}
.theme-orange #dynamicId #mappingTab table thead th {
  background: #ff9800;
  color: white;
}
.theme-orange #dynamicId #mappingTab table tbody {
  background: #ffe0b2;
}
.theme-orange #dynamicId #mappingTab table td {
  padding-bottom: 10px;
  height: 45px;
  overflow: hidden;
}
.theme-orange #dynamicId #mappingTab table td select {
  background: none;
  border: 0;
  height: auto;
}
.theme-orange #dynamicId #mappingTab table td select:focus {
  outline: 0;
}
.theme-orange #dynamicId #mappingTab table td .fa-times,
.theme-orange #dynamicId #mappingTab table td .fa-check {
  color: #ff9800;
}
.theme-orange #dynamicId #mappingTab .fa-chain-broken,
.theme-orange #dynamicId #mappingTab .fa-link {
  color: #ff9800;
}
.theme-orange #dynamicId .search-user-b .card-body form {
  margin: 0;
  padding: 0;
  width: 100%;
}
.theme-orange #dynamicId .search-user-b label {
  font-size: 14px;
  display: inline-block;
  line-height: normal;
  margin-bottom: 0;
  margin-top: 20px;
}
.theme-orange #dynamicId .search-user-b .mat-mdc-select {
  margin-top: 5px;
  line-height: 24px;
}
.theme-orange #dynamicId .mat-mdc-tab-group {
  font-family: "Exo 2", sans-serif !important;
}
.theme-orange #dynamicId .mat-mdc-tab-group .mat-mdc-tab-header {
  margin-top: -1px;
  /* TODO(mdc-migration): The following rule targets internal classes of tabs that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of tabs that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of tabs that may no longer apply for the MDC version.*/
}
.theme-orange #dynamicId .mat-mdc-tab-group .mat-mdc-tab-header .mat-tab-list {
  /* TODO(mdc-migration): The following rule targets internal classes of tabs that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of tabs that may no longer apply for the MDC version.*/
}
.theme-orange #dynamicId .mat-mdc-tab-group .mat-mdc-tab-header .mat-tab-list .mat-ink-bar {
  background-color: #43425d;
}
.theme-orange #dynamicId .mat-mdc-tab-group .mat-mdc-tab-header .mat-tab-list .mat-tab-labels {
  /* TODO(mdc-migration): The following rule targets internal classes of tabs that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of tabs that may no longer apply for the MDC version.*/
}
.theme-orange #dynamicId .mat-mdc-tab-group .mat-mdc-tab-header .mat-tab-list .mat-tab-labels .mat-tab-label {
  opacity: 1;
  color: #000000;
  font-weight: bold;
  background: none;
  padding: 0 10px;
  min-width: 0;
}
.theme-orange #dynamicId .mat-mdc-tab-group .mat-mdc-tab-header .mat-tab-list .mat-tab-labels .mat-tab-label:focus {
  background: none;
}
.theme-orange #dynamicId .mat-mdc-tab-group .mat-mdc-tab-header .mat-tab-list .mat-tab-labels .mat-tab-label .mat-ripple-element {
  background: none !important;
}
.theme-orange #dynamicId .mat-mdc-tab-group .mat-mdc-tab-header .mat-tab-list .mat-tab-labels .mat-tab-label-active {
  background: none;
}
.theme-orange #dynamicId mat-label {
  font-weight: 700;
  font-size: 14px;
}
.theme-orange #dynamicId owl-date-time-inline .owl-dt-inline-container {
  width: 95%;
  float: right;
  box-shadow: none;
  border: solid 1px #dbdbdb;
  z-index: 7;
}
.theme-orange #dynamicId .owl-dt-inline-container .owl-dt-calendar,
.theme-orange #dynamicId .owl-dt-popup-container .owl-dt-calendar {
  height: auto !important;
}
.theme-orange #dynamicId .owl-dt-calendar-control {
  padding: 1.5em;
}
.theme-orange #dynamicId .owl-dt-timer-box {
  width: 40%;
}
.theme-orange #dynamicId div[ng-reflect-ng-switch=multi-years],
.theme-orange #dynamicId div[ng-reflect-ng-switch=year] {
  width: 12em;
}
.theme-orange #dynamicId .event-heading-a {
  font-size: 1.25rem;
  text-decoration: underline !important;
  font-weight: 600;
}
.theme-orange #dynamicId .share-event ul {
  left: inherit !important;
  right: 0 !important;
  border: 0;
  top: 28px !important;
  box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.09);
  min-width: auto;
  padding: 0;
}
.theme-orange #dynamicId .share-event ul li {
  white-space: nowrap;
}
.theme-orange #dynamicId .share-event ul li:last-of-type a {
  border-bottom: none;
}
.theme-orange #dynamicId .share-event ul li a {
  font-size: 14px;
  border-bottom: solid 1px #dedede;
  padding: 0;
  display: block;
  line-height: 30px;
}
.theme-orange #dynamicId .share-event ul li a .fa {
  font-size: 20px;
  width: 26px;
  text-align: center;
  margin: 5px 2px;
  height: 26px;
  line-height: 20px;
}
.theme-orange #dynamicId .share-event ul li a .fa:hover {
  opacity: 0.7;
}
.theme-orange #dynamicId .share-event button.eventShareButton + ul {
  right: inherit !important;
}
.theme-orange #dynamicId .events-bottom-icon {
  bottom: 0;
  width: 100%;
}
.theme-orange #dynamicId .events-bottom-icon .evnt-modal-icns {
  min-width: 90px;
  max-width: 140px;
}
.theme-orange #dynamicId .events-bottom-icon button img {
  vertical-align: top;
  max-height: 30px;
  height: 40px;
}
.theme-orange #dynamicId .events-bottom-icon .eventButton {
  max-width: 100%;
}
.theme-orange #dynamicId .join-event ul {
  left: inherit !important;
  right: 0 !important;
  border: 0;
  top: 58px !important;
  box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.09);
  min-width: auto;
  padding: 0;
  background: #43425d;
}
.theme-orange #dynamicId .join-event ul li {
  white-space: nowrap;
}
.theme-orange #dynamicId .join-event ul li:last-of-type a {
  border-bottom: none;
}
.theme-orange #dynamicId .join-event ul li a {
  font-size: 13px;
  border-bottom: solid 1px #dedede;
  padding: 0 15px;
  display: block;
  line-height: 30px;
  color: #c8c9ce !important;
}
.theme-orange #dynamicId .hours-lite-c {
  color: #e6e6eb;
}
.theme-orange #dynamicId #viewEvent .close {
  top: 5px;
}
.theme-orange #dynamicId .pointer {
  vertical-align: text-top;
}
.theme-orange #dynamicId .activity-comments {
  background: #f2f1ff;
  color: #000000;
  font-size: 12px;
}
.theme-orange #dynamicId .activity-comments .user-info-text {
  font-weight: 600;
  color: #a5a4bf;
}
.theme-orange #dynamicId .activity-comments .activity-desc {
  margin-left: 83px;
}
.theme-orange #dynamicId .load-more a {
  text-decoration: underline !important;
  color: #a5a4bf !important;
}
.theme-orange #dynamicId .mat-form-field-appearance-legacy.mat-form-field-disabled {
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.theme-orange #dynamicId .mat-form-field-appearance-legacy.mat-form-field-disabled .mat-form-field-underline {
  background: none !important;
  border-bottom: solid 1px #ccc;
}
.theme-orange #dynamicId .evnt-desc-m {
  padding-left: 0;
  padding-bottom: 20px;
}
.theme-orange #dynamicId .c-pointer {
  cursor: pointer !important;
}
.theme-orange #dynamicId .fixed-table tbody {
  display: block;
  height: 300px;
  overflow: auto;
}
.theme-orange #dynamicId .fixed-table tbody::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.theme-orange #dynamicId .fixed-table tbody::-webkit-scrollbar-track {
  background: #dedee6;
}
.theme-orange #dynamicId .fixed-table tbody::-webkit-scrollbar-thumb {
  background: #f57c00;
}
.theme-orange #dynamicId .fixed-table thead,
.theme-orange #dynamicId .fixed-table tbody tr {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.theme-orange #dynamicId .fixed-table thead {
  width: calc(100% - 17px);
}
.theme-orange #dynamicId .fixed-table thead th {
  color: #ff9800;
}
.theme-orange #dynamicId .clearfix {
  clear: both !important;
}
.theme-orange #dynamicId .error-font-size,
.theme-orange #dynamicId .mat-mdc-form-field-error {
  font-size: 13px !important;
  display: inline;
}
.theme-orange #dynamicId .cdk-overlay-container {
  z-index: 1050 !important;
}
.theme-orange #dynamicId .mat-mdc-form-field.mat-form-field-invalid .mat-form-field-label {
  color: rgba(0, 0, 0, 0.54);
}
.theme-orange #dynamicId .mat-form-field-appearance-legacy .mat-form-field-label span {
  color: #dc3545;
  font-size: 15px;
}
.theme-orange #dynamicId .existUser {
  color: #dc3545;
}
.theme-orange #dynamicId .authentication-email {
  margin-top: 19px;
  font-size: 14px;
  font-weight: 600;
}
.theme-orange #dynamicId #menuToggle {
  width: 60px;
  height: 45px;
  position: relative;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
  transform: scale(0.333);
}
.theme-orange #dynamicId #menuToggle span {
  background: #ff9800;
  display: block;
  position: absolute;
  height: 9px;
  width: 50%;
  opacity: 1;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
.theme-orange #dynamicId #menuToggle span:nth-child(even) {
  left: 50%;
  border-radius: 0 9px 9px 0;
}
.theme-orange #dynamicId #menuToggle span:nth-child(odd) {
  left: 0px;
  border-radius: 9px 0 0 9px;
}
.theme-orange #dynamicId #menuToggle span:nth-child(1), .theme-orange #dynamicId #menuToggle span:nth-child(2) {
  top: 0px;
}
.theme-orange #dynamicId #menuToggle span:nth-child(1) {
  top: 7px;
  transform: rotate(-45deg);
}
.theme-orange #dynamicId #menuToggle span:nth-child(2) {
  opacity: 0;
}
.theme-orange #dynamicId #menuToggle span:nth-child(3), .theme-orange #dynamicId #menuToggle span:nth-child(4) {
  top: 18px;
}
.theme-orange #dynamicId #menuToggle span:nth-child(5), .theme-orange #dynamicId #menuToggle span:nth-child(6) {
  top: 36px;
}
.theme-orange #dynamicId #menuToggle span:nth-child(5) {
  transform: rotate(45deg);
  top: 28px;
}
.theme-orange #dynamicId #menuToggle span:nth-child(6) {
  opacity: 0;
}
.theme-orange #dynamicId #menuToggle.open span:nth-child(1), .theme-orange #dynamicId #menuToggle.open span:nth-child(6) {
  transform: rotate(45deg);
}
.theme-orange #dynamicId #menuToggle.open span:nth-child(2), .theme-orange #dynamicId #menuToggle.open span:nth-child(5) {
  transform: rotate(-45deg);
}
.theme-orange #dynamicId #menuToggle.open span:nth-child(1) {
  left: 28px;
  top: 7px;
  transform: rotate(45deg);
}
.theme-orange #dynamicId #menuToggle.open span:nth-child(2) {
  left: calc(50% - 5px);
  top: 18px;
  opacity: 1;
  transform: rotate(-180deg);
}
.theme-orange #dynamicId #menuToggle.open span:nth-child(3) {
  left: -50%;
  opacity: 0;
}
.theme-orange #dynamicId #menuToggle.open span:nth-child(4) {
  left: 100%;
  opacity: 0;
}
.theme-orange #dynamicId #menuToggle.open span:nth-child(5) {
  left: 5px;
  top: 18px;
  transform: rotate(-180deg);
}
.theme-orange #dynamicId #menuToggle.open span:nth-child(6) {
  top: 27px;
  transform: rotate(-45deg);
  opacity: 1;
}
.theme-orange #dynamicId .donation--btn {
  display: block;
  margin: 0 auto;
}
.theme-orange #dynamicId .req-text {
  width: 58%;
  margin-top: 20px;
}
.theme-orange #dynamicId .evtm-des {
  display: block;
  height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 150px;
  white-space: nowrap;
}
.theme-orange #dynamicId .evtm-name {
  width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 20px;
}
.theme-orange #dynamicId .public-event-wrapper,
.theme-orange #dynamicId .public-donationfund {
  width: 100%;
  max-width: 767px;
  margin: 20px auto;
  background: #fff;
  padding: 20px;
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.1);
}
.theme-orange #dynamicId .public-donationfund lable {
  display: inline-block;
}
.theme-orange #dynamicId .public-donationfund span {
  display: block;
  padding: 5px 0 0 5px;
  font-weight: 600;
  font-size: 14px;
}
.theme-orange #dynamicId .public-donationfund.p-d-message h6, .theme-orange #dynamicId .public-donationfund.p-d-message .h6 {
  line-height: 26px;
}
.theme-orange #dynamicId .sm-pstmsg-msg {
  width: 300px;
  overflow: hidden;
  height: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.theme-orange #dynamicId .tooltip.show {
  opacity: 1;
}
.theme-orange #dynamicId .tooltip-inner {
  max-width: 300px;
  opacity: 1;
}
.theme-orange #dynamicId .tooltip.bs-tooltip-auto[x-placement^=right] .arrow::before,
.theme-orange #dynamicId .tooltip.bs-tooltip-right .arrow::before,
.theme-orange #dynamicId .tooltip.bs-tooltip-auto[x-placement^=right] .arrow::before {
  border-left-color: #595775;
}
.theme-orange #dynamicId .bs-tooltip-right .arrow::before,
.theme-orange #dynamicId .bs-tooltip-auto[x-placement^=right] .arrow::before {
  border-right-color: #595775;
}
.theme-orange #dynamicId #socialLinkModal .socialBtn {
  width: 100%;
  background: none;
}
.theme-orange #dynamicId #socialLinkModal .socialBtn:hover {
  background: none;
}
.theme-orange #dynamicId .faceBook-btn i {
  color: #3a559f;
  vertical-align: sub;
}
.theme-orange #dynamicId .twitter-btn i {
  color: #50abf1;
  vertical-align: sub;
}
.theme-orange #dynamicId .google-btn i {
  color: #dc4e41;
  vertical-align: initial;
}
.theme-orange #dynamicId .party-info-address {
  padding: 10px !important;
  margin: 20px 0 !important;
  height: 90px;
}
.theme-orange #dynamicId .border {
  border: 1px solid #dbdbdb !important;
}
.theme-orange #dynamicId .create-survey .card-header {
  border: 0;
  color: #fff;
  font-size: 14px;
  padding: 10px !important;
  font-weight: 600;
}
.theme-orange #dynamicId .create-survey .card-body {
  font-size: 13px;
}
.theme-orange #dynamicId .survey-date-time,
.theme-orange #dynamicId .survey-share {
  font-weight: 600;
}
.theme-orange #dynamicId .survey-date-time label,
.theme-orange #dynamicId .survey-share label {
  color: #9e9e9e;
  font-weight: 600 !important;
}
.theme-orange #dynamicId .survey-question-page {
  /* TODO(mdc-migration): The following rule targets internal classes of select that may no longer apply for the MDC version.*/
}
.theme-orange #dynamicId .survey-question-page .mat-select-placeholder {
  line-height: 26px;
}
.theme-orange #dynamicId .new-question-b button i {
  font-size: 21px;
  display: inline-block;
  vertical-align: sub;
  padding-right: 5px;
}
.theme-orange #dynamicId #previewQuestions b {
  font-weight: 600 !important;
}
.theme-orange #dynamicId #previewQuestions .modal-header {
  background: #a5a4bf;
  border-bottom: 0;
}
.theme-orange #dynamicId #previewQuestions .modal-header .close {
  color: #bcbccb;
}
.theme-orange #dynamicId #previewQuestions .survey--time {
  width: 96%;
}
.theme-orange #dynamicId #previewQuestions .survey--time strong {
  color: #ff9800;
}
.theme-orange #dynamicId #previewQuestions .mat-mdc-radio-group .mat-mdc-radio-button {
  font-family: "Exo 2", sans-serif;
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
}
.theme-orange #dynamicId #previewQuestions .mat-mdc-radio-group .mat-mdc-radio-button .mat-radio-label-content {
  font-family: "Exo 2", sans-serif;
  padding-left: 0;
  padding-right: 8px;
}
.theme-orange #dynamicId .mat-mdc-select {
  line-height: 24px;
}
.theme-orange #dynamicId .create-survey {
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.theme-orange #dynamicId .create-survey .mat-form-field-infix {
  width: auto;
}
.theme-orange #dynamicId .survey-questions .survey-date {
  font-size: 14px;
  text-align: right;
  line-height: 30px;
}
.theme-orange #dynamicId .survey-questions .share-survey .dropdown-menu {
  width: 100%;
  top: 43px !important;
}
.theme-orange #dynamicId .survey-questions .card-header {
  line-height: normal;
}
.theme-orange #dynamicId #SurveyCloseModal .modal-header h5 i, .theme-orange #dynamicId #SurveyCloseModal .modal-header .h5 i {
  font-size: 30px;
  vertical-align: sub;
}
.theme-orange #dynamicId .add-questions-w {
  width: 90%;
  float: left;
}
.theme-orange #dynamicId .add-questions-w .add-question-i {
  width: 100%;
}
.theme-orange #dynamicId .add-questions-w .add-question-i mat-form-field {
  width: 96%;
  float: left;
}
.theme-orange #dynamicId .add-qst-add {
  float: left;
}
.theme-orange #dynamicId .dashboard-wrapper a {
  width: auto;
  display: inline-block;
  padding-right: 40px;
  transition: all 0.5s ease-in;
}
.theme-orange #dynamicId .dashboard-wrapper a p {
  font-size: 14px;
  margin-top: 6px;
}
.theme-orange #dynamicId .dashboard-wrapper a:hover p {
  color: #a5a4bf !important;
  transition: all 0.5s ease-out;
}
.theme-orange #dynamicId .custom-table-wrapper .ag-body-viewport::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.theme-orange #dynamicId .custom-table-wrapper .ag-body-viewport::-webkit-scrollbar-track {
  background: #dedee6;
}
.theme-orange #dynamicId .custom-table-wrapper .ag-body-viewport::-webkit-scrollbar-thumb {
  background: #f57c00;
}
.theme-orange #dynamicId .view-report-w {
  min-height: 0 !important;
}
.theme-orange #dynamicId .chartdiv {
  overflow: visible;
  text-align: left;
  max-height: 400px;
  margin: 0 auto;
  width: 99%;
}
.theme-orange #dynamicId .chartdiv:last-of-type {
  border-bottom: none;
}
.theme-orange #dynamicId .chartdiv .amcharts-main-div {
  background: #ffcc80;
  margin-bottom: 20px;
}
.theme-orange #dynamicId .chartdiv a {
  visibility: hidden;
  display: none;
}
.theme-orange #dynamicId .time-stats {
  height: auto;
  padding: 10px 0;
  margin-bottom: 0;
}
.theme-orange #dynamicId .timeChart {
  float: left;
}
.theme-orange #dynamicId .timeChart .amcharts-chart-div {
  height: 100%;
}
.theme-orange #dynamicId .timeChart .amcharts-chart-div svg {
  height: 100%;
}
.theme-orange #dynamicId .timeChart .amcharts-export-menu {
  position: absolute;
  visibility: hidden;
  background: #fff;
}
.theme-orange #dynamicId .responderChartMember {
  width: 288px;
  min-height: 150px !important;
  margin: auto;
}
.theme-orange #dynamicId .responderChartMember h5, .theme-orange #dynamicId .responderChartMember .h5 {
  color: #ff9800;
  font-weight: bold;
}
.theme-orange #dynamicId .responderChartMember .memberCount {
  font-size: 26px;
  font-weight: bold;
  background: #ff9800;
  color: #fff;
  height: 60px;
  width: 60px;
  border-radius: 60px;
  line-height: 28px;
  margin: auto;
}
.theme-orange #dynamicId .remove-question {
  position: absolute;
  margin-left: -10px;
}
.theme-orange #dynamicId .tcWithoutScroll table tbody {
  height: auto !important;
}
.theme-orange #dynamicId #viewModal label.message {
  padding-top: 0;
}
.theme-orange #dynamicId .timeChartTable table thead {
  width: 100%;
}
.theme-orange #dynamicId .timeChartTable table thead th {
  border-top: 1px solid #dee2e6 !important;
  border-bottom: 0;
  width: auto !important;
}
.theme-orange #dynamicId .timeChartTable table thead th:first-child {
  width: auto !important;
}
.theme-orange #dynamicId .timeChartTable table tbody tr td {
  width: auto !important;
}
.theme-orange #dynamicId .timeChartTable table tbody::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.theme-orange #dynamicId .timeChartTable table tbody::-webkit-scrollbar-track {
  background: #dedee6;
}
.theme-orange #dynamicId .timeChartTable table tbody::-webkit-scrollbar-thumb {
  background: #f57c00;
}
.theme-orange #dynamicId .amExportButton ul li.export-main a {
  visibility: visible;
  display: block;
  background: #fb8c00 url('download_white.07d2a3b65c03c324.svg') no-repeat 0 0;
  background-size: 14px;
  background-position: center;
}
.theme-orange #dynamicId .amExportButton ul li.export-main a[title="JavaScript charts"] {
  visibility: hidden;
  display: none;
}
.theme-orange #dynamicId .amcharts-export-menu .export-drawing > a {
  visibility: hidden;
  display: none;
}
.theme-orange #dynamicId .response-table {
  position: relative;
}
.theme-orange #dynamicId .response-table .downloadCsv {
  position: absolute;
  right: 18px;
  top: -34px;
  background: white;
  width: 37px;
  height: 37px;
  border-radius: 30px;
  box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.24);
  z-index: 7;
  text-align: center;
  padding-top: 5px;
  cursor: pointer;
}
.theme-orange #dynamicId .response-table .downloadCsv img {
  filter: invert(52%) sepia(98%) saturate(2176%) hue-rotate(1deg) brightness(103%) contrast(105%);
}
.theme-orange #dynamicId .custom-alert-p {
  position: absolute;
  width: 95%;
}
.theme-orange #dynamicId .admin-register-alert {
  position: static;
}
.theme-orange #dynamicId .admin-register-alert .close {
  position: absolute;
  right: 0;
  top: 0px;
  font-size: 24px !important;
}
.theme-orange #dynamicId .bank-details-l label {
  font-size: 12px;
  line-height: 8px;
  min-width: 120px;
}
.theme-orange #dynamicId .bank-details-l label span {
  font-size: 14px;
}
.theme-orange #dynamicId .bank-details-labels label {
  line-height: 16px;
  min-width: 300px;
  font-weight: 600 !important;
}
.theme-orange #dynamicId .bank-details-labels label span {
  font-weight: normal;
}
.theme-orange #dynamicId .disclaimer-text .disclaimer--text {
  margin-bottom: 0;
}
.theme-orange #dynamicId .disclaimer-text .disclaimer--text span {
  font-size: 8px;
  vertical-align: inherit;
}
.theme-orange #dynamicId .disclaimer-text .disclaimer--text strong {
  font-weight: 600;
}
.theme-orange #dynamicId .btn-color {
  color: #a5a4bf !important;
}
.theme-orange #dynamicId .public--survey {
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
}
.theme-orange #dynamicId .public--survey .mat-radio-label {
  white-space: normal;
  padding-top: 0;
  margin-bottom: 4.8px;
}
.theme-orange #dynamicId .public--survey .question-name {
  font-weight: bold;
  color: #ff9800;
}
.theme-orange #dynamicId .public--survey .question-name label {
  font-weight: bold !important;
}
.theme-orange #dynamicId .config-wrapper .custom-table-wrapper {
  background: none;
}
.theme-orange #dynamicId app-custom-user-table .container {
  grid-template-rows: none !important;
}
.theme-orange #dynamicId app-custom-user-table .container .ag-body-container .ag-row:last-of-type {
  border: none !important;
}
.theme-orange #dynamicId .alert-danger {
  border-radius: 0;
}
.theme-orange #dynamicId .alert-danger .close {
  position: absolute;
  right: 10px;
}
.theme-orange #dynamicId .black-overlay {
  position: fixed !important;
  overflow: hidden;
}
.theme-orange #dynamicId .mh-none {
  min-height: 0 !important;
}
.theme-orange #dynamicId .card-bg-gray {
  background: #f7f7fb;
}
.theme-orange #dynamicId .finance_dshb_share button {
  border: 0;
  padding: 0;
}
.theme-orange #dynamicId .finance_dshb_share button::after {
  content: none;
}
.theme-orange #dynamicId .finance_dshb_share button img {
  margin-top: -16px;
}
.theme-orange #dynamicId .text-filter-c {
  width: 100%;
}
.theme-orange #dynamicId .text-filter-c .mat-mdc-select {
  /* TODO(mdc-migration): The following rule targets internal classes of select that may no longer apply for the MDC version.*/
}
.theme-orange #dynamicId .text-filter-c .mat-mdc-select .mat-select-value-text span {
  font-size: 10px !important;
}
.theme-orange #dynamicId .text-filter-c input.mat-mdc-input-element {
  border-bottom: none;
  font-size: 10px !important;
  padding-bottom: 0;
}
.theme-orange #dynamicId .text-filter-c input.mat-mdc-input-element:focus {
  border-bottom: none !important;
  padding: 0;
}
.theme-orange #dynamicId .records-select-c {
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.theme-orange #dynamicId .records-select-c .mat-form-field-infix {
  border-top: 0;
}
.theme-orange #dynamicId .ag-overlay[ref=eOverlay] .ag-overlay-no-rows-center {
  top: 130px;
  position: absolute;
  width: 100%;
  text-align: center;
  left: 0;
}
.theme-orange #dynamicId .grayBtn {
  height: 100px;
  text-align: center;
}
.theme-orange #dynamicId .grayBtn button {
  width: 100%;
  height: 100%;
  background: none;
  cursor: pointer;
  border: none;
  color: #fff;
  transition: all 0.3s ease-in;
  outline: 0;
}
.theme-orange #dynamicId .grayBtn button:hover {
  opacity: 0.7;
  transition: all 0.3s ease-out;
}
.theme-orange #dynamicId .grayBtn:nth-child(1) {
  background: #3b3b53;
}
.theme-orange #dynamicId .grayBtn:nth-child(2) {
  background: #4c4c62;
}
.theme-orange #dynamicId .grayBtn:nth-child(3) {
  background: #5e5e72;
}
.theme-orange #dynamicId .grayBtn:nth-child(4) {
  background: #707081;
}
.theme-orange #dynamicId .party-navigation ul.navbar-nav .nav-item .nav-link:hover, .theme-orange #dynamicId .party-navigation ul.navbar-nav .nav-item .nav-link:focus {
  background: none !important;
}
.theme-orange #dynamicId .party-navigation ul.navbar-nav .nav-item.active .nav-link {
  color: #908ddb !important;
}
.theme-orange #dynamicId #searchMember .modal-dialog {
  width: 65%;
  max-width: 1200px;
}
.theme-orange #dynamicId .add-new-qstn {
  font-size: 22px;
  vertical-align: sub;
  padding-right: 6px;
}
.theme-orange #dynamicId .remove-question-f {
  vertical-align: sub;
  font-size: 20px;
  margin-right: 6px;
}
.theme-orange #dynamicId .enter-sms-text h4, .theme-orange #dynamicId .enter-sms-text .h4 {
  font-size: 16px !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.theme-orange #dynamicId .questions-wrapper .mat-expansion-panel {
  background: none;
  margin-bottom: 8px;
  box-shadow: none !important;
  border: solid 1px #e0e0e0;
}
.theme-orange #dynamicId .questions-wrapper .mat-expansion-panel mat-panel-title h6, .theme-orange #dynamicId .questions-wrapper .mat-expansion-panel mat-panel-title .h6 {
  display: block;
  max-width: 376px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.theme-orange #dynamicId .questions-wrapper mat-accordion .mat-expansion-panel-spacing {
  margin-bottom: 8px !important;
}
.theme-orange #dynamicId .tooltip-custom-color {
  background: #595775;
  max-width: 500px !important;
  width: 100% !important;
  opacity: 1;
  font-size: 13px;
}
.theme-orange #dynamicId .mat-mdc-snack-bar-container {
  background: #ffffff;
  color: #f00;
  margin-bottom: 20px !important;
  border: solid 1px #d6d6d6;
  box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.31);
}
.theme-orange #dynamicId .mat-mdc-snack-bar-container span {
  margin: auto;
}
.theme-orange #dynamicId #previewQuestions {
  /* TODO(mdc-migration): The following rule targets internal classes of card that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of card that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of card that may no longer apply for the MDC version.*/
}
.theme-orange #dynamicId #previewQuestions .mat-mdc-card {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  border: solid 1px #ececec;
}
.theme-orange #dynamicId #previewQuestions .mat-card-header-text {
  width: 100%;
  margin: 0;
  /* TODO(mdc-migration): The following rule targets internal classes of card that may no longer apply for the MDC version.*/
}
.theme-orange #dynamicId #previewQuestions .mat-card-header-text mat-card-title {
  margin-bottom: 0;
  display: block;
  padding: 10px;
  background: #f2f2f2;
}
.theme-orange #dynamicId #previewQuestions mat-card-content {
  padding: 10px;
}
.theme-orange #dynamicId .config-wrapper .card, .theme-orange #dynamicId .config-wrapper .main-content .register_box .card .card-header, .theme-orange #dynamicId .main-content .register_box .card .config-wrapper .card-header {
  min-height: 0;
  margin-bottom: 0;
}
.theme-orange #dynamicId .config-wrapper .mat-expansion-panel {
  box-shadow: none;
  border-bottom: solid 2px #fff;
}
.theme-orange #dynamicId .config-wrapper .mat-expansion-panel .mat-expansion-panel-header {
  background: #ff9800;
  color: #fff;
  position: relative;
  padding: 0 18px;
}
.theme-orange #dynamicId .config-wrapper .mat-expansion-panel .mat-expansion-panel-header .mat-expansion-panel-header-title {
  color: #fff;
  margin-left: 26px;
}
.theme-orange #dynamicId .config-wrapper .mat-expansion-panel .mat-expansion-panel-header .mat-expansion-panel-header-title h6, .theme-orange #dynamicId .config-wrapper .mat-expansion-panel .mat-expansion-panel-header .mat-expansion-panel-header-title .h6 {
  margin-top: 8px;
  color: white;
}
.theme-orange #dynamicId .config-wrapper .mat-expansion-panel .mat-expansion-panel-header:hover {
  background: #fb8c00;
}
.theme-orange #dynamicId .config-wrapper .mat-mdc-checkbox {
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
}
.theme-orange #dynamicId .config-wrapper .mat-mdc-checkbox.mat-checkbox-disabled {
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
}
.theme-orange #dynamicId .config-wrapper .mat-mdc-checkbox.mat-checkbox-disabled .mat-checkbox-label {
  color: #666666 !important;
}
.theme-orange #dynamicId .config-wrapper .mat-expansion-panel .mat-expansion-indicator {
  transform: rotate(-90deg) !important;
  position: absolute;
}
.theme-orange #dynamicId .config-wrapper .mat-expansion-panel.mat-expanded .mat-expansion-indicator {
  transform: rotate(0deg) !important;
}
.theme-orange #dynamicId .config-wrapper .mat-expansion-panel .mat-expansion-indicator::after {
  color: #fff;
}
.theme-orange #dynamicId .config-wrapper .mat-expansion-panel .mat-expansion-panel-content .mat-expansion-panel-body {
  padding: 0 !important;
}
.theme-orange #dynamicId .config-slide-toggle .mat-slide-toggle-label {
  display: block;
}
.theme-orange #dynamicId .config-slide-toggle .mat-slide-toggle-bar {
  float: right;
  display: block;
}
.theme-orange #dynamicId .config-slide-toggle .mat-slide-toggle-content {
  float: left;
  margin-right: 10px;
}
.theme-orange #dynamicId .box_1 {
  background: #eee;
}
.theme-orange #dynamicId input[type=checkbox].switch_1 {
  font-size: 12px;
  appearance: none;
  width: 3em;
  height: 1.5em;
  background: #ddd;
  border-radius: 3em;
  position: relative;
  cursor: pointer;
  outline: none;
  transition: all 0.2s ease-in-out;
}
.theme-orange #dynamicId input[type=checkbox].switch_1:after {
  position: absolute;
  content: "";
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 0.25em rgba(0, 0, 0, 0.3);
  transform: scale(0.7);
  left: 0;
  transition: all 0.2s ease-in-out;
}
.theme-orange #dynamicId input[type=checkbox].switch_1:checked:after {
  left: calc(100% - 1.5em);
}
.theme-orange #dynamicId .switch_box {
  display: flex;
  max-width: 200px;
  min-width: 200px;
  height: 200px;
  justify-content: center;
  align-items: center;
  flex: 1;
}
.theme-orange #dynamicId .gotoAccountPage {
  background: none;
  border: 0;
  color: #d2656f;
}
.theme-orange #dynamicId mat-tooltip-component .tooltip-custom-color {
  background: #ff9800;
}
.theme-orange #dynamicId .right-panel .activity img {
  filter: invert(52%) sepia(98%) saturate(2176%) hue-rotate(1deg) brightness(103%) contrast(105%);
}
.theme-orange #dynamicId .right-panel .activity hr {
  border-top: 1px solid rgba(255, 152, 0, 0.2392156863);
}
.theme-orange #dynamicId .right-panel .event-heading-a,
.theme-orange #dynamicId .right-panel .fa-hand-pointer-o,
.theme-orange #dynamicId .right-panel .fa-check,
.theme-orange #dynamicId .right-panel .fa-envelope,
.theme-orange #dynamicId .right-panel .fa-cloud-upload {
  color: #ff9800;
}
.theme-orange #dynamicId .right-panel .owl-dt-calendar-cell-selected {
  background: #ff9800;
}
.theme-orange #dynamicId .right-panel app-custom-user-table img {
  filter: invert(52%) sepia(98%) saturate(2176%) hue-rotate(1deg) brightness(103%) contrast(105%);
}
.theme-orange #dynamicId .right-panel app-custom-user-table .ag-theme-material .ag-header {
  color: #000000;
  font-size: 14px;
}
.theme-orange #dynamicId .right-panel app-custom-user-table .fa-eye,
.theme-orange #dynamicId .right-panel app-custom-user-table .fa-pencil,
.theme-orange #dynamicId .right-panel app-custom-user-table .fa-trash,
.theme-orange #dynamicId .right-panel app-custom-user-table .fa-cloud-upload,
.theme-orange #dynamicId .right-panel app-custom-user-table .fa-file-text-o {
  color: #fb8c00;
}
.theme-orange #dynamicId .right-panel .disclaimer--text .fa {
  color: #fb8c00;
}
.theme-orange #dynamicId .right-panel .disclaimer--text .fa-inverse {
  color: #FFFFFF;
}
.theme-orange #dynamicId .right-panel .activity {
  border: 1px solid rgba(255, 152, 0, 0.2392156863);
}
.theme-orange #dynamicId .right-panel .custom-breadcrumb {
  padding: 0;
}
.theme-orange #dynamicId .right-panel .custom-breadcrumb .white-crumb {
  background: #fb8c00;
  color: #FFFFFF;
}
.theme-orange #dynamicId .right-panel .custom-breadcrumb .white-crumb:after {
  border-left-color: #fb8c00;
}
.theme-orange #dynamicId .right-panel .bulkUploadTab h3, .theme-orange #dynamicId .right-panel .bulkUploadTab .h3 {
  color: #ff9800;
}
.theme-orange #dynamicId .right-panel .fa-file-excel-o {
  color: #ff9800;
}
.theme-orange #dynamicId .right-panel .alert {
  font-size: 16px !important;
}
.theme-orange #dynamicId .right-panel .manage-users-anchor img,
.theme-orange #dynamicId .right-panel .csvFile img,
.theme-orange #dynamicId .right-panel #searchButton img {
  filter: invert(52%) sepia(98%) saturate(2176%) hue-rotate(1deg) brightness(103%) contrast(105%);
}
.theme-orange #dynamicId .right-panel .info-svg .fa {
  font-size: 20px;
  color: #ff9800;
}
.theme-orange #dynamicId .right-panel input[type=checkbox].switch_1:checked {
  background: #fb8c00;
}
.theme-orange #dynamicId .right-panel .modal-header {
  background: #ff9800 !important;
}
.theme-orange #dynamicId app-registration {
  display: block;
  overflow: hidden;
  background: url('greyzz.7e1ddd1c2df298da.png') repeat;
}
.theme-orange #dynamicId app-registration .main-content header h1, .theme-orange #dynamicId app-registration .main-content header .h1 {
  line-height: 50px;
  padding-left: 30px;
}
.theme-orange #dynamicId app-registration .main-content.gradient header {
  height: 70px;
}
.theme-orange #dynamicId app-registration app-authentication .main-content header h1, .theme-orange #dynamicId app-registration app-authentication .main-content header .h1 {
  line-height: 75px;
  color: white;
}
.theme-orange #dynamicId app-registration app-terms-and-conditions {
  position: relative;
  z-index: 1051;
}
.theme-orange #dynamicId .container .right-side-box h6, .theme-orange #dynamicId .container .right-side-box .h6 {
  color: #ff9800;
}
.theme-orange #dynamicId .container .right-side-box h6 img, .theme-orange #dynamicId .container .right-side-box .h6 img {
  filter: invert(52%) sepia(98%) saturate(2176%) hue-rotate(1deg) brightness(103%) contrast(105%);
}
.theme-orange #dynamicId .container .steps .step,
.theme-orange #dynamicId .container .steps .step1 {
  background: #ff9800;
}
.theme-orange #dynamicId .container .steps .step.active,
.theme-orange #dynamicId .container .steps .step1.active {
  background: #fb8c00;
}
.theme-orange #dynamicId .container .register_box .card-header h3, .theme-orange #dynamicId .container .register_box .card-header .h3 {
  color: #ff9800;
}
.theme-orange #dynamicId .container .landing_heading {
  font-size: 20px;
  color: #ff9800;
}
.theme-orange #dynamicId .container .newsletter-c,
.theme-orange #dynamicId .container .signIn-c,
.theme-orange #dynamicId .container .section-news {
  background: #f2f5f8;
}
.theme-orange #dynamicId .container .header-sign--d ul.dropdown-menu {
  min-width: 320px !important;
  box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.27);
  left: inherit;
  right: 10px;
}
.theme-orange #dynamicId .container .header-sign--d ul.dropdown-menu* {
  font-size: 14px;
}
.theme-orange #dynamicId .container .header-sign--d .get-started-btn {
  background: #FFFFFF !important;
  border: 1px solid #ff9800;
  color: #ff9800;
  line-height: normal;
  border-radius: 4px;
  padding: 5px 10px;
  margin: 0 !important;
}
.theme-orange #dynamicId .container .header-sign--d .get-started-btn:hover {
  background: #FFFFFF !important;
  color: #ff9800;
}
.theme-orange #dynamicId .container .share--social button {
  color: #ff9800 !important;
  padding: 0 8px;
  border: 0;
}
.theme-orange #dynamicId .container .share--social button:focus {
  outline: 0;
  box-shadow: none;
}
.theme-orange #dynamicId .container .share--social button:after {
  content: none;
}
.theme-orange #dynamicId .container .share--social .dropdown-menu {
  min-width: 32px;
}
.theme-orange #dynamicId .container .share--social .dropdown-menu a.dropdown-item {
  padding: 0;
  text-align: center;
}
.theme-orange #dynamicId .container .share--social .dropdown-menu a.dropdown-item i {
  color: #ff9800 !important;
  background: none;
}
.theme-orange #dynamicId .container .share--social .dropdown-menu a.dropdown-item:focus {
  outline: 0;
  box-shadow: none;
}
.theme-orange #dynamicId .container .share--social .dropdown-menu a.dropdown-item:active {
  background: none !important;
  color: #ff9800 !important;
}
.theme-orange #dynamicId .container .modal-newsletter .form-control:focus {
  box-shadow: none;
  background: none;
  border: 0;
  outline: 0;
}
.theme-orange #dynamicId .container-fluid, .theme-orange #dynamicId .container-sm, .theme-orange #dynamicId .container-md, .theme-orange #dynamicId .container-lg, .theme-orange #dynamicId .container-xl, .theme-orange #dynamicId .container-xxl {
  /* TODO(mdc-migration): The following rule targets internal classes of paginator that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of paginator that may no longer apply for the MDC version.*/
}
.theme-orange #dynamicId .container-fluid .activity-comments, .theme-orange #dynamicId .container-sm .activity-comments, .theme-orange #dynamicId .container-md .activity-comments, .theme-orange #dynamicId .container-lg .activity-comments, .theme-orange #dynamicId .container-xl .activity-comments, .theme-orange #dynamicId .container-xxl .activity-comments {
  background: rgba(0, 0, 0, 0.0784313725);
}
.theme-orange #dynamicId .container-fluid .activity-block img, .theme-orange #dynamicId .container-sm .activity-block img, .theme-orange #dynamicId .container-md .activity-block img, .theme-orange #dynamicId .container-lg .activity-block img, .theme-orange #dynamicId .container-xl .activity-block img, .theme-orange #dynamicId .container-xxl .activity-block img {
  filter: invert(52%) sepia(98%) saturate(2176%) hue-rotate(1deg) brightness(103%) contrast(105%);
}
.theme-orange #dynamicId .container-fluid .activity-block .fa, .theme-orange #dynamicId .container-sm .activity-block .fa, .theme-orange #dynamicId .container-md .activity-block .fa, .theme-orange #dynamicId .container-lg .activity-block .fa, .theme-orange #dynamicId .container-xl .activity-block .fa, .theme-orange #dynamicId .container-xxl .activity-block .fa {
  color: #ff9800;
}
.theme-orange #dynamicId .container-fluid .custom-table-wrapper .ag-body-viewport::-webkit-scrollbar, .theme-orange #dynamicId .container-sm .custom-table-wrapper .ag-body-viewport::-webkit-scrollbar, .theme-orange #dynamicId .container-md .custom-table-wrapper .ag-body-viewport::-webkit-scrollbar, .theme-orange #dynamicId .container-lg .custom-table-wrapper .ag-body-viewport::-webkit-scrollbar, .theme-orange #dynamicId .container-xl .custom-table-wrapper .ag-body-viewport::-webkit-scrollbar, .theme-orange #dynamicId .container-xxl .custom-table-wrapper .ag-body-viewport::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.theme-orange #dynamicId .container-fluid .custom-table-wrapper .ag-body-viewport::-webkit-scrollbar-track, .theme-orange #dynamicId .container-sm .custom-table-wrapper .ag-body-viewport::-webkit-scrollbar-track, .theme-orange #dynamicId .container-md .custom-table-wrapper .ag-body-viewport::-webkit-scrollbar-track, .theme-orange #dynamicId .container-lg .custom-table-wrapper .ag-body-viewport::-webkit-scrollbar-track, .theme-orange #dynamicId .container-xl .custom-table-wrapper .ag-body-viewport::-webkit-scrollbar-track, .theme-orange #dynamicId .container-xxl .custom-table-wrapper .ag-body-viewport::-webkit-scrollbar-track {
  background: #dedee6;
}
.theme-orange #dynamicId .container-fluid .custom-table-wrapper .ag-body-viewport::-webkit-scrollbar-thumb, .theme-orange #dynamicId .container-sm .custom-table-wrapper .ag-body-viewport::-webkit-scrollbar-thumb, .theme-orange #dynamicId .container-md .custom-table-wrapper .ag-body-viewport::-webkit-scrollbar-thumb, .theme-orange #dynamicId .container-lg .custom-table-wrapper .ag-body-viewport::-webkit-scrollbar-thumb, .theme-orange #dynamicId .container-xl .custom-table-wrapper .ag-body-viewport::-webkit-scrollbar-thumb, .theme-orange #dynamicId .container-xxl .custom-table-wrapper .ag-body-viewport::-webkit-scrollbar-thumb {
  background: #f57c00;
}
.theme-orange #dynamicId .container-fluid .ag-theme-material, .theme-orange #dynamicId .container-sm .ag-theme-material, .theme-orange #dynamicId .container-md .ag-theme-material, .theme-orange #dynamicId .container-lg .ag-theme-material, .theme-orange #dynamicId .container-xl .ag-theme-material, .theme-orange #dynamicId .container-xxl .ag-theme-material {
  font-size: 14px;
}
.theme-orange #dynamicId .container-fluid .ag-theme-material .ag-row-hover, .theme-orange #dynamicId .container-sm .ag-theme-material .ag-row-hover, .theme-orange #dynamicId .container-md .ag-theme-material .ag-row-hover, .theme-orange #dynamicId .container-lg .ag-theme-material .ag-row-hover, .theme-orange #dynamicId .container-xl .ag-theme-material .ag-row-hover, .theme-orange #dynamicId .container-xxl .ag-theme-material .ag-row-hover {
  background: none !important;
}
.theme-orange #dynamicId .container-fluid .ag-theme-material .ag-header-group-cell, .theme-orange #dynamicId .container-sm .ag-theme-material .ag-header-group-cell, .theme-orange #dynamicId .container-md .ag-theme-material .ag-header-group-cell, .theme-orange #dynamicId .container-lg .ag-theme-material .ag-header-group-cell, .theme-orange #dynamicId .container-xl .ag-theme-material .ag-header-group-cell, .theme-orange #dynamicId .container-xxl .ag-theme-material .ag-header-group-cell,
.theme-orange #dynamicId .container-fluid .ag-theme-material .ag-header-cell,
.theme-orange #dynamicId .container-sm .ag-theme-material .ag-header-cell,
.theme-orange #dynamicId .container-md .ag-theme-material .ag-header-cell,
.theme-orange #dynamicId .container-lg .ag-theme-material .ag-header-cell,
.theme-orange #dynamicId .container-xl .ag-theme-material .ag-header-cell,
.theme-orange #dynamicId .container-xxl .ag-theme-material .ag-header-cell {
  padding: 0 10px !important;
}
.theme-orange #dynamicId .container-fluid .ag-theme-material .ag-header-row, .theme-orange #dynamicId .container-sm .ag-theme-material .ag-header-row, .theme-orange #dynamicId .container-md .ag-theme-material .ag-header-row, .theme-orange #dynamicId .container-lg .ag-theme-material .ag-header-row, .theme-orange #dynamicId .container-xl .ag-theme-material .ag-header-row, .theme-orange #dynamicId .container-xxl .ag-theme-material .ag-header-row {
  background: #ffe0b2;
  border: 0;
  font-size: 14px;
}
.theme-orange #dynamicId .container-fluid .ag-theme-material .customHeaderLabel, .theme-orange #dynamicId .container-sm .ag-theme-material .customHeaderLabel, .theme-orange #dynamicId .container-md .ag-theme-material .customHeaderLabel, .theme-orange #dynamicId .container-lg .ag-theme-material .customHeaderLabel, .theme-orange #dynamicId .container-xl .ag-theme-material .customHeaderLabel, .theme-orange #dynamicId .container-xxl .ag-theme-material .customHeaderLabel {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 17px;
  padding-top: 10px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
}
.theme-orange #dynamicId .container-fluid .ag-theme-material .customHeaderLabel .custom-date-f, .theme-orange #dynamicId .container-sm .ag-theme-material .customHeaderLabel .custom-date-f, .theme-orange #dynamicId .container-md .ag-theme-material .customHeaderLabel .custom-date-f, .theme-orange #dynamicId .container-lg .ag-theme-material .customHeaderLabel .custom-date-f, .theme-orange #dynamicId .container-xl .ag-theme-material .customHeaderLabel .custom-date-f, .theme-orange #dynamicId .container-xxl .ag-theme-material .customHeaderLabel .custom-date-f {
  font-weight: normal;
}
.theme-orange #dynamicId .container-fluid .ag-theme-material .ag-header-cell-label, .theme-orange #dynamicId .container-sm .ag-theme-material .ag-header-cell-label, .theme-orange #dynamicId .container-md .ag-theme-material .ag-header-cell-label, .theme-orange #dynamicId .container-lg .ag-theme-material .ag-header-cell-label, .theme-orange #dynamicId .container-xl .ag-theme-material .ag-header-cell-label, .theme-orange #dynamicId .container-xxl .ag-theme-material .ag-header-cell-label {
  width: 100% !important;
  font-size: 14px;
  font-weight: 500;
}
.theme-orange #dynamicId .container-fluid .ag-theme-material .ag-cell, .theme-orange #dynamicId .container-sm .ag-theme-material .ag-cell, .theme-orange #dynamicId .container-md .ag-theme-material .ag-cell, .theme-orange #dynamicId .container-lg .ag-theme-material .ag-cell, .theme-orange #dynamicId .container-xl .ag-theme-material .ag-cell, .theme-orange #dynamicId .container-xxl .ag-theme-material .ag-cell {
  padding: 0 10px !important;
  text-transform: capitalize;
  font-size: 14px;
}
.theme-orange #dynamicId .container-fluid .ag-theme-material .ag-cell cell-renderer > div, .theme-orange #dynamicId .container-sm .ag-theme-material .ag-cell cell-renderer > div, .theme-orange #dynamicId .container-md .ag-theme-material .ag-cell cell-renderer > div, .theme-orange #dynamicId .container-lg .ag-theme-material .ag-cell cell-renderer > div, .theme-orange #dynamicId .container-xl .ag-theme-material .ag-cell cell-renderer > div, .theme-orange #dynamicId .container-xxl .ag-theme-material .ag-cell cell-renderer > div {
  box-sizing: border-box;
  overflow: hidden;
  position: absolute;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 96%;
}
.theme-orange #dynamicId .container-fluid .ag-theme-material .ag-cell cell-renderer > .gridInputValue, .theme-orange #dynamicId .container-sm .ag-theme-material .ag-cell cell-renderer > .gridInputValue, .theme-orange #dynamicId .container-md .ag-theme-material .ag-cell cell-renderer > .gridInputValue, .theme-orange #dynamicId .container-lg .ag-theme-material .ag-cell cell-renderer > .gridInputValue, .theme-orange #dynamicId .container-xl .ag-theme-material .ag-cell cell-renderer > .gridInputValue, .theme-orange #dynamicId .container-xxl .ag-theme-material .ag-cell cell-renderer > .gridInputValue {
  left: 0 !important;
}
.theme-orange #dynamicId .container-fluid .ag-theme-material .ag-cell a, .theme-orange #dynamicId .container-sm .ag-theme-material .ag-cell a, .theme-orange #dynamicId .container-md .ag-theme-material .ag-cell a, .theme-orange #dynamicId .container-lg .ag-theme-material .ag-cell a, .theme-orange #dynamicId .container-xl .ag-theme-material .ag-cell a, .theme-orange #dynamicId .container-xxl .ag-theme-material .ag-cell a {
  font-size: 14px !important;
}
.theme-orange #dynamicId .container-fluid .ag-theme-material .ag-floating-filter-full-body input, .theme-orange #dynamicId .container-sm .ag-theme-material .ag-floating-filter-full-body input, .theme-orange #dynamicId .container-md .ag-theme-material .ag-floating-filter-full-body input, .theme-orange #dynamicId .container-lg .ag-theme-material .ag-floating-filter-full-body input, .theme-orange #dynamicId .container-xl .ag-theme-material .ag-floating-filter-full-body input, .theme-orange #dynamicId .container-xxl .ag-theme-material .ag-floating-filter-full-body input {
  border-bottom: none !important;
}
.theme-orange #dynamicId .container-fluid .ag-theme-material .ag-icon-checkbox-checked:empty, .theme-orange #dynamicId .container-sm .ag-theme-material .ag-icon-checkbox-checked:empty, .theme-orange #dynamicId .container-md .ag-theme-material .ag-icon-checkbox-checked:empty, .theme-orange #dynamicId .container-lg .ag-theme-material .ag-icon-checkbox-checked:empty, .theme-orange #dynamicId .container-xl .ag-theme-material .ag-icon-checkbox-checked:empty, .theme-orange #dynamicId .container-xxl .ag-theme-material .ag-icon-checkbox-checked:empty {
  filter: invert(52%) sepia(98%) saturate(2176%) hue-rotate(1deg) brightness(103%) contrast(105%);
}
.theme-orange #dynamicId .container-fluid .create-survey .card-header, .theme-orange #dynamicId .container-sm .create-survey .card-header, .theme-orange #dynamicId .container-md .create-survey .card-header, .theme-orange #dynamicId .container-lg .create-survey .card-header, .theme-orange #dynamicId .container-xl .create-survey .card-header, .theme-orange #dynamicId .container-xxl .create-survey .card-header {
  background: #ff9800;
}
.theme-orange #dynamicId .container-fluid .create-survey img, .theme-orange #dynamicId .container-sm .create-survey img, .theme-orange #dynamicId .container-md .create-survey img, .theme-orange #dynamicId .container-lg .create-survey img, .theme-orange #dynamicId .container-xl .create-survey img, .theme-orange #dynamicId .container-xxl .create-survey img {
  filter: invert(52%) sepia(98%) saturate(2176%) hue-rotate(1deg) brightness(103%) contrast(105%);
}
.theme-orange #dynamicId .container-fluid .add-new-field .fa, .theme-orange #dynamicId .container-sm .add-new-field .fa, .theme-orange #dynamicId .container-md .add-new-field .fa, .theme-orange #dynamicId .container-lg .add-new-field .fa, .theme-orange #dynamicId .container-xl .add-new-field .fa, .theme-orange #dynamicId .container-xxl .add-new-field .fa {
  font-size: 20px;
}
.theme-orange #dynamicId .container-fluid .add-new-field .fa-plus, .theme-orange #dynamicId .container-sm .add-new-field .fa-plus, .theme-orange #dynamicId .container-md .add-new-field .fa-plus, .theme-orange #dynamicId .container-lg .add-new-field .fa-plus, .theme-orange #dynamicId .container-xl .add-new-field .fa-plus, .theme-orange #dynamicId .container-xxl .add-new-field .fa-plus {
  font-size: 14px;
}
.theme-orange #dynamicId .container-fluid .questions-wrapper .mat-expansion-panel mat-panel-title h6, .theme-orange #dynamicId .container-sm .questions-wrapper .mat-expansion-panel mat-panel-title h6, .theme-orange #dynamicId .container-md .questions-wrapper .mat-expansion-panel mat-panel-title h6, .theme-orange #dynamicId .container-lg .questions-wrapper .mat-expansion-panel mat-panel-title h6, .theme-orange #dynamicId .container-xl .questions-wrapper .mat-expansion-panel mat-panel-title h6, .theme-orange #dynamicId .container-xxl .questions-wrapper .mat-expansion-panel mat-panel-title h6, .theme-orange #dynamicId .container-fluid .questions-wrapper .mat-expansion-panel mat-panel-title .h6, .theme-orange #dynamicId .container-sm .questions-wrapper .mat-expansion-panel mat-panel-title .h6, .theme-orange #dynamicId .container-md .questions-wrapper .mat-expansion-panel mat-panel-title .h6, .theme-orange #dynamicId .container-lg .questions-wrapper .mat-expansion-panel mat-panel-title .h6, .theme-orange #dynamicId .container-xl .questions-wrapper .mat-expansion-panel mat-panel-title .h6, .theme-orange #dynamicId .container-xxl .questions-wrapper .mat-expansion-panel mat-panel-title .h6 {
  color: #ff9800;
}
.theme-orange #dynamicId .container-fluid .join-event ul, .theme-orange #dynamicId .container-sm .join-event ul, .theme-orange #dynamicId .container-md .join-event ul, .theme-orange #dynamicId .container-lg .join-event ul, .theme-orange #dynamicId .container-xl .join-event ul, .theme-orange #dynamicId .container-xxl .join-event ul {
  background: #ff9800;
}
.theme-orange #dynamicId .container-fluid .join-event ul li a, .theme-orange #dynamicId .container-sm .join-event ul li a, .theme-orange #dynamicId .container-md .join-event ul li a, .theme-orange #dynamicId .container-lg .join-event ul li a, .theme-orange #dynamicId .container-xl .join-event ul li a, .theme-orange #dynamicId .container-xxl .join-event ul li a {
  color: #FFFFFF !important;
}
.theme-orange #dynamicId .container-fluid mat-paginator, .theme-orange #dynamicId .container-sm mat-paginator, .theme-orange #dynamicId .container-md mat-paginator, .theme-orange #dynamicId .container-lg mat-paginator, .theme-orange #dynamicId .container-xl mat-paginator, .theme-orange #dynamicId .container-xxl mat-paginator {
  float: left;
  color: #ff9800;
  font-size: 14px;
}
.theme-orange #dynamicId .container-fluid mat-paginator .mat-mdc-paginator-range-actions button, .theme-orange #dynamicId .container-sm mat-paginator .mat-mdc-paginator-range-actions button, .theme-orange #dynamicId .container-md mat-paginator .mat-mdc-paginator-range-actions button, .theme-orange #dynamicId .container-lg mat-paginator .mat-mdc-paginator-range-actions button, .theme-orange #dynamicId .container-xl mat-paginator .mat-mdc-paginator-range-actions button, .theme-orange #dynamicId .container-xxl mat-paginator .mat-mdc-paginator-range-actions button {
  color: #ff9800;
}
.theme-orange #dynamicId .donate-party-fund {
  background: none;
  color: #ff9800;
  box-shadow: none;
}
.theme-orange #dynamicId .donate-party-fund img {
  filter: invert(52%) sepia(98%) saturate(2176%) hue-rotate(1deg) brightness(103%) contrast(105%);
}
.theme-orange #dynamicId #takeSurveyNow a {
  color: #ff9800;
}
.theme-orange #dynamicId .right-news-s .right-news-s-card .news-slider .news-tabs::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.theme-orange #dynamicId .right-news-s .right-news-s-card .news-slider .news-tabs::-webkit-scrollbar-track {
  background: #dedee6;
}
.theme-orange #dynamicId .right-news-s .right-news-s-card .news-slider .news-tabs::-webkit-scrollbar-thumb {
  background: #f57c00;
}
.theme-orange #dynamicId .home-event-modal h2, .theme-orange #dynamicId .home-event-modal .h2 {
  font-size: 24px;
  color: #fb8c00;
}
.theme-orange #dynamicId .home-event-modal h3, .theme-orange #dynamicId .home-event-modal .h3 {
  color: #ff9800;
  font-size: 20px;
}
.theme-orange #dynamicId .home-event-modal .home-event-desc {
  max-height: 130px;
  overflow: auto;
  border: solid 1px #ddd;
  padding: 10px;
}
.theme-orange #dynamicId .home-event-modal .home-event-desc::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.theme-orange #dynamicId .home-event-modal .home-event-desc::-webkit-scrollbar-track {
  background: #dedee6;
}
.theme-orange #dynamicId .home-event-modal .home-event-desc::-webkit-scrollbar-thumb {
  background: #f57c00;
}
.theme-orange #dynamicId .home-event-modal .evnt-modal-icns-c .evnt-modal-icns {
  min-width: 140px;
}
.theme-orange #dynamicId .home-event-modal .evnt-modal-icns-c .evnt-modal-icns button {
  width: auto !important;
  max-width: 90%;
  text-align: left;
  padding: 0;
  margin-bottom: 2px;
  cursor: default;
}
.theme-orange #dynamicId .home-event-icons {
  text-align: right;
}
.theme-orange #dynamicId .home-event-icons a i {
  background: none;
  color: #ff9800;
}
.theme-orange #dynamicId .home-event-img-crop {
  height: 140px;
  overflow: hidden;
  width: 100%;
}
.theme-orange #dynamicId .home-event-img-crop img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.theme-orange #dynamicId .section-footer {
  background: #0e3f60;
}
.theme-orange #dynamicId footer {
  background: #0e3f60;
}
.theme-orange #dynamicId .title-c {
  background: #ff9800;
  font-size: 20px;
  height: 40px;
  line-height: 7px;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.theme-orange #dynamicId .news-slider .nav-tabs li a {
  color: #ff9800;
  height: 40px;
  line-height: 20px;
}
.theme-orange #dynamicId .news-slider .nav-tabs li a:hover {
  background: #ff9800;
  color: #FFFFFF;
}
.theme-orange #dynamicId .news-slider .nav-tabs .active {
  background: #ff9800 !important;
}
.theme-orange #dynamicId .tab-pane h5, .theme-orange #dynamicId .tab-pane .h5 {
  max-width: 230px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.theme-orange #dynamicId .tab-pane h5 a, .theme-orange #dynamicId .tab-pane .h5 a {
  color: #ff9800 !important;
}
.theme-orange #dynamicId .evnt-modal-icns .eventButton img {
  filter: invert(52%) sepia(98%) saturate(2176%) hue-rotate(1deg) brightness(103%) contrast(105%);
}
.theme-orange #dynamicId .event--desc-w {
  display: block;
  float: right;
  margin-top: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
  width: 100%;
  margin-bottom: 8px !important;
}
.theme-orange #dynamicId mat-button-toggle-group {
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.theme-orange #dynamicId mat-button-toggle-group mat-button-toggle {
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.theme-orange #dynamicId mat-button-toggle-group mat-button-toggle.btn.c-button.mat-button-toggle button {
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.theme-orange #dynamicId mat-button-toggle-group mat-button-toggle.btn.c-button.mat-button-toggle button.mat-button-toggle-button {
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.theme-orange #dynamicId mat-button-toggle-group mat-button-toggle.btn.c-button.mat-button-toggle button.mat-button-toggle-button .mat-button-toggle-label-content {
  padding: 0;
  min-width: 74px;
  line-height: 28px !important;
}
.theme-orange #dynamicId mat-button-toggle-group .btn.c-button.mat-button-toggle-checked {
  background: #fb8c00 !important;
  color: white !important;
}
.theme-orange #dynamicId .btn.c-button.mat-button-toggle {
  color: #fb8c00 !important;
  border: 1px solid #ff9800 !important;
  border-radius: 0;
}
.theme-orange #dynamicId .btn.c-button.mat-button-toggle button:focus {
  outline: 0 !important;
}
.theme-orange #dynamicId .btn.c-button.mat-button-toggle:first-child {
  -webkit-border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.theme-orange #dynamicId .btn.c-button.mat-button-toggle:last-child {
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.theme-orange #dynamicId .border-button {
  color: #ff9800 !important;
  border: 1px solid #ff9800 !important;
}
.theme-orange #dynamicId .signIn li a {
  color: #ff9800 !important;
}
.theme-orange #dynamicId .forgot-pwd {
  color: #fb8c00 !important;
  text-decoration: underline !important;
}
.theme-orange #dynamicId .modal-newsletter .icon-box {
  color: #ff9800;
}
.theme-orange #dynamicId .landing-nav.navbar-default {
  background: #fff3e0;
}
.theme-orange #dynamicId .landing_heading {
  font-size: 20px;
  color: #ff9800;
}
.theme-orange #dynamicId .empty-space-recover {
  width: 100%;
  height: 80px;
}
.theme-orange #dynamicId .checkbox label:after,
.theme-orange #dynamicId .radio label:after {
  content: "";
  display: table;
  clear: both;
}
.theme-orange #dynamicId .checkbox .cr,
.theme-orange #dynamicId .radio .cr {
  position: relative;
  display: inline-block;
  border: 1px solid #ff9800;
  border-radius: 0.25em;
  width: 1.1em;
  height: 1.1em;
  margin-right: 0.5em;
  vertical-align: text-bottom;
}
.theme-orange #dynamicId .radio .cr {
  border-radius: 50%;
  margin-right: 0;
}
.theme-orange #dynamicId .checkbox .cr .cr-icon,
.theme-orange #dynamicId .radio .cr .cr-icon {
  position: absolute;
  font-size: 0.8em;
  line-height: 0;
  top: 26%;
  left: 10%;
  color: #ff9800;
}
.theme-orange #dynamicId .radio .cr .cr-icon {
  margin-left: 0.04em;
  font-size: 0.6em;
  top: 29%;
  left: 21%;
}
.theme-orange #dynamicId .checkbox label input[type=checkbox],
.theme-orange #dynamicId .radio label input[type=radio] {
  display: none;
}
.theme-orange #dynamicId .checkbox label input[type=checkbox] + .cr > .cr-icon,
.theme-orange #dynamicId .radio label input[type=radio] + .cr > .cr-icon {
  transform: scale(3) rotateZ(-20deg);
  opacity: 0;
  transition: all 0.3s ease-in;
}
.theme-orange #dynamicId .checkbox label input[type=checkbox]:checked + .cr > .cr-icon,
.theme-orange #dynamicId .radio label input[type=radio]:checked + .cr > .cr-icon {
  transform: scale(1) rotateZ(0deg);
  opacity: 1;
}
.theme-orange #dynamicId .checkbox label input[type=checkbox]:disabled + .cr,
.theme-orange #dynamicId .radio label input[type=radio]:disabled + .cr {
  opacity: 0.5;
}
.theme-orange #dynamicId .logincheckbox label,
.theme-orange #dynamicId .privacy label {
  white-space: normal;
  margin: 0;
  padding: 0;
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
}
.theme-orange #dynamicId .logincheckbox label span.mat-checkbox-label,
.theme-orange #dynamicId .privacy label span.mat-checkbox-label {
  line-height: 18px;
}
.theme-orange #dynamicId .logincheckbox .checkbox label a,
.theme-orange #dynamicId .privacy .checkbox label a {
  color: #fb8c00 !important;
}
.theme-orange #dynamicId .logincheckbox .checkbox label .checkbox-content,
.theme-orange #dynamicId .privacy .checkbox label .checkbox-content {
  width: 91%;
  float: right;
}
.theme-orange #dynamicId .socials-a li a {
  width: 30px;
  height: 30px;
  border: solid 2px #fff;
  border-radius: 30px;
  display: block;
  text-align: center;
  line-height: 27px;
  cursor: pointer;
  transition: all 0.3s ease-out;
}
.theme-orange #dynamicId .socials-a li a .fa {
  background: none;
}
.theme-orange #dynamicId .socials-a li a:hover {
  opacity: 0.6;
  transition: all 0.3s ease-in;
}
.theme-orange #dynamicId #takeSurveyNow button.close {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 38px;
  opacity: 0.6;
}
.theme-orange #dynamicId #takeSurveyNow .takeSurveyCheckbox {
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
}
.theme-orange #dynamicId #takeSurveyNow .takeSurveyCheckbox .mat-checkbox-label {
  line-height: 0;
}
.theme-orange #dynamicId .carousel-wrapper .owl-item > div {
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  object-fit: cover;
}
.theme-orange #dynamicId .carousel-wrapper .owl-theme .owl-nav {
  margin-top: 0;
  position: absolute;
  z-index: 9999;
  top: 40%;
  width: 94%;
  left: 0;
  right: 0;
  margin: auto;
}
.theme-orange #dynamicId .carousel-wrapper .owl-theme .owl-nav .owl-prev,
.theme-orange #dynamicId .carousel-wrapper .owl-theme .owl-nav .owl-next {
  position: absolute;
  font-size: 30px;
  color: #fff;
  outline: 0;
}
.theme-orange #dynamicId .carousel-wrapper .owl-theme .owl-nav .owl-prev:hover,
.theme-orange #dynamicId .carousel-wrapper .owl-theme .owl-nav .owl-next:hover {
  background: none;
  outline: 0;
}
.theme-orange #dynamicId .carousel-wrapper .owl-theme .owl-nav .owl-prev {
  left: 0;
}
.theme-orange #dynamicId .carousel-wrapper .owl-theme .owl-nav .owl-next {
  right: 0;
}
.theme-orange #dynamicId .carousel-wrapper .overlay-a {
  background-color: rgba(0, 0, 0, 0.5);
}
.theme-orange #dynamicId .carousel-wrapper .intro-body {
  background: rgba(0, 0, 0, 0.3490196078);
  padding: 10px;
  border: solid 0.5px #6f6f6f;
}
.theme-orange #dynamicId .carousel-wrapper .intro-body h1, .theme-orange #dynamicId .carousel-wrapper .intro-body .h1,
.theme-orange #dynamicId .carousel-wrapper .intro-body p {
  color: #fff;
}
.theme-orange #dynamicId .no-margin {
  margin: 0;
}
.theme-orange #dynamicId .nav-pills-a.nav-pills .nav-link {
  color: #000000;
  position: relative;
  font-weight: 600;
}
.theme-orange #dynamicId .nav-pills-a.nav-pills .nav-link.active {
  background-color: transparent;
}
.theme-orange #dynamicId .nav-pills-a.nav-pills .nav-link.active:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 2px;
  background-color: #3a8bc2;
  z-index: 2;
}
.theme-orange #dynamicId .bg-image {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
}
.theme-orange #dynamicId .list-a {
  display: inline-block;
  line-height: 2;
  padding: 0;
  list-style: none;
}
.theme-orange #dynamicId .list-a li {
  position: relative;
  width: 50%;
  float: left;
  padding-left: 25px;
  padding-right: 5px;
}
.theme-orange #dynamicId .list-a li:before {
  content: "";
  width: 10px;
  height: 2px;
  position: absolute;
  background-color: #313131;
  top: 15px;
  left: 0;
}
.theme-orange #dynamicId .icon-box .icon-box-icon {
  display: table-cell;
  vertical-align: top;
  font-size: 36px;
  color: #000000;
  width: 50px;
  padding-top: 8px;
}
.theme-orange #dynamicId .icon-box .icon-box-content {
  padding-top: 18px;
}
.theme-orange #dynamicId .section-t8 {
  padding-top: 128px;
}
.theme-orange #dynamicId .section-t4 {
  padding-top: 64px;
}
.theme-orange #dynamicId .section-t3 {
  padding-top: 48px;
}
.theme-orange #dynamicId .section-b2 {
  padding-bottom: 32px;
}
.theme-orange #dynamicId .section-tb85 {
  padding: 128px 0 80px 0;
}
.theme-orange #dynamicId .title-wrap {
  padding-bottom: 0;
}
.theme-orange #dynamicId .title-a {
  font-size: 26px;
  font-weight: 600;
}
.theme-orange #dynamicId .title-link {
  font-size: 19.2px;
  font-weight: 300;
  padding-top: 19.2px;
}
.theme-orange #dynamicId .title-link a {
  color: #313131;
}
.theme-orange #dynamicId .title-link span {
  font-size: 20px;
  padding-left: 4px;
  vertical-align: middle;
}
.theme-orange #dynamicId .title-box-d {
  padding-bottom: 28.8px;
  margin-bottom: 16px;
  position: relative;
}
.theme-orange #dynamicId .title-box-d .title-d {
  font-weight: 600;
}
.theme-orange #dynamicId .title-box-d .title-d:after {
  content: "";
  position: absolute;
  width: 70px;
  height: 4px;
  background-color: #3a8bc2;
  bottom: 20px;
  left: 0;
}
.theme-orange #dynamicId .display-table {
  width: 100%;
  height: 100%;
  display: table;
}
.theme-orange #dynamicId .table-cell {
  display: table-cell;
  vertical-align: middle;
}
.theme-orange #dynamicId .ul-resect ul,
.theme-orange #dynamicId .list-a ul,
.theme-orange #dynamicId .box-comments ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.theme-orange #dynamicId .overlay-a {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.65) 90%);
}
.theme-orange #dynamicId .overlay {
  position: absolute;
  top: 0;
  left: 0px;
  padding: 0;
  height: 100%;
  width: 100%;
}
.theme-orange #dynamicId .owl-carousel .owl-dots {
  text-align: center;
  margin-top: 18px;
}
.theme-orange #dynamicId .owl-carousel .owl-dots .owl-dot {
  display: inline-block;
}
.theme-orange #dynamicId .owl-carousel .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 5px;
  background: #000000;
  border: 0px solid #000000;
  display: block;
  transition: all 0.6s ease-in-out;
  cursor: pointer;
  border-radius: 100%;
  outline: 0;
}
.theme-orange #dynamicId .owl-carousel .owl-dots .owl-dot:hover span {
  background-color: #ffcc80 !important;
  outline: 0;
}
.theme-orange #dynamicId .owl-carousel .owl-dots .owl-dot.active span {
  background-color: #ffcc80 !important;
}
.theme-orange #dynamicId .owl-arrow .owl-nav {
  position: absolute;
  top: 0;
  right: 0;
}
.theme-orange #dynamicId .owl-arrow .owl-nav .owl-prev,
.theme-orange #dynamicId .owl-arrow .owl-nav .owl-next {
  display: inline-block;
  transition: all 0.6s ease-in-out;
  color: #000000;
}
.theme-orange #dynamicId .owl-arrow .owl-nav .owl-prev.disabled {
  transition: all 0.6s ease-in-out;
  color: #adadad;
}
.theme-orange #dynamicId .owl-arrow .owl-nav .owl-next {
  margin-left: 15px;
}
.theme-orange #dynamicId .owl-arrow .owl-nav .owl-next.disabled {
  transition: all 0.6s ease-in-out;
  color: #adadad;
}
.theme-orange #dynamicId .nav-arrow-a .owl-arrow .owl-nav {
  font-size: 28.8px;
  margin-top: -56px;
}
.theme-orange #dynamicId .nav-arrow-a .owl-arrow .owl-nav button {
  outline: 0;
}
.theme-orange #dynamicId .nav-arrow-a .owl-arrow .owl-nav .owl-next {
  margin-left: 15px;
}
.theme-orange #dynamicId .nav-arrow-b .owl-arrow .owl-nav {
  position: absolute;
  top: 0;
  right: 0;
}
.theme-orange #dynamicId .nav-arrow-b .owl-arrow .owl-nav .owl-prev,
.theme-orange #dynamicId .nav-arrow-b .owl-arrow .owl-nav .owl-next {
  padding: 11.2px 24px !important;
  display: inline-block;
  transition: all 0.6s ease-in-out;
  color: #ffffff;
  background-color: #3a8bc2;
  opacity: 0.9;
}
.theme-orange #dynamicId .nav-arrow-b .owl-arrow .owl-nav .owl-prev.disabled,
.theme-orange #dynamicId .nav-arrow-b .owl-arrow .owl-nav .owl-next.disabled {
  transition: all 0.6s ease-in-out;
  color: #ffffff;
}
.theme-orange #dynamicId .nav-arrow-b .owl-arrow .owl-nav .owl-prev:hover {
  background-color: #26a356;
}
.theme-orange #dynamicId .nav-arrow-b .owl-arrow .owl-nav .owl-next {
  margin-left: 0px;
}
.theme-orange #dynamicId .nav-arrow-b .owl-arrow .owl-nav .owl-next:hover {
  background-color: #26a356;
}
.theme-orange #dynamicId .socials-a .list-inline-item:not(:last-child) {
  margin-right: 15px;
}
.theme-orange #dynamicId .back-to-top {
  position: fixed;
  display: none;
  background: #3a8bc2;
  color: #fff;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 11;
}
.theme-orange #dynamicId .back-to-top i {
  padding-top: 12px;
  color: #fff;
}
.theme-orange #dynamicId #preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}
.theme-orange #dynamicId #preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #f2f2f2;
  border-top: 6px solid #3a8bc2;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1s linear infinite;
}
@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.theme-orange #dynamicId .landing-nav.navbar-default {
  padding-top: 5px;
  padding: 0;
  backface-visibility: hidden;
  height: 70px;
  box-shadow: 0px 5px 33px -2px rgba(0, 0, 0, 0.14);
}
.theme-orange #dynamicId .landing-nav.navbar-default .navbar-brand {
  min-height: 0;
  line-height: normal;
}
.theme-orange #dynamicId .landing-nav.navbar-default .navbar-brand img {
  max-width: inherit;
}
.theme-orange #dynamicId .landing-nav.navbar-default .nav-search {
  color: #000000;
}
.theme-orange #dynamicId .landing-nav.navbar-default #navbarDefault ul.navbar-nav li.nav-item a.nav-link {
  padding: 10px 15px;
  color: #000000 !important;
  text-transform: uppercase;
  font-size: 14px !important;
}
.theme-orange #dynamicId .landing-nav.navbar-default #navbarDefault ul.navbar-nav li.nav-item a.nav-link:before {
  background: #fb8c00;
  right: 0;
  width: calc(100% - 32px);
  margin: 0 auto;
}
.theme-orange #dynamicId .landing-nav.navbar-default #navbarDefault ul.navbar-nav li.nav-item a.nav-link:hover {
  color: #000000 !important;
}
.theme-orange #dynamicId .landing-nav.navbar-default #navbarDefault ul.navbar-nav li.nav-item a.nav-link:focus:before {
  background: #fb8c00;
  right: 0;
  width: calc(100% - 32px);
  margin: 0 auto;
  transform: scaleX(1);
}
.theme-orange #dynamicId .landing-nav.navbar-default #navbarDefault ul.navbar-nav li.nav-item.dropdown:after {
  position: absolute;
  font-family: "FontAwesome";
  content: "\f107";
  right: 2px;
  top: 24px;
  width: 10px;
  height: 10px;
  color: #0e3f60;
  font-size: 16px;
}
.theme-orange #dynamicId .landing-nav.navbar-default.navbar-reduce {
  box-shadow: 1px 2px 15px rgba(100, 100, 100, 0.3);
}
.theme-orange #dynamicId .landing-nav.navbar-default.navbar-trans, .theme-orange #dynamicId .landing-nav.navbar-default.navbar-reduce {
  backface-visibility: hidden;
}
.theme-orange #dynamicId .landing-nav.navbar-default.navbar-trans .nav-item, .theme-orange #dynamicId .landing-nav.navbar-default.navbar-reduce .nav-item {
  position: relative;
  padding-right: 0;
  padding-bottom: 8px;
  margin-left: 0;
}
.theme-orange #dynamicId .landing-nav.navbar-default.navbar-trans .nav-link, .theme-orange #dynamicId .landing-nav.navbar-default.navbar-reduce .nav-link {
  padding-top: 10px !important;
  height: 100%;
  padding-bottom: 0 !important;
  line-height: 54px !important;
}
.theme-orange #dynamicId .landing-nav.navbar-default.navbar-trans .nav-link:hover:before, .theme-orange #dynamicId .landing-nav.navbar-default.navbar-reduce .nav-link:hover:before {
  transform: scaleX(1);
  transform-origin: left;
}
.theme-orange #dynamicId .landing-nav.navbar-default.navbar-trans .show > .nav-link:before,
.theme-orange #dynamicId .landing-nav.navbar-default.navbar-trans .active > .nav-link:before, .theme-orange #dynamicId .landing-nav.navbar-default.navbar-reduce .show > .nav-link:before,
.theme-orange #dynamicId .landing-nav.navbar-default.navbar-reduce .active > .nav-link:before {
  transform: scaleX(1);
}
.theme-orange #dynamicId .landing-nav.navbar-default.navbar-trans .nav-link.show:before, .theme-orange #dynamicId .landing-nav.navbar-default.navbar-trans .nav-link.active:before, .theme-orange #dynamicId .landing-nav.navbar-default.navbar-reduce .nav-link.show:before, .theme-orange #dynamicId .landing-nav.navbar-default.navbar-reduce .nav-link.active:before {
  transform: scaleX(1);
}
.theme-orange #dynamicId .landing-nav.navbar-default.navbar-trans .nav-link:before {
  background-color: #fff;
}
.theme-orange #dynamicId .landing-nav.navbar-default.navbar-trans .nav-link:hover {
  color: #000000;
}
.theme-orange #dynamicId .landing-nav.navbar-default.navbar-trans .show > .nav-link,
.theme-orange #dynamicId .landing-nav.navbar-default.navbar-trans .active > .nav-link {
  color: #000000;
}
.theme-orange #dynamicId .landing-nav.navbar-default.navbar-trans .nav-link.show, .theme-orange #dynamicId .landing-nav.navbar-default.navbar-trans .nav-link.active {
  color: #000000;
}
.theme-orange #dynamicId .landing-nav.navbar-default .dropdown .dropdown-menu {
  border-top: 0;
  border-left: 4px solid #3a8bc2;
  border-right: 0;
  border-bottom: 0;
  transform: translate3d(0px, -40px, 0px);
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  transition: all 0.5s cubic-bezier(0.3, 0.65, 0.355, 1) 0s, opacity 0.31s ease 0s, height 0s linear 0.36s;
  margin: 0;
  border-radius: 0;
  padding: 12px 0;
}
.theme-orange #dynamicId .landing-nav.navbar-default .dropdown .dropdown-menu .dropdown-item {
  padding: 12px 18px;
  transition: all 500ms ease;
  font-weight: 600;
  min-width: 220px;
}
.theme-orange #dynamicId .landing-nav.navbar-default .dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #ffffff;
  color: #3a8bc2;
  transition: all 500ms ease;
}
.theme-orange #dynamicId .landing-nav.navbar-default .dropdown .dropdown-menu .dropdown-item.active {
  background-color: #ffffff;
  color: #3a8bc2;
}
.theme-orange #dynamicId .landing-nav.navbar-default .dropdown:hover .dropdown-menu {
  transform: translate3d(0px, 0px, 0px);
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=1);
}
.theme-orange #dynamicId .landing-nav .navbar-toggler {
  position: relative;
}
.theme-orange #dynamicId .landing-nav .navbar-toggler:focus, .theme-orange #dynamicId .landing-nav .navbar-toggler:active {
  outline: 0;
}
.theme-orange #dynamicId .landing-nav .navbar-toggler span {
  display: block;
  background-color: #000000;
  height: 3px;
  width: 25px;
  margin-top: 4px;
  margin-bottom: 4px;
  transform: rotate(0deg);
  left: 0;
  opacity: 1;
}
.theme-orange #dynamicId .landing-nav .navbar-toggler span:nth-child(1), .theme-orange #dynamicId .landing-nav .navbar-toggler span:nth-child(3) {
  transition: transform 0.35s ease-in-out;
}
.theme-orange #dynamicId .landing-nav .navbar-toggler:not(.collapsed) span:nth-child(1) {
  position: absolute;
  left: 12px;
  top: 10px;
  transform: rotate(135deg);
  opacity: 0.9;
}
.theme-orange #dynamicId .landing-nav .navbar-toggler:not(.collapsed) span:nth-child(2) {
  height: 12px;
  visibility: hidden;
  background-color: transparent;
}
.theme-orange #dynamicId .landing-nav .navbar-toggler:not(.collapsed) span:nth-child(3) {
  position: absolute;
  left: 12px;
  top: 10px;
  transform: rotate(-135deg);
  opacity: 0.9;
}
.theme-orange #dynamicId .intro {
  height: 35vh;
  position: relative;
  color: #ffffff;
  margin-top: 80px;
}
.theme-orange #dynamicId .owl-carousel .owl-dots {
  position: absolute;
  bottom: 10px;
  right: 0;
  left: 0;
}
.theme-orange #dynamicId .owl-carousel .owl-dots .owl-dot span {
  background: #e3e3e3;
  border: 0px solid #e3e3e3;
}
.theme-orange #dynamicId .owl-carousel .owl-dots .owl-dot:hover span, .theme-orange #dynamicId .owl-carousel .owl-dots .owl-dot.active span {
  background-color: #3a8bc2;
}
.theme-orange #dynamicId #testimonial-carousel .owl-dots {
  bottom: -30px;
}
.theme-orange #dynamicId .intro .carousel-item-a {
  position: relative;
  height: 35vh;
}
.theme-orange #dynamicId .intro .carousel-item-a.bg-image {
  background-attachment: scroll;
}
.theme-orange #dynamicId .intro .intro-content {
  position: absolute;
}
.theme-orange #dynamicId .intro .intro-body {
  padding-left: 16px;
  background: rgba(0, 0, 0, 0.5803921569);
  padding: 0;
  width: 100%;
  height: 110px;
  border: solid 0.5px #969696;
}
.theme-orange #dynamicId .intro .intro-body .price-a {
  color: #ffffff;
  padding: 16px 24px;
  border: 2px solid #3a8bc2;
  border-radius: 50px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
.theme-orange #dynamicId .intro .spacial {
  animation-delay: 0.2s;
  color: #ffffff;
}
.theme-orange #dynamicId .intro .intro-title-top {
  animation-delay: 0.6s;
  margin-bottom: 16px;
  color: #ffffff;
  letter-spacing: 0.05em;
  font-size: 14px;
}
.theme-orange #dynamicId .intro .intro-title {
  transition-duration: 9s !important;
  color: #ffffff;
  width: 100%;
  margin: auto;
  padding-top: 16px;
  font-size: 18px;
}
.theme-orange #dynamicId .intro .intro-subtitle {
  font-weight: 300;
}
.theme-orange #dynamicId .intro .intro-subtitle.intro-price {
  padding-top: 16px;
}
.theme-orange #dynamicId .intro-single {
  padding: 192px 0 48px;
}
.theme-orange #dynamicId .intro-single .title-single-box {
  padding: 16px 0 16px 32px;
  border-left: 3px solid #3a8bc2;
}
.theme-orange #dynamicId .intro-single .title-single-box .title-single {
  font-weight: 600;
}
.theme-orange #dynamicId .intro-single .breadcrumb-box {
  padding: 16px 0 0 8px;
}
.theme-orange #dynamicId .intro-single .breadcrumb {
  background-color: transparent;
  padding-right: 0;
  padding-left: 0;
}
.theme-orange #dynamicId .card-box-a,
.theme-orange #dynamicId .card-box-b,
.theme-orange #dynamicId .card-box-d {
  position: relative;
  overflow: hidden;
  backface-visibility: hidden;
}
.theme-orange #dynamicId .card-box-a .img-a,
.theme-orange #dynamicId .card-box-a .img-b {
  transition: 0.8s all ease-in-out;
}
.theme-orange #dynamicId .card-box-b .img-a,
.theme-orange #dynamicId .card-box-b .img-b {
  transition: 0.8s all ease-in-out;
}
.theme-orange #dynamicId .card-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.theme-orange #dynamicId .card-shadow {
  backface-visibility: hidden;
}
.theme-orange #dynamicId .card-shadow:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 27%, rgba(0, 0, 0, 0.65) 90%);
}
.theme-orange #dynamicId .card-overlay-a-content {
  transition: all 0.5s ease-in;
  position: absolute;
  width: 100%;
  bottom: 0px;
  z-index: 2;
}
.theme-orange #dynamicId .card-header-a {
  padding: 0 16px;
}
.theme-orange #dynamicId .card-header-a .card-title-a {
  color: #ffffff;
  margin-bottom: 0;
  padding-bottom: 12px;
}
.theme-orange #dynamicId .card-header-a .card-title-a a {
  color: #ffffff;
  text-decoration: none;
}
.theme-orange #dynamicId .card-body-a {
  z-index: 2;
  transition: all 0.5s ease-in;
  padding: 0 16px 32px 16px;
}
.theme-orange #dynamicId .card-body-a .price-box {
  padding-bottom: 8px;
}
.theme-orange #dynamicId .price-a {
  color: #ffffff;
  padding: 10px 13px;
  border: 2px solid #3a8bc2;
  border-radius: 50px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
.theme-orange #dynamicId .card-footer-a {
  width: 100%;
  position: absolute;
  z-index: 2;
  background-color: #3a8bc2;
}
.theme-orange #dynamicId .card-info {
  list-style: none;
  margin-bottom: 0;
  padding: 8px 0;
}
.theme-orange #dynamicId .card-info .card-info-title {
  color: #313131;
}
.theme-orange #dynamicId .card-info li span {
  color: #ffffff;
}
.theme-orange #dynamicId .property-grid .grid-option {
  text-align: right;
  margin-bottom: 32px;
}
.theme-orange #dynamicId .property-grid .grid-option .custom-select {
  border-radius: 0;
  width: 200px;
  border-color: #313131;
}
.theme-orange #dynamicId .property-grid .grid-option .custom-select:hover, .theme-orange #dynamicId .property-grid .grid-option .custom-select:active, .theme-orange #dynamicId .property-grid .grid-option .custom-select:focus,
.theme-orange #dynamicId .property-grid .grid-option .custom-select option {
  border-color: #313131;
}
.theme-orange #dynamicId .gallery-property {
  margin-bottom: 48px;
}
.theme-orange #dynamicId .property-price {
  margin: 0 auto;
}
.theme-orange #dynamicId .property-price .card-header-c {
  padding: 0;
}
.theme-orange #dynamicId .summary-list {
  padding-right: 16px;
  color: #000000;
}
.theme-orange #dynamicId .summary-list .list {
  padding: 0;
  line-height: 2;
}
.theme-orange #dynamicId .summary-list .list span {
  color: #555555;
}
.theme-orange #dynamicId .property-agent .title-agent {
  font-weight: 600;
}
.theme-orange #dynamicId .property-agent ul {
  line-height: 2;
  color: #000000;
}
.theme-orange #dynamicId .property-agent .socials-a {
  text-align: center;
}
.theme-orange #dynamicId .card-header-b {
  padding: 16px;
  color: #ffffff;
  position: absolute;
  bottom: 20px;
  z-index: 2;
}
.theme-orange #dynamicId .card-header-b .category-b {
  font-size: 14px;
  background-color: #3a8bc2;
  padding: 5px 12px;
  color: #313131;
  letter-spacing: 0.03em;
  border-radius: 50px;
  text-decoration: none;
}
.theme-orange #dynamicId .card-header-b .title-2 {
  margin-bottom: 0;
  padding: 10px 0;
}
.theme-orange #dynamicId .card-header-b .title-2 a {
  color: #ffffff !important;
  text-decoration: none;
  font-size: 20px !important;
}
.theme-orange #dynamicId .card-header-b .date-b {
  color: #d8d8d8;
}
.theme-orange #dynamicId .post-information {
  padding: 48px 0;
}
.theme-orange #dynamicId .post-content {
  font-weight: 300;
  line-height: 1.6;
}
.theme-orange #dynamicId .post-content .post-intro {
  font-weight: 300;
  margin-bottom: 64px;
  line-height: 1.6;
  color: #000000;
  font-weight: 400;
}
.theme-orange #dynamicId .post-content p {
  margin-bottom: 27px;
}
.theme-orange #dynamicId .post-content .blockquote {
  padding: 16px 48px 27px 48px;
  border-left: 3px solid #3a8bc2;
  color: #000000;
}
.theme-orange #dynamicId .post-content .blockquote footer {
  text-align: left;
  padding: 0;
}
.theme-orange #dynamicId .post-footer {
  padding: 48px 0 64px;
}
.theme-orange #dynamicId .post-share .socials {
  display: inline-block;
}
.theme-orange #dynamicId .post-share .socials li {
  margin-left: 10px;
}
.theme-orange #dynamicId .box-comments .list-comments li {
  padding-bottom: 56px;
}
.theme-orange #dynamicId .box-comments .list-comments .comment-avatar {
  display: table-cell;
  vertical-align: top;
}
.theme-orange #dynamicId .box-comments .list-comments .comment-avatar img {
  width: 80px;
  height: 80px;
}
.theme-orange #dynamicId .box-comments .list-comments .comment-details {
  display: table-cell;
  vertical-align: top;
  padding-left: 25px;
}
.theme-orange #dynamicId .box-comments .list-comments .comment-description {
  padding: 13px 0 8px 0;
}
.theme-orange #dynamicId .box-comments .list-comments a {
  color: #000000;
}
.theme-orange #dynamicId .box-comments .list-comments span {
  display: block;
  color: #2b2a2a;
  font-style: italic;
}
.theme-orange #dynamicId .box-comments .comment-children {
  margin-left: 40px;
}
.theme-orange #dynamicId .card-box-c {
  position: relative;
}
.theme-orange #dynamicId .card-header-c {
  padding: 0 16px 16px 16px;
}
.theme-orange #dynamicId .card-body-c {
  padding: 8px 8px 0 8px;
}
.theme-orange #dynamicId .card-footer-c {
  padding-left: 8px;
}
.theme-orange #dynamicId .card-box-ico {
  padding: 16px 48px 16px 40px;
  border: 5px solid #3a8bc2;
}
.theme-orange #dynamicId .card-box-ico span {
  font-size: 64px;
  color: #000000;
}
.theme-orange #dynamicId .title-c {
  color: #fff;
  padding: 16px;
}
.theme-orange #dynamicId .card-box-d .card-overlay-hover {
  transition: all 0.2s ease-in-out;
  padding: 15px 40px 15px 35px;
}
.theme-orange #dynamicId .card-box-d .title-d {
  transition: 0.3s ease-in-out;
  font-weight: 600;
  margin: 16px 0;
  transform: translateY(-20px);
  opacity: 0;
}
.theme-orange #dynamicId .card-box-d .content-d {
  opacity: 0;
  transition: 0.5s ease-in-out;
  transform: translateY(-40px);
}
.theme-orange #dynamicId .card-box-d .info-agents {
  opacity: 0;
  transition: 0.5s ease-in-out;
}
.theme-orange #dynamicId .card-box-d .card-footer-d {
  transition: 0.5s ease-in-out;
  transform: translateY(40px);
  opacity: 0;
  position: absolute;
  width: 100%;
  bottom: 10px;
  left: 0;
}
.theme-orange #dynamicId .card-box-d .list-inline-item:not(:last-child) {
  margin-right: 25px;
}
.theme-orange #dynamicId .card-box-d:hover .card-overlay-hover {
  background-color: #3a8bc2;
  opacity: 0.9;
}
.theme-orange #dynamicId .card-box-d:hover .title-d,
.theme-orange #dynamicId .card-box-d:hover .content-d,
.theme-orange #dynamicId .card-box-d:hover .info-agents,
.theme-orange #dynamicId .card-box-d:hover .card-footer-d {
  opacity: 1;
  transform: translateY(0);
}
.theme-orange #dynamicId .agent-info-box .socials-footer {
  margin-top: 32px;
}
.theme-orange #dynamicId .agent-info-box .socials-footer li {
  margin-right: 24px;
}
.theme-orange #dynamicId .section-about .title-vertical {
  position: absolute;
  letter-spacing: 0;
  transform: rotate(-90deg);
  top: 50px;
  text-align: left;
  width: 300px;
  font-weight: 700;
  text-align: right;
}
.theme-orange #dynamicId .about-img-box {
  padding-left: 16px;
  position: relative;
}
.theme-orange #dynamicId .sinse-box {
  background-color: #3a8bc2;
  padding: 16px 32px;
  position: absolute;
  left: 15px;
  bottom: 10px;
}
.theme-orange #dynamicId .sinse-box .sinse-title {
  font-weight: 700;
  letter-spacing: 0.043em;
}
.theme-orange #dynamicId .sinse-box .sinse-title span {
  position: absolute;
}
.theme-orange #dynamicId .sinse-box .sinse-title span:after {
  content: " ";
  width: 35px;
  height: 2px;
  background-color: #000000;
  position: absolute;
  bottom: -15px;
}
.theme-orange #dynamicId .sinse-box p {
  margin-bottom: 0;
  font-size: 12px;
}
.theme-orange #dynamicId .testimonials-box .testimonial-avatar {
  width: 80px !important;
  display: inline-flex !important;
  border-radius: 50%;
}
.theme-orange #dynamicId .testimonial-ico {
  position: relative;
}
.theme-orange #dynamicId .testimonial-ico span {
  background-color: #3a8bc2;
  color: #ffffff;
  padding: 3px 14px;
  border-radius: 50px;
  position: absolute;
  z-index: 1;
  top: -10px;
  right: 20px;
}
.theme-orange #dynamicId .testimonial-text {
  font-style: italic;
  margin-top: 10px;
  padding: 24px;
  background-color: #f3f3f3;
}
.theme-orange #dynamicId .testimonial-author-box {
  margin-top: 32px;
}
.theme-orange #dynamicId .testimonial-author {
  margin-left: 16px;
  display: inline-flex;
  color: #000000;
}
.theme-orange #dynamicId .section-footer {
  padding-top: 10px;
}
.theme-orange #dynamicId .section-footer ul {
  line-height: 2.5;
}
.theme-orange #dynamicId .section-footer .item-list-a i {
  font-size: 18px;
  padding-right: 4px;
  color: #fff;
}
.theme-orange #dynamicId .section-footer .widget-a .w-title-a {
  margin-bottom: 16px;
}
.theme-orange #dynamicId .section-footer h3, .theme-orange #dynamicId .section-footer .h3,
.theme-orange #dynamicId .section-footer p {
  color: #fff !important;
}
.theme-orange #dynamicId .section-footer ul li {
  color: #fff !important;
}
.theme-orange #dynamicId .section-footer ul li a {
  color: #fff !important;
}
.theme-orange #dynamicId .section-footer span {
  color: #fff !important;
}
.theme-orange #dynamicId footer {
  text-align: center;
  padding: 0;
  color: #fff;
}
.theme-orange #dynamicId footer ul li a,
.theme-orange #dynamicId footer p,
.theme-orange #dynamicId footer a {
  color: #fff !important;
}
.theme-orange #dynamicId footer .copyright-footer {
  border-top: 1px solid #ddd;
  padding-top: 20px;
}
.theme-orange #dynamicId footer .credits {
  font-size: 14px;
}
.theme-orange #dynamicId .form-a #sendmessage {
  color: #3a8bc2;
  border: 1px solid #26a356;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}
.theme-orange #dynamicId .form-a #errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}
.theme-orange #dynamicId .form-a #sendmessage.show,
.theme-orange #dynamicId .form-a #errormessage.show,
.theme-orange #dynamicId .form-a .show {
  display: block;
}
.theme-orange #dynamicId .form-a .validation {
  color: red;
  display: none;
  margin: 4px 0 20px 0;
  font-weight: 400;
  font-size: 13px;
}
.theme-orange #dynamicId .form-a label {
  color: #000000;
  position: relative;
}
.theme-orange #dynamicId .form-a select.form-control-lg:not([size]):not([multiple]) {
  height: 56px;
}
.theme-orange #dynamicId .form-a .form-control {
  border-radius: 0;
  font-weight: 300;
}
.theme-orange #dynamicId .form-a .form-control.form-control-a {
  height: 56px;
}
.theme-orange #dynamicId .form-a .form-control:focus {
  box-shadow: none;
  border-color: #3a8bc2;
}
.theme-orange #dynamicId .btn {
  transition: 0.5s ease;
}
.theme-orange #dynamicId .btn.btn-a, .theme-orange #dynamicId .btn.btn-b {
  border-radius: 0;
  padding: 16px 48px;
  letter-spacing: 0.8px;
}
.theme-orange #dynamicId .btn.btn-a {
  background-color: #000000;
  color: #ffffff;
}
.theme-orange #dynamicId .btn.btn-a:hover {
  background-color: #3a8bc2;
  color: #000000;
}
.theme-orange #dynamicId .btn.btn-b {
  background-color: #3a8bc2;
  color: #fff;
}
.theme-orange #dynamicId .btn.btn-b:hover {
  background-color: #000000;
  color: #ffffff;
}
.theme-orange #dynamicId .btn.btn-b-n {
  background-color: #3a8bc2;
  color: #ffffff;
  border-radius: 0;
}
.theme-orange #dynamicId .btn.btn-b-n:hover {
  background-color: #26a356;
  color: #ffffff;
}
.theme-orange #dynamicId .news-slider .tab-pane {
  padding: 0;
}
.theme-orange #dynamicId .news-slider .nav-tabs {
  position: relative;
  background-color: #fff;
}
.theme-orange #dynamicId .news-slider .nav-tabs li {
  margin: 0px !important;
}
.theme-orange #dynamicId .news-slider .nav-tabs li a {
  position: relative;
  margin-right: 0px !important;
  padding: 10px !important;
  border: none !important;
}
.theme-orange #dynamicId .news-slider .nav-tabs li a:hover {
  border: none;
  border-radius: 0;
  color: #fff;
}
.theme-orange #dynamicId .news-slider .slider {
  display: inline-block;
  width: 30px;
  height: 4px;
  background-color: #76bceb;
  position: absolute;
  z-index: 1200;
  bottom: 0;
  transition: all 0.4s linear;
}
.theme-orange #dynamicId .news-slider .nav-tabs .active {
  border: none !important;
  color: #fff !important;
  border-radius: 0;
}
.theme-orange #dynamicId .news-slider .card-text {
  font-size: 14px;
  line-height: normal;
}
.theme-orange #dynamicId .news-slider .card-text.card-date-c {
  clear: left;
}
.theme-orange #dynamicId .news-slider .tab-content .tab-pane .card-deck .row .col-12 .card, .theme-orange #dynamicId .news-slider .tab-content .tab-pane .card-deck .row .col-12 .main-content .register_box .card .card-header, .theme-orange #dynamicId .main-content .register_box .card .news-slider .tab-content .tab-pane .card-deck .row .col-12 .card-header {
  border-bottom: solid 0.5px #ccc !important;
  border-radius: 0;
}
.theme-orange #dynamicId .modal-newsletter {
  color: #999;
}
.theme-orange #dynamicId .modal-newsletter .modal-content {
  padding: 40px;
  border-radius: 0;
  border: none;
}
.theme-orange #dynamicId .modal-newsletter .modal-header {
  border-bottom: none;
  position: relative;
  text-align: center;
  border-radius: 5px 5px 0 0;
}
.theme-orange #dynamicId .modal-newsletter .close span {
  position: relative;
  top: -1px;
}
.theme-orange #dynamicId .modal-newsletter .close:hover {
  opacity: 0.8;
}
.theme-orange #dynamicId .modal-newsletter .icon-box {
  z-index: 9;
  text-align: center;
  position: relative;
  margin-bottom: 10px;
}
.theme-orange #dynamicId .modal-newsletter .icon-box i {
  font-size: 70px;
}
.theme-orange #dynamicId .modal-newsletter .form-control {
  box-shadow: none;
  border-color: #dbdbdb;
}
.theme-orange #dynamicId .modal-newsletter .form-control:focus {
  border-color: #3a8bc2;
  box-shadow: 0 0 8px rgba(114, 101, 234, 0.5);
}
.theme-orange #dynamicId .modal-newsletter .btn:hover, .theme-orange #dynamicId .modal-newsletter .btn:focus {
  background: #fb8c00;
  outline: none;
}
.theme-orange #dynamicId .modal-newsletter .input-group {
  margin: 30px 0 15px;
}
.theme-orange #dynamicId .hint-text {
  margin: 100px auto;
  text-align: center;
}
.theme-orange #dynamicId .forgot {
  color: #3a8bc2;
}
.theme-orange #dynamicId .btn.c-button {
  color: #fff !important;
  min-height: 40px;
  border-radius: 4px;
  font-size: 14px;
  border: none !important;
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.theme-orange #dynamicId .btn.c-button.mat-button-toggle {
  background: #fff !important;
}
.theme-orange #dynamicId .btn.c-button.mat-button-toggle-checked {
  color: #fff !important;
}
.theme-orange #dynamicId .btn.border-button {
  font-size: 14px;
}
.theme-orange #dynamicId mat-button-toggle-group .btn.c-button.mat-button-toggle-checked {
  color: #fff !important;
}
.theme-orange #dynamicId .news-tabs .tab-pane .card-deck .card-body img.event--picture {
  box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.18);
  min-height: 62px;
  object-fit: cover;
  max-height: 62px;
}
.theme-orange #dynamicId .card-text {
  padding: 16px;
}
.theme-orange #dynamicId .border-button {
  background: none !important;
  min-height: 40px;
  border-radius: 4px !important;
}
.theme-orange #dynamicId .signIn .nav-item a {
  font-size: 18px;
}
.theme-orange #dynamicId .signIn .nav-item a.active {
  color: #3a8bc2;
}
.theme-orange #dynamicId .sign-or {
  width: 100%;
  text-align: center;
  display: block;
  position: relative;
  z-index: 2;
  margin: auto;
  color: #ccc;
  font-size: small;
}
.theme-orange #dynamicId .sign-or:before {
  background: #ccc;
  height: 1px;
  width: 100%;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  z-index: -2;
}
.theme-orange #dynamicId .sign-or:after {
  content: "";
  width: 25px;
  height: 25px;
  border-radius: 100%;
  background: #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
}
.theme-orange #dynamicId .btn.social--button {
  color: #fff !important;
  min-height: 34px;
  border: none;
  border-radius: 4px !important;
}
.theme-orange #dynamicId .btn.facebook-button {
  background: #3163a2;
}
.theme-orange #dynamicId .btn.twitter-button {
  background: #65aad1;
}
.theme-orange #dynamicId .btn.google-btn {
  background: #dc4e41;
}
.theme-orange #dynamicId .btn.google-btn i {
  color: #fff !important;
}
.theme-orange #dynamicId .tab-pane h5, .theme-orange #dynamicId .tab-pane .h5 {
  font-weight: bold;
  font-size: 16px;
}
.theme-orange #dynamicId .footer-b-r {
  border-right: solid 0.5px #fff;
}
.theme-orange #dynamicId .section-news .owl-item .carousel-item-c .img-box-b img {
  height: 170px;
  object-fit: cover;
}
.theme-orange #dynamicId .section-news .owl-dots {
  bottom: -54px;
}
.theme-orange #dynamicId .section-news h2, .theme-orange #dynamicId .section-news .h2,
.theme-orange #dynamicId .section-news p {
  color: #fff !important;
}
.theme-orange #dynamicId .section-news .carousel-item-c .card-overlay {
  background: rgba(0, 0, 0, 0.5411764706);
}
.theme-orange #dynamicId .section-news .owl-carousel {
  position: relative;
}
.theme-orange #dynamicId .section-news .owl-carousel .owl-nav {
  position: absolute;
  z-index: 9999;
  top: 40%;
  width: 100%;
  left: 0;
  right: 0;
  margin: auto;
}
.theme-orange #dynamicId .section-news .owl-carousel .owl-nav .owl-prev,
.theme-orange #dynamicId .section-news .owl-carousel .owl-nav .owl-next {
  position: absolute;
}
.theme-orange #dynamicId .section-news .owl-carousel .owl-nav .owl-prev:hover,
.theme-orange #dynamicId .section-news .owl-carousel .owl-nav .owl-next:hover {
  background: none;
}
.theme-orange #dynamicId .section-news .owl-carousel .owl-nav .owl-prev {
  left: -44px;
}
.theme-orange #dynamicId .section-news .owl-carousel .owl-nav .owl-next {
  right: -44px;
}
.theme-orange #dynamicId .has-search {
  position: relative;
}
.theme-orange #dynamicId .has-search .form-control {
  padding-left: 16px;
}
.theme-orange #dynamicId .has-search .form-control-feedback {
  position: absolute;
  z-index: 2;
  display: block;
  width: 38px;
  height: 38px;
  line-height: 30px;
  text-align: right;
  pointer-events: none;
  color: #aaa;
  right: 0;
  top: 0;
}
.theme-orange #dynamicId .search-custom-b {
  background: #d4e5f5 !important;
}
.theme-orange #dynamicId .landing-nav .navbar-nav li {
  width: auto !important;
}
.theme-orange #dynamicId .toast-container .toast {
  opacity: 1 !important;
}
.theme-orange #dynamicId .toast-error {
  background-color: #bd362f !important;
}
.theme-orange #dynamicId .toast-success {
  background-color: #51a351 !important;
}
.theme-orange #dynamicId .toast-info {
  background-color: #2f96b4 !important;
}
.theme-orange #dynamicId .toast-warning {
  background-color: #f89406 !important;
}
.theme-orange #dynamicId .right-news-s.border {
  border: 5px solid #f2f5f8 !important;
}
.theme-orange #dynamicId .right-news-s .card, .theme-orange #dynamicId .right-news-s .main-content .register_box .card .card-header, .theme-orange #dynamicId .main-content .register_box .card .right-news-s .card-header {
  background: none !important;
}
.theme-orange #dynamicId .news-tabs .card-deck {
  background: #fff;
}
.theme-orange #dynamicId .mat-button-toggle-label-content {
  line-height: 25px !important;
}
.theme-orange #dynamicId .mat-mdc-checkbox {
  font-family: inherit !important;
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
}
.theme-orange #dynamicId .mat-mdc-checkbox.mat-checkbox-checked {
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
}
.theme-orange #dynamicId .mat-mdc-checkbox.mat-checkbox-checked .mat-checkbox-background {
  background: #fb8c00 !important;
}
.theme-orange #dynamicId .mat-checkbox-inner-container {
  width: 15px !important;
  height: 15px !important;
  position: relative;
}
.theme-orange #dynamicId .public--evnt--modal h3, .theme-orange #dynamicId .public--evnt--modal .h3 {
  font-size: 20px;
  color: #ff9800;
}
.theme-orange #dynamicId .tooltip .tooltip-inner {
  background: #ff9800;
}
.theme-orange #dynamicId .tooltip .arrow {
  top: 40% !important;
  transform: translate(-40%) !important;
  left: 3px !important;
}
.theme-orange #dynamicId .tooltip .arrow:before {
  border-right-color: #ff9800 !important;
}
.theme-orange #dynamicId .survey-agree {
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
}
.theme-orange #dynamicId .survey-agree .mat-checkbox-layout {
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
}
.theme-orange #dynamicId .survey-agree .mat-checkbox-layout .mat-checkbox-inner-container {
  margin-top: 13px !important;
}
.theme-orange #dynamicId .survey-agree .mat-checkbox-label a {
  color: #ff9800;
}
.theme-orange #dynamicId .owl-dt-container .owl-dt-calendar-table .owl-dt-calendar-cell-today:not(.owl-dt-calendar-cell-selected) {
  border-color: #ff9800;
  background: #ff9800;
  color: #ffffff;
}
.theme-orange #dynamicId .owl-dt-container .owl-dt-calendar-table .owl-dt-calendar-header {
  color: #ff9800;
}
.theme-orange #dynamicId .owl-dt-container .owl-dt-control-arrow-button svg {
  fill: #ff9800;
}
.theme-orange #dynamicId .owl-dt-container .owl-dt-control-button-content {
  color: #ff9800;
}
.theme-orange #dynamicId .owl-dt-container .owl-dt-control-button-content svg {
  fill: #ff9800;
}
.theme-orange #dynamicId #myProfile .row {
  margin: 0 !important;
}
.theme-orange #dynamicId #myProfile .row .col-12.col-md-6.col-lg-6,
.theme-orange #dynamicId #myProfile .row .col-12.col-md-12.col-lg-12 {
  padding: 8px;
  margin: 0 !important;
}
.theme-orange #dynamicId #myProfile .card, .theme-orange #dynamicId #myProfile .main-content .register_box .card .card-header, .theme-orange #dynamicId .main-content .register_box .card #myProfile .card-header {
  min-height: 0;
  height: 100%;
  margin-bottom: 0;
  padding-bottom: 0;
}
.theme-orange #dynamicId #myProfile .card.main-card, .theme-orange #dynamicId #myProfile .main-content .register_box .card .main-card.card-header, .theme-orange #dynamicId .main-content .register_box .card #myProfile .main-card.card-header {
  height: 338px;
}
.theme-orange #dynamicId #myProfile .card.main-card ul.list-group, .theme-orange #dynamicId #myProfile .main-content .register_box .card .main-card.card-header ul.list-group, .theme-orange #dynamicId .main-content .register_box .card #myProfile .main-card.card-header ul.list-group {
  height: 295px;
  overflow: auto;
}
.theme-orange #dynamicId #myProfile .card.main-card ul.list-group::-webkit-scrollbar, .theme-orange #dynamicId #myProfile .main-content .register_box .card .main-card.card-header ul.list-group::-webkit-scrollbar, .theme-orange #dynamicId .main-content .register_box .card #myProfile .main-card.card-header ul.list-group::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.theme-orange #dynamicId #myProfile .card.main-card ul.list-group::-webkit-scrollbar-track, .theme-orange #dynamicId #myProfile .main-content .register_box .card .main-card.card-header ul.list-group::-webkit-scrollbar-track, .theme-orange #dynamicId .main-content .register_box .card #myProfile .main-card.card-header ul.list-group::-webkit-scrollbar-track {
  background: #dedee6;
}
.theme-orange #dynamicId #myProfile .card.main-card ul.list-group::-webkit-scrollbar-thumb, .theme-orange #dynamicId #myProfile .main-content .register_box .card .main-card.card-header ul.list-group::-webkit-scrollbar-thumb, .theme-orange #dynamicId .main-content .register_box .card #myProfile .main-card.card-header ul.list-group::-webkit-scrollbar-thumb {
  background: #f57c00;
}
.theme-orange #dynamicId #myProfile .card .new-letters-c, .theme-orange #dynamicId .main-content .register_box .card #myProfile .card-header .new-letters-c,
.theme-orange #dynamicId #myProfile .card .my-benefi-table,
.theme-orange #dynamicId .main-content .register_box .card #myProfile .card-header .my-benefi-table {
  height: 295px !important;
  overflow: auto;
}
.theme-orange #dynamicId #myProfile .card .new-letters-c::-webkit-scrollbar, .theme-orange #dynamicId .main-content .register_box .card #myProfile .card-header .new-letters-c::-webkit-scrollbar,
.theme-orange #dynamicId #myProfile .card .my-benefi-table::-webkit-scrollbar,
.theme-orange #dynamicId .main-content .register_box .card #myProfile .card-header .my-benefi-table::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.theme-orange #dynamicId #myProfile .card .new-letters-c::-webkit-scrollbar-track, .theme-orange #dynamicId .main-content .register_box .card #myProfile .card-header .new-letters-c::-webkit-scrollbar-track,
.theme-orange #dynamicId #myProfile .card .my-benefi-table::-webkit-scrollbar-track,
.theme-orange #dynamicId .main-content .register_box .card #myProfile .card-header .my-benefi-table::-webkit-scrollbar-track {
  background: #dedee6;
}
.theme-orange #dynamicId #myProfile .card .new-letters-c::-webkit-scrollbar-thumb, .theme-orange #dynamicId .main-content .register_box .card #myProfile .card-header .new-letters-c::-webkit-scrollbar-thumb,
.theme-orange #dynamicId #myProfile .card .my-benefi-table::-webkit-scrollbar-thumb,
.theme-orange #dynamicId .main-content .register_box .card #myProfile .card-header .my-benefi-table::-webkit-scrollbar-thumb {
  background: #f57c00;
}
.theme-orange #dynamicId #myProfile .card .card-header, .theme-orange #dynamicId .main-content .register_box .card #myProfile .card-header .card-header {
  background: #ff9800;
  line-height: 16px;
  color: #FFFFFF;
}
.theme-orange #dynamicId #myProfile .card .card-header a, .theme-orange #dynamicId .main-content .register_box .card #myProfile .card-header .card-header a {
  text-decoration: underline;
  color: #FFFFFF;
}
.theme-orange #dynamicId #myProfile .card .card-body h6, .theme-orange #dynamicId .main-content .register_box .card #myProfile .card-header .card-body h6, .theme-orange #dynamicId #myProfile .card .card-body .h6, .theme-orange #dynamicId .main-content .register_box .card #myProfile .card-header .card-body .h6 {
  color: #ff9800;
  font-size: 20px;
}
.theme-orange #dynamicId #myProfile .card .card-body p.card-text, .theme-orange #dynamicId .main-content .register_box .card #myProfile .card-header .card-body p.card-text {
  padding: 0;
}
.theme-orange #dynamicId #myProfile .card .card-body a, .theme-orange #dynamicId .main-content .register_box .card #myProfile .card-header .card-body a {
  color: #ff9800;
  text-decoration: underline;
  font-weight: normal;
  text-transform: capitalize;
}
.theme-orange #dynamicId #myProfile .card .card-body .donation-currency, .theme-orange #dynamicId .main-content .register_box .card #myProfile .card-header .card-body .donation-currency {
  width: 100%;
  display: block;
  text-align: center;
  position: relative;
}
.theme-orange #dynamicId #myProfile .card .card-body .donation-currency span, .theme-orange #dynamicId .main-content .register_box .card #myProfile .card-header .card-body .donation-currency span {
  position: absolute;
  left: 0;
  right: 0;
  top: 2.8vh;
  height: 20px;
  width: 90%;
  margin: auto;
  line-height: normal;
  font-weight: 600;
  font-size: 12px;
}
.theme-orange #dynamicId #myProfile .card owl-carousel, .theme-orange #dynamicId .main-content .register_box .card #myProfile .card-header owl-carousel {
  background: #f3f3f3;
  width: 100%;
  float: left;
  padding: 10px;
}
.theme-orange #dynamicId #myProfile .card owl-carousel .owl-dots, .theme-orange #dynamicId .main-content .register_box .card #myProfile .card-header owl-carousel .owl-dots {
  bottom: 0;
}
.theme-orange #dynamicId #myProfile .card.my-contributions, .theme-orange #dynamicId #myProfile .main-content .register_box .card .my-contributions.card-header, .theme-orange #dynamicId .main-content .register_box .card #myProfile .my-contributions.card-header {
  overflow: auto;
  height: 100%;
  display: block;
}
.theme-orange #dynamicId #myProfile .card.my-contributions::-webkit-scrollbar, .theme-orange #dynamicId #myProfile .main-content .register_box .card .my-contributions.card-header::-webkit-scrollbar, .theme-orange #dynamicId .main-content .register_box .card #myProfile .my-contributions.card-header::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.theme-orange #dynamicId #myProfile .card.my-contributions::-webkit-scrollbar-track, .theme-orange #dynamicId #myProfile .main-content .register_box .card .my-contributions.card-header::-webkit-scrollbar-track, .theme-orange #dynamicId .main-content .register_box .card #myProfile .my-contributions.card-header::-webkit-scrollbar-track {
  background: #dedee6;
}
.theme-orange #dynamicId #myProfile .card.my-contributions::-webkit-scrollbar-thumb, .theme-orange #dynamicId #myProfile .main-content .register_box .card .my-contributions.card-header::-webkit-scrollbar-thumb, .theme-orange #dynamicId .main-content .register_box .card #myProfile .my-contributions.card-header::-webkit-scrollbar-thumb {
  background: #f57c00;
}
.theme-orange #dynamicId #myProfile .card.my-contributions .list-group.list-group-flush, .theme-orange #dynamicId #myProfile .main-content .register_box .card .my-contributions.card-header .list-group.list-group-flush, .theme-orange #dynamicId .main-content .register_box .card #myProfile .my-contributions.card-header .list-group.list-group-flush {
  border: 0 !important;
}
.theme-orange #dynamicId #myProfile .card.my-volunteer-c h3, .theme-orange #dynamicId #myProfile .main-content .register_box .card .my-volunteer-c.card-header h3, .theme-orange #dynamicId .main-content .register_box .card #myProfile .my-volunteer-c.card-header h3, .theme-orange #dynamicId #myProfile .card.my-volunteer-c .h3, .theme-orange #dynamicId #myProfile .main-content .register_box .card .my-volunteer-c.card-header .h3, .theme-orange #dynamicId .main-content .register_box .card #myProfile .my-volunteer-c.card-header .h3 {
  font-size: 20px;
  color: #000000;
}
.theme-orange #dynamicId #myProfile .card.my-volunteer-c ul, .theme-orange #dynamicId #myProfile .main-content .register_box .card .my-volunteer-c.card-header ul, .theme-orange #dynamicId .main-content .register_box .card #myProfile .my-volunteer-c.card-header ul {
  list-style: none;
}
.theme-orange #dynamicId #myProfile .card.my-volunteer-c ul li, .theme-orange #dynamicId #myProfile .main-content .register_box .card .my-volunteer-c.card-header ul li, .theme-orange #dynamicId .main-content .register_box .card #myProfile .my-volunteer-c.card-header ul li {
  border-top: none;
  margin-bottom: 10px;
}
.theme-orange #dynamicId #myProfile .share-event .eventShareButton {
  color: #ff9800;
}
.theme-orange #dynamicId #myProfile .share-event .eventShareButton img {
  filter: invert(52%) sepia(98%) saturate(2176%) hue-rotate(1deg) brightness(103%) contrast(105%);
}
.theme-orange #dynamicId #myProfile .share-event .dropdown-menu li a {
  text-decoration: none;
}
.theme-orange #dynamicId .donate-modal h5 img, .theme-orange #dynamicId .donate-modal .h5 img {
  filter: invert(52%) sepia(98%) saturate(2176%) hue-rotate(1deg) brightness(103%) contrast(105%);
}
.theme-orange #dynamicId .donate-modal h5 .indianCurrency, .theme-orange #dynamicId .donate-modal .h5 .indianCurrency {
  color: #ff9800;
}
.theme-orange #dynamicId app-social-login .social--button i.fa-facebook {
  background: none;
}
.theme-orange #dynamicId .mat-mdc-radio-button {
  font-family: inherit;
}
.theme-orange #dynamicId app-timer {
  background: #ff9800;
  color: #fff;
  padding: 0 5px;
}
.theme-orange #dynamicId app-get-started .main-content .figure.banner img {
  filter: opacity(1) hue-rotate(30deg);
}
.theme-orange #dynamicId app-fund-donation .evnt-modal-icns-c .evnt-modal-icns .eventButton {
  width: auto;
  max-width: 90%;
  text-align: left;
}
.theme-orange #dynamicId app-fund-donation header h1, .theme-orange #dynamicId app-fund-donation header .h1 {
  color: white;
  line-height: 25px;
}
.theme-orange #dynamicId app-public-event .evnt-modal-icns-c .evnt-modal-icns .eventButton {
  width: 200px;
  text-align: left;
}
.theme-orange #dynamicId h6.sub-heading, .theme-orange #dynamicId .sub-heading.h6 {
  font-size: 20px;
  color: #000000;
  font-weight: bold;
}
.theme-orange #dynamicId .awards-social-icons span {
  display: inline-block;
  padding: 0 5px;
}
.theme-orange #dynamicId .awards-social-icons span a i {
  background: none;
  color: #ff9800;
  font-size: 14px;
}
.theme-orange #dynamicId .awards-prev:hover,
.theme-orange #dynamicId .awards-next:hover {
  color: #ff9800;
  text-decoration: underline;
}
.theme-orange #dynamicId .big-thanks owl-carousel .owl-nav {
  width: 100%;
}
.theme-orange #dynamicId .big-thanks owl-carousel .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translate(50%);
}
.theme-orange #dynamicId .big-thanks owl-carousel .owl-nav button.owl-prev {
  left: -54px;
}
.theme-orange #dynamicId .big-thanks owl-carousel .owl-nav button.owl-next {
  right: -22px;
}
.theme-orange #dynamicId .big-thanks owl-carousel .owl-dots {
  bottom: -17px;
}
.theme-orange #dynamicId .signin {
  position: absolute;
  width: 320px;
  background: #fff;
  right: 1px;
  box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.27);
  top: 70px;
  padding: 22px 0 16px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.theme-orange #dynamicId .signin .existUser .close {
  font-size: 20px !important;
  top: 15px;
}
.theme-orange #dynamicId .header-height-w {
  width: 100%;
  height: 90px;
  display: block;
}
.theme-orange #dynamicId .interests-w .interests-i {
  height: 80px;
  margin-bottom: 10px;
  overflow: auto;
}
.theme-orange #dynamicId .interests-w .interests-i::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.theme-orange #dynamicId .interests-w .interests-i::-webkit-scrollbar-track {
  background: #dedee6;
}
.theme-orange #dynamicId .interests-w .interests-i::-webkit-scrollbar-thumb {
  background: #f57c00;
}
.theme-orange #dynamicId .interests-w .interests-i span {
  display: inline-block;
  padding: 1px 16px;
  background: #fb8c00;
  margin: 0 5px 5px 0;
  color: #fff;
  font-size: 14px !important;
  border-radius: 30px;
  height: 30px;
  line-height: 26px;
}
.theme-orange #dynamicId .interests-w .interests-i span a i {
  font-size: 12px;
}
.theme-orange #dynamicId .interests-w .interests-tags-w a {
  display: inline-block;
  padding: 3px 16px;
  margin: 0 5px 5px 0;
  font-size: 14px !important;
  border-radius: 28px;
  height: 28px;
  background: #f1f1f1;
  color: #000000;
  border: 1px solid #EAEAEA;
}
.theme-orange #dynamicId .fixed_pos {
  position: fixed;
  background: #fff;
  box-shadow: 0 0 22px #ccc;
  top: 154px;
  width: 90px;
  right: -90px;
  transition: all 0.35s ease-out;
  z-index: 8;
  text-align: center;
}
.theme-orange #dynamicId .fixed_pos .setting_icon {
  position: absolute;
  left: -50px;
  background: #fff;
  color: #ff9800;
  padding: 0;
  top: 0;
  cursor: pointer;
  box-shadow: -4px 0px 10px 0px #ccc;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  font-size: 24px;
}
.theme-orange #dynamicId .fixed_pos.open {
  right: 0;
  transition: all 0.3s ease-out;
}
.theme-orange #dynamicId .fixed_pos .inner {
  width: 90%;
  margin: 5px auto;
}
.theme-orange #dynamicId .fixed_pos .inner a {
  width: 30px;
  height: 30px;
  border-radius: 30px;
  display: inline-block;
  color: transparent;
  background: #f60;
  margin: 5px;
  overflow: hidden;
}
.theme-orange #dynamicId .fixed_pos .inner a.pink {
  background: #e01a59;
}
.theme-orange #dynamicId .fixed_pos .inner a.skyblue {
  background: #0769ab;
}
.theme-orange #dynamicId .fixed_pos .inner a.orange {
  background: #ff9800;
}
#fb8c00 .theme-orange #dynamicId .fixed_pos .inner a.green {
  background: #36a48b;
}
.theme-orange #dynamicId .fixed_pos .inner a.brown {
  background: #605047;
}
.theme-orange #dynamicId .fixed_pos .inner a.lavender {
  background: #9071be;
}
.theme-orange #dynamicId .fixed_pos .inner a.naviblue {
  background: #475069;
}
.theme-orange #dynamicId .mat-mdc-form-field {
  font-family: "Exo 2", sans-serif;
  line-height: 1.6;
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.theme-orange #dynamicId .mat-mdc-form-field.mat-focused {
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.theme-orange #dynamicId .mat-mdc-form-field.mat-focused .mat-form-field-ripple {
  background: #ff9800;
}
.theme-orange #dynamicId .mat-mdc-form-field.mat-focused .mat-form-field-label {
  color: #ff9800;
}
.theme-orange #dynamicId .mat-mdc-form-field.mat-focused.mat-primary {
  /* TODO(mdc-migration): The following rule targets internal classes of select that may no longer apply for the MDC version.*/
}
.theme-orange #dynamicId .mat-mdc-form-field.mat-focused.mat-primary .mat-select-arrow {
  color: #ff9800;
}
.theme-orange #dynamicId .mat-mdc-form-field .mat-form-field-underline {
  background-color: rgba(0, 0, 0, 0.13);
}
.theme-orange #dynamicId .mat-mdc-form-field.mat-form-field-appearance-outline {
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.theme-orange #dynamicId .mat-mdc-form-field.mat-form-field-appearance-outline .mat-form-field-infix {
  padding: 0.5em 0 0.5em 0;
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.theme-orange #dynamicId .mat-mdc-form-field.mat-form-field-appearance-outline .mat-form-field-infix .mat-form-field-label-wrapper label {
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.theme-orange #dynamicId .mat-mdc-form-field.mat-form-field-appearance-outline .mat-form-field-infix .mat-form-field-label-wrapper label.mat-form-field-label {
  padding-top: 0;
}
.theme-orange #dynamicId .mat-mdc-form-field.mat-form-field-appearance-outline .mat-form-field-wrapper {
  padding-bottom: 0;
}
.theme-orange #dynamicId .mat-mdc-form-field .mat-form-field-wrapper {
  padding-bottom: 0;
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.theme-orange #dynamicId .mat-mdc-form-field .mat-form-field-wrapper .mat-form-field-flex {
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.theme-orange #dynamicId .mat-mdc-form-field .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-infix span {
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.theme-orange #dynamicId .mat-mdc-form-field .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-infix span.mat-form-field-label-wrapper {
  top: -1.3em;
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.theme-orange #dynamicId .mat-mdc-form-field .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-infix span.mat-form-field-label-wrapper .mat-form-field-label mat-label {
  font-weight: bold;
}
.theme-orange #dynamicId .mat-mdc-form-field .mat-form-field-subscript-wrapper,
.theme-orange #dynamicId .mat-mdc-form-field .mat-form-field-underline {
  position: static;
}
.theme-orange #dynamicId .mat-mdc-form-field .mat-form-field-wrapper {
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.theme-orange #dynamicId .mat-mdc-form-field .mat-form-field-wrapper .mat-form-field-infix {
  /* TODO(mdc-migration): The following rule targets internal classes of select that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of select that may no longer apply for the MDC version.*/
}
.theme-orange #dynamicId .mat-mdc-form-field .mat-form-field-wrapper .mat-form-field-infix input.mat-mdc-input-element::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(0, 0, 0, 0.54);
}
.theme-orange #dynamicId .mat-mdc-form-field .mat-form-field-wrapper .mat-form-field-infix input.mat-mdc-input-element::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(0, 0, 0, 0.54);
}
.theme-orange #dynamicId .mat-mdc-form-field .mat-form-field-wrapper .mat-form-field-infix input.mat-mdc-input-element:-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(0, 0, 0, 0.54);
}
.theme-orange #dynamicId .mat-mdc-form-field .mat-form-field-wrapper .mat-form-field-infix input.mat-mdc-input-element:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(0, 0, 0, 0.54);
}
.theme-orange #dynamicId .mat-mdc-form-field .mat-form-field-wrapper .mat-form-field-infix mat-select {
  /* TODO(mdc-migration): The following rule targets internal classes of select that may no longer apply for the MDC version.*/
}
.theme-orange #dynamicId .mat-mdc-form-field .mat-form-field-wrapper .mat-form-field-infix mat-select .mat-select-placeholder {
  color: rgba(0, 0, 0, 0.54);
  -webkit-text-fill-color: rgba(0, 0, 0, 0.54);
}
.theme-orange #dynamicId .mat-mdc-form-field .mat-form-field-prefix mat-datepicker-toggle button {
  vertical-align: sub;
  position: relative;
  top: 1px;
}
.theme-orange #dynamicId .mat-mdc-option,
.theme-orange #dynamicId .mat-calendar,
.theme-orange #dynamicId .mat-mdc-button,
.theme-orange #dynamicId .mat-mdc-raised-button,
.theme-orange #dynamicId .mat-mdc-icon-button,
.theme-orange #dynamicId .mat-mdc-outlined-button,
.theme-orange #dynamicId .mat-mdc-unelevated-button,
.theme-orange #dynamicId .mat-mdc-fab,
.theme-orange #dynamicId .mat-mdc-mini-fab,
.theme-orange #dynamicId .mat-mdc-table {
  font-family: "Exo 2", sans-serif;
}
.theme-orange #dynamicId .mat-primary .mat-mdc-option.mat-mdc-selected {
  /* TODO(mdc-migration): The following rule targets internal classes of option that may no longer apply for the MDC version.*/
}
.theme-orange #dynamicId .mat-primary .mat-mdc-option.mat-mdc-selected:not(.mat-option-disabled) {
  color: #ff9800;
}
.theme-orange #dynamicId .mat-mdc-select-panel {
  /* TODO(mdc-migration): The following rule targets internal classes of select that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of select that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of select that may no longer apply for the MDC version.*/
}
.theme-orange #dynamicId .mat-mdc-select-panel .mat-mdc-option.mat-mdc-selected:not(.not-option-multiple) {
  background: #fb8c00;
  color: #fff !important;
}
.theme-orange #dynamicId .mat-mdc-select-panel .mat-select-content {
  /* TODO(mdc-migration): The following rule targets internal classes of optgroup that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of optgroup that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of option that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of option that may no longer apply for the MDC version.*/
}
.theme-orange #dynamicId .mat-mdc-select-panel .mat-select-content mat-optgroup label.mat-mdc-optgroup-label {
  line-height: 40px !important;
  font-weight: bold !important;
  border-bottom: dashed 1px #ff9800;
  color: #ff9800;
}
.theme-orange #dynamicId .mat-mdc-select-panel .mat-select-content mat-option.mat-mdc-option-multiple.mat-mdc-selected mat-pseudo-checkbox {
  background: none;
  border: solid 2px #fff;
}
.theme-orange #dynamicId .mat-mdc-select-panel::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.theme-orange #dynamicId .mat-mdc-select-panel::-webkit-scrollbar-track {
  background: #dedee6;
}
.theme-orange #dynamicId .mat-mdc-select-panel::-webkit-scrollbar-thumb {
  background: #f57c00;
}
.theme-orange #dynamicId .about-committe {
  background: rgba(255, 183, 77, 0.1607843137);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.13);
}
.theme-orange #dynamicId .about-committe img {
  width: 100%;
  height: auto;
  max-height: 188px;
  object-fit: cover;
  object-position: top;
}
.theme-orange #dynamicId .login-donate-now {
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
}
.theme-orange #dynamicId .login-donate-now .mat-radio-label-content {
  padding-left: 0px;
}
.theme-orange #dynamicId #scroll {
  position: fixed;
  right: 10px;
  bottom: 10px;
  cursor: pointer;
  width: 40px;
  height: 40px;
  background-color: #fb8c00;
  display: none;
  border-radius: 40px;
  opacity: 0.8;
  color: #fff;
  text-align: center;
  line-height: 40px;
  z-index: 9999;
}
.theme-orange #dynamicId #scroll:hover {
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
}
.theme-orange #dynamicId #navbarDefault ul li a {
  position: relative;
  color: inherit;
  text-decoration: none;
  line-height: 24px;
}
.theme-orange #dynamicId #navbarDefault ul li a:before, .theme-orange #dynamicId #navbarDefault ul li a:after {
  content: "";
  position: absolute;
  transition: transform 0.5s ease;
}
.theme-orange #dynamicId #navbarDefault ul li a.nav-link {
  padding-top: 10px;
}
.theme-orange #dynamicId #navbarDefault ul li a.nav-link:before {
  left: 0;
  bottom: 12px;
  width: 100%;
  height: 2px;
  background: white;
  transform: scaleX(0);
}
.theme-orange #dynamicId #navbarDefault ul li a.nav-link:hover {
  background: none !important;
  color: white !important;
}
.theme-orange #dynamicId #navbarDefault ul li a.nav-link:hover:before {
  transform: scaleX(1);
}
.theme-orange #dynamicId .section-footer ul.list-unstyled li.item-list-a a {
  transition: all 0.3s ease-out;
}
.theme-orange #dynamicId .section-footer ul.list-unstyled li.item-list-a a:hover {
  transition: all 0.3s ease-in;
  opacity: 0.4;
  display: inline-block;
  text-decoration: underline;
}
.theme-orange #dynamicId .section-footer ul.list-unstyled li.item-list-a a.donate_now {
  opacity: 0.4;
  cursor: not-allowed;
  pointer-events: none;
}
.theme-orange #dynamicId .facebook-link {
  color: #3b5998;
}
.theme-orange #dynamicId .facebook-link .fa {
  color: #3b5998;
}
.theme-orange #dynamicId .twitter-link {
  color: #55acee;
}
.theme-orange #dynamicId .twitter-link .fa {
  color: #55acee;
}
.theme-orange #dynamicId owl-date-time-container > * {
  font-size: 14px !important;
}
.theme-orange #dynamicId owl-date-time-container > * .owl-dt-calendar-cell-content {
  font-size: 14px !important;
}
.theme-orange #dynamicId a[title="JavaScript charts"] {
  visibility: hidden !important;
  display: none !important;
}
.theme-orange #dynamicId .donation_amount_input {
  position: relative;
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.theme-orange #dynamicId .donation_amount_input span.input-group-doller {
  position: absolute;
  left: 0;
  top: 3px;
}
.theme-orange #dynamicId .donation_amount_input input {
  padding-left: 15px;
}
.theme-orange #dynamicId .donation_amount_input .mat-form-field-label {
  left: 15px;
}
.theme-orange #dynamicId .donation_amount_input .mat-form-field-infix {
  padding-top: 0 !important;
  border-top: 0 !important;
}
.theme-orange #dynamicId app-finance-dashboard .export-main {
  top: -40px;
}
.theme-orange #dynamicId .example-card.mat-mdc-card {
  box-shadow: none;
  padding: 15px;
  border: solid 1px #e6e6e6;
  /* TODO(mdc-migration): The following rule targets internal classes of card that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of card that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of card that may no longer apply for the MDC version.*/
}
.theme-orange #dynamicId .example-card.mat-mdc-card .mat-card-header-text {
  margin: 0;
  /* TODO(mdc-migration): The following rule targets internal classes of card that may no longer apply for the MDC version.*/
}
.theme-orange #dynamicId .example-card.mat-mdc-card .mat-card-header-text mat-card-title {
  font-size: 14px;
  color: #ff9800;
  font-weight: 500;
}
.theme-orange #dynamicId .example-card.mat-mdc-card mat-card-content {
  text-transform: capitalize;
}
.theme-orange #dynamicId .survey--time strong {
  color: #ff9800;
}
.theme-orange #dynamicId .mat-tab-label,
.theme-orange #dynamicId .mat-mdc-tab-link {
  font-family: "Exo 2", sans-serif !important;
}
.theme-orange #dynamicId mat-radio-button {
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
}
.theme-orange #dynamicId mat-radio-button .mat-radio-container {
  top: 3px;
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
}
.theme-orange #dynamicId mat-radio-button .mat-radio-container .mat-radio-outer-circle {
  border: 1px solid #ff9800;
  border-width: 2px;
  height: 17px;
  width: 17px;
}
.theme-orange #dynamicId mat-radio-button .mat-radio-container .mat-radio-inner-circle {
  background-color: #fb8c00;
  height: 17px;
  width: 17px;
}
.theme-orange #dynamicId mat-radio-button.mat-radio-checked {
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
}
.theme-orange #dynamicId mat-radio-button.mat-radio-checked .mat-radio-outer-circle {
  border-color: #fb8c00 !important;
}
.theme-orange #dynamicId mat-radio-button.mat-radio-disabled {
  opacity: 0.5;
}
.theme-orange #dynamicId mat-selection-list {
  /* TODO(mdc-migration): The following rule targets internal classes of list that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of list that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of list that may no longer apply for the MDC version.*/
}
.theme-orange #dynamicId mat-selection-list:focus {
  outline: 0;
}
.theme-orange #dynamicId mat-selection-list mat-list-option {
  height: 34px;
  font-size: 14px;
  /* TODO(mdc-migration): The following rule targets internal classes of list that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of list that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of list that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of list that may no longer apply for the MDC version.*/
}
.theme-orange #dynamicId mat-selection-list mat-list-option:hover, .theme-orange #dynamicId mat-selection-list mat-list-option.mat-list-item-focus {
  background: none;
}
.theme-orange #dynamicId mat-selection-list mat-list-option.mat-list-item-disabled {
  background: none;
}
.theme-orange #dynamicId mat-selection-list mat-list-option .mat-list-item-content {
  padding: 0;
  /* TODO(mdc-migration): The following rule targets internal classes of list that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of list that may no longer apply for the MDC version.*/
}
.theme-orange #dynamicId mat-selection-list mat-list-option .mat-list-item-content mat-pseudo-checkbox {
  width: 15px;
  height: 15px;
  border: solid 2px #fb8c00;
}
.theme-orange #dynamicId mat-selection-list mat-list-option .mat-list-item-content mat-pseudo-checkbox.mat-pseudo-checkbox-checked {
  background: #fb8c00;
}
.theme-orange #dynamicId mat-selection-list mat-list-option .mat-list-item-content mat-pseudo-checkbox.mat-pseudo-checkbox-checked:after {
  top: 1px;
  left: 0;
}
.theme-orange #dynamicId mat-selection-list mat-list-option .mat-list-item-content .mat-list-text {
  padding-left: 10px;
}
.theme-orange #dynamicId mat-selection-list mat-list-option .mat-list-item-content .mat-list-item-ripple {
  display: none;
}
.theme-orange #dynamicId .public-survey-share {
  box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.17);
}
.theme-orange #dynamicId #org_register {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url('greyzz.7e1ddd1c2df298da.png') repeat;
  margin: auto;
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
}
.theme-orange #dynamicId #org_register > div {
  height: auto;
  margin: auto;
}
.theme-orange #dynamicId #org_register > div .card, .theme-orange #dynamicId #org_register > div .main-content .register_box .card .card-header, .theme-orange #dynamicId .main-content .register_box .card #org_register > div .card-header {
  box-shadow: 0px 0px 18px 8px rgba(0, 0, 0, 0.1);
}
.theme-orange #dynamicId #org_register h2, .theme-orange #dynamicId #org_register .h2 {
  color: #ff9800;
}
.theme-orange #dynamicId #org_register mat-checkbox {
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
}
.theme-orange #dynamicId #org_register mat-checkbox .mat-checkbox-inner-container {
  top: 0;
}
.theme-orange #dynamicId #org_register mat-checkbox a {
  color: #ff9800;
}
.theme-orange #dynamicId ol.steps {
  list-style: none;
  text-align: left;
  padding-left: 0 !important;
}
.theme-orange #dynamicId ol.steps .steps__item {
  background: none;
}
.theme-orange #dynamicId ol.steps .steps__item:before, .theme-orange #dynamicId ol.steps .steps__item:after {
  content: none;
}
.theme-orange #dynamicId ol.steps li.steps__item {
  margin-right: 0px;
  display: inline-block;
  color: #000000;
  padding: 0 14px;
  text-align: center;
}
.theme-orange #dynamicId ol.steps li.steps__item span {
  font-weight: bold;
}
.theme-orange #dynamicId ol.steps li.steps__item.steps__item--active {
  padding-bottom: 10px;
  position: relative;
}
.theme-orange #dynamicId ol.steps li.steps__item.steps__item--active span {
  color: #fb8c00;
}
.theme-orange #dynamicId ol.steps li.steps__item.steps__item--active:after {
  position: absolute;
  content: "";
  height: 3px;
  width: 100%;
  background: #fb8c00;
  bottom: 0;
  left: 0;
}
.theme-orange #dynamicId header.withOutNav {
  background: linear-gradient(to bottom, #fff3e0 0%, #ffe0b2 100%);
}
.theme-orange #dynamicId mat-accordion mat-expansion-panel mat-expansion-panel-header {
  background: #ffe0b2;
  margin-bottom: 2px;
}
.theme-orange #dynamicId mat-accordion mat-expansion-panel h6, .theme-orange #dynamicId mat-accordion mat-expansion-panel .h6 {
  color: #ff9800;
  margin-top: 10px;
}
.theme-orange #dynamicId mat-accordion mat-expansion-panel:last-of-type mat-expansion-panel-header {
  margin-bottom: 0;
}
.theme-orange #dynamicId mat-accordion mat-expansion-panel .avatar-upload .avatar-edit input + label {
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.theme-orange #dynamicId mat-accordion mat-expansion-panel .req-text {
  width: 62%;
  font-size: 14px;
}
.theme-orange #dynamicId .avatar-upload {
  position: relative;
  margin: 0px auto;
  min-height: 124px;
}
.theme-orange #dynamicId .avatar-upload .avatar-edit {
  position: absolute;
  right: 0;
  left: 0;
  z-index: 1;
  top: 10px;
}
.theme-orange #dynamicId .avatar-upload .avatar-edit input {
  display: none;
}
.theme-orange #dynamicId .avatar-upload .avatar-edit input + label {
  display: inline-block;
  width: 120px;
  height: 110px;
  margin-bottom: 0;
  border-radius: 20px;
  background: #ffffff;
  cursor: pointer;
  font-weight: normal;
  transition: all 0.2s ease-in-out;
  text-align: center;
  padding-top: 0px;
  position: relative;
}
.theme-orange #dynamicId .avatar-upload .avatar-edit input + label:hover {
  background: #f1f1f1;
  border-color: #d6d6d6;
}
.theme-orange #dynamicId .avatar-upload .avatar-preview {
  width: 192px;
  height: 192px;
  position: relative;
  border-radius: 100%;
  border: 6px solid #f8f8f8;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}
.theme-orange #dynamicId .avatar-upload .avatar-preview > div {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.theme-orange #dynamicId .org-logo-upload {
  border: dashed 1px #ccc;
  min-height: 130px;
  margin-bottom: 20px;
}
.theme-orange #dynamicId .mat-radio-label {
  padding: 0;
}
.theme-orange #dynamicId .application-profile-wrapper label {
  display: block;
  color: #000000;
  font-weight: bold !important;
}
.theme-orange #dynamicId .application-profile-wrapper .mat-mdc-radio-button label {
  font-weight: normal !important;
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
}
.theme-orange #dynamicId .application-profile-wrapper .mat-mdc-radio-button label .mat-radio-container {
  top: 0;
  vertical-align: middle;
}
.theme-orange #dynamicId .event-donate-img img {
  height: auto;
  object-fit: cover;
  display: block;
  max-height: 300px;
  margin: 0 auto;
}
.theme-orange #dynamicId .custom-modal .modal-header {
  background: none !important;
  border: none;
  height: auto;
}
.theme-orange #dynamicId .custom-modal .modal-header h1, .theme-orange #dynamicId .custom-modal .modal-header .h1 {
  font-size: 20px;
  color: #ff9800;
  line-height: normal;
}
.theme-orange #dynamicId .custom-modal .modal-header .close {
  color: initial;
  opacity: 0.6;
}
.theme-orange #dynamicId .create-labels mat-label {
  font-size: 12px;
  font-weight: bold;
  color: #999999;
}
.theme-orange #dynamicId .create-labels span {
  color: #000000;
}
.theme-orange #dynamicId .mat-select-value,
.theme-orange #dynamicId .mat-radio-label-content {
  color: #000000;
}
.theme-orange #dynamicId textarea::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.theme-orange #dynamicId textarea::-webkit-scrollbar-track {
  background: #dedee6;
}
.theme-orange #dynamicId textarea::-webkit-scrollbar-thumb {
  background: #f57c00;
}
.theme-orange #dynamicId .mat-input-custom-icon mat-icon {
  color: #fb8c00;
}
.theme-orange #dynamicId .com-social-media a {
  border-bottom: solid 1px #999;
  padding-bottom: 12px;
  margin-top: 15px;
  display: block;
  font-size: 14px !important;
}
.theme-orange #dynamicId #org-preview {
  padding-right: 0 !important;
}
.theme-orange #dynamicId #org-preview .close {
  color: #ff9800;
  font-size: 18px;
  top: 16px;
}
.theme-orange #dynamicId #org-preview .close span {
  width: 20px;
  height: 20px;
  border: solid 1px #ff9800;
  border-radius: 15px;
  padding: 0;
  display: inline-block;
  line-height: 18px;
  text-align: center;
  font-size: 20px;
  vertical-align: text-bottom;
}
.theme-orange #dynamicId #org-preview #preview-slider {
  width: 100%;
}
.theme-orange #dynamicId #org-preview #preview-slider .carousel-inner {
  width: 100%;
  margin: 0;
  overflow-y: auto;
  display: block;
}
.theme-orange #dynamicId #org-preview #preview-slider .carousel-inner::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.theme-orange #dynamicId #org-preview #preview-slider .carousel-inner::-webkit-scrollbar-track {
  background: #dedee6;
}
.theme-orange #dynamicId #org-preview #preview-slider .carousel-inner::-webkit-scrollbar-thumb {
  background: #f57c00;
}
.theme-orange #dynamicId #org-preview #preview-slider .carousel-indicators {
  top: -30px;
  height: 20px;
}
.theme-orange #dynamicId #org-preview #preview-slider .carousel-indicators li {
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  border-radius: 20px;
  display: inline-block;
  opacity: 1;
  background: none;
  border: solid 1px #999999;
}
.theme-orange #dynamicId #org-preview #preview-slider .carousel-indicators li.active {
  background: #ff9800;
  border: solid 1px #ff9800;
}
.theme-orange #dynamicId #org-preview #preview-slider .carousel-control-prev,
.theme-orange #dynamicId #org-preview #preview-slider .carousel-control-next {
  width: 20px;
  height: 20px;
  top: 48%;
}
.theme-orange #dynamicId #org-preview #preview-slider .carousel-control-prev span,
.theme-orange #dynamicId #org-preview #preview-slider .carousel-control-next span {
  background: none;
  font-size: 36px;
  color: #ff9800;
}
.theme-orange #dynamicId #org-preview #preview-slider .carousel-control-prev {
  left: -54px;
}
.theme-orange #dynamicId #org-preview #preview-slider .carousel-control-next {
  right: -44px;
}
.theme-orange #dynamicId #get-started .get-started-left,
.theme-orange #dynamicId #get-started .get-started-right {
  height: 400px;
  position: relative;
}
.theme-orange #dynamicId #get-started .get-started-left {
  background: #ff9800;
}
.theme-orange #dynamicId #get-started .get-started-right {
  background: rgba(255, 183, 77, 0.1607843137);
}
.theme-orange #dynamicId #get-started .get-started-info {
  position: absolute;
  left: 30px;
  top: 70px;
}
.theme-orange #dynamicId #get-started .get-started-info h1, .theme-orange #dynamicId #get-started .get-started-info .h1 {
  color: #ff9800;
}
.theme-orange #dynamicId #get-started .get-started-note {
  position: absolute;
  bottom: 0;
  width: 90%;
  left: 30px;
}
.theme-orange #dynamicId .margin-top-ten-px {
  margin-top: 10px;
}
.theme-orange #dynamicId .margin-bottom-ten-px {
  margin-bottom: 10px;
}
.theme-orange #dynamicId .full-width-button {
  width: 100%;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.theme-orange #dynamicId .mat-form-field-appearance-legacy {
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.theme-orange #dynamicId .mat-form-field-appearance-legacy .mat-form-field-ripple {
  height: 1px;
}
.theme-orange #dynamicId .mat-form-field-appearance-legacy.mat-form-field-can-float {
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.theme-orange #dynamicId .mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float {
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.theme-orange #dynamicId .mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label {
  transform: translateY(-1.28125em) scale(0.9) perspective(100px) translateZ(0.001px);
  padding: 0;
}
.theme-orange #dynamicId .mat-form-field-appearance-legacy.mat-focused {
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.theme-orange #dynamicId .mat-form-field-appearance-legacy.mat-focused .mat-form-field-label {
  color: inherit !important;
}
.theme-orange #dynamicId .mat-form-field-appearance-legacy.mat--textarea {
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.theme-orange #dynamicId .mat-form-field-appearance-legacy.mat--textarea .mat-form-field-underline {
  display: none;
}
.theme-orange #dynamicId .mat-form-field-appearance-legacy.mat--textarea textarea {
  border: solid 1px rgba(0, 0, 0, 0.42);
  padding: 10px;
}
.theme-orange #dynamicId .mat-form-field-appearance-legacy.mat--textarea label {
  font-size: 14px;
  font-weight: bold !important;
  color: rgba(0, 0, 0, 0.54);
  padding-bottom: 6px;
}
.theme-orange #dynamicId .google--map {
  height: 300px;
}
.theme-orange #dynamicId .google--map label {
  font-weight: bold !important;
  color: rgba(0, 0, 0, 0.54);
}
.theme-orange #dynamicId .coupon-alert {
  position: absolute;
  bottom: 20px;
  padding: 0;
  margin: auto;
  left: 0;
  right: 0;
  text-align: center;
}
.theme-orange #dynamicId .custom-alert-w {
  background: #ffcc80;
}
.theme-orange #dynamicId .custom-alert-w h4, .theme-orange #dynamicId .custom-alert-w .h4 {
  color: #ff9800;
  font-size: 20px;
}
.theme-orange #dynamicId .custom-alert-w h4 .fa, .theme-orange #dynamicId .custom-alert-w .h4 .fa {
  vertical-align: middle;
  font-size: 34px;
  margin-right: 5px;
}
.theme-orange #dynamicId .manage-dashboard-wrapper .card, .theme-orange #dynamicId .manage-dashboard-wrapper .main-content .register_box .card .card-header, .theme-orange #dynamicId .main-content .register_box .card .manage-dashboard-wrapper .card-header {
  height: 100%;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.06);
  padding-bottom: 0;
  margin-bottom: 0;
  transition: all 0.3s ease-in;
  position: relative;
}
.theme-orange #dynamicId .manage-dashboard-wrapper .card .card-icon, .theme-orange #dynamicId .manage-dashboard-wrapper .main-content .register_box .card .card-header .card-icon, .theme-orange #dynamicId .main-content .register_box .card .manage-dashboard-wrapper .card-header .card-icon {
  transition: all 0.3s ease-in;
}
.theme-orange #dynamicId .manage-dashboard-wrapper .card h5, .theme-orange #dynamicId .manage-dashboard-wrapper .main-content .register_box .card .card-header h5, .theme-orange #dynamicId .main-content .register_box .card .manage-dashboard-wrapper .card-header h5, .theme-orange #dynamicId .manage-dashboard-wrapper .card .h5, .theme-orange #dynamicId .manage-dashboard-wrapper .main-content .register_box .card .card-header .h5, .theme-orange #dynamicId .main-content .register_box .card .manage-dashboard-wrapper .card-header .h5 {
  text-transform: capitalize;
  color: #000000;
}
.theme-orange #dynamicId .manage-dashboard-wrapper .card .card-icon, .theme-orange #dynamicId .manage-dashboard-wrapper .main-content .register_box .card .card-header .card-icon, .theme-orange #dynamicId .main-content .register_box .card .manage-dashboard-wrapper .card-header .card-icon {
  width: 50px;
  height: 50px;
  border: solid 1px #ccc;
  display: inline-block;
  text-align: center;
  line-height: 46px;
  border-radius: 70px;
  margin-right: 10px;
}
.theme-orange #dynamicId .manage-dashboard-wrapper .card .card-icon img, .theme-orange #dynamicId .manage-dashboard-wrapper .main-content .register_box .card .card-header .card-icon img, .theme-orange #dynamicId .main-content .register_box .card .manage-dashboard-wrapper .card-header .card-icon img {
  filter: invert(52%) sepia(98%) saturate(2176%) hue-rotate(1deg) brightness(103%) contrast(105%);
}
.theme-orange #dynamicId .manage-dashboard-wrapper .dashboard-card {
  padding: 8px !important;
}
.theme-orange #dynamicId .manage-dashboard-wrapper .dashboard-tabs {
  margin-top: 10px;
}
.theme-orange #dynamicId .mat-tab-panel {
  position: relative;
}
.theme-orange #dynamicId .ticket-input {
  padding-bottom: 6px;
  border: 0;
  border-bottom: solid 1px #ff9800;
  background: none;
  height: 30px;
  width: 100%;
  text-align: right;
  line-height: 37px;
}
.theme-orange #dynamicId .ticket-input:focus {
  outline: 0;
  box-shadow: none;
}
.theme-orange #dynamicId .member-dashboard-wrapper .dashboard-card .card, .theme-orange #dynamicId .member-dashboard-wrapper .dashboard-card .main-content .register_box .card .card-header, .theme-orange #dynamicId .main-content .register_box .card .member-dashboard-wrapper .dashboard-card .card-header {
  min-height: 360px !important;
}
.theme-orange #dynamicId .member-dashboard-wrapper .dashboard-card .card .card-body, .theme-orange #dynamicId .main-content .register_box .card .member-dashboard-wrapper .dashboard-card .card-header .card-body {
  padding: 0;
}
.theme-orange #dynamicId .member-dashboard-wrapper .dashboard-card .card .card-body .card-title, .theme-orange #dynamicId .main-content .register_box .card .member-dashboard-wrapper .dashboard-card .card-header .card-body .card-title {
  overflow: hidden;
  position: relative;
  margin-bottom: 0;
}
.theme-orange #dynamicId .member-dashboard-wrapper .dashboard-card .card .card-body .card-title a, .theme-orange #dynamicId .main-content .register_box .card .member-dashboard-wrapper .dashboard-card .card-header .card-body .card-title a {
  background: #ff9800;
  color: #fff;
  width: 100%;
  display: block;
  padding: 10px;
}
.theme-orange #dynamicId .member-dashboard-wrapper .dashboard-card .card .card-body .card-title a.close, .theme-orange #dynamicId .main-content .register_box .card .member-dashboard-wrapper .dashboard-card .card-header .card-body .card-title a.close {
  position: absolute;
  right: 10px;
  top: -6px;
  width: auto;
  opacity: 1;
}
.theme-orange #dynamicId .member-dashboard-wrapper .dashboard-card .card .card-body .card-title a.close .fa, .theme-orange #dynamicId .main-content .register_box .card .member-dashboard-wrapper .dashboard-card .card-header .card-body .card-title a.close .fa {
  font-size: 14px;
  padding: 0;
}
.theme-orange #dynamicId .member-dashboard-wrapper .dashboard-card .card .card-body .list-group .list-group-item h6, .theme-orange #dynamicId .main-content .register_box .card .member-dashboard-wrapper .dashboard-card .card-header .card-body .list-group .list-group-item h6, .theme-orange #dynamicId .member-dashboard-wrapper .dashboard-card .card .card-body .list-group .list-group-item .h6, .theme-orange #dynamicId .main-content .register_box .card .member-dashboard-wrapper .dashboard-card .card-header .card-body .list-group .list-group-item .h6 {
  text-transform: capitalize;
}
.theme-orange #dynamicId .member-dashboard-wrapper .dashboard-card .card .noData, .theme-orange #dynamicId .main-content .register_box .card .member-dashboard-wrapper .dashboard-card .card-header .noData {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 24px;
}
.theme-orange #dynamicId .member-dashboard-wrapper .dashboard-card .subscribe-wrapper {
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.theme-orange #dynamicId .member-dashboard-wrapper .dashboard-card .subscribe-wrapper h1, .theme-orange #dynamicId .member-dashboard-wrapper .dashboard-card .subscribe-wrapper .h1 {
  line-height: normal;
}
.theme-orange #dynamicId .member-dashboard-wrapper .dashboard-card .subscribe-wrapper .mat-form-field-wrapper {
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.theme-orange #dynamicId .member-dashboard-wrapper .dashboard-card .subscribe-wrapper .mat-form-field-wrapper .mat-form-field-infix input.mat-mdc-input-element {
  background: #fff;
  padding: 5px 10px;
  color: #000;
  border-radius: 4px;
}
.theme-orange #dynamicId .member-dashboard-wrapper .dashboard-card .subscribe-wrapper .mat-mdc-form-field .mat-form-field-underline {
  background: white;
  display: none;
}
.theme-orange #dynamicId .member-dashboard-wrapper .dashboard-card .subscribe-wrapper .mat-form-field-label {
  color: white;
}
.theme-orange #dynamicId .member-dashboard-wrapper .dashboard-card .subscribe-wrapper .mat-mdc-form-field.mat-focused .mat-form-field-ripple {
  background: none;
}
.theme-orange #dynamicId .member-dashboard-wrapper .my-contributions .donation-currency {
  width: 100%;
  display: block;
  text-align: center;
  font-size: 24px;
}
.theme-orange #dynamicId .timeline {
  list-style: none;
  padding: 20px 0 20px;
  position: relative;
}
.theme-orange #dynamicId .timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 3px;
  background-color: #ccc;
  left: 50%;
  margin-left: -1.5px;
}
.theme-orange #dynamicId .timeline > li {
  margin-bottom: 20px;
  position: relative;
}
.theme-orange #dynamicId .timeline > li:nth-child(odd) .timeline-panel .timeline-badge {
  position: absolute;
  left: -26px;
  z-index: 0;
  background: #999;
  width: 16px;
  height: 16px;
  border-radius: 16px;
  top: 33px;
}
.theme-orange #dynamicId .timeline > li:nth-child(even) .timeline-panel .timeline-badge {
  position: absolute;
  right: -26px;
  z-index: 0;
  background: #999;
  width: 16px;
  height: 16px;
  border-radius: 16px;
  top: 33px;
}
.theme-orange #dynamicId .timeline > li:before {
  content: " ";
  display: table;
}
.theme-orange #dynamicId .timeline > li:after {
  content: " ";
  display: table;
  clear: both;
}
.theme-orange #dynamicId .timeline > li:before {
  content: " ";
  display: table;
}
.theme-orange #dynamicId .timeline > li:after {
  content: " ";
  display: table;
  clear: both;
}
.theme-orange #dynamicId .timeline > li > .timeline-panel {
  width: 45%;
  float: left;
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  padding: 10px;
  position: relative;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}
.theme-orange #dynamicId .timeline > li > .timeline-panel:before {
  position: absolute;
  top: 26px;
  right: -15px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-left: 15px solid #ccc;
  border-right: 0 solid #ccc;
  border-bottom: 15px solid transparent;
  content: " ";
}
.theme-orange #dynamicId .timeline > li > .timeline-panel:after {
  position: absolute;
  top: 27px;
  right: -14px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-left: 14px solid #fff;
  border-right: 0 solid #fff;
  border-bottom: 14px solid transparent;
  content: " ";
}
.theme-orange #dynamicId .timeline > li > .timeline-panel.active {
  background: #ff9800;
  color: white;
}
.theme-orange #dynamicId .timeline > li > .timeline-panel.active h4, .theme-orange #dynamicId .timeline > li > .timeline-panel.active .h4 {
  color: white;
}
.theme-orange #dynamicId .timeline > li > .timeline-panel.active:after {
  border-right-color: #ff9800;
}
.theme-orange #dynamicId .timeline > li.timeline-inverted > .timeline-panel {
  float: right;
}
.theme-orange #dynamicId .timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}
.theme-orange #dynamicId .timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}
.theme-orange #dynamicId .timeline-badge.primary {
  background-color: #2e6da4 !important;
}
.theme-orange #dynamicId .timeline-badge.success {
  background-color: #3f903f !important;
}
.theme-orange #dynamicId .timeline-badge.warning {
  background-color: #f0ad4e !important;
}
.theme-orange #dynamicId .timeline-badge.danger {
  background-color: #d9534f !important;
}
.theme-orange #dynamicId .timeline-badge.info {
  background-color: #5bc0de !important;
}
.theme-orange #dynamicId .timeline-title {
  margin-top: 0;
  color: inherit;
}
.theme-orange #dynamicId .timeline-title h4, .theme-orange #dynamicId .timeline-title .h4 {
  font-size: 14px;
  color: #000000;
}
.theme-orange #dynamicId .timeline-body > p,
.theme-orange #dynamicId .timeline-body > ul {
  margin-bottom: 0;
}
.theme-orange #dynamicId .timeline-body > p + p {
  margin-top: 5px;
}
.theme-orange #dynamicId .secondery-header {
  height: 50px;
  width: 100%;
  background: #fff3e0;
  position: relative;
  z-index: 9;
}
.theme-orange #dynamicId .secondery-header img[alt=Logo] {
  margin-top: 6px;
}
.theme-orange #dynamicId .secondery-header ul {
  margin-bottom: 0;
}
.theme-orange #dynamicId .secondery-header ul li a {
  color: #000000;
  text-transform: uppercase;
  margin-right: 10px;
  line-height: 30px;
  margin-top: 4px;
  transition: all 0.3s ease-out;
  font-size: 14px !important;
}
.theme-orange #dynamicId .secondery-header ul li a:hover {
  color: #000000;
}
.theme-orange #dynamicId .secondery-header ul li .fa {
  color: #000000;
}
.theme-orange #dynamicId .secondery-header ul.social-media li a .fa {
  background: none;
  color: #ff9800;
}
.theme-orange #dynamicId .secondery-header .float-left .second-nav a {
  position: relative;
  display: inline-block;
}
.theme-orange #dynamicId .secondery-header .float-left .second-nav a:after {
  content: "";
  background: #fb8c00;
  height: 2px;
  position: absolute;
  bottom: 0;
  transition: 0.16s all 0.05s;
  left: 100%;
  right: 100%;
}
.theme-orange #dynamicId .secondery-header .float-left .second-nav a:hover ~ a:after {
  left: 100%;
  right: 100%;
}
.theme-orange #dynamicId .secondery-header .float-left .second-nav a:hover:after {
  left: 0;
  right: 0;
}
.theme-orange #dynamicId .secondery-header .float-right ul li a {
  text-transform: capitalize;
}
.theme-orange #dynamicId #footer-wrapper {
  background: #ff9800;
  color: white;
  float: left;
  width: 100%;
  font-size: 14px !important;
  height: 40px;
}
.theme-orange #dynamicId #footer-wrapper .float-left ul {
  padding: 0;
  margin: 0;
}
.theme-orange #dynamicId #footer-wrapper .float-left ul li a {
  text-transform: uppercase;
  margin-right: 10px;
  font-size: 14px !important;
}
.theme-orange #dynamicId #footer-wrapper .float-left ul li a:hover {
  text-decoration: underline;
}
.theme-orange #dynamicId #footer-wrapper .social-media li a .fa {
  background: none;
  color: white;
}
.theme-orange #dynamicId #footer-wrapper ul li a {
  line-height: 40px;
}
.theme-orange #dynamicId .footer-text p {
  font-size: 14px;
  padding: 10px 0 0 16px;
  display: inline-block;
}
.theme-orange #dynamicId .footer-text p a {
  font-size: 14px !important;
  text-decoration: underline;
  color: #000000;
}
.theme-orange #dynamicId .avatar-edit label img.camera_icon {
  filter: invert(52%) sepia(98%) saturate(2176%) hue-rotate(1deg) brightness(103%) contrast(105%);
  z-index: 0;
}
.theme-orange #dynamicId .avatar-edit label img.uploaded_img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  object-fit: contain;
  width: 100%;
  transform: scale(1);
}
.theme-orange #dynamicId #eventsForm .avatar-edit label img.uploaded_img {
  object-fit: cover;
}
.theme-orange #dynamicId #newMessage .modal-content .modal-header .modal-title {
  font-size: 14px;
  color: white;
}
.theme-orange #dynamicId #newMessage .modal-content .modal-body .user-msg-img {
  vertical-align: super;
}
.theme-orange #dynamicId #newMessage .modal-content .modal-footer {
  background: #ffe0b2;
}
.theme-orange #dynamicId .view-committee-wrapper .col-12.col-sm-6 {
  padding: 6px;
}
.theme-orange #dynamicId .view-committee-wrapper .card, .theme-orange #dynamicId .view-committee-wrapper .main-content .register_box .card .card-header, .theme-orange #dynamicId .main-content .register_box .card .view-committee-wrapper .card-header {
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease-in;
  height: 330px;
  min-height: 0;
  padding: 2rem;
  display: block;
  overflow: hidden;
}
.theme-orange #dynamicId .view-committee-wrapper .card.viewCommittee a.view-all, .theme-orange #dynamicId .view-committee-wrapper .main-content .register_box .card .viewCommittee.card-header a.view-all, .theme-orange #dynamicId .main-content .register_box .card .view-committee-wrapper .viewCommittee.card-header a.view-all {
  position: absolute;
  top: 13px;
  right: 33px;
}
.theme-orange #dynamicId .view-committee-wrapper .card.expand, .theme-orange #dynamicId .view-committee-wrapper .main-content .register_box .card .expand.card-header, .theme-orange #dynamicId .main-content .register_box .card .view-committee-wrapper .expand.card-header {
  position: fixed;
  left: 0;
  right: 0;
  top: 50px;
  bottom: 0;
  z-index: 9999;
  height: calc(100% - 50px) !important;
}
.theme-orange #dynamicId .view-committee-wrapper .card.expand p, .theme-orange #dynamicId .view-committee-wrapper .main-content .register_box .card .expand.card-header p, .theme-orange #dynamicId .main-content .register_box .card .view-committee-wrapper .expand.card-header p {
  font-size: 28px;
  color: #ff9800;
  margin-bottom: 20px;
}
.theme-orange #dynamicId .view-committee-wrapper .card:hover, .theme-orange #dynamicId .view-committee-wrapper .main-content .register_box .card .card-header:hover, .theme-orange #dynamicId .main-content .register_box .card .view-committee-wrapper .card-header:hover {
  box-shadow: 0px 0px 36px 0px rgba(0, 0, 0, 0.29);
  transition: all 0.3s ease-out;
}
.theme-orange #dynamicId .view-committee-wrapper .card a, .theme-orange #dynamicId .view-committee-wrapper .main-content .register_box .card .card-header a, .theme-orange #dynamicId .main-content .register_box .card .view-committee-wrapper .card-header a {
  color: #ff9800;
}
.theme-orange #dynamicId .view-committee-wrapper .card p, .theme-orange #dynamicId .view-committee-wrapper .main-content .register_box .card .card-header p, .theme-orange #dynamicId .main-content .register_box .card .view-committee-wrapper .card-header p {
  margin-bottom: 10px;
}
.theme-orange #dynamicId .view-committee-wrapper .card .more-options, .theme-orange #dynamicId .view-committee-wrapper .main-content .register_box .card .card-header .more-options, .theme-orange #dynamicId .main-content .register_box .card .view-committee-wrapper .card-header .more-options {
  position: absolute;
  top: 10px;
  right: 20px;
}
.theme-orange #dynamicId .view-committee-wrapper .card .more-options button, .theme-orange #dynamicId .view-committee-wrapper .main-content .register_box .card .card-header .more-options button, .theme-orange #dynamicId .main-content .register_box .card .view-committee-wrapper .card-header .more-options button {
  background: none;
  border: 0;
  padding: 0;
  font-size: 20px;
}
.theme-orange #dynamicId .view-committee-wrapper .card .more-options button:after, .theme-orange #dynamicId .view-committee-wrapper .main-content .register_box .card .card-header .more-options button:after, .theme-orange #dynamicId .main-content .register_box .card .view-committee-wrapper .card-header .more-options button:after {
  content: none;
}
.theme-orange #dynamicId .view-committee-wrapper .card .more-options .dropdown-menu, .theme-orange #dynamicId .main-content .register_box .card .view-committee-wrapper .card-header .more-options .dropdown-menu {
  left: auto !important;
  right: 0;
  top: 26px !important;
  padding: 0;
  z-index: 9;
}
.theme-orange #dynamicId .view-committee-wrapper .card .more-options .dropdown-menu a, .theme-orange #dynamicId .main-content .register_box .card .view-committee-wrapper .card-header .more-options .dropdown-menu a {
  padding: 5px 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.315);
  transition: all 0.3s ease-out;
  color: #000000;
}
.theme-orange #dynamicId .view-committee-wrapper .card .more-options .dropdown-menu a:hover, .theme-orange #dynamicId .main-content .register_box .card .view-committee-wrapper .card-header .more-options .dropdown-menu a:hover {
  background: #ff9800;
  color: white;
  transition: all 0.3s ease-in;
}
.theme-orange #dynamicId .tags-wrapper {
  max-height: 175px;
  overflow: auto;
  display: block;
  margin-bottom: 10px;
}
.theme-orange #dynamicId .tags-wrapper::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.theme-orange #dynamicId .tags-wrapper::-webkit-scrollbar-track {
  background: #dedee6;
}
.theme-orange #dynamicId .tags-wrapper::-webkit-scrollbar-thumb {
  background: #f57c00;
}
.theme-orange #dynamicId .tags-wrapper .tag {
  display: inline-block;
  background: #ff9800;
  color: white;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  padding: 3px 10px;
  font-size: 14px;
  height: 30px;
  margin-bottom: 4px;
}
.theme-orange #dynamicId #main-header-wrapper.sticky .secondery-header {
  display: none;
}
.theme-orange #dynamicId #main-header-wrapper.sticky header {
  opacity: 0.5;
  transform: translateY(0%);
  transition: none;
}
.theme-orange #dynamicId #main-header-wrapper #header .after-login-nav .header-menu-wrapper .links a {
  color: #000;
}
.theme-orange #dynamicId #main-header-wrapper #header.change-color .after-login-nav .header-menu-wrapper {
  background: #ffe0b2;
}
.theme-orange #dynamicId #main-header-wrapper #header.change-color .after-login-nav .header-menu-wrapper .links a {
  color: #000;
}
.theme-orange #dynamicId #main-header-wrapper #header.change-color .after-login-nav .header-menu-wrapper .links a img {
  filter: brightness(1) invert(1);
}
.theme-orange #dynamicId .about-organizer .fa {
  color: #ff9800;
}
.theme-orange #dynamicId .event-ticket-banner {
  position: relative;
  box-shadow: 0px 8px 12px 0px rgba(0, 0, 0, 0.08);
}
.theme-orange #dynamicId .event-ticket-banner h1, .theme-orange #dynamicId .event-ticket-banner .h1 {
  position: absolute;
  z-index: 1;
  left: 90px;
  top: 120px;
  color: white;
}
.theme-orange #dynamicId .event-ticket-banner img {
  object-fit: cover;
  width: 100%;
  display: block;
  height: 250px;
}
.theme-orange #dynamicId .tickets-wrapper .card, .theme-orange #dynamicId .tickets-wrapper .main-content .register_box .card .card-header, .theme-orange #dynamicId .main-content .register_box .card .tickets-wrapper .card-header {
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.06);
  margin-bottom: 14px !important;
  transition: all 0.3s ease-in;
  border: 1px solid #efeded;
  position: relative;
}
.theme-orange #dynamicId .tickets-wrapper .card:hover, .theme-orange #dynamicId .tickets-wrapper .main-content .register_box .card .card-header:hover, .theme-orange #dynamicId .main-content .register_box .card .tickets-wrapper .card-header:hover {
  box-shadow: 0px 0px 36px 0px rgba(0, 0, 0, 0.29);
  transition: all 0.3s ease-out;
}
.theme-orange #dynamicId .tickets-wrapper .card:hover:after, .theme-orange #dynamicId .tickets-wrapper .main-content .register_box .card .card-header:hover:after, .theme-orange #dynamicId .main-content .register_box .card .tickets-wrapper .card-header:hover:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 5px;
  background: #ff9800;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  left: -1px;
  stroke-dashoffset: 100;
  transition: 0.2s ease-out;
}
.theme-orange #dynamicId .tickets-wrapper .card .fa-ticket, .theme-orange #dynamicId .tickets-wrapper .main-content .register_box .card .card-header .fa-ticket, .theme-orange #dynamicId .main-content .register_box .card .tickets-wrapper .card-header .fa-ticket {
  color: #ff9800;
}
.theme-orange #dynamicId .tickets-wrapper .card:after, .theme-orange #dynamicId .tickets-wrapper .main-content .register_box .card .card-header:after, .theme-orange #dynamicId .main-content .register_box .card .tickets-wrapper .card-header:after {
  position: absolute;
  content: "";
  height: 0;
  width: 5px;
  background: rgba(255, 183, 77, 0.1607843137);
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  left: -1px;
  stroke-dasharray: 360;
  stroke-dashoffset: 360;
  transition: 0.3s ease-out;
}
.theme-orange #dynamicId .tickets-wrapper a {
  color: #ff9800;
  transition: all 0.3s ease-out;
}
.theme-orange #dynamicId .tickets-wrapper a:hover {
  color: #fb8c00;
  transition: all 0.3s ease-in;
  text-decoration: underline;
}
.theme-orange #dynamicId .evnt--start-end-date {
  background: #ffe0b2;
}
.theme-orange #dynamicId #memberCheck a {
  color: #ff9800 !important;
}
.theme-orange #dynamicId #memberCheck .modal-header {
  background: none;
}
.theme-orange #dynamicId #memberCheck .modal-header h3, .theme-orange #dynamicId #memberCheck .modal-header .h3 {
  font-size: 20px;
  color: #666;
  text-align: center;
}
.theme-orange #dynamicId .bg-primary {
  background: #ff9800 !important;
  color: white;
}
.theme-orange #dynamicId .bg-secondary {
  background: #fb8c00 !important;
  color: white;
}
.theme-orange #dynamicId .bg-light {
  background: #ffe0b2 !important;
  color: #ff9800 !important;
}
.theme-orange #dynamicId .bg-none {
  background: none !important;
}
.theme-orange #dynamicId .bg-error {
  background: #fff6f6;
}
.theme-orange #dynamicId .text-primary {
  color: #ff9800 !important;
}
.theme-orange #dynamicId .text-secondary {
  color: #fb8c00 !important;
}
.theme-orange #dynamicId .text-default {
  color: #000000 !important;
}
.theme-orange #dynamicId .text-dark {
  color: #000000 !important;
}
.theme-orange #dynamicId .svg_icon_theme_color {
  filter: invert(52%) sepia(98%) saturate(2176%) hue-rotate(1deg) brightness(103%) contrast(105%);
}
.theme-orange #dynamicId .svg_icon_theme_secondary_color {
  filter: invert(58%) sepia(91%) saturate(2296%) hue-rotate(359deg) brightness(102%) contrast(105%);
}
.theme-orange #dynamicId .bg-gradient {
  background: linear-gradient(to bottom, #ef6c00, #ff9800) !important;
  color: white !important;
}
.theme-orange #dynamicId .border-light {
  border: 1px solid rgba(255, 152, 0, 0.2392156863) !important;
}
.theme-orange #dynamicId .border-dark {
  border: 1px solid #e65100 !important;
}
.theme-orange #dynamicId .default-fontsize {
  font-size: 14px !important;
}
.theme-orange #dynamicId .secondary-fontsize {
  font-size: 14px !important;
}
.theme-orange #dynamicId .header-fontsize {
  font-size: 24px !important;
}
.theme-orange #dynamicId .sub-header-fontsize {
  font-size: 20px !important;
}
.theme-orange #dynamicId .label-color {
  color: rgba(0, 0, 0, 0.54) !important;
}
.theme-orange #dynamicId .underline {
  text-decoration: underline !important;
}
.theme-orange #dynamicId .valign-center {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.theme-orange #dynamicId .no-wrap {
  white-space: normal !important;
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
}
.theme-orange #dynamicId .no-wrap .mat-checkbox-label {
  white-space: normal;
}
.theme-orange #dynamicId .no-wrap .mat-checkbox-inner-container {
  margin: 2px 8px 0 0;
}
.theme-orange #dynamicId .small-banner-img {
  height: 100px;
}
.theme-orange #dynamicId .box-shadow {
  box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.21);
  -webkit-box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.21);
  -moz-box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.21);
}
.theme-orange #dynamicId .card-controls {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 50px;
}
.theme-orange #dynamicId .org-logo-c {
  height: 90px;
}
.theme-orange #dynamicId .left-columns--c .left-columns-i .card, .theme-orange #dynamicId .left-columns--c .left-columns-i .main-content .register_box .card .card-header, .theme-orange #dynamicId .main-content .register_box .card .left-columns--c .left-columns-i .card-header {
  border-radius: 4px;
}
.theme-orange #dynamicId .membership_type_stars .currency-w {
  width: 150px;
  height: 150px;
  display: inline-block;
  margin-right: 20px;
  position: relative;
  line-height: 150px;
  opacity: 0.4;
}
.theme-orange #dynamicId .membership_type_stars .currency-w:focus:after {
  color: #ff9800;
}
.theme-orange #dynamicId .membership_type_stars .currency-w:after {
  content: "";
  color: #ffe0b2;
  font-family: "FontAwesome";
  position: absolute;
  font-size: 160px;
  width: 100%;
  height: 100%;
  z-index: 0;
  border-radius: 150px;
}
.theme-orange #dynamicId .membership_type_stars .currency-w.diamond:after {
  background: url('diamond.f9017b4f8ae679a4.svg') center center no-repeat !important;
}
.theme-orange #dynamicId .membership_type_stars .currency-w.platinum:after {
  background: url('platinum.111ae20776baddc2.svg') center center no-repeat !important;
}
.theme-orange #dynamicId .membership_type_stars .currency-w.gold:after {
  background: url('gold.ef224ccc8e370066.svg') center center no-repeat !important;
}
.theme-orange #dynamicId .membership_type_stars .currency-w.silver:after {
  background: url('silver.32ace8a7ed05ca8b.svg') center center no-repeat !important;
}
.theme-orange #dynamicId .membership_type_stars .currency-w.life:after {
  background: url('life.617775ace218178f.svg') center center no-repeat !important;
}
.theme-orange #dynamicId .membership_type_stars .currency-w .mtype {
  position: absolute;
  top: -20px;
  width: 100%;
  text-align: left;
  color: #000000;
  z-index: 1;
  left: 45px;
  font-weight: bold;
  font-size: 14px;
  color: #000000;
}
.theme-orange #dynamicId .membership_type_stars .currency-w .mt-currency {
  position: absolute;
  top: 10px;
  margin: auto;
  color: #000000;
  z-index: 1;
  right: 36px;
  font-size: 20px;
  font-weight: bold;
}
.theme-orange #dynamicId .membership_type_stars .currency-w .mt-currency .mt-c-type {
  font-size: 14px;
  position: relative;
  top: -7px;
  padding-right: 3px;
}
.theme-orange #dynamicId .membership_type_stars mat-radio-group mat-radio-button label .mat-radio-container {
  display: none;
}
.theme-orange #dynamicId .membership_type_stars mat-radio-group mat-radio-button.mat-radio-checked .currency-w {
  opacity: 1;
}
.theme-orange #dynamicId .membership_type_stars mat-radio-group mat-radio-button.mat-radio-checked .currency-w:after {
  color: #ff9800;
}
.theme-orange #dynamicId .mat-mdc-tab-group .mat-mdc-tab-header .mat-tab-list .mat-tab-labels .mat-tab-label-active {
  color: #fb8c00;
}
.theme-orange #dynamicId .mat-mdc-tab-group .mat-mdc-tab-header .mat-tab-list .mat-ink-bar {
  background: #fb8c00;
}
.theme-orange #dynamicId .pointer-events-none {
  pointer-events: none !important;
}
.theme-orange #dynamicId .non-clickable-tabs mat-mdc-tab-group mat-mdc-tab-header .mat-mdc-tab-list .mat-mdc-tab-labels .mat-mdc-tab-label {
  pointer-events: none;
}
.theme-orange #dynamicId .ticket-availble {
  margin-top: 10px;
}
.theme-orange #dynamicId .org-img-logo {
  height: auto;
  width: auto;
  max-height: 120px;
  overflow: hidden;
  max-width: 100%;
}
.theme-orange #dynamicId .org-img-logo img {
  width: auto;
  height: auto;
  margin: auto;
  max-height: 100%;
  display: block;
  position: relative;
  top: 50%;
  transform: translateY(-50%) scale(0.8);
}
.theme-orange #dynamicId cancel-ticket-table table td mat-form-field {
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.theme-orange #dynamicId cancel-ticket-table table td mat-form-field .mat-form-field-wrapper {
  padding-bottom: 0;
}
.theme-orange #dynamicId .helping-hand {
  height: 107px;
  display: block;
  margin: 0 auto;
}
.theme-orange #dynamicId .cancel-order-w .fa {
  transition: all 0.3s ease-in;
}
.theme-orange #dynamicId .cancel-order-w .fa[aria-expanded=true] {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  transition: all 0.3s ease-out;
}
.theme-orange #dynamicId .search-member-as[aria-expanded=true] .fa {
  transition: all 0.3s ease-in;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  vertical-align: middle;
  padding: 0;
}
.theme-orange #dynamicId .search-member-as .fa {
  transition: all 0.3s ease-out;
}
.theme-orange #dynamicId app-create-volunteer {
  min-height: 400px;
  display: block;
}
.theme-orange #dynamicId .search-member-note p {
  font-size: 14px !important;
}
.theme-orange #dynamicId .map-container-c .google--map #map {
  height: 100%;
}
.theme-orange #dynamicId .application-role-main-w > .row .col-12.col-sm-6 {
  padding: 5px;
}
.theme-orange #dynamicId .application-role-w .role-submenu-i {
  background: #f2f2f2;
  border-radius: 4px;
  max-height: 358px;
  overflow: auto;
  padding-bottom: 0;
  margin-bottom: 0;
}
.theme-orange #dynamicId .application-role-w .role-submenu-i::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.theme-orange #dynamicId .application-role-w .role-submenu-i::-webkit-scrollbar-track {
  background: #dedee6;
}
.theme-orange #dynamicId .application-role-w .role-submenu-i::-webkit-scrollbar-thumb {
  background: #f57c00;
}
.theme-orange #dynamicId .application-role-w .role-submenu-i ul.list-group {
  position: relative;
  padding: 10px;
}
.theme-orange #dynamicId .application-role-w .role-submenu-i ul.list-group span.role-heading-c {
  position: absolute;
  top: 7px;
  left: 10px;
  font-size: 14px;
  background: #fb8c00;
  font-weight: bold;
  width: 92.6%;
  text-align: center;
  margin: 0 auto;
  padding-bottom: 3px;
  color: #fff;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  z-index: 2;
}
.theme-orange #dynamicId .application-role-w .role-submenu-i ul.list-group li {
  border: 0;
  padding: 3px 10px;
}
.theme-orange #dynamicId .application-role-w .role-submenu-i ul.list-group li:first-of-type {
  padding-top: 28px;
}
.theme-orange #dynamicId .application-role-w .role-submenu-i ul.list-group li:last-of-type {
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.08);
}
.theme-orange #dynamicId .application-role-w .role-submenu-i ul.list-group li label {
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
}
.theme-orange #dynamicId .application-role-w .role-submenu-i ul.list-group li label.mat-checkbox-layout {
  padding: 0;
  margin: 0;
}
.theme-orange #dynamicId .application-role-w ul.list-group li {
  padding: 6px 10px;
}
.theme-orange #dynamicId .application-role-w > .row .col-12.col-sm-6 {
  padding: 5px;
}
.theme-orange #dynamicId .application-role-table table th,
.theme-orange #dynamicId .application-role-table table td {
  padding: 3px 10px !important;
}
.theme-orange #dynamicId .application-role-table table th table tbody,
.theme-orange #dynamicId .application-role-table table td table tbody {
  height: auto;
  display: inherit;
  overflow: inherit;
}
.theme-orange #dynamicId .application-role-table table th table tbody tr,
.theme-orange #dynamicId .application-role-table table td table tbody tr {
  table-layout: auto;
  display: inherit;
  width: auto;
}
.theme-orange #dynamicId .application-role-table table th table th,
.theme-orange #dynamicId .application-role-table table th table td,
.theme-orange #dynamicId .application-role-table table td table th,
.theme-orange #dynamicId .application-role-table table td table td {
  padding: 3px 10px !important;
}
.theme-orange #dynamicId .textWithDots {
  overflow: hidden !important;
  text-overflow: ellipsis;
}
.theme-orange #dynamicId .mat-mdc-table-share .dropdown ul.dropdown-menu {
  min-width: 7rem;
}
.theme-orange #dynamicId .mat-mdc-table-share .dropdown ul.dropdown-menu li a {
  font-size: 14px !important;
}
.theme-orange #dynamicId .mat-mdc-table-share .dropdown ul.dropdown-menu li a i {
  width: 20px;
  text-align: center;
}
.theme-orange #dynamicId .mat-mdc-table-share .dropdown ul.dropdown-menu li a i.fa-facebook {
  background: none;
  color: #3b5998;
}
.theme-orange #dynamicId .mat-mdc-table-share .dropdown ul.dropdown-menu li a i.fa-twitter {
  background: none;
  color: #55acee;
}
.theme-orange #dynamicId #mainBanner {
  margin-top: -30px;
}
.theme-orange #dynamicId #mainBanner .owl-item {
  height: 100vh;
  min-height: 430px;
  max-height: 430px;
  background: no-repeat center center scroll;
  background-size: cover;
}
.theme-orange #dynamicId #mainBanner .owl-item img {
  object-fit: cover;
  display: block;
  height: 100%;
}
.theme-orange #dynamicId #owl-demo .item img {
  display: block;
  width: 100%;
  height: auto;
}
.theme-orange #dynamicId .donateNowBlock {
  height: 80px;
  margin-top: -50px;
  position: relative;
  z-index: 9;
  background: #fff;
  position: absolute;
  box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.2);
}
.theme-orange #dynamicId .donateNowBlock .donateBlock-1,
.theme-orange #dynamicId .donateNowBlock .donateBlock-2,
.theme-orange #dynamicId .donateNowBlock .donateBlock-3 {
  height: 100%;
}
.theme-orange #dynamicId .donateNowBlock .donateBlock-1 .donateNowHeading {
  background: #ff9800;
  display: block;
  width: 100%;
  text-align: center;
  font-size: 24px;
  color: white;
  line-height: 80px;
  height: calc(100% + 2px);
  position: relative;
  left: -1px;
  top: -1px;
}
.theme-orange #dynamicId .donateNowBlock .donateBlock-1 .donateNowHeading:after {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-left-color: #ff9800;
  border-width: 15px;
  margin-top: -12px;
}
.theme-orange #dynamicId .donateNowBlock .donateBlock-2 {
  position: relative;
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
}
.theme-orange #dynamicId .donateNowBlock .donateBlock-2 mat-radio-group {
  margin-top: 28px;
  letter-spacing: 1px;
  display: inline-block;
}
.theme-orange #dynamicId .donateNowBlock .donateBlock-2 .or-v {
  width: 40px;
  height: 100%;
  display: inline-block;
  position: absolute;
  text-align: center;
  right: 0px;
}
.theme-orange #dynamicId .donateNowBlock .donateBlock-2 .or-v:before {
  width: 1px;
  position: absolute;
  height: 100%;
  content: "";
  background: #eaeaea;
  left: 0;
  right: 0;
  margin: auto;
}
.theme-orange #dynamicId .donateNowBlock .donateBlock-2 .or-v:after {
  width: 40px;
  height: 40px;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  position: absolute;
  content: "OR";
  border: solid 2px #c3c2c2;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
  line-height: 34px;
}
.theme-orange #dynamicId .donateNowBlock .donateBlock-3 mat-form-field {
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.theme-orange #dynamicId .donateNowBlock .donateBlock-3 mat-form-field .mat-form-field-prefix span {
  position: relative;
  top: -5px;
}
.theme-orange #dynamicId #nataPresidentMessage {
  background: #f4f5ff url('help_bg.c8d485ac13b43d9d.jpg') no-repeat 0 0;
}
.theme-orange #dynamicId #newLandingPage h1, .theme-orange #dynamicId #newLandingPage .h1 {
  color: #000000;
}
.theme-orange #dynamicId #futuredEvents .nav-tabs li.nav-item a.nav-link {
  background: #fb8c00;
  font-size: 14px !important;
  color: white;
  margin-right: 4px;
  border-radius: 0;
}
.theme-orange #dynamicId #futuredEvents .nav-tabs li.nav-item a.nav-link.active {
  background: white;
  color: #000000;
}
.theme-orange #dynamicId #futuredEvents .nav-tabs li.nav-item a.nav-link.active:hover, .theme-orange #dynamicId #futuredEvents .nav-tabs li.nav-item a.nav-link.active:focus {
  border-color: #dee2e6 #dee2e6 #fff;
}
.theme-orange #dynamicId #futuredEvents .nav-tabs li.nav-item a.nav-link:hover, .theme-orange #dynamicId #futuredEvents .nav-tabs li.nav-item a.nav-link:focus {
  border-color: transparent;
}
.theme-orange #dynamicId #futuredEvents .tab-content .tab-pane {
  border: 1px solid #EAEAEA;
  border-top: 0;
}
.theme-orange #dynamicId #futuredEvents .tab-content .tab-pane .share-on {
  position: absolute;
  bottom: 10px;
  right: 10px;
  text-align: center;
}
.theme-orange #dynamicId #futuredEvents .tab-content .tab-pane .share-on i {
  background: none;
  color: #fb8c00;
  font-size: 18px;
}
.theme-orange #dynamicId #futuredEvents .tab-content .tab-pane .share-on i:hover {
  color: #ff9800;
}
.theme-orange #dynamicId #futuredEvents .tab-content .tab-pane .book-tickets-c {
  position: relative;
  right: 0;
}
.theme-orange #dynamicId #futuredEvents .tab-content .tab-pane .book-tickets-c a {
  background: #fb8c00;
  color: white !important;
  padding: 6px 15px;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  text-decoration: none !important;
  transition: all 0.3s ease-in;
}
.theme-orange #dynamicId #futuredEvents .tab-content .tab-pane .book-tickets-c a:hover {
  background: #ff9800;
  transition: all 0.3s ease-out;
}
.theme-orange #dynamicId #futuredEvents .tab-content .tab-pane .event-description {
  min-height: 200px;
  overflow: hidden;
  display: block;
}
.theme-orange #dynamicId #futuredEvents .tab-content .tab-pane .event-heading {
  font-size: 24px;
  color: #000000;
  transition: all 0.3s ease-in;
  margin: 0;
}
.theme-orange #dynamicId #futuredEvents .tab-content .tab-pane .event-heading:hover {
  text-decoration: underline;
  transition: all 0.3s ease-out;
}
.theme-orange #dynamicId #futuredEvents .tab-content .tab-pane .event-sub-heading {
  font-size: 14px;
  color: #999999;
}
.theme-orange #dynamicId #futuredEvents .tab-content .tab-pane .carousel-wrapper .owl-nav button {
  color: #000000;
  font-size: 30px !important;
}
.theme-orange #dynamicId #futuredEvents .tab-content .tab-pane .carousel-wrapper .owl-nav button.owl-prev {
  left: -57px;
}
.theme-orange #dynamicId #futuredEvents .tab-content .tab-pane .carousel-wrapper .owl-nav button.owl-next {
  right: -57px;
}
.theme-orange #dynamicId #futuredEvents .tab-content .tab-pane .carousel-wrapper owl-carousel .owl-item {
  height: 352px;
}
.theme-orange #dynamicId #futuredEvents .tab-content .tab-pane .carousel-wrapper owl-carousel .owl-item .border {
  margin-right: -1px;
  border-left: 0 !important;
}
.theme-orange #dynamicId #futuredEvents .tab-content .tab-pane .carousel-wrapper owl-carousel .owl-item img[alt="Event Image"] {
  height: 353px;
  object-fit: cover;
}
.theme-orange #dynamicId #valunteersBlock {
  box-shadow: inset 0px 10px 24px -12px rgba(0, 0, 0, 0.31);
}
.theme-orange #dynamicId #valunteersBlock .volunteer-description {
  max-height: 144px;
  display: block;
  overflow: hidden;
}
.theme-orange #dynamicId #getInvolved {
  box-shadow: inset 0px 10px 24px -12px rgba(0, 0, 0, 0.31);
  background: #e5f8ff url('map.b06a2a8cc5240114.png') no-repeat center center;
  background-position: 30% 273%;
}
.theme-orange #dynamicId #getInvolved h2, .theme-orange #dynamicId #getInvolved .h2 {
  color: #000000;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}
.theme-orange #dynamicId #getInvolved .get-involve-white {
  background: white;
}
.theme-orange #dynamicId #getInvolved .get-involve-img {
  position: relative;
}
.theme-orange #dynamicId #getInvolved .get-involve-img img {
  height: 248px;
  object-fit: cover;
  display: block;
  width: 100%;
}
.theme-orange #dynamicId #getInvolved .get-involve-img.gii-left:after {
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  width: 0;
  height: 0;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  border-right: 13px solid white;
}
.theme-orange #dynamicId #getInvolved .get-involve-img.gii-right:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  width: 0;
  height: 0;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  border-left: 13px solid white;
}
.theme-orange #dynamicId #getInvolved .carousel-wrapper owl-carousel .owl-item img {
  height: 248px;
  display: block;
  object-fit: cover;
  width: 100%;
}
.theme-orange #dynamicId #ourDonorSays {
  background: #bdd6e9;
}
.theme-orange #dynamicId #ourDonorSays .our-donor-slider .carousel-wrapper {
  position: relative;
}
.theme-orange #dynamicId #ourDonorSays .our-donor-slider .carousel-wrapper owl-carousel .owl-dots {
  position: relative;
  bottom: 0;
}
.theme-orange #dynamicId #ourDonorSays .our-donor-slider .carousel-wrapper owl-carousel .owl-dots .owl-dot {
  margin: 0 5px;
}
.theme-orange #dynamicId #ourDonorSays .our-donor-slider .carousel-wrapper owl-carousel .owl-dots .owl-dot span {
  width: 60px;
  height: 60px;
  border-radius: 60px;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
}
.theme-orange #dynamicId #ourDonorSays .our-donor-slider .carousel-wrapper owl-carousel .owl-dots .owl-dot:nth-child(1) span {
  background: transparent url('donor_1.900c07731f696471.png') no-repeat center center;
}
.theme-orange #dynamicId #ourDonorSays .our-donor-slider .carousel-wrapper owl-carousel .owl-dots .owl-dot:nth-child(2) span {
  background: transparent url('donor_2.b41cf90f93757152.png') no-repeat center center;
}
.theme-orange #dynamicId #ourDonorSays .our-donor-slider .carousel-wrapper owl-carousel .owl-dots .owl-dot:nth-child(3) span {
  background: transparent url('donor_3.21219e35cf0cadfa.png') no-repeat center center;
}
.theme-orange #dynamicId #ourDonorSays .our-donor-slider .carousel-wrapper owl-carousel .owl-dots .owl-dot.active span {
  transition: all 0.3s ease-out;
  transform: scale(1.3);
  border: solid 3px #ffffff;
  background-color: none;
}
.theme-orange #dynamicId #ourDonorSays #featuredDonors .featuredDonors-i {
  border: solid 1px #fff;
}
.theme-orange #dynamicId #ourDonorSays #featuredDonors .donate-now-block .list-group {
  flex-direction: row;
  background: #eaeaea;
}
.theme-orange #dynamicId #ourDonorSays #featuredDonors .donate-now-block .list-group li:nth-child(1) {
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
}
.theme-orange #dynamicId #ourDonorSays #featuredDonors .donate-now-block .list-group li:nth-child(1) mat-radio-group {
  height: 100%;
  display: inline-block;
  width: 100%;
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
}
.theme-orange #dynamicId #ourDonorSays #featuredDonors .donate-now-block .list-group li:nth-child(1) mat-radio-group .border-right {
  border-color: #ccc !important;
}
.theme-orange #dynamicId #ourDonorSays #featuredDonors .donate-now-block .list-group li:nth-child(1) mat-radio-group mat-radio-button {
  height: 100%;
  border-right: solid 1px #ccc;
  padding-top: 30px;
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
}
.theme-orange #dynamicId #ourDonorSays #featuredDonors .donate-now-block .list-group li:nth-child(1) mat-radio-group mat-radio-button .mat-radio-label {
  display: block;
  text-align: center;
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
}
.theme-orange #dynamicId #ourDonorSays #featuredDonors .donate-now-block .list-group li:nth-child(1) mat-radio-group mat-radio-button .mat-radio-label .mat-radio-container {
  display: block;
  margin: auto;
}
.theme-orange #dynamicId #ourDonorSays #featuredDonors .donate-now-block .list-group li:nth-child(1) mat-radio-group mat-radio-button .mat-radio-label-content {
  padding: 0;
}
.theme-orange #dynamicId #ourDonorSays #featuredDonors .donate-now-block .list-group li:nth-child(1) mat-radio-group mat-radio-button:last-of-type {
  border: 0;
  padding-right: 0;
}
.theme-orange #dynamicId #ourDonorSays #featuredDonors .donate-now-block .list-group li:nth-child(2) {
  border: 0;
  border-left: solid 1px #eaeaea;
}
.theme-orange #dynamicId #ourDonorSays .featuredDPic {
  height: 480px;
  object-fit: cover;
  width: 100%;
}
.theme-orange #dynamicId #contactUs .contact-us-social li {
  margin-right: 15px;
}
.theme-orange #dynamicId #contactUs .contact-us-social li i {
  background: none;
  color: #fb8c00;
  font-size: 20px;
}
.theme-orange #dynamicId .db-icons-wrapper {
  padding-right: 0 !important;
}
.theme-orange #dynamicId .db-icons-wrapper .db-icons-inner {
  display: inline-block;
  padding: 12px 16px;
  text-align: center;
  border: solid 1px #dbdbdb;
  min-height: 114px;
  vertical-align: middle;
  width: 154px;
  transition: all 0.3s ease-in;
  margin-right: 10px;
  margin-bottom: 10px;
  cursor: pointer;
}
.theme-orange #dynamicId .db-icons-wrapper .db-icons-inner span {
  display: block;
  width: 100%;
  font-size: 14px;
  color: #000000;
}
.theme-orange #dynamicId .db-icons-wrapper .db-icons-inner img {
  height: 38px;
  margin-bottom: 10px;
  filter: invert(52%) sepia(98%) saturate(2176%) hue-rotate(1deg) brightness(103%) contrast(105%);
}
.theme-orange #dynamicId .db-icons-wrapper .db-icons-inner:nth-child(4) img {
  width: 30px;
}
.theme-orange #dynamicId .db-icons-wrapper .db-icons-inner:nth-child(6) img {
  width: 38px;
}
.theme-orange #dynamicId .db-icons-wrapper .db-icons-inner:nth-child(7) img {
  object-fit: cover;
}
.theme-orange #dynamicId .db-icons-wrapper .db-icons-inner:focus {
  outline: 0;
}
.theme-orange #dynamicId .volunteers-img {
  max-height: 300px;
  width: 100%;
  object-fit: cover;
}
.theme-orange #dynamicId .greenTextColor {
  color: #fb8c00 !important;
}
.theme-orange #dynamicId .make-donation-donor {
  /* TODO(mdc-migration): The following rule targets internal classes of slider that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of slider that may no longer apply for the MDC version.*/
}
.theme-orange #dynamicId .make-donation-donor .card-header {
  padding: 6px;
  background: #0e3f60;
  color: white;
  font-weight: bold;
  border-radius: 0;
}
.theme-orange #dynamicId .make-donation-donor .card-body {
  background: #ffe0b2;
}
.theme-orange #dynamicId .make-donation-donor .card-body button {
  position: absolute;
  right: 20px;
  bottom: 10px;
}
.theme-orange #dynamicId .make-donation-donor mat-slider {
  width: 300px;
}
.theme-orange #dynamicId .make-donation-donor .mat-accent .mat-slider-track-fill,
.theme-orange #dynamicId .make-donation-donor .mat-accent .mat-slider-thumb,
.theme-orange #dynamicId .make-donation-donor .mat-accent .mat-slider-thumb-label {
  background: #fb8c00;
}
.theme-orange #dynamicId .header-nav-secondery {
  background: #fff3e0 !important;
}
.theme-orange #dynamicId .custom-mat-selection-list {
  /* TODO(mdc-migration): The following rule targets internal classes of list that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of list that may no longer apply for the MDC version.*/
}
.theme-orange #dynamicId .custom-mat-selection-list mat-list-option {
  height: auto;
  display: inline-block;
  margin-right: 10px;
  /* TODO(mdc-migration): The following rule targets internal classes of list that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of list that may no longer apply for the MDC version.*/
}
.theme-orange #dynamicId .custom-mat-selection-list mat-list-option .mat-list-text {
  padding-left: 5px !important;
}
.theme-orange #dynamicId .custom-mat-selection-list mat-list-option .mat-pseudo-checkbox {
  width: 16px;
  height: 16px;
  border: solid 2px #999999;
}
.theme-orange #dynamicId .custom-mat-selection-list mat-list-option .mat-pseudo-checkbox.mat-pseudo-checkbox-checked {
  border: solid 2px #ff9800;
}
.theme-orange #dynamicId .custom-mat-selection-list mat-list-option .mat-list-text {
  color: #000000;
  margin-top: 2px;
}
.theme-orange #dynamicId .list-alphabet-c ul.list-inline {
  display: inline-block;
  padding-left: 10px;
}
.theme-orange #dynamicId .list-alphabet-c ul.list-inline li a {
  color: #fb8c00;
  text-decoration: underline;
  transition: all 0.3s ease-in;
}
.theme-orange #dynamicId .list-alphabet-c ul.list-inline li a:hover, .theme-orange #dynamicId .list-alphabet-c ul.list-inline li a:focus {
  color: #ff9800;
  transition: all 0.3s ease-out;
}
.theme-orange #dynamicId .roles-table thead th {
  border-bottom: 0;
}
.theme-orange #dynamicId .roles-table tbody td span.role-display {
  min-width: 56px;
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
.theme-orange #dynamicId .roles-table tbody td span.role-display-i {
  width: 100%;
  display: block;
  white-space: nowrap;
}
.theme-orange #dynamicId .roles-table tbody td span.role-display-i-i {
  display: inline-block;
}
.theme-orange #dynamicId .roles-table tbody td .fa-chevron-right {
  font-size: 12px;
  margin-top: 1px;
}
.theme-orange #dynamicId .roles-table tbody td .fa {
  color: #fb8c00;
  cursor: pointer;
}
.theme-orange #dynamicId .roles-table tbody + tbody {
  border-top: 0;
}
.theme-orange #dynamicId .mat-mdc-radio-button ~ .mat-radio-button {
  margin-left: 16px;
}
.theme-orange #dynamicId .fund-img img {
  height: 120px;
  object-fit: cover;
  width: 100%;
}
.theme-orange #dynamicId .mat-mdc-progress-bar {
  height: 12px;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
}
.theme-orange #dynamicId .mat-progress-bar-buffer {
  background: #dddddd;
}
.theme-orange #dynamicId .mat-progress-bar-fill::after {
  background: #fb8c00;
}
.theme-orange #dynamicId mat-label {
  font-weight: normal;
}
.theme-orange #dynamicId .table-scroll-c {
  max-height: 330px;
  overflow-y: auto;
}
.theme-orange #dynamicId .table-scroll-c::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.theme-orange #dynamicId .table-scroll-c::-webkit-scrollbar-track {
  background: #dedee6;
}
.theme-orange #dynamicId .table-scroll-c::-webkit-scrollbar-thumb {
  background: #f57c00;
}
.theme-orange #dynamicId .table-scroll-c .table {
  margin-bottom: 0;
}
.theme-orange #dynamicId .table thead.bg-light {
  color: #000000 !important;
}
.theme-orange #dynamicId .table thead th,
.theme-orange #dynamicId .table thead td,
.theme-orange #dynamicId .table tbody th,
.theme-orange #dynamicId .table tbody td {
  padding: 0.45rem;
}
.theme-orange #dynamicId mat-chip-list {
  /* TODO(mdc-migration): The following rule targets internal classes of chips that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of chips that may no longer apply for the MDC version.*/
}
.theme-orange #dynamicId mat-chip-list .mat-chip-list-wrapper {
  /* TODO(mdc-migration): The following rule targets internal classes of chips that may no longer apply for the MDC version.*/
}
.theme-orange #dynamicId mat-chip-list .mat-chip-list-wrapper mat-chip {
  background: #fb8c00;
}
.theme-orange #dynamicId .mat-datepicker-toggle-default-icon {
  filter: invert(58%) sepia(91%) saturate(2296%) hue-rotate(359deg) brightness(102%) contrast(105%);
}
.theme-orange #dynamicId .roles-cr {
  border: 0;
}
.theme-orange #dynamicId .roles-cr p {
  margin-bottom: 0;
}
.theme-orange #dynamicId .roles-cr li {
  border: 0;
  padding: 0;
  margin-left: 20px;
}
.theme-orange #dynamicId .isDisabled {
  color: currentColor;
  cursor: not-allowed !important;
  opacity: 0.5;
  text-decoration: none;
}
.theme-orange #dynamicId .btn-toggle-custom {
  border: solid 1px #fb8c00;
}
.theme-orange #dynamicId .btn-toggle-custom label.btn {
  color: #fb8c00 !important;
  border: 0;
  border-radius: 0;
  padding: 6px 15px;
  margin: 1px !important;
}
.theme-orange #dynamicId .btn-toggle-custom label.btn-on.active, .theme-orange #dynamicId .btn-toggle-custom label.btn-off.active {
  background-color: #fb8c00 !important;
  color: white !important;
}
.theme-orange #dynamicId .donate-volunteer-img img {
  height: 170px;
  width: 100%;
  object-fit: cover;
}
.theme-orange #dynamicId .permissions-wrapper mat-accordion .mat-expansion-indicator:after {
  color: #fb8c00;
}
.theme-orange #dynamicId .permissions-wrapper mat-accordion .mat-expansion-panel-body {
  padding: 0;
}
.theme-orange #dynamicId .permissions-wrapper mat-accordion .mat-expansion-panel-body ul li {
  position: relative;
  padding-left: 10px;
  margin-bottom: 5px;
}
.theme-orange #dynamicId .permissions-wrapper mat-accordion .mat-expansion-panel-body ul li:before {
  position: absolute;
  content: "¯";
  left: 0;
  top: 5px;
}
.theme-orange #dynamicId #fund-donation-screen .list-group {
  height: 450px;
  overflow-y: auto;
  overflow-x: hidden;
}
.theme-orange #dynamicId #fund-donation-screen .list-group::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.theme-orange #dynamicId #fund-donation-screen .list-group::-webkit-scrollbar-track {
  background: #dedee6;
}
.theme-orange #dynamicId #fund-donation-screen .list-group::-webkit-scrollbar-thumb {
  background: #f57c00;
}
.theme-orange #dynamicId #fund-donation-screen .our-donor-says {
  height: 723px;
  overflow: auto;
}
.theme-orange #dynamicId #fund-donation-screen .our-donor-says::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.theme-orange #dynamicId #fund-donation-screen .our-donor-says::-webkit-scrollbar-track {
  background: #dedee6;
}
.theme-orange #dynamicId #fund-donation-screen .our-donor-says::-webkit-scrollbar-thumb {
  background: #f57c00;
}
.theme-orange #dynamicId .our-donors-block img {
  height: 80px;
  width: 80px;
  object-fit: cover;
  overflow: hidden;
  display: block;
  border-radius: 80px;
  -webkit-border-radius: 80px;
  -moz-border-radius: 80px;
}
.theme-orange #dynamicId mat-select {
  /* TODO(mdc-migration): The following rule targets internal classes of select that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of select that may no longer apply for the MDC version.*/
}
.theme-orange #dynamicId mat-select.mat-select-disabled span {
  /* TODO(mdc-migration): The following rule targets internal classes of select that may no longer apply for the MDC version.*/
}
.theme-orange #dynamicId mat-select.mat-select-disabled span.mat-select-value-text {
  color: rgba(0, 0, 0, 0.38);
}
.theme-orange #dynamicId .owl-dt-container-disabled,
.theme-orange #dynamicId .owl-dt-trigger-disabled {
  opacity: 1;
}
.theme-orange #dynamicId label.switch input:disabled + .slider {
  opacity: 0.5;
}
.theme-orange #dynamicId .formDisabled label.event-donation-label {
  opacity: 0.5;
}
.theme-orange #dynamicId .formDisabled small, .theme-orange #dynamicId .formDisabled .small {
  opacity: 0.5;
}
.theme-orange #dynamicId .formDisabled #ticketDetails,
.theme-orange #dynamicId .formDisabled #managingCommittee,
.theme-orange #dynamicId .formDisabled #volunteerCommittee {
  opacity: 0.5;
}
.theme-orange #dynamicId .formDisabled p {
  opacity: 0.5;
}
.theme-orange #dynamicId .event-img-crop img {
  height: 100px;
  width: 100%;
  object-fit: cover;
}
.theme-orange #dynamicId .event-edit-button {
  position: absolute;
  right: 0px;
  top: -58px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  background: #fb8c00;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  color: #fff;
  font-size: 15px;
}
.theme-orange #dynamicId app-managing-committee .event-edit-button {
  top: -108px;
}
.theme-orange #dynamicId .donationAmount {
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.theme-orange #dynamicId .donationAmount .mat-form-field-underline {
  background-color: rgba(0, 0, 0, 0.43);
}
.theme-orange #dynamicId input::-webkit-outer-spin-button,
.theme-orange #dynamicId input::-webkit-inner-spin-button {
  display: none;
}
.theme-orange #dynamicId .about-me-img img {
  height: 80%;
  width: 100%;
  object-fit: cover;
  object-position: top;
  filter: invert(58%) sepia(91%) saturate(2296%) hue-rotate(359deg) brightness(102%) contrast(105%);
}
.theme-orange #dynamicId .about-me-img img.aboutme_img {
  filter: none;
}
.theme-orange #dynamicId .default-event-img {
  background: #eae9e9 !important;
  padding: 3rem !important;
}
.theme-orange #dynamicId .default-event-img img {
  object-fit: contain !important;
  height: 140px !important;
}
.theme-orange #dynamicId .home--event-img {
  height: 100%;
  background: #eae9e9 !important;
  position: relative;
}
.theme-orange #dynamicId .home--event-img img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 120px;
  width: auto;
}
.theme-orange #dynamicId .donation-events-image {
  background: #eae9e9 !important;
  padding: 15px 0;
  height: 130px;
}
.theme-orange #dynamicId .donation-events-image img {
  height: 70px;
  object-fit: contain;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.theme-orange #dynamicId tbody {
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.theme-orange #dynamicId tbody .mat-form-field-infix {
  width: 100% !important;
}
.theme-orange #dynamicId .mat-form-field-prefix span {
  position: relative;
  top: -5px;
}
.theme-orange #dynamicId .checkmark-animation svg {
  width: 80px;
  display: block;
  margin: 10px auto 0;
}
.theme-orange #dynamicId .checkmark-animation .path {
  stroke-dasharray: 1000;
  stroke-dashoffset: 0;
}
.theme-orange #dynamicId .checkmark-animation .path.circle {
  animation: dash 0.9s ease-in-out;
}
.theme-orange #dynamicId .checkmark-animation .path.line {
  stroke-dashoffset: 1000;
  animation: dash 0.9s 0.35s ease-in-out forwards;
}
.theme-orange #dynamicId .checkmark-animation .path.check {
  stroke-dashoffset: -100;
  animation: dash-check 0.9s 0.35s ease-in-out forwards;
}
@keyframes dash {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes dash-check {
  0% {
    stroke-dashoffset: -100;
  }
  100% {
    stroke-dashoffset: 900;
  }
}
.theme-orange #dynamicId .trans-details-ack span {
  line-height: 26px;
}
.theme-orange #dynamicId .organisation_Logo img {
  max-width: 200px !important;
  width: auto;
  height: auto;
  max-height: 38px;
}
.theme-orange #dynamicId .home_page_address p span {
  text-transform: capitalize;
  margin-right: 10px;
  position: relative;
  display: inline-block;
}
.theme-orange #dynamicId .home_page_address p span:after {
  position: absolute;
  content: ",";
  right: -5px;
}
.theme-orange #dynamicId .home_page_address p span:last-of-type:after {
  content: ".";
}
.theme-orange #dynamicId .home_page_address ul.list-inline li a i {
  padding-top: 0;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  border-radius: 25px;
}
.theme-orange #dynamicId .profile-labels p span {
  display: inline-block;
  margin-right: 30px;
}
.theme-orange #dynamicId .profile-labels p span:first-of-type {
  min-width: 157px;
}
.theme-orange #dynamicId .media-news-img img {
  max-height: 600px;
  min-height: 250px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.theme-orange #dynamicId .line-height-normal {
  line-height: normal !important;
}
.theme-orange #dynamicId .my-profile-img-r img {
  min-height: 150px;
  max-height: 150px;
  height: 100%;
  object-fit: cover;
  width: auto;
  min-width: 100%;
  max-width: 135px;
  object-position: top;
}
.theme-orange #dynamicId .my-profile-img-dashboard img {
  min-height: 170px;
  max-height: 170px;
  height: 100%;
  object-fit: cover;
  width: 100%;
  max-width: 160px;
  object-position: top;
}
.theme-orange #dynamicId .my-profile-page .dashboard-card .card, .theme-orange #dynamicId .my-profile-page .dashboard-card .main-content .register_box .card .card-header, .theme-orange #dynamicId .main-content .register_box .card .my-profile-page .dashboard-card .card-header {
  min-height: auto !important;
}
.theme-orange #dynamicId .myProfile_tabs {
  /* TODO(mdc-migration): The following rule targets internal classes of tabs that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of tabs that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of tabs that may no longer apply for the MDC version.*/
}
.theme-orange #dynamicId .myProfile_tabs mat-tab-group {
  /* TODO(mdc-migration): The following rule targets internal classes of tabs that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of tabs that may no longer apply for the MDC version.*/
}
.theme-orange #dynamicId .myProfile_tabs mat-tab-group .mat-tab-body-wrapper .mat-mdc-tab-body ul.list-group {
  height: 332px;
  overflow-y: auto;
  display: block;
}
.theme-orange #dynamicId .myProfile_tabs mat-tab-group .mat-tab-body-wrapper .mat-mdc-tab-body ul.list-group::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.theme-orange #dynamicId .myProfile_tabs mat-tab-group .mat-tab-body-wrapper .mat-mdc-tab-body ul.list-group::-webkit-scrollbar-track {
  background: #dedee6;
}
.theme-orange #dynamicId .myProfile_tabs mat-tab-group .mat-tab-body-wrapper .mat-mdc-tab-body ul.list-group::-webkit-scrollbar-thumb {
  background: #f57c00;
}
.theme-orange #dynamicId .myProfile_tabs mat-tab-group .mat-tab-body-wrapper .mat-mdc-tab-body ul.list-group li.list-group-item {
  background: none;
}
.theme-orange #dynamicId .myProfile_tabs .dashboard-card .card, .theme-orange #dynamicId .myProfile_tabs .dashboard-card .main-content .register_box .card .card-header, .theme-orange #dynamicId .main-content .register_box .card .myProfile_tabs .dashboard-card .card-header {
  max-height: 380px !important;
  min-height: 380px !important;
  overflow: auto;
}
.theme-orange #dynamicId .myProfile_tabs .dashboard-card .card::-webkit-scrollbar, .theme-orange #dynamicId .myProfile_tabs .dashboard-card .main-content .register_box .card .card-header::-webkit-scrollbar, .theme-orange #dynamicId .main-content .register_box .card .myProfile_tabs .dashboard-card .card-header::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.theme-orange #dynamicId .myProfile_tabs .dashboard-card .card::-webkit-scrollbar-track, .theme-orange #dynamicId .myProfile_tabs .dashboard-card .main-content .register_box .card .card-header::-webkit-scrollbar-track, .theme-orange #dynamicId .main-content .register_box .card .myProfile_tabs .dashboard-card .card-header::-webkit-scrollbar-track {
  background: #dedee6;
}
.theme-orange #dynamicId .myProfile_tabs .dashboard-card .card::-webkit-scrollbar-thumb, .theme-orange #dynamicId .myProfile_tabs .dashboard-card .main-content .register_box .card .card-header::-webkit-scrollbar-thumb, .theme-orange #dynamicId .main-content .register_box .card .myProfile_tabs .dashboard-card .card-header::-webkit-scrollbar-thumb {
  background: #f57c00;
}
.theme-orange #dynamicId tr.mat-mdc-footer-row {
  font-weight: bold;
}
.theme-orange #dynamicId td.mat-mdc-footer-cell {
  padding: 10px !important;
}
.theme-orange #dynamicId td.mat-mdc-footer-cell:first-of-type {
  padding: 10px !important;
}
.theme-orange #dynamicId .snip1543 {
  background-color: #fff;
  color: #ffffff;
  overflow: hidden;
  position: relative;
  text-align: left;
  width: 100%;
  transform: translateZ(0);
}
.theme-orange #dynamicId .snip1543 *,
.theme-orange #dynamicId .snip1543 *:before,
.theme-orange #dynamicId .snip1543 *:after {
  box-sizing: border-box;
  transition: all 0.45s ease;
}
.theme-orange #dynamicId .snip1543 img {
  backface-visibility: hidden;
  max-width: 100%;
  vertical-align: top;
}
.theme-orange #dynamicId .snip1543:before,
.theme-orange #dynamicId .snip1543:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background-color: #ff9800;
  opacity: 0.5;
  transition: all 0.45s ease;
}
.theme-orange #dynamicId .snip1543:before {
  transform: skew(30deg) translateX(-80%);
}
.theme-orange #dynamicId .snip1543:after {
  transform: skew(-30deg) translateX(-70%);
}
.theme-orange #dynamicId .snip1543 figcaption {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 1;
  bottom: 0;
  padding: 25px 40% 25px 20px;
}
.theme-orange #dynamicId .snip1543 figcaption:before,
.theme-orange #dynamicId .snip1543 figcaption:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fb8c00;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
  content: "";
  opacity: 0.5;
  z-index: -1;
}
.theme-orange #dynamicId .snip1543 figcaption:before {
  transform: skew(30deg) translateX(-100%);
}
.theme-orange #dynamicId .snip1543 figcaption:after {
  transform: skew(-30deg) translateX(-90%);
}
.theme-orange #dynamicId .snip1543 h3, .theme-orange #dynamicId .snip1543 .h3,
.theme-orange #dynamicId .snip1543 p {
  margin: 0;
  opacity: 0;
  letter-spacing: 1px;
}
.theme-orange #dynamicId .snip1543 h3, .theme-orange #dynamicId .snip1543 .h3 {
  font-size: 28px;
  font-weight: 700;
  line-height: 1em;
  text-transform: uppercase;
}
.theme-orange #dynamicId .snip1543 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.theme-orange #dynamicId .snip1543:hover h3, .theme-orange #dynamicId .snip1543:hover .h3,
.theme-orange #dynamicId .snip1543.hover h3,
.theme-orange #dynamicId .snip1543.hover .h3,
.theme-orange #dynamicId .snip1543:hover p,
.theme-orange #dynamicId .snip1543.hover p {
  transform: translateY(0);
  opacity: 0.9;
  transition-delay: 0.2s;
}
.theme-orange #dynamicId .snip1543:hover:before,
.theme-orange #dynamicId .snip1543.hover:before {
  transform: skew(30deg) translateX(-20%);
  transition-delay: 0.05s;
}
.theme-orange #dynamicId .snip1543:hover:after,
.theme-orange #dynamicId .snip1543.hover:after {
  transform: skew(-30deg) translateX(-10%);
}
.theme-orange #dynamicId .snip1543:hover figcaption:before,
.theme-orange #dynamicId .snip1543.hover figcaption:before {
  transform: skew(30deg) translateX(-40%);
  transition-delay: 0.15s;
}
.theme-orange #dynamicId .snip1543:hover figcaption:after,
.theme-orange #dynamicId .snip1543.hover figcaption:after {
  transform: skew(-30deg) translateX(-30%);
  transition-delay: 0.1s;
}
.theme-orange #dynamicId .card.dark-card mat-form-field, .theme-orange #dynamicId .main-content .register_box .card .dark-card.card-header mat-form-field {
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.theme-orange #dynamicId .card.dark-card mat-form-field .mat-form-field-wrapper, .theme-orange #dynamicId .main-content .register_box .card .dark-card.card-header mat-form-field .mat-form-field-wrapper {
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.theme-orange #dynamicId .card.dark-card mat-form-field .mat-form-field-wrapper .mat-form-field-flex, .theme-orange #dynamicId .main-content .register_box .card .dark-card.card-header mat-form-field .mat-form-field-wrapper .mat-form-field-flex {
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.theme-orange #dynamicId .card.dark-card mat-form-field .mat-form-field-wrapper .mat-form-field-flex input, .theme-orange #dynamicId .main-content .register_box .card .dark-card.card-header mat-form-field .mat-form-field-wrapper .mat-form-field-flex input {
  caret-color: #fff;
}
.theme-orange #dynamicId .card.dark-card mat-form-field .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-label-wrapper, .theme-orange #dynamicId .main-content .register_box .card .dark-card.card-header mat-form-field .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-label-wrapper {
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.theme-orange #dynamicId .card.dark-card mat-form-field .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-label-wrapper .mat-form-field-label, .theme-orange #dynamicId .main-content .register_box .card .dark-card.card-header mat-form-field .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-label-wrapper .mat-form-field-label {
  color: white;
}
.theme-orange #dynamicId .card.dark-card mat-form-field .mat-form-field-wrapper .mat-form-field-underline, .theme-orange #dynamicId .main-content .register_box .card .dark-card.card-header mat-form-field .mat-form-field-wrapper .mat-form-field-underline {
  background: white;
}
.theme-orange #dynamicId .card.dark-card mat-form-field.mat-focused, .theme-orange #dynamicId .main-content .register_box .card .dark-card.card-header mat-form-field.mat-focused {
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.theme-orange #dynamicId .card.dark-card mat-form-field.mat-focused .mat-form-field-ripple, .theme-orange #dynamicId .main-content .register_box .card .dark-card.card-header mat-form-field.mat-focused .mat-form-field-ripple {
  background: #fb8c00;
}
.theme-orange #dynamicId .grid-gallery-block {
  position: relative;
  clear: both;
  margin: 0 auto;
  padding: 1em 0 4em;
  max-width: 1000px;
  list-style: none;
  text-align: center;
}
.theme-orange #dynamicId .grid-gallery-block .gallery-overlay {
  position: relative;
  float: left;
  overflow: hidden;
  margin: 0;
  width: 100%;
  height: 100%;
  background: #3085a3;
  text-align: center;
  cursor: pointer;
}
.theme-orange #dynamicId .grid-gallery-block .gallery-overlay img {
  position: relative;
  display: block;
  min-height: 250px;
  max-width: 100%;
  opacity: 0.8;
  width: 100%;
  height: auto;
  max-height: 250px;
  object-fit: cover;
}
.theme-orange #dynamicId .grid-gallery-block .gallery-overlay figcaption {
  padding: 0;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  backface-visibility: hidden;
}
.theme-orange #dynamicId .grid-gallery-block .gallery-overlay figcaption::before,
.theme-orange #dynamicId .grid-gallery-block .gallery-overlay figcaption::after {
  pointer-events: none;
}
.theme-orange #dynamicId .grid-gallery-block .gallery-overlay figcaption,
.theme-orange #dynamicId .grid-gallery-block .gallery-overlay figcaption > a {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.theme-orange #dynamicId .grid-gallery-block .gallery-overlay figcaption > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}
.theme-orange #dynamicId .grid-gallery-block .gallery-overlay h2, .theme-orange #dynamicId .grid-gallery-block .gallery-overlay .h2 {
  word-spacing: -0.15em;
  font-weight: 300;
}
.theme-orange #dynamicId .grid-gallery-block .gallery-overlay h2 span, .theme-orange #dynamicId .grid-gallery-block .gallery-overlay .h2 span {
  font-weight: 800;
}
.theme-orange #dynamicId .grid-gallery-block .gallery-overlay h2, .theme-orange #dynamicId .grid-gallery-block .gallery-overlay .h2,
.theme-orange #dynamicId .grid-gallery-block .gallery-overlay p {
  margin: 0;
}
.theme-orange #dynamicId .grid-gallery-block .gallery-overlay p {
  letter-spacing: 1px;
  font-size: 68.5%;
}
.theme-orange #dynamicId .gallery-overlay.effect-duke {
  background: #000;
}
.theme-orange #dynamicId .gallery-overlay.effect-duke img,
.theme-orange #dynamicId .gallery-overlay.effect-duke iframe,
.theme-orange #dynamicId .gallery-overlay.effect-duke p {
  transition: opacity 0.35s, transform 0.35s;
}
.theme-orange #dynamicId .gallery-overlay.effect-duke:hover img {
  opacity: 0.8;
  transform: scale3d(2, 2, 1);
}
.theme-orange #dynamicId .gallery-overlay.effect-duke h2, .theme-orange #dynamicId .gallery-overlay.effect-duke .h2 {
  transition: transform 0.35s;
  transform: scale3d(0.8, 0.8, 1);
  transform-origin: 50% 100%;
}
.theme-orange #dynamicId .gallery-overlay.effect-duke p {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 20px auto 0;
  padding: 10px;
  text-transform: none;
  font-size: 90%;
  opacity: 0;
  transform: scale3d(0.8, 0.8, 1);
  transform-origin: 50% -100%;
  background: #fb8c00;
}
.theme-orange #dynamicId .gallery-overlay.effect-duke:hover h2, .theme-orange #dynamicId .gallery-overlay.effect-duke:hover .h2,
.theme-orange #dynamicId .gallery-overlay.effect-duke:hover p {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}
.theme-orange #dynamicId .photo-gallery-tab .col-12.col-sm-6.col-md-4 {
  padding: 6px 6px 0 6px;
}
.theme-orange #dynamicId .ql-editor {
  height: 300px;
}
.theme-orange #dynamicId .arrowRotate {
  transform: rotate(90deg);
  margin-top: 3px;
}
.theme-orange #dynamicId .roles-user-search-t {
  width: 98%;
}
.theme-orange #dynamicId .edit-role-table thead tr th:nth-child(1) {
  width: 30%;
}
.theme-orange #dynamicId .edit-role-table thead tr th:nth-child(2) {
  width: 30%;
}
.theme-orange #dynamicId .edit-role-table thead tr th:nth-child(3) {
  width: 40%;
}
.theme-orange #dynamicId table.manageRoleTable tbody:nth-child(2) {
  width: auto;
}
.theme-orange #dynamicId .lightbox .lb-dataContainer {
  position: absolute;
  top: 0;
  z-index: 1;
  left: 0;
  right: 0;
  height: 100%;
}
.theme-orange #dynamicId .lightbox .lb-dataContainer .lb-details {
  position: absolute;
  bottom: 0;
  width: 99%;
  padding: 15px;
  background: #fff;
}
.theme-orange #dynamicId .lightbox .lb-dataContainer .lb-close {
  background: #fff;
  border-radius: 25px;
  margin-top: -15px;
  margin-right: -15px;
  opacity: 1;
  position: relative;
  text-align: center;
  width: 25px;
  height: 25px;
}
.theme-orange #dynamicId .lightbox .lb-dataContainer .lb-close:after {
  content: "\f00d";
  color: #000;
  position: absolute;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  font-family: FontAwesome;
  font-size: 17px;
}
.theme-orange #dynamicId .lightbox .lb-dataContainer .lb-data {
  color: #000;
}
.theme-orange #dynamicId .lightbox .lb-outerContainer .lb-container .lb-image {
  margin-top: 4px;
}
.theme-orange #dynamicId .lightbox .lb-nav {
  height: 40px;
  bottom: 0;
  margin: auto;
}
.theme-orange #dynamicId .lightbox .lb-nav a.lb-prev {
  background: url('prev-button.317cfed04e63ab1f.png') left no-repeat;
  margin-left: 20px;
}
.theme-orange #dynamicId .lightbox .lb-nav a.lb-next {
  background: url('next-button.8b82108bc0c809d9.png') right no-repeat;
  margin-right: 20px;
  width: 42%;
}
.theme-orange #dynamicId .share-button {
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 40px;
  width: 30px;
  height: 30px;
}
.theme-orange #dynamicId .share-button a {
  text-decoration: none;
}
.theme-orange #dynamicId .social-toggle {
  display: block;
  text-align: center;
  transition: all 0.25s;
}
.theme-orange #dynamicId .social-toggle mat-icon {
  color: #fb8c00;
  transition: all 0.3s ease-out;
}
.theme-orange #dynamicId .social-toggle mat-icon:hover {
  color: #ff9800;
  transition: all 0.3s ease-in;
}
.theme-orange #dynamicId .no-js .social-toggle,
.theme-orange #dynamicId .no-js .social-toggle:hover {
  cursor: default;
  border: none;
  background: transparent;
  color: rgb(200, 200, 200);
  pointer-events: none;
}
.theme-orange #dynamicId .social-networks {
  transform-origin: 50% 0;
  transform: scale(0) translateY(-190px);
  opacity: 0;
  transition: all 0.4s ease;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.theme-orange #dynamicId .social-networks ul {
  position: relative;
  top: 0;
  right: 10px;
  padding: 0;
  list-style: none;
  width: 62px;
  height: 30px;
}
.theme-orange #dynamicId .social-networks ul:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  right: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
}
.theme-orange #dynamicId .social-networks li {
  width: 30px;
  text-align: center;
  float: left;
  display: block;
  height: 30px;
  line-height: 30px;
  position: relative;
  z-index: 2;
  transition: all 0.3s ease;
}
.theme-orange #dynamicId .social-networks li a {
  display: block;
  color: white;
}
.theme-orange #dynamicId .social-networks li a i {
  background: none;
}
.theme-orange #dynamicId .social-networks li.social-twitter {
  background: #6cdfea;
}
.theme-orange #dynamicId .social-networks li.social-facebook {
  background: #3b5998;
}
.theme-orange #dynamicId .social-networks.open-menu,
.theme-orange #dynamicId .no-js .social-networks {
  transform: scale(1) translateY(-60px);
  opacity: 1;
}
.theme-orange #dynamicId .com-close-icon {
  position: absolute;
  right: 18px;
}
.theme-orange #dynamicId .la-ball-spin-clockwise,
.theme-orange #dynamicId .la-ball-spin-clockwise > div {
  position: relative;
  box-sizing: border-box;
}
.theme-orange #dynamicId .la-ball-spin-clockwise {
  display: block;
  font-size: 0;
  color: #fff;
}
.theme-orange #dynamicId .la-ball-spin-clockwise.la-dark {
  color: #333;
}
.theme-orange #dynamicId .la-ball-spin-clockwise > div {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor;
}
.theme-orange #dynamicId .la-ball-spin-clockwise {
  width: 32px;
  height: 32px;
}
.theme-orange #dynamicId .la-ball-spin-clockwise > div {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  margin-left: -4px;
  border-radius: 100%;
  animation: ball-spin-clockwise 1s infinite ease-in-out;
}
.theme-orange #dynamicId .la-ball-spin-clockwise > div:nth-child(1) {
  top: 5%;
  left: 50%;
  animation-delay: -0.875s;
}
.theme-orange #dynamicId .la-ball-spin-clockwise > div:nth-child(2) {
  top: 18.1801948466%;
  left: 81.8198051534%;
  animation-delay: -0.75s;
}
.theme-orange #dynamicId .la-ball-spin-clockwise > div:nth-child(3) {
  top: 50%;
  left: 95%;
  animation-delay: -0.625s;
}
.theme-orange #dynamicId .la-ball-spin-clockwise > div:nth-child(4) {
  top: 81.8198051534%;
  left: 81.8198051534%;
  animation-delay: -0.5s;
}
.theme-orange #dynamicId .la-ball-spin-clockwise > div:nth-child(5) {
  top: 94.9999999966%;
  left: 50.0000000005%;
  animation-delay: -0.375s;
}
.theme-orange #dynamicId .la-ball-spin-clockwise > div:nth-child(6) {
  top: 81.8198046966%;
  left: 18.1801949248%;
  animation-delay: -0.25s;
}
.theme-orange #dynamicId .la-ball-spin-clockwise > div:nth-child(7) {
  top: 49.9999750815%;
  left: 5.0000051215%;
  animation-delay: -0.125s;
}
.theme-orange #dynamicId .la-ball-spin-clockwise > div:nth-child(8) {
  top: 18.179464974%;
  left: 18.1803700518%;
  animation-delay: 0s;
}
.theme-orange #dynamicId .la-ball-spin-clockwise.la-sm {
  width: 16px;
  height: 16px;
}
.theme-orange #dynamicId .la-ball-spin-clockwise.la-sm > div {
  width: 4px;
  height: 4px;
  margin-top: -2px;
  margin-left: -2px;
}
.theme-orange #dynamicId .la-ball-spin-clockwise.la-2x {
  width: 64px;
  height: 64px;
}
.theme-orange #dynamicId .la-ball-spin-clockwise.la-2x > div {
  width: 16px;
  height: 16px;
  margin-top: -8px;
  margin-left: -8px;
}
.theme-orange #dynamicId .la-ball-spin-clockwise.la-3x {
  width: 96px;
  height: 96px;
}
.theme-orange #dynamicId .la-ball-spin-clockwise.la-3x > div {
  width: 24px;
  height: 24px;
  margin-top: -12px;
  margin-left: -12px;
}
@keyframes ball-spin-clockwise {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
  }
  20% {
    opacity: 1;
  }
  80% {
    opacity: 0;
    transform: scale(0);
  }
}
.theme-orange #dynamicId .mat-spinner-wrapper {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: rgba(51, 51, 51, 0.3);
  z-index: 9999;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.theme-orange #dynamicId .mat-spinner-wrapper .la-ball-spin-clockwise {
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.theme-orange #dynamicId .event-ticket-book-new {
  /* TODO(mdc-migration): The following rule targets internal classes of tabs that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of tabs that may no longer apply for the MDC version.*/
}
.theme-orange #dynamicId .event-ticket-book-new ul.list-group.list-group-flush {
  height: 722px;
  overflow: auto;
  overflow-x: hidden;
}
.theme-orange #dynamicId .event-ticket-book-new ul.list-group.list-group-flush::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.theme-orange #dynamicId .event-ticket-book-new ul.list-group.list-group-flush::-webkit-scrollbar-track {
  background: #dedee6;
}
.theme-orange #dynamicId .event-ticket-book-new ul.list-group.list-group-flush::-webkit-scrollbar-thumb {
  background: #f57c00;
}
.theme-orange #dynamicId .event-ticket-book-new ul.list-group.list-group-flush li.list-group-item {
  padding: 0.75rem 0;
}
.theme-orange #dynamicId .event-ticket-book-new ul.list-group.list-group-flush li.list-group-item .event-thumb {
  position: relative;
}
.theme-orange #dynamicId .event-ticket-book-new ul.list-group.list-group-flush li.list-group-item .event-thumb span {
  position: absolute;
  bottom: 5px;
  right: 0;
  width: 88%;
  padding: 4px;
  color: white;
  text-transform: uppercase;
  text-align: center;
  font-size: 10px;
  -webkit-border-top-left-radius: 50px;
  -webkit-border-bottom-left-radius: 50px;
  -moz-border-radius-topleft: 50px;
  -moz-border-radius-bottomleft: 50px;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  letter-spacing: 0.4px;
  cursor: pointer;
}
.theme-orange #dynamicId .event-ticket-book-new ul.list-group.list-group-flush li.list-group-item:hover {
  background: #ffe0b2;
}
.theme-orange #dynamicId .event-ticket-book-new mat-tab-group {
  /* TODO(mdc-migration): The following rule targets internal classes of tabs that may no longer apply for the MDC version.*/
}
.theme-orange #dynamicId .event-ticket-book-new mat-tab-group p {
  margin: 0;
}
.theme-orange #dynamicId .event-ticket-book-new mat-tab-group .card.bg-light, .theme-orange #dynamicId .event-ticket-book-new mat-tab-group .main-content .register_box .card .bg-light.card-header, .theme-orange #dynamicId .main-content .register_box .card .event-ticket-book-new mat-tab-group .bg-light.card-header {
  padding: 1rem 1rem 1rem 2rem;
  min-height: 154px;
}
.theme-orange #dynamicId .event-ticket-book-new mat-tab-group .mat-tab-body-wrapper {
  max-height: 350px;
  overflow: auto;
  display: block;
}
.theme-orange #dynamicId .event-ticket-book-new mat-tab-group .mat-tab-body-wrapper::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.theme-orange #dynamicId .event-ticket-book-new mat-tab-group .mat-tab-body-wrapper::-webkit-scrollbar-track {
  background: #dedee6;
}
.theme-orange #dynamicId .event-ticket-book-new mat-tab-group .mat-tab-body-wrapper::-webkit-scrollbar-thumb {
  background: #f57c00;
}
.theme-orange #dynamicId .thumbnail-img-sm {
  height: 100px;
  width: 100%;
  object-fit: cover;
  object-position: top;
}
.theme-orange #dynamicId .thumbnail-img-lg {
  height: 350px;
  width: 100%;
  object-fit: cover;
}
.theme-orange #dynamicId .label-e-icon {
  position: relative;
}
.theme-orange #dynamicId .label-e-icon i {
  position: absolute;
  left: -22px;
  top: 0;
  font-size: 16px;
}
.theme-orange #dynamicId .event-contact-details a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.theme-orange #dynamicId .event-ticket-book-new {
  /* TODO(mdc-migration): The following rule targets internal classes of tabs that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of tabs that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of tabs that may no longer apply for the MDC version.*/
}
.theme-orange #dynamicId .event-ticket-book-new mat-tab-group {
  /* TODO(mdc-migration): The following rule targets internal classes of tabs that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of tabs that may no longer apply for the MDC version.*/
}
.theme-orange #dynamicId .event-ticket-book-new mat-tab-group .mat-tab-body-wrapper .mat-mdc-tab-body {
  /* TODO(mdc-migration): The following rule targets internal classes of tabs that may no longer apply for the MDC version.*/
}
.theme-orange #dynamicId .event-ticket-book-new mat-tab-group .mat-tab-body-wrapper .mat-mdc-tab-body .mat-tab-body-content {
  overflow: hidden;
}
.theme-orange #dynamicId .custom-share button.dropdown-toggle {
  padding: 0;
}
.theme-orange #dynamicId .custom-share button.dropdown-toggle:after {
  content: none;
}
.theme-orange #dynamicId .custom-share .dropdown-menu {
  padding: 0;
  right: 0;
  left: auto !important;
  top: 23px !important;
  min-width: 7rem;
}
.theme-orange #dynamicId .custom-share .dropdown-menu a {
  width: 100%;
  color: #000000;
  display: block;
  padding: 6px;
  border-bottom: solid 1px #ddd;
  font-size: 12px !important;
}
.theme-orange #dynamicId .custom-share .dropdown-menu a:last-of-type {
  border: 0;
}
.theme-orange #dynamicId .mat-tab-body-content {
  overflow-x: hidden;
}
.theme-orange #dynamicId .donation-passes-table {
  height: 200px;
  overflow: auto;
}
.theme-orange #dynamicId .donation-passes-table::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.theme-orange #dynamicId .donation-passes-table::-webkit-scrollbar-track {
  background: #dedee6;
}
.theme-orange #dynamicId .donation-passes-table::-webkit-scrollbar-thumb {
  background: #f57c00;
}
.theme-orange #dynamicId .table-responsive::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.theme-orange #dynamicId .table-responsive::-webkit-scrollbar-track {
  background: #dedee6;
}
.theme-orange #dynamicId .table-responsive::-webkit-scrollbar-thumb {
  background: #f57c00;
}
.theme-orange #dynamicId .table-responsive table::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.theme-orange #dynamicId .table-responsive table::-webkit-scrollbar-track {
  background: #dedee6;
}
.theme-orange #dynamicId .table-responsive table::-webkit-scrollbar-thumb {
  background: #f57c00;
}
.theme-orange #dynamicId .mediaCard {
  background: #e65100;
}
.theme-orange #dynamicId .calncel-order-w .edit-role-table.fixed-table thead,
.theme-orange #dynamicId .calncel-order-w .edit-role-table.fixed-table tbody tr {
  table-layout: auto;
}
.theme-orange #dynamicId #periodRow.isDisabled,
.theme-orange #dynamicId #editYear.isDisabled {
  pointer-events: none;
}
.theme-orange #dynamicId ::selection {
  color: white;
  background: #fb8c00;
}
.theme-orange #dynamicId .td-100 {
  display: block;
  box-sizing: border-box;
  clear: both;
  padding: 0 !important;
  border-top: 0 !important;
}
.theme-orange #dynamicId .td-100 table tbody tr td {
  border-top: 0 !important;
}
.theme-orange #dynamicId .expenses_table_c tr:last-of-type {
  border-bottom: 0 !important;
}
.theme-orange #dynamicId .expenses-table tbody tr:last-of-type {
  border-bottom: 0;
}
.theme-orange #dynamicId .expenses-table tbody tr td {
  padding: 0 10px;
}
.theme-orange #dynamicId .donatenow_footer {
  text-decoration: none;
  transition: all 0.3s ease-out;
}
.theme-orange #dynamicId .donatenow_footer:hover {
  text-decoration: underline;
  transition: all 0.3s ease-in;
  opacity: 0.4;
}
.theme-orange #dynamicId .example-section {
  display: flex;
  align-content: center;
  align-items: center;
  height: 40px;
}
.theme-orange #dynamicId .example-margin {
  margin: 0 10px;
}
.theme-orange #dynamicId .skills-interests-modal a {
  display: inline-block;
  padding: 1px 4px;
  margin: 0 3px 5px 0;
  font-size: 14px !important;
  border-radius: 14px;
  height: 26px;
  background: #f1f1f1;
  color: #000000;
  border: 1px solid #EAEAEA;
}
.theme-orange #dynamicId .searchVolunteerTable .actionDropDown {
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  top: 9px;
}
.theme-orange #dynamicId .searchVolunteerTable .actionDropDown .mat-form-field-underline {
  display: none;
}
.theme-orange #dynamicId .searchVolunteerTable .actionDropDown .mat-form-field-infix {
  padding: 0;
}
.theme-orange #dynamicId .edit-role-table.manage-role-table tbody.manageRoleTbody tr td > tbody {
  display: table;
  width: 100%;
  height: auto;
}
.theme-orange #dynamicId .edit-role-table.manage-role-table tbody.manageRoleTbody tr td > tbody tr td {
  border-top: 0 !important;
}
.theme-orange #dynamicId .manage-table-c {
  overflow: auto;
  height: 300px;
}
.theme-orange #dynamicId .manage-table-c::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.theme-orange #dynamicId .manage-table-c::-webkit-scrollbar-track {
  background: #dedee6;
}
.theme-orange #dynamicId .manage-table-c::-webkit-scrollbar-thumb {
  background: #f57c00;
}
.theme-orange #dynamicId .search-volunteer-card {
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
}
.theme-orange #dynamicId .search-volunteer-card mat-checkbox {
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
}
.theme-orange #dynamicId .search-volunteer-card mat-checkbox .mat-checkbox-inner-container {
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
}
.theme-orange #dynamicId .search-volunteer-card mat-checkbox .mat-checkbox-inner-container .mat-checkbox-label {
  color: rgba(0, 0, 0, 0.87);
}
.theme-orange #dynamicId .search-volunteer-card mat-checkbox .mat-checkbox-inner-container .mat-checkbox-frame {
  border-color: #fb8c00;
}
.theme-orange #dynamicId .finance_desc {
  max-height: 96px;
  overflow: auto;
}
.theme-orange #dynamicId .finance_desc::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.theme-orange #dynamicId .finance_desc::-webkit-scrollbar-track {
  background: #dedee6;
}
.theme-orange #dynamicId .finance_desc::-webkit-scrollbar-thumb {
  background: #f57c00;
}
.theme-orange #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 {
  padding: 10px;
}
.theme-orange #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card, .theme-orange #dynamicId .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .main-content .register_box .card .card-header, .theme-orange #dynamicId .main-content .register_box .card .donor-dashboard > .row.no-gutters .col-12.col-xl-3 .card-header {
  height: 140px;
}
.theme-orange #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 {
  padding: 10px;
}
.theme-orange #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .card, .theme-orange #dynamicId .donor-dashboard > .row.no-gutters.graphs .col-12 .main-content .register_box .card .card-header, .theme-orange #dynamicId .main-content .register_box .card .donor-dashboard > .row.no-gutters.graphs .col-12 .card-header {
  height: auto;
}
.theme-orange #dynamicId #wizard-progress {
  width: 100%;
  margin: 20px auto 0 auto;
}
.theme-orange #dynamicId #wizard-progress .step-indicator {
  border-collapse: separate;
  display: table;
  margin-left: 0px;
  position: relative;
  table-layout: fixed;
  text-align: center;
  vertical-align: middle;
  padding-left: 0;
}
.theme-orange #dynamicId #wizard-progress .step-indicator li {
  display: table-cell;
  position: relative;
  float: none;
  padding: 0;
  width: 1%;
}
.theme-orange #dynamicId #wizard-progress .step-indicator li:after {
  background-color: #999999;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  width: 100%;
  top: 22.5px;
}
.theme-orange #dynamicId #wizard-progress .step-indicator li:after {
  left: 50%;
}
.theme-orange #dynamicId #wizard-progress .step-indicator li:last-child:after {
  display: none;
}
.theme-orange #dynamicId #wizard-progress .step-indicator li.active .step {
  border-color: #fb8c00;
  color: #fb8c00;
}
.theme-orange #dynamicId #wizard-progress .step-indicator li.active .step:before {
  content: "\f00c";
  position: absolute;
  font-family: FontAwesome;
  display: block;
  text-align: center;
  width: 45px;
  height: 45px;
  font-size: 16px;
}
.theme-orange #dynamicId #wizard-progress .step-indicator li.active .caption {
  color: #fb8c00;
}
.theme-orange #dynamicId #wizard-progress .step-indicator li.complete:after {
  background-color: linear-gradient(to bottom, #ef6c00, #ff9800);
}
.theme-orange #dynamicId #wizard-progress .step-indicator li.complete .step {
  border-color: linear-gradient(to bottom, #ef6c00, #ff9800);
  color: linear-gradient(to bottom, #ef6c00, #ff9800);
}
.theme-orange #dynamicId #wizard-progress .step-indicator li.complete .step:before {
  position: absolute;
  font-family: FontAwesome;
  content: "\f0f6";
  display: block;
  text-align: center;
  width: 45px;
  height: 45px;
  font-size: 16px;
}
.theme-orange #dynamicId #wizard-progress .step-indicator li.complete .caption {
  color: linear-gradient(to bottom, #ef6c00, #ff9800);
}
.theme-orange #dynamicId #wizard-progress .step-indicator li small, .theme-orange #dynamicId #wizard-progress .step-indicator li .small {
  display: inline-block;
  line-height: 14px;
}
.theme-orange #dynamicId #wizard-progress .step-indicator .step {
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #999999;
  color: #999999;
  font-size: 14px;
  height: 45px;
  line-height: 45px;
  margin: 0 auto;
  position: relative;
  width: 45px;
  z-index: 1;
}
.theme-orange #dynamicId #wizard-progress .step-indicator .step:hover {
  cursor: auto;
}
.theme-orange #dynamicId #wizard-progress .step-indicator .caption {
  color: #999999;
  padding: 11px 16px;
  padding-top: 5px;
}
.theme-orange #dynamicId #wizard-progress .step-indicator .graphs g[visibility=hidden] + g[aria-labelledby^=id] {
  display: none;
}
.theme-orange #dynamicId .graphs g[visibility=hidden] + g[aria-labelledby^=id] {
  display: none;
}
.theme-orange #dynamicId .communication--main-wrapper .communication--inner-wrapper:last-of-type {
  flex: 0 0 100%;
  max-width: 100%;
}
.theme-orange #dynamicId .chart-icons {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 9;
}
.theme-orange #dynamicId .chart-icons span {
  padding: 4px;
  color: #999999;
  opacity: 0.4;
  cursor: pointer;
  transition: all 0.3s ease-out;
}
.theme-orange #dynamicId .chart-icons span:hover {
  color: #999999;
  opacity: 1;
  transition: all 0.3s ease-in;
}
.theme-orange #dynamicId .d-line-chart {
  height: 400px;
}
.theme-orange #dynamicId .edit-profile-link {
  position: absolute;
  right: 10px;
  top: 5px;
  z-index: 1;
  text-decoration: underline;
}
.theme-orange #dynamicId .edit-profile-link .fa {
  margin-right: 5px;
}
.theme-orange #dynamicId .edit-fields-p {
  right: 17px;
  top: 12px;
  z-index: 9;
}
.theme-orange #dynamicId .input-border-none {
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.theme-orange #dynamicId .input-border-none .mat-form-field-underline {
  display: none;
}
.theme-orange #dynamicId .order-list-page {
  /* TODO(mdc-migration): The following rule targets internal classes of tabs that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of tabs that may no longer apply for the MDC version.*/
}
.theme-orange #dynamicId .order-list-page mat-tab-group {
  /* TODO(mdc-migration): The following rule targets internal classes of tabs that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of tabs that may no longer apply for the MDC version.*/
}
.theme-orange #dynamicId .order-list-page mat-tab-group mat-tab-header {
  display: none;
}
.theme-orange #dynamicId .order-list-page mat-tab-group .mat-tab-body-wrapper {
  max-height: none;
}
.theme-orange #dynamicId .table-th-c {
  padding: 5px 10px !important;
}
.theme-orange #dynamicId .mat-mdc-table-header-base-color {
  background: #ff9800;
  color: #fff;
  width: 100%;
}
#dynamicId.mac-os #header .header-menu .navbar .navbar-nav li.dropdown .header-menu-wrapper {
  overflow: auto !important;
}
/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[5].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[5].rules[1].use[1]!./src/responsive.scss?ngGlobalStyle (3) ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/*!
 * Bootstrap  v5.3.8 (https://getbootstrap.com/)
 * Copyright 2011-2025 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root,
[data-bs-theme=light] {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-primary-text-emphasis: #052c65;
  --bs-secondary-text-emphasis: #2b2f32;
  --bs-success-text-emphasis: #0a3622;
  --bs-info-text-emphasis: #055160;
  --bs-warning-text-emphasis: #664d03;
  --bs-danger-text-emphasis: #58151c;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #cfe2ff;
  --bs-secondary-bg-subtle: #e2e3e5;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #9ec5fe;
  --bs-secondary-border-subtle: #c4c8cb;
  --bs-success-border-subtle: #a3cfbb;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #0a58ca;
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: #fff3cd;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}

[data-bs-theme=dark] {
  color-scheme: dark;
  --bs-body-color: #dee2e6;
  --bs-body-color-rgb: 222, 226, 230;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33, 37, 41;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(222, 226, 230, 0.75);
  --bs-secondary-color-rgb: 222, 226, 230;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(222, 226, 230, 0.5);
  --bs-tertiary-color-rgb: 222, 226, 230;
  --bs-tertiary-bg: #2b3035;
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-primary-text-emphasis: #6ea8fe;
  --bs-secondary-text-emphasis: #a7acb1;
  --bs-success-text-emphasis: #75b798;
  --bs-info-text-emphasis: #6edff6;
  --bs-warning-text-emphasis: #ffda6a;
  --bs-danger-text-emphasis: #ea868f;
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: #031633;
  --bs-secondary-bg-subtle: #161719;
  --bs-success-bg-subtle: #051b11;
  --bs-info-bg-subtle: #032830;
  --bs-warning-bg-subtle: #332701;
  --bs-danger-bg-subtle: #2c0b0e;
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: #084298;
  --bs-secondary-border-subtle: #41464b;
  --bs-success-border-subtle: #0f5132;
  --bs-info-border-subtle: #087990;
  --bs-warning-border-subtle: #997404;
  --bs-danger-border-subtle: #842029;
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: #6ea8fe;
  --bs-link-hover-color: #8bb9fe;
  --bs-link-color-rgb: 110, 168, 254;
  --bs-link-hover-color-rgb: 139, 185, 254;
  --bs-code-color: #e685b5;
  --bs-highlight-color: #dee2e6;
  --bs-highlight-bg: #664d03;
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: #75b798;
  --bs-form-valid-border-color: #75b798;
  --bs-form-invalid-color: #ea868f;
  --bs-form-invalid-border-color: #ea868f;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: 0.25;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}

h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}

h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
}

h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}

h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small, .small {
  font-size: 0.875em;
}

mark, .mark {
  padding: 0.1875em;
  color: var(--bs-highlight-color);
  background-color: var(--bs-highlight-bg);
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
}
a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 0.25rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-secondary-color);
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  line-height: inherit;
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type=search]::-webkit-search-cancel-button {
  cursor: pointer;
  filter: grayscale(1);
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.625rem + 4.5vw);
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}

.display-2 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.575rem + 3.9vw);
}
@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}

.display-3 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.525rem + 3.3vw);
}
@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}

.display-4 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.475rem + 2.7vw);
}
@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}

.display-5 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.425rem + 2.1vw);
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}

.display-6 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}

.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: var(--bs-body-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 0.875em;
  color: var(--bs-secondary-color);
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.table {
  --bs-table-color-type: initial;
  --bs-table-bg-type: initial;
  --bs-table-color-state: initial;
  --bs-table-bg-state: initial;
  --bs-table-color: var(--bs-emphasis-color);
  --bs-table-bg: var(--bs-body-bg);
  --bs-table-border-color: var(--bs-border-color);
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: var(--bs-emphasis-color);
  --bs-table-striped-bg: rgba(var(--bs-emphasis-color-rgb), 0.05);
  --bs-table-active-color: var(--bs-emphasis-color);
  --bs-table-active-bg: rgba(var(--bs-emphasis-color-rgb), 0.1);
  --bs-table-hover-color: var(--bs-emphasis-color);
  --bs-table-hover-bg: rgba(var(--bs-emphasis-color-rgb), 0.075);
  width: 100%;
  margin-bottom: 1rem;
  vertical-align: top;
  border-color: var(--bs-table-border-color);
}
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  color: var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));
  background-color: var(--bs-table-bg);
  border-bottom-width: var(--bs-border-width);
  box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)));
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}

.table-group-divider {
  border-top: calc(var(--bs-border-width) * 2) solid currentcolor;
}

.caption-top {
  caption-side: top;
}

.table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}

.table-bordered > :not(caption) > * {
  border-width: var(--bs-border-width) 0;
}
.table-bordered > :not(caption) > * > * {
  border-width: 0 var(--bs-border-width);
}

.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}
.table-borderless > :not(:first-child) {
  border-top-width: 0;
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: var(--bs-table-striped-bg);
}

.table-striped-columns > :not(caption) > tr > :nth-child(even) {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: var(--bs-table-striped-bg);
}

.table-active {
  --bs-table-color-state: var(--bs-table-active-color);
  --bs-table-bg-state: var(--bs-table-active-bg);
}

.table-hover > tbody > tr:hover > * {
  --bs-table-color-state: var(--bs-table-hover-color);
  --bs-table-bg-state: var(--bs-table-hover-bg);
}

.table-primary {
  --bs-table-color: #000;
  --bs-table-bg: #cfe2ff;
  --bs-table-border-color: #a6b5cc;
  --bs-table-striped-bg: #c5d7f2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bacbe6;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfd1ec;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-secondary {
  --bs-table-color: #000;
  --bs-table-bg: #e2e3e5;
  --bs-table-border-color: #b5b6b7;
  --bs-table-striped-bg: #d7d8da;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #cbccce;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #d1d2d4;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-success {
  --bs-table-color: #000;
  --bs-table-bg: #d1e7dd;
  --bs-table-border-color: #a7b9b1;
  --bs-table-striped-bg: #c7dbd2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bcd0c7;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c1d6cc;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-info {
  --bs-table-color: #000;
  --bs-table-bg: #cff4fc;
  --bs-table-border-color: #a6c3ca;
  --bs-table-striped-bg: #c5e8ef;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #badce3;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfe2e9;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-warning {
  --bs-table-color: #000;
  --bs-table-bg: #fff3cd;
  --bs-table-border-color: #ccc2a4;
  --bs-table-striped-bg: #f2e7c3;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e6dbb9;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ece1be;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-danger {
  --bs-table-color: #000;
  --bs-table-bg: #f8d7da;
  --bs-table-border-color: #c6acae;
  --bs-table-striped-bg: #eccccf;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfc2c4;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5c7ca;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-light {
  --bs-table-color: #000;
  --bs-table-bg: #f8f9fa;
  --bs-table-border-color: #c6c7c8;
  --bs-table-striped-bg: #ecedee;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfe0e1;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5e6e7;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-dark {
  --bs-table-color: #fff;
  --bs-table-bg: #212529;
  --bs-table-border-color: #4d5154;
  --bs-table-striped-bg: #2c3034;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #373b3e;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #323539;
  --bs-table-hover-color: #fff;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.form-label {
  margin-bottom: 0.5rem;
}

.col-form-label {
  padding-top: calc(0.375rem + var(--bs-border-width));
  padding-bottom: calc(0.375rem + var(--bs-border-width));
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + var(--bs-border-width));
  padding-bottom: calc(0.5rem + var(--bs-border-width));
  font-size: 1.25rem;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + var(--bs-border-width));
  padding-bottom: calc(0.25rem + var(--bs-border-width));
  font-size: 0.875rem;
}

.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-secondary-color);
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-control::-webkit-date-and-time-value {
  min-width: 85px;
  height: 1.5em;
  margin: 0;
}
.form-control::-webkit-datetime-edit {
  display: block;
  padding: 0;
}
.form-control::placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control:disabled {
  background-color: var(--bs-secondary-bg);
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--bs-border-width);
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--bs-secondary-bg);
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: var(--bs-body-color);
  background-color: transparent;
  border: solid transparent;
  border-width: var(--bs-border-width) 0;
}
.form-control-plaintext:focus {
  outline: 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  min-height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}

.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}

textarea.form-control {
  min-height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
}
textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
}
textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}

.form-control-color {
  width: 3rem;
  height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
  padding: 0.375rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  border: 0 !important;
  border-radius: var(--bs-border-radius);
}
.form-control-color::-webkit-color-swatch {
  border: 0 !important;
  border-radius: var(--bs-border-radius);
}
.form-control-color.form-control-sm {
  height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
}
.form-control-color.form-control-lg {
  height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}

.form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  appearance: none;
  background-color: var(--bs-body-bg);
  background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}
.form-select:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}
.form-select:disabled {
  background-color: var(--bs-secondary-bg);
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 var(--bs-body-color);
}

.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}

.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}

[data-bs-theme=dark] .form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23dee2e6' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}

.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

.form-check-reverse {
  padding-right: 1.5em;
  padding-left: 0;
  text-align: right;
}
.form-check-reverse .form-check-input {
  float: right;
  margin-right: -1.5em;
  margin-left: 0;
}

.form-check-input {
  --bs-form-check-bg: var(--bs-body-bg);
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  appearance: none;
  background-color: var(--bs-form-check-bg);
  background-image: var(--bs-form-check-bg-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: var(--bs-border-width) solid var(--bs-border-color);
  print-color-adjust: exact;
}
.form-check-input[type=checkbox] {
  border-radius: 0.25em;
}
.form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.form-check-input:checked[type=checkbox] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate {
  background-color: #0d6efd;
  border-color: #0d6efd;
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  cursor: default;
  opacity: 0.5;
}

.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  width: 2em;
  margin-left: -2.5em;
  background-image: var(--bs-form-switch-bg);
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    transition: none;
  }
}
.form-switch .form-check-input:focus {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  background-position: right center;
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.form-switch.form-check-reverse {
  padding-right: 2.5em;
  padding-left: 0;
}
.form-switch.form-check-reverse .form-check-input {
  margin-right: -2.5em;
  margin-left: 0;
}

.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btn-check[disabled] + .btn, .btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

[data-bs-theme=dark] .form-switch .form-check-input:not(:checked):not(:focus) {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 0.25%29'/%3e%3c/svg%3e");
}

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  appearance: none;
  background-color: transparent;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  appearance: none;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: #b6d4fe;
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  appearance: none;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: #b6d4fe;
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: var(--bs-secondary-color);
}
.form-range:disabled::-moz-range-thumb {
  background-color: var(--bs-secondary-color);
}

.form-floating {
  position: relative;
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext,
.form-floating > .form-select {
  height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  min-height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  max-width: 100%;
  height: 100%;
  padding: 1rem 0.75rem;
  overflow: hidden;
  color: rgba(var(--bs-body-color-rgb), 0.65);
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: var(--bs-border-width) solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition: none;
  }
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext {
  padding: 1rem 0.75rem;
}
.form-floating > .form-control::placeholder,
.form-floating > .form-control-plaintext::placeholder {
  color: transparent;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown),
.form-floating > .form-control-plaintext:focus,
.form-floating > .form-control-plaintext:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill,
.form-floating > .form-control-plaintext:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
  padding-left: 0.75rem;
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-select ~ label {
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:-webkit-autofill ~ label {
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > textarea:focus ~ label::after,
.form-floating > textarea:not(:placeholder-shown) ~ label::after {
  position: absolute;
  inset: 1rem 0.375rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: var(--bs-body-bg);
  border-radius: var(--bs-border-radius);
}
.form-floating > textarea:disabled ~ label::after {
  background-color: var(--bs-secondary-bg);
}
.form-floating > .form-control-plaintext ~ label {
  border-width: var(--bs-border-width) 0;
}
.form-floating > :disabled ~ label,
.form-floating > .form-control:disabled ~ label {
  color: #6c757d;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-select,
.input-group > .form-floating {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus,
.input-group > .form-floating:focus-within {
  z-index: 5;
}
.input-group .btn {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus {
  z-index: 5;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-tertiary-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
}

.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}

.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}

.input-group-lg > .form-select,
.input-group-sm > .form-select {
  padding-right: 3rem;
}

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control,
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4),
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-control,
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: calc(-1 * var(--bs-border-width));
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .form-floating:not(:first-child) > .form-control,
.input-group > .form-floating:not(:first-child) > .form-select {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-form-valid-color);
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: var(--bs-success);
  border-radius: var(--bs-border-radius);
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: var(--bs-form-valid-border-color);
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: var(--bs-form-valid-border-color);
}
.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1'/%3e%3c/svg%3e");
  padding-right: 4.125rem;
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}

.was-validated .form-control-color:valid, .form-control-color.is-valid {
  width: calc(3rem + calc(1.5em + 0.75rem));
}

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: var(--bs-form-valid-border-color);
}
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: var(--bs-form-valid-color);
}
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: var(--bs-form-valid-color);
}

.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group > .form-control:not(:focus):valid, .input-group > .form-control:not(:focus).is-valid,
.was-validated .input-group > .form-select:not(:focus):valid,
.input-group > .form-select:not(:focus).is-valid,
.was-validated .input-group > .form-floating:not(:focus-within):valid,
.input-group > .form-floating:not(:focus-within).is-valid {
  z-index: 3;
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-form-invalid-color);
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: var(--bs-danger);
  border-radius: var(--bs-border-radius);
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
}
.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  padding-right: 4.125rem;
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}

.was-validated .form-control-color:invalid, .form-control-color.is-invalid {
  width: calc(3rem + calc(1.5em + 0.75rem));
}

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
}
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: var(--bs-form-invalid-color);
}
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: var(--bs-form-invalid-color);
}

.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group > .form-control:not(:focus):invalid, .input-group > .form-control:not(:focus).is-invalid,
.was-validated .input-group > .form-select:not(:focus):invalid,
.input-group > .form-select:not(:focus).is-invalid,
.was-validated .input-group > .form-floating:not(:focus-within):invalid,
.input-group > .form-floating:not(:focus-within).is-invalid {
  z-index: 4;
}

.btn {
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: var(--bs-body-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-width: var(--bs-border-width);
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: var(--bs-border-radius);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}
.btn-check + .btn:hover {
  color: var(--bs-btn-color);
  background-color: var(--bs-btn-bg);
  border-color: var(--bs-btn-border-color);
}
.btn:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:focus-visible + .btn {
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked + .btn, :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}
.btn-check:checked + .btn:focus-visible, :not(.btn-check) + .btn:active:focus-visible, .btn:first-child:active:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked:focus-visible + .btn {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0b5ed7;
  --bs-btn-hover-border-color: #0a58ca;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0a58ca;
  --bs-btn-active-border-color: #0a53be;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #0d6efd;
  --bs-btn-disabled-border-color: #0d6efd;
}

.btn-secondary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #5c636a;
  --bs-btn-hover-border-color: #565e64;
  --bs-btn-focus-shadow-rgb: 130, 138, 145;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #565e64;
  --bs-btn-active-border-color: #51585e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #6c757d;
  --bs-btn-disabled-border-color: #6c757d;
}

.btn-success {
  --bs-btn-color: #fff;
  --bs-btn-bg: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #157347;
  --bs-btn-hover-border-color: #146c43;
  --bs-btn-focus-shadow-rgb: 60, 153, 110;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #146c43;
  --bs-btn-active-border-color: #13653f;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #198754;
  --bs-btn-disabled-border-color: #198754;
}

.btn-info {
  --bs-btn-color: #000;
  --bs-btn-bg: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #31d2f2;
  --bs-btn-hover-border-color: #25cff2;
  --bs-btn-focus-shadow-rgb: 11, 172, 204;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #3dd5f3;
  --bs-btn-active-border-color: #25cff2;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #0dcaf0;
  --bs-btn-disabled-border-color: #0dcaf0;
}

.btn-warning {
  --bs-btn-color: #000;
  --bs-btn-bg: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffca2c;
  --bs-btn-hover-border-color: #ffc720;
  --bs-btn-focus-shadow-rgb: 217, 164, 6;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffcd39;
  --bs-btn-active-border-color: #ffc720;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #ffc107;
  --bs-btn-disabled-border-color: #ffc107;
}

.btn-danger {
  --bs-btn-color: #fff;
  --bs-btn-bg: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #bb2d3b;
  --bs-btn-hover-border-color: #b02a37;
  --bs-btn-focus-shadow-rgb: 225, 83, 97;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #b02a37;
  --bs-btn-active-border-color: #a52834;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #dc3545;
  --bs-btn-disabled-border-color: #dc3545;
}

.btn-light {
  --bs-btn-color: #000;
  --bs-btn-bg: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #d3d4d5;
  --bs-btn-hover-border-color: #c6c7c8;
  --bs-btn-focus-shadow-rgb: 211, 212, 213;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #c6c7c8;
  --bs-btn-active-border-color: #babbbc;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #f8f9fa;
  --bs-btn-disabled-border-color: #f8f9fa;
}

.btn-dark {
  --bs-btn-color: #fff;
  --bs-btn-bg: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #424649;
  --bs-btn-hover-border-color: #373b3e;
  --bs-btn-focus-shadow-rgb: 66, 70, 73;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #4d5154;
  --bs-btn-active-border-color: #373b3e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #212529;
  --bs-btn-disabled-border-color: #212529;
}

.btn-outline-primary {
  --bs-btn-color: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0d6efd;
  --bs-btn-hover-border-color: #0d6efd;
  --bs-btn-focus-shadow-rgb: 13, 110, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0d6efd;
  --bs-btn-active-border-color: #0d6efd;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0d6efd;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0d6efd;
  --bs-gradient: none;
}

.btn-outline-secondary {
  --bs-btn-color: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #6c757d;
  --bs-btn-hover-border-color: #6c757d;
  --bs-btn-focus-shadow-rgb: 108, 117, 125;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #6c757d;
  --bs-btn-active-border-color: #6c757d;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #6c757d;
  --bs-gradient: none;
}

.btn-outline-success {
  --bs-btn-color: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #198754;
  --bs-btn-hover-border-color: #198754;
  --bs-btn-focus-shadow-rgb: 25, 135, 84;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #198754;
  --bs-btn-active-border-color: #198754;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #198754;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #198754;
  --bs-gradient: none;
}

.btn-outline-info {
  --bs-btn-color: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #0dcaf0;
  --bs-btn-hover-border-color: #0dcaf0;
  --bs-btn-focus-shadow-rgb: 13, 202, 240;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #0dcaf0;
  --bs-btn-active-border-color: #0dcaf0;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0dcaf0;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0dcaf0;
  --bs-gradient: none;
}

.btn-outline-warning {
  --bs-btn-color: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffc107;
  --bs-btn-hover-border-color: #ffc107;
  --bs-btn-focus-shadow-rgb: 255, 193, 7;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffc107;
  --bs-btn-active-border-color: #ffc107;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffc107;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ffc107;
  --bs-gradient: none;
}

.btn-outline-danger {
  --bs-btn-color: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #dc3545;
  --bs-btn-hover-border-color: #dc3545;
  --bs-btn-focus-shadow-rgb: 220, 53, 69;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #dc3545;
  --bs-btn-active-border-color: #dc3545;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #dc3545;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #dc3545;
  --bs-gradient: none;
}

.btn-outline-light {
  --bs-btn-color: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f8f9fa;
  --bs-btn-hover-border-color: #f8f9fa;
  --bs-btn-focus-shadow-rgb: 248, 249, 250;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f8f9fa;
  --bs-btn-active-border-color: #f8f9fa;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #f8f9fa;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #f8f9fa;
  --bs-gradient: none;
}

.btn-outline-dark {
  --bs-btn-color: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #212529;
  --bs-btn-hover-border-color: #212529;
  --bs-btn-focus-shadow-rgb: 33, 37, 41;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #212529;
  --bs-btn-active-border-color: #212529;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #212529;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #212529;
  --bs-gradient: none;
}

.btn-link {
  --bs-btn-font-weight: 400;
  --bs-btn-color: var(--bs-link-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: var(--bs-link-hover-color);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-active-color: var(--bs-link-hover-color);
  --bs-btn-active-border-color: transparent;
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-border-color: transparent;
  --bs-btn-box-shadow: 0 0 0 #000;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  text-decoration: underline;
}
.btn-link:focus-visible {
  color: var(--bs-btn-color);
}
.btn-link:hover {
  color: var(--bs-btn-hover-color);
}

.btn-lg, .btn-group-lg > .btn {
  --bs-btn-padding-y: 0.5rem;
  --bs-btn-padding-x: 1rem;
  --bs-btn-font-size: 1.25rem;
  --bs-btn-border-radius: var(--bs-border-radius-lg);
}

.btn-sm, .btn-group-sm > .btn {
  --bs-btn-padding-y: 0.25rem;
  --bs-btn-padding-x: 0.5rem;
  --bs-btn-font-size: 0.875rem;
  --bs-btn-border-radius: var(--bs-border-radius-sm);
}

.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    transition: none;
  }
}

.dropup,
.dropend,
.dropdown,
.dropstart,
.dropup-center,
.dropdown-center {
  position: relative;
}

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

.dropdown-menu {
  --bs-dropdown-zindex: 1000;
  --bs-dropdown-min-width: 10rem;
  --bs-dropdown-padding-x: 0;
  --bs-dropdown-padding-y: 0.5rem;
  --bs-dropdown-spacer: 0.125rem;
  --bs-dropdown-font-size: 1rem;
  --bs-dropdown-color: var(--bs-body-color);
  --bs-dropdown-bg: var(--bs-body-bg);
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-border-radius: var(--bs-border-radius);
  --bs-dropdown-border-width: var(--bs-border-width);
  --bs-dropdown-inner-border-radius: calc(var(--bs-border-radius) - var(--bs-border-width));
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-divider-margin-y: 0.5rem;
  --bs-dropdown-box-shadow: var(--bs-box-shadow);
  --bs-dropdown-link-color: var(--bs-body-color);
  --bs-dropdown-link-hover-color: var(--bs-body-color);
  --bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
  --bs-dropdown-item-padding-x: 1rem;
  --bs-dropdown-item-padding-y: 0.25rem;
  --bs-dropdown-header-color: #6c757d;
  --bs-dropdown-header-padding-x: 1rem;
  --bs-dropdown-header-padding-y: 0.5rem;
  position: absolute;
  z-index: var(--bs-dropdown-zindex);
  display: none;
  min-width: var(--bs-dropdown-min-width);
  padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
  margin: 0;
  font-size: var(--bs-dropdown-font-size);
  color: var(--bs-dropdown-color);
  text-align: left;
  list-style: none;
  background-color: var(--bs-dropdown-bg);
  background-clip: padding-box;
  border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
  border-radius: var(--bs-dropdown-border-radius);
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: var(--bs-dropdown-spacer);
}

.dropdown-menu-start {
  --bs-position: start;
}
.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}

.dropdown-menu-end {
  --bs-position: end;
}
.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-end {
    --bs-position: end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: var(--bs-dropdown-spacer);
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: var(--bs-dropdown-spacer);
}
.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}

.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: var(--bs-dropdown-spacer);
}
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropstart .dropdown-toggle::after {
  display: none;
}
.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-divider {
  height: 0;
  margin: var(--bs-dropdown-divider-margin-y) 0;
  overflow: hidden;
  border-top: 1px solid var(--bs-dropdown-divider-bg);
  opacity: 1;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  clear: both;
  font-weight: 400;
  color: var(--bs-dropdown-link-color);
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  border-radius: var(--bs-dropdown-item-border-radius, 0);
}
.dropdown-item:hover, .dropdown-item:focus {
  color: var(--bs-dropdown-link-hover-color);
  background-color: var(--bs-dropdown-link-hover-bg);
}
.dropdown-item.active, .dropdown-item:active {
  color: var(--bs-dropdown-link-active-color);
  text-decoration: none;
  background-color: var(--bs-dropdown-link-active-bg);
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: var(--bs-dropdown-link-disabled-color);
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
  margin-bottom: 0;
  font-size: 0.875rem;
  color: var(--bs-dropdown-header-color);
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  color: var(--bs-dropdown-link-color);
}

.dropdown-menu-dark {
  --bs-dropdown-color: #dee2e6;
  --bs-dropdown-bg: #343a40;
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-box-shadow: ;
  --bs-dropdown-link-color: #dee2e6;
  --bs-dropdown-link-hover-color: #fff;
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: #adb5bd;
  --bs-dropdown-header-color: #adb5bd;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn-check:checked + .btn,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:focus + .btn,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

.btn-group {
  border-radius: var(--bs-border-radius);
}
.btn-group > :not(.btn-check:first-child) + .btn,
.btn-group > .btn-group:not(:first-child) {
  margin-left: calc(-1 * var(--bs-border-width));
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn.dropdown-toggle-split:first-child,
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:nth-child(n+3),
.btn-group > :not(.btn-check) + .btn,
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropend .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: calc(-1 * var(--bs-border-width));
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:nth-child(n+3),
.btn-group-vertical > :not(.btn-check) + .btn,
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  text-decoration: none;
  background: none;
  border: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: var(--bs-nav-link-hover-color);
}
.nav-link:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.nav-link.disabled, .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  --bs-nav-tabs-border-width: var(--bs-border-width);
  --bs-nav-tabs-border-color: var(--bs-border-color);
  --bs-nav-tabs-border-radius: var(--bs-border-radius);
  --bs-nav-tabs-link-hover-border-color: var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);
  --bs-nav-tabs-link-active-color: var(--bs-emphasis-color);
  --bs-nav-tabs-link-active-bg: var(--bs-body-bg);
  --bs-nav-tabs-link-active-border-color: var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);
  border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
}
.nav-tabs .nav-link {
  margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
  border: var(--bs-nav-tabs-border-width) solid transparent;
  border-top-left-radius: var(--bs-nav-tabs-border-radius);
  border-top-right-radius: var(--bs-nav-tabs-border-radius);
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: var(--bs-nav-tabs-link-hover-border-color);
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: var(--bs-nav-tabs-link-active-color);
  background-color: var(--bs-nav-tabs-link-active-bg);
  border-color: var(--bs-nav-tabs-link-active-border-color);
}
.nav-tabs .dropdown-menu {
  margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills {
  --bs-nav-pills-border-radius: var(--bs-border-radius);
  --bs-nav-pills-link-active-color: #fff;
  --bs-nav-pills-link-active-bg: #0d6efd;
}
.nav-pills .nav-link {
  border-radius: var(--bs-nav-pills-border-radius);
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: var(--bs-nav-pills-link-active-bg);
}

.nav-underline {
  --bs-nav-underline-gap: 1rem;
  --bs-nav-underline-border-width: 0.125rem;
  --bs-nav-underline-link-active-color: var(--bs-emphasis-color);
  gap: var(--bs-nav-underline-gap);
}
.nav-underline .nav-link {
  padding-right: 0;
  padding-left: 0;
  border-bottom: var(--bs-nav-underline-border-width) solid transparent;
}
.nav-underline .nav-link:hover, .nav-underline .nav-link:focus {
  border-bottom-color: currentcolor;
}
.nav-underline .nav-link.active,
.nav-underline .show > .nav-link {
  font-weight: 700;
  color: var(--bs-nav-underline-link-active-color);
  border-bottom-color: currentcolor;
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-grow: 1;
  flex-basis: 0;
  text-align: center;
}

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.navbar {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0.5rem;
  --bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), 0.65);
  --bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), 0.8);
  --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), 0.3);
  --bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-padding-y: 0.3125rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 1.25rem;
  --bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-nav-link-padding-x: 0.5rem;
  --bs-navbar-toggler-padding-y: 0.25rem;
  --bs-navbar-toggler-padding-x: 0.75rem;
  --bs-navbar-toggler-font-size: 1.25rem;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), 0.15);
  --bs-navbar-toggler-border-radius: var(--bs-border-radius);
  --bs-navbar-toggler-focus-width: 0.25rem;
  --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl,
.navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: var(--bs-navbar-brand-padding-y);
  padding-bottom: var(--bs-navbar-brand-padding-y);
  margin-right: var(--bs-navbar-brand-margin-end);
  font-size: var(--bs-navbar-brand-font-size);
  color: var(--bs-navbar-brand-color);
  text-decoration: none;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  color: var(--bs-navbar-brand-hover-color);
}

.navbar-nav {
  --bs-nav-link-padding-x: 0;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-navbar-color);
  --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
  --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: var(--bs-navbar-active-color);
}
.navbar-nav .dropdown-menu {
  position: static;
}

.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-navbar-color);
}
.navbar-text a,
.navbar-text a:hover,
.navbar-text a:focus {
  color: var(--bs-navbar-active-color);
}

.navbar-collapse {
  flex-grow: 1;
  flex-basis: 100%;
  align-items: center;
}

.navbar-toggler {
  padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
  font-size: var(--bs-navbar-toggler-font-size);
  line-height: 1;
  color: var(--bs-navbar-color);
  background-color: transparent;
  border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
  border-radius: var(--bs-navbar-toggler-border-radius);
  transition: var(--bs-navbar-toggler-transition);
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: var(--bs-navbar-toggler-icon-bg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .navbar-expand-sm .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-sm .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-sm .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  .navbar-expand-md .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-md .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-md .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .navbar-expand-lg .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-xl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1400px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xxl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-xxl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xxl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: var(--bs-navbar-nav-link-padding-x);
  padding-left: var(--bs-navbar-nav-link-padding-x);
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-expand .offcanvas {
  position: static;
  z-index: auto;
  flex-grow: 1;
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
  background-color: transparent !important;
  border: 0 !important;
  transform: none !important;
  transition: none;
}
.navbar-expand .offcanvas .offcanvas-header {
  display: none;
}
.navbar-expand .offcanvas .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}

.navbar-dark,
.navbar[data-bs-theme=dark] {
  --bs-navbar-color: rgba(255, 255, 255, 0.55);
  --bs-navbar-hover-color: rgba(255, 255, 255, 0.75);
  --bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);
  --bs-navbar-active-color: #fff;
  --bs-navbar-brand-color: #fff;
  --bs-navbar-brand-hover-color: #fff;
  --bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

[data-bs-theme=dark] .navbar-toggler-icon {
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.card {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-title-color: ;
  --bs-card-subtitle-color: ;
  --bs-card-border-width: var(--bs-border-width);
  --bs-card-border-color: var(--bs-border-color-translucent);
  --bs-card-border-radius: var(--bs-border-radius);
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-card-cap-padding-y: 0.5rem;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg: var(--bs-body-bg);
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 0.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  color: var(--bs-body-color);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
  color: var(--bs-card-color);
}

.card-title {
  margin-bottom: var(--bs-card-title-spacer-y);
  color: var(--bs-card-title-color);
}

.card-subtitle {
  margin-top: calc(-0.5 * var(--bs-card-title-spacer-y));
  margin-bottom: 0;
  color: var(--bs-card-subtitle-color);
}

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

.card-link + .card-link {
  margin-left: var(--bs-card-spacer-x);
}

.card-header {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  margin-bottom: 0;
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-header:first-child {
  border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0;
}

.card-footer {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-top: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-footer:last-child {
  border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius);
}

.card-header-tabs {
  margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
  margin-bottom: calc(-1 * var(--bs-card-cap-padding-y));
  margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
  border-bottom: 0;
}
.card-header-tabs .nav-link.active {
  background-color: var(--bs-card-bg);
  border-bottom-color: var(--bs-card-bg);
}

.card-header-pills {
  margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
  margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: var(--bs-card-img-overlay-padding);
  border-radius: var(--bs-card-inner-border-radius);
}

.card-img,
.card-img-top,
.card-img-bottom {
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}

.card-group > .card {
  margin-bottom: var(--bs-card-group-margin);
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) > .card-img-top,
  .card-group > .card:not(:last-child) > .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) > .card-img-bottom,
  .card-group > .card:not(:last-child) > .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) > .card-img-top,
  .card-group > .card:not(:first-child) > .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) > .card-img-bottom,
  .card-group > .card:not(:first-child) > .card-footer {
    border-bottom-left-radius: 0;
  }
}

.accordion {
  --bs-accordion-color: var(--bs-body-color);
  --bs-accordion-bg: var(--bs-body-bg);
  --bs-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
  --bs-accordion-border-color: var(--bs-border-color);
  --bs-accordion-border-width: var(--bs-border-width);
  --bs-accordion-border-radius: var(--bs-border-radius);
  --bs-accordion-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-accordion-btn-padding-x: 1.25rem;
  --bs-accordion-btn-padding-y: 1rem;
  --bs-accordion-btn-color: var(--bs-body-color);
  --bs-accordion-btn-bg: var(--bs-accordion-bg);
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23212529' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  --bs-accordion-btn-icon-width: 1.25rem;
  --bs-accordion-btn-icon-transform: rotate(-180deg);
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23052c65' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: var(--bs-primary-text-emphasis);
  --bs-accordion-active-bg: var(--bs-primary-bg-subtle);
}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
  font-size: 1rem;
  color: var(--bs-accordion-btn-color);
  text-align: left;
  background-color: var(--bs-accordion-btn-bg);
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: var(--bs-accordion-transition);
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: var(--bs-accordion-active-color);
  background-color: var(--bs-accordion-active-bg);
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}
.accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-active-icon);
  transform: var(--bs-accordion-btn-icon-transform);
}
.accordion-button::after {
  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  margin-left: auto;
  content: "";
  background-image: var(--bs-accordion-btn-icon);
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition);
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  outline: 0;
  box-shadow: var(--bs-accordion-btn-focus-box-shadow);
}

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

.accordion-item {
  color: var(--bs-accordion-color);
  background-color: var(--bs-accordion-bg);
  border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
}
.accordion-item:first-of-type {
  border-top-left-radius: var(--bs-accordion-border-radius);
  border-top-right-radius: var(--bs-accordion-border-radius);
}
.accordion-item:first-of-type > .accordion-header .accordion-button {
  border-top-left-radius: var(--bs-accordion-inner-border-radius);
  border-top-right-radius: var(--bs-accordion-inner-border-radius);
}
.accordion-item:not(:first-of-type) {
  border-top: 0;
}
.accordion-item:last-of-type {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}
.accordion-item:last-of-type > .accordion-header .accordion-button.collapsed {
  border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
  border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
}
.accordion-item:last-of-type > .accordion-collapse {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}

.accordion-body {
  padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
}

.accordion-flush > .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.accordion-flush > .accordion-item:first-child {
  border-top: 0;
}
.accordion-flush > .accordion-item:last-child {
  border-bottom: 0;
}
.accordion-flush > .accordion-item > .accordion-collapse,
.accordion-flush > .accordion-item > .accordion-header .accordion-button,
.accordion-flush > .accordion-item > .accordion-header .accordion-button.collapsed {
  border-radius: 0;
}

[data-bs-theme=dark] .accordion-button::after {
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236ea8fe'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e");
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236ea8fe'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e");
}

.breadcrumb {
  --bs-breadcrumb-padding-x: 0;
  --bs-breadcrumb-padding-y: 0;
  --bs-breadcrumb-margin-bottom: 1rem;
  --bs-breadcrumb-bg: ;
  --bs-breadcrumb-border-radius: ;
  --bs-breadcrumb-divider-color: var(--bs-secondary-color);
  --bs-breadcrumb-item-padding-x: 0.5rem;
  --bs-breadcrumb-item-active-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
  margin-bottom: var(--bs-breadcrumb-margin-bottom);
  font-size: var(--bs-breadcrumb-font-size);
  list-style: none;
  background-color: var(--bs-breadcrumb-bg);
  border-radius: var(--bs-breadcrumb-border-radius);
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: var(--bs-breadcrumb-item-padding-x);
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: var(--bs-breadcrumb-item-padding-x);
  color: var(--bs-breadcrumb-divider-color);
  content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */;
}
.breadcrumb-item.active {
  color: var(--bs-breadcrumb-item-active-color);
}

.pagination {
  --bs-pagination-padding-x: 0.75rem;
  --bs-pagination-padding-y: 0.375rem;
  --bs-pagination-font-size: 1rem;
  --bs-pagination-color: var(--bs-link-color);
  --bs-pagination-bg: var(--bs-body-bg);
  --bs-pagination-border-width: var(--bs-border-width);
  --bs-pagination-border-color: var(--bs-border-color);
  --bs-pagination-border-radius: var(--bs-border-radius);
  --bs-pagination-hover-color: var(--bs-link-hover-color);
  --bs-pagination-hover-bg: var(--bs-tertiary-bg);
  --bs-pagination-hover-border-color: var(--bs-border-color);
  --bs-pagination-focus-color: var(--bs-link-hover-color);
  --bs-pagination-focus-bg: var(--bs-secondary-bg);
  --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-pagination-active-color: #fff;
  --bs-pagination-active-bg: #0d6efd;
  --bs-pagination-active-border-color: #0d6efd;
  --bs-pagination-disabled-color: var(--bs-secondary-color);
  --bs-pagination-disabled-bg: var(--bs-secondary-bg);
  --bs-pagination-disabled-border-color: var(--bs-border-color);
  display: flex;
  padding-left: 0;
  list-style: none;
}

.page-link {
  position: relative;
  display: block;
  padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
  font-size: var(--bs-pagination-font-size);
  color: var(--bs-pagination-color);
  text-decoration: none;
  background-color: var(--bs-pagination-bg);
  border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .page-link {
    transition: none;
  }
}
.page-link:hover {
  z-index: 2;
  color: var(--bs-pagination-hover-color);
  background-color: var(--bs-pagination-hover-bg);
  border-color: var(--bs-pagination-hover-border-color);
}
.page-link:focus {
  z-index: 3;
  color: var(--bs-pagination-focus-color);
  background-color: var(--bs-pagination-focus-bg);
  outline: 0;
  box-shadow: var(--bs-pagination-focus-box-shadow);
}
.page-link.active, .active > .page-link {
  z-index: 3;
  color: var(--bs-pagination-active-color);
  background-color: var(--bs-pagination-active-bg);
  border-color: var(--bs-pagination-active-border-color);
}
.page-link.disabled, .disabled > .page-link {
  color: var(--bs-pagination-disabled-color);
  pointer-events: none;
  background-color: var(--bs-pagination-disabled-bg);
  border-color: var(--bs-pagination-disabled-border-color);
}

.page-item:not(:first-child) .page-link {
  margin-left: calc(-1 * var(--bs-border-width));
}
.page-item:first-child .page-link {
  border-top-left-radius: var(--bs-pagination-border-radius);
  border-bottom-left-radius: var(--bs-pagination-border-radius);
}
.page-item:last-child .page-link {
  border-top-right-radius: var(--bs-pagination-border-radius);
  border-bottom-right-radius: var(--bs-pagination-border-radius);
}

.pagination-lg {
  --bs-pagination-padding-x: 1.5rem;
  --bs-pagination-padding-y: 0.75rem;
  --bs-pagination-font-size: 1.25rem;
  --bs-pagination-border-radius: var(--bs-border-radius-lg);
}

.pagination-sm {
  --bs-pagination-padding-x: 0.5rem;
  --bs-pagination-padding-y: 0.25rem;
  --bs-pagination-font-size: 0.875rem;
  --bs-pagination-border-radius: var(--bs-border-radius-sm);
}

.badge {
  --bs-badge-padding-x: 0.65em;
  --bs-badge-padding-y: 0.35em;
  --bs-badge-font-size: 0.75em;
  --bs-badge-font-weight: 700;
  --bs-badge-color: #fff;
  --bs-badge-border-radius: var(--bs-border-radius);
  display: inline-block;
  padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
  font-size: var(--bs-badge-font-size);
  font-weight: var(--bs-badge-font-weight);
  line-height: 1;
  color: var(--bs-badge-color);
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: var(--bs-badge-border-radius);
}
.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.alert {
  --bs-alert-bg: transparent;
  --bs-alert-padding-x: 1rem;
  --bs-alert-padding-y: 1rem;
  --bs-alert-margin-bottom: 1rem;
  --bs-alert-color: inherit;
  --bs-alert-border-color: transparent;
  --bs-alert-border: var(--bs-border-width) solid var(--bs-alert-border-color);
  --bs-alert-border-radius: var(--bs-border-radius);
  --bs-alert-link-color: inherit;
  position: relative;
  padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
  margin-bottom: var(--bs-alert-margin-bottom);
  color: var(--bs-alert-color);
  background-color: var(--bs-alert-bg);
  border: var(--bs-alert-border);
  border-radius: var(--bs-alert-border-radius);
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
  color: var(--bs-alert-link-color);
}

.alert-dismissible {
  padding-right: 3rem;
}
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}

.alert-primary {
  --bs-alert-color: var(--bs-primary-text-emphasis);
  --bs-alert-bg: var(--bs-primary-bg-subtle);
  --bs-alert-border-color: var(--bs-primary-border-subtle);
  --bs-alert-link-color: var(--bs-primary-text-emphasis);
}

.alert-secondary {
  --bs-alert-color: var(--bs-secondary-text-emphasis);
  --bs-alert-bg: var(--bs-secondary-bg-subtle);
  --bs-alert-border-color: var(--bs-secondary-border-subtle);
  --bs-alert-link-color: var(--bs-secondary-text-emphasis);
}

.alert-success {
  --bs-alert-color: var(--bs-success-text-emphasis);
  --bs-alert-bg: var(--bs-success-bg-subtle);
  --bs-alert-border-color: var(--bs-success-border-subtle);
  --bs-alert-link-color: var(--bs-success-text-emphasis);
}

.alert-info {
  --bs-alert-color: var(--bs-info-text-emphasis);
  --bs-alert-bg: var(--bs-info-bg-subtle);
  --bs-alert-border-color: var(--bs-info-border-subtle);
  --bs-alert-link-color: var(--bs-info-text-emphasis);
}

.alert-warning {
  --bs-alert-color: var(--bs-warning-text-emphasis);
  --bs-alert-bg: var(--bs-warning-bg-subtle);
  --bs-alert-border-color: var(--bs-warning-border-subtle);
  --bs-alert-link-color: var(--bs-warning-text-emphasis);
}

.alert-danger {
  --bs-alert-color: var(--bs-danger-text-emphasis);
  --bs-alert-bg: var(--bs-danger-bg-subtle);
  --bs-alert-border-color: var(--bs-danger-border-subtle);
  --bs-alert-link-color: var(--bs-danger-text-emphasis);
}

.alert-light {
  --bs-alert-color: var(--bs-light-text-emphasis);
  --bs-alert-bg: var(--bs-light-bg-subtle);
  --bs-alert-border-color: var(--bs-light-border-subtle);
  --bs-alert-link-color: var(--bs-light-text-emphasis);
}

.alert-dark {
  --bs-alert-color: var(--bs-dark-text-emphasis);
  --bs-alert-bg: var(--bs-dark-bg-subtle);
  --bs-alert-border-color: var(--bs-dark-border-subtle);
  --bs-alert-link-color: var(--bs-dark-text-emphasis);
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: var(--bs-progress-height);
  }
}
.progress,
.progress-stacked {
  --bs-progress-height: 1rem;
  --bs-progress-font-size: 0.75rem;
  --bs-progress-bg: var(--bs-secondary-bg);
  --bs-progress-border-radius: var(--bs-border-radius);
  --bs-progress-box-shadow: var(--bs-box-shadow-inset);
  --bs-progress-bar-color: #fff;
  --bs-progress-bar-bg: #0d6efd;
  --bs-progress-bar-transition: width 0.6s ease;
  display: flex;
  height: var(--bs-progress-height);
  overflow: hidden;
  font-size: var(--bs-progress-font-size);
  background-color: var(--bs-progress-bg);
  border-radius: var(--bs-progress-border-radius);
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: var(--bs-progress-bar-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-progress-bar-bg);
  transition: var(--bs-progress-bar-transition);
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: var(--bs-progress-height) var(--bs-progress-height);
}

.progress-stacked > .progress {
  overflow: visible;
}

.progress-stacked > .progress > .progress-bar {
  width: 100%;
}

.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}

.list-group {
  --bs-list-group-color: var(--bs-body-color);
  --bs-list-group-bg: var(--bs-body-bg);
  --bs-list-group-border-color: var(--bs-border-color);
  --bs-list-group-border-width: var(--bs-border-width);
  --bs-list-group-border-radius: var(--bs-border-radius);
  --bs-list-group-item-padding-x: 1rem;
  --bs-list-group-item-padding-y: 0.5rem;
  --bs-list-group-action-color: var(--bs-secondary-color);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-tertiary-bg);
  --bs-list-group-action-active-color: var(--bs-body-color);
  --bs-list-group-action-active-bg: var(--bs-secondary-bg);
  --bs-list-group-disabled-color: var(--bs-secondary-color);
  --bs-list-group-disabled-bg: var(--bs-body-bg);
  --bs-list-group-active-color: #fff;
  --bs-list-group-active-bg: #0d6efd;
  --bs-list-group-active-border-color: #0d6efd;
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: var(--bs-list-group-border-radius);
}

.list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}
.list-group-numbered > .list-group-item::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}

.list-group-item {
  position: relative;
  display: block;
  padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
  color: var(--bs-list-group-color);
  text-decoration: none;
  background-color: var(--bs-list-group-bg);
  border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: var(--bs-list-group-disabled-color);
  pointer-events: none;
  background-color: var(--bs-list-group-disabled-bg);
}
.list-group-item.active {
  z-index: 2;
  color: var(--bs-list-group-active-color);
  background-color: var(--bs-list-group-active-bg);
  border-color: var(--bs-list-group-active-border-color);
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: calc(-1 * var(--bs-list-group-border-width));
  border-top-width: var(--bs-list-group-border-width);
}

.list-group-item-action {
  width: 100%;
  color: var(--bs-list-group-action-color);
  text-align: inherit;
}
.list-group-item-action:not(.active):hover, .list-group-item-action:not(.active):focus {
  z-index: 1;
  color: var(--bs-list-group-action-hover-color);
  text-decoration: none;
  background-color: var(--bs-list-group-action-hover-bg);
}
.list-group-item-action:not(.active):active {
  color: var(--bs-list-group-action-active-color);
  background-color: var(--bs-list-group-action-active-bg);
}

.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child:not(:last-child) {
  border-bottom-left-radius: var(--bs-list-group-border-radius);
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child:not(:first-child) {
  border-top-right-radius: var(--bs-list-group-border-radius);
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: var(--bs-list-group-border-width);
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: calc(-1 * var(--bs-list-group-border-width));
  border-left-width: var(--bs-list-group-border-width);
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 1400px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 var(--bs-list-group-border-width);
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  --bs-list-group-color: var(--bs-primary-text-emphasis);
  --bs-list-group-bg: var(--bs-primary-bg-subtle);
  --bs-list-group-border-color: var(--bs-primary-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-primary-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-primary-border-subtle);
  --bs-list-group-active-color: var(--bs-primary-bg-subtle);
  --bs-list-group-active-bg: var(--bs-primary-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-primary-text-emphasis);
}

.list-group-item-secondary {
  --bs-list-group-color: var(--bs-secondary-text-emphasis);
  --bs-list-group-bg: var(--bs-secondary-bg-subtle);
  --bs-list-group-border-color: var(--bs-secondary-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-secondary-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-secondary-border-subtle);
  --bs-list-group-active-color: var(--bs-secondary-bg-subtle);
  --bs-list-group-active-bg: var(--bs-secondary-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-secondary-text-emphasis);
}

.list-group-item-success {
  --bs-list-group-color: var(--bs-success-text-emphasis);
  --bs-list-group-bg: var(--bs-success-bg-subtle);
  --bs-list-group-border-color: var(--bs-success-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-success-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-success-border-subtle);
  --bs-list-group-active-color: var(--bs-success-bg-subtle);
  --bs-list-group-active-bg: var(--bs-success-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-success-text-emphasis);
}

.list-group-item-info {
  --bs-list-group-color: var(--bs-info-text-emphasis);
  --bs-list-group-bg: var(--bs-info-bg-subtle);
  --bs-list-group-border-color: var(--bs-info-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-info-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-info-border-subtle);
  --bs-list-group-active-color: var(--bs-info-bg-subtle);
  --bs-list-group-active-bg: var(--bs-info-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-info-text-emphasis);
}

.list-group-item-warning {
  --bs-list-group-color: var(--bs-warning-text-emphasis);
  --bs-list-group-bg: var(--bs-warning-bg-subtle);
  --bs-list-group-border-color: var(--bs-warning-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-warning-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-warning-border-subtle);
  --bs-list-group-active-color: var(--bs-warning-bg-subtle);
  --bs-list-group-active-bg: var(--bs-warning-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-warning-text-emphasis);
}

.list-group-item-danger {
  --bs-list-group-color: var(--bs-danger-text-emphasis);
  --bs-list-group-bg: var(--bs-danger-bg-subtle);
  --bs-list-group-border-color: var(--bs-danger-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-danger-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-danger-border-subtle);
  --bs-list-group-active-color: var(--bs-danger-bg-subtle);
  --bs-list-group-active-bg: var(--bs-danger-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-danger-text-emphasis);
}

.list-group-item-light {
  --bs-list-group-color: var(--bs-light-text-emphasis);
  --bs-list-group-bg: var(--bs-light-bg-subtle);
  --bs-list-group-border-color: var(--bs-light-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-light-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-light-border-subtle);
  --bs-list-group-active-color: var(--bs-light-bg-subtle);
  --bs-list-group-active-bg: var(--bs-light-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-light-text-emphasis);
}

.list-group-item-dark {
  --bs-list-group-color: var(--bs-dark-text-emphasis);
  --bs-list-group-bg: var(--bs-dark-bg-subtle);
  --bs-list-group-border-color: var(--bs-dark-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-dark-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-dark-border-subtle);
  --bs-list-group-active-color: var(--bs-dark-bg-subtle);
  --bs-list-group-active-bg: var(--bs-dark-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-dark-text-emphasis);
}

.btn-close {
  --bs-btn-close-color: #000;
  --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414'/%3e%3c/svg%3e");
  --bs-btn-close-opacity: 0.5;
  --bs-btn-close-hover-opacity: 0.75;
  --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-btn-close-focus-opacity: 1;
  --bs-btn-close-disabled-opacity: 0.25;
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: var(--bs-btn-close-color);
  background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
  filter: var(--bs-btn-close-filter);
  border: 0;
  border-radius: 0.375rem;
  opacity: var(--bs-btn-close-opacity);
}
.btn-close:hover {
  color: var(--bs-btn-close-color);
  text-decoration: none;
  opacity: var(--bs-btn-close-hover-opacity);
}
.btn-close:focus {
  outline: 0;
  box-shadow: var(--bs-btn-close-focus-shadow);
  opacity: var(--bs-btn-close-focus-opacity);
}
.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  -webkit-user-select: none;
          user-select: none;
  opacity: var(--bs-btn-close-disabled-opacity);
}

.btn-close-white {
  --bs-btn-close-filter: invert(1) grayscale(100%) brightness(200%);
}

:root,
[data-bs-theme=light] {
  --bs-btn-close-filter: ;
}

[data-bs-theme=dark] {
  --bs-btn-close-filter: invert(1) grayscale(100%) brightness(200%);
}

.toast {
  --bs-toast-zindex: 1090;
  --bs-toast-padding-x: 0.75rem;
  --bs-toast-padding-y: 0.5rem;
  --bs-toast-spacing: 1.5rem;
  --bs-toast-max-width: 350px;
  --bs-toast-font-size: 0.875rem;
  --bs-toast-color: ;
  --bs-toast-bg: rgba(var(--bs-body-bg-rgb), 0.85);
  --bs-toast-border-width: var(--bs-border-width);
  --bs-toast-border-color: var(--bs-border-color-translucent);
  --bs-toast-border-radius: var(--bs-border-radius);
  --bs-toast-box-shadow: var(--bs-box-shadow);
  --bs-toast-header-color: var(--bs-secondary-color);
  --bs-toast-header-bg: rgba(var(--bs-body-bg-rgb), 0.85);
  --bs-toast-header-border-color: var(--bs-border-color-translucent);
  width: var(--bs-toast-max-width);
  max-width: 100%;
  font-size: var(--bs-toast-font-size);
  color: var(--bs-toast-color);
  pointer-events: auto;
  background-color: var(--bs-toast-bg);
  background-clip: padding-box;
  border: var(--bs-toast-border-width) solid var(--bs-toast-border-color);
  box-shadow: var(--bs-toast-box-shadow);
  border-radius: var(--bs-toast-border-radius);
}
.toast.showing {
  opacity: 0;
}
.toast:not(.show) {
  display: none;
}

.toast-container {
  --bs-toast-zindex: 1090;
  position: absolute;
  z-index: var(--bs-toast-zindex);
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}
.toast-container > :not(:last-child) {
  margin-bottom: var(--bs-toast-spacing);
}

.toast-header {
  display: flex;
  align-items: center;
  padding: var(--bs-toast-padding-y) var(--bs-toast-padding-x);
  color: var(--bs-toast-header-color);
  background-color: var(--bs-toast-header-bg);
  background-clip: padding-box;
  border-bottom: var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);
  border-top-left-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
  border-top-right-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
}
.toast-header .btn-close {
  margin-right: calc(-0.5 * var(--bs-toast-padding-x));
  margin-left: var(--bs-toast-padding-x);
}

.toast-body {
  padding: var(--bs-toast-padding-x);
  word-wrap: break-word;
}

.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: var(--bs-body-color);
  --bs-modal-bg: var(--bs-body-bg);
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: var(--bs-border-width);
  --bs-modal-border-radius: var(--bs-border-radius-lg);
  --bs-modal-box-shadow: var(--bs-box-shadow-sm);
  --bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));
  --bs-modal-header-padding-x: 1rem;
  --bs-modal-header-padding-y: 1rem;
  --bs-modal-header-padding: 1rem 1rem;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: var(--bs-border-width);
  --bs-modal-title-line-height: 1.5;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: var(--bs-border-width);
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: var(--bs-modal-margin);
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transform: translate(0, -50px);
  transition: transform 0.3s ease-out;
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  height: calc(100% - var(--bs-modal-margin) * 2);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - var(--bs-modal-margin) * 2);
}

.modal-content {
  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;
}

.modal-backdrop {
  --bs-backdrop-zindex: 1050;
  --bs-backdrop-bg: #000;
  --bs-backdrop-opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--bs-backdrop-bg);
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: var(--bs-backdrop-opacity);
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  padding: var(--bs-modal-header-padding);
  border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius);
}
.modal-header .btn-close {
  padding: calc(var(--bs-modal-header-padding-y) * 0.5) calc(var(--bs-modal-header-padding-x) * 0.5);
  margin-top: calc(-0.5 * var(--bs-modal-header-padding-y));
  margin-right: calc(-0.5 * var(--bs-modal-header-padding-x));
  margin-bottom: calc(-0.5 * var(--bs-modal-header-padding-y));
  margin-left: auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: var(--bs-modal-title-line-height);
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: var(--bs-modal-padding);
}

.modal-footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * 0.5);
  background-color: var(--bs-modal-footer-bg);
  border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
  border-bottom-right-radius: var(--bs-modal-inner-border-radius);
  border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}
.modal-footer > * {
  margin: calc(var(--bs-modal-footer-gap) * 0.5);
}

@media (min-width: 576px) {
  .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: var(--bs-box-shadow);
  }
  .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-right: auto;
    margin-left: auto;
  }
  .modal-sm {
    --bs-modal-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    --bs-modal-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    --bs-modal-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header,
.modal-fullscreen .modal-footer {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header,
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header,
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header,
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header,
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header,
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
}
.tooltip {
  --bs-tooltip-zindex: 1080;
  --bs-tooltip-max-width: 200px;
  --bs-tooltip-padding-x: 0.5rem;
  --bs-tooltip-padding-y: 0.25rem;
  --bs-tooltip-margin: ;
  --bs-tooltip-font-size: 0.875rem;
  --bs-tooltip-color: var(--bs-body-bg);
  --bs-tooltip-bg: var(--bs-emphasis-color);
  --bs-tooltip-border-radius: var(--bs-border-radius);
  --bs-tooltip-opacity: 0.9;
  --bs-tooltip-arrow-width: 0.8rem;
  --bs-tooltip-arrow-height: 0.4rem;
  z-index: var(--bs-tooltip-zindex);
  display: block;
  margin: var(--bs-tooltip-margin);
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-tooltip-font-size);
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: var(--bs-tooltip-opacity);
}
.tooltip .tooltip-arrow {
  display: block;
  width: var(--bs-tooltip-arrow-width);
  height: var(--bs-tooltip-arrow-height);
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
  bottom: calc(-1 * var(--bs-tooltip-arrow-height));
}
.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  top: -1px;
  border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
  border-top-color: var(--bs-tooltip-bg);
}

/* rtl:begin:ignore */
.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  left: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}
.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  right: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
  border-right-color: var(--bs-tooltip-bg);
}

/* rtl:end:ignore */
.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
  top: calc(-1 * var(--bs-tooltip-arrow-height));
}
.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
  border-bottom-color: var(--bs-tooltip-bg);
}

/* rtl:begin:ignore */
.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
  right: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}
.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  left: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
  border-left-color: var(--bs-tooltip-bg);
}

/* rtl:end:ignore */
.tooltip-inner {
  max-width: var(--bs-tooltip-max-width);
  padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
  color: var(--bs-tooltip-color);
  text-align: center;
  background-color: var(--bs-tooltip-bg);
  border-radius: var(--bs-tooltip-border-radius);
}

.popover {
  --bs-popover-zindex: 1070;
  --bs-popover-max-width: 276px;
  --bs-popover-font-size: 0.875rem;
  --bs-popover-bg: var(--bs-body-bg);
  --bs-popover-border-width: var(--bs-border-width);
  --bs-popover-border-color: var(--bs-border-color-translucent);
  --bs-popover-border-radius: var(--bs-border-radius-lg);
  --bs-popover-inner-border-radius: calc(var(--bs-border-radius-lg) - var(--bs-border-width));
  --bs-popover-box-shadow: var(--bs-box-shadow);
  --bs-popover-header-padding-x: 1rem;
  --bs-popover-header-padding-y: 0.5rem;
  --bs-popover-header-font-size: 1rem;
  --bs-popover-header-color: inherit;
  --bs-popover-header-bg: var(--bs-secondary-bg);
  --bs-popover-body-padding-x: 1rem;
  --bs-popover-body-padding-y: 1rem;
  --bs-popover-body-color: var(--bs-body-color);
  --bs-popover-arrow-width: 1rem;
  --bs-popover-arrow-height: 0.5rem;
  --bs-popover-arrow-border: var(--bs-popover-border-color);
  z-index: var(--bs-popover-zindex);
  display: block;
  max-width: var(--bs-popover-max-width);
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-popover-font-size);
  word-wrap: break-word;
  background-color: var(--bs-popover-bg);
  background-clip: padding-box;
  border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-radius: var(--bs-popover-border-radius);
}
.popover .popover-arrow {
  display: block;
  width: var(--bs-popover-arrow-width);
  height: var(--bs-popover-arrow-height);
}
.popover .popover-arrow::before, .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
  border-width: 0;
}

.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow {
  bottom: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before, .bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  border-width: var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before {
  bottom: 0;
  border-top-color: var(--bs-popover-arrow-border);
}
.bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  bottom: var(--bs-popover-border-width);
  border-top-color: var(--bs-popover-bg);
}

/* rtl:begin:ignore */
.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow {
  left: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before, .bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
}
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before {
  left: 0;
  border-right-color: var(--bs-popover-arrow-border);
}
.bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  left: var(--bs-popover-border-width);
  border-right-color: var(--bs-popover-bg);
}

/* rtl:end:ignore */
.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow {
  top: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before, .bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  border-width: 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before {
  top: 0;
  border-bottom-color: var(--bs-popover-arrow-border);
}
.bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  top: var(--bs-popover-border-width);
  border-bottom-color: var(--bs-popover-bg);
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: var(--bs-popover-arrow-width);
  margin-left: calc(-0.5 * var(--bs-popover-arrow-width));
  content: "";
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-header-bg);
}

/* rtl:begin:ignore */
.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow {
  right: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before, .bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width) * 0.5) 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
}
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before {
  right: 0;
  border-left-color: var(--bs-popover-arrow-border);
}
.bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  right: var(--bs-popover-border-width);
  border-left-color: var(--bs-popover-bg);
}

/* rtl:end:ignore */
.popover-header {
  padding: var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);
  margin-bottom: 0;
  font-size: var(--bs-popover-header-font-size);
  color: var(--bs-popover-header-color);
  background-color: var(--bs-popover-header-bg);
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-top-left-radius: var(--bs-popover-inner-border-radius);
  border-top-right-radius: var(--bs-popover-inner-border-radius);
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);
  color: var(--bs-popover-body-color);
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-start,
  .carousel-fade .active.carousel-item-end {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  filter: var(--bs-carousel-control-icon-filter);
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0'/%3e%3c/svg%3e") /*rtl:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e")*/;
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e") /*rtl:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0'/%3e%3c/svg%3e")*/;
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
}
.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: var(--bs-carousel-indicator-active-bg);
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: var(--bs-carousel-caption-color);
  text-align: center;
}

.carousel-dark {
  --bs-carousel-indicator-active-bg: #000;
  --bs-carousel-caption-color: #000;
  --bs-carousel-control-icon-filter: invert(1) grayscale(100);
}

:root,
[data-bs-theme=light] {
  --bs-carousel-indicator-active-bg: #fff;
  --bs-carousel-caption-color: #fff;
  --bs-carousel-control-icon-filter: ;
}

[data-bs-theme=dark] {
  --bs-carousel-indicator-active-bg: #000;
  --bs-carousel-caption-color: #000;
  --bs-carousel-control-icon-filter: invert(1) grayscale(100);
}

.spinner-grow,
.spinner-border {
  display: inline-block;
  flex-shrink: 0;
  width: var(--bs-spinner-width);
  height: var(--bs-spinner-height);
  vertical-align: var(--bs-spinner-vertical-align);
  border-radius: 50%;
  animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}
.spinner-border {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-border-width: 0.25em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-border;
  border: var(--bs-spinner-border-width) solid currentcolor;
  border-right-color: transparent;
}

.spinner-border-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
  --bs-spinner-border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-grow;
  background-color: currentcolor;
  opacity: 0;
}

.spinner-grow-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    --bs-spinner-animation-speed: 1.5s;
  }
}
.offcanvas, .offcanvas-xxl, .offcanvas-xl, .offcanvas-lg, .offcanvas-md, .offcanvas-sm {
  --bs-offcanvas-zindex: 1045;
  --bs-offcanvas-width: 400px;
  --bs-offcanvas-height: 30vh;
  --bs-offcanvas-padding-x: 1rem;
  --bs-offcanvas-padding-y: 1rem;
  --bs-offcanvas-color: var(--bs-body-color);
  --bs-offcanvas-bg: var(--bs-body-bg);
  --bs-offcanvas-border-width: var(--bs-border-width);
  --bs-offcanvas-border-color: var(--bs-border-color-translucent);
  --bs-offcanvas-box-shadow: var(--bs-box-shadow-sm);
  --bs-offcanvas-transition: transform 0.3s ease-in-out;
  --bs-offcanvas-title-line-height: 1.5;
}

@media (max-width: 575.98px) {
  .offcanvas-sm {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 575.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-sm {
    transition: none;
  }
}
@media (max-width: 575.98px) {
  .offcanvas-sm.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-sm.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-sm.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-sm.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-sm.showing, .offcanvas-sm.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-sm.showing, .offcanvas-sm.hiding, .offcanvas-sm.show {
    visibility: visible;
  }
}
@media (min-width: 576px) {
  .offcanvas-sm {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-sm .offcanvas-header {
    display: none;
  }
  .offcanvas-sm .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 767.98px) {
  .offcanvas-md {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-md {
    transition: none;
  }
}
@media (max-width: 767.98px) {
  .offcanvas-md.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-md.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-md.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-md.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-md.showing, .offcanvas-md.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-md.showing, .offcanvas-md.hiding, .offcanvas-md.show {
    visibility: visible;
  }
}
@media (min-width: 768px) {
  .offcanvas-md {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-md .offcanvas-header {
    display: none;
  }
  .offcanvas-md .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 991.98px) {
  .offcanvas-lg {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-lg {
    transition: none;
  }
}
@media (max-width: 991.98px) {
  .offcanvas-lg.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-lg.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-lg.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-lg.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-lg.showing, .offcanvas-lg.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-lg.showing, .offcanvas-lg.hiding, .offcanvas-lg.show {
    visibility: visible;
  }
}
@media (min-width: 992px) {
  .offcanvas-lg {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-lg .offcanvas-header {
    display: none;
  }
  .offcanvas-lg .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 1199.98px) {
  .offcanvas-xl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 1199.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xl {
    transition: none;
  }
}
@media (max-width: 1199.98px) {
  .offcanvas-xl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-xl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-xl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-xl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-xl.showing, .offcanvas-xl.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-xl.showing, .offcanvas-xl.hiding, .offcanvas-xl.show {
    visibility: visible;
  }
}
@media (min-width: 1200px) {
  .offcanvas-xl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-xl .offcanvas-header {
    display: none;
  }
  .offcanvas-xl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 1399.98px) {
  .offcanvas-xxl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 1399.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xxl {
    transition: none;
  }
}
@media (max-width: 1399.98px) {
  .offcanvas-xxl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-xxl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-xxl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-xxl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-xxl.showing, .offcanvas-xxl.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-xxl.showing, .offcanvas-xxl.hiding, .offcanvas-xxl.show {
    visibility: visible;
  }
}
@media (min-width: 1400px) {
  .offcanvas-xxl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-xxl .offcanvas-header {
    display: none;
  }
  .offcanvas-xxl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: var(--bs-offcanvas-zindex);
  display: flex;
  flex-direction: column;
  max-width: 100%;
  color: var(--bs-offcanvas-color);
  visibility: hidden;
  background-color: var(--bs-offcanvas-bg);
  background-clip: padding-box;
  outline: 0;
  transition: var(--bs-offcanvas-transition);
}
@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    transition: none;
  }
}
.offcanvas.offcanvas-start {
  top: 0;
  left: 0;
  width: var(--bs-offcanvas-width);
  border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(-100%);
}
.offcanvas.offcanvas-end {
  top: 0;
  right: 0;
  width: var(--bs-offcanvas-width);
  border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(100%);
}
.offcanvas.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(-100%);
}
.offcanvas.offcanvas-bottom {
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(100%);
}
.offcanvas.showing, .offcanvas.show:not(.hiding) {
  transform: none;
}
.offcanvas.showing, .offcanvas.hiding, .offcanvas.show {
  visibility: visible;
}

.offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.offcanvas-backdrop.fade {
  opacity: 0;
}
.offcanvas-backdrop.show {
  opacity: 0.5;
}

.offcanvas-header {
  display: flex;
  align-items: center;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
}
.offcanvas-header .btn-close {
  padding: calc(var(--bs-offcanvas-padding-y) * 0.5) calc(var(--bs-offcanvas-padding-x) * 0.5);
  margin-top: calc(-0.5 * var(--bs-offcanvas-padding-y));
  margin-right: calc(-0.5 * var(--bs-offcanvas-padding-x));
  margin-bottom: calc(-0.5 * var(--bs-offcanvas-padding-y));
  margin-left: auto;
}

.offcanvas-title {
  margin-bottom: 0;
  line-height: var(--bs-offcanvas-title-line-height);
}

.offcanvas-body {
  flex-grow: 1;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
  overflow-y: auto;
}

.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentcolor;
  opacity: 0.5;
}
.placeholder.btn::before {
  display: inline-block;
  content: "";
}

.placeholder-xs {
  min-height: 0.6em;
}

.placeholder-sm {
  min-height: 0.8em;
}

.placeholder-lg {
  min-height: 1.2em;
}

.placeholder-glow .placeholder {
  animation: placeholder-glow 2s ease-in-out infinite;
}

@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}
.placeholder-wave {
  mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
  mask-size: 200% 100%;
  animation: placeholder-wave 2s linear infinite;
}

@keyframes placeholder-wave {
  100% {
    mask-position: -200% 0%;
  }
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.text-bg-primary {
  color: #fff !important;
  background-color: RGBA(var(--bs-primary-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-secondary {
  color: #fff !important;
  background-color: RGBA(var(--bs-secondary-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-success {
  color: #fff !important;
  background-color: RGBA(var(--bs-success-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-info {
  color: #000 !important;
  background-color: RGBA(var(--bs-info-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-warning {
  color: #000 !important;
  background-color: RGBA(var(--bs-warning-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-danger {
  color: #fff !important;
  background-color: RGBA(var(--bs-danger-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-light {
  color: #000 !important;
  background-color: RGBA(var(--bs-light-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-dark {
  color: #fff !important;
  background-color: RGBA(var(--bs-dark-rgb), var(--bs-bg-opacity, 1)) !important;
}

.link-primary {
  color: RGBA(var(--bs-primary-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-primary:hover, .link-primary:focus {
  color: RGBA(10, 88, 202, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(10, 88, 202, var(--bs-link-underline-opacity, 1)) !important;
}

.link-secondary {
  color: RGBA(var(--bs-secondary-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-secondary:hover, .link-secondary:focus {
  color: RGBA(86, 94, 100, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(86, 94, 100, var(--bs-link-underline-opacity, 1)) !important;
}

.link-success {
  color: RGBA(var(--bs-success-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-success:hover, .link-success:focus {
  color: RGBA(20, 108, 67, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(20, 108, 67, var(--bs-link-underline-opacity, 1)) !important;
}

.link-info {
  color: RGBA(var(--bs-info-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-info:hover, .link-info:focus {
  color: RGBA(61, 213, 243, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(61, 213, 243, var(--bs-link-underline-opacity, 1)) !important;
}

.link-warning {
  color: RGBA(var(--bs-warning-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-warning:hover, .link-warning:focus {
  color: RGBA(255, 205, 57, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(255, 205, 57, var(--bs-link-underline-opacity, 1)) !important;
}

.link-danger {
  color: RGBA(var(--bs-danger-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-danger:hover, .link-danger:focus {
  color: RGBA(176, 42, 55, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(176, 42, 55, var(--bs-link-underline-opacity, 1)) !important;
}

.link-light {
  color: RGBA(var(--bs-light-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-light:hover, .link-light:focus {
  color: RGBA(249, 250, 251, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(249, 250, 251, var(--bs-link-underline-opacity, 1)) !important;
}

.link-dark {
  color: RGBA(var(--bs-dark-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-dark:hover, .link-dark:focus {
  color: RGBA(26, 30, 33, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(26, 30, 33, var(--bs-link-underline-opacity, 1)) !important;
}

.link-body-emphasis {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-body-emphasis:hover, .link-body-emphasis:focus {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 0.75)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 0.75)) !important;
}

.focus-ring:focus {
  outline: 0;
  box-shadow: var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) var(--bs-focus-ring-blur, 0) var(--bs-focus-ring-width) var(--bs-focus-ring-color);
}

.icon-link {
  display: inline-flex;
  gap: 0.375rem;
  align-items: center;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5));
  text-underline-offset: 0.25em;
  backface-visibility: hidden;
}
.icon-link > .bi {
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  fill: currentcolor;
  transition: 0.2s ease-in-out transform;
}
@media (prefers-reduced-motion: reduce) {
  .icon-link > .bi {
    transition: none;
  }
}

.icon-link-hover:hover > .bi, .icon-link-hover:focus-visible > .bi {
  transform: var(--bs-icon-link-transform, translate3d(0.25em, 0, 0));
}

.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

.ratio-4x3 {
  --bs-aspect-ratio: 75%;
}

.ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}

.ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}

.sticky-bottom {
  position: sticky;
  bottom: 0;
  z-index: 1020;
}

@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-sm-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-md-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-lg-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xxl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}

.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.visually-hidden:not(caption),
.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) {
  position: absolute !important;
}
.visually-hidden *,
.visually-hidden-focusable:not(:focus):not(:focus-within) * {
  overflow: hidden !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vr {
  display: inline-block;
  align-self: stretch;
  width: var(--bs-border-width);
  min-height: 1em;
  background-color: currentcolor;
  opacity: 0.25;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.float-start {
  float: left !important;
}

.float-end {
  float: right !important;
}

.float-none {
  float: none !important;
}

.object-fit-contain {
  object-fit: contain !important;
}

.object-fit-cover {
  object-fit: cover !important;
}

.object-fit-fill {
  object-fit: fill !important;
}

.object-fit-scale {
  object-fit: scale-down !important;
}

.object-fit-none {
  object-fit: none !important;
}

.opacity-0 {
  opacity: 0 !important;
}

.opacity-25 {
  opacity: 0.25 !important;
}

.opacity-50 {
  opacity: 0.5 !important;
}

.opacity-75 {
  opacity: 0.75 !important;
}

.opacity-100 {
  opacity: 1 !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-visible {
  overflow: visible !important;
}

.overflow-scroll {
  overflow: scroll !important;
}

.overflow-x-auto {
  overflow-x: auto !important;
}

.overflow-x-hidden {
  overflow-x: hidden !important;
}

.overflow-x-visible {
  overflow-x: visible !important;
}

.overflow-x-scroll {
  overflow-x: scroll !important;
}

.overflow-y-auto {
  overflow-y: auto !important;
}

.overflow-y-hidden {
  overflow-y: hidden !important;
}

.overflow-y-visible {
  overflow-y: visible !important;
}

.overflow-y-scroll {
  overflow-y: scroll !important;
}

.d-inline {
  display: inline !important;
}

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

.d-block {
  display: block !important;
}

.d-grid {
  display: grid !important;
}

.d-inline-grid {
  display: inline-grid !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.d-none {
  display: none !important;
}

.shadow {
  box-shadow: var(--bs-box-shadow) !important;
}

.shadow-sm {
  box-shadow: var(--bs-box-shadow-sm) !important;
}

.shadow-lg {
  box-shadow: var(--bs-box-shadow-lg) !important;
}

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

.focus-ring-primary {
  --bs-focus-ring-color: rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-secondary {
  --bs-focus-ring-color: rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-success {
  --bs-focus-ring-color: rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-info {
  --bs-focus-ring-color: rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-warning {
  --bs-focus-ring-color: rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-danger {
  --bs-focus-ring-color: rgba(var(--bs-danger-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-light {
  --bs-focus-ring-color: rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-dark {
  --bs-focus-ring-color: rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity));
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.top-0 {
  top: 0 !important;
}

.top-50 {
  top: 50% !important;
}

.top-100 {
  top: 100% !important;
}

.bottom-0 {
  bottom: 0 !important;
}

.bottom-50 {
  bottom: 50% !important;
}

.bottom-100 {
  bottom: 100% !important;
}

.start-0 {
  left: 0 !important;
}

.start-50 {
  left: 50% !important;
}

.start-100 {
  left: 100% !important;
}

.end-0 {
  right: 0 !important;
}

.end-50 {
  right: 50% !important;
}

.end-100 {
  right: 100% !important;
}

.translate-middle {
  transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
  transform: translateX(-50%) !important;
}

.translate-middle-y {
  transform: translateY(-50%) !important;
}

.border {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-0 {
  border: 0 !important;
}

.border-top {
  border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-end {
  border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-end-0 {
  border-right: 0 !important;
}

.border-bottom {
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-start {
  border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-start-0 {
  border-left: 0 !important;
}

.border-primary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
}

.border-secondary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
}

.border-success {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important;
}

.border-info {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
}

.border-warning {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important;
}

.border-danger {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
}

.border-light {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
}

.border-dark {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
}

.border-black {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important;
}

.border-white {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
}

.border-primary-subtle {
  border-color: var(--bs-primary-border-subtle) !important;
}

.border-secondary-subtle {
  border-color: var(--bs-secondary-border-subtle) !important;
}

.border-success-subtle {
  border-color: var(--bs-success-border-subtle) !important;
}

.border-info-subtle {
  border-color: var(--bs-info-border-subtle) !important;
}

.border-warning-subtle {
  border-color: var(--bs-warning-border-subtle) !important;
}

.border-danger-subtle {
  border-color: var(--bs-danger-border-subtle) !important;
}

.border-light-subtle {
  border-color: var(--bs-light-border-subtle) !important;
}

.border-dark-subtle {
  border-color: var(--bs-dark-border-subtle) !important;
}

.border-1 {
  border-width: 1px !important;
}

.border-2 {
  border-width: 2px !important;
}

.border-3 {
  border-width: 3px !important;
}

.border-4 {
  border-width: 4px !important;
}

.border-5 {
  border-width: 5px !important;
}

.border-opacity-10 {
  --bs-border-opacity: 0.1;
}

.border-opacity-25 {
  --bs-border-opacity: 0.25;
}

.border-opacity-50 {
  --bs-border-opacity: 0.5;
}

.border-opacity-75 {
  --bs-border-opacity: 0.75;
}

.border-opacity-100 {
  --bs-border-opacity: 1;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

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

.vw-100 {
  width: 100vw !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mh-100 {
  max-height: 100% !important;
}

.vh-100 {
  height: 100vh !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

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

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

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

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

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

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

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

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

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

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

.order-first {
  order: -1 !important;
}

.order-0 {
  order: 0 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

.me-4 {
  margin-right: 1.5rem !important;
}

.me-5 {
  margin-right: 3rem !important;
}

.me-auto {
  margin-right: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: 0.25rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.ms-3 {
  margin-left: 1rem !important;
}

.ms-4 {
  margin-left: 1.5rem !important;
}

.ms-5 {
  margin-left: 3rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

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

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 0.25rem !important;
}

.pe-2 {
  padding-right: 0.5rem !important;
}

.pe-3 {
  padding-right: 1rem !important;
}

.pe-4 {
  padding-right: 1.5rem !important;
}

.pe-5 {
  padding-right: 3rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 0.25rem !important;
}

.ps-2 {
  padding-left: 0.5rem !important;
}

.ps-3 {
  padding-left: 1rem !important;
}

.ps-4 {
  padding-left: 1.5rem !important;
}

.ps-5 {
  padding-left: 3rem !important;
}

.gap-0 {
  gap: 0 !important;
}

.gap-1 {
  gap: 0.25rem !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.gap-3 {
  gap: 1rem !important;
}

.gap-4 {
  gap: 1.5rem !important;
}

.gap-5 {
  gap: 3rem !important;
}

.row-gap-0 {
  row-gap: 0 !important;
}

.row-gap-1 {
  row-gap: 0.25rem !important;
}

.row-gap-2 {
  row-gap: 0.5rem !important;
}

.row-gap-3 {
  row-gap: 1rem !important;
}

.row-gap-4 {
  row-gap: 1.5rem !important;
}

.row-gap-5 {
  row-gap: 3rem !important;
}

.column-gap-0 {
  column-gap: 0 !important;
}

.column-gap-1 {
  column-gap: 0.25rem !important;
}

.column-gap-2 {
  column-gap: 0.5rem !important;
}

.column-gap-3 {
  column-gap: 1rem !important;
}

.column-gap-4 {
  column-gap: 1.5rem !important;
}

.column-gap-5 {
  column-gap: 3rem !important;
}

.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}

.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}

.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}

.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

.fs-5 {
  font-size: 1.25rem !important;
}

.fs-6 {
  font-size: 1rem !important;
}

.fst-italic {
  font-style: italic !important;
}

.fst-normal {
  font-style: normal !important;
}

.fw-lighter {
  font-weight: lighter !important;
}

.fw-light {
  font-weight: 300 !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.fw-medium {
  font-weight: 500 !important;
}

.fw-semibold {
  font-weight: 600 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.fw-bolder {
  font-weight: bolder !important;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-sm {
  line-height: 1.25 !important;
}

.lh-base {
  line-height: 1.5 !important;
}

.lh-lg {
  line-height: 2 !important;
}

.text-start {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

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

.text-decoration-none {
  text-decoration: none !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.text-decoration-line-through {
  text-decoration: line-through !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

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

.text-capitalize {
  text-transform: capitalize !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}

.text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}

.text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}

.text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}

.text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}

.text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}

.text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}

.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}

.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

.text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}

.text-muted {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}

.text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-body-secondary {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}

.text-body-tertiary {
  --bs-text-opacity: 1;
  color: var(--bs-tertiary-color) !important;
}

.text-body-emphasis {
  --bs-text-opacity: 1;
  color: var(--bs-emphasis-color) !important;
}

.text-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}

.text-opacity-25 {
  --bs-text-opacity: 0.25;
}

.text-opacity-50 {
  --bs-text-opacity: 0.5;
}

.text-opacity-75 {
  --bs-text-opacity: 0.75;
}

.text-opacity-100 {
  --bs-text-opacity: 1;
}

.text-primary-emphasis {
  color: var(--bs-primary-text-emphasis) !important;
}

.text-secondary-emphasis {
  color: var(--bs-secondary-text-emphasis) !important;
}

.text-success-emphasis {
  color: var(--bs-success-text-emphasis) !important;
}

.text-info-emphasis {
  color: var(--bs-info-text-emphasis) !important;
}

.text-warning-emphasis {
  color: var(--bs-warning-text-emphasis) !important;
}

.text-danger-emphasis {
  color: var(--bs-danger-text-emphasis) !important;
}

.text-light-emphasis {
  color: var(--bs-light-text-emphasis) !important;
}

.text-dark-emphasis {
  color: var(--bs-dark-text-emphasis) !important;
}

.link-opacity-10 {
  --bs-link-opacity: 0.1;
}

.link-opacity-10-hover:hover {
  --bs-link-opacity: 0.1;
}

.link-opacity-25 {
  --bs-link-opacity: 0.25;
}

.link-opacity-25-hover:hover {
  --bs-link-opacity: 0.25;
}

.link-opacity-50 {
  --bs-link-opacity: 0.5;
}

.link-opacity-50-hover:hover {
  --bs-link-opacity: 0.5;
}

.link-opacity-75 {
  --bs-link-opacity: 0.75;
}

.link-opacity-75-hover:hover {
  --bs-link-opacity: 0.75;
}

.link-opacity-100 {
  --bs-link-opacity: 1;
}

.link-opacity-100-hover:hover {
  --bs-link-opacity: 1;
}

.link-offset-1 {
  text-underline-offset: 0.125em !important;
}

.link-offset-1-hover:hover {
  text-underline-offset: 0.125em !important;
}

.link-offset-2 {
  text-underline-offset: 0.25em !important;
}

.link-offset-2-hover:hover {
  text-underline-offset: 0.25em !important;
}

.link-offset-3 {
  text-underline-offset: 0.375em !important;
}

.link-offset-3-hover:hover {
  text-underline-offset: 0.375em !important;
}

.link-underline-primary {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-secondary {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-success {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-info {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-warning {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-danger {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-light {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-dark {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.link-underline-opacity-0 {
  --bs-link-underline-opacity: 0;
}

.link-underline-opacity-0-hover:hover {
  --bs-link-underline-opacity: 0;
}

.link-underline-opacity-10 {
  --bs-link-underline-opacity: 0.1;
}

.link-underline-opacity-10-hover:hover {
  --bs-link-underline-opacity: 0.1;
}

.link-underline-opacity-25 {
  --bs-link-underline-opacity: 0.25;
}

.link-underline-opacity-25-hover:hover {
  --bs-link-underline-opacity: 0.25;
}

.link-underline-opacity-50 {
  --bs-link-underline-opacity: 0.5;
}

.link-underline-opacity-50-hover:hover {
  --bs-link-underline-opacity: 0.5;
}

.link-underline-opacity-75 {
  --bs-link-underline-opacity: 0.75;
}

.link-underline-opacity-75-hover:hover {
  --bs-link-underline-opacity: 0.75;
}

.link-underline-opacity-100 {
  --bs-link-underline-opacity: 1;
}

.link-underline-opacity-100-hover:hover {
  --bs-link-underline-opacity: 1;
}

.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}

.bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}

.bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}

.bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}

.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}

.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}

.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}

.bg-body-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body-tertiary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}

.bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}

.bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}

.bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}

.bg-opacity-100 {
  --bs-bg-opacity: 1;
}

.bg-primary-subtle {
  background-color: var(--bs-primary-bg-subtle) !important;
}

.bg-secondary-subtle {
  background-color: var(--bs-secondary-bg-subtle) !important;
}

.bg-success-subtle {
  background-color: var(--bs-success-bg-subtle) !important;
}

.bg-info-subtle {
  background-color: var(--bs-info-bg-subtle) !important;
}

.bg-warning-subtle {
  background-color: var(--bs-warning-bg-subtle) !important;
}

.bg-danger-subtle {
  background-color: var(--bs-danger-bg-subtle) !important;
}

.bg-light-subtle {
  background-color: var(--bs-light-bg-subtle) !important;
}

.bg-dark-subtle {
  background-color: var(--bs-dark-bg-subtle) !important;
}

.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

.user-select-all {
  -webkit-user-select: all !important;
          user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
          user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
          user-select: none !important;
}

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

.rounded {
  border-radius: var(--bs-border-radius) !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.rounded-1 {
  border-radius: var(--bs-border-radius-sm) !important;
}

.rounded-2 {
  border-radius: var(--bs-border-radius) !important;
}

.rounded-3 {
  border-radius: var(--bs-border-radius-lg) !important;
}

.rounded-4 {
  border-radius: var(--bs-border-radius-xl) !important;
}

.rounded-5 {
  border-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: var(--bs-border-radius-pill) !important;
}

.rounded-top {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

.rounded-top-0 {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.rounded-top-1 {
  border-top-left-radius: var(--bs-border-radius-sm) !important;
  border-top-right-radius: var(--bs-border-radius-sm) !important;
}

.rounded-top-2 {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

.rounded-top-3 {
  border-top-left-radius: var(--bs-border-radius-lg) !important;
  border-top-right-radius: var(--bs-border-radius-lg) !important;
}

.rounded-top-4 {
  border-top-left-radius: var(--bs-border-radius-xl) !important;
  border-top-right-radius: var(--bs-border-radius-xl) !important;
}

.rounded-top-5 {
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-top-circle {
  border-top-left-radius: 50% !important;
  border-top-right-radius: 50% !important;
}

.rounded-top-pill {
  border-top-left-radius: var(--bs-border-radius-pill) !important;
  border-top-right-radius: var(--bs-border-radius-pill) !important;
}

.rounded-end {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

.rounded-end-0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.rounded-end-1 {
  border-top-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
}

.rounded-end-2 {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

.rounded-end-3 {
  border-top-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
}

.rounded-end-4 {
  border-top-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
}

.rounded-end-5 {
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-end-circle {
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
}

.rounded-end-pill {
  border-top-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
}

.rounded-bottom {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

.rounded-bottom-0 {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.rounded-bottom-1 {
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
}

.rounded-bottom-2 {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

.rounded-bottom-3 {
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
}

.rounded-bottom-4 {
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
}

.rounded-bottom-5 {
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-bottom-circle {
  border-bottom-right-radius: 50% !important;
  border-bottom-left-radius: 50% !important;
}

.rounded-bottom-pill {
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
}

.rounded-start {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

.rounded-start-0 {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}

.rounded-start-1 {
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
  border-top-left-radius: var(--bs-border-radius-sm) !important;
}

.rounded-start-2 {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

.rounded-start-3 {
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
  border-top-left-radius: var(--bs-border-radius-lg) !important;
}

.rounded-start-4 {
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
  border-top-left-radius: var(--bs-border-radius-xl) !important;
}

.rounded-start-5 {
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-start-circle {
  border-bottom-left-radius: 50% !important;
  border-top-left-radius: 50% !important;
}

.rounded-start-pill {
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
  border-top-left-radius: var(--bs-border-radius-pill) !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.z-n1 {
  z-index: -1 !important;
}

.z-0 {
  z-index: 0 !important;
}

.z-1 {
  z-index: 1 !important;
}

.z-2 {
  z-index: 2 !important;
}

.z-3 {
  z-index: 3 !important;
}

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .object-fit-sm-contain {
    object-fit: contain !important;
  }
  .object-fit-sm-cover {
    object-fit: cover !important;
  }
  .object-fit-sm-fill {
    object-fit: fill !important;
  }
  .object-fit-sm-scale {
    object-fit: scale-down !important;
  }
  .object-fit-sm-none {
    object-fit: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-inline-grid {
    display: inline-grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  .gap-sm-3 {
    gap: 1rem !important;
  }
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .gap-sm-5 {
    gap: 3rem !important;
  }
  .row-gap-sm-0 {
    row-gap: 0 !important;
  }
  .row-gap-sm-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-sm-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-sm-3 {
    row-gap: 1rem !important;
  }
  .row-gap-sm-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-sm-5 {
    row-gap: 3rem !important;
  }
  .column-gap-sm-0 {
    column-gap: 0 !important;
  }
  .column-gap-sm-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-sm-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-sm-3 {
    column-gap: 1rem !important;
  }
  .column-gap-sm-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-sm-5 {
    column-gap: 3rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .object-fit-md-contain {
    object-fit: contain !important;
  }
  .object-fit-md-cover {
    object-fit: cover !important;
  }
  .object-fit-md-fill {
    object-fit: fill !important;
  }
  .object-fit-md-scale {
    object-fit: scale-down !important;
  }
  .object-fit-md-none {
    object-fit: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-inline-grid {
    display: inline-grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  .gap-md-3 {
    gap: 1rem !important;
  }
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  .gap-md-5 {
    gap: 3rem !important;
  }
  .row-gap-md-0 {
    row-gap: 0 !important;
  }
  .row-gap-md-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-md-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-md-3 {
    row-gap: 1rem !important;
  }
  .row-gap-md-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-md-5 {
    row-gap: 3rem !important;
  }
  .column-gap-md-0 {
    column-gap: 0 !important;
  }
  .column-gap-md-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-md-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-md-3 {
    column-gap: 1rem !important;
  }
  .column-gap-md-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-md-5 {
    column-gap: 3rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .object-fit-lg-contain {
    object-fit: contain !important;
  }
  .object-fit-lg-cover {
    object-fit: cover !important;
  }
  .object-fit-lg-fill {
    object-fit: fill !important;
  }
  .object-fit-lg-scale {
    object-fit: scale-down !important;
  }
  .object-fit-lg-none {
    object-fit: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-inline-grid {
    display: inline-grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .gap-lg-3 {
    gap: 1rem !important;
  }
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .gap-lg-5 {
    gap: 3rem !important;
  }
  .row-gap-lg-0 {
    row-gap: 0 !important;
  }
  .row-gap-lg-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-lg-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-lg-3 {
    row-gap: 1rem !important;
  }
  .row-gap-lg-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-lg-5 {
    row-gap: 3rem !important;
  }
  .column-gap-lg-0 {
    column-gap: 0 !important;
  }
  .column-gap-lg-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-lg-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-lg-3 {
    column-gap: 1rem !important;
  }
  .column-gap-lg-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-lg-5 {
    column-gap: 3rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .object-fit-xl-contain {
    object-fit: contain !important;
  }
  .object-fit-xl-cover {
    object-fit: cover !important;
  }
  .object-fit-xl-fill {
    object-fit: fill !important;
  }
  .object-fit-xl-scale {
    object-fit: scale-down !important;
  }
  .object-fit-xl-none {
    object-fit: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-inline-grid {
    display: inline-grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  .gap-xl-3 {
    gap: 1rem !important;
  }
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  .gap-xl-5 {
    gap: 3rem !important;
  }
  .row-gap-xl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xl-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xl-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xl-5 {
    row-gap: 3rem !important;
  }
  .column-gap-xl-0 {
    column-gap: 0 !important;
  }
  .column-gap-xl-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-xl-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-xl-3 {
    column-gap: 1rem !important;
  }
  .column-gap-xl-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-xl-5 {
    column-gap: 3rem !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .object-fit-xxl-contain {
    object-fit: contain !important;
  }
  .object-fit-xxl-cover {
    object-fit: cover !important;
  }
  .object-fit-xxl-fill {
    object-fit: fill !important;
  }
  .object-fit-xxl-scale {
    object-fit: scale-down !important;
  }
  .object-fit-xxl-none {
    object-fit: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-inline-grid {
    display: inline-grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  .gap-xxl-5 {
    gap: 3rem !important;
  }
  .row-gap-xxl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xxl-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xxl-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xxl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xxl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xxl-5 {
    row-gap: 3rem !important;
  }
  .column-gap-xxl-0 {
    column-gap: 0 !important;
  }
  .column-gap-xxl-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-xxl-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-xxl-3 {
    column-gap: 1rem !important;
  }
  .column-gap-xxl-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-xxl-5 {
    column-gap: 3rem !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }
  .fs-2 {
    font-size: 2rem !important;
  }
  .fs-3 {
    font-size: 1.75rem !important;
  }
  .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-inline-grid {
    display: inline-grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
.fa-facebook {
  background: #3B5998;
  color: white;
}

.fa-twitter {
  background: #55ACEE;
  color: white;
}

.fa-google {
  background: #dd4b39;
  color: white;
}

.fa-linkedin {
  background: #007bb5;
  color: white;
}

.fa-youtube {
  background: #bb0000;
  color: white;
}

.fa-instagram {
  background: #125688;
  color: white;
}

.fa-pinterest {
  background: #cb2027;
  color: white;
}

.fa-snapchat-ghost {
  background: #fffc00;
  color: white;
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.fa-skype {
  background: #00aff0;
  color: white;
}

.fa-android {
  background: #a4c639;
  color: white;
}

.fa-dribbble {
  background: #ea4c89;
  color: white;
}

.fa-vimeo {
  background: #45bbff;
  color: white;
}

.fa-tumblr {
  background: #2c4762;
  color: white;
}

.fa-vine {
  background: #00b489;
  color: white;
}

.fa-foursquare {
  background: #45bbff;
  color: white;
}

.fa-stumbleupon {
  background: #eb4924;
  color: white;
}

.fa-flickr {
  background: #f40083;
  color: white;
}

.fa-yahoo {
  background: #430297;
  color: white;
}

.fa-soundcloud {
  background: #ff5500;
  color: white;
}

.fa-reddit {
  background: #ff5700;
  color: white;
}

.fa-rss {
  background: #ff6600;
  color: white;
}

.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);
}
.cdk-high-contrast-active .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: transparent;
  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: 0.6;
}

.cdk-overlay-dark-backdrop {
  background: rgba(0, 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;
}

/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  touch-action: manipulation;
  -moz-backface-visibility: hidden; /* fix firefox animation glitch */
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item.center {
  z-index: 5;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
  	This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
  	calculation of the height of the owl-item that breaks page layouts
   */
}
.owl-carousel .owl-item .owl-lazy {
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

/*
 * Theme definitions
 */
/*
 * Implementation of themes
 */
@-moz-document url-prefix() {
  #header .header-menu .navbar {
    height: 100% !important;
  }
}
@supports (-ms-ime-align: auto) {
  .table-scroll-c {
    min-height: 89px;
  }
}
/* Print styles starts here */
@media print {
  #main-menu {
    display: none !important;
  }
  app-right-panel {
    width: 100% !important;
    position: absolute !important;
    z-index: 9999 !important;
    left: 0 !important;
    right: 0 !important;
    margin: 0 auto !important;
  }
  app-header {
    display: none !important;
  }
  .donation-ack-smb {
    display: none !important;
  }
  .donation-bg h3, .donation-bg .h3 {
    display: none !important;
  }
  .donation-bg .card.p-3.bg-light {
    display: none !important;
  }
  .donation-bg .col-12.text-right.mb-3 {
    display: none !important;
  }
}
@media (width: 1680px) {
  .theme-skyblue #dynamicId .avatar-upload .avatar-edit input + label {
    width: 90px;
    height: 80px;
    border-radius: 0;
  }
  .theme-skyblue #dynamicId .req-text {
    width: 60%;
    margin-top: 0;
    line-height: 18px;
  }
  .theme-skyblue #dynamicId .org-logo-upload {
    min-height: 114px;
  }
  .theme-skyblue #dynamicId .config-wrapper .card {
    box-shadow: none !important;
  }
  .theme-skyblue #dynamicId .donation-bg h3, .theme-skyblue #dynamicId .donation-bg .h3 {
    display: none !important;
  }
  .theme-skyblue #dynamicId .donation-bg .card.p-3.bg-light {
    display: none !important;
  }
  .theme-skyblue #dynamicId .donation-bg .col-12.text-right.mb-3 {
    display: none !important;
  }
}
@media (min-width: 1366px) {
  .theme-skyblue #dynamicId .participant-share {
    text-align: center !important;
  }
  .theme-skyblue #dynamicId .donation-currency span {
    font-size: 1rem !important;
  }
  .theme-skyblue #dynamicId .fixed-table thead th, .theme-skyblue #dynamicId .fixed-table tbody tr td {
    width: 120px;
  }
  .theme-skyblue #dynamicId .fixed-table thead th:first-child, .theme-skyblue #dynamicId .fixed-table tbody tr td:first-child {
    width: 60px;
  }
  .theme-skyblue #dynamicId .content {
    padding: 0 15px;
  }
  .theme-skyblue #dynamicId .twt-category {
    margin-bottom: 0;
  }
  .theme-skyblue #dynamicId .twt-feed {
    max-height: 155px;
  }
  .theme-skyblue #dynamicId .twt-feed img {
    height: 75px;
    width: 75px;
  }
  .theme-skyblue #dynamicId .stat-widget-one .stat-content {
    margin-left: 15px;
  }
  .theme-skyblue #dynamicId .card-body {
    padding: 15px;
  }
  .theme-skyblue #dynamicId .badges button {
    margin: 2px 0;
  }
}
@media (min-width: 1200px) {
  .theme-skyblue #dynamicId .participant-share {
    text-align: left;
    padding: 0;
  }
  .theme-skyblue #dynamicId .card-box-d .card-overlay-hover {
    padding: 15px 40px 5px 35px;
  }
  .theme-skyblue #dynamicId .card-box-d .title-d {
    margin: 1rem 0;
  }
}
@media (max-width: 1024px) {
  .theme-skyblue #dynamicId {
    /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  }
  .theme-skyblue #dynamicId .about-committe img {
    height: 150px;
  }
  .theme-skyblue #dynamicId .event-ticket-book-new {
    /* TODO(mdc-migration): The following rule targets internal classes of tabs that may no longer apply for the MDC version.*/
  }
  .theme-skyblue #dynamicId .event-ticket-book-new mat-tab-group .card.bg-light {
    min-height: auto;
  }
  .theme-skyblue #dynamicId .event-filter {
    /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
    /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  }
  .theme-skyblue #dynamicId .event-filter mat-radio-group {
    /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  }
  .theme-skyblue #dynamicId .event-filter mat-radio-group mat-radio-button {
    width: 100%;
  }
  .theme-skyblue #dynamicId .myProfile_tabs .dashboard-card .card {
    min-height: auto !important;
  }
  .theme-skyblue #dynamicId #fund-donation-screen .our-donor-says {
    height: 406px;
  }
  .theme-skyblue #dynamicId .db-icons-wrapper .db-icons-inner {
    margin-bottom: 10px;
    width: 145px;
  }
  .theme-skyblue #dynamicId .table-scroll-c table {
    max-width: 100% !important;
  }
  .theme-skyblue #dynamicId .mat-radio-label-content {
    white-space: normal;
  }
  .theme-skyblue #dynamicId .donateNowHeading {
    overflow: hidden;
  }
  .theme-skyblue #dynamicId #getInvolved .carousel-wrapper {
    height: auto;
  }
  .theme-skyblue #dynamicId #getInvolved .carousel-wrapper .owl-item {
    height: auto;
  }
  .theme-skyblue #dynamicId #getInvolved .carousel-wrapper .owl-item > div {
    height: auto;
  }
  .theme-skyblue #dynamicId .landing-nav.navbar-default #navbarDefault ul.navbar-nav li.nav-item a.nav-link {
    padding: 10px 8px;
  }
  .theme-skyblue #dynamicId .landing-nav.navbar-default #navbarDefault ul.navbar-nav li.nav-item.dropdown:after {
    right: -8px;
  }
  .theme-skyblue #dynamicId #organization-profile {
    /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
    /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  }
  .theme-skyblue #dynamicId #organization-profile mat-checkbox {
    /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
    /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  }
  .theme-skyblue #dynamicId #organization-profile mat-checkbox .mat-checkbox-label {
    white-space: normal;
  }
  .theme-skyblue #dynamicId #organization-profile mat-checkbox .mat-checkbox-inner-container {
    margin: inherit;
    top: 4px;
    margin-right: 8px;
  }
  .theme-skyblue #dynamicId .org-logo-upload {
    min-height: 116px;
  }
  .theme-skyblue #dynamicId .manage-dashboard-wrapper.admin-dashboard-wrapper .avatar-upload .avatar-edit input + label {
    width: 70px;
  }
  .theme-skyblue #dynamicId .avatar-upload .avatar-edit input + label {
    width: 110px;
    height: 70px;
    border-radius: 0;
  }
  .theme-skyblue #dynamicId .req-text {
    width: 65%;
    margin-top: 0;
    line-height: 19px;
  }
  .theme-skyblue #dynamicId .manage-dashboard-wrapper .dashboard-card .card h5.card-title, .theme-skyblue #dynamicId .manage-dashboard-wrapper .dashboard-card .card .card-title.h5 {
    font-size: 14px;
  }
  .theme-skyblue #dynamicId .manage-dashboard-wrapper .dashboard-card .card .card-icon {
    width: 50px;
    height: 50px;
    line-height: 40px;
  }
  .theme-skyblue #dynamicId .big-thanks owl-carousel .owl-dots {
    bottom: -10px;
  }
  .theme-skyblue #dynamicId .section-news {
    margin-top: 60px !important;
  }
  .theme-skyblue #dynamicId .news-slider .nav-tabs li a {
    padding: 6px 0 !important;
  }
  .theme-skyblue #dynamicId .news-slider .tab-pane .card-deck .card-body img.event--picture {
    width: 100%;
    min-height: 50px;
  }
  .theme-skyblue #dynamicId .right-side-box img {
    display: block;
    float: left;
    padding-right: 6px;
    box-sizing: content-box;
  }
  .theme-skyblue #dynamicId .search-user-btns ul li {
    margin-bottom: 20px;
  }
  .theme-skyblue #dynamicId .search-user-b label {
    line-height: normal;
    white-space: nowrap;
    width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .theme-skyblue #dynamicId #mappingTab table thead th, .theme-skyblue #dynamicId .map2 {
    white-space: nowrap;
  }
  .theme-skyblue #dynamicId .user-events-post owl-date-time-inline .owl-dt-inline-container {
    width: 18.5em;
    float: none;
    margin: 20px auto;
  }
  .theme-skyblue #dynamicId .activity-block .form-group .col-md-3 {
    padding: 0;
  }
  .theme-skyblue #dynamicId app-left-panel {
    padding: 0;
    width: 200px;
  }
  .theme-skyblue #dynamicId app-left-panel .navbar .navbar-header {
    padding: 0 20px;
  }
  .theme-skyblue #dynamicId .navbar .navbar-nav li > a .menu-icon {
    width: 30px;
  }
  .theme-skyblue #dynamicId .navbar .navbar-nav li.menu-item-has-children .sub-menu {
    padding: 0 0 0 30px;
  }
  .theme-skyblue #dynamicId .navbar .navbar-nav li.menu-item-has-children .sub-menu a {
    padding: 2px 0 2px 46px;
  }
  .theme-skyblue #dynamicId .open app-left-panel .navbar .navbar-nav li a {
    padding: 10px 25px;
  }
  .theme-skyblue #dynamicId .open app-left-panel .navbar .navbar-nav li > a:hover, .theme-skyblue #dynamicId .open app-left-panel .navbar .navbar-nav li > a:hover .menu-icon {
    background: none !important;
  }
  .theme-skyblue #dynamicId .card .card-header {
    position: relative;
  }
  .theme-skyblue #dynamicId .card .card-header strong {
    display: block;
  }
  .theme-skyblue #dynamicId .card .card-header small, .theme-skyblue #dynamicId .card .card-header .small {
    float: left;
  }
  .theme-skyblue #dynamicId .card .card-header .card-actions {
    right: 0;
    top: 0.75rem;
    position: absolute;
  }
}
@media (max-width: 992px) {
  .theme-skyblue #dynamicId {
    /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
    /* TODO(mdc-migration): The following rule targets internal classes of tabs that may no longer apply for the MDC version.*/
  }
  .theme-skyblue #dynamicId .about-committe img {
    height: auto;
    max-height: 100%;
  }
  .theme-skyblue #dynamicId .eventTime label br {
    display: none;
  }
  .theme-skyblue #dynamicId .eventTime label span {
    margin-right: 10px;
  }
  .theme-skyblue #dynamicId .evnt-desc-m {
    padding-bottom: 0;
  }
  .theme-skyblue #dynamicId .events-bottom-icon {
    margin-left: 0;
  }
  .theme-skyblue #dynamicId .events-bottom-icon .evnt-modal-icns {
    min-width: auto;
  }
  .theme-skyblue #dynamicId .event-ticket-get-involve .mat-mdc-radio-button ~ .mat-radio-button {
    margin-left: 16px;
  }
  .theme-skyblue #dynamicId .signin {
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    top: 46px;
    border-radius: 0;
  }
  .theme-skyblue #dynamicId .membership-tabs .org-logo-upload .req-text {
    width: 65%;
    text-align: left;
  }
  .theme-skyblue #dynamicId app-layout app-right-panel {
    margin-bottom: 160px;
  }
  .theme-skyblue #dynamicId .container.user-management-c {
    max-width: 100%;
  }
  .theme-skyblue #dynamicId .container.px-4 {
    max-width: 100%;
  }
  .theme-skyblue #dynamicId .section-footer > .container {
    max-width: 100%;
  }
  .theme-skyblue #dynamicId .snip1543 figcaption {
    padding: 25px 6% 25px 20px;
  }
  .theme-skyblue #dynamicId #donateNow {
    padding: 0;
    margin: 0;
    max-width: 100%;
  }
  .theme-skyblue #dynamicId #donateNow .donateNowBlock {
    position: static;
    margin-top: 0;
  }
  .theme-skyblue #dynamicId #donateNow .donateNowBlock .donateBlock-1 .donateNowHeading {
    font-size: 16px;
    overflow: hidden;
  }
  .theme-skyblue #dynamicId #donateNow .donateNowBlock .donateBlock-1 .donateNowHeading:after {
    border-width: 12px;
    margin-top: -10px;
  }
  .theme-skyblue #dynamicId #donateNow .donateNowBlock .donateBlock-2 {
    padding: 0;
    /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
    /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
    /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  }
  .theme-skyblue #dynamicId #donateNow .donateNowBlock .donateBlock-2 mat-radio-group {
    /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
    /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  }
  .theme-skyblue #dynamicId #donateNow .donateNowBlock .donateBlock-2 mat-radio-group mat-radio-button {
    margin-right: 10px !important;
    margin-left: 0 !important;
    /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  }
  .theme-skyblue #dynamicId #donateNow .donateNowBlock .donateBlock-2 mat-radio-group mat-radio-button .mat-radio-label-content {
    padding-left: 2px;
    padding-top: 2px;
  }
  .theme-skyblue #dynamicId #donateNow .donateNowBlock .donateBlock-3 mat-form-field {
    margin-top: 14px !important;
  }
  .theme-skyblue #dynamicId #scroll {
    right: 30px;
  }
  .theme-skyblue #dynamicId .right-news-s {
    flex: 0 0 96% !important;
    margin: 30px auto 0 auto !important;
  }
  .theme-skyblue #dynamicId .right-news-s .right-news-s-card .news-slider .tab-content.news-tabs {
    height: 300px !important;
  }
  .theme-skyblue #dynamicId .carousel-wrapper {
    height: 48vh;
  }
  .theme-skyblue #dynamicId .carousel-wrapper .owl-item {
    height: 48vh;
  }
  .theme-skyblue #dynamicId .carousel-wrapper .owl-item > div {
    height: 48vh;
  }
  .theme-skyblue #dynamicId .carousel-wrapper .owl-item .intro-body {
    padding: 6px;
  }
  .theme-skyblue #dynamicId .carousel-wrapper .owl-item .intro-body .intro-title {
    font-size: 20px;
  }
  .theme-skyblue #dynamicId .header-sign--d {
    margin: 0 !important;
    display: block !important;
    right: 60px;
    top: 8px;
  }
  .theme-skyblue #dynamicId .header-sign--d li {
    display: block !important;
    float: left !important;
  }
  .theme-skyblue #dynamicId .landing-nav.navbar-default {
    margin-bottom: 0;
    padding-bottom: 16px;
    background: white;
  }
  .theme-skyblue #dynamicId .landing-nav.navbar-default .navbar-toggler {
    position: absolute;
    top: 20px;
    right: 20px;
  }
  .theme-skyblue #dynamicId .landing-nav.navbar-default .navbar-toggler span {
    background: #0e3f60;
  }
  .theme-skyblue #dynamicId .landing-nav.navbar-default .navbar-brand {
    top: 10px;
  }
  .theme-skyblue #dynamicId .landing-nav.navbar-default #navbarDefault {
    position: absolute;
    width: 100%;
    background: #0d3f60;
    left: 0;
    right: 0;
    top: 62px;
    margin: 0 !important;
  }
  .theme-skyblue #dynamicId .landing-nav.navbar-default #navbarDefault ul.navbar-nav li.nav-item {
    padding-bottom: 0;
  }
  .theme-skyblue #dynamicId .landing-nav.navbar-default #navbarDefault ul.navbar-nav li.nav-item a.nav-link {
    color: white !important;
    border-bottom: solid 1px rgba(255, 255, 255, 0.3098039216);
    padding: 0 10px !important;
    line-height: 45px !important;
  }
  .theme-skyblue #dynamicId .landing-nav.navbar-default #navbarDefault ul.navbar-nav li.nav-item:last-of-type {
    border: 0;
  }
  .theme-skyblue #dynamicId #footer-wrapper {
    height: auto;
  }
  .theme-skyblue #dynamicId #footer-wrapper div {
    width: 100%;
    float: none !important;
    text-align: center;
    clear: both;
  }
  .theme-skyblue #dynamicId #footer-wrapper div.float-left ul {
    padding: 0 !important;
    margin: 0;
    display: block;
    width: 100%;
  }
  .theme-skyblue #dynamicId #footer-wrapper div.float-right {
    border-top: solid 1px rgba(255, 255, 255, 0.1490196078);
    padding-top: 8px;
  }
  .theme-skyblue #dynamicId #footer-wrapper div.float-right ul {
    float: none !important;
    display: inline-block;
    text-align: center;
    padding: 0 !important;
    margin-right: 10px;
    margin-bottom: 0 !important;
  }
  .theme-skyblue #dynamicId .secondery-header .float-left ul {
    float: right !important;
  }
  .theme-skyblue #dynamicId .sub-navigation {
    display: none;
  }
  .theme-skyblue #dynamicId .donation--btn {
    margin: 0;
  }
  .theme-skyblue #dynamicId .main-content .register_box .form-group .col-form-label {
    line-height: normal !important;
  }
  .theme-skyblue #dynamicId .main-content .register_box .form-group .mat-form-field-appearance-legacy .mat-form-field-infix {
    border-top: 0 !important;
  }
  .theme-skyblue #dynamicId .user-management-c h3, .theme-skyblue #dynamicId .user-management-c .h3 {
    margin-bottom: 20px;
  }
  .theme-skyblue #dynamicId .searchUserFields {
    /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  }
  .theme-skyblue #dynamicId .searchUserFields .mat-form-field-infix {
    border-top: 0;
  }
  .theme-skyblue #dynamicId .searchUserFields .mat-mdc-input-element {
    line-height: normal !important;
  }
  .theme-skyblue #dynamicId .user-icons a {
    margin-bottom: 15px;
  }
  .theme-skyblue #dynamicId .eventDesc-inr {
    margin-top: 0 !important;
  }
  .theme-skyblue #dynamicId .events-bottom-icon {
    position: static;
  }
  .theme-skyblue #dynamicId .events-bottom-icon .evnt-modal-icns {
    margin-bottom: 20px;
  }
  .theme-skyblue #dynamicId .evnt-desc-m {
    padding-left: 15px;
    margin-bottom: 15px;
  }
  .theme-skyblue #dynamicId .event-heading-a {
    padding-left: 15px;
  }
  .theme-skyblue #dynamicId .eventTime label {
    width: 100%;
    margin-top: 20px;
  }
  .theme-skyblue #dynamicId .eventDescrption .eventDesc-i {
    margin-left: 0;
    margin-right: 0;
  }
  .theme-skyblue #dynamicId .event-calendar-c {
    padding-left: 0;
    margin-bottom: 20px;
  }
  .theme-skyblue #dynamicId .event-calendar-c owl-date-time-inline .owl-dt-inline-container {
    width: 18.5em;
    float: none;
    margin: auto;
  }
  .theme-skyblue #dynamicId .mat-mdc-tab-group .mat-mdc-tab-header .mat-tab-list .mat-tab-labels .mat-tab-label {
    min-width: auto;
    padding: 0 10px;
  }
  .theme-skyblue #dynamicId .login-box-c .login-right .btns-container {
    display: table;
    margin: 0 auto;
    width: 100%;
  }
  .theme-skyblue #dynamicId .login-box-c .login-right .btns-container button {
    width: 60%;
    text-align: center;
    display: block;
    margin: 20px auto;
    line-height: 30px;
  }
  .theme-skyblue #dynamicId .login-box-c .login-right .btns-container button i {
    float: left;
  }
  .theme-skyblue #dynamicId .login-middle {
    margin: 50px 0;
  }
  .theme-skyblue #dynamicId .login-box-c .login-middle .ver-line {
    width: 100%;
  }
  .theme-skyblue #dynamicId .login-box-c .login-middle .ver-line:after {
    width: 100% !important;
    height: 1px;
  }
  .theme-skyblue #dynamicId .login-box-c .login-right button {
    display: inline-block;
    margin-right: 20px;
  }
  .theme-skyblue #dynamicId [class*=col].no-padding {
    flex: none;
  }
  .theme-skyblue #dynamicId .main-content .banner figcaption {
    font-size: 1.1rem;
    top: 3.5rem;
  }
  .theme-skyblue #dynamicId .link-a span {
    font-size: 18px;
  }
  .theme-skyblue #dynamicId .list-a li {
    width: 33.333%;
  }
  .theme-skyblue #dynamicId .intro .intro-title-top {
    margin-bottom: 2rem;
  }
  .theme-skyblue #dynamicId .intro .intro-subtitle.intro-price {
    padding-top: 3rem;
  }
  .theme-skyblue #dynamicId .card-overlay-a-content {
    bottom: 0px;
  }
  .theme-skyblue #dynamicId .card-header-b {
    bottom: 20px;
  }
  .theme-skyblue #dynamicId .card-box-d .card-overlay-hover {
    padding: 5px 40px 5px 35px;
  }
  .theme-skyblue #dynamicId .card-box-d .title-d {
    margin: 1rem 0;
  }
  .theme-skyblue #dynamicId .card-box-d .card-body-d p {
    margin-bottom: 12px;
  }
  .theme-skyblue #dynamicId .sinse-box {
    padding: 3rem 4.5rem;
  }
  .theme-skyblue #dynamicId #futuredEvents .tab-content .tab-pane .carousel-wrapper {
    height: 62vh;
  }
  .theme-skyblue #dynamicId #futuredEvents .tab-content .tab-pane .carousel-wrapper owl-carousel .owl-item {
    height: 62vh;
  }
  .theme-skyblue #dynamicId #futuredEvents .tab-content .tab-pane .carousel-wrapper owl-carousel .owl-item > div {
    height: 62vh;
  }
  .theme-skyblue #dynamicId #futuredEvents .tab-content .tab-pane .carousel-wrapper owl-carousel .owl-item img[alt="Event Image"] {
    height: 100%;
  }
  .theme-skyblue #dynamicId #futuredEvents .tab-content .tab-pane .carousel-wrapper owl-carousel .owl-nav button.owl-prev {
    left: -44px;
  }
  .theme-skyblue #dynamicId #futuredEvents .tab-content .tab-pane .carousel-wrapper owl-carousel .owl-nav button.owl-next {
    right: -43px;
  }
  .theme-skyblue #dynamicId .our-donor-slider .carousel-wrapper .owl-item {
    height: 18vh;
  }
  .theme-skyblue #dynamicId #mainBanner .carousel-wrapper .owl-nav, .theme-skyblue #dynamicId #mainBanner .carousel-wrapper .owl-dots {
    display: none;
  }
  .theme-skyblue #dynamicId .avatar-upload .avatar-edit input + label {
    width: 80px;
    height: 70px;
    border-radius: 0;
  }
  .theme-skyblue #dynamicId .req-text {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 812px) {
  .theme-skyblue #dynamicId #header .header-menu .navbar .navbar-nav li.dropdown .header-menu-wrapper {
    height: 250px;
  }
  .theme-skyblue #dynamicId #fund-donation-screen .our-donor-says {
    height: 382px;
  }
  .theme-skyblue #dynamicId .landing-nav.navbar-default #navbarDefault {
    height: 320px;
    overflow: auto;
    overflow-x: hidden;
  }
  .theme-skyblue #dynamicId .landing-nav.navbar-default #navbarDefault ul.navbar-nav li.nav-item a.nav-link:before {
    content: none;
  }
  .theme-skyblue #dynamicId .landing-nav.navbar-default #navbarDefault ul.navbar-nav li.nav-item a.nav-link:hover {
    color: white !important;
  }
  .theme-skyblue #dynamicId .landing-nav.navbar-default #navbarDefault ul.navbar-nav li.nav-item:hover {
    background: #0769ab !important;
  }
  .theme-skyblue #dynamicId .db-icons-wrapper .db-icons-inner {
    width: 132px;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .theme-skyblue #dynamicId .card-box-a:hover .card-overlay-a-content {
    bottom: 64px;
  }
}
@media (max-width: 768px) {
  .theme-skyblue #dynamicId {
    /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
    /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
    /* TODO(mdc-migration): The following rule targets internal classes of tabs that may no longer apply for the MDC version.*/
  }
  .theme-skyblue #dynamicId mat-radio-group[formcontrolname=eventCategory] .mat-mdc-radio-button ~ .mat-radio-button, .theme-skyblue #dynamicId mat-radio-group[formcontrolname=visibility] .mat-mdc-radio-button ~ .mat-radio-button {
    margin-left: 0;
  }
  .theme-skyblue #dynamicId .event-ticket-book-new {
    /* TODO(mdc-migration): The following rule targets internal classes of tabs that may no longer apply for the MDC version.*/
  }
  .theme-skyblue #dynamicId .event-ticket-book-new mat-tab-group .card.bg-light {
    min-height: auto;
  }
  .theme-skyblue #dynamicId .event-ticket-book-new ul.list-group.list-group-flush li.list-group-item .event-thumb span {
    right: 7px;
  }
  .theme-skyblue #dynamicId .event-filter {
    /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
    /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  }
  .theme-skyblue #dynamicId .event-filter mat-radio-group {
    /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  }
  .theme-skyblue #dynamicId .event-filter mat-radio-group mat-radio-button {
    width: 100%;
  }
  .theme-skyblue #dynamicId #fund-donation-screen .our-donor-says {
    height: 356px;
  }
  .theme-skyblue #dynamicId .event-ticket-get-involve .mat-mdc-radio-button ~ .mat-radio-button {
    margin-left: 16px;
  }
  .theme-skyblue #dynamicId .db-icons-wrapper .db-icons-inner {
    width: 155px;
  }
  .theme-skyblue #dynamicId #header .header-menu > .col-12.p-0 {
    position: static;
  }
  .theme-skyblue #dynamicId #header .header-menu .navbar {
    min-width: 70%;
    border: 0;
    background: none !important;
    position: fixed;
    top: 0;
    left: 0;
    height: 70px !important;
    padding-right: 0 !important;
  }
  .theme-skyblue #dynamicId #header .header-menu .navbar button {
    cursor: pointer;
  }
  .theme-skyblue #dynamicId #header .header-menu .navbar button.navbar-toggler {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    background: white;
    text-align: center;
    font-size: 20px;
    padding: 0;
    margin: 20px 0 0 20px;
  }
  .theme-skyblue #dynamicId #header .header-menu .navbar .navbar-nav li.dropdown .dropdown-toggle {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 9999;
    font-size: 20px !important;
    box-shadow: none;
  }
  .theme-skyblue #dynamicId #header .header-menu .navbar .navbar-nav li.dropdown .dropdown-toggle + span {
    display: none;
  }
  .theme-skyblue #dynamicId #header .header-menu .navbar .navbar-nav li.dropdown .header-menu-wrapper {
    width: 768px;
    float: left;
    overflow: auto;
    height: 400px;
    box-shadow: none;
    margin-top: -5px;
  }
  .theme-skyblue #dynamicId #header .header-menu .navbar .navbar-nav li.dropdown .header-menu-wrapper h1, .theme-skyblue #dynamicId #header .header-menu .navbar .navbar-nav li.dropdown .header-menu-wrapper .h1 {
    line-height: 30px;
    padding-top: 6px;
  }
  .theme-skyblue #dynamicId #header .header-menu .navbar .navbar-nav li.dropdown .header-menu-wrapper .col-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .theme-skyblue #dynamicId #header.change-color .header-menu .navbar .navbar-nav li.dropdown .header-menu-wrapper {
    height: auto;
  }
  .theme-skyblue #dynamicId #header.change-color .header-menu .navbar .navbar-nav li.dropdown .header-menu-wrapper .member-nav-menu {
    border: solid 1px rgba(0, 0, 0, 0.168627451);
  }
  .theme-skyblue #dynamicId #header.change-color .header-menu .navbar .navbar-nav li.dropdown .header-menu-wrapper .member-nav-menu .col-12 {
    border: 0;
    border-bottom: solid 1px rgba(0, 0, 0, 0.168627451);
    max-height: 50px;
    text-align: left;
  }
  .theme-skyblue #dynamicId #header.change-color .header-menu .navbar .navbar-nav li.dropdown .header-menu-wrapper .member-nav-menu .col-12:last-of-type {
    border-bottom: 0;
  }
  .theme-skyblue #dynamicId #header.change-color .header-menu .navbar .navbar-nav li.dropdown .header-menu-wrapper .member-nav-menu .col-12 a {
    margin-left: 20px;
    line-height: 56px;
  }
  .theme-skyblue #dynamicId #header.change-color .header-menu .navbar .navbar-nav li.dropdown .header-menu-wrapper .member-nav-menu .col-12 a br {
    display: none;
  }
  .theme-skyblue #dynamicId #header.change-color .header-menu .navbar .navbar-nav li.dropdown .header-menu-wrapper .member-nav-menu .col-12 a img {
    margin-right: 12px;
  }
  .theme-skyblue #dynamicId .navbar-default.navbar-trans .nav-item, .theme-skyblue #dynamicId .navbar-default.navbar-reduce .nav-item {
    margin-left: 15px;
  }
  .theme-skyblue #dynamicId .navbar-default .dropdown .dropdown-menu {
    border-top: 4px solid #3a8bc2;
    border-left: 0;
    display: block;
    position: absolute;
    box-shadow: 0 2px rgba(17, 16, 15, 0.1), 0 2px 10px rgba(20, 19, 18, 0.1);
  }
  .theme-skyblue #dynamicId app-layout app-header header {
    height: 0;
    position: relative;
    z-index: 99;
  }
  .theme-skyblue #dynamicId app-layout app-header header .user-area {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 10px;
  }
  .theme-skyblue #dynamicId app-layout app-header header .user-area .dropdown-toggle span {
    color: white;
  }
  .theme-skyblue #dynamicId app-layout app-right-panel {
    margin-top: 130px;
    margin-bottom: 170px;
  }
  .theme-skyblue #dynamicId .secondery-header {
    height: 70px;
    display: block !important;
  }
  .theme-skyblue #dynamicId .secondery-header img[alt=Logo] {
    float: none !important;
    margin: 0 auto;
    display: block;
    margin-top: 12px;
    width: auto;
  }
  .theme-skyblue #dynamicId .secondery-header .container-fluid, .theme-skyblue #dynamicId .secondery-header .container-sm, .theme-skyblue #dynamicId .secondery-header .container-md, .theme-skyblue #dynamicId .secondery-header .container-lg, .theme-skyblue #dynamicId .secondery-header .container-xl, .theme-skyblue #dynamicId .secondery-header .container-xxl {
    padding: 0 !important;
  }
  .theme-skyblue #dynamicId .secondery-header .float-left {
    width: 100%;
  }
  .theme-skyblue #dynamicId .secondery-header .float-left .second-nav {
    float: none !important;
    text-align: center;
    padding: 0 10px !important;
    margin: 10px 0 !important;
    background: #1375bb;
  }
  .theme-skyblue #dynamicId .secondery-header .float-left .second-nav li a {
    margin-right: 5px;
    font-size: 14px !important;
    color: white;
  }
  .theme-skyblue #dynamicId .secondery-header .float-right {
    width: auto;
    position: absolute;
    margin-top: 2px;
    right: 10px;
    display: block;
  }
  .theme-skyblue #dynamicId #futuredEvents .nav-tabs {
    display: flex;
  }
  .theme-skyblue #dynamicId #futuredEvents .card {
    border: none;
  }
  .theme-skyblue #dynamicId #futuredEvents .card .card-header {
    display: none;
  }
  .theme-skyblue #dynamicId #futuredEvents .card .collapse {
    display: block;
  }
  .theme-skyblue #dynamicId #futuredEvents .tab-content .tab-pane .carousel-wrapper {
    height: auto;
  }
  .theme-skyblue #dynamicId #futuredEvents .tab-content .tab-pane .carousel-wrapper owl-carousel .owl-item {
    height: auto;
  }
  .theme-skyblue #dynamicId #futuredEvents .tab-content .tab-pane .carousel-wrapper owl-carousel .owl-item > div {
    height: 28vh;
  }
  .theme-skyblue #dynamicId #ourDonorSays .carousel-wrapper {
    height: auto;
  }
  .theme-skyblue #dynamicId .org-logo-c {
    height: 80px;
  }
  .theme-skyblue #dynamicId #myProfile .card .card-header {
    font-size: 1.2rem !important;
  }
  .theme-skyblue #dynamicId .modal-xl {
    width: 90%;
    max-width: 1200px;
  }
  .theme-skyblue #dynamicId .right-side-box img {
    display: block;
    margin: 0 auto 20px auto !important;
  }
  .theme-skyblue #dynamicId .evnt-social-icn {
    margin: 15px 0;
    text-align: right;
  }
  .theme-skyblue #dynamicId .mat-mdc-tab-group .mat-mdc-tab-header .mat-tab-list .mat-tab-labels .mat-tab-label {
    font-size: 13px;
    padding: 0 7px;
  }
  .theme-skyblue #dynamicId .donation-ack button {
    width: 30.3333%;
    margin-bottom: 10px;
  }
  .theme-skyblue #dynamicId .back-to-top {
    bottom: 15px;
  }
  .theme-skyblue #dynamicId .card-box-a:hover .card-overlay-a-content {
    bottom: 60px;
  }
  .theme-skyblue #dynamicId .link-a {
    font-size: 0.9rem;
  }
  .theme-skyblue #dynamicId .link-a span {
    font-size: 1.5rem;
  }
  .theme-skyblue #dynamicId .box-collapse {
    width: 50%;
  }
  .theme-skyblue #dynamicId .intro .intro-body {
    padding-left: 2rem;
  }
  .theme-skyblue #dynamicId .intro .intro-title-top {
    margin-bottom: 1rem;
  }
  .theme-skyblue #dynamicId .intro .intro-subtitle.intro-price {
    padding-top: 2rem;
  }
  .theme-skyblue #dynamicId .grid .card-box-a, .theme-skyblue #dynamicId .grid .card-box-b, .theme-skyblue #dynamicId .grid .card-box-c, .theme-skyblue #dynamicId .grid .card-box-d {
    margin-bottom: 2.5rem;
  }
  .theme-skyblue #dynamicId .card-box-a:hover .card-overlay-a-content {
    bottom: 60px;
  }
  .theme-skyblue #dynamicId .card-box-a:hover .card-body-a {
    padding-bottom: 1rem;
  }
  .theme-skyblue #dynamicId .card-box-a:hover .img-a, .theme-skyblue #dynamicId .card-box-a:hover .img-b {
    transform: scale(1.2);
  }
  .theme-skyblue #dynamicId .card-box-b:hover .img-a, .theme-skyblue #dynamicId .card-box-b:hover .img-b {
    transform: scale(1.2);
  }
  .theme-skyblue #dynamicId .card-overlay-a-content {
    bottom: -20px;
  }
  .theme-skyblue #dynamicId .card-header-b {
    bottom: 0px;
  }
  .theme-skyblue #dynamicId .card-box-d .card-overlay-hover {
    padding: 5px 15px 5px 10px;
  }
  .theme-skyblue #dynamicId .card-box-d .title-d, .theme-skyblue #dynamicId .card-box-d .content-d {
    margin: 0.5rem 0;
  }
  .theme-skyblue #dynamicId .card-box-d .card-body-d p {
    margin-bottom: 8px;
  }
  .theme-skyblue #dynamicId .about-img-box {
    padding-left: 5rem;
  }
  .theme-skyblue #dynamicId .sinse-box {
    padding: 1.5rem 3rem;
  }
  .theme-skyblue #dynamicId .btnLogin {
    padding: 6px 8px;
  }
  .theme-skyblue #dynamicId #mainBanner .carousel-wrapper {
    height: auto;
  }
  .theme-skyblue #dynamicId #main-header-wrapper.sticky header {
    transform: none;
  }
  .theme-skyblue #dynamicId #myProfile .card.main-card {
    height: auto;
  }
  .theme-skyblue #dynamicId #myProfile .card.main-card .about-me-img .aboutme_img {
    height: auto;
    width: auto;
  }
  .theme-skyblue #dynamicId .table-scroll-c table thead th, .theme-skyblue #dynamicId .table-scroll-c table thead td, .theme-skyblue #dynamicId .table-scroll-c table tbody th, .theme-skyblue #dynamicId .table-scroll-c table tbody td {
    white-space: nowrap;
  }
  .theme-skyblue #dynamicId .list-alphabet-c {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .theme-skyblue #dynamicId .list-alphabet-c ul {
    display: block;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .theme-skyblue #dynamicId {
    /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
  }
  .theme-skyblue #dynamicId .avatar-edit label img.camera_icon {
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    margin: auto;
  }
  .theme-skyblue #dynamicId .req-text {
    width: 100%;
    text-align: center;
  }
  .theme-skyblue #dynamicId #header .header-menu .navbar button.navbar-toggler {
    display: none;
  }
  .theme-skyblue #dynamicId #header .header-menu .navbar #bs-example-navbar-collapse-1 {
    display: block;
  }
  .theme-skyblue #dynamicId #header .header-menu .navbar #bs-example-navbar-collapse-1 .header-menu-wrapper {
    margin-top: 65px;
    width: 100%;
  }
  .theme-skyblue #dynamicId .get-in-touch-w {
    margin-top: 10px !important;
  }
  .theme-skyblue #dynamicId footer {
    margin-top: -1px;
  }
  .theme-skyblue #dynamicId .left-columns--c {
    height: auto !important;
  }
  .theme-skyblue #dynamicId .btn.c-button.mat-button-toggle {
    padding: 5px 2px;
  }
  .theme-skyblue #dynamicId .carousel-wrapper {
    height: 48vh;
  }
  .theme-skyblue #dynamicId .carousel-wrapper .owl-item {
    height: 48vh;
  }
  .theme-skyblue #dynamicId .carousel-wrapper .owl-item > div {
    height: 48vh;
  }
  .theme-skyblue #dynamicId .section-t8 {
    padding-top: 4rem;
  }
  .theme-skyblue #dynamicId .section-t4 {
    padding-top: 2rem;
  }
  .theme-skyblue #dynamicId .section-md-t3 {
    padding-top: 10px;
  }
  .theme-skyblue #dynamicId .section-tb85 {
    padding: 4rem 0 2.5rem 0;
  }
  .theme-skyblue #dynamicId .intro-single {
    padding-top: 9rem;
  }
  .theme-skyblue #dynamicId .card-box-a, .theme-skyblue #dynamicId .card-box-b, .theme-skyblue #dynamicId .card-box-c, .theme-skyblue #dynamicId .card-box-d {
    margin-bottom: 2.5rem;
  }
  .theme-skyblue #dynamicId .card-box-a .card-overlay-a-content {
    bottom: 65px;
  }
  .theme-skyblue #dynamicId .card-box-a .card-body-a {
    padding-bottom: 1rem;
  }
  .theme-skyblue #dynamicId .property-agent {
    margin-top: 2.5rem;
  }
  .theme-skyblue #dynamicId .card-box-c {
    margin-bottom: 2rem;
  }
  .theme-skyblue #dynamicId .card-body-c {
    padding: 0;
  }
  .theme-skyblue #dynamicId .main-content .form-input-border-line .card-body .left-box {
    border-right: none !important;
  }
  .theme-skyblue #dynamicId .arrow1, .theme-skyblue #dynamicId .arrow {
    display: none;
  }
  .theme-skyblue #dynamicId .event-calendar-c owl-date-time-inline .owl-dt-inline-container {
    width: 100% !important;
  }
  .theme-skyblue #dynamicId .owl-dt-inline-container .owl-dt-calendar, .theme-skyblue #dynamicId .owl-dt-popup-container .owl-dt-calendar {
    height: 100%;
  }
  .theme-skyblue #dynamicId .event-heading-a {
    display: inline-block;
    margin-bottom: 15px;
  }
  .theme-skyblue #dynamicId app-left-panel {
    padding: 0;
  }
  .theme-skyblue #dynamicId .main-content .register_box {
    flex: 0 0 90.333333%;
    max-width: 90.333333%;
  }
  .theme-skyblue #dynamicId .main-content .banner figcaption {
    font-size: 1.1rem;
    top: 1.5rem;
  }
}
@media (max-width: 736px) {
  .theme-skyblue #dynamicId #fund-donation-screen .our-donor-says {
    height: 380px;
  }
  .theme-skyblue #dynamicId .db-icons-wrapper .db-icons-inner {
    width: 146px;
  }
  .theme-skyblue #dynamicId app-layout app-right-panel {
    margin-bottom: 190px;
  }
  .theme-skyblue #dynamicId .sendOtp {
    white-space: nowrap;
  }
  .theme-skyblue #dynamicId .org-logo-upload {
    margin: auto;
  }
  .theme-skyblue #dynamicId .req-text {
    line-height: 16px;
  }
  .theme-skyblue #dynamicId .avatar-upload .avatar-edit input + label {
    width: 50px;
    height: 50px;
  }
  .theme-skyblue #dynamicId .avatar-upload .avatar-edit input + label img {
    width: 40px;
    height: auto;
  }
  .theme-skyblue #dynamicId #mainBanner .carousel-wrapper {
    height: 48vh;
  }
  .theme-skyblue #dynamicId #futuredEvents .tab-content .tab-pane .carousel-wrapper owl-carousel .owl-item > div {
    height: 82vh;
  }
  .theme-skyblue #dynamicId .our-donor-slider .carousel-wrapper .owl-item {
    height: auto;
  }
}
@media (max-width: 667px) {
  .theme-skyblue #dynamicId #header .header-menu .navbar .navbar-nav li.dropdown .header-menu-wrapper {
    height: 310px;
  }
  .theme-skyblue #dynamicId .db-icons-wrapper .db-icons-inner {
    width: 128px;
  }
}
@media (min-width: 576px) {
  .theme-skyblue #dynamicId .about-img-box {
    padding-left: 4rem;
  }
  .theme-skyblue #dynamicId .sinse-box {
    padding: 1.5rem 2.5rem;
    bottom: 20px;
  }
  .theme-skyblue #dynamicId .sinse-box p {
    font-size: 0.8rem;
  }
}
@media (max-width: 575.99px) {
  .theme-skyblue #dynamicId .list-alphabet-c ul.list-inline {
    display: block;
    padding-left: 0 !important;
  }
  .theme-skyblue #dynamicId .media-news-img {
    margin-bottom: 15px;
  }
  .theme-skyblue #dynamicId .share-button {
    top: -15px;
  }
  .theme-skyblue #dynamicId .navbar-expand-lg > .container, .theme-skyblue #dynamicId .navbar-expand-lg > .container-fluid, .theme-skyblue #dynamicId .navbar-expand-lg > .container-sm, .theme-skyblue #dynamicId .navbar-expand-lg > .container-md, .theme-skyblue #dynamicId .navbar-expand-lg > .container-lg, .theme-skyblue #dynamicId .navbar-expand-lg > .container-xl, .theme-skyblue #dynamicId .navbar-expand-lg > .container-xxl {
    padding: 0 15px;
  }
  .theme-skyblue #dynamicId #donateNow {
    width: 100%;
  }
  .theme-skyblue #dynamicId #donateNow .donateNowBlock {
    position: relative;
    height: auto;
    margin-top: 0;
    padding: 10px;
    border: 0 !important;
  }
  .theme-skyblue #dynamicId #donateNow .donateNowBlock .donateBlock-1 .donateNowHeading {
    font-size: 20px;
    background: none;
    text-align: left;
    color: #000000;
    line-height: normal;
  }
  .theme-skyblue #dynamicId #donateNow .donateNowBlock .donateBlock-1 .donateNowHeading:after {
    content: none;
  }
  .theme-skyblue #dynamicId #donateNow .donateNowBlock .donateBlock-2 {
    padding: 0 15px;
    /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  }
  .theme-skyblue #dynamicId #donateNow .donateNowBlock .donateBlock-2 mat-radio-group {
    margin-top: 10px;
  }
  .theme-skyblue #dynamicId #donateNow .donateNowBlock .donateBlock-2 .or-v {
    position: relative;
    width: 100%;
    margin: 20px 0;
  }
  .theme-skyblue #dynamicId #donateNow .donateNowBlock .donateBlock-2 .or-v:before {
    width: 100%;
    position: absolute;
    height: 1px;
    content: "";
    background: #EAEAEA;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
  }
  .theme-skyblue #dynamicId #donateNow .donateNowBlock .donateBlock-3 mat-form-field {
    margin-top: 0 !important;
  }
  .theme-skyblue #dynamicId #donateNow .donateNowBlock .donateBlock-3 .col-12.col-md-4.col-lg-5 {
    padding: 0;
  }
  .theme-skyblue #dynamicId #donateNow .donateNowBlock .donateBlock-3 button {
    width: auto;
  }
  .theme-skyblue #dynamicId #futuredEvents .tab-content .tab-pane .carousel-wrapper owl-carousel .owl-item .event-heading {
    font-size: 19px;
    margin-top: 10px !important;
  }
  .theme-skyblue #dynamicId .volunteers-img {
    margin-top: 15px;
  }
  .theme-skyblue #dynamicId .footer-text p {
    text-align: center;
    padding: 10px 0;
    margin-bottom: 0;
  }
  .theme-skyblue #dynamicId .footer-text p, .theme-skyblue #dynamicId .footer-text a {
    font-size: 12px !important;
  }
  .theme-skyblue #dynamicId .box-collapse .title-box-d {
    left: 35px;
  }
  .theme-skyblue #dynamicId .box-collapse .title-box-d .title-d {
    font-size: 1.3rem;
  }
  .theme-skyblue #dynamicId .table-responsive-lg table-scroll-c {
    max-width: none;
  }
  .theme-skyblue #dynamicId body {
    display: block;
  }
  .theme-skyblue #dynamicId.open app-left-panel {
    width: 100%;
    max-width: 100%;
  }
  .theme-skyblue #dynamicId.open app-right-panel {
    margin-left: 0;
  }
  .theme-skyblue #dynamicId app-layout {
    display: block;
  }
  .theme-skyblue #dynamicId app-layout app-header {
    width: 100%;
  }
  .theme-skyblue #dynamicId app-layout app-left-panel {
    display: block;
    height: auto;
    min-height: inherit;
    width: 100%;
  }
  .theme-skyblue #dynamicId app-layout app-left-panel .navbar {
    margin-bottom: 0;
    max-width: 100%;
  }
  .theme-skyblue #dynamicId app-layout app-left-panel .navbar .navbar-header {
    height: 50px;
  }
  .theme-skyblue #dynamicId app-layout app-left-panel .navbar .navbar-brand {
    border-bottom: none;
    display: inline-block;
    line-height: 1;
    margin-top: 18px;
    min-height: inherit;
  }
  .theme-skyblue #dynamicId app-layout app-left-panel .navbar .navbar-brand.hidden {
    display: none;
  }
  .theme-skyblue #dynamicId app-layout app-left-panel .navbar .navbar-toggler {
    float: right;
    margin-top: 8px;
  }
  .theme-skyblue #dynamicId app-layout app-left-panel .navbar .navbar-nav li.menu-item-has-children a:before {
    top: 5px;
  }
  .theme-skyblue #dynamicId app-layout app-left-panel .navbar .menu-title {
    line-height: 30px;
  }
  .theme-skyblue #dynamicId app-layout app-right-panel {
    display: block;
    width: 100%;
  }
  .theme-skyblue #dynamicId app-layout app-right-panel header.header {
    padding: 5px 10px 1px 5px;
  }
  .theme-skyblue #dynamicId app-layout app-right-panel header.header div[class*=col] {
    padding: 0;
    width: initial;
  }
  .theme-skyblue #dynamicId app-layout app-right-panel header.header .col-sm-7 {
    float: left;
  }
  .theme-skyblue #dynamicId app-layout app-right-panel header.header .col-sm-5 {
    float: right;
  }
  .theme-skyblue #dynamicId app-layout app-right-panel .breadcrumbs {
    padding: 10px 15px;
  }
  .theme-skyblue #dynamicId app-layout app-right-panel .breadcrumbs div[class*=col] {
    padding: 0;
  }
  .theme-skyblue #dynamicId app-layout app-right-panel .breadcrumbs .page-header {
    min-height: inherit;
    padding: 0;
  }
  .theme-skyblue #dynamicId app-layout app-right-panel .breadcrumbs .page-header h1, .theme-skyblue #dynamicId app-layout app-right-panel .breadcrumbs .page-header .h1 {
    padding: 5px 0;
  }
  .theme-skyblue #dynamicId app-layout app-right-panel .breadcrumbs .page-header.float-right {
    float: left;
    text-align: left;
    width: 100%;
  }
  .theme-skyblue #dynamicId app-layout app-right-panel .breadcrumbs .page-header.float-right .breadcrumb {
    padding: 0;
  }
  .theme-skyblue #dynamicId app-layout app-right-panel .content {
    padding: 0 10px;
  }
  .theme-skyblue #dynamicId app-layout app-right-panel .content .card .card-title {
    margin-bottom: 0;
  }
  .theme-skyblue #dynamicId app-layout app-right-panel .content .card .card-footer {
    padding: 15px 5px;
  }
  .theme-skyblue #dynamicId app-layout app-right-panel .content .card .card-footer ul {
    margin: 0;
  }
  .theme-skyblue #dynamicId app-layout app-right-panel .content .card .card-footer ul li {
    float: left;
    margin: 5px 0;
    padding: 0 10px;
    width: 33.33%;
  }
  .theme-skyblue #dynamicId app-layout app-right-panel .content div[class*=col] {
    padding: 0;
  }
  .theme-skyblue #dynamicId app-layout app-right-panel .content .row div[class*=col] {
    padding: 0 10px;
  }
  .theme-skyblue #dynamicId app-layout app-right-panel .content .nav-tabs .nav-link,
  .theme-skyblue #dynamicId app-layout app-right-panel .content .nav-pills .nav-link {
    padding: 0.5rem;
  }
  .theme-skyblue #dynamicId app-layout app-right-panel .content .tab-content.pl-3 {
    padding-left: 0 !important;
  }
  .theme-skyblue #dynamicId app-layout app-right-panel .content #bootstrap-data-table_wrapper {
    font-size: 14px;
    padding: 0;
  }
  .theme-skyblue #dynamicId app-layout app-right-panel .content #bootstrap-data-table_wrapper div[class*=col] {
    padding: 0;
  }
  .theme-skyblue #dynamicId app-layout app-right-panel .content #bootstrap-data-table_wrapper .table td, .theme-skyblue #dynamicId app-layout app-right-panel .content #bootstrap-data-table_wrapper .table th {
    padding: 5px;
  }
  .theme-skyblue #dynamicId .donation-ack button {
    width: 100%;
    margin-bottom: 17px !important;
    margin-top: 0 !important;
    text-align: center;
  }
  .theme-skyblue #dynamicId .menutoggle {
    display: none;
  }
  .theme-skyblue #dynamicId #header .header-menu .navbar .navbar-nav li.dropdown .header-menu-wrapper {
    height: 450px;
  }
}
@media (max-width: 480px) {
  .theme-skyblue #dynamicId {
    /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
    /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
    /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
    /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
    /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
    /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
    /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  }
  .theme-skyblue #dynamicId mat-button-toggle-group {
    display: block;
    text-align: center;
    /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
    /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
    /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
    /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
  }
  .theme-skyblue #dynamicId mat-button-toggle-group mat-button-toggle.btn.c-button {
    /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
    /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
    /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
  }
  .theme-skyblue #dynamicId mat-button-toggle-group mat-button-toggle.btn.c-button.mat-button-toggle button {
    /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
    /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
  }
  .theme-skyblue #dynamicId mat-button-toggle-group mat-button-toggle.btn.c-button.mat-button-toggle button.mat-button-toggle-button {
    /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
  }
  .theme-skyblue #dynamicId mat-button-toggle-group mat-button-toggle.btn.c-button.mat-button-toggle button.mat-button-toggle-button .mat-button-toggle-label-content {
    padding: 0 34px;
    line-height: 28px !important;
  }
  .theme-skyblue #dynamicId .event-activities {
    /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
    /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  }
  .theme-skyblue #dynamicId .event-activities mat-radio-group.gender .mat-mdc-radio-button ~ .mat-radio-button {
    margin-left: 16px;
  }
  .theme-skyblue #dynamicId #header.change-color .header-menu .navbar .navbar-nav li.dropdown .header-menu-wrapper .member-nav-menu {
    width: 300px;
  }
  .theme-skyblue #dynamicId .event-ticket-get-involve .mat-mdc-radio-button ~ .mat-radio-button {
    margin-left: 0;
  }
  .theme-skyblue #dynamicId .event-ticket-get-involve .gender .mat-mdc-radio-button ~ .mat-radio-button {
    margin-left: 16px;
  }
  .theme-skyblue #dynamicId .profile-labels p span::nth-child(2) {
    margin-right: 5px;
  }
  .theme-skyblue #dynamicId .profile-labels p span:first-of-type {
    min-width: auto;
    margin-right: 5px;
  }
  .theme-skyblue #dynamicId .profile-labels p span:last-of-type {
    width: 100%;
  }
  .theme-skyblue #dynamicId .modal {
    padding-right: 0;
    padding-left: 0;
  }
  .theme-skyblue #dynamicId .mat-checkbox-inner-container {
    margin: 0 8px 0 0;
    top: 2px;
  }
  .theme-skyblue #dynamicId .membership-tabs .org-logo-upload {
    min-height: 118px;
  }
  .theme-skyblue #dynamicId #collapseExample b {
    text-align: center;
    display: block;
    width: 40px;
    height: 40px;
    margin: auto;
    border: solid 1px #ddd;
    line-height: 40px;
    border-radius: 40px;
    position: relative;
    top: 10px;
  }
  .theme-skyblue #dynamicId .bank-details-labels label {
    width: 100%;
    margin-top: 10px;
  }
  .theme-skyblue #dynamicId .thumbnail-img-sm {
    height: 160px;
  }
  .theme-skyblue #dynamicId .event-ticket-book-new ul.list-group.list-group-flush li.list-group-item .event-thumb span {
    bottom: 10px;
    right: 15px;
    width: 44%;
  }
  .theme-skyblue #dynamicId ol.steps li.steps__item {
    padding: 0 8px;
  }
  .theme-skyblue #dynamicId .donation-currency {
    text-align: left !important;
  }
  .theme-skyblue #dynamicId .db-icons-wrapper {
    padding: 0 !important;
  }
  .theme-skyblue #dynamicId .db-icons-wrapper .db-icons-inner {
    border-bottom: solid 1px #EAEAEA;
    border-right: 0;
    display: block;
    width: 100%;
    min-height: 47px;
    margin-bottom: 0;
    text-align: left;
    padding: 10px;
  }
  .theme-skyblue #dynamicId .db-icons-wrapper .db-icons-inner img {
    margin-bottom: 0;
    max-width: 32px;
    margin-right: 10px;
  }
  .theme-skyblue #dynamicId .db-icons-wrapper .db-icons-inner span {
    width: auto;
    display: inline-block;
  }
  .theme-skyblue #dynamicId .mat-mdc-radio-button ~ .mat-radio-button {
    margin-left: 0;
  }
  .theme-skyblue #dynamicId .btn-controls button {
    margin-bottom: 15px !important;
  }
  .theme-skyblue #dynamicId .manage-dashboard-wrapper.admin-dashboard-wrapper .org-logo-upload {
    min-height: 114px;
  }
  .theme-skyblue #dynamicId .manage-dashboard-wrapper.admin-dashboard-wrapper .org-logo-upload .avatar-upload .avatar-edit input + label {
    width: 50px;
  }
  .theme-skyblue #dynamicId .org-logo-upload {
    width: 91%;
    margin: auto;
  }
  .theme-skyblue #dynamicId .interests-w .interests-i {
    height: 120px;
  }
  .theme-skyblue #dynamicId .interests-w .interests-tags-w {
    margin-bottom: 10px;
  }
  .theme-skyblue #dynamicId .interests-w .interests-tags-w a {
    border-radius: 0;
    padding: 3px 6px;
  }
  .theme-skyblue #dynamicId .share-button {
    top: -10px;
    right: 10px;
  }
  .theme-skyblue #dynamicId .share-button img {
    width: 40%;
  }
  .theme-skyblue #dynamicId .share-button .social-networks {
    transform: scale(1) translateY(-40px);
  }
  .theme-skyblue #dynamicId .share-button .social-networks ul {
    height: 20px;
  }
  .theme-skyblue #dynamicId .share-button .social-networks li {
    width: 20px;
    height: 20px;
    line-height: 20px;
  }
  .theme-skyblue #dynamicId .media-news-img {
    margin-bottom: 10px;
  }
  .theme-skyblue #dynamicId .pressRelease button.btnBack, .theme-skyblue #dynamicId .speeches button.btnBack {
    margin: 0 !important;
    width: auto;
  }
  .theme-skyblue #dynamicId .about-committe {
    margin-top: 15px;
  }
  .theme-skyblue #dynamicId h1, .theme-skyblue #dynamicId .h1 {
    font-size: 24px;
  }
  .theme-skyblue #dynamicId #mainBanner .carousel-wrapper {
    height: 26vh;
  }
  .theme-skyblue #dynamicId #getInvolved .carousel-wrapper {
    margin-bottom: 10px;
  }
  .theme-skyblue #dynamicId #getInvolved .get-involve--events .row {
    margin-bottom: 10px !important;
  }
  .theme-skyblue #dynamicId #futuredEvents {
    width: 100%;
  }
  .theme-skyblue #dynamicId #futuredEvents #myTab .nav-item a.nav-link {
    padding: 0.5rem;
  }
  .theme-skyblue #dynamicId #futuredEvents .tab-content .tab-pane .carousel-wrapper {
    border-bottom: solid 1px #dbdbdb;
  }
  .theme-skyblue #dynamicId #futuredEvents .tab-content .tab-pane .carousel-wrapper owl-carousel .owl-item {
    height: 62vh;
  }
  .theme-skyblue #dynamicId #futuredEvents .tab-content .tab-pane .carousel-wrapper owl-carousel .owl-item > div {
    height: 31vh;
  }
  .theme-skyblue #dynamicId #futuredEvents .tab-content .tab-pane .carousel-wrapper owl-carousel .owl-item > div .row .col-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .theme-skyblue #dynamicId #futuredEvents .tab-content .tab-pane .carousel-wrapper owl-carousel .owl-item .home--event-img img {
    height: 126px;
  }
  .theme-skyblue #dynamicId #valunteersBlock {
    padding: 0;
  }
  .theme-skyblue #dynamicId #valunteersBlock .container {
    width: 100%;
  }
  .theme-skyblue #dynamicId #valunteersBlock button {
    width: 100%;
    margin-bottom: 20px !important;
  }
  .theme-skyblue #dynamicId #nataPresidentMessage {
    padding: 0;
  }
  .theme-skyblue #dynamicId #nataPresidentMessage .container {
    width: 100%;
  }
  .theme-skyblue #dynamicId #contactUs button {
    width: 100%;
  }
  .theme-skyblue #dynamicId #contactUs img[alt="Contact Us image"] {
    width: 100%;
  }
  .theme-skyblue #dynamicId .org-logo-upload {
    min-height: 100px;
  }
  .theme-skyblue #dynamicId .avatar-upload .avatar-edit input + label {
    width: 50px;
    height: 40px;
  }
  .theme-skyblue #dynamicId .req-text {
    line-height: 15px;
  }
  .theme-skyblue #dynamicId .config-wrapper {
    padding: 0;
  }
  .theme-skyblue #dynamicId .config-wrapper > .row .col-12.col-sm-6.col-lg-4 {
    padding: 0;
    /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  }
  .theme-skyblue #dynamicId .config-wrapper > .row .col-12.col-sm-6.col-lg-4:first-of-type {
    padding: 0 15px;
  }
  .theme-skyblue #dynamicId .config-wrapper > .row .col-12.col-sm-6.col-lg-4 mat-checkbox {
    padding: 0 15px;
  }
  .theme-skyblue #dynamicId .manage-dashboard-wrapper .dashboard-card .card h5.card-title, .theme-skyblue #dynamicId .manage-dashboard-wrapper .dashboard-card .card .card-title.h5 {
    font-size: 14px;
  }
  .theme-skyblue #dynamicId .manage-dashboard-wrapper .dashboard-card .card .card-icon {
    width: 50px;
    height: 50px;
    line-height: 40px;
  }
  .theme-skyblue #dynamicId .carousel-wrapper {
    height: 26vh;
  }
  .theme-skyblue #dynamicId .carousel-wrapper .owl-item {
    height: 26vh;
  }
  .theme-skyblue #dynamicId .carousel-wrapper .owl-item > div {
    height: 26vh;
  }
  .theme-skyblue #dynamicId .section-news-w {
    padding: 0 7px !important;
    margin-top: 20px;
  }
  .theme-skyblue #dynamicId .section-news-w .section-news {
    margin-top: 0 !important;
  }
  .theme-skyblue #dynamicId .section-news-w .section-news .owl-dots {
    bottom: 0;
  }
  .theme-skyblue #dynamicId .section-news-w .news-carousel {
    padding: 0px !important;
  }
  .theme-skyblue #dynamicId footer {
    padding-top: 20px;
  }
  .theme-skyblue #dynamicId footer#footer-wrapper {
    padding-top: 0;
  }
  .theme-skyblue #dynamicId footer#footer-wrapper .float-left ul li a {
    font-size: 10px !important;
  }
  .theme-skyblue #dynamicId footer#footer-wrapper div.float-right {
    padding-top: 0;
  }
  .theme-skyblue #dynamicId .footer-text p a {
    font-size: 12px !important;
  }
  .theme-skyblue #dynamicId .get-in-touch-w {
    margin-top: 0 !important;
  }
  .theme-skyblue #dynamicId .section-md-t3 {
    padding-top: 0;
  }
  .theme-skyblue #dynamicId .big-thanks owl-carousel .card-box-b.news-box {
    margin-bottom: 0;
  }
  .theme-skyblue #dynamicId .big-thanks owl-carousel .owl-dots {
    bottom: -10px;
  }
  .theme-skyblue #dynamicId .owl-nav {
    display: none;
  }
  .theme-skyblue #dynamicId .left-columns--c {
    height: auto !important;
  }
  .theme-skyblue #dynamicId .left-columns--c .left-columns-i > .col-sm-6 {
    padding: 0 !important;
    margin: 0 0 20px 0 !important;
  }
  .theme-skyblue #dynamicId .right-news-s {
    margin-top: 0 !important;
  }
  .theme-skyblue #dynamicId .intro-title-top {
    font-size: 14px;
    margin-bottom: 0;
  }
  .theme-skyblue #dynamicId .header-height-w {
    height: 70px;
  }
  .theme-skyblue #dynamicId .landing-nav.navbar-default {
    height: 50px;
  }
  .theme-skyblue #dynamicId .landing-nav.navbar-default #navbarDefault {
    top: 50px;
  }
  .theme-skyblue #dynamicId .landing-nav.navbar-default #navbarDefault ul li {
    padding-bottom: 0;
  }
  .theme-skyblue #dynamicId .landing-nav.navbar-default #navbarDefault ul li:last-of-type a {
    border-bottom: 0;
  }
  .theme-skyblue #dynamicId .landing-nav.navbar-default .navbar-brand {
    min-height: auto;
  }
  .theme-skyblue #dynamicId .landing-nav.navbar-default .navbar-brand img {
    height: 34px;
    width: auto;
  }
  .theme-skyblue #dynamicId .landing-nav.navbar-default .navbar-toggler {
    top: 7px;
    right: 10px;
  }
  .theme-skyblue #dynamicId .landing-nav.navbar-default .navbar-nav li > a.register-member-a {
    font-size: 14px !important;
    line-height: 8px !important;
  }
  .theme-skyblue #dynamicId .landing-nav.navbar-default .signin .logincheckbox {
    padding: 0;
  }
  .theme-skyblue #dynamicId .landing-nav.navbar-default .signin .logincheckbox .checkbox-content {
    width: 88%;
    font-size: 14px;
  }
  .theme-skyblue #dynamicId .landing-nav.navbar-default .signin .logincheckbox .checkbox-content a {
    font-size: 14px !important;
  }
  .theme-skyblue #dynamicId .landing-nav .header-sign--d {
    right: 45px;
    top: 10px;
  }
  .theme-skyblue #dynamicId .landing-nav .header-sign--d .get-started-btn {
    padding: 4px 7px;
  }
  .theme-skyblue #dynamicId .landing-nav .header-sign--d li {
    float: right !important;
  }
  .theme-skyblue #dynamicId #footer-wrapper ul li > * {
    font-size: 12px !important;
  }
  .theme-skyblue #dynamicId .user-area .dropdown-toggle span {
    display: none;
  }
  .theme-skyblue #dynamicId .secondery-header .float-left .second-nav li a {
    font-size: 12px !important;
  }
  .theme-skyblue #dynamicId #main-header-wrapper .secondery-header .organisation_Logo {
    width: 100%;
  }
  .theme-skyblue #dynamicId #main-header-wrapper .secondery-header .organisation_Logo img {
    width: auto;
  }
  .theme-skyblue #dynamicId #main-header-wrapper .secondery-header .float-left .second-nav {
    margin: 6px 0 !important;
  }
  .theme-skyblue #dynamicId #main-header-wrapper .secondery-header .float-right {
    right: 0;
    top: 8px;
  }
  .theme-skyblue #dynamicId app-layout app-header {
    width: 100%;
  }
  .theme-skyblue #dynamicId app-layout app-right-panel {
    width: 100%;
    margin-top: 120px;
    margin-bottom: 190px;
  }
  .theme-skyblue #dynamicId .open app-left-panel .navbar .navbar-nav li a {
    font-size: 14px;
  }
  .theme-skyblue #dynamicId .user-management-c h3, .theme-skyblue #dynamicId .user-management-c .h3 {
    font-size: 24px;
  }
  .theme-skyblue #dynamicId .sms-msg-btns button:nth-child(2) {
    margin-top: 1rem !important;
  }
  .theme-skyblue #dynamicId .search-user-btns ul li button {
    white-space: nowrap;
    margin-top: 0 !important;
  }
  .theme-skyblue #dynamicId .region-btn .btnBack {
    margin-bottom: 15px !important;
  }
  .theme-skyblue #dynamicId .uploaded-file span {
    min-width: 110px;
  }
  .theme-skyblue #dynamicId #btnUserCancel {
    margin-top: 1rem !important;
  }
  .theme-skyblue #dynamicId .event-heading-a {
    display: inline-block;
  }
  .theme-skyblue #dynamicId .activity-comments .activity-block {
    margin-bottom: 10px !important;
  }
  .theme-skyblue #dynamicId .activity-comments .activity-block .form-group-lg {
    margin: 0;
    /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  }
  .theme-skyblue #dynamicId .activity-comments .activity-block .form-group-lg .mat-form-field-infix {
    border-top: 0;
  }
  .theme-skyblue #dynamicId .activity-comments .activity-block .form-group-lg label {
    margin-bottom: 0;
  }
  .theme-skyblue #dynamicId .activity-comments .activity-block .activity-desc {
    margin-left: 0;
    text-align: justify;
  }
  .theme-skyblue #dynamicId .activityDate {
    margin-top: 10px;
  }
  .theme-skyblue #dynamicId .acvty-user-icon {
    display: block;
    float: left;
    padding-right: 10px;
    box-sizing: content-box;
  }
  .theme-skyblue #dynamicId .mat-checkbox-layout .mat-checkbox-label {
    white-space: normal;
  }
  .theme-skyblue #dynamicId .login-left {
    padding: 0 10px !important;
  }
  .theme-skyblue #dynamicId .login-left h1, .theme-skyblue #dynamicId .login-left .h1 {
    margin-top: 0;
  }
  .theme-skyblue #dynamicId .logincheckbox label {
    width: 90%;
    display: block;
    margin: 0 auto;
  }
  .theme-skyblue #dynamicId .login-box-c .login-right .btns-container button {
    display: block;
    margin: 0 auto 10px auto;
    width: 90%;
  }
  .theme-skyblue #dynamicId .main-content .register_box .card {
    padding: 20px 10px;
  }
  .theme-skyblue #dynamicId .main-content .register_box .card .card-header {
    padding: 0 15px;
  }
  .theme-skyblue #dynamicId .main-content .register_box .card .card-header h4 + span, .theme-skyblue #dynamicId .main-content .register_box .card .card-header .h4 + span {
    display: block;
    width: 100%;
    margin: 11px 0;
  }
  .theme-skyblue #dynamicId .btnBack, .theme-skyblue #dynamicId .btnLogin {
    width: 94%;
    margin: 1rem 0 0 0 !important;
  }
  .theme-skyblue #dynamicId .btnLogin {
    width: 100%;
  }
  .theme-skyblue #dynamicId .login-box-c .forgot-pwd {
    margin-top: 10px;
    display: block;
    text-align: center;
    width: 100%;
  }
  .theme-skyblue #dynamicId .main-content .banner figcaption {
    font-size: 0.85rem;
    top: 3.5rem;
    width: 90%;
  }
  .theme-skyblue #dynamicId .dots {
    margin-bottom: 50px;
  }
  .theme-skyblue #dynamicId .main-content .form-input-border-line .card-body .avatar-upload {
    float: none !important;
    text-align: center;
  }
  .theme-skyblue #dynamicId .main-content .form-input-border-line .card-body .avatar-upload .avatar-edit input + label {
    width: 110px;
  }
  .theme-skyblue #dynamicId .main-content .form-input-border-line .card-body .avatar-upload + .req-text {
    clear: both;
    width: 100% !important;
    text-align: center;
  }
  .theme-skyblue #dynamicId .main-content .form-input-border-line .card-body .left-box {
    border: 0 !important;
    margin-bottom: 20px;
    padding: 0 !important;
  }
  .theme-skyblue #dynamicId #bao-btn {
    margin-top: 1rem !important;
  }
  .theme-skyblue #dynamicId .container-fluid.user-management-c.px-4, .theme-skyblue #dynamicId .user-management-c.px-4.container-sm, .theme-skyblue #dynamicId .user-management-c.px-4.container-md, .theme-skyblue #dynamicId .user-management-c.px-4.container-lg, .theme-skyblue #dynamicId .user-management-c.px-4.container-xl, .theme-skyblue #dynamicId .user-management-c.px-4.container-xxl {
    padding: 0 !important;
  }
  .theme-skyblue #dynamicId #organization-profile button.btnLogin {
    margin-top: 1rem !important;
  }
}
@media (max-width: 320px) {
  .theme-skyblue #dynamicId {
    /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
    /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
    /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
    /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
    /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
  }
  .theme-skyblue #dynamicId mat-button-toggle-group {
    /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
    /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
    /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
    /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
  }
  .theme-skyblue #dynamicId mat-button-toggle-group mat-button-toggle.btn.c-button {
    /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
    /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
    /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
  }
  .theme-skyblue #dynamicId mat-button-toggle-group mat-button-toggle.btn.c-button.mat-button-toggle button {
    /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
    /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
  }
  .theme-skyblue #dynamicId mat-button-toggle-group mat-button-toggle.btn.c-button.mat-button-toggle button.mat-button-toggle-button {
    /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
  }
  .theme-skyblue #dynamicId mat-button-toggle-group mat-button-toggle.btn.c-button.mat-button-toggle button.mat-button-toggle-button .mat-button-toggle-label-content {
    padding: 0 20px;
  }
  .theme-skyblue #dynamicId .mat-mdc-paginator-range-label {
    margin: 0;
  }
  .theme-skyblue #dynamicId .reports-table-actions a {
    display: block;
    width: 100%;
    float: left !important;
  }
  .theme-skyblue #dynamicId ol.steps li.steps__item {
    padding: 0 4px;
  }
  .theme-skyblue #dynamicId .secondery-header .float-left .second-nav li a {
    margin-right: 0;
  }
  .theme-skyblue #dynamicId .event-calendar-c owl-date-time-inline .owl-dt-inline-container {
    width: 14.5em;
  }
  .theme-skyblue #dynamicId .loginheader a {
    line-height: 50px;
  }
  .theme-skyblue #dynamicId app-left-panel .navbar .navbar-brand {
    font-size: 13px;
    margin-top: 18px;
  }
  .theme-skyblue #dynamicId .login-box-c .login-left h1, .theme-skyblue #dynamicId .login-box-c .login-left .h1 {
    font-size: 22px;
  }
  .theme-skyblue #dynamicId #donateNow .donateNowBlock .donateBlock-3 button {
    width: 100%;
  }
  .theme-skyblue #dynamicId #futuredEvents #myTab .nav-item a.nav-link {
    padding: 0.3rem;
  }
  .theme-skyblue #dynamicId #futuredEvents .tab-content .tab-pane .carousel-wrapper owl-carousel .owl-item {
    height: 82vh;
  }
  .theme-skyblue #dynamicId #futuredEvents .tab-content .tab-pane .share-on {
    bottom: -110px;
  }
  .theme-skyblue #dynamicId app-layout app-right-panel {
    margin-bottom: 240px;
  }
}
@media (width: 1680px) {
  .theme-blueGreen #dynamicId .avatar-upload .avatar-edit input + label {
    width: 90px;
    height: 80px;
    border-radius: 0;
  }
  .theme-blueGreen #dynamicId .req-text {
    width: 60%;
    margin-top: 0;
    line-height: 18px;
  }
  .theme-blueGreen #dynamicId .org-logo-upload {
    min-height: 114px;
  }
  .theme-blueGreen #dynamicId .config-wrapper .card {
    box-shadow: none !important;
  }
  .theme-blueGreen #dynamicId .donation-bg h3, .theme-blueGreen #dynamicId .donation-bg .h3 {
    display: none !important;
  }
  .theme-blueGreen #dynamicId .donation-bg .card.p-3.bg-light {
    display: none !important;
  }
  .theme-blueGreen #dynamicId .donation-bg .col-12.text-right.mb-3 {
    display: none !important;
  }
}
@media (min-width: 1366px) {
  .theme-blueGreen #dynamicId .participant-share {
    text-align: center !important;
  }
  .theme-blueGreen #dynamicId .donation-currency span {
    font-size: 1rem !important;
  }
  .theme-blueGreen #dynamicId .fixed-table thead th, .theme-blueGreen #dynamicId .fixed-table tbody tr td {
    width: 120px;
  }
  .theme-blueGreen #dynamicId .fixed-table thead th:first-child, .theme-blueGreen #dynamicId .fixed-table tbody tr td:first-child {
    width: 60px;
  }
  .theme-blueGreen #dynamicId .content {
    padding: 0 15px;
  }
  .theme-blueGreen #dynamicId .twt-category {
    margin-bottom: 0;
  }
  .theme-blueGreen #dynamicId .twt-feed {
    max-height: 155px;
  }
  .theme-blueGreen #dynamicId .twt-feed img {
    height: 75px;
    width: 75px;
  }
  .theme-blueGreen #dynamicId .stat-widget-one .stat-content {
    margin-left: 15px;
  }
  .theme-blueGreen #dynamicId .card-body {
    padding: 15px;
  }
  .theme-blueGreen #dynamicId .badges button {
    margin: 2px 0;
  }
}
@media (min-width: 1200px) {
  .theme-blueGreen #dynamicId .participant-share {
    text-align: left;
    padding: 0;
  }
  .theme-blueGreen #dynamicId .card-box-d .card-overlay-hover {
    padding: 15px 40px 5px 35px;
  }
  .theme-blueGreen #dynamicId .card-box-d .title-d {
    margin: 1rem 0;
  }
}
@media (max-width: 1024px) {
  .theme-blueGreen #dynamicId {
    /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  }
  .theme-blueGreen #dynamicId .about-committe img {
    height: 150px;
  }
  .theme-blueGreen #dynamicId .event-ticket-book-new {
    /* TODO(mdc-migration): The following rule targets internal classes of tabs that may no longer apply for the MDC version.*/
  }
  .theme-blueGreen #dynamicId .event-ticket-book-new mat-tab-group .card.bg-light {
    min-height: auto;
  }
  .theme-blueGreen #dynamicId .event-filter {
    /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
    /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  }
  .theme-blueGreen #dynamicId .event-filter mat-radio-group {
    /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  }
  .theme-blueGreen #dynamicId .event-filter mat-radio-group mat-radio-button {
    width: 100%;
  }
  .theme-blueGreen #dynamicId .myProfile_tabs .dashboard-card .card {
    min-height: auto !important;
  }
  .theme-blueGreen #dynamicId #fund-donation-screen .our-donor-says {
    height: 406px;
  }
  .theme-blueGreen #dynamicId .db-icons-wrapper .db-icons-inner {
    margin-bottom: 10px;
    width: 145px;
  }
  .theme-blueGreen #dynamicId .table-scroll-c table {
    max-width: 100% !important;
  }
  .theme-blueGreen #dynamicId .mat-radio-label-content {
    white-space: normal;
  }
  .theme-blueGreen #dynamicId .donateNowHeading {
    overflow: hidden;
  }
  .theme-blueGreen #dynamicId #getInvolved .carousel-wrapper {
    height: auto;
  }
  .theme-blueGreen #dynamicId #getInvolved .carousel-wrapper .owl-item {
    height: auto;
  }
  .theme-blueGreen #dynamicId #getInvolved .carousel-wrapper .owl-item > div {
    height: auto;
  }
  .theme-blueGreen #dynamicId .landing-nav.navbar-default #navbarDefault ul.navbar-nav li.nav-item a.nav-link {
    padding: 10px 8px;
  }
  .theme-blueGreen #dynamicId .landing-nav.navbar-default #navbarDefault ul.navbar-nav li.nav-item.dropdown:after {
    right: -8px;
  }
  .theme-blueGreen #dynamicId #organization-profile {
    /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
    /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  }
  .theme-blueGreen #dynamicId #organization-profile mat-checkbox {
    /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
    /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  }
  .theme-blueGreen #dynamicId #organization-profile mat-checkbox .mat-checkbox-label {
    white-space: normal;
  }
  .theme-blueGreen #dynamicId #organization-profile mat-checkbox .mat-checkbox-inner-container {
    margin: inherit;
    top: 4px;
    margin-right: 8px;
  }
  .theme-blueGreen #dynamicId .org-logo-upload {
    min-height: 116px;
  }
  .theme-blueGreen #dynamicId .manage-dashboard-wrapper.admin-dashboard-wrapper .avatar-upload .avatar-edit input + label {
    width: 70px;
  }
  .theme-blueGreen #dynamicId .avatar-upload .avatar-edit input + label {
    width: 110px;
    height: 70px;
    border-radius: 0;
  }
  .theme-blueGreen #dynamicId .req-text {
    width: 65%;
    margin-top: 0;
    line-height: 19px;
  }
  .theme-blueGreen #dynamicId .manage-dashboard-wrapper .dashboard-card .card h5.card-title, .theme-blueGreen #dynamicId .manage-dashboard-wrapper .dashboard-card .card .card-title.h5 {
    font-size: 14px;
  }
  .theme-blueGreen #dynamicId .manage-dashboard-wrapper .dashboard-card .card .card-icon {
    width: 50px;
    height: 50px;
    line-height: 40px;
  }
  .theme-blueGreen #dynamicId .big-thanks owl-carousel .owl-dots {
    bottom: -10px;
  }
  .theme-blueGreen #dynamicId .section-news {
    margin-top: 60px !important;
  }
  .theme-blueGreen #dynamicId .news-slider .nav-tabs li a {
    padding: 6px 0 !important;
  }
  .theme-blueGreen #dynamicId .news-slider .tab-pane .card-deck .card-body img.event--picture {
    width: 100%;
    min-height: 50px;
  }
  .theme-blueGreen #dynamicId .right-side-box img {
    display: block;
    float: left;
    padding-right: 6px;
    box-sizing: content-box;
  }
  .theme-blueGreen #dynamicId .search-user-btns ul li {
    margin-bottom: 20px;
  }
  .theme-blueGreen #dynamicId .search-user-b label {
    line-height: normal;
    white-space: nowrap;
    width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .theme-blueGreen #dynamicId #mappingTab table thead th, .theme-blueGreen #dynamicId .map2 {
    white-space: nowrap;
  }
  .theme-blueGreen #dynamicId .user-events-post owl-date-time-inline .owl-dt-inline-container {
    width: 18.5em;
    float: none;
    margin: 20px auto;
  }
  .theme-blueGreen #dynamicId .activity-block .form-group .col-md-3 {
    padding: 0;
  }
  .theme-blueGreen #dynamicId app-left-panel {
    padding: 0;
    width: 200px;
  }
  .theme-blueGreen #dynamicId app-left-panel .navbar .navbar-header {
    padding: 0 20px;
  }
  .theme-blueGreen #dynamicId .navbar .navbar-nav li > a .menu-icon {
    width: 30px;
  }
  .theme-blueGreen #dynamicId .navbar .navbar-nav li.menu-item-has-children .sub-menu {
    padding: 0 0 0 30px;
  }
  .theme-blueGreen #dynamicId .navbar .navbar-nav li.menu-item-has-children .sub-menu a {
    padding: 2px 0 2px 46px;
  }
  .theme-blueGreen #dynamicId .open app-left-panel .navbar .navbar-nav li a {
    padding: 10px 25px;
  }
  .theme-blueGreen #dynamicId .open app-left-panel .navbar .navbar-nav li > a:hover, .theme-blueGreen #dynamicId .open app-left-panel .navbar .navbar-nav li > a:hover .menu-icon {
    background: none !important;
  }
  .theme-blueGreen #dynamicId .card .card-header {
    position: relative;
  }
  .theme-blueGreen #dynamicId .card .card-header strong {
    display: block;
  }
  .theme-blueGreen #dynamicId .card .card-header small, .theme-blueGreen #dynamicId .card .card-header .small {
    float: left;
  }
  .theme-blueGreen #dynamicId .card .card-header .card-actions {
    right: 0;
    top: 0.75rem;
    position: absolute;
  }
}
@media (max-width: 992px) {
  .theme-blueGreen #dynamicId {
    /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
    /* TODO(mdc-migration): The following rule targets internal classes of tabs that may no longer apply for the MDC version.*/
  }
  .theme-blueGreen #dynamicId .about-committe img {
    height: auto;
    max-height: 100%;
  }
  .theme-blueGreen #dynamicId .eventTime label br {
    display: none;
  }
  .theme-blueGreen #dynamicId .eventTime label span {
    margin-right: 10px;
  }
  .theme-blueGreen #dynamicId .evnt-desc-m {
    padding-bottom: 0;
  }
  .theme-blueGreen #dynamicId .events-bottom-icon {
    margin-left: 0;
  }
  .theme-blueGreen #dynamicId .events-bottom-icon .evnt-modal-icns {
    min-width: auto;
  }
  .theme-blueGreen #dynamicId .event-ticket-get-involve .mat-mdc-radio-button ~ .mat-radio-button {
    margin-left: 16px;
  }
  .theme-blueGreen #dynamicId .signin {
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    top: 46px;
    border-radius: 0;
  }
  .theme-blueGreen #dynamicId .membership-tabs .org-logo-upload .req-text {
    width: 65%;
    text-align: left;
  }
  .theme-blueGreen #dynamicId app-layout app-right-panel {
    margin-bottom: 160px;
  }
  .theme-blueGreen #dynamicId .container.user-management-c {
    max-width: 100%;
  }
  .theme-blueGreen #dynamicId .container.px-4 {
    max-width: 100%;
  }
  .theme-blueGreen #dynamicId .section-footer > .container {
    max-width: 100%;
  }
  .theme-blueGreen #dynamicId .snip1543 figcaption {
    padding: 25px 6% 25px 20px;
  }
  .theme-blueGreen #dynamicId #donateNow {
    padding: 0;
    margin: 0;
    max-width: 100%;
  }
  .theme-blueGreen #dynamicId #donateNow .donateNowBlock {
    position: static;
    margin-top: 0;
  }
  .theme-blueGreen #dynamicId #donateNow .donateNowBlock .donateBlock-1 .donateNowHeading {
    font-size: 16px;
    overflow: hidden;
  }
  .theme-blueGreen #dynamicId #donateNow .donateNowBlock .donateBlock-1 .donateNowHeading:after {
    border-width: 12px;
    margin-top: -10px;
  }
  .theme-blueGreen #dynamicId #donateNow .donateNowBlock .donateBlock-2 {
    padding: 0;
    /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
    /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
    /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  }
  .theme-blueGreen #dynamicId #donateNow .donateNowBlock .donateBlock-2 mat-radio-group {
    /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
    /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  }
  .theme-blueGreen #dynamicId #donateNow .donateNowBlock .donateBlock-2 mat-radio-group mat-radio-button {
    margin-right: 10px !important;
    margin-left: 0 !important;
    /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  }
  .theme-blueGreen #dynamicId #donateNow .donateNowBlock .donateBlock-2 mat-radio-group mat-radio-button .mat-radio-label-content {
    padding-left: 2px;
    padding-top: 2px;
  }
  .theme-blueGreen #dynamicId #donateNow .donateNowBlock .donateBlock-3 mat-form-field {
    margin-top: 14px !important;
  }
  .theme-blueGreen #dynamicId #scroll {
    right: 30px;
  }
  .theme-blueGreen #dynamicId .right-news-s {
    flex: 0 0 96% !important;
    margin: 30px auto 0 auto !important;
  }
  .theme-blueGreen #dynamicId .right-news-s .right-news-s-card .news-slider .tab-content.news-tabs {
    height: 300px !important;
  }
  .theme-blueGreen #dynamicId .carousel-wrapper {
    height: 48vh;
  }
  .theme-blueGreen #dynamicId .carousel-wrapper .owl-item {
    height: 48vh;
  }
  .theme-blueGreen #dynamicId .carousel-wrapper .owl-item > div {
    height: 48vh;
  }
  .theme-blueGreen #dynamicId .carousel-wrapper .owl-item .intro-body {
    padding: 6px;
  }
  .theme-blueGreen #dynamicId .carousel-wrapper .owl-item .intro-body .intro-title {
    font-size: 20px;
  }
  .theme-blueGreen #dynamicId .header-sign--d {
    margin: 0 !important;
    display: block !important;
    right: 60px;
    top: 8px;
  }
  .theme-blueGreen #dynamicId .header-sign--d li {
    display: block !important;
    float: left !important;
  }
  .theme-blueGreen #dynamicId .landing-nav.navbar-default {
    margin-bottom: 0;
    padding-bottom: 16px;
    background: white;
  }
  .theme-blueGreen #dynamicId .landing-nav.navbar-default .navbar-toggler {
    position: absolute;
    top: 20px;
    right: 20px;
  }
  .theme-blueGreen #dynamicId .landing-nav.navbar-default .navbar-toggler span {
    background: #0e3f60;
  }
  .theme-blueGreen #dynamicId .landing-nav.navbar-default .navbar-brand {
    top: 10px;
  }
  .theme-blueGreen #dynamicId .landing-nav.navbar-default #navbarDefault {
    position: absolute;
    width: 100%;
    background: #0d3f60;
    left: 0;
    right: 0;
    top: 62px;
    margin: 0 !important;
  }
  .theme-blueGreen #dynamicId .landing-nav.navbar-default #navbarDefault ul.navbar-nav li.nav-item {
    padding-bottom: 0;
  }
  .theme-blueGreen #dynamicId .landing-nav.navbar-default #navbarDefault ul.navbar-nav li.nav-item a.nav-link {
    color: white !important;
    border-bottom: solid 1px rgba(255, 255, 255, 0.3098039216);
    padding: 0 10px !important;
    line-height: 45px !important;
  }
  .theme-blueGreen #dynamicId .landing-nav.navbar-default #navbarDefault ul.navbar-nav li.nav-item:last-of-type {
    border: 0;
  }
  .theme-blueGreen #dynamicId #footer-wrapper {
    height: auto;
  }
  .theme-blueGreen #dynamicId #footer-wrapper div {
    width: 100%;
    float: none !important;
    text-align: center;
    clear: both;
  }
  .theme-blueGreen #dynamicId #footer-wrapper div.float-left ul {
    padding: 0 !important;
    margin: 0;
    display: block;
    width: 100%;
  }
  .theme-blueGreen #dynamicId #footer-wrapper div.float-right {
    border-top: solid 1px rgba(255, 255, 255, 0.1490196078);
    padding-top: 8px;
  }
  .theme-blueGreen #dynamicId #footer-wrapper div.float-right ul {
    float: none !important;
    display: inline-block;
    text-align: center;
    padding: 0 !important;
    margin-right: 10px;
    margin-bottom: 0 !important;
  }
  .theme-blueGreen #dynamicId .secondery-header .float-left ul {
    float: right !important;
  }
  .theme-blueGreen #dynamicId .sub-navigation {
    display: none;
  }
  .theme-blueGreen #dynamicId .donation--btn {
    margin: 0;
  }
  .theme-blueGreen #dynamicId .main-content .register_box .form-group .col-form-label {
    line-height: normal !important;
  }
  .theme-blueGreen #dynamicId .main-content .register_box .form-group .mat-form-field-appearance-legacy .mat-form-field-infix {
    border-top: 0 !important;
  }
  .theme-blueGreen #dynamicId .user-management-c h3, .theme-blueGreen #dynamicId .user-management-c .h3 {
    margin-bottom: 20px;
  }
  .theme-blueGreen #dynamicId .searchUserFields {
    /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  }
  .theme-blueGreen #dynamicId .searchUserFields .mat-form-field-infix {
    border-top: 0;
  }
  .theme-blueGreen #dynamicId .searchUserFields .mat-mdc-input-element {
    line-height: normal !important;
  }
  .theme-blueGreen #dynamicId .user-icons a {
    margin-bottom: 15px;
  }
  .theme-blueGreen #dynamicId .eventDesc-inr {
    margin-top: 0 !important;
  }
  .theme-blueGreen #dynamicId .events-bottom-icon {
    position: static;
  }
  .theme-blueGreen #dynamicId .events-bottom-icon .evnt-modal-icns {
    margin-bottom: 20px;
  }
  .theme-blueGreen #dynamicId .evnt-desc-m {
    padding-left: 15px;
    margin-bottom: 15px;
  }
  .theme-blueGreen #dynamicId .event-heading-a {
    padding-left: 15px;
  }
  .theme-blueGreen #dynamicId .eventTime label {
    width: 100%;
    margin-top: 20px;
  }
  .theme-blueGreen #dynamicId .eventDescrption .eventDesc-i {
    margin-left: 0;
    margin-right: 0;
  }
  .theme-blueGreen #dynamicId .event-calendar-c {
    padding-left: 0;
    margin-bottom: 20px;
  }
  .theme-blueGreen #dynamicId .event-calendar-c owl-date-time-inline .owl-dt-inline-container {
    width: 18.5em;
    float: none;
    margin: auto;
  }
  .theme-blueGreen #dynamicId .mat-mdc-tab-group .mat-mdc-tab-header .mat-tab-list .mat-tab-labels .mat-tab-label {
    min-width: auto;
    padding: 0 10px;
  }
  .theme-blueGreen #dynamicId .login-box-c .login-right .btns-container {
    display: table;
    margin: 0 auto;
    width: 100%;
  }
  .theme-blueGreen #dynamicId .login-box-c .login-right .btns-container button {
    width: 60%;
    text-align: center;
    display: block;
    margin: 20px auto;
    line-height: 30px;
  }
  .theme-blueGreen #dynamicId .login-box-c .login-right .btns-container button i {
    float: left;
  }
  .theme-blueGreen #dynamicId .login-middle {
    margin: 50px 0;
  }
  .theme-blueGreen #dynamicId .login-box-c .login-middle .ver-line {
    width: 100%;
  }
  .theme-blueGreen #dynamicId .login-box-c .login-middle .ver-line:after {
    width: 100% !important;
    height: 1px;
  }
  .theme-blueGreen #dynamicId .login-box-c .login-right button {
    display: inline-block;
    margin-right: 20px;
  }
  .theme-blueGreen #dynamicId [class*=col].no-padding {
    flex: none;
  }
  .theme-blueGreen #dynamicId .main-content .banner figcaption {
    font-size: 1.1rem;
    top: 3.5rem;
  }
  .theme-blueGreen #dynamicId .link-a span {
    font-size: 18px;
  }
  .theme-blueGreen #dynamicId .list-a li {
    width: 33.333%;
  }
  .theme-blueGreen #dynamicId .intro .intro-title-top {
    margin-bottom: 2rem;
  }
  .theme-blueGreen #dynamicId .intro .intro-subtitle.intro-price {
    padding-top: 3rem;
  }
  .theme-blueGreen #dynamicId .card-overlay-a-content {
    bottom: 0px;
  }
  .theme-blueGreen #dynamicId .card-header-b {
    bottom: 20px;
  }
  .theme-blueGreen #dynamicId .card-box-d .card-overlay-hover {
    padding: 5px 40px 5px 35px;
  }
  .theme-blueGreen #dynamicId .card-box-d .title-d {
    margin: 1rem 0;
  }
  .theme-blueGreen #dynamicId .card-box-d .card-body-d p {
    margin-bottom: 12px;
  }
  .theme-blueGreen #dynamicId .sinse-box {
    padding: 3rem 4.5rem;
  }
  .theme-blueGreen #dynamicId #futuredEvents .tab-content .tab-pane .carousel-wrapper {
    height: 62vh;
  }
  .theme-blueGreen #dynamicId #futuredEvents .tab-content .tab-pane .carousel-wrapper owl-carousel .owl-item {
    height: 62vh;
  }
  .theme-blueGreen #dynamicId #futuredEvents .tab-content .tab-pane .carousel-wrapper owl-carousel .owl-item > div {
    height: 62vh;
  }
  .theme-blueGreen #dynamicId #futuredEvents .tab-content .tab-pane .carousel-wrapper owl-carousel .owl-item img[alt="Event Image"] {
    height: 100%;
  }
  .theme-blueGreen #dynamicId #futuredEvents .tab-content .tab-pane .carousel-wrapper owl-carousel .owl-nav button.owl-prev {
    left: -44px;
  }
  .theme-blueGreen #dynamicId #futuredEvents .tab-content .tab-pane .carousel-wrapper owl-carousel .owl-nav button.owl-next {
    right: -43px;
  }
  .theme-blueGreen #dynamicId .our-donor-slider .carousel-wrapper .owl-item {
    height: 18vh;
  }
  .theme-blueGreen #dynamicId #mainBanner .carousel-wrapper .owl-nav, .theme-blueGreen #dynamicId #mainBanner .carousel-wrapper .owl-dots {
    display: none;
  }
  .theme-blueGreen #dynamicId .avatar-upload .avatar-edit input + label {
    width: 80px;
    height: 70px;
    border-radius: 0;
  }
  .theme-blueGreen #dynamicId .req-text {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 812px) {
  .theme-blueGreen #dynamicId #header .header-menu .navbar .navbar-nav li.dropdown .header-menu-wrapper {
    height: 250px;
  }
  .theme-blueGreen #dynamicId #fund-donation-screen .our-donor-says {
    height: 382px;
  }
  .theme-blueGreen #dynamicId .landing-nav.navbar-default #navbarDefault {
    height: 320px;
    overflow: auto;
    overflow-x: hidden;
  }
  .theme-blueGreen #dynamicId .landing-nav.navbar-default #navbarDefault ul.navbar-nav li.nav-item a.nav-link:before {
    content: none;
  }
  .theme-blueGreen #dynamicId .landing-nav.navbar-default #navbarDefault ul.navbar-nav li.nav-item a.nav-link:hover {
    color: white !important;
  }
  .theme-blueGreen #dynamicId .landing-nav.navbar-default #navbarDefault ul.navbar-nav li.nav-item:hover {
    background: #00a650 !important;
  }
  .theme-blueGreen #dynamicId .db-icons-wrapper .db-icons-inner {
    width: 132px;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .theme-blueGreen #dynamicId .card-box-a:hover .card-overlay-a-content {
    bottom: 64px;
  }
}
@media (max-width: 768px) {
  .theme-blueGreen #dynamicId {
    /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
    /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
    /* TODO(mdc-migration): The following rule targets internal classes of tabs that may no longer apply for the MDC version.*/
  }
  .theme-blueGreen #dynamicId mat-radio-group[formcontrolname=eventCategory] .mat-mdc-radio-button ~ .mat-radio-button, .theme-blueGreen #dynamicId mat-radio-group[formcontrolname=visibility] .mat-mdc-radio-button ~ .mat-radio-button {
    margin-left: 0;
  }
  .theme-blueGreen #dynamicId .event-ticket-book-new {
    /* TODO(mdc-migration): The following rule targets internal classes of tabs that may no longer apply for the MDC version.*/
  }
  .theme-blueGreen #dynamicId .event-ticket-book-new mat-tab-group .card.bg-light {
    min-height: auto;
  }
  .theme-blueGreen #dynamicId .event-ticket-book-new ul.list-group.list-group-flush li.list-group-item .event-thumb span {
    right: 7px;
  }
  .theme-blueGreen #dynamicId .event-filter {
    /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
    /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  }
  .theme-blueGreen #dynamicId .event-filter mat-radio-group {
    /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  }
  .theme-blueGreen #dynamicId .event-filter mat-radio-group mat-radio-button {
    width: 100%;
  }
  .theme-blueGreen #dynamicId #fund-donation-screen .our-donor-says {
    height: 356px;
  }
  .theme-blueGreen #dynamicId .event-ticket-get-involve .mat-mdc-radio-button ~ .mat-radio-button {
    margin-left: 16px;
  }
  .theme-blueGreen #dynamicId .db-icons-wrapper .db-icons-inner {
    width: 155px;
  }
  .theme-blueGreen #dynamicId #header .header-menu > .col-12.p-0 {
    position: static;
  }
  .theme-blueGreen #dynamicId #header .header-menu .navbar {
    min-width: 70%;
    border: 0;
    background: none !important;
    position: fixed;
    top: 0;
    left: 0;
    height: 70px !important;
    padding-right: 0 !important;
  }
  .theme-blueGreen #dynamicId #header .header-menu .navbar button {
    cursor: pointer;
  }
  .theme-blueGreen #dynamicId #header .header-menu .navbar button.navbar-toggler {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    background: white;
    text-align: center;
    font-size: 20px;
    padding: 0;
    margin: 20px 0 0 20px;
  }
  .theme-blueGreen #dynamicId #header .header-menu .navbar .navbar-nav li.dropdown .dropdown-toggle {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 9999;
    font-size: 20px !important;
    box-shadow: none;
  }
  .theme-blueGreen #dynamicId #header .header-menu .navbar .navbar-nav li.dropdown .dropdown-toggle + span {
    display: none;
  }
  .theme-blueGreen #dynamicId #header .header-menu .navbar .navbar-nav li.dropdown .header-menu-wrapper {
    width: 768px;
    float: left;
    overflow: auto;
    height: 400px;
    box-shadow: none;
    margin-top: -5px;
  }
  .theme-blueGreen #dynamicId #header .header-menu .navbar .navbar-nav li.dropdown .header-menu-wrapper h1, .theme-blueGreen #dynamicId #header .header-menu .navbar .navbar-nav li.dropdown .header-menu-wrapper .h1 {
    line-height: 30px;
    padding-top: 6px;
  }
  .theme-blueGreen #dynamicId #header .header-menu .navbar .navbar-nav li.dropdown .header-menu-wrapper .col-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .theme-blueGreen #dynamicId #header.change-color .header-menu .navbar .navbar-nav li.dropdown .header-menu-wrapper {
    height: auto;
  }
  .theme-blueGreen #dynamicId #header.change-color .header-menu .navbar .navbar-nav li.dropdown .header-menu-wrapper .member-nav-menu {
    border: solid 1px rgba(0, 0, 0, 0.168627451);
  }
  .theme-blueGreen #dynamicId #header.change-color .header-menu .navbar .navbar-nav li.dropdown .header-menu-wrapper .member-nav-menu .col-12 {
    border: 0;
    border-bottom: solid 1px rgba(0, 0, 0, 0.168627451);
    max-height: 50px;
    text-align: left;
  }
  .theme-blueGreen #dynamicId #header.change-color .header-menu .navbar .navbar-nav li.dropdown .header-menu-wrapper .member-nav-menu .col-12:last-of-type {
    border-bottom: 0;
  }
  .theme-blueGreen #dynamicId #header.change-color .header-menu .navbar .navbar-nav li.dropdown .header-menu-wrapper .member-nav-menu .col-12 a {
    margin-left: 20px;
    line-height: 56px;
  }
  .theme-blueGreen #dynamicId #header.change-color .header-menu .navbar .navbar-nav li.dropdown .header-menu-wrapper .member-nav-menu .col-12 a br {
    display: none;
  }
  .theme-blueGreen #dynamicId #header.change-color .header-menu .navbar .navbar-nav li.dropdown .header-menu-wrapper .member-nav-menu .col-12 a img {
    margin-right: 12px;
  }
  .theme-blueGreen #dynamicId .navbar-default.navbar-trans .nav-item, .theme-blueGreen #dynamicId .navbar-default.navbar-reduce .nav-item {
    margin-left: 15px;
  }
  .theme-blueGreen #dynamicId .navbar-default .dropdown .dropdown-menu {
    border-top: 4px solid #3a8bc2;
    border-left: 0;
    display: block;
    position: absolute;
    box-shadow: 0 2px rgba(17, 16, 15, 0.1), 0 2px 10px rgba(20, 19, 18, 0.1);
  }
  .theme-blueGreen #dynamicId app-layout app-header header {
    height: 0;
    position: relative;
    z-index: 99;
  }
  .theme-blueGreen #dynamicId app-layout app-header header .user-area {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 10px;
  }
  .theme-blueGreen #dynamicId app-layout app-header header .user-area .dropdown-toggle span {
    color: white;
  }
  .theme-blueGreen #dynamicId app-layout app-right-panel {
    margin-top: 130px;
    margin-bottom: 170px;
  }
  .theme-blueGreen #dynamicId .secondery-header {
    height: 70px;
    display: block !important;
  }
  .theme-blueGreen #dynamicId .secondery-header img[alt=Logo] {
    float: none !important;
    margin: 0 auto;
    display: block;
    margin-top: 12px;
    width: auto;
  }
  .theme-blueGreen #dynamicId .secondery-header .container-fluid, .theme-blueGreen #dynamicId .secondery-header .container-sm, .theme-blueGreen #dynamicId .secondery-header .container-md, .theme-blueGreen #dynamicId .secondery-header .container-lg, .theme-blueGreen #dynamicId .secondery-header .container-xl, .theme-blueGreen #dynamicId .secondery-header .container-xxl {
    padding: 0 !important;
  }
  .theme-blueGreen #dynamicId .secondery-header .float-left {
    width: 100%;
  }
  .theme-blueGreen #dynamicId .secondery-header .float-left .second-nav {
    float: none !important;
    text-align: center;
    padding: 0 10px !important;
    margin: 10px 0 !important;
    background: #0e3f60;
  }
  .theme-blueGreen #dynamicId .secondery-header .float-left .second-nav li a {
    margin-right: 5px;
    font-size: 14px !important;
    color: white;
  }
  .theme-blueGreen #dynamicId .secondery-header .float-right {
    width: auto;
    position: absolute;
    margin-top: 2px;
    right: 10px;
    display: block;
  }
  .theme-blueGreen #dynamicId #futuredEvents .nav-tabs {
    display: flex;
  }
  .theme-blueGreen #dynamicId #futuredEvents .card {
    border: none;
  }
  .theme-blueGreen #dynamicId #futuredEvents .card .card-header {
    display: none;
  }
  .theme-blueGreen #dynamicId #futuredEvents .card .collapse {
    display: block;
  }
  .theme-blueGreen #dynamicId #futuredEvents .tab-content .tab-pane .carousel-wrapper {
    height: auto;
  }
  .theme-blueGreen #dynamicId #futuredEvents .tab-content .tab-pane .carousel-wrapper owl-carousel .owl-item {
    height: auto;
  }
  .theme-blueGreen #dynamicId #futuredEvents .tab-content .tab-pane .carousel-wrapper owl-carousel .owl-item > div {
    height: 28vh;
  }
  .theme-blueGreen #dynamicId #ourDonorSays .carousel-wrapper {
    height: auto;
  }
  .theme-blueGreen #dynamicId .org-logo-c {
    height: 80px;
  }
  .theme-blueGreen #dynamicId #myProfile .card .card-header {
    font-size: 1.2rem !important;
  }
  .theme-blueGreen #dynamicId .modal-xl {
    width: 90%;
    max-width: 1200px;
  }
  .theme-blueGreen #dynamicId .right-side-box img {
    display: block;
    margin: 0 auto 20px auto !important;
  }
  .theme-blueGreen #dynamicId .evnt-social-icn {
    margin: 15px 0;
    text-align: right;
  }
  .theme-blueGreen #dynamicId .mat-mdc-tab-group .mat-mdc-tab-header .mat-tab-list .mat-tab-labels .mat-tab-label {
    font-size: 13px;
    padding: 0 7px;
  }
  .theme-blueGreen #dynamicId .donation-ack button {
    width: 30.3333%;
    margin-bottom: 10px;
  }
  .theme-blueGreen #dynamicId .back-to-top {
    bottom: 15px;
  }
  .theme-blueGreen #dynamicId .card-box-a:hover .card-overlay-a-content {
    bottom: 60px;
  }
  .theme-blueGreen #dynamicId .link-a {
    font-size: 0.9rem;
  }
  .theme-blueGreen #dynamicId .link-a span {
    font-size: 1.5rem;
  }
  .theme-blueGreen #dynamicId .box-collapse {
    width: 50%;
  }
  .theme-blueGreen #dynamicId .intro .intro-body {
    padding-left: 2rem;
  }
  .theme-blueGreen #dynamicId .intro .intro-title-top {
    margin-bottom: 1rem;
  }
  .theme-blueGreen #dynamicId .intro .intro-subtitle.intro-price {
    padding-top: 2rem;
  }
  .theme-blueGreen #dynamicId .grid .card-box-a, .theme-blueGreen #dynamicId .grid .card-box-b, .theme-blueGreen #dynamicId .grid .card-box-c, .theme-blueGreen #dynamicId .grid .card-box-d {
    margin-bottom: 2.5rem;
  }
  .theme-blueGreen #dynamicId .card-box-a:hover .card-overlay-a-content {
    bottom: 60px;
  }
  .theme-blueGreen #dynamicId .card-box-a:hover .card-body-a {
    padding-bottom: 1rem;
  }
  .theme-blueGreen #dynamicId .card-box-a:hover .img-a, .theme-blueGreen #dynamicId .card-box-a:hover .img-b {
    transform: scale(1.2);
  }
  .theme-blueGreen #dynamicId .card-box-b:hover .img-a, .theme-blueGreen #dynamicId .card-box-b:hover .img-b {
    transform: scale(1.2);
  }
  .theme-blueGreen #dynamicId .card-overlay-a-content {
    bottom: -20px;
  }
  .theme-blueGreen #dynamicId .card-header-b {
    bottom: 0px;
  }
  .theme-blueGreen #dynamicId .card-box-d .card-overlay-hover {
    padding: 5px 15px 5px 10px;
  }
  .theme-blueGreen #dynamicId .card-box-d .title-d, .theme-blueGreen #dynamicId .card-box-d .content-d {
    margin: 0.5rem 0;
  }
  .theme-blueGreen #dynamicId .card-box-d .card-body-d p {
    margin-bottom: 8px;
  }
  .theme-blueGreen #dynamicId .about-img-box {
    padding-left: 5rem;
  }
  .theme-blueGreen #dynamicId .sinse-box {
    padding: 1.5rem 3rem;
  }
  .theme-blueGreen #dynamicId .btnLogin {
    padding: 6px 8px;
  }
  .theme-blueGreen #dynamicId #mainBanner .carousel-wrapper {
    height: auto;
  }
  .theme-blueGreen #dynamicId #main-header-wrapper.sticky header {
    transform: none;
  }
  .theme-blueGreen #dynamicId #myProfile .card.main-card {
    height: auto;
  }
  .theme-blueGreen #dynamicId #myProfile .card.main-card .about-me-img .aboutme_img {
    height: auto;
    width: auto;
  }
  .theme-blueGreen #dynamicId .table-scroll-c table thead th, .theme-blueGreen #dynamicId .table-scroll-c table thead td, .theme-blueGreen #dynamicId .table-scroll-c table tbody th, .theme-blueGreen #dynamicId .table-scroll-c table tbody td {
    white-space: nowrap;
  }
  .theme-blueGreen #dynamicId .list-alphabet-c {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .theme-blueGreen #dynamicId .list-alphabet-c ul {
    display: block;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .theme-blueGreen #dynamicId {
    /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
  }
  .theme-blueGreen #dynamicId .avatar-edit label img.camera_icon {
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    margin: auto;
  }
  .theme-blueGreen #dynamicId .req-text {
    width: 100%;
    text-align: center;
  }
  .theme-blueGreen #dynamicId #header .header-menu .navbar button.navbar-toggler {
    display: none;
  }
  .theme-blueGreen #dynamicId #header .header-menu .navbar #bs-example-navbar-collapse-1 {
    display: block;
  }
  .theme-blueGreen #dynamicId #header .header-menu .navbar #bs-example-navbar-collapse-1 .header-menu-wrapper {
    margin-top: 65px;
    width: 100%;
  }
  .theme-blueGreen #dynamicId .get-in-touch-w {
    margin-top: 10px !important;
  }
  .theme-blueGreen #dynamicId footer {
    margin-top: -1px;
  }
  .theme-blueGreen #dynamicId .left-columns--c {
    height: auto !important;
  }
  .theme-blueGreen #dynamicId .btn.c-button.mat-button-toggle {
    padding: 5px 2px;
  }
  .theme-blueGreen #dynamicId .carousel-wrapper {
    height: 48vh;
  }
  .theme-blueGreen #dynamicId .carousel-wrapper .owl-item {
    height: 48vh;
  }
  .theme-blueGreen #dynamicId .carousel-wrapper .owl-item > div {
    height: 48vh;
  }
  .theme-blueGreen #dynamicId .section-t8 {
    padding-top: 4rem;
  }
  .theme-blueGreen #dynamicId .section-t4 {
    padding-top: 2rem;
  }
  .theme-blueGreen #dynamicId .section-md-t3 {
    padding-top: 10px;
  }
  .theme-blueGreen #dynamicId .section-tb85 {
    padding: 4rem 0 2.5rem 0;
  }
  .theme-blueGreen #dynamicId .intro-single {
    padding-top: 9rem;
  }
  .theme-blueGreen #dynamicId .card-box-a, .theme-blueGreen #dynamicId .card-box-b, .theme-blueGreen #dynamicId .card-box-c, .theme-blueGreen #dynamicId .card-box-d {
    margin-bottom: 2.5rem;
  }
  .theme-blueGreen #dynamicId .card-box-a .card-overlay-a-content {
    bottom: 65px;
  }
  .theme-blueGreen #dynamicId .card-box-a .card-body-a {
    padding-bottom: 1rem;
  }
  .theme-blueGreen #dynamicId .property-agent {
    margin-top: 2.5rem;
  }
  .theme-blueGreen #dynamicId .card-box-c {
    margin-bottom: 2rem;
  }
  .theme-blueGreen #dynamicId .card-body-c {
    padding: 0;
  }
  .theme-blueGreen #dynamicId .main-content .form-input-border-line .card-body .left-box {
    border-right: none !important;
  }
  .theme-blueGreen #dynamicId .arrow1, .theme-blueGreen #dynamicId .arrow {
    display: none;
  }
  .theme-blueGreen #dynamicId .event-calendar-c owl-date-time-inline .owl-dt-inline-container {
    width: 100% !important;
  }
  .theme-blueGreen #dynamicId .owl-dt-inline-container .owl-dt-calendar, .theme-blueGreen #dynamicId .owl-dt-popup-container .owl-dt-calendar {
    height: 100%;
  }
  .theme-blueGreen #dynamicId .event-heading-a {
    display: inline-block;
    margin-bottom: 15px;
  }
  .theme-blueGreen #dynamicId app-left-panel {
    padding: 0;
  }
  .theme-blueGreen #dynamicId .main-content .register_box {
    flex: 0 0 90.333333%;
    max-width: 90.333333%;
  }
  .theme-blueGreen #dynamicId .main-content .banner figcaption {
    font-size: 1.1rem;
    top: 1.5rem;
  }
}
@media (max-width: 736px) {
  .theme-blueGreen #dynamicId #fund-donation-screen .our-donor-says {
    height: 380px;
  }
  .theme-blueGreen #dynamicId .db-icons-wrapper .db-icons-inner {
    width: 146px;
  }
  .theme-blueGreen #dynamicId app-layout app-right-panel {
    margin-bottom: 190px;
  }
  .theme-blueGreen #dynamicId .sendOtp {
    white-space: nowrap;
  }
  .theme-blueGreen #dynamicId .org-logo-upload {
    margin: auto;
  }
  .theme-blueGreen #dynamicId .req-text {
    line-height: 16px;
  }
  .theme-blueGreen #dynamicId .avatar-upload .avatar-edit input + label {
    width: 50px;
    height: 50px;
  }
  .theme-blueGreen #dynamicId .avatar-upload .avatar-edit input + label img {
    width: 40px;
    height: auto;
  }
  .theme-blueGreen #dynamicId #mainBanner .carousel-wrapper {
    height: 48vh;
  }
  .theme-blueGreen #dynamicId #futuredEvents .tab-content .tab-pane .carousel-wrapper owl-carousel .owl-item > div {
    height: 82vh;
  }
  .theme-blueGreen #dynamicId .our-donor-slider .carousel-wrapper .owl-item {
    height: auto;
  }
}
@media (max-width: 667px) {
  .theme-blueGreen #dynamicId #header .header-menu .navbar .navbar-nav li.dropdown .header-menu-wrapper {
    height: 310px;
  }
  .theme-blueGreen #dynamicId .db-icons-wrapper .db-icons-inner {
    width: 128px;
  }
}
@media (min-width: 576px) {
  .theme-blueGreen #dynamicId .about-img-box {
    padding-left: 4rem;
  }
  .theme-blueGreen #dynamicId .sinse-box {
    padding: 1.5rem 2.5rem;
    bottom: 20px;
  }
  .theme-blueGreen #dynamicId .sinse-box p {
    font-size: 0.8rem;
  }
}
@media (max-width: 575.99px) {
  .theme-blueGreen #dynamicId .list-alphabet-c ul.list-inline {
    display: block;
    padding-left: 0 !important;
  }
  .theme-blueGreen #dynamicId .media-news-img {
    margin-bottom: 15px;
  }
  .theme-blueGreen #dynamicId .share-button {
    top: -15px;
  }
  .theme-blueGreen #dynamicId .navbar-expand-lg > .container, .theme-blueGreen #dynamicId .navbar-expand-lg > .container-fluid, .theme-blueGreen #dynamicId .navbar-expand-lg > .container-sm, .theme-blueGreen #dynamicId .navbar-expand-lg > .container-md, .theme-blueGreen #dynamicId .navbar-expand-lg > .container-lg, .theme-blueGreen #dynamicId .navbar-expand-lg > .container-xl, .theme-blueGreen #dynamicId .navbar-expand-lg > .container-xxl {
    padding: 0 15px;
  }
  .theme-blueGreen #dynamicId #donateNow {
    width: 100%;
  }
  .theme-blueGreen #dynamicId #donateNow .donateNowBlock {
    position: relative;
    height: auto;
    margin-top: 0;
    padding: 10px;
    border: 0 !important;
  }
  .theme-blueGreen #dynamicId #donateNow .donateNowBlock .donateBlock-1 .donateNowHeading {
    font-size: 20px;
    background: none;
    text-align: left;
    color: #000000;
    line-height: normal;
  }
  .theme-blueGreen #dynamicId #donateNow .donateNowBlock .donateBlock-1 .donateNowHeading:after {
    content: none;
  }
  .theme-blueGreen #dynamicId #donateNow .donateNowBlock .donateBlock-2 {
    padding: 0 15px;
    /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  }
  .theme-blueGreen #dynamicId #donateNow .donateNowBlock .donateBlock-2 mat-radio-group {
    margin-top: 10px;
  }
  .theme-blueGreen #dynamicId #donateNow .donateNowBlock .donateBlock-2 .or-v {
    position: relative;
    width: 100%;
    margin: 20px 0;
  }
  .theme-blueGreen #dynamicId #donateNow .donateNowBlock .donateBlock-2 .or-v:before {
    width: 100%;
    position: absolute;
    height: 1px;
    content: "";
    background: #EAEAEA;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
  }
  .theme-blueGreen #dynamicId #donateNow .donateNowBlock .donateBlock-3 mat-form-field {
    margin-top: 0 !important;
  }
  .theme-blueGreen #dynamicId #donateNow .donateNowBlock .donateBlock-3 .col-12.col-md-4.col-lg-5 {
    padding: 0;
  }
  .theme-blueGreen #dynamicId #donateNow .donateNowBlock .donateBlock-3 button {
    width: auto;
  }
  .theme-blueGreen #dynamicId #futuredEvents .tab-content .tab-pane .carousel-wrapper owl-carousel .owl-item .event-heading {
    font-size: 19px;
    margin-top: 10px !important;
  }
  .theme-blueGreen #dynamicId .volunteers-img {
    margin-top: 15px;
  }
  .theme-blueGreen #dynamicId .footer-text p {
    text-align: center;
    padding: 10px 0;
    margin-bottom: 0;
  }
  .theme-blueGreen #dynamicId .footer-text p, .theme-blueGreen #dynamicId .footer-text a {
    font-size: 12px !important;
  }
  .theme-blueGreen #dynamicId .box-collapse .title-box-d {
    left: 35px;
  }
  .theme-blueGreen #dynamicId .box-collapse .title-box-d .title-d {
    font-size: 1.3rem;
  }
  .theme-blueGreen #dynamicId .table-responsive-lg table-scroll-c {
    max-width: none;
  }
  .theme-blueGreen #dynamicId body {
    display: block;
  }
  .theme-blueGreen #dynamicId.open app-left-panel {
    width: 100%;
    max-width: 100%;
  }
  .theme-blueGreen #dynamicId.open app-right-panel {
    margin-left: 0;
  }
  .theme-blueGreen #dynamicId app-layout {
    display: block;
  }
  .theme-blueGreen #dynamicId app-layout app-header {
    width: 100%;
  }
  .theme-blueGreen #dynamicId app-layout app-left-panel {
    display: block;
    height: auto;
    min-height: inherit;
    width: 100%;
  }
  .theme-blueGreen #dynamicId app-layout app-left-panel .navbar {
    margin-bottom: 0;
    max-width: 100%;
  }
  .theme-blueGreen #dynamicId app-layout app-left-panel .navbar .navbar-header {
    height: 50px;
  }
  .theme-blueGreen #dynamicId app-layout app-left-panel .navbar .navbar-brand {
    border-bottom: none;
    display: inline-block;
    line-height: 1;
    margin-top: 18px;
    min-height: inherit;
  }
  .theme-blueGreen #dynamicId app-layout app-left-panel .navbar .navbar-brand.hidden {
    display: none;
  }
  .theme-blueGreen #dynamicId app-layout app-left-panel .navbar .navbar-toggler {
    float: right;
    margin-top: 8px;
  }
  .theme-blueGreen #dynamicId app-layout app-left-panel .navbar .navbar-nav li.menu-item-has-children a:before {
    top: 5px;
  }
  .theme-blueGreen #dynamicId app-layout app-left-panel .navbar .menu-title {
    line-height: 30px;
  }
  .theme-blueGreen #dynamicId app-layout app-right-panel {
    display: block;
    width: 100%;
  }
  .theme-blueGreen #dynamicId app-layout app-right-panel header.header {
    padding: 5px 10px 1px 5px;
  }
  .theme-blueGreen #dynamicId app-layout app-right-panel header.header div[class*=col] {
    padding: 0;
    width: initial;
  }
  .theme-blueGreen #dynamicId app-layout app-right-panel header.header .col-sm-7 {
    float: left;
  }
  .theme-blueGreen #dynamicId app-layout app-right-panel header.header .col-sm-5 {
    float: right;
  }
  .theme-blueGreen #dynamicId app-layout app-right-panel .breadcrumbs {
    padding: 10px 15px;
  }
  .theme-blueGreen #dynamicId app-layout app-right-panel .breadcrumbs div[class*=col] {
    padding: 0;
  }
  .theme-blueGreen #dynamicId app-layout app-right-panel .breadcrumbs .page-header {
    min-height: inherit;
    padding: 0;
  }
  .theme-blueGreen #dynamicId app-layout app-right-panel .breadcrumbs .page-header h1, .theme-blueGreen #dynamicId app-layout app-right-panel .breadcrumbs .page-header .h1 {
    padding: 5px 0;
  }
  .theme-blueGreen #dynamicId app-layout app-right-panel .breadcrumbs .page-header.float-right {
    float: left;
    text-align: left;
    width: 100%;
  }
  .theme-blueGreen #dynamicId app-layout app-right-panel .breadcrumbs .page-header.float-right .breadcrumb {
    padding: 0;
  }
  .theme-blueGreen #dynamicId app-layout app-right-panel .content {
    padding: 0 10px;
  }
  .theme-blueGreen #dynamicId app-layout app-right-panel .content .card .card-title {
    margin-bottom: 0;
  }
  .theme-blueGreen #dynamicId app-layout app-right-panel .content .card .card-footer {
    padding: 15px 5px;
  }
  .theme-blueGreen #dynamicId app-layout app-right-panel .content .card .card-footer ul {
    margin: 0;
  }
  .theme-blueGreen #dynamicId app-layout app-right-panel .content .card .card-footer ul li {
    float: left;
    margin: 5px 0;
    padding: 0 10px;
    width: 33.33%;
  }
  .theme-blueGreen #dynamicId app-layout app-right-panel .content div[class*=col] {
    padding: 0;
  }
  .theme-blueGreen #dynamicId app-layout app-right-panel .content .row div[class*=col] {
    padding: 0 10px;
  }
  .theme-blueGreen #dynamicId app-layout app-right-panel .content .nav-tabs .nav-link,
  .theme-blueGreen #dynamicId app-layout app-right-panel .content .nav-pills .nav-link {
    padding: 0.5rem;
  }
  .theme-blueGreen #dynamicId app-layout app-right-panel .content .tab-content.pl-3 {
    padding-left: 0 !important;
  }
  .theme-blueGreen #dynamicId app-layout app-right-panel .content #bootstrap-data-table_wrapper {
    font-size: 14px;
    padding: 0;
  }
  .theme-blueGreen #dynamicId app-layout app-right-panel .content #bootstrap-data-table_wrapper div[class*=col] {
    padding: 0;
  }
  .theme-blueGreen #dynamicId app-layout app-right-panel .content #bootstrap-data-table_wrapper .table td, .theme-blueGreen #dynamicId app-layout app-right-panel .content #bootstrap-data-table_wrapper .table th {
    padding: 5px;
  }
  .theme-blueGreen #dynamicId .donation-ack button {
    width: 100%;
    margin-bottom: 17px !important;
    margin-top: 0 !important;
    text-align: center;
  }
  .theme-blueGreen #dynamicId .menutoggle {
    display: none;
  }
  .theme-blueGreen #dynamicId #header .header-menu .navbar .navbar-nav li.dropdown .header-menu-wrapper {
    height: 450px;
  }
}
@media (max-width: 480px) {
  .theme-blueGreen #dynamicId {
    /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
    /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
    /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
    /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
    /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
    /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
    /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  }
  .theme-blueGreen #dynamicId mat-button-toggle-group {
    display: block;
    text-align: center;
    /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
    /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
    /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
    /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
  }
  .theme-blueGreen #dynamicId mat-button-toggle-group mat-button-toggle.btn.c-button {
    /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
    /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
    /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
  }
  .theme-blueGreen #dynamicId mat-button-toggle-group mat-button-toggle.btn.c-button.mat-button-toggle button {
    /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
    /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
  }
  .theme-blueGreen #dynamicId mat-button-toggle-group mat-button-toggle.btn.c-button.mat-button-toggle button.mat-button-toggle-button {
    /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
  }
  .theme-blueGreen #dynamicId mat-button-toggle-group mat-button-toggle.btn.c-button.mat-button-toggle button.mat-button-toggle-button .mat-button-toggle-label-content {
    padding: 0 34px;
    line-height: 28px !important;
  }
  .theme-blueGreen #dynamicId .event-activities {
    /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
    /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  }
  .theme-blueGreen #dynamicId .event-activities mat-radio-group.gender .mat-mdc-radio-button ~ .mat-radio-button {
    margin-left: 16px;
  }
  .theme-blueGreen #dynamicId #header.change-color .header-menu .navbar .navbar-nav li.dropdown .header-menu-wrapper .member-nav-menu {
    width: 300px;
  }
  .theme-blueGreen #dynamicId .event-ticket-get-involve .mat-mdc-radio-button ~ .mat-radio-button {
    margin-left: 0;
  }
  .theme-blueGreen #dynamicId .event-ticket-get-involve .gender .mat-mdc-radio-button ~ .mat-radio-button {
    margin-left: 16px;
  }
  .theme-blueGreen #dynamicId .profile-labels p span::nth-child(2) {
    margin-right: 5px;
  }
  .theme-blueGreen #dynamicId .profile-labels p span:first-of-type {
    min-width: auto;
    margin-right: 5px;
  }
  .theme-blueGreen #dynamicId .profile-labels p span:last-of-type {
    width: 100%;
  }
  .theme-blueGreen #dynamicId .modal {
    padding-right: 0;
    padding-left: 0;
  }
  .theme-blueGreen #dynamicId .mat-checkbox-inner-container {
    margin: 0 8px 0 0;
    top: 2px;
  }
  .theme-blueGreen #dynamicId .membership-tabs .org-logo-upload {
    min-height: 118px;
  }
  .theme-blueGreen #dynamicId #collapseExample b {
    text-align: center;
    display: block;
    width: 40px;
    height: 40px;
    margin: auto;
    border: solid 1px #ddd;
    line-height: 40px;
    border-radius: 40px;
    position: relative;
    top: 10px;
  }
  .theme-blueGreen #dynamicId .bank-details-labels label {
    width: 100%;
    margin-top: 10px;
  }
  .theme-blueGreen #dynamicId .thumbnail-img-sm {
    height: 160px;
  }
  .theme-blueGreen #dynamicId .event-ticket-book-new ul.list-group.list-group-flush li.list-group-item .event-thumb span {
    bottom: 10px;
    right: 15px;
    width: 44%;
  }
  .theme-blueGreen #dynamicId ol.steps li.steps__item {
    padding: 0 8px;
  }
  .theme-blueGreen #dynamicId .donation-currency {
    text-align: left !important;
  }
  .theme-blueGreen #dynamicId .db-icons-wrapper {
    padding: 0 !important;
  }
  .theme-blueGreen #dynamicId .db-icons-wrapper .db-icons-inner {
    border-bottom: solid 1px #EAEAEA;
    border-right: 0;
    display: block;
    width: 100%;
    min-height: 47px;
    margin-bottom: 0;
    text-align: left;
    padding: 10px;
  }
  .theme-blueGreen #dynamicId .db-icons-wrapper .db-icons-inner img {
    margin-bottom: 0;
    max-width: 32px;
    margin-right: 10px;
  }
  .theme-blueGreen #dynamicId .db-icons-wrapper .db-icons-inner span {
    width: auto;
    display: inline-block;
  }
  .theme-blueGreen #dynamicId .mat-mdc-radio-button ~ .mat-radio-button {
    margin-left: 0;
  }
  .theme-blueGreen #dynamicId .btn-controls button {
    margin-bottom: 15px !important;
  }
  .theme-blueGreen #dynamicId .manage-dashboard-wrapper.admin-dashboard-wrapper .org-logo-upload {
    min-height: 114px;
  }
  .theme-blueGreen #dynamicId .manage-dashboard-wrapper.admin-dashboard-wrapper .org-logo-upload .avatar-upload .avatar-edit input + label {
    width: 50px;
  }
  .theme-blueGreen #dynamicId .org-logo-upload {
    width: 91%;
    margin: auto;
  }
  .theme-blueGreen #dynamicId .interests-w .interests-i {
    height: 120px;
  }
  .theme-blueGreen #dynamicId .interests-w .interests-tags-w {
    margin-bottom: 10px;
  }
  .theme-blueGreen #dynamicId .interests-w .interests-tags-w a {
    border-radius: 0;
    padding: 3px 6px;
  }
  .theme-blueGreen #dynamicId .share-button {
    top: -10px;
    right: 10px;
  }
  .theme-blueGreen #dynamicId .share-button img {
    width: 40%;
  }
  .theme-blueGreen #dynamicId .share-button .social-networks {
    transform: scale(1) translateY(-40px);
  }
  .theme-blueGreen #dynamicId .share-button .social-networks ul {
    height: 20px;
  }
  .theme-blueGreen #dynamicId .share-button .social-networks li {
    width: 20px;
    height: 20px;
    line-height: 20px;
  }
  .theme-blueGreen #dynamicId .media-news-img {
    margin-bottom: 10px;
  }
  .theme-blueGreen #dynamicId .pressRelease button.btnBack, .theme-blueGreen #dynamicId .speeches button.btnBack {
    margin: 0 !important;
    width: auto;
  }
  .theme-blueGreen #dynamicId .about-committe {
    margin-top: 15px;
  }
  .theme-blueGreen #dynamicId h1, .theme-blueGreen #dynamicId .h1 {
    font-size: 24px;
  }
  .theme-blueGreen #dynamicId #mainBanner .carousel-wrapper {
    height: 26vh;
  }
  .theme-blueGreen #dynamicId #getInvolved .carousel-wrapper {
    margin-bottom: 10px;
  }
  .theme-blueGreen #dynamicId #getInvolved .get-involve--events .row {
    margin-bottom: 10px !important;
  }
  .theme-blueGreen #dynamicId #futuredEvents {
    width: 100%;
  }
  .theme-blueGreen #dynamicId #futuredEvents #myTab .nav-item a.nav-link {
    padding: 0.5rem;
  }
  .theme-blueGreen #dynamicId #futuredEvents .tab-content .tab-pane .carousel-wrapper {
    border-bottom: solid 1px #dbdbdb;
  }
  .theme-blueGreen #dynamicId #futuredEvents .tab-content .tab-pane .carousel-wrapper owl-carousel .owl-item {
    height: 62vh;
  }
  .theme-blueGreen #dynamicId #futuredEvents .tab-content .tab-pane .carousel-wrapper owl-carousel .owl-item > div {
    height: 31vh;
  }
  .theme-blueGreen #dynamicId #futuredEvents .tab-content .tab-pane .carousel-wrapper owl-carousel .owl-item > div .row .col-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .theme-blueGreen #dynamicId #futuredEvents .tab-content .tab-pane .carousel-wrapper owl-carousel .owl-item .home--event-img img {
    height: 126px;
  }
  .theme-blueGreen #dynamicId #valunteersBlock {
    padding: 0;
  }
  .theme-blueGreen #dynamicId #valunteersBlock .container {
    width: 100%;
  }
  .theme-blueGreen #dynamicId #valunteersBlock button {
    width: 100%;
    margin-bottom: 20px !important;
  }
  .theme-blueGreen #dynamicId #nataPresidentMessage {
    padding: 0;
  }
  .theme-blueGreen #dynamicId #nataPresidentMessage .container {
    width: 100%;
  }
  .theme-blueGreen #dynamicId #contactUs button {
    width: 100%;
  }
  .theme-blueGreen #dynamicId #contactUs img[alt="Contact Us image"] {
    width: 100%;
  }
  .theme-blueGreen #dynamicId .org-logo-upload {
    min-height: 100px;
  }
  .theme-blueGreen #dynamicId .avatar-upload .avatar-edit input + label {
    width: 50px;
    height: 40px;
  }
  .theme-blueGreen #dynamicId .req-text {
    line-height: 15px;
  }
  .theme-blueGreen #dynamicId .config-wrapper {
    padding: 0;
  }
  .theme-blueGreen #dynamicId .config-wrapper > .row .col-12.col-sm-6.col-lg-4 {
    padding: 0;
    /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  }
  .theme-blueGreen #dynamicId .config-wrapper > .row .col-12.col-sm-6.col-lg-4:first-of-type {
    padding: 0 15px;
  }
  .theme-blueGreen #dynamicId .config-wrapper > .row .col-12.col-sm-6.col-lg-4 mat-checkbox {
    padding: 0 15px;
  }
  .theme-blueGreen #dynamicId .manage-dashboard-wrapper .dashboard-card .card h5.card-title, .theme-blueGreen #dynamicId .manage-dashboard-wrapper .dashboard-card .card .card-title.h5 {
    font-size: 14px;
  }
  .theme-blueGreen #dynamicId .manage-dashboard-wrapper .dashboard-card .card .card-icon {
    width: 50px;
    height: 50px;
    line-height: 40px;
  }
  .theme-blueGreen #dynamicId .carousel-wrapper {
    height: 26vh;
  }
  .theme-blueGreen #dynamicId .carousel-wrapper .owl-item {
    height: 26vh;
  }
  .theme-blueGreen #dynamicId .carousel-wrapper .owl-item > div {
    height: 26vh;
  }
  .theme-blueGreen #dynamicId .section-news-w {
    padding: 0 7px !important;
    margin-top: 20px;
  }
  .theme-blueGreen #dynamicId .section-news-w .section-news {
    margin-top: 0 !important;
  }
  .theme-blueGreen #dynamicId .section-news-w .section-news .owl-dots {
    bottom: 0;
  }
  .theme-blueGreen #dynamicId .section-news-w .news-carousel {
    padding: 0px !important;
  }
  .theme-blueGreen #dynamicId footer {
    padding-top: 20px;
  }
  .theme-blueGreen #dynamicId footer#footer-wrapper {
    padding-top: 0;
  }
  .theme-blueGreen #dynamicId footer#footer-wrapper .float-left ul li a {
    font-size: 10px !important;
  }
  .theme-blueGreen #dynamicId footer#footer-wrapper div.float-right {
    padding-top: 0;
  }
  .theme-blueGreen #dynamicId .footer-text p a {
    font-size: 12px !important;
  }
  .theme-blueGreen #dynamicId .get-in-touch-w {
    margin-top: 0 !important;
  }
  .theme-blueGreen #dynamicId .section-md-t3 {
    padding-top: 0;
  }
  .theme-blueGreen #dynamicId .big-thanks owl-carousel .card-box-b.news-box {
    margin-bottom: 0;
  }
  .theme-blueGreen #dynamicId .big-thanks owl-carousel .owl-dots {
    bottom: -10px;
  }
  .theme-blueGreen #dynamicId .owl-nav {
    display: none;
  }
  .theme-blueGreen #dynamicId .left-columns--c {
    height: auto !important;
  }
  .theme-blueGreen #dynamicId .left-columns--c .left-columns-i > .col-sm-6 {
    padding: 0 !important;
    margin: 0 0 20px 0 !important;
  }
  .theme-blueGreen #dynamicId .right-news-s {
    margin-top: 0 !important;
  }
  .theme-blueGreen #dynamicId .intro-title-top {
    font-size: 14px;
    margin-bottom: 0;
  }
  .theme-blueGreen #dynamicId .header-height-w {
    height: 70px;
  }
  .theme-blueGreen #dynamicId .landing-nav.navbar-default {
    height: 50px;
  }
  .theme-blueGreen #dynamicId .landing-nav.navbar-default #navbarDefault {
    top: 50px;
  }
  .theme-blueGreen #dynamicId .landing-nav.navbar-default #navbarDefault ul li {
    padding-bottom: 0;
  }
  .theme-blueGreen #dynamicId .landing-nav.navbar-default #navbarDefault ul li:last-of-type a {
    border-bottom: 0;
  }
  .theme-blueGreen #dynamicId .landing-nav.navbar-default .navbar-brand {
    min-height: auto;
  }
  .theme-blueGreen #dynamicId .landing-nav.navbar-default .navbar-brand img {
    height: 34px;
    width: auto;
  }
  .theme-blueGreen #dynamicId .landing-nav.navbar-default .navbar-toggler {
    top: 7px;
    right: 10px;
  }
  .theme-blueGreen #dynamicId .landing-nav.navbar-default .navbar-nav li > a.register-member-a {
    font-size: 14px !important;
    line-height: 8px !important;
  }
  .theme-blueGreen #dynamicId .landing-nav.navbar-default .signin .logincheckbox {
    padding: 0;
  }
  .theme-blueGreen #dynamicId .landing-nav.navbar-default .signin .logincheckbox .checkbox-content {
    width: 88%;
    font-size: 14px;
  }
  .theme-blueGreen #dynamicId .landing-nav.navbar-default .signin .logincheckbox .checkbox-content a {
    font-size: 14px !important;
  }
  .theme-blueGreen #dynamicId .landing-nav .header-sign--d {
    right: 45px;
    top: 10px;
  }
  .theme-blueGreen #dynamicId .landing-nav .header-sign--d .get-started-btn {
    padding: 4px 7px;
  }
  .theme-blueGreen #dynamicId .landing-nav .header-sign--d li {
    float: right !important;
  }
  .theme-blueGreen #dynamicId #footer-wrapper ul li > * {
    font-size: 12px !important;
  }
  .theme-blueGreen #dynamicId .user-area .dropdown-toggle span {
    display: none;
  }
  .theme-blueGreen #dynamicId .secondery-header .float-left .second-nav li a {
    font-size: 12px !important;
  }
  .theme-blueGreen #dynamicId #main-header-wrapper .secondery-header .organisation_Logo {
    width: 100%;
  }
  .theme-blueGreen #dynamicId #main-header-wrapper .secondery-header .organisation_Logo img {
    width: auto;
  }
  .theme-blueGreen #dynamicId #main-header-wrapper .secondery-header .float-left .second-nav {
    margin: 6px 0 !important;
  }
  .theme-blueGreen #dynamicId #main-header-wrapper .secondery-header .float-right {
    right: 0;
    top: 8px;
  }
  .theme-blueGreen #dynamicId app-layout app-header {
    width: 100%;
  }
  .theme-blueGreen #dynamicId app-layout app-right-panel {
    width: 100%;
    margin-top: 120px;
    margin-bottom: 190px;
  }
  .theme-blueGreen #dynamicId .open app-left-panel .navbar .navbar-nav li a {
    font-size: 14px;
  }
  .theme-blueGreen #dynamicId .user-management-c h3, .theme-blueGreen #dynamicId .user-management-c .h3 {
    font-size: 24px;
  }
  .theme-blueGreen #dynamicId .sms-msg-btns button:nth-child(2) {
    margin-top: 1rem !important;
  }
  .theme-blueGreen #dynamicId .search-user-btns ul li button {
    white-space: nowrap;
    margin-top: 0 !important;
  }
  .theme-blueGreen #dynamicId .region-btn .btnBack {
    margin-bottom: 15px !important;
  }
  .theme-blueGreen #dynamicId .uploaded-file span {
    min-width: 110px;
  }
  .theme-blueGreen #dynamicId #btnUserCancel {
    margin-top: 1rem !important;
  }
  .theme-blueGreen #dynamicId .event-heading-a {
    display: inline-block;
  }
  .theme-blueGreen #dynamicId .activity-comments .activity-block {
    margin-bottom: 10px !important;
  }
  .theme-blueGreen #dynamicId .activity-comments .activity-block .form-group-lg {
    margin: 0;
    /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  }
  .theme-blueGreen #dynamicId .activity-comments .activity-block .form-group-lg .mat-form-field-infix {
    border-top: 0;
  }
  .theme-blueGreen #dynamicId .activity-comments .activity-block .form-group-lg label {
    margin-bottom: 0;
  }
  .theme-blueGreen #dynamicId .activity-comments .activity-block .activity-desc {
    margin-left: 0;
    text-align: justify;
  }
  .theme-blueGreen #dynamicId .activityDate {
    margin-top: 10px;
  }
  .theme-blueGreen #dynamicId .acvty-user-icon {
    display: block;
    float: left;
    padding-right: 10px;
    box-sizing: content-box;
  }
  .theme-blueGreen #dynamicId .mat-checkbox-layout .mat-checkbox-label {
    white-space: normal;
  }
  .theme-blueGreen #dynamicId .login-left {
    padding: 0 10px !important;
  }
  .theme-blueGreen #dynamicId .login-left h1, .theme-blueGreen #dynamicId .login-left .h1 {
    margin-top: 0;
  }
  .theme-blueGreen #dynamicId .logincheckbox label {
    width: 90%;
    display: block;
    margin: 0 auto;
  }
  .theme-blueGreen #dynamicId .login-box-c .login-right .btns-container button {
    display: block;
    margin: 0 auto 10px auto;
    width: 90%;
  }
  .theme-blueGreen #dynamicId .main-content .register_box .card {
    padding: 20px 10px;
  }
  .theme-blueGreen #dynamicId .main-content .register_box .card .card-header {
    padding: 0 15px;
  }
  .theme-blueGreen #dynamicId .main-content .register_box .card .card-header h4 + span, .theme-blueGreen #dynamicId .main-content .register_box .card .card-header .h4 + span {
    display: block;
    width: 100%;
    margin: 11px 0;
  }
  .theme-blueGreen #dynamicId .btnBack, .theme-blueGreen #dynamicId .btnLogin {
    width: 94%;
    margin: 1rem 0 0 0 !important;
  }
  .theme-blueGreen #dynamicId .btnLogin {
    width: 100%;
  }
  .theme-blueGreen #dynamicId .login-box-c .forgot-pwd {
    margin-top: 10px;
    display: block;
    text-align: center;
    width: 100%;
  }
  .theme-blueGreen #dynamicId .main-content .banner figcaption {
    font-size: 0.85rem;
    top: 3.5rem;
    width: 90%;
  }
  .theme-blueGreen #dynamicId .dots {
    margin-bottom: 50px;
  }
  .theme-blueGreen #dynamicId .main-content .form-input-border-line .card-body .avatar-upload {
    float: none !important;
    text-align: center;
  }
  .theme-blueGreen #dynamicId .main-content .form-input-border-line .card-body .avatar-upload .avatar-edit input + label {
    width: 110px;
  }
  .theme-blueGreen #dynamicId .main-content .form-input-border-line .card-body .avatar-upload + .req-text {
    clear: both;
    width: 100% !important;
    text-align: center;
  }
  .theme-blueGreen #dynamicId .main-content .form-input-border-line .card-body .left-box {
    border: 0 !important;
    margin-bottom: 20px;
    padding: 0 !important;
  }
  .theme-blueGreen #dynamicId #bao-btn {
    margin-top: 1rem !important;
  }
  .theme-blueGreen #dynamicId .container-fluid.user-management-c.px-4, .theme-blueGreen #dynamicId .user-management-c.px-4.container-sm, .theme-blueGreen #dynamicId .user-management-c.px-4.container-md, .theme-blueGreen #dynamicId .user-management-c.px-4.container-lg, .theme-blueGreen #dynamicId .user-management-c.px-4.container-xl, .theme-blueGreen #dynamicId .user-management-c.px-4.container-xxl {
    padding: 0 !important;
  }
  .theme-blueGreen #dynamicId #organization-profile button.btnLogin {
    margin-top: 1rem !important;
  }
}
@media (max-width: 320px) {
  .theme-blueGreen #dynamicId {
    /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
    /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
    /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
    /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
    /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
  }
  .theme-blueGreen #dynamicId mat-button-toggle-group {
    /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
    /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
    /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
    /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
  }
  .theme-blueGreen #dynamicId mat-button-toggle-group mat-button-toggle.btn.c-button {
    /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
    /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
    /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
  }
  .theme-blueGreen #dynamicId mat-button-toggle-group mat-button-toggle.btn.c-button.mat-button-toggle button {
    /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
    /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
  }
  .theme-blueGreen #dynamicId mat-button-toggle-group mat-button-toggle.btn.c-button.mat-button-toggle button.mat-button-toggle-button {
    /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
  }
  .theme-blueGreen #dynamicId mat-button-toggle-group mat-button-toggle.btn.c-button.mat-button-toggle button.mat-button-toggle-button .mat-button-toggle-label-content {
    padding: 0 20px;
  }
  .theme-blueGreen #dynamicId .mat-mdc-paginator-range-label {
    margin: 0;
  }
  .theme-blueGreen #dynamicId .reports-table-actions a {
    display: block;
    width: 100%;
    float: left !important;
  }
  .theme-blueGreen #dynamicId ol.steps li.steps__item {
    padding: 0 4px;
  }
  .theme-blueGreen #dynamicId .secondery-header .float-left .second-nav li a {
    margin-right: 0;
  }
  .theme-blueGreen #dynamicId .event-calendar-c owl-date-time-inline .owl-dt-inline-container {
    width: 14.5em;
  }
  .theme-blueGreen #dynamicId .loginheader a {
    line-height: 50px;
  }
  .theme-blueGreen #dynamicId app-left-panel .navbar .navbar-brand {
    font-size: 13px;
    margin-top: 18px;
  }
  .theme-blueGreen #dynamicId .login-box-c .login-left h1, .theme-blueGreen #dynamicId .login-box-c .login-left .h1 {
    font-size: 22px;
  }
  .theme-blueGreen #dynamicId #donateNow .donateNowBlock .donateBlock-3 button {
    width: 100%;
  }
  .theme-blueGreen #dynamicId #futuredEvents #myTab .nav-item a.nav-link {
    padding: 0.3rem;
  }
  .theme-blueGreen #dynamicId #futuredEvents .tab-content .tab-pane .carousel-wrapper owl-carousel .owl-item {
    height: 82vh;
  }
  .theme-blueGreen #dynamicId #futuredEvents .tab-content .tab-pane .share-on {
    bottom: -110px;
  }
  .theme-blueGreen #dynamicId app-layout app-right-panel {
    margin-bottom: 240px;
  }
}
@media (width: 1680px) {
  .theme-orange #dynamicId .avatar-upload .avatar-edit input + label {
    width: 90px;
    height: 80px;
    border-radius: 0;
  }
  .theme-orange #dynamicId .req-text {
    width: 60%;
    margin-top: 0;
    line-height: 18px;
  }
  .theme-orange #dynamicId .org-logo-upload {
    min-height: 114px;
  }
  .theme-orange #dynamicId .config-wrapper .card {
    box-shadow: none !important;
  }
  .theme-orange #dynamicId .donation-bg h3, .theme-orange #dynamicId .donation-bg .h3 {
    display: none !important;
  }
  .theme-orange #dynamicId .donation-bg .card.p-3.bg-light {
    display: none !important;
  }
  .theme-orange #dynamicId .donation-bg .col-12.text-right.mb-3 {
    display: none !important;
  }
}
@media (min-width: 1366px) {
  .theme-orange #dynamicId .participant-share {
    text-align: center !important;
  }
  .theme-orange #dynamicId .donation-currency span {
    font-size: 1rem !important;
  }
  .theme-orange #dynamicId .fixed-table thead th, .theme-orange #dynamicId .fixed-table tbody tr td {
    width: 120px;
  }
  .theme-orange #dynamicId .fixed-table thead th:first-child, .theme-orange #dynamicId .fixed-table tbody tr td:first-child {
    width: 60px;
  }
  .theme-orange #dynamicId .content {
    padding: 0 15px;
  }
  .theme-orange #dynamicId .twt-category {
    margin-bottom: 0;
  }
  .theme-orange #dynamicId .twt-feed {
    max-height: 155px;
  }
  .theme-orange #dynamicId .twt-feed img {
    height: 75px;
    width: 75px;
  }
  .theme-orange #dynamicId .stat-widget-one .stat-content {
    margin-left: 15px;
  }
  .theme-orange #dynamicId .card-body {
    padding: 15px;
  }
  .theme-orange #dynamicId .badges button {
    margin: 2px 0;
  }
}
@media (min-width: 1200px) {
  .theme-orange #dynamicId .participant-share {
    text-align: left;
    padding: 0;
  }
  .theme-orange #dynamicId .card-box-d .card-overlay-hover {
    padding: 15px 40px 5px 35px;
  }
  .theme-orange #dynamicId .card-box-d .title-d {
    margin: 1rem 0;
  }
}
@media (max-width: 1024px) {
  .theme-orange #dynamicId {
    /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  }
  .theme-orange #dynamicId .about-committe img {
    height: 150px;
  }
  .theme-orange #dynamicId .event-ticket-book-new {
    /* TODO(mdc-migration): The following rule targets internal classes of tabs that may no longer apply for the MDC version.*/
  }
  .theme-orange #dynamicId .event-ticket-book-new mat-tab-group .card.bg-light {
    min-height: auto;
  }
  .theme-orange #dynamicId .event-filter {
    /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
    /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  }
  .theme-orange #dynamicId .event-filter mat-radio-group {
    /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  }
  .theme-orange #dynamicId .event-filter mat-radio-group mat-radio-button {
    width: 100%;
  }
  .theme-orange #dynamicId .myProfile_tabs .dashboard-card .card {
    min-height: auto !important;
  }
  .theme-orange #dynamicId #fund-donation-screen .our-donor-says {
    height: 406px;
  }
  .theme-orange #dynamicId .db-icons-wrapper .db-icons-inner {
    margin-bottom: 10px;
    width: 145px;
  }
  .theme-orange #dynamicId .table-scroll-c table {
    max-width: 100% !important;
  }
  .theme-orange #dynamicId .mat-radio-label-content {
    white-space: normal;
  }
  .theme-orange #dynamicId .donateNowHeading {
    overflow: hidden;
  }
  .theme-orange #dynamicId #getInvolved .carousel-wrapper {
    height: auto;
  }
  .theme-orange #dynamicId #getInvolved .carousel-wrapper .owl-item {
    height: auto;
  }
  .theme-orange #dynamicId #getInvolved .carousel-wrapper .owl-item > div {
    height: auto;
  }
  .theme-orange #dynamicId .landing-nav.navbar-default #navbarDefault ul.navbar-nav li.nav-item a.nav-link {
    padding: 10px 8px;
  }
  .theme-orange #dynamicId .landing-nav.navbar-default #navbarDefault ul.navbar-nav li.nav-item.dropdown:after {
    right: -8px;
  }
  .theme-orange #dynamicId #organization-profile {
    /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
    /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  }
  .theme-orange #dynamicId #organization-profile mat-checkbox {
    /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
    /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  }
  .theme-orange #dynamicId #organization-profile mat-checkbox .mat-checkbox-label {
    white-space: normal;
  }
  .theme-orange #dynamicId #organization-profile mat-checkbox .mat-checkbox-inner-container {
    margin: inherit;
    top: 4px;
    margin-right: 8px;
  }
  .theme-orange #dynamicId .org-logo-upload {
    min-height: 116px;
  }
  .theme-orange #dynamicId .manage-dashboard-wrapper.admin-dashboard-wrapper .avatar-upload .avatar-edit input + label {
    width: 70px;
  }
  .theme-orange #dynamicId .avatar-upload .avatar-edit input + label {
    width: 110px;
    height: 70px;
    border-radius: 0;
  }
  .theme-orange #dynamicId .req-text {
    width: 65%;
    margin-top: 0;
    line-height: 19px;
  }
  .theme-orange #dynamicId .manage-dashboard-wrapper .dashboard-card .card h5.card-title, .theme-orange #dynamicId .manage-dashboard-wrapper .dashboard-card .card .card-title.h5 {
    font-size: 14px;
  }
  .theme-orange #dynamicId .manage-dashboard-wrapper .dashboard-card .card .card-icon {
    width: 50px;
    height: 50px;
    line-height: 40px;
  }
  .theme-orange #dynamicId .big-thanks owl-carousel .owl-dots {
    bottom: -10px;
  }
  .theme-orange #dynamicId .section-news {
    margin-top: 60px !important;
  }
  .theme-orange #dynamicId .news-slider .nav-tabs li a {
    padding: 6px 0 !important;
  }
  .theme-orange #dynamicId .news-slider .tab-pane .card-deck .card-body img.event--picture {
    width: 100%;
    min-height: 50px;
  }
  .theme-orange #dynamicId .right-side-box img {
    display: block;
    float: left;
    padding-right: 6px;
    box-sizing: content-box;
  }
  .theme-orange #dynamicId .search-user-btns ul li {
    margin-bottom: 20px;
  }
  .theme-orange #dynamicId .search-user-b label {
    line-height: normal;
    white-space: nowrap;
    width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .theme-orange #dynamicId #mappingTab table thead th, .theme-orange #dynamicId .map2 {
    white-space: nowrap;
  }
  .theme-orange #dynamicId .user-events-post owl-date-time-inline .owl-dt-inline-container {
    width: 18.5em;
    float: none;
    margin: 20px auto;
  }
  .theme-orange #dynamicId .activity-block .form-group .col-md-3 {
    padding: 0;
  }
  .theme-orange #dynamicId app-left-panel {
    padding: 0;
    width: 200px;
  }
  .theme-orange #dynamicId app-left-panel .navbar .navbar-header {
    padding: 0 20px;
  }
  .theme-orange #dynamicId .navbar .navbar-nav li > a .menu-icon {
    width: 30px;
  }
  .theme-orange #dynamicId .navbar .navbar-nav li.menu-item-has-children .sub-menu {
    padding: 0 0 0 30px;
  }
  .theme-orange #dynamicId .navbar .navbar-nav li.menu-item-has-children .sub-menu a {
    padding: 2px 0 2px 46px;
  }
  .theme-orange #dynamicId .open app-left-panel .navbar .navbar-nav li a {
    padding: 10px 25px;
  }
  .theme-orange #dynamicId .open app-left-panel .navbar .navbar-nav li > a:hover, .theme-orange #dynamicId .open app-left-panel .navbar .navbar-nav li > a:hover .menu-icon {
    background: none !important;
  }
  .theme-orange #dynamicId .card .card-header {
    position: relative;
  }
  .theme-orange #dynamicId .card .card-header strong {
    display: block;
  }
  .theme-orange #dynamicId .card .card-header small, .theme-orange #dynamicId .card .card-header .small {
    float: left;
  }
  .theme-orange #dynamicId .card .card-header .card-actions {
    right: 0;
    top: 0.75rem;
    position: absolute;
  }
}
@media (max-width: 992px) {
  .theme-orange #dynamicId {
    /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
    /* TODO(mdc-migration): The following rule targets internal classes of tabs that may no longer apply for the MDC version.*/
  }
  .theme-orange #dynamicId .about-committe img {
    height: auto;
    max-height: 100%;
  }
  .theme-orange #dynamicId .eventTime label br {
    display: none;
  }
  .theme-orange #dynamicId .eventTime label span {
    margin-right: 10px;
  }
  .theme-orange #dynamicId .evnt-desc-m {
    padding-bottom: 0;
  }
  .theme-orange #dynamicId .events-bottom-icon {
    margin-left: 0;
  }
  .theme-orange #dynamicId .events-bottom-icon .evnt-modal-icns {
    min-width: auto;
  }
  .theme-orange #dynamicId .event-ticket-get-involve .mat-mdc-radio-button ~ .mat-radio-button {
    margin-left: 16px;
  }
  .theme-orange #dynamicId .signin {
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    top: 46px;
    border-radius: 0;
  }
  .theme-orange #dynamicId .membership-tabs .org-logo-upload .req-text {
    width: 65%;
    text-align: left;
  }
  .theme-orange #dynamicId app-layout app-right-panel {
    margin-bottom: 160px;
  }
  .theme-orange #dynamicId .container.user-management-c {
    max-width: 100%;
  }
  .theme-orange #dynamicId .container.px-4 {
    max-width: 100%;
  }
  .theme-orange #dynamicId .section-footer > .container {
    max-width: 100%;
  }
  .theme-orange #dynamicId .snip1543 figcaption {
    padding: 25px 6% 25px 20px;
  }
  .theme-orange #dynamicId #donateNow {
    padding: 0;
    margin: 0;
    max-width: 100%;
  }
  .theme-orange #dynamicId #donateNow .donateNowBlock {
    position: static;
    margin-top: 0;
  }
  .theme-orange #dynamicId #donateNow .donateNowBlock .donateBlock-1 .donateNowHeading {
    font-size: 16px;
    overflow: hidden;
  }
  .theme-orange #dynamicId #donateNow .donateNowBlock .donateBlock-1 .donateNowHeading:after {
    border-width: 12px;
    margin-top: -10px;
  }
  .theme-orange #dynamicId #donateNow .donateNowBlock .donateBlock-2 {
    padding: 0;
    /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
    /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
    /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  }
  .theme-orange #dynamicId #donateNow .donateNowBlock .donateBlock-2 mat-radio-group {
    /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
    /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  }
  .theme-orange #dynamicId #donateNow .donateNowBlock .donateBlock-2 mat-radio-group mat-radio-button {
    margin-right: 10px !important;
    margin-left: 0 !important;
    /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  }
  .theme-orange #dynamicId #donateNow .donateNowBlock .donateBlock-2 mat-radio-group mat-radio-button .mat-radio-label-content {
    padding-left: 2px;
    padding-top: 2px;
  }
  .theme-orange #dynamicId #donateNow .donateNowBlock .donateBlock-3 mat-form-field {
    margin-top: 14px !important;
  }
  .theme-orange #dynamicId #scroll {
    right: 30px;
  }
  .theme-orange #dynamicId .right-news-s {
    flex: 0 0 96% !important;
    margin: 30px auto 0 auto !important;
  }
  .theme-orange #dynamicId .right-news-s .right-news-s-card .news-slider .tab-content.news-tabs {
    height: 300px !important;
  }
  .theme-orange #dynamicId .carousel-wrapper {
    height: 48vh;
  }
  .theme-orange #dynamicId .carousel-wrapper .owl-item {
    height: 48vh;
  }
  .theme-orange #dynamicId .carousel-wrapper .owl-item > div {
    height: 48vh;
  }
  .theme-orange #dynamicId .carousel-wrapper .owl-item .intro-body {
    padding: 6px;
  }
  .theme-orange #dynamicId .carousel-wrapper .owl-item .intro-body .intro-title {
    font-size: 20px;
  }
  .theme-orange #dynamicId .header-sign--d {
    margin: 0 !important;
    display: block !important;
    right: 60px;
    top: 8px;
  }
  .theme-orange #dynamicId .header-sign--d li {
    display: block !important;
    float: left !important;
  }
  .theme-orange #dynamicId .landing-nav.navbar-default {
    margin-bottom: 0;
    padding-bottom: 16px;
    background: white;
  }
  .theme-orange #dynamicId .landing-nav.navbar-default .navbar-toggler {
    position: absolute;
    top: 20px;
    right: 20px;
  }
  .theme-orange #dynamicId .landing-nav.navbar-default .navbar-toggler span {
    background: #0e3f60;
  }
  .theme-orange #dynamicId .landing-nav.navbar-default .navbar-brand {
    top: 10px;
  }
  .theme-orange #dynamicId .landing-nav.navbar-default #navbarDefault {
    position: absolute;
    width: 100%;
    background: #0d3f60;
    left: 0;
    right: 0;
    top: 62px;
    margin: 0 !important;
  }
  .theme-orange #dynamicId .landing-nav.navbar-default #navbarDefault ul.navbar-nav li.nav-item {
    padding-bottom: 0;
  }
  .theme-orange #dynamicId .landing-nav.navbar-default #navbarDefault ul.navbar-nav li.nav-item a.nav-link {
    color: white !important;
    border-bottom: solid 1px rgba(255, 255, 255, 0.3098039216);
    padding: 0 10px !important;
    line-height: 45px !important;
  }
  .theme-orange #dynamicId .landing-nav.navbar-default #navbarDefault ul.navbar-nav li.nav-item:last-of-type {
    border: 0;
  }
  .theme-orange #dynamicId #footer-wrapper {
    height: auto;
  }
  .theme-orange #dynamicId #footer-wrapper div {
    width: 100%;
    float: none !important;
    text-align: center;
    clear: both;
  }
  .theme-orange #dynamicId #footer-wrapper div.float-left ul {
    padding: 0 !important;
    margin: 0;
    display: block;
    width: 100%;
  }
  .theme-orange #dynamicId #footer-wrapper div.float-right {
    border-top: solid 1px rgba(255, 255, 255, 0.1490196078);
    padding-top: 8px;
  }
  .theme-orange #dynamicId #footer-wrapper div.float-right ul {
    float: none !important;
    display: inline-block;
    text-align: center;
    padding: 0 !important;
    margin-right: 10px;
    margin-bottom: 0 !important;
  }
  .theme-orange #dynamicId .secondery-header .float-left ul {
    float: right !important;
  }
  .theme-orange #dynamicId .sub-navigation {
    display: none;
  }
  .theme-orange #dynamicId .donation--btn {
    margin: 0;
  }
  .theme-orange #dynamicId .main-content .register_box .form-group .col-form-label {
    line-height: normal !important;
  }
  .theme-orange #dynamicId .main-content .register_box .form-group .mat-form-field-appearance-legacy .mat-form-field-infix {
    border-top: 0 !important;
  }
  .theme-orange #dynamicId .user-management-c h3, .theme-orange #dynamicId .user-management-c .h3 {
    margin-bottom: 20px;
  }
  .theme-orange #dynamicId .searchUserFields {
    /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  }
  .theme-orange #dynamicId .searchUserFields .mat-form-field-infix {
    border-top: 0;
  }
  .theme-orange #dynamicId .searchUserFields .mat-mdc-input-element {
    line-height: normal !important;
  }
  .theme-orange #dynamicId .user-icons a {
    margin-bottom: 15px;
  }
  .theme-orange #dynamicId .eventDesc-inr {
    margin-top: 0 !important;
  }
  .theme-orange #dynamicId .events-bottom-icon {
    position: static;
  }
  .theme-orange #dynamicId .events-bottom-icon .evnt-modal-icns {
    margin-bottom: 20px;
  }
  .theme-orange #dynamicId .evnt-desc-m {
    padding-left: 15px;
    margin-bottom: 15px;
  }
  .theme-orange #dynamicId .event-heading-a {
    padding-left: 15px;
  }
  .theme-orange #dynamicId .eventTime label {
    width: 100%;
    margin-top: 20px;
  }
  .theme-orange #dynamicId .eventDescrption .eventDesc-i {
    margin-left: 0;
    margin-right: 0;
  }
  .theme-orange #dynamicId .event-calendar-c {
    padding-left: 0;
    margin-bottom: 20px;
  }
  .theme-orange #dynamicId .event-calendar-c owl-date-time-inline .owl-dt-inline-container {
    width: 18.5em;
    float: none;
    margin: auto;
  }
  .theme-orange #dynamicId .mat-mdc-tab-group .mat-mdc-tab-header .mat-tab-list .mat-tab-labels .mat-tab-label {
    min-width: auto;
    padding: 0 10px;
  }
  .theme-orange #dynamicId .login-box-c .login-right .btns-container {
    display: table;
    margin: 0 auto;
    width: 100%;
  }
  .theme-orange #dynamicId .login-box-c .login-right .btns-container button {
    width: 60%;
    text-align: center;
    display: block;
    margin: 20px auto;
    line-height: 30px;
  }
  .theme-orange #dynamicId .login-box-c .login-right .btns-container button i {
    float: left;
  }
  .theme-orange #dynamicId .login-middle {
    margin: 50px 0;
  }
  .theme-orange #dynamicId .login-box-c .login-middle .ver-line {
    width: 100%;
  }
  .theme-orange #dynamicId .login-box-c .login-middle .ver-line:after {
    width: 100% !important;
    height: 1px;
  }
  .theme-orange #dynamicId .login-box-c .login-right button {
    display: inline-block;
    margin-right: 20px;
  }
  .theme-orange #dynamicId [class*=col].no-padding {
    flex: none;
  }
  .theme-orange #dynamicId .main-content .banner figcaption {
    font-size: 1.1rem;
    top: 3.5rem;
  }
  .theme-orange #dynamicId .link-a span {
    font-size: 18px;
  }
  .theme-orange #dynamicId .list-a li {
    width: 33.333%;
  }
  .theme-orange #dynamicId .intro .intro-title-top {
    margin-bottom: 2rem;
  }
  .theme-orange #dynamicId .intro .intro-subtitle.intro-price {
    padding-top: 3rem;
  }
  .theme-orange #dynamicId .card-overlay-a-content {
    bottom: 0px;
  }
  .theme-orange #dynamicId .card-header-b {
    bottom: 20px;
  }
  .theme-orange #dynamicId .card-box-d .card-overlay-hover {
    padding: 5px 40px 5px 35px;
  }
  .theme-orange #dynamicId .card-box-d .title-d {
    margin: 1rem 0;
  }
  .theme-orange #dynamicId .card-box-d .card-body-d p {
    margin-bottom: 12px;
  }
  .theme-orange #dynamicId .sinse-box {
    padding: 3rem 4.5rem;
  }
  .theme-orange #dynamicId #futuredEvents .tab-content .tab-pane .carousel-wrapper {
    height: 62vh;
  }
  .theme-orange #dynamicId #futuredEvents .tab-content .tab-pane .carousel-wrapper owl-carousel .owl-item {
    height: 62vh;
  }
  .theme-orange #dynamicId #futuredEvents .tab-content .tab-pane .carousel-wrapper owl-carousel .owl-item > div {
    height: 62vh;
  }
  .theme-orange #dynamicId #futuredEvents .tab-content .tab-pane .carousel-wrapper owl-carousel .owl-item img[alt="Event Image"] {
    height: 100%;
  }
  .theme-orange #dynamicId #futuredEvents .tab-content .tab-pane .carousel-wrapper owl-carousel .owl-nav button.owl-prev {
    left: -44px;
  }
  .theme-orange #dynamicId #futuredEvents .tab-content .tab-pane .carousel-wrapper owl-carousel .owl-nav button.owl-next {
    right: -43px;
  }
  .theme-orange #dynamicId .our-donor-slider .carousel-wrapper .owl-item {
    height: 18vh;
  }
  .theme-orange #dynamicId #mainBanner .carousel-wrapper .owl-nav, .theme-orange #dynamicId #mainBanner .carousel-wrapper .owl-dots {
    display: none;
  }
  .theme-orange #dynamicId .avatar-upload .avatar-edit input + label {
    width: 80px;
    height: 70px;
    border-radius: 0;
  }
  .theme-orange #dynamicId .req-text {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 812px) {
  .theme-orange #dynamicId #header .header-menu .navbar .navbar-nav li.dropdown .header-menu-wrapper {
    height: 250px;
  }
  .theme-orange #dynamicId #fund-donation-screen .our-donor-says {
    height: 382px;
  }
  .theme-orange #dynamicId .landing-nav.navbar-default #navbarDefault {
    height: 320px;
    overflow: auto;
    overflow-x: hidden;
  }
  .theme-orange #dynamicId .landing-nav.navbar-default #navbarDefault ul.navbar-nav li.nav-item a.nav-link:before {
    content: none;
  }
  .theme-orange #dynamicId .landing-nav.navbar-default #navbarDefault ul.navbar-nav li.nav-item a.nav-link:hover {
    color: white !important;
  }
  .theme-orange #dynamicId .landing-nav.navbar-default #navbarDefault ul.navbar-nav li.nav-item:hover {
    background: #fb8c00 !important;
  }
  .theme-orange #dynamicId .db-icons-wrapper .db-icons-inner {
    width: 132px;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .theme-orange #dynamicId .card-box-a:hover .card-overlay-a-content {
    bottom: 64px;
  }
}
@media (max-width: 768px) {
  .theme-orange #dynamicId {
    /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
    /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
    /* TODO(mdc-migration): The following rule targets internal classes of tabs that may no longer apply for the MDC version.*/
  }
  .theme-orange #dynamicId mat-radio-group[formcontrolname=eventCategory] .mat-mdc-radio-button ~ .mat-radio-button, .theme-orange #dynamicId mat-radio-group[formcontrolname=visibility] .mat-mdc-radio-button ~ .mat-radio-button {
    margin-left: 0;
  }
  .theme-orange #dynamicId .event-ticket-book-new {
    /* TODO(mdc-migration): The following rule targets internal classes of tabs that may no longer apply for the MDC version.*/
  }
  .theme-orange #dynamicId .event-ticket-book-new mat-tab-group .card.bg-light {
    min-height: auto;
  }
  .theme-orange #dynamicId .event-ticket-book-new ul.list-group.list-group-flush li.list-group-item .event-thumb span {
    right: 7px;
  }
  .theme-orange #dynamicId .event-filter {
    /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
    /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  }
  .theme-orange #dynamicId .event-filter mat-radio-group {
    /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  }
  .theme-orange #dynamicId .event-filter mat-radio-group mat-radio-button {
    width: 100%;
  }
  .theme-orange #dynamicId #fund-donation-screen .our-donor-says {
    height: 356px;
  }
  .theme-orange #dynamicId .event-ticket-get-involve .mat-mdc-radio-button ~ .mat-radio-button {
    margin-left: 16px;
  }
  .theme-orange #dynamicId .db-icons-wrapper .db-icons-inner {
    width: 155px;
  }
  .theme-orange #dynamicId #header .header-menu > .col-12.p-0 {
    position: static;
  }
  .theme-orange #dynamicId #header .header-menu .navbar {
    min-width: 70%;
    border: 0;
    background: none !important;
    position: fixed;
    top: 0;
    left: 0;
    height: 70px !important;
    padding-right: 0 !important;
  }
  .theme-orange #dynamicId #header .header-menu .navbar button {
    cursor: pointer;
  }
  .theme-orange #dynamicId #header .header-menu .navbar button.navbar-toggler {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    background: white;
    text-align: center;
    font-size: 20px;
    padding: 0;
    margin: 20px 0 0 20px;
  }
  .theme-orange #dynamicId #header .header-menu .navbar .navbar-nav li.dropdown .dropdown-toggle {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 9999;
    font-size: 20px !important;
    box-shadow: none;
  }
  .theme-orange #dynamicId #header .header-menu .navbar .navbar-nav li.dropdown .dropdown-toggle + span {
    display: none;
  }
  .theme-orange #dynamicId #header .header-menu .navbar .navbar-nav li.dropdown .header-menu-wrapper {
    width: 768px;
    float: left;
    overflow: auto;
    height: 400px;
    box-shadow: none;
    margin-top: -5px;
  }
  .theme-orange #dynamicId #header .header-menu .navbar .navbar-nav li.dropdown .header-menu-wrapper h1, .theme-orange #dynamicId #header .header-menu .navbar .navbar-nav li.dropdown .header-menu-wrapper .h1 {
    line-height: 30px;
    padding-top: 6px;
  }
  .theme-orange #dynamicId #header .header-menu .navbar .navbar-nav li.dropdown .header-menu-wrapper .col-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .theme-orange #dynamicId #header.change-color .header-menu .navbar .navbar-nav li.dropdown .header-menu-wrapper {
    height: auto;
  }
  .theme-orange #dynamicId #header.change-color .header-menu .navbar .navbar-nav li.dropdown .header-menu-wrapper .member-nav-menu {
    border: solid 1px rgba(0, 0, 0, 0.168627451);
  }
  .theme-orange #dynamicId #header.change-color .header-menu .navbar .navbar-nav li.dropdown .header-menu-wrapper .member-nav-menu .col-12 {
    border: 0;
    border-bottom: solid 1px rgba(0, 0, 0, 0.168627451);
    max-height: 50px;
    text-align: left;
  }
  .theme-orange #dynamicId #header.change-color .header-menu .navbar .navbar-nav li.dropdown .header-menu-wrapper .member-nav-menu .col-12:last-of-type {
    border-bottom: 0;
  }
  .theme-orange #dynamicId #header.change-color .header-menu .navbar .navbar-nav li.dropdown .header-menu-wrapper .member-nav-menu .col-12 a {
    margin-left: 20px;
    line-height: 56px;
  }
  .theme-orange #dynamicId #header.change-color .header-menu .navbar .navbar-nav li.dropdown .header-menu-wrapper .member-nav-menu .col-12 a br {
    display: none;
  }
  .theme-orange #dynamicId #header.change-color .header-menu .navbar .navbar-nav li.dropdown .header-menu-wrapper .member-nav-menu .col-12 a img {
    margin-right: 12px;
  }
  .theme-orange #dynamicId .navbar-default.navbar-trans .nav-item, .theme-orange #dynamicId .navbar-default.navbar-reduce .nav-item {
    margin-left: 15px;
  }
  .theme-orange #dynamicId .navbar-default .dropdown .dropdown-menu {
    border-top: 4px solid #3a8bc2;
    border-left: 0;
    display: block;
    position: absolute;
    box-shadow: 0 2px rgba(17, 16, 15, 0.1), 0 2px 10px rgba(20, 19, 18, 0.1);
  }
  .theme-orange #dynamicId app-layout app-header header {
    height: 0;
    position: relative;
    z-index: 99;
  }
  .theme-orange #dynamicId app-layout app-header header .user-area {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 10px;
  }
  .theme-orange #dynamicId app-layout app-header header .user-area .dropdown-toggle span {
    color: white;
  }
  .theme-orange #dynamicId app-layout app-right-panel {
    margin-top: 130px;
    margin-bottom: 170px;
  }
  .theme-orange #dynamicId .secondery-header {
    height: 70px;
    display: block !important;
  }
  .theme-orange #dynamicId .secondery-header img[alt=Logo] {
    float: none !important;
    margin: 0 auto;
    display: block;
    margin-top: 12px;
    width: auto;
  }
  .theme-orange #dynamicId .secondery-header .container-fluid, .theme-orange #dynamicId .secondery-header .container-sm, .theme-orange #dynamicId .secondery-header .container-md, .theme-orange #dynamicId .secondery-header .container-lg, .theme-orange #dynamicId .secondery-header .container-xl, .theme-orange #dynamicId .secondery-header .container-xxl {
    padding: 0 !important;
  }
  .theme-orange #dynamicId .secondery-header .float-left {
    width: 100%;
  }
  .theme-orange #dynamicId .secondery-header .float-left .second-nav {
    float: none !important;
    text-align: center;
    padding: 0 10px !important;
    margin: 10px 0 !important;
    background: #ff9800;
  }
  .theme-orange #dynamicId .secondery-header .float-left .second-nav li a {
    margin-right: 5px;
    font-size: 14px !important;
    color: white;
  }
  .theme-orange #dynamicId .secondery-header .float-right {
    width: auto;
    position: absolute;
    margin-top: 2px;
    right: 10px;
    display: block;
  }
  .theme-orange #dynamicId #futuredEvents .nav-tabs {
    display: flex;
  }
  .theme-orange #dynamicId #futuredEvents .card {
    border: none;
  }
  .theme-orange #dynamicId #futuredEvents .card .card-header {
    display: none;
  }
  .theme-orange #dynamicId #futuredEvents .card .collapse {
    display: block;
  }
  .theme-orange #dynamicId #futuredEvents .tab-content .tab-pane .carousel-wrapper {
    height: auto;
  }
  .theme-orange #dynamicId #futuredEvents .tab-content .tab-pane .carousel-wrapper owl-carousel .owl-item {
    height: auto;
  }
  .theme-orange #dynamicId #futuredEvents .tab-content .tab-pane .carousel-wrapper owl-carousel .owl-item > div {
    height: 28vh;
  }
  .theme-orange #dynamicId #ourDonorSays .carousel-wrapper {
    height: auto;
  }
  .theme-orange #dynamicId .org-logo-c {
    height: 80px;
  }
  .theme-orange #dynamicId #myProfile .card .card-header {
    font-size: 1.2rem !important;
  }
  .theme-orange #dynamicId .modal-xl {
    width: 90%;
    max-width: 1200px;
  }
  .theme-orange #dynamicId .right-side-box img {
    display: block;
    margin: 0 auto 20px auto !important;
  }
  .theme-orange #dynamicId .evnt-social-icn {
    margin: 15px 0;
    text-align: right;
  }
  .theme-orange #dynamicId .mat-mdc-tab-group .mat-mdc-tab-header .mat-tab-list .mat-tab-labels .mat-tab-label {
    font-size: 13px;
    padding: 0 7px;
  }
  .theme-orange #dynamicId .donation-ack button {
    width: 30.3333%;
    margin-bottom: 10px;
  }
  .theme-orange #dynamicId .back-to-top {
    bottom: 15px;
  }
  .theme-orange #dynamicId .card-box-a:hover .card-overlay-a-content {
    bottom: 60px;
  }
  .theme-orange #dynamicId .link-a {
    font-size: 0.9rem;
  }
  .theme-orange #dynamicId .link-a span {
    font-size: 1.5rem;
  }
  .theme-orange #dynamicId .box-collapse {
    width: 50%;
  }
  .theme-orange #dynamicId .intro .intro-body {
    padding-left: 2rem;
  }
  .theme-orange #dynamicId .intro .intro-title-top {
    margin-bottom: 1rem;
  }
  .theme-orange #dynamicId .intro .intro-subtitle.intro-price {
    padding-top: 2rem;
  }
  .theme-orange #dynamicId .grid .card-box-a, .theme-orange #dynamicId .grid .card-box-b, .theme-orange #dynamicId .grid .card-box-c, .theme-orange #dynamicId .grid .card-box-d {
    margin-bottom: 2.5rem;
  }
  .theme-orange #dynamicId .card-box-a:hover .card-overlay-a-content {
    bottom: 60px;
  }
  .theme-orange #dynamicId .card-box-a:hover .card-body-a {
    padding-bottom: 1rem;
  }
  .theme-orange #dynamicId .card-box-a:hover .img-a, .theme-orange #dynamicId .card-box-a:hover .img-b {
    transform: scale(1.2);
  }
  .theme-orange #dynamicId .card-box-b:hover .img-a, .theme-orange #dynamicId .card-box-b:hover .img-b {
    transform: scale(1.2);
  }
  .theme-orange #dynamicId .card-overlay-a-content {
    bottom: -20px;
  }
  .theme-orange #dynamicId .card-header-b {
    bottom: 0px;
  }
  .theme-orange #dynamicId .card-box-d .card-overlay-hover {
    padding: 5px 15px 5px 10px;
  }
  .theme-orange #dynamicId .card-box-d .title-d, .theme-orange #dynamicId .card-box-d .content-d {
    margin: 0.5rem 0;
  }
  .theme-orange #dynamicId .card-box-d .card-body-d p {
    margin-bottom: 8px;
  }
  .theme-orange #dynamicId .about-img-box {
    padding-left: 5rem;
  }
  .theme-orange #dynamicId .sinse-box {
    padding: 1.5rem 3rem;
  }
  .theme-orange #dynamicId .btnLogin {
    padding: 6px 8px;
  }
  .theme-orange #dynamicId #mainBanner .carousel-wrapper {
    height: auto;
  }
  .theme-orange #dynamicId #main-header-wrapper.sticky header {
    transform: none;
  }
  .theme-orange #dynamicId #myProfile .card.main-card {
    height: auto;
  }
  .theme-orange #dynamicId #myProfile .card.main-card .about-me-img .aboutme_img {
    height: auto;
    width: auto;
  }
  .theme-orange #dynamicId .table-scroll-c table thead th, .theme-orange #dynamicId .table-scroll-c table thead td, .theme-orange #dynamicId .table-scroll-c table tbody th, .theme-orange #dynamicId .table-scroll-c table tbody td {
    white-space: nowrap;
  }
  .theme-orange #dynamicId .list-alphabet-c {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .theme-orange #dynamicId .list-alphabet-c ul {
    display: block;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .theme-orange #dynamicId {
    /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
  }
  .theme-orange #dynamicId .avatar-edit label img.camera_icon {
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    margin: auto;
  }
  .theme-orange #dynamicId .req-text {
    width: 100%;
    text-align: center;
  }
  .theme-orange #dynamicId #header .header-menu .navbar button.navbar-toggler {
    display: none;
  }
  .theme-orange #dynamicId #header .header-menu .navbar #bs-example-navbar-collapse-1 {
    display: block;
  }
  .theme-orange #dynamicId #header .header-menu .navbar #bs-example-navbar-collapse-1 .header-menu-wrapper {
    margin-top: 65px;
    width: 100%;
  }
  .theme-orange #dynamicId .get-in-touch-w {
    margin-top: 10px !important;
  }
  .theme-orange #dynamicId footer {
    margin-top: -1px;
  }
  .theme-orange #dynamicId .left-columns--c {
    height: auto !important;
  }
  .theme-orange #dynamicId .btn.c-button.mat-button-toggle {
    padding: 5px 2px;
  }
  .theme-orange #dynamicId .carousel-wrapper {
    height: 48vh;
  }
  .theme-orange #dynamicId .carousel-wrapper .owl-item {
    height: 48vh;
  }
  .theme-orange #dynamicId .carousel-wrapper .owl-item > div {
    height: 48vh;
  }
  .theme-orange #dynamicId .section-t8 {
    padding-top: 4rem;
  }
  .theme-orange #dynamicId .section-t4 {
    padding-top: 2rem;
  }
  .theme-orange #dynamicId .section-md-t3 {
    padding-top: 10px;
  }
  .theme-orange #dynamicId .section-tb85 {
    padding: 4rem 0 2.5rem 0;
  }
  .theme-orange #dynamicId .intro-single {
    padding-top: 9rem;
  }
  .theme-orange #dynamicId .card-box-a, .theme-orange #dynamicId .card-box-b, .theme-orange #dynamicId .card-box-c, .theme-orange #dynamicId .card-box-d {
    margin-bottom: 2.5rem;
  }
  .theme-orange #dynamicId .card-box-a .card-overlay-a-content {
    bottom: 65px;
  }
  .theme-orange #dynamicId .card-box-a .card-body-a {
    padding-bottom: 1rem;
  }
  .theme-orange #dynamicId .property-agent {
    margin-top: 2.5rem;
  }
  .theme-orange #dynamicId .card-box-c {
    margin-bottom: 2rem;
  }
  .theme-orange #dynamicId .card-body-c {
    padding: 0;
  }
  .theme-orange #dynamicId .main-content .form-input-border-line .card-body .left-box {
    border-right: none !important;
  }
  .theme-orange #dynamicId .arrow1, .theme-orange #dynamicId .arrow {
    display: none;
  }
  .theme-orange #dynamicId .event-calendar-c owl-date-time-inline .owl-dt-inline-container {
    width: 100% !important;
  }
  .theme-orange #dynamicId .owl-dt-inline-container .owl-dt-calendar, .theme-orange #dynamicId .owl-dt-popup-container .owl-dt-calendar {
    height: 100%;
  }
  .theme-orange #dynamicId .event-heading-a {
    display: inline-block;
    margin-bottom: 15px;
  }
  .theme-orange #dynamicId app-left-panel {
    padding: 0;
  }
  .theme-orange #dynamicId .main-content .register_box {
    flex: 0 0 90.333333%;
    max-width: 90.333333%;
  }
  .theme-orange #dynamicId .main-content .banner figcaption {
    font-size: 1.1rem;
    top: 1.5rem;
  }
}
@media (max-width: 736px) {
  .theme-orange #dynamicId #fund-donation-screen .our-donor-says {
    height: 380px;
  }
  .theme-orange #dynamicId .db-icons-wrapper .db-icons-inner {
    width: 146px;
  }
  .theme-orange #dynamicId app-layout app-right-panel {
    margin-bottom: 190px;
  }
  .theme-orange #dynamicId .sendOtp {
    white-space: nowrap;
  }
  .theme-orange #dynamicId .org-logo-upload {
    margin: auto;
  }
  .theme-orange #dynamicId .req-text {
    line-height: 16px;
  }
  .theme-orange #dynamicId .avatar-upload .avatar-edit input + label {
    width: 50px;
    height: 50px;
  }
  .theme-orange #dynamicId .avatar-upload .avatar-edit input + label img {
    width: 40px;
    height: auto;
  }
  .theme-orange #dynamicId #mainBanner .carousel-wrapper {
    height: 48vh;
  }
  .theme-orange #dynamicId #futuredEvents .tab-content .tab-pane .carousel-wrapper owl-carousel .owl-item > div {
    height: 82vh;
  }
  .theme-orange #dynamicId .our-donor-slider .carousel-wrapper .owl-item {
    height: auto;
  }
}
@media (max-width: 667px) {
  .theme-orange #dynamicId #header .header-menu .navbar .navbar-nav li.dropdown .header-menu-wrapper {
    height: 310px;
  }
  .theme-orange #dynamicId .db-icons-wrapper .db-icons-inner {
    width: 128px;
  }
}
@media (min-width: 576px) {
  .theme-orange #dynamicId .about-img-box {
    padding-left: 4rem;
  }
  .theme-orange #dynamicId .sinse-box {
    padding: 1.5rem 2.5rem;
    bottom: 20px;
  }
  .theme-orange #dynamicId .sinse-box p {
    font-size: 0.8rem;
  }
}
@media (max-width: 575.99px) {
  .theme-orange #dynamicId .list-alphabet-c ul.list-inline {
    display: block;
    padding-left: 0 !important;
  }
  .theme-orange #dynamicId .media-news-img {
    margin-bottom: 15px;
  }
  .theme-orange #dynamicId .share-button {
    top: -15px;
  }
  .theme-orange #dynamicId .navbar-expand-lg > .container, .theme-orange #dynamicId .navbar-expand-lg > .container-fluid, .theme-orange #dynamicId .navbar-expand-lg > .container-sm, .theme-orange #dynamicId .navbar-expand-lg > .container-md, .theme-orange #dynamicId .navbar-expand-lg > .container-lg, .theme-orange #dynamicId .navbar-expand-lg > .container-xl, .theme-orange #dynamicId .navbar-expand-lg > .container-xxl {
    padding: 0 15px;
  }
  .theme-orange #dynamicId #donateNow {
    width: 100%;
  }
  .theme-orange #dynamicId #donateNow .donateNowBlock {
    position: relative;
    height: auto;
    margin-top: 0;
    padding: 10px;
    border: 0 !important;
  }
  .theme-orange #dynamicId #donateNow .donateNowBlock .donateBlock-1 .donateNowHeading {
    font-size: 20px;
    background: none;
    text-align: left;
    color: #000000;
    line-height: normal;
  }
  .theme-orange #dynamicId #donateNow .donateNowBlock .donateBlock-1 .donateNowHeading:after {
    content: none;
  }
  .theme-orange #dynamicId #donateNow .donateNowBlock .donateBlock-2 {
    padding: 0 15px;
    /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  }
  .theme-orange #dynamicId #donateNow .donateNowBlock .donateBlock-2 mat-radio-group {
    margin-top: 10px;
  }
  .theme-orange #dynamicId #donateNow .donateNowBlock .donateBlock-2 .or-v {
    position: relative;
    width: 100%;
    margin: 20px 0;
  }
  .theme-orange #dynamicId #donateNow .donateNowBlock .donateBlock-2 .or-v:before {
    width: 100%;
    position: absolute;
    height: 1px;
    content: "";
    background: #EAEAEA;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
  }
  .theme-orange #dynamicId #donateNow .donateNowBlock .donateBlock-3 mat-form-field {
    margin-top: 0 !important;
  }
  .theme-orange #dynamicId #donateNow .donateNowBlock .donateBlock-3 .col-12.col-md-4.col-lg-5 {
    padding: 0;
  }
  .theme-orange #dynamicId #donateNow .donateNowBlock .donateBlock-3 button {
    width: auto;
  }
  .theme-orange #dynamicId #futuredEvents .tab-content .tab-pane .carousel-wrapper owl-carousel .owl-item .event-heading {
    font-size: 19px;
    margin-top: 10px !important;
  }
  .theme-orange #dynamicId .volunteers-img {
    margin-top: 15px;
  }
  .theme-orange #dynamicId .footer-text p {
    text-align: center;
    padding: 10px 0;
    margin-bottom: 0;
  }
  .theme-orange #dynamicId .footer-text p, .theme-orange #dynamicId .footer-text a {
    font-size: 12px !important;
  }
  .theme-orange #dynamicId .box-collapse .title-box-d {
    left: 35px;
  }
  .theme-orange #dynamicId .box-collapse .title-box-d .title-d {
    font-size: 1.3rem;
  }
  .theme-orange #dynamicId .table-responsive-lg table-scroll-c {
    max-width: none;
  }
  .theme-orange #dynamicId body {
    display: block;
  }
  .theme-orange #dynamicId.open app-left-panel {
    width: 100%;
    max-width: 100%;
  }
  .theme-orange #dynamicId.open app-right-panel {
    margin-left: 0;
  }
  .theme-orange #dynamicId app-layout {
    display: block;
  }
  .theme-orange #dynamicId app-layout app-header {
    width: 100%;
  }
  .theme-orange #dynamicId app-layout app-left-panel {
    display: block;
    height: auto;
    min-height: inherit;
    width: 100%;
  }
  .theme-orange #dynamicId app-layout app-left-panel .navbar {
    margin-bottom: 0;
    max-width: 100%;
  }
  .theme-orange #dynamicId app-layout app-left-panel .navbar .navbar-header {
    height: 50px;
  }
  .theme-orange #dynamicId app-layout app-left-panel .navbar .navbar-brand {
    border-bottom: none;
    display: inline-block;
    line-height: 1;
    margin-top: 18px;
    min-height: inherit;
  }
  .theme-orange #dynamicId app-layout app-left-panel .navbar .navbar-brand.hidden {
    display: none;
  }
  .theme-orange #dynamicId app-layout app-left-panel .navbar .navbar-toggler {
    float: right;
    margin-top: 8px;
  }
  .theme-orange #dynamicId app-layout app-left-panel .navbar .navbar-nav li.menu-item-has-children a:before {
    top: 5px;
  }
  .theme-orange #dynamicId app-layout app-left-panel .navbar .menu-title {
    line-height: 30px;
  }
  .theme-orange #dynamicId app-layout app-right-panel {
    display: block;
    width: 100%;
  }
  .theme-orange #dynamicId app-layout app-right-panel header.header {
    padding: 5px 10px 1px 5px;
  }
  .theme-orange #dynamicId app-layout app-right-panel header.header div[class*=col] {
    padding: 0;
    width: initial;
  }
  .theme-orange #dynamicId app-layout app-right-panel header.header .col-sm-7 {
    float: left;
  }
  .theme-orange #dynamicId app-layout app-right-panel header.header .col-sm-5 {
    float: right;
  }
  .theme-orange #dynamicId app-layout app-right-panel .breadcrumbs {
    padding: 10px 15px;
  }
  .theme-orange #dynamicId app-layout app-right-panel .breadcrumbs div[class*=col] {
    padding: 0;
  }
  .theme-orange #dynamicId app-layout app-right-panel .breadcrumbs .page-header {
    min-height: inherit;
    padding: 0;
  }
  .theme-orange #dynamicId app-layout app-right-panel .breadcrumbs .page-header h1, .theme-orange #dynamicId app-layout app-right-panel .breadcrumbs .page-header .h1 {
    padding: 5px 0;
  }
  .theme-orange #dynamicId app-layout app-right-panel .breadcrumbs .page-header.float-right {
    float: left;
    text-align: left;
    width: 100%;
  }
  .theme-orange #dynamicId app-layout app-right-panel .breadcrumbs .page-header.float-right .breadcrumb {
    padding: 0;
  }
  .theme-orange #dynamicId app-layout app-right-panel .content {
    padding: 0 10px;
  }
  .theme-orange #dynamicId app-layout app-right-panel .content .card .card-title {
    margin-bottom: 0;
  }
  .theme-orange #dynamicId app-layout app-right-panel .content .card .card-footer {
    padding: 15px 5px;
  }
  .theme-orange #dynamicId app-layout app-right-panel .content .card .card-footer ul {
    margin: 0;
  }
  .theme-orange #dynamicId app-layout app-right-panel .content .card .card-footer ul li {
    float: left;
    margin: 5px 0;
    padding: 0 10px;
    width: 33.33%;
  }
  .theme-orange #dynamicId app-layout app-right-panel .content div[class*=col] {
    padding: 0;
  }
  .theme-orange #dynamicId app-layout app-right-panel .content .row div[class*=col] {
    padding: 0 10px;
  }
  .theme-orange #dynamicId app-layout app-right-panel .content .nav-tabs .nav-link,
  .theme-orange #dynamicId app-layout app-right-panel .content .nav-pills .nav-link {
    padding: 0.5rem;
  }
  .theme-orange #dynamicId app-layout app-right-panel .content .tab-content.pl-3 {
    padding-left: 0 !important;
  }
  .theme-orange #dynamicId app-layout app-right-panel .content #bootstrap-data-table_wrapper {
    font-size: 14px;
    padding: 0;
  }
  .theme-orange #dynamicId app-layout app-right-panel .content #bootstrap-data-table_wrapper div[class*=col] {
    padding: 0;
  }
  .theme-orange #dynamicId app-layout app-right-panel .content #bootstrap-data-table_wrapper .table td, .theme-orange #dynamicId app-layout app-right-panel .content #bootstrap-data-table_wrapper .table th {
    padding: 5px;
  }
  .theme-orange #dynamicId .donation-ack button {
    width: 100%;
    margin-bottom: 17px !important;
    margin-top: 0 !important;
    text-align: center;
  }
  .theme-orange #dynamicId .menutoggle {
    display: none;
  }
  .theme-orange #dynamicId #header .header-menu .navbar .navbar-nav li.dropdown .header-menu-wrapper {
    height: 450px;
  }
}
@media (max-width: 480px) {
  .theme-orange #dynamicId {
    /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
    /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
    /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
    /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
    /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
    /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
    /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  }
  .theme-orange #dynamicId mat-button-toggle-group {
    display: block;
    text-align: center;
    /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
    /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
    /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
    /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
  }
  .theme-orange #dynamicId mat-button-toggle-group mat-button-toggle.btn.c-button {
    /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
    /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
    /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
  }
  .theme-orange #dynamicId mat-button-toggle-group mat-button-toggle.btn.c-button.mat-button-toggle button {
    /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
    /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
  }
  .theme-orange #dynamicId mat-button-toggle-group mat-button-toggle.btn.c-button.mat-button-toggle button.mat-button-toggle-button {
    /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
  }
  .theme-orange #dynamicId mat-button-toggle-group mat-button-toggle.btn.c-button.mat-button-toggle button.mat-button-toggle-button .mat-button-toggle-label-content {
    padding: 0 34px;
    line-height: 28px !important;
  }
  .theme-orange #dynamicId .event-activities {
    /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
    /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  }
  .theme-orange #dynamicId .event-activities mat-radio-group.gender .mat-mdc-radio-button ~ .mat-radio-button {
    margin-left: 16px;
  }
  .theme-orange #dynamicId #header.change-color .header-menu .navbar .navbar-nav li.dropdown .header-menu-wrapper .member-nav-menu {
    width: 300px;
  }
  .theme-orange #dynamicId .event-ticket-get-involve .mat-mdc-radio-button ~ .mat-radio-button {
    margin-left: 0;
  }
  .theme-orange #dynamicId .event-ticket-get-involve .gender .mat-mdc-radio-button ~ .mat-radio-button {
    margin-left: 16px;
  }
  .theme-orange #dynamicId .profile-labels p span::nth-child(2) {
    margin-right: 5px;
  }
  .theme-orange #dynamicId .profile-labels p span:first-of-type {
    min-width: auto;
    margin-right: 5px;
  }
  .theme-orange #dynamicId .profile-labels p span:last-of-type {
    width: 100%;
  }
  .theme-orange #dynamicId .modal {
    padding-right: 0;
    padding-left: 0;
  }
  .theme-orange #dynamicId .mat-checkbox-inner-container {
    margin: 0 8px 0 0;
    top: 2px;
  }
  .theme-orange #dynamicId .membership-tabs .org-logo-upload {
    min-height: 118px;
  }
  .theme-orange #dynamicId #collapseExample b {
    text-align: center;
    display: block;
    width: 40px;
    height: 40px;
    margin: auto;
    border: solid 1px #ddd;
    line-height: 40px;
    border-radius: 40px;
    position: relative;
    top: 10px;
  }
  .theme-orange #dynamicId .bank-details-labels label {
    width: 100%;
    margin-top: 10px;
  }
  .theme-orange #dynamicId .thumbnail-img-sm {
    height: 160px;
  }
  .theme-orange #dynamicId .event-ticket-book-new ul.list-group.list-group-flush li.list-group-item .event-thumb span {
    bottom: 10px;
    right: 15px;
    width: 44%;
  }
  .theme-orange #dynamicId ol.steps li.steps__item {
    padding: 0 8px;
  }
  .theme-orange #dynamicId .donation-currency {
    text-align: left !important;
  }
  .theme-orange #dynamicId .db-icons-wrapper {
    padding: 0 !important;
  }
  .theme-orange #dynamicId .db-icons-wrapper .db-icons-inner {
    border-bottom: solid 1px #EAEAEA;
    border-right: 0;
    display: block;
    width: 100%;
    min-height: 47px;
    margin-bottom: 0;
    text-align: left;
    padding: 10px;
  }
  .theme-orange #dynamicId .db-icons-wrapper .db-icons-inner img {
    margin-bottom: 0;
    max-width: 32px;
    margin-right: 10px;
  }
  .theme-orange #dynamicId .db-icons-wrapper .db-icons-inner span {
    width: auto;
    display: inline-block;
  }
  .theme-orange #dynamicId .mat-mdc-radio-button ~ .mat-radio-button {
    margin-left: 0;
  }
  .theme-orange #dynamicId .btn-controls button {
    margin-bottom: 15px !important;
  }
  .theme-orange #dynamicId .manage-dashboard-wrapper.admin-dashboard-wrapper .org-logo-upload {
    min-height: 114px;
  }
  .theme-orange #dynamicId .manage-dashboard-wrapper.admin-dashboard-wrapper .org-logo-upload .avatar-upload .avatar-edit input + label {
    width: 50px;
  }
  .theme-orange #dynamicId .org-logo-upload {
    width: 91%;
    margin: auto;
  }
  .theme-orange #dynamicId .interests-w .interests-i {
    height: 120px;
  }
  .theme-orange #dynamicId .interests-w .interests-tags-w {
    margin-bottom: 10px;
  }
  .theme-orange #dynamicId .interests-w .interests-tags-w a {
    border-radius: 0;
    padding: 3px 6px;
  }
  .theme-orange #dynamicId .share-button {
    top: -10px;
    right: 10px;
  }
  .theme-orange #dynamicId .share-button img {
    width: 40%;
  }
  .theme-orange #dynamicId .share-button .social-networks {
    transform: scale(1) translateY(-40px);
  }
  .theme-orange #dynamicId .share-button .social-networks ul {
    height: 20px;
  }
  .theme-orange #dynamicId .share-button .social-networks li {
    width: 20px;
    height: 20px;
    line-height: 20px;
  }
  .theme-orange #dynamicId .media-news-img {
    margin-bottom: 10px;
  }
  .theme-orange #dynamicId .pressRelease button.btnBack, .theme-orange #dynamicId .speeches button.btnBack {
    margin: 0 !important;
    width: auto;
  }
  .theme-orange #dynamicId .about-committe {
    margin-top: 15px;
  }
  .theme-orange #dynamicId h1, .theme-orange #dynamicId .h1 {
    font-size: 24px;
  }
  .theme-orange #dynamicId #mainBanner .carousel-wrapper {
    height: 26vh;
  }
  .theme-orange #dynamicId #getInvolved .carousel-wrapper {
    margin-bottom: 10px;
  }
  .theme-orange #dynamicId #getInvolved .get-involve--events .row {
    margin-bottom: 10px !important;
  }
  .theme-orange #dynamicId #futuredEvents {
    width: 100%;
  }
  .theme-orange #dynamicId #futuredEvents #myTab .nav-item a.nav-link {
    padding: 0.5rem;
  }
  .theme-orange #dynamicId #futuredEvents .tab-content .tab-pane .carousel-wrapper {
    border-bottom: solid 1px #dbdbdb;
  }
  .theme-orange #dynamicId #futuredEvents .tab-content .tab-pane .carousel-wrapper owl-carousel .owl-item {
    height: 62vh;
  }
  .theme-orange #dynamicId #futuredEvents .tab-content .tab-pane .carousel-wrapper owl-carousel .owl-item > div {
    height: 31vh;
  }
  .theme-orange #dynamicId #futuredEvents .tab-content .tab-pane .carousel-wrapper owl-carousel .owl-item > div .row .col-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .theme-orange #dynamicId #futuredEvents .tab-content .tab-pane .carousel-wrapper owl-carousel .owl-item .home--event-img img {
    height: 126px;
  }
  .theme-orange #dynamicId #valunteersBlock {
    padding: 0;
  }
  .theme-orange #dynamicId #valunteersBlock .container {
    width: 100%;
  }
  .theme-orange #dynamicId #valunteersBlock button {
    width: 100%;
    margin-bottom: 20px !important;
  }
  .theme-orange #dynamicId #nataPresidentMessage {
    padding: 0;
  }
  .theme-orange #dynamicId #nataPresidentMessage .container {
    width: 100%;
  }
  .theme-orange #dynamicId #contactUs button {
    width: 100%;
  }
  .theme-orange #dynamicId #contactUs img[alt="Contact Us image"] {
    width: 100%;
  }
  .theme-orange #dynamicId .org-logo-upload {
    min-height: 100px;
  }
  .theme-orange #dynamicId .avatar-upload .avatar-edit input + label {
    width: 50px;
    height: 40px;
  }
  .theme-orange #dynamicId .req-text {
    line-height: 15px;
  }
  .theme-orange #dynamicId .config-wrapper {
    padding: 0;
  }
  .theme-orange #dynamicId .config-wrapper > .row .col-12.col-sm-6.col-lg-4 {
    padding: 0;
    /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  }
  .theme-orange #dynamicId .config-wrapper > .row .col-12.col-sm-6.col-lg-4:first-of-type {
    padding: 0 15px;
  }
  .theme-orange #dynamicId .config-wrapper > .row .col-12.col-sm-6.col-lg-4 mat-checkbox {
    padding: 0 15px;
  }
  .theme-orange #dynamicId .manage-dashboard-wrapper .dashboard-card .card h5.card-title, .theme-orange #dynamicId .manage-dashboard-wrapper .dashboard-card .card .card-title.h5 {
    font-size: 14px;
  }
  .theme-orange #dynamicId .manage-dashboard-wrapper .dashboard-card .card .card-icon {
    width: 50px;
    height: 50px;
    line-height: 40px;
  }
  .theme-orange #dynamicId .carousel-wrapper {
    height: 26vh;
  }
  .theme-orange #dynamicId .carousel-wrapper .owl-item {
    height: 26vh;
  }
  .theme-orange #dynamicId .carousel-wrapper .owl-item > div {
    height: 26vh;
  }
  .theme-orange #dynamicId .section-news-w {
    padding: 0 7px !important;
    margin-top: 20px;
  }
  .theme-orange #dynamicId .section-news-w .section-news {
    margin-top: 0 !important;
  }
  .theme-orange #dynamicId .section-news-w .section-news .owl-dots {
    bottom: 0;
  }
  .theme-orange #dynamicId .section-news-w .news-carousel {
    padding: 0px !important;
  }
  .theme-orange #dynamicId footer {
    padding-top: 20px;
  }
  .theme-orange #dynamicId footer#footer-wrapper {
    padding-top: 0;
  }
  .theme-orange #dynamicId footer#footer-wrapper .float-left ul li a {
    font-size: 10px !important;
  }
  .theme-orange #dynamicId footer#footer-wrapper div.float-right {
    padding-top: 0;
  }
  .theme-orange #dynamicId .footer-text p a {
    font-size: 12px !important;
  }
  .theme-orange #dynamicId .get-in-touch-w {
    margin-top: 0 !important;
  }
  .theme-orange #dynamicId .section-md-t3 {
    padding-top: 0;
  }
  .theme-orange #dynamicId .big-thanks owl-carousel .card-box-b.news-box {
    margin-bottom: 0;
  }
  .theme-orange #dynamicId .big-thanks owl-carousel .owl-dots {
    bottom: -10px;
  }
  .theme-orange #dynamicId .owl-nav {
    display: none;
  }
  .theme-orange #dynamicId .left-columns--c {
    height: auto !important;
  }
  .theme-orange #dynamicId .left-columns--c .left-columns-i > .col-sm-6 {
    padding: 0 !important;
    margin: 0 0 20px 0 !important;
  }
  .theme-orange #dynamicId .right-news-s {
    margin-top: 0 !important;
  }
  .theme-orange #dynamicId .intro-title-top {
    font-size: 14px;
    margin-bottom: 0;
  }
  .theme-orange #dynamicId .header-height-w {
    height: 70px;
  }
  .theme-orange #dynamicId .landing-nav.navbar-default {
    height: 50px;
  }
  .theme-orange #dynamicId .landing-nav.navbar-default #navbarDefault {
    top: 50px;
  }
  .theme-orange #dynamicId .landing-nav.navbar-default #navbarDefault ul li {
    padding-bottom: 0;
  }
  .theme-orange #dynamicId .landing-nav.navbar-default #navbarDefault ul li:last-of-type a {
    border-bottom: 0;
  }
  .theme-orange #dynamicId .landing-nav.navbar-default .navbar-brand {
    min-height: auto;
  }
  .theme-orange #dynamicId .landing-nav.navbar-default .navbar-brand img {
    height: 34px;
    width: auto;
  }
  .theme-orange #dynamicId .landing-nav.navbar-default .navbar-toggler {
    top: 7px;
    right: 10px;
  }
  .theme-orange #dynamicId .landing-nav.navbar-default .navbar-nav li > a.register-member-a {
    font-size: 14px !important;
    line-height: 8px !important;
  }
  .theme-orange #dynamicId .landing-nav.navbar-default .signin .logincheckbox {
    padding: 0;
  }
  .theme-orange #dynamicId .landing-nav.navbar-default .signin .logincheckbox .checkbox-content {
    width: 88%;
    font-size: 14px;
  }
  .theme-orange #dynamicId .landing-nav.navbar-default .signin .logincheckbox .checkbox-content a {
    font-size: 14px !important;
  }
  .theme-orange #dynamicId .landing-nav .header-sign--d {
    right: 45px;
    top: 10px;
  }
  .theme-orange #dynamicId .landing-nav .header-sign--d .get-started-btn {
    padding: 4px 7px;
  }
  .theme-orange #dynamicId .landing-nav .header-sign--d li {
    float: right !important;
  }
  .theme-orange #dynamicId #footer-wrapper ul li > * {
    font-size: 12px !important;
  }
  .theme-orange #dynamicId .user-area .dropdown-toggle span {
    display: none;
  }
  .theme-orange #dynamicId .secondery-header .float-left .second-nav li a {
    font-size: 12px !important;
  }
  .theme-orange #dynamicId #main-header-wrapper .secondery-header .organisation_Logo {
    width: 100%;
  }
  .theme-orange #dynamicId #main-header-wrapper .secondery-header .organisation_Logo img {
    width: auto;
  }
  .theme-orange #dynamicId #main-header-wrapper .secondery-header .float-left .second-nav {
    margin: 6px 0 !important;
  }
  .theme-orange #dynamicId #main-header-wrapper .secondery-header .float-right {
    right: 0;
    top: 8px;
  }
  .theme-orange #dynamicId app-layout app-header {
    width: 100%;
  }
  .theme-orange #dynamicId app-layout app-right-panel {
    width: 100%;
    margin-top: 120px;
    margin-bottom: 190px;
  }
  .theme-orange #dynamicId .open app-left-panel .navbar .navbar-nav li a {
    font-size: 14px;
  }
  .theme-orange #dynamicId .user-management-c h3, .theme-orange #dynamicId .user-management-c .h3 {
    font-size: 24px;
  }
  .theme-orange #dynamicId .sms-msg-btns button:nth-child(2) {
    margin-top: 1rem !important;
  }
  .theme-orange #dynamicId .search-user-btns ul li button {
    white-space: nowrap;
    margin-top: 0 !important;
  }
  .theme-orange #dynamicId .region-btn .btnBack {
    margin-bottom: 15px !important;
  }
  .theme-orange #dynamicId .uploaded-file span {
    min-width: 110px;
  }
  .theme-orange #dynamicId #btnUserCancel {
    margin-top: 1rem !important;
  }
  .theme-orange #dynamicId .event-heading-a {
    display: inline-block;
  }
  .theme-orange #dynamicId .activity-comments .activity-block {
    margin-bottom: 10px !important;
  }
  .theme-orange #dynamicId .activity-comments .activity-block .form-group-lg {
    margin: 0;
    /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  }
  .theme-orange #dynamicId .activity-comments .activity-block .form-group-lg .mat-form-field-infix {
    border-top: 0;
  }
  .theme-orange #dynamicId .activity-comments .activity-block .form-group-lg label {
    margin-bottom: 0;
  }
  .theme-orange #dynamicId .activity-comments .activity-block .activity-desc {
    margin-left: 0;
    text-align: justify;
  }
  .theme-orange #dynamicId .activityDate {
    margin-top: 10px;
  }
  .theme-orange #dynamicId .acvty-user-icon {
    display: block;
    float: left;
    padding-right: 10px;
    box-sizing: content-box;
  }
  .theme-orange #dynamicId .mat-checkbox-layout .mat-checkbox-label {
    white-space: normal;
  }
  .theme-orange #dynamicId .login-left {
    padding: 0 10px !important;
  }
  .theme-orange #dynamicId .login-left h1, .theme-orange #dynamicId .login-left .h1 {
    margin-top: 0;
  }
  .theme-orange #dynamicId .logincheckbox label {
    width: 90%;
    display: block;
    margin: 0 auto;
  }
  .theme-orange #dynamicId .login-box-c .login-right .btns-container button {
    display: block;
    margin: 0 auto 10px auto;
    width: 90%;
  }
  .theme-orange #dynamicId .main-content .register_box .card {
    padding: 20px 10px;
  }
  .theme-orange #dynamicId .main-content .register_box .card .card-header {
    padding: 0 15px;
  }
  .theme-orange #dynamicId .main-content .register_box .card .card-header h4 + span, .theme-orange #dynamicId .main-content .register_box .card .card-header .h4 + span {
    display: block;
    width: 100%;
    margin: 11px 0;
  }
  .theme-orange #dynamicId .btnBack, .theme-orange #dynamicId .btnLogin {
    width: 94%;
    margin: 1rem 0 0 0 !important;
  }
  .theme-orange #dynamicId .btnLogin {
    width: 100%;
  }
  .theme-orange #dynamicId .login-box-c .forgot-pwd {
    margin-top: 10px;
    display: block;
    text-align: center;
    width: 100%;
  }
  .theme-orange #dynamicId .main-content .banner figcaption {
    font-size: 0.85rem;
    top: 3.5rem;
    width: 90%;
  }
  .theme-orange #dynamicId .dots {
    margin-bottom: 50px;
  }
  .theme-orange #dynamicId .main-content .form-input-border-line .card-body .avatar-upload {
    float: none !important;
    text-align: center;
  }
  .theme-orange #dynamicId .main-content .form-input-border-line .card-body .avatar-upload .avatar-edit input + label {
    width: 110px;
  }
  .theme-orange #dynamicId .main-content .form-input-border-line .card-body .avatar-upload + .req-text {
    clear: both;
    width: 100% !important;
    text-align: center;
  }
  .theme-orange #dynamicId .main-content .form-input-border-line .card-body .left-box {
    border: 0 !important;
    margin-bottom: 20px;
    padding: 0 !important;
  }
  .theme-orange #dynamicId #bao-btn {
    margin-top: 1rem !important;
  }
  .theme-orange #dynamicId .container-fluid.user-management-c.px-4, .theme-orange #dynamicId .user-management-c.px-4.container-sm, .theme-orange #dynamicId .user-management-c.px-4.container-md, .theme-orange #dynamicId .user-management-c.px-4.container-lg, .theme-orange #dynamicId .user-management-c.px-4.container-xl, .theme-orange #dynamicId .user-management-c.px-4.container-xxl {
    padding: 0 !important;
  }
  .theme-orange #dynamicId #organization-profile button.btnLogin {
    margin-top: 1rem !important;
  }
}
@media (max-width: 320px) {
  .theme-orange #dynamicId {
    /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
    /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
    /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
    /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
    /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
  }
  .theme-orange #dynamicId mat-button-toggle-group {
    /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
    /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
    /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
    /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
  }
  .theme-orange #dynamicId mat-button-toggle-group mat-button-toggle.btn.c-button {
    /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
    /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
    /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
  }
  .theme-orange #dynamicId mat-button-toggle-group mat-button-toggle.btn.c-button.mat-button-toggle button {
    /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
    /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
  }
  .theme-orange #dynamicId mat-button-toggle-group mat-button-toggle.btn.c-button.mat-button-toggle button.mat-button-toggle-button {
    /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
  }
  .theme-orange #dynamicId mat-button-toggle-group mat-button-toggle.btn.c-button.mat-button-toggle button.mat-button-toggle-button .mat-button-toggle-label-content {
    padding: 0 20px;
  }
  .theme-orange #dynamicId .mat-mdc-paginator-range-label {
    margin: 0;
  }
  .theme-orange #dynamicId .reports-table-actions a {
    display: block;
    width: 100%;
    float: left !important;
  }
  .theme-orange #dynamicId ol.steps li.steps__item {
    padding: 0 4px;
  }
  .theme-orange #dynamicId .secondery-header .float-left .second-nav li a {
    margin-right: 0;
  }
  .theme-orange #dynamicId .event-calendar-c owl-date-time-inline .owl-dt-inline-container {
    width: 14.5em;
  }
  .theme-orange #dynamicId .loginheader a {
    line-height: 50px;
  }
  .theme-orange #dynamicId app-left-panel .navbar .navbar-brand {
    font-size: 13px;
    margin-top: 18px;
  }
  .theme-orange #dynamicId .login-box-c .login-left h1, .theme-orange #dynamicId .login-box-c .login-left .h1 {
    font-size: 22px;
  }
  .theme-orange #dynamicId #donateNow .donateNowBlock .donateBlock-3 button {
    width: 100%;
  }
  .theme-orange #dynamicId #futuredEvents #myTab .nav-item a.nav-link {
    padding: 0.3rem;
  }
  .theme-orange #dynamicId #futuredEvents .tab-content .tab-pane .carousel-wrapper owl-carousel .owl-item {
    height: 82vh;
  }
  .theme-orange #dynamicId #futuredEvents .tab-content .tab-pane .share-on {
    bottom: -110px;
  }
  .theme-orange #dynamicId app-layout app-right-panel {
    margin-bottom: 240px;
  }
}
/*!***********************************************************************************************************************************************************************************************************************!*\
  !*** 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]!./src/animate.css?ngGlobalStyle ***!
  \***********************************************************************************************************************************************************************************************************************/
@charset "UTF-8";

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2017 Daniel Eden
 */

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

.animated.hinge {
  animation-duration: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  animation-duration: .75s;
}

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    transform: translate3d(0,-4px,0);
  }
}

.bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}

@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

.flash {
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }

  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  animation-name: pulse;
}

@keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1);
  }

  30% {
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    transform: scale3d(1.05, .95, 1);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  animation-name: rubberBand;
}

@keyframes shake {
  from, to {
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  animation-name: shake;
}

@keyframes headShake {
  0% {
    transform: translateX(0);
  }

  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    transform: translateX(0);
  }
}

.headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake;
}

@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  transform-origin: top center;
  animation-name: swing;
}

@keyframes tada {
  from {
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes wobble {
  from {
    transform: none;
  }

  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    transform: none;
  }
}

.wobble {
  animation-name: wobble;
}

@keyframes jello {
  from, 11.1%, to {
    transform: none;
  }

  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

.jello {
  animation-name: jello;
  transform-origin: center;
}

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
  }

  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    transform: scale3d(.97, .97, .97);
  }

  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  animation-name: bounceIn;
}

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }

  75% {
    transform: translate3d(0, -10px, 0);
  }

  90% {
    transform: translate3d(0, 5px, 0);
  }

  to {
    transform: none;
  }
}

.bounceInDown {
  animation-name: bounceInDown;
}

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }

  75% {
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    transform: translate3d(5px, 0, 0);
  }

  to {
    transform: none;
  }
}

.bounceInLeft {
  animation-name: bounceInLeft;
}

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    transform: translate3d(10px, 0, 0);
  }

  90% {
    transform: translate3d(-5px, 0, 0);
  }

  to {
    transform: none;
  }
}

.bounceInRight {
  animation-name: bounceInRight;
}

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }

  75% {
    transform: translate3d(0, 10px, 0);
  }

  90% {
    transform: translate3d(0, -5px, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  animation-name: bounceInUp;
}

@keyframes bounceOut {
  20% {
    transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
  }
}

.bounceOut {
  animation-name: bounceOut;
}

@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  animation-name: bounceOutDown;
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  animation-name: bounceOutLeft;
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  animation-name: bounceOutRight;
}

@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  animation-name: bounceOutUp;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  animation-name: fadeIn;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInDown {
  animation-name: fadeInDown;
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInDownBig {
  animation-name: fadeInDownBig;
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInLeft {
  animation-name: fadeInLeft;
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInRight {
  animation-name: fadeInRight;
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInRightBig {
  animation-name: fadeInRightBig;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInUp {
  animation-name: fadeInUp;
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInUpBig {
  animation-name: fadeInUpBig;
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

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

.fadeOutDown {
  animation-name: fadeOutDown;
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

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

.fadeOutLeft {
  animation-name: fadeOutLeft;
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

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

.fadeOutRight {
  animation-name: fadeOutRight;
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

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

.fadeOutUp {
  animation-name: fadeOutUp;
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}

@keyframes flip {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out;
  }

  40% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out;
  }

  50% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in;
  }

  80% {
    transform: perspective(400px) scale3d(.95, .95, .95);
    animation-timing-function: ease-in;
  }

  to {
    transform: perspective(400px);
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  backface-visibility: visible;
  animation-name: flip;
}

@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }

  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    transform: perspective(400px);
  }
}

.flipInX {
  backface-visibility: visible !important;
  animation-name: flipInX;
}

@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in;
  }

  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    transform: perspective(400px);
  }
}

.flipInY {
  backface-visibility: visible !important;
  animation-name: flipInY;
}

@keyframes flipOutX {
  from {
    transform: perspective(400px);
  }

  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  animation-name: flipOutX;
  backface-visibility: visible !important;
}

@keyframes flipOutY {
  from {
    transform: perspective(400px);
  }

  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  backface-visibility: visible !important;
  animation-name: flipOutY;
}

@keyframes lightSpeedIn {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    transform: skewX(-5deg);
    opacity: 1;
  }

  to {
    transform: none;
    opacity: 1;
  }
}

.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}

@keyframes rotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    transform-origin: center;
    transform: none;
    opacity: 1;
  }
}

.rotateIn {
  animation-name: rotateIn;
}

@keyframes rotateInDownLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownLeft {
  animation-name: rotateInDownLeft;
}

@keyframes rotateInDownRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownRight {
  animation-name: rotateInDownRight;
}

@keyframes rotateInUpLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpLeft {
  animation-name: rotateInUpLeft;
}

@keyframes rotateInUpRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpRight {
  animation-name: rotateInUpRight;
}

@keyframes rotateOut {
  from {
    transform-origin: center;
    opacity: 1;
  }

  to {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  animation-name: rotateOut;
}

@keyframes rotateOutDownLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
}

@keyframes rotateOutDownRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  animation-name: rotateOutDownRight;
}

@keyframes rotateOutUpLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
}

@keyframes rotateOutUpRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  animation-name: rotateOutUpRight;
}

@keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  animation-name: hinge;
}

@keyframes jackInTheBox {
  from {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;
  }

  50% {
    transform: rotate(-10deg);
  }

  70% {
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

.jackInTheBox {
  animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.rollIn {
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  animation-name: rollOut;
}

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  animation-name: zoomIn;
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInDown {
  animation-name: zoomInDown;
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInLeft {
  animation-name: zoomInLeft;
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInRight {
  animation-name: zoomInRight;
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInUp {
  animation-name: zoomInUp;
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
  }

  to {
    opacity: 0;
  }
}

.zoomOut {
  animation-name: zoomOut;
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutDown {
  animation-name: zoomOutDown;
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    transform: scale(.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}

.zoomOutLeft {
  animation-name: zoomOutLeft;
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    transform: scale(.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}

.zoomOutRight {
  animation-name: zoomOutRight;
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutUp {
  animation-name: zoomOutUp;
}

@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  animation-name: slideInDown;
}

@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  animation-name: slideInLeft;
}

@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  animation-name: slideInRight;
}

@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  animation-name: slideInUp;
}

@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  animation-name: slideOutDown;
}

@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  animation-name: slideOutLeft;
}

@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  animation-name: slideOutRight;
}

@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  animation-name: slideOutUp;
}

/*!******************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/owl.carousel/dist/assets/owl.carousel.min.css?ngGlobalStyle ***!
  \******************************************************************************************************************************************************************************************************************************************************************/
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{touch-action:pan-y;-webkit-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url('owl.video.play.e3b436436832b027.png') no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
/*!***********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/owl.carousel/dist/assets/owl.theme.default.min.css?ngGlobalStyle ***!
  \***********************************************************************************************************************************************************************************************************************************************************************/
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}
/*!**********************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/quill/dist/quill.core.css?ngGlobalStyle ***!
  \**********************************************************************************************************************************************************************************************************************************************/
/*!
 * Quill Editor v1.3.7
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */
.ql-container {
  box-sizing: border-box;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  height: 100%;
  margin: 0px;
  position: relative;
}
.ql-container.ql-disabled .ql-tooltip {
  visibility: hidden;
}
.ql-container.ql-disabled .ql-editor ul[data-checked] > li::before {
  pointer-events: none;
}
.ql-clipboard {
  left: -100000px;
  height: 1px;
  overflow-y: hidden;
  position: absolute;
  top: 50%;
}
.ql-clipboard p {
  margin: 0;
  padding: 0;
}
.ql-editor {
  box-sizing: border-box;
  line-height: 1.42;
  height: 100%;
  outline: none;
  overflow-y: auto;
  padding: 12px 15px;
  tab-size: 4;
  -moz-tab-size: 4;
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.ql-editor > * {
  cursor: text;
}
.ql-editor p,
.ql-editor ol,
.ql-editor ul,
.ql-editor pre,
.ql-editor blockquote,
.ql-editor h1,
.ql-editor h2,
.ql-editor h3,
.ql-editor h4,
.ql-editor h5,
.ql-editor h6 {
  margin: 0;
  padding: 0;
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol,
.ql-editor ul {
  padding-left: 1.5em;
}
.ql-editor ol > li,
.ql-editor ul > li {
  list-style-type: none;
}
.ql-editor ul > li::before {
  content: '\2022';
}
.ql-editor ul[data-checked=true],
.ql-editor ul[data-checked=false] {
  pointer-events: none;
}
.ql-editor ul[data-checked=true] > li *,
.ql-editor ul[data-checked=false] > li * {
  pointer-events: all;
}
.ql-editor ul[data-checked=true] > li::before,
.ql-editor ul[data-checked=false] > li::before {
  color: #777;
  cursor: pointer;
  pointer-events: all;
}
.ql-editor ul[data-checked=true] > li::before {
  content: '\2611';
}
.ql-editor ul[data-checked=false] > li::before {
  content: '\2610';
}
.ql-editor li::before {
  display: inline-block;
  white-space: nowrap;
  width: 1.2em;
}
.ql-editor li:not(.ql-direction-rtl)::before {
  margin-left: -1.5em;
  margin-right: 0.3em;
  text-align: right;
}
.ql-editor li.ql-direction-rtl::before {
  margin-left: 0.3em;
  margin-right: -1.5em;
}
.ql-editor ol li:not(.ql-direction-rtl),
.ql-editor ul li:not(.ql-direction-rtl) {
  padding-left: 1.5em;
}
.ql-editor ol li.ql-direction-rtl,
.ql-editor ul li.ql-direction-rtl {
  padding-right: 1.5em;
}
.ql-editor ol li {
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  counter-increment: list-0;
}
.ql-editor ol li:before {
  content: counter(list-0, decimal) '. ';
}
.ql-editor ol li.ql-indent-1 {
  counter-increment: list-1;
}
.ql-editor ol li.ql-indent-1:before {
  content: counter(list-1, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-1 {
  counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-2 {
  counter-increment: list-2;
}
.ql-editor ol li.ql-indent-2:before {
  content: counter(list-2, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-2 {
  counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-3 {
  counter-increment: list-3;
}
.ql-editor ol li.ql-indent-3:before {
  content: counter(list-3, decimal) '. ';
}
.ql-editor ol li.ql-indent-3 {
  counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-4 {
  counter-increment: list-4;
}
.ql-editor ol li.ql-indent-4:before {
  content: counter(list-4, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-4 {
  counter-reset: list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-5 {
  counter-increment: list-5;
}
.ql-editor ol li.ql-indent-5:before {
  content: counter(list-5, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-5 {
  counter-reset: list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-6 {
  counter-increment: list-6;
}
.ql-editor ol li.ql-indent-6:before {
  content: counter(list-6, decimal) '. ';
}
.ql-editor ol li.ql-indent-6 {
  counter-reset: list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-7 {
  counter-increment: list-7;
}
.ql-editor ol li.ql-indent-7:before {
  content: counter(list-7, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-7 {
  counter-reset: list-8 list-9;
}
.ql-editor ol li.ql-indent-8 {
  counter-increment: list-8;
}
.ql-editor ol li.ql-indent-8:before {
  content: counter(list-8, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-8 {
  counter-reset: list-9;
}
.ql-editor ol li.ql-indent-9 {
  counter-increment: list-9;
}
.ql-editor ol li.ql-indent-9:before {
  content: counter(list-9, decimal) '. ';
}
.ql-editor .ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 3em;
}
.ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 4.5em;
}
.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 3em;
}
.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 4.5em;
}
.ql-editor .ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 6em;
}
.ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 7.5em;
}
.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 6em;
}
.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 7.5em;
}
.ql-editor .ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 9em;
}
.ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 10.5em;
}
.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 9em;
}
.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 10.5em;
}
.ql-editor .ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 12em;
}
.ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 13.5em;
}
.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 12em;
}
.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 13.5em;
}
.ql-editor .ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 15em;
}
.ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 16.5em;
}
.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 15em;
}
.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 16.5em;
}
.ql-editor .ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 18em;
}
.ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 19.5em;
}
.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 18em;
}
.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 19.5em;
}
.ql-editor .ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 21em;
}
.ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 22.5em;
}
.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 21em;
}
.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 22.5em;
}
.ql-editor .ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 24em;
}
.ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 25.5em;
}
.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 24em;
}
.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 25.5em;
}
.ql-editor .ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 27em;
}
.ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 28.5em;
}
.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 27em;
}
.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 28.5em;
}
.ql-editor .ql-video {
  display: block;
  max-width: 100%;
}
.ql-editor .ql-video.ql-align-center {
  margin: 0 auto;
}
.ql-editor .ql-video.ql-align-right {
  margin: 0 0 0 auto;
}
.ql-editor .ql-bg-black {
  background-color: #000;
}
.ql-editor .ql-bg-red {
  background-color: #e60000;
}
.ql-editor .ql-bg-orange {
  background-color: #f90;
}
.ql-editor .ql-bg-yellow {
  background-color: #ff0;
}
.ql-editor .ql-bg-green {
  background-color: #008a00;
}
.ql-editor .ql-bg-blue {
  background-color: #06c;
}
.ql-editor .ql-bg-purple {
  background-color: #93f;
}
.ql-editor .ql-color-white {
  color: #fff;
}
.ql-editor .ql-color-red {
  color: #e60000;
}
.ql-editor .ql-color-orange {
  color: #f90;
}
.ql-editor .ql-color-yellow {
  color: #ff0;
}
.ql-editor .ql-color-green {
  color: #008a00;
}
.ql-editor .ql-color-blue {
  color: #06c;
}
.ql-editor .ql-color-purple {
  color: #93f;
}
.ql-editor .ql-font-serif {
  font-family: Georgia, Times New Roman, serif;
}
.ql-editor .ql-font-monospace {
  font-family: Monaco, Courier New, monospace;
}
.ql-editor .ql-size-small {
  font-size: 0.75em;
}
.ql-editor .ql-size-large {
  font-size: 1.5em;
}
.ql-editor .ql-size-huge {
  font-size: 2.5em;
}
.ql-editor .ql-direction-rtl {
  direction: rtl;
  text-align: inherit;
}
.ql-editor .ql-align-center {
  text-align: center;
}
.ql-editor .ql-align-justify {
  text-align: justify;
}
.ql-editor .ql-align-right {
  text-align: right;
}
.ql-editor.ql-blank::before {
  color: rgba(0,0,0,0.6);
  content: attr(data-placeholder);
  font-style: italic;
  left: 15px;
  pointer-events: none;
  position: absolute;
  right: 15px;
}

/*!**********************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/quill/dist/quill.snow.css?ngGlobalStyle ***!
  \**********************************************************************************************************************************************************************************************************************************************/
/*!
 * Quill Editor v1.3.7
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */
.ql-container {
  box-sizing: border-box;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  height: 100%;
  margin: 0px;
  position: relative;
}
.ql-container.ql-disabled .ql-tooltip {
  visibility: hidden;
}
.ql-container.ql-disabled .ql-editor ul[data-checked] > li::before {
  pointer-events: none;
}
.ql-clipboard {
  left: -100000px;
  height: 1px;
  overflow-y: hidden;
  position: absolute;
  top: 50%;
}
.ql-clipboard p {
  margin: 0;
  padding: 0;
}
.ql-editor {
  box-sizing: border-box;
  line-height: 1.42;
  height: 100%;
  outline: none;
  overflow-y: auto;
  padding: 12px 15px;
  tab-size: 4;
  -moz-tab-size: 4;
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.ql-editor > * {
  cursor: text;
}
.ql-editor p,
.ql-editor ol,
.ql-editor ul,
.ql-editor pre,
.ql-editor blockquote,
.ql-editor h1,
.ql-editor h2,
.ql-editor h3,
.ql-editor h4,
.ql-editor h5,
.ql-editor h6 {
  margin: 0;
  padding: 0;
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol,
.ql-editor ul {
  padding-left: 1.5em;
}
.ql-editor ol > li,
.ql-editor ul > li {
  list-style-type: none;
}
.ql-editor ul > li::before {
  content: '\2022';
}
.ql-editor ul[data-checked=true],
.ql-editor ul[data-checked=false] {
  pointer-events: none;
}
.ql-editor ul[data-checked=true] > li *,
.ql-editor ul[data-checked=false] > li * {
  pointer-events: all;
}
.ql-editor ul[data-checked=true] > li::before,
.ql-editor ul[data-checked=false] > li::before {
  color: #777;
  cursor: pointer;
  pointer-events: all;
}
.ql-editor ul[data-checked=true] > li::before {
  content: '\2611';
}
.ql-editor ul[data-checked=false] > li::before {
  content: '\2610';
}
.ql-editor li::before {
  display: inline-block;
  white-space: nowrap;
  width: 1.2em;
}
.ql-editor li:not(.ql-direction-rtl)::before {
  margin-left: -1.5em;
  margin-right: 0.3em;
  text-align: right;
}
.ql-editor li.ql-direction-rtl::before {
  margin-left: 0.3em;
  margin-right: -1.5em;
}
.ql-editor ol li:not(.ql-direction-rtl),
.ql-editor ul li:not(.ql-direction-rtl) {
  padding-left: 1.5em;
}
.ql-editor ol li.ql-direction-rtl,
.ql-editor ul li.ql-direction-rtl {
  padding-right: 1.5em;
}
.ql-editor ol li {
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  counter-increment: list-0;
}
.ql-editor ol li:before {
  content: counter(list-0, decimal) '. ';
}
.ql-editor ol li.ql-indent-1 {
  counter-increment: list-1;
}
.ql-editor ol li.ql-indent-1:before {
  content: counter(list-1, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-1 {
  counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-2 {
  counter-increment: list-2;
}
.ql-editor ol li.ql-indent-2:before {
  content: counter(list-2, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-2 {
  counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-3 {
  counter-increment: list-3;
}
.ql-editor ol li.ql-indent-3:before {
  content: counter(list-3, decimal) '. ';
}
.ql-editor ol li.ql-indent-3 {
  counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-4 {
  counter-increment: list-4;
}
.ql-editor ol li.ql-indent-4:before {
  content: counter(list-4, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-4 {
  counter-reset: list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-5 {
  counter-increment: list-5;
}
.ql-editor ol li.ql-indent-5:before {
  content: counter(list-5, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-5 {
  counter-reset: list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-6 {
  counter-increment: list-6;
}
.ql-editor ol li.ql-indent-6:before {
  content: counter(list-6, decimal) '. ';
}
.ql-editor ol li.ql-indent-6 {
  counter-reset: list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-7 {
  counter-increment: list-7;
}
.ql-editor ol li.ql-indent-7:before {
  content: counter(list-7, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-7 {
  counter-reset: list-8 list-9;
}
.ql-editor ol li.ql-indent-8 {
  counter-increment: list-8;
}
.ql-editor ol li.ql-indent-8:before {
  content: counter(list-8, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-8 {
  counter-reset: list-9;
}
.ql-editor ol li.ql-indent-9 {
  counter-increment: list-9;
}
.ql-editor ol li.ql-indent-9:before {
  content: counter(list-9, decimal) '. ';
}
.ql-editor .ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 3em;
}
.ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 4.5em;
}
.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 3em;
}
.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 4.5em;
}
.ql-editor .ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 6em;
}
.ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 7.5em;
}
.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 6em;
}
.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 7.5em;
}
.ql-editor .ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 9em;
}
.ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 10.5em;
}
.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 9em;
}
.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 10.5em;
}
.ql-editor .ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 12em;
}
.ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 13.5em;
}
.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 12em;
}
.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 13.5em;
}
.ql-editor .ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 15em;
}
.ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 16.5em;
}
.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 15em;
}
.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 16.5em;
}
.ql-editor .ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 18em;
}
.ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 19.5em;
}
.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 18em;
}
.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 19.5em;
}
.ql-editor .ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 21em;
}
.ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 22.5em;
}
.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 21em;
}
.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 22.5em;
}
.ql-editor .ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 24em;
}
.ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 25.5em;
}
.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 24em;
}
.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 25.5em;
}
.ql-editor .ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 27em;
}
.ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 28.5em;
}
.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 27em;
}
.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 28.5em;
}
.ql-editor .ql-video {
  display: block;
  max-width: 100%;
}
.ql-editor .ql-video.ql-align-center {
  margin: 0 auto;
}
.ql-editor .ql-video.ql-align-right {
  margin: 0 0 0 auto;
}
.ql-editor .ql-bg-black {
  background-color: #000;
}
.ql-editor .ql-bg-red {
  background-color: #e60000;
}
.ql-editor .ql-bg-orange {
  background-color: #f90;
}
.ql-editor .ql-bg-yellow {
  background-color: #ff0;
}
.ql-editor .ql-bg-green {
  background-color: #008a00;
}
.ql-editor .ql-bg-blue {
  background-color: #06c;
}
.ql-editor .ql-bg-purple {
  background-color: #93f;
}
.ql-editor .ql-color-white {
  color: #fff;
}
.ql-editor .ql-color-red {
  color: #e60000;
}
.ql-editor .ql-color-orange {
  color: #f90;
}
.ql-editor .ql-color-yellow {
  color: #ff0;
}
.ql-editor .ql-color-green {
  color: #008a00;
}
.ql-editor .ql-color-blue {
  color: #06c;
}
.ql-editor .ql-color-purple {
  color: #93f;
}
.ql-editor .ql-font-serif {
  font-family: Georgia, Times New Roman, serif;
}
.ql-editor .ql-font-monospace {
  font-family: Monaco, Courier New, monospace;
}
.ql-editor .ql-size-small {
  font-size: 0.75em;
}
.ql-editor .ql-size-large {
  font-size: 1.5em;
}
.ql-editor .ql-size-huge {
  font-size: 2.5em;
}
.ql-editor .ql-direction-rtl {
  direction: rtl;
  text-align: inherit;
}
.ql-editor .ql-align-center {
  text-align: center;
}
.ql-editor .ql-align-justify {
  text-align: justify;
}
.ql-editor .ql-align-right {
  text-align: right;
}
.ql-editor.ql-blank::before {
  color: rgba(0,0,0,0.6);
  content: attr(data-placeholder);
  font-style: italic;
  left: 15px;
  pointer-events: none;
  position: absolute;
  right: 15px;
}
.ql-snow.ql-toolbar:after,
.ql-snow .ql-toolbar:after {
  clear: both;
  content: '';
  display: table;
}
.ql-snow.ql-toolbar button,
.ql-snow .ql-toolbar button {
  background: none;
  border: none;
  cursor: pointer;
  display: inline-block;
  float: left;
  height: 24px;
  padding: 3px 5px;
  width: 28px;
}
.ql-snow.ql-toolbar button svg,
.ql-snow .ql-toolbar button svg {
  float: left;
  height: 100%;
}
.ql-snow.ql-toolbar button:active:hover,
.ql-snow .ql-toolbar button:active:hover {
  outline: none;
}
.ql-snow.ql-toolbar input.ql-image[type=file],
.ql-snow .ql-toolbar input.ql-image[type=file] {
  display: none;
}
.ql-snow.ql-toolbar button:hover,
.ql-snow .ql-toolbar button:hover,
.ql-snow.ql-toolbar button:focus,
.ql-snow .ql-toolbar button:focus,
.ql-snow.ql-toolbar button.ql-active,
.ql-snow .ql-toolbar button.ql-active,
.ql-snow.ql-toolbar .ql-picker-label:hover,
.ql-snow .ql-toolbar .ql-picker-label:hover,
.ql-snow.ql-toolbar .ql-picker-label.ql-active,
.ql-snow .ql-toolbar .ql-picker-label.ql-active,
.ql-snow.ql-toolbar .ql-picker-item:hover,
.ql-snow .ql-toolbar .ql-picker-item:hover,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected {
  color: #06c;
}
.ql-snow.ql-toolbar button:hover .ql-fill,
.ql-snow .ql-toolbar button:hover .ql-fill,
.ql-snow.ql-toolbar button:focus .ql-fill,
.ql-snow .ql-toolbar button:focus .ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill {
  fill: #06c;
}
.ql-snow.ql-toolbar button:hover .ql-stroke,
.ql-snow .ql-toolbar button:hover .ql-stroke,
.ql-snow.ql-toolbar button:focus .ql-stroke,
.ql-snow .ql-toolbar button:focus .ql-stroke,
.ql-snow.ql-toolbar button.ql-active .ql-stroke,
.ql-snow .ql-toolbar button.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow.ql-toolbar button:hover .ql-stroke-miter,
.ql-snow .ql-toolbar button:hover .ql-stroke-miter,
.ql-snow.ql-toolbar button:focus .ql-stroke-miter,
.ql-snow .ql-toolbar button:focus .ql-stroke-miter,
.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter {
  stroke: #06c;
}
@media (pointer: coarse) {
  .ql-snow.ql-toolbar button:hover:not(.ql-active),
  .ql-snow .ql-toolbar button:hover:not(.ql-active) {
    color: #444;
  }
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill {
    fill: #444;
  }
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter {
    stroke: #444;
  }
}
.ql-snow {
  box-sizing: border-box;
}
.ql-snow * {
  box-sizing: border-box;
}
.ql-snow .ql-hidden {
  display: none;
}
.ql-snow .ql-out-bottom,
.ql-snow .ql-out-top {
  visibility: hidden;
}
.ql-snow .ql-tooltip {
  position: absolute;
  transform: translateY(10px);
}
.ql-snow .ql-tooltip a {
  cursor: pointer;
  text-decoration: none;
}
.ql-snow .ql-tooltip.ql-flip {
  transform: translateY(-10px);
}
.ql-snow .ql-formats {
  display: inline-block;
  vertical-align: middle;
}
.ql-snow .ql-formats:after {
  clear: both;
  content: '';
  display: table;
}
.ql-snow .ql-stroke {
  fill: none;
  stroke: #444;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}
.ql-snow .ql-stroke-miter {
  fill: none;
  stroke: #444;
  stroke-miterlimit: 10;
  stroke-width: 2;
}
.ql-snow .ql-fill,
.ql-snow .ql-stroke.ql-fill {
  fill: #444;
}
.ql-snow .ql-empty {
  fill: none;
}
.ql-snow .ql-even {
  fill-rule: evenodd;
}
.ql-snow .ql-thin,
.ql-snow .ql-stroke.ql-thin {
  stroke-width: 1;
}
.ql-snow .ql-transparent {
  opacity: 0.4;
}
.ql-snow .ql-direction svg:last-child {
  display: none;
}
.ql-snow .ql-direction.ql-active svg:last-child {
  display: inline;
}
.ql-snow .ql-direction.ql-active svg:first-child {
  display: none;
}
.ql-snow .ql-editor h1 {
  font-size: 2em;
}
.ql-snow .ql-editor h2 {
  font-size: 1.5em;
}
.ql-snow .ql-editor h3 {
  font-size: 1.17em;
}
.ql-snow .ql-editor h4 {
  font-size: 1em;
}
.ql-snow .ql-editor h5 {
  font-size: 0.83em;
}
.ql-snow .ql-editor h6 {
  font-size: 0.67em;
}
.ql-snow .ql-editor a {
  text-decoration: underline;
}
.ql-snow .ql-editor blockquote {
  border-left: 4px solid #ccc;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-left: 16px;
}
.ql-snow .ql-editor code,
.ql-snow .ql-editor pre {
  background-color: #f0f0f0;
  border-radius: 3px;
}
.ql-snow .ql-editor pre {
  white-space: pre-wrap;
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 5px 10px;
}
.ql-snow .ql-editor code {
  font-size: 85%;
  padding: 2px 4px;
}
.ql-snow .ql-editor pre.ql-syntax {
  background-color: #23241f;
  color: #f8f8f2;
  overflow: visible;
}
.ql-snow .ql-editor img {
  max-width: 100%;
}
.ql-snow .ql-picker {
  color: #444;
  display: inline-block;
  float: left;
  font-size: 14px;
  font-weight: 500;
  height: 24px;
  position: relative;
  vertical-align: middle;
}
.ql-snow .ql-picker-label {
  cursor: pointer;
  display: inline-block;
  height: 100%;
  padding-left: 8px;
  padding-right: 2px;
  position: relative;
  width: 100%;
}
.ql-snow .ql-picker-label::before {
  display: inline-block;
  line-height: 22px;
}
.ql-snow .ql-picker-options {
  background-color: #fff;
  display: none;
  min-width: 100%;
  padding: 4px 8px;
  position: absolute;
  white-space: nowrap;
}
.ql-snow .ql-picker-options .ql-picker-item {
  cursor: pointer;
  display: block;
  padding-bottom: 5px;
  padding-top: 5px;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  color: #ccc;
  z-index: 2;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill {
  fill: #ccc;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
  stroke: #ccc;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  display: block;
  margin-top: -1px;
  top: 100%;
  z-index: 1;
}
.ql-snow .ql-color-picker,
.ql-snow .ql-icon-picker {
  width: 28px;
}
.ql-snow .ql-color-picker .ql-picker-label,
.ql-snow .ql-icon-picker .ql-picker-label {
  padding: 2px 4px;
}
.ql-snow .ql-color-picker .ql-picker-label svg,
.ql-snow .ql-icon-picker .ql-picker-label svg {
  right: 4px;
}
.ql-snow .ql-icon-picker .ql-picker-options {
  padding: 4px 0px;
}
.ql-snow .ql-icon-picker .ql-picker-item {
  height: 24px;
  width: 24px;
  padding: 2px 4px;
}
.ql-snow .ql-color-picker .ql-picker-options {
  padding: 3px 5px;
  width: 152px;
}
.ql-snow .ql-color-picker .ql-picker-item {
  border: 1px solid transparent;
  float: left;
  height: 16px;
  margin: 2px;
  padding: 0px;
  width: 16px;
}
.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
  position: absolute;
  margin-top: -9px;
  right: 0;
  top: 50%;
  width: 18px;
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=''])::before {
  content: attr(data-label);
}
.ql-snow .ql-picker.ql-header {
  width: 98px;
}
.ql-snow .ql-picker.ql-header .ql-picker-label::before,
.ql-snow .ql-picker.ql-header .ql-picker-item::before {
  content: 'Normal';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  content: 'Heading 1';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  content: 'Heading 2';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  content: 'Heading 3';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  content: 'Heading 4';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  content: 'Heading 5';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  content: 'Heading 6';
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  font-size: 2em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  font-size: 1.5em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  font-size: 1.17em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  font-size: 1em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  font-size: 0.83em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  font-size: 0.67em;
}
.ql-snow .ql-picker.ql-font {
  width: 108px;
}
.ql-snow .ql-picker.ql-font .ql-picker-label::before,
.ql-snow .ql-picker.ql-font .ql-picker-item::before {
  content: 'Sans Serif';
}
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  content: 'Serif';
}
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  content: 'Monospace';
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  font-family: Georgia, Times New Roman, serif;
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  font-family: Monaco, Courier New, monospace;
}
.ql-snow .ql-picker.ql-size {
  width: 98px;
}
.ql-snow .ql-picker.ql-size .ql-picker-label::before,
.ql-snow .ql-picker.ql-size .ql-picker-item::before {
  content: 'Normal';
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  content: 'Small';
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  content: 'Large';
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  content: 'Huge';
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  font-size: 10px;
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  font-size: 18px;
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  font-size: 32px;
}
.ql-snow .ql-color-picker.ql-background .ql-picker-item {
  background-color: #fff;
}
.ql-snow .ql-color-picker.ql-color .ql-picker-item {
  background-color: #000;
}
.ql-toolbar.ql-snow {
  border: 1px solid #ccc;
  box-sizing: border-box;
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  padding: 8px;
}
.ql-toolbar.ql-snow .ql-formats {
  margin-right: 15px;
}
.ql-toolbar.ql-snow .ql-picker-label {
  border: 1px solid transparent;
}
.ql-toolbar.ql-snow .ql-picker-options {
  border: 1px solid transparent;
  box-shadow: rgba(0,0,0,0.2) 0 2px 8px;
}
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  border-color: #ccc;
}
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  border-color: #ccc;
}
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover {
  border-color: #000;
}
.ql-toolbar.ql-snow + .ql-container.ql-snow {
  border-top: 0px;
}
.ql-snow .ql-tooltip {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0px 0px 5px #ddd;
  color: #444;
  padding: 5px 12px;
  white-space: nowrap;
}
.ql-snow .ql-tooltip::before {
  content: "Visit URL:";
  line-height: 26px;
  margin-right: 8px;
}
.ql-snow .ql-tooltip input[type=text] {
  display: none;
  border: 1px solid #ccc;
  font-size: 13px;
  height: 26px;
  margin: 0px;
  padding: 3px 5px;
  width: 170px;
}
.ql-snow .ql-tooltip a.ql-preview {
  display: inline-block;
  max-width: 200px;
  overflow-x: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
}
.ql-snow .ql-tooltip a.ql-action::after {
  border-right: 1px solid #ccc;
  content: 'Edit';
  margin-left: 16px;
  padding-right: 8px;
}
.ql-snow .ql-tooltip a.ql-remove::before {
  content: 'Remove';
  margin-left: 8px;
}
.ql-snow .ql-tooltip a {
  line-height: 26px;
}
.ql-snow .ql-tooltip.ql-editing a.ql-preview,
.ql-snow .ql-tooltip.ql-editing a.ql-remove {
  display: none;
}
.ql-snow .ql-tooltip.ql-editing input[type=text] {
  display: inline-block;
}
.ql-snow .ql-tooltip.ql-editing a.ql-action::after {
  border-right: 0px;
  content: 'Save';
  padding-right: 0px;
}
.ql-snow .ql-tooltip[data-mode=link]::before {
  content: "Enter link:";
}
.ql-snow .ql-tooltip[data-mode=formula]::before {
  content: "Enter formula:";
}
.ql-snow .ql-tooltip[data-mode=video]::before {
  content: "Enter video:";
}
.ql-snow a {
  color: #06c;
}
.ql-container.ql-snow {
  border: 1px solid #ccc;
}

/*!**********************************************************************************************************************************************************************************************************************************************!*\
  !*** 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-lightbox/lightbox.css?ngGlobalStyle ***!
  \**********************************************************************************************************************************************************************************************************************************************/
html.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
  box-sizing: content-box;
  outline: none;
}

.lightbox .lb-image {
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;

  /* Background color behind image.
     This is visible during transitions. */
  background-color: white;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url('data:image/gif;base64,R0lGODlhIAAgAPUuAOjo6Nzc3M3Nzb+/v7e3t7GxsbW1tbu7u8XFxdHR0djY2MHBwa2trbm5ucnJyaSkpKWlpaGhoeLi4urq6u7u7ubm5vLy8vb29vT09Pr6+v39/aysrK+vr7Ozs8fHx9vb297e3qmpqb29vdPT06amptXV1aCgoMvLy8/Pz9fX18PDw/j4+Ozs7ODg4PDw8KioqOTk5JqampmZmZycnP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQJBwAuACwAAAAAIAAgAEAG/0CXcEgECQ6bUGRDbDpdimTo9QoJnlhsYVvojLLgrEAkGiwWiFTYldGsRyHSYz6P2COG9XCw2TAYeXprCQYEhQcKgoouAQ4IHg4CAiMpCiASFRMUFhgXFxkZawEDcnd2Jh2LLiAdLyQvELEFX6pCAQx9fQ21T1wFHCi8TwcGxQYnwk8eBAcHZQnJTh8D1I8OJwmWMBMsFJudoG4u4mAgIwIoCSMKlpjcmxeLCgcPJianEcIKBXR1prVRSMiBUIfDAA8JoC1SMYWKKw/RXCzoE6IixIgC+uDaQCsiAQ4gOSCIOMRXhxIkhRjoYEwhSQTGCAxIyYiAzWYjU35o5oxaIj095J6AWFDmDAIHCVpgubCizRoFKtBAQjeixIdLADRZYBpOQ1An5qYmLKEgQAsYWb95UiUhgIJK7bZRCBMEACH5BAkHADMALAAAAAAZACAAAAb/wJlwSAQJRJxNJMLgHBzE6FBxeD0ey2zEBJESA4sXBHItZ2MJr1DReZFIZfNS9lGXOC83aRzPktQKHCEheW4QBQseCQkeAwZeIAYbG4OEBiNqXgiTnBsemV6BkwwbDCigXioMq6RQqFEBHLKyB69SKAW5BRwltlELugW1vkQHBh3In8RDBs3NactCBM4GvdEzBNMGBNbRB9MEB9DRAwQNBwcC1zMe5wciCOsj7wcDAwrXAe8i9ifrDvwGLEDQjdgHewtUIPBQJxqKBQM9OBDQkBgIBws9CBCQQAEMNRk0SAngoeTGBCMUgKgwgYIFDBcyhPTywSTHEiolsHR5YcVMMkgoOCbACUJny5cxf0ppkWIRzgAtYABg4QKmz5AivUhQ8LTozqo9M9iS0KKFURY8iQQBACH5BAkHAAAALAAAAAAZACAAAAb/QIBwSAShRBzGA8LhHAQgolSoEIVIENJjG+maHgfFFBBQbUKvF3bL7kZMpoFUYTij0xAI++E2yVJEJQUbhCF3JGsRfF0xB0QKg4SFIR0qDgkJHgMhjEUESZIbBiNjAAkvAkQeHAUFTRwOpaUKHa22CbKlCLatsblTAQYdwgVyv1MJBsrKJcdTCMsGxs5EAwQEBgQn1FIH1wQHpNxDBw0H52LjQucHIiKA6gAi7SID4uoL9QMLuPEOA/sW+FI3IiACDwHigVCB4OCleKYOejgh4INChwIEJJAQLxPFBCNKcBwHIiOKBCUUfJAwgaRGlApASKgwwQWGCxkyaNAgC8SIMxEpYs6cQMHChRU6f0lQEFQmzaJHk/6CAeKDU6JGkfJ0VkHCUAo2cerc6mwC0bBayQIIAgAh+QQJBwAuACwAAAAAHAAgAAAG/0CXcEgEJQaFAomUHAhAxGhUMWCErq/X8sF9HRRSYgDB2ZixWgiXG4kMAuFPg2Gmb0JZEkTNbnPARCUGHAUcDHZYS3wPbW0QCUMfBklJhhsGCA4JCQ4LDH0RMzIcQiAHBR2UBQclYS4JBY0mA0MOBrepBieuRAgmMhuRBLfEkLxEJwdEHgbDtwLHxwEE1NQq0ccjDdQHX9i8Dt3d19+uCyIiB07lrgPu7q3sUu8LCx/y8/ULCPf4vQgAPQDyJ8RBQAfxCL5C4MGBAGMKFTA88VCCQhcgHDhEMWIgwRECUCQYkcKiQhAiSSoAAeCiggQlFHwAIWGCQgkpUqxsAQMABToMBCXIpFlhAgULF1Zk0KCBnQQQRI0iVdpUXgUJEooeTbrU34QKWqd2JUiBxVaqTC9iwHAhg9u0roIAACH5BAkHADMALAAAAAAfACAAAAb/wJlwSAQlFoZOKNQpDFAgonQq/CwKjI12E3p5IaGDgjoNeAoFDoeR5XpfJAiENAiQq6ImOt1efiEPgRxjVCkHBkl7axsMfnGADxERLyNTH4eIBgVNBAgnIyMOCxwvgYGSL4RCIAMGBJkGIiVkIx2QkhEcdkICBK+/AndDCBC4kgNVBwcNzAeVwkMCkZIxMR8zJyIiygco0FIIESYyBava2gMe31MbL0QjA/HxqutVUgILAwsL6vXCHgtULEDwzB8ZDwgSeqBnEJwHDw4cRGlIBQFEAQImUpQSESOUjVNQYEyQYBfIISVQJBhR4trJIR9IlkjxocJLIRJY0gQh4WaVTxQKArSQMMGnBAUfeFaY4MJnCxAtYCylgOFmhaFLWbjAcCHDSwASplq4sCKDBg0nJwCYQGFsWbQvKcjlmsGszxkW3Nq9y/Ut3Lsz6u6tFwQAIfkECQcAAAAsAAAAACAAHwAABv9AgHBIBCUQBsOGkVwkQMSodPhBdApYzma7CYU2IsV0CnIQklcsg7H1vl6hQWBMHRjOhnSBw+6G3iQQBWJjCgcEiEkGWXxtfy8QEA8hI1MfAwcNiUkHHgIjIycIBX+BkpOEQyAqByIHmQQLJWMjBpEPuBEFUEMCra+vKHRDHiS4DxERA3UDzQMis8O9xrkRhALOzQnSUQjIyREHACAIKggLCyfcUh3gyR8pCPLyH+tRI+AmJh4oCB4eDgTYk8IhQgwZMQYIcODghIMUA6McIDGgHoCGAjLOiUgnowAUCVpwpAMyASgJI8ckSFCihAKUKaW0TKHgA8yYROApCADiJk5QIS0+8JQAg8LPIRU+9IRRYcLRIRKINqVg4SmACRKmurBwweqECSyoXriQ4SmFCVQxkM2gQcNRCmJXsHX71ILaDGytChmLl65eAH3/EvGbMggAIfkECQcAMQAsAAAAACAAHAAABv/AmHBIjI0QB0KhQCCoEqCidPpBNAzYzrLA2Ww4A8V0ChIkm1jDtuv1qgLj4Ud1ODQIafWSw2iHQh1iYwoLdXV3aXt8Xn8vLxsjUwELAwMihgcDDgIlIwIIBoyOJCQhgkMgDpSVlginRSMGIS+kpAVRQwkICJSUCXFDHrMQD8UDqLvJrsBEKCQQxA8vggke1tYlzEUe0cUHMS0O4icOv9pFBsUPEQ8fCgLw8LjnQyPs6xEeJQkoCQmR9IpwiEAwAoF9IxLCCUhkQMEIDEpITKFAAkMiJx5CSEHxw4cKF3MVNBHBI4iTAEIKSTAywskWEmBMUDlFQswKFVjQlIKzwoQ6CRR2FpkAACgFFxiEDqEA1IUFDBeULqVg4cKFFRmkxsDwFGuGDBq0Wv2qoWxYqWTPao1Bdi2RsmuDAAAh+QQJBwAqACwAAAAAIAAaAAAG/0CVcEhUlRwDkcEgOiASoKJ0GnA0G4Ts0lDoLhTTKUiQbB4IW0OnW2BwEIHwEORYDJKHPHq57jI2GwZgYR8eCAh2d2Z7bBx/gAUlYh6Ghwt2CAIJKSUoDgQFjo8hHINDLZ6UlQ6mRSUNgBshIS8dUUMpAicCAg4eknJCDn+0JC8LQxIJCby8ccFDCbIvJMaDCsvZH9BFHi/U1CIqMCXlJSOt3EIGJBAPECQfLQr09DDqRSMQ7g8PDiABAgC8hY9Ih37vDoBYKKFFhYJFFiB8UECCxQoVJkAkciJCvwgkYGAEMIHCxmgeH0SIQHICCwoWTgpJsLJmSQouLGCQqaJjTT0IFGBiuHCB54CaEThYsED0QgaeDWbIiGGiwVCnGTJo4KkCxIIXCFRg1UCWa5GsZc2e1ap2Ctu2UrbCFRIEACH5BAkHADAALAAAAAAgABkAAAb/QJhwSISVTovBgTAYeEagonQaEKgGooN2STB4VZ/pFJRAqK5NbaPr7RQ6noB4CBIg7oik8rD2GtwFHAQKc3UODh53KklZDQ1+BZGBBSVTLQkCAoceiR4JIyklCQ4HBpIcDBsFhEWimAInDgJhUyUHgRwbugZRdCMjCcEorHMwJwWpuhsqQxUKKaGivcVCCbkbISEbrBIf3goK09RCHtjZIQMwEy0g7QHi40INIS/1Lx8AEvr6APFFI/ZIkDgxAUCFgxX8SSnwAoLAAxMiRmShsMgCEg8cFqDAkaOLikQEPBj5IISFkxgsYAA5JAHJjBdiymRZ7SWEFRkyrFhxgaaxQwgjI7zISTSDzwERkkbgoKFpU6M0NyiNQEDDEA1QQSYwkdSECQdEmtJ8EYErV1o+hziYIcPrgbRTEMiYQQxuEQRCggAAIfkECQcAMQAsAAAAACAAHAAABv/AmHBIjClQHsRApFqcRsWoNAZKJBHNweDAJTQQn2lUkhI4PNeFlnsgGAgER0AslIxQArMDgdWKDg0NbwYdB2FTEiUJiwInZ3xqf4EGlB0dBiVSMAopIyMJeCcCIyUKCiMCIoKVBQUGh0QgHx+cnyMgUykDlq2tBLhDMCAgAQGmwHQCBr0cDAhDEzASEi2yEnRECQUczRscCkITABUV0xXYRSfcG+wLMS4sE/Lk6FEH7OwMARYuFP4TFOoVGYFvQwgBGBLyCyiwiAGDIUIMuEAxIYaGRRZseMHRQIYMKyhewEhEwAsSJzd8XLmC5JAEJCCQmKmhpoaPLoUkgMBz5pBSmxlyxhDwoCiEEEQ0CI2xoGjRAkuLcHD64EDUlxGoOrgqhEPWBxEgwFqKwESEsyasXnUQwezZCOCuDpDh1sQArkIE0DURYg7eGHMfZPqbNwGRIAAh+QQJBwAuACwAAAAAIAAfAAAG/0CXcEh0gUqCEwLhcAhKxajUJVGMEgKBw7NcDL6OzzRaASlKV1TS0f2KDocTaCwEtAIfRSqt5XoHbw0EA2JTExISICABemknbAhecAcEBAcpUhQAFRWIiwoKHx+LewiAcAYEBg2FRCwTsBUwiBVTCggHDQa7BiJzQxYUwq8AE3RCKJW8BR5DFxgW0cIUx0Mjux0F2gpCF97eGBjVRAIG2toqQisZGSve40UD5xwFAez37PBEJdocHBsCMmgYOFBfkQb/NmwYUFCIBoNEEDBQuMHAQ4hSBFDcwAHjlBEKQ4j0KCWByBAvQpCMIgDlixcbVhZZ8JLEiwIyiRQgwZPEgU6cQkZAGEoCwgmgLgw8gLCURKuVCB5Ilfozp4ClU19wk4kgQoSpDwbIDPDCq9kIDALkDDHj7AMoQGOY8PoiAdKkMdBuvUtChNq7Qp4SCQIAIfkECQcAMAAsAQAAAB8AIAAABv9AmHBIlHxKCZRgmVAQn9AhwKgojRIJwcmD6AoCUShl2gJ9qlctF6EaLASgsNA1AVQk5TNS6eAuBgMHKh9hFhQsExN3EgEfKVgCfQh/gQcDTk8XGBYuh4oSoKAtRwKTgAeoB4REF62bFIkTYR8OpwcNBANxQhkZKyuaFhZyQwkiqAQEBg68vb3AF8REJbcGygSEGtoaztJPCcoG4ggwGkPc3lAL4gYdHWDn5unT4h0FBQLz0gf39wv6xDz0K9AAoBwUHApwSGgwzIiFHDYwaBhlBAMGGyRShCIgY0YOG58g8LjBQEgiBkKE2BBiwEkhI168CDEz30sDL0jIDLEqpAdOCBByvnB5UgAJoBB0YtqIAMIDpBCIUkxQIMKDq1c5wDN4YEOEr1gfvEix0YCJr1a/hhgRckEMtF85LN0Y4+xZEVtD1n3QYO7JESfyQgkCACH5BAkHADAALAQAAAAcACAAAAb/QJhwCANIQB/FaFn6EJ9QC6tSOSZHCZTg5EgEoE+MizWptgKKUiKx9SAQCRAYdsFYKCxAFZnCChxuCCoeX0QZGSt1d2VWSmyAbyoLCwpEGhqIdRQTE3p7CgmQCAsDpU5DmBmKFnMBAqOlAwcqcqiZc0QjpLIHBwKWiLhPKSIivb2nMJjCUAm9DQ0EHszMCNAE2IXUYCnRBgQGCdu4AwbmBgjjcw7mHR0H6mAJ7R0G8VAlBfr6908j+/z6DUHBAaDAIQg4KOTQ4KAQAgw2SBzgcITEi78OEri4gYG2ex5CiJS44KCAEC9ejKzUDwGJlylDqOj3D8KDBzALfMS1BsGANw0Rbt58uSHFOA4RkgYVijPECHURTChl+qAAy3EdpCoNSmLATmomwop9cOBqvAImQmxoIKDWnCAAIfkECQcAKQAsBgAAABoAIAAABv/AlFBooUwqsBYoAAINn1Dh5VJkHSWgj2KUUDijwoz4giles9sESlD6PjXwzIpKYVUkSkVJLXAI3G9jGC4sADASAXoJAicOHh4fUXFTg0Z3H3uMDggIHgGSYmApEiWanCoegHCiTwqOnAsDAqy0CrADuJG0oiUquAMHJ7usDrgHByKfw1EKIiLHBwnLYCrQDR7TUQINDQQEA9lQCd0GBA3hTyUEBuUG6EMl7PLvQgny7PQpHgUd/Af5BwoILKCCXgkOAwugoHeAA0KEysI52ECRAYOC6FAwoEiRgwJ0HjaE4LgBQbgRBl6oHLmhQ0QoBwZ4SJDAwwIOEEiofBEihEc+VhwiCBX64AEECC90vuAwgpaMoUWjPiChs8NHVgpiQJWa88WCl2BezDAxlOiDFweu7vrQgGIEExs4HPhDKwgAIfkECQcAJwAsBwAAABkAIAAABv/Ak/CkyWQuGBdlAqgMn9BnEWlZViQgECzKnV6qkyvoo/hIuEPNFAMWf0qjUgutNiJdrAqsBVKUEoABaEYrVEt7ZCMJKAICIGhoFQEKio0ejpBoIIsCDh4ICZmanZ4ICIKiUQqlCCooqVwopioLC4+wTx8ItQMDI7hQHr29DsBPCcMiKsZDJQfPBwPMQinQz9MnzgcEDQ3YCQ0EBAbe0w4G4wbS0wMG7gYI0yUdBvQGocwiBQUd9KjADvYJjGcsQQEOAgsoMOaBg0OEHDw8CRACX5QRBjZo3MCAg4F/J2LMMMFgAKgEHhYUeBEixMYNCo+ZiEAzwoObN0m8YLmxQAk0KDJMCLWJM+fOlhsMLHxSQuhQojchkNDpcgHIIQoaRHiKk4TUECKWQgIh4ADHmw4PYIIUBAAh+QQJBwAAACwEAAAAHAAgAAAG/0CAcEjUZDKXi8VFbDqdGmPSQplYn9hiZqWsViSwSvYZRWKoky8IBBsXjWYXawKTgBSKlpu4vWC8Ei0BCiUlEntPFGofhAkjeohOFYMlIwkCKZFPEimWlwIgmk4gCSgCJw4Jok4lpw4eCKGrQyACrwgqmbNDKB6wCCi7QyMIuAgOwkIpCAvNC8kACgsD1APQCtUi1sklByLe28ICB+QHz8kLDQ3kHskpBPDwqsIDBgT2BAHiBvz87UO2IiXo0KEfgQ9DHJiIgGDPiQIQCXZAJmREjBkRInAYgaUEAQ4QIzbQB8BDjBgZUxZYkGqEAwQGNjDgABKiAQVDPpBIGeGBT0kIQF+8CLFBpkyQBko0UcBgYU+fDyA8EDq0aFEGBHA6CSAiJVQSEEgIJVqUAwKSWBQ0IPGVhNihITgM0Lqn1gGaD0iAHIBCFpYgACH5BAkHADEALAIAAAAeACAAAAb/wJhwSCzGNJqMcck0IjOXC6ZJLT6lFle1+oRiXKwJa7vsRi2USaUCIC8zK6krXZG0Ku7lBa2GtUAgeUwUaxIgHwqBgkYTdocKJRKLRhUBiCUJCpNGAZAJny2bRBIjnwICH6JEJSinAgmqQwoCJw4OArFCH7YevbkxH70Iw78fw8e/KQgqzAi/CQsD0h6/CNLSJ0SKggoHIiIDIiNDIRyTCAfp6QExGzImEc55Ag0H9QfZDybw8LhkIwYICCQgIpWICPAiRHggj4oAAxADGsgWA0SIhA8yFhi3pMSBDhEhithW4oHCjBlJFFDhYMQIBwgMcChQICQBTUQSQDiZEQKJRxcvQmwYymEmzQ4dCKRYooADypQ/gw7dYJTmgVRMAgyA8MAniZ9CpzIoWgABuyrdXjyIGiLs0AILsLoBIUAEzbYgFyTYtiQIACH5BAkHAAAALAAAAQAgAB8AAAb/QIBwSCwaAZqjcqnUZJjQpXN1iVqFGucFg7kys9Oty+JtOjOXi4VCKS/RahdrMnEr45RJBVa3G9d6FRISfkd6MBIgIBWFRSyIIAEfhI1EiQEKJR+Vlh+ZJSWcQxIpJSMJI6JCEqcJKCiqAC2uArWxH7UnukMnBh6FKQ4nDh61LyYxEQyFAh7OCAkeJiYR1Ql2Hwja2ikf1d8Fdg4LCyoqCCAADdTfCGUJA/HxAkIK3w8PJPRWJSLy8ZuEDKiGL98vKCgOKDwg4sA+IQE2RCj4AIKBVEdKLCBAYOGBBemIpAhBkcSLEAYQnBgxolkDAzANEGhwYEDAIiNIQoBAwmSIRw0bGHDgUKBATI4dUyxRUICnyZNAhRYt0AEmAQM2oQQY8KJriJ9Bh0616iBkFAUiNnwFCpRo0Q4IbnoBgWIATKAyVSQweyQIACH5BAkHADEALAAABAAgABwAAAb/wJhwSCwaiRpN5shsFpNLp/QJzVym2Fj1csFkpZkw10L+OldjF4VidmIs6gmA1WZiKCx5BVBn6isSMH1HE4ASLS2DRhOHIAEfBRwcBQWKFQGPHwoRJiYRESODFQqkJSUQn58egy2mI68bqREDgx8JtwkjBJ6fHIMjKAICKCUeng8PoHUgwifCCh/JyA8ddSgO2NggMQfTDxCrXyUIHuUICUIKJN4kKFkKKioI8wjbQgPsIeFOCQP+C/PQDQnAgYRBEi9CGCjBJAWCAyL8DVjgwd6QFCEMvki4YQMBDwJMCXAw4IBJiP8+HBmxYWOIEB0ZSKJkoCaBBg1ODlDQREGHN5cdN8ikVKCmzZwHVKh0EmBB0I6TKHWwSYDAAQEWpSgYwAEq0ak2ESw1AyLBAgIGKFlFMCKrkSAAIfkECQcAMgAsAAAGACAAGgAABv9AmXBILBqPmqNyqUwyn01NBkqVJTXSafWJzV5kjoJge8yYV5c0wRQzhcbkIfqCwVg2kXxkEB/S7RQUEHoRcH0YLoEsE4QRCX1CLosTExV6DxEokDIUABWfEoMPmA6bEzAwEqocEaMPC5sVIC0gtQeuDwWbIB8BHx8gDq4QECN9EgrJKSktHyQQDxAkBn0pIyUj1xIyByQv3y8eZB8J5eUKQgovJN4vG5pUHycC9CgJLUML698bG6VPJTw4OEHwRAoiAQq8CBGi34YGJZR8cIAAgYeLHgTgI5KCQcMNDBhw4HDAgYASJRIIUDFgwIIFFS0GODKCg0ORBXIaMEDggM8/Ay0HqLD4YYkCA/1wFuiwk+dPEUEdzGQSAAEHpUyb9jwgAqgAEFUULMhZQCsBAg24Su0DIgGCtDuBehgBdkkQACH5BAkHADIALAAABwAgABkAAAb/QJlMJSwaj8hkURGZOZTQqOxgMsVMAqlW+ImYIuDGVuv4giOJMVSjIZwjDPWRLWNnOJHHIzKQGzNsGhkZL3l7J35Fg4srEHp6aYkyKxeVlY8PEJGJFxieFhYvehAQiJIYLqAUFAUkjiQLkjIULLW1ByS5Lx2yEwC/ABMnui8hI4kTEhUwzBMfL9AvGwSJEiASLdkTMgMhxRsbT2oSCh8BINdCChsh4Bscm1IgIykK9h8VRSrgDAwcBaaifEiQYMSIEiVAGAlgwN2/AgdKKAmA4oQAAQQTlJBwREGBDf4KiDQgAqO9EQkcIPDgwKIAFAlaJClR4GGBDgYMEDhwQMSAQAELEKxk6UCAQiUKCDzMmXNnz59BhXowKiUAgpFNCTR4+lMoggRHtXxAwJSA1p4+ByBAESDRPAQ/dy5Y4CBhlCAAIfkECQcAJgAsAAAEACAAHAAABv9Ak9CUeA2PyKTyqCDNjMtoFLSJRGJQqXY4sFplpO1W4bU+EmLtIfJ4WBFp6YfEdnfiUke7HUHjlwd7DwV/UQUQDxAQC4VLLySKEAKNSRokl5cjlCYaGpwaL4+hfoUZGZ0aGRuhLyEnlKaxGR2tLxsqlBe6uwMhvhsGlBYYGBfEAiEbyhslhRYUFBYWLhYBDMsMB4UTEyzQ0SYLyxwFr3EAFRUA3CxCChwb5AUdpFoVIBISMDAV7UII8goUMDBJS4sPH0CAaNGiwpEABOR1MGBgQIolIFKMSKEAYQAQAJAoMCBwIsUGCwSMUKAgRQkBAlAkGFGC4weHSUqQNGmgwQFNEQMGLEDgwQFMmSM2Sojy4QBFAlAP/BSqwkPREzETlFgqJYADqFGnCkVA1oFRBVy3fEDQwKfUoEPJehgBohCIEQ4WLDgwgCgKBXWjBAEAIfkECQcAKAAsAAABACAAHwAABv9AlHAoVBCPyGQyIJopn1CUgmMyRaLY4YhkNc1A2aiCFCmXnWEliFN+mAtp5cD9cEcQ8eS4zhfkkyJ8dXh/Rx8kEA8QEAaFSCcQL4sQI45HBySZL3CWRAUvmgudRBsvpiF+o0IhrCEblaoorhu0CbEoHLS0qaoGugyEfxpEGgO0DBwNjhrMKMwCGwwF0yV/GdfMGhkBBRzTBSJ/FxfX10Iq3tMGvFkYGOPjK0XTHQb2sFgUFC4W7u9DHgrYs0fAVpQJACaw2OcCA5EADQYaIHAAgZEkFSRIqFBhgkIKSBQQmDjxgIgBCEakCADiwwcFClhq5DgBJJIUDQgQaHDgwIBPBSoQODghIMGIEgo+gGghAcaEJx8GUDQ54CcCDw4EFFWZFISEp1BAOOjp06pQokaPKmhRIcwHByJOLkBAN+vWDzD+gCghACtdrSUCSIASBAAh+QQFBwAzACwAAAAAHwAgAAAG/8CZcEgECU7EpHJJVDQiJhlzugwMIlhThMoVKjjYcGzQnY5C2EfYZCgvFaGHXI1lHNxJUGEujxRGeEoLEBAPhRAIgUoKLySEECQCikoDjSSOHpNJHyEvjS9tmkQCnZ4vgKJDIiGsIR2pRAYbsxuJsEIctBuStzMMswwMqLe/DBwcCb0zBcfMvLcEBdIFmb0L0wV3vQIFHR0GBiW9Ad/gBguTGkoI5gQEyXgZGupEHwQG7g0H4mUrGfLq5glxgI/AgQMD4FHBcMEfQHozQAwgoA/hAAcfmFCg4ILhhX8Zkig4eHDAAhUIUCgIIEECjAowAEygYMHjRyUpBogQYXKBB04HJ1CMKPEBRIsKMjnWvMAkgAqeA1A6ECAgQQkFRSVUmDCzIxUjJhEg+Fl16MoWWiuwcFEmgACxCKYKLZFCgVG1ikAoSCAARdWrICRQCQIAOw==') no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAtCAYAAADsvzj/AAAFF0lEQVR4Ac2ZW0xcVRSGPTNnhlPKcCsUAeeChkEVxhutDQwzMANaqamNWgpaH+yDIaZp1cRHbgH0gTsxkmDCI/hiRAqgD5qYRgKQ8II6TE00wfgGAcIdKeM/ydrNZIezxxg9m518gRxWmn6s9a9zhvNQJBL5T/gfjokwA5Uw0zWFeHBOugiTsAArfSWZky+iABVowAZSwRkiDSTRz1iHlJMmogATsIDTIAPYgRs8SeTTtXSQSLVKFNkivIQKksDDJFCsquqLmqZdAa/i+yCuPQ1cJHOKjdpJEWGdsIFs8BQoy83NvTEzMzO3t7f318HBweHc3Nxdj8dznWQeIWmpIryENUaiCPgdDsfN+fn5XyLcWV5eDlmt1gBqHgOpbAHIFmESySAHeECF0+m8hd/+vcgxZ3d39wBj9grqCkA6iaiyRBRunJhEpcvl+nBhYeG3iM7Z2dnZgkg1ZSgNqLI6wgebSVTZ7faPlpaW/tSTWF9f36ivr+9AbQkF3iZRhAs2dSInJ+eDUCj0h0Biq7S09BPUBkEhyAKJssKusE6QRCGoQLDfn56eDulJrK6ubgeDwS7UXgTPAztIkXUfUbhxKgLlyMRtBPtXPYm1tbXdqqoqJnEOOGhbJQCTkSJ8sJlEMNoJrFhdicPDw6PKyspe1FaD85yE2YBnLUGwSSIrK+s2bnZLehIbGxubfr+/B7WXSMJJ42QlCcVAES7YJJGdnR0dp7BgnLZKSko6qBPngIvrBEkYIKIT7PLoOKET4TjB7kbty+A8SaRxmcAxQEQn2BUI9q3Z2dl7gk7sINhRiZeoE87jMmGECB/s3JhgR8dJV2Jzc3Pb5/N1UieKKdgsEyaAY5wIk2Dj5GHBRifCgmBHb3adLBNsO3HBNkxEAWZwCmSCx4EPwb4ZJ9jbCHYXSRQDpyDYhomoNFIOUIRMvINO/KQnsbKyshMIBD5D7RVwgQWblzBahD2Sp5jN5jzM+9uLi4s/60mEw+FNbKcvUH8DVIECcAZoXLCliaRaLBbX8PBwb0RwRkZGfkftx+BdUM4+KInDbdxoWUCKoih5CQkJgYGBgS/xs6PjRPb394+ampp+RP174CIoBGcpYypQZIqYY+4dz4DLvb29Y6LONDY2fou6OuAF+SCDZCgj8kQSQDqNihfU9vX1TYlkGhoa7qDuDVBKMpQVrjMG30fYCs6gAHuRmdqurq5JkUxLS8sEaq+CMq4zJGOgCB2Fk8kHJSaTqaazs3Pi2MzQaWtrm0RtDfDFyCQyGUNFOJlEkMlkwLWenp5vRDKtra1TNGYsM5mcjKEifGeYjBfUQUaYmebm5omYzLjFC8C4zyNqTGfcNDZ1/2ABjKHudZLXkTFARJAZN/CqqnqNMqN7Ojo6vqMF4ONkVFmvFUQLQNiZ7u7u76PZAn6S4TJjrIhoAdT+iwXAdQYYKCJaAG/iPhNvAYyj7jXwAngUpAGrDBF+ATCZAuBXFOX60NDQ3TiPM1/hyfoyPf7kgNNSXyvwmSGZMk3T3hocHPwhzlPzJLLFnpZT5PztV5wZNyilbTZFmTnZrxU4GZWXATV4ap4kmeNELlEticjsSHyZq/39/V/j374P2Lk/Pj5+BznxUuDlj1acJ4B8cAH/4er29vbPR0dH58fGxubx/ac2my1Ab3iz5Yc9/gJIB05QCJ4Fz9FXD3gC5HIfi+WKCGQ0GpuzwA7yCDtdS+b/SCFfRPwaQqPxSSaS6JrlwUjR+RtEvCM0ct4sLQAAAABJRU5ErkJggg==') left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAtCAYAAADsvzj/AAAFDUlEQVR4Ac2ZS0xcVRjHvTN3hisw0GIRZ3AeLWHQWqdVsRqgA86AUmpqoy20Whd2YYhprJq45BVAF7yJkQQTluDGiEhBF5qYRsIjYYMKQxNNMO4gQHgjZfxP8pF8ufEe0qQ5pyf5BTKcWfzyff/vnHt5xLQ0wgbsQCfswEY80BWPxx8I5sUlHMBJP0nm4RfRWAUMkAqOgseII8AFDNqjPYwiGuEAySADeEEuOEkE6bNjIIX22riQchHWSo+SRACc1nU9ahjGG+ASfn8Vn+WT0BNUMV0so04kFTwJTodCoeuTk5N3dnd397a3t/8dHx+fzM7OvoG/nQPPADdwscqoF2HBPgJynE5nZGFhYTZuWlNTU3/4fL6b2FMMnmUyTpJRLqKTSAbIQyu9vrW1tRv/n4Uqzfv9/g+x7xUQAh6QxmVUV0SnKRWESMXm5uZ63GJNT0//GQgEPsHeUibD20xTLeKioBdUV1e3rKysrFrJzM3N/eP1ej/F3jImIxgAcsOeDLLAKRAtLCz8HDKWlZmdnf3b4/F8zCojGADyz5F04AUvgPJoNNq2tLS0YSUzNjY2iwHwEWXmFHCzymiqRGwgiaaXD7wIysvKytqWl5e3rGQwAO4iM7ewt4SmmYfLqLpr2U0yZ0FFaWlp597e3r6VDEbzXapMlGQEA0COiEYyTmozP8lcKC4u7lhdXV2zksGhOZeVlXWLy5gHgDwRJsMqE6A2qygoKGhBm60L2izmdruZjGkAyBShxTNzlGTOgvMYAO2iAYDKxKjNSgQDQI6IRWb8VJnXMADaUZlNK5mJiYl5DAC6AQgGgCwRWjaWGR/IB+fD4XDr2trahqDN5lEZ3mbZ5gEgW4QPAD6aK3BotmIArAsqE2MDIMTajGTkinAZ3mb5NAAS58zGIQPgJvaGwVMgk5597ECTLcJl+AB4GVyKRCJfLi4uijLzGzLzHrWYj1pMVyXCB4BBz/J5oAzcwDT7OhaLWZ4zMzMzvyNX79rt9uOUNyewqRSxsbzk0Jh9H3w2MDDwV1yw+vv7Ox0OR4C+q1REAzr1+ON0TpSDD+rq6n7d2dmxusbs9/T0fJOUlBTRNO2gIg6lGSGJYyAXFIFrtbW1P4oq0dnZOYR9F8EZdqaoCDtVgrJBEoXgck1Nzfciia6urlHsu0rSOSADJEkXYRK8EufAlYaGhtsiiba2thFk4kAij75Po1fiOcIkkplEGFQ2NTWNCBz2W1tbb9tstkrsLaDvcQlN5hWFS2SyTFxubGwcFUl0dHT8gH1VTCITJHMJWSLmYAcPMlFfXy9sJ0gkMnGNpEnCXAkJIhYSReAtBHvosGCTRBgEWSV0qc8jPNhMIgyutLS0/CSSSGRC1/Uqkg5aZUKGiDkTQVAMqtrb238+RGJUHGyZb1F4Je4/2FfFwZYr4qRb7QnwEngTwR4+5JxIZOJtcbDlv2lMAR5wBjfUi7h2fCuS6Ovru6Np2nVqvzwmQcFW9+43HeSg10twix0RSfT29v5iGMY7dMLniTOh+N8KghN7lKZTIQgKMiG/IkwkCJELFiL7uMWOYE+lWUL8elRNa51APoqGh4cTN9p7TOJed3f3d4nz5P4l1ITdDU66XK5Ic3PzF0NDQ1ODg4NT+P0rCFbQM3qu4MRWLsIfX7PB0yAEngPP089TwA8yBMFWKmJ+qZBGj7FecJzw0mfpwBBLqBexseAbIBWkESnAEPybQLnIf4JfIzSb+FymAAAAAElFTkSuQmCC') right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 10px;
  zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  max-width: 80%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-controlContainer {
  float: right;
}

.lb-data .lb-turnContainer {
  float: left;
  margin-right: 5px;
}

.lb-data .lb-zoomContainer {
  float: right;
  margin-right: 5px;
}

.lb-data .lb-downloadContainer {
  float: right;
  margin-right: 5px;
}

.lb-data .lb-closeContainer {
  float: right;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAAbCAMAAAC6CgRnAAAAPFBMVEX///8AAAD9/f2CgoKAgIAAAAAAAAAAAABLS0sAAAAAAACqqqqqqqq6urpKSkpISEgAAAC7u7u5ubn////zbsMcAAAAE3RSTlMASv6rqwAWS5YMC7/AyZWVFcrJCYaKfAAAAHhJREFUeF590kkOgCAQRFEaFVGc+/53FYmbz6JqBbyQMFSYuoQuV+iTflnstI7ssLXRvMWRaEMs84e2uVckuZe6knL0hiSPObXhj6ChzoEkIolIIpKIO4joICAIeDd7QGIfCCjOKe9HEk8mnxpIAup/F31RPZP9fAG3IAyBSJe0igAAAABJRU5ErkJggg==') top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  transition: opacity 0.2s;
}

.lb-data .lb-turnLeft {
  display: block;
  float: left;
  width: 30px;
  height: 30px;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAABmJLR0QA/wD/AP+gvaeTAAACIElEQVRIicWWPWsUURSG3xM/4hYpjLIhphJiIYugNloIiRoU/QO20UJrU1gE/EAbRReCGkQQEbFLCi0EG5NKEIKYItFSkBhSmMLIipolj8WeWa/rbrIzmdm8MNy599xznjN37pe0QbKwAlyTdFjSoJkt1Nhyko5L6pe0S1KPmxYkzUmalDRpZqXYWQDLVHQuaNsNPAFKrK2fwCOgNy440nlgK1AEftUE/wJMAM/8mQDma/qUgVvAlrjgK8CboF4C7gAHAKvjZ24r1ozMFNAdB7wSvI8BXTFGLe8+kT4A+WbBkd4DF4Czazr/H2so+ICpVYe9DjjUyzhgj3cp8L+RBPwbGI4L9pjjHmMZ2JMkRiIB3cA3hz9oGdjhdx38A+hoJXhf8NtOS1Jbi9gzkhb9/WgVTGUD6GnktV6ZGZLeebVQBUsalTQHDGYFlzTvZWcIPuhlX4bgz14uSdJmr0xLOqTKEZeVRiR9lfS82gJ0AAPApgzBGyMaHTTAKeBTFhMMuOxr+Go944gbl4DOFKFdwPeGWyZQ8MNgBSikCL7v0DKwN2qPZrXMbBY4ImmHmc2mBZbU7mXRzD42k+kx4OR6qUCOBlemep138vf2MAZsjwHKA/eA60mybAfeBifKzSb9hn1y4ok3fVcLg2wDbgMzwAlva/PJ8gp4CvQH/fcHiZZZ7aqTIJle/tV0YMsBD4HHaa6KEH4ReAG8Bs6kDshafwDkXu6L86KiLgAAAABJRU5ErkJggg==') top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  transition: opacity 0.2s;
}

.lb-data .lb-turnRight {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAABmJLR0QA/wD/AP+gvaeTAAACGUlEQVRIicWXPWgUQRTH/3OJiSCEgJg7FcEmGLkmNoKCYESLYGNrqaDBSkQri4ARDPgBQRBU8CNgE8TCwkIhIqiVYLAQg5UoOZA0Eg1RE/xZ7DsymZzu7HJ7GVgG5r3/+82+3Z33Vlqj4WIdgQ2SBuzaJqlsphlJNUkvJE065xYC3WZJ9yW9ds6NRO8M6AXuAD9JHz+Ae8B2T3/cbIuxwA7gMrAUBJ8BJoEHdj0HaoHPL+CKxThZX4yBbgHeBHdyFegHVj0ewAG7gGvAvKd7BQxHgYEy8METTwA9UWlK9BXgkaf/kwq21Lz1BGdigabvAY4BQ8BUkP7/gi95fueyQE3/JISlgoEdLL9IE1mhFuM88Dsr+LbZvwGVPOA8O+0CFgw81hKogQ97Gam2glmyeb/Ns865960E1+9yqkgYsDUEb7S5ViD0hKQvwHUf/NXm2aLAkvYqqYa7JandFk9LeiZpvEDwZ5s/FshYPew4Pgh0hoa2lh0cAfiifcdnC4h9CvgEDDYy1o/M70C5gT4vtBuYs9ijjRx2ekXiVhPBfSQldvGfpyLLZfFus8AWdxDYk+ZUBTqaADsCHMgjLAEjJE1bltanC3homVsCNmUFV7yKNQdcANoidH4X8xIopWkaBRllZXvb79n2AePAU+Am0G7rh4Bpy9T6zFAPULVP7Qawzlt/x8rRmxuScUNHSZr5xyRdZfTv0JqOvwtaARgflgIWAAAAAElFTkSuQmCC') top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  transition: opacity 0.2s;
}

.lb-data .lb-zoomOut {
  display: block;
  float: left;
  width: 30px;
  height: 30px;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAABmJLR0QA/wD/AP+gvaeTAAAB7UlEQVRIieXWvWsUURTG4XPjJpgmlSFKRAtTWGjAj0ajiSKKFopg/AtELbQTAiI2IaazEhsLK0XEVisbISD4gY2FlQQixiAYxESiBn0sdoKTQHZ3dte18FR3uO97fufcmbmciH8UqVYhUkT0RER3RMxGxMeU0uJfqQoJJ/EAc5bHDzzGWXQ0E9qPZ/iMGziCXnRgPfZgDFN4i2PNgJ7IOryFdVW0a3EZ3zHSCHQfvuFCQd8hzONcPdAuzGC0sLnsP5UVvb2o8RpeY0094CzHXTwqYmjHLIbrhWZ5tuAX+mo1LL2jzkbAWa4XuFRJ05Zb74iIlymlhUbBETERETsrCUq59YaImM5vYlNEXKkBdCelNJF7fh/lRlaNtkqbDUbF6zjf8YeI2LXMmdJURJyvA9obETOVBPmOX0XE7mZ8XBExGBHPa1KihE843QgRffiJrUVMo3iDUnX1qjnu4WFRUxemMVYndBgLha/MzLw3M18s6DucXUDXC0NzSY7jC26ju4q2E1exmA0I8xhqBL4NT7MCbuIoNuYGgQGM4x0mMZJBmwJP2VBwPysgHwt4gjNLvyCGVsAH64avKKRHeSTabJU5awV8rmnwGgscyJ3QVxz8b+EHWgnf789MPon2VsIHlGfv/pZBc/DWdVopfgMdyEl3/DM14wAAAABJRU5ErkJggg==') top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  transition: opacity 0.2s;
}

.lb-data .lb-zoomIn {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAABmJLR0QA/wD/AP+gvaeTAAAB+UlEQVRIieXWv29NcRzG8c+XttGlk6aEMOhAQhM/FkpLhDD4kai/QFgYpQliaRobi1gMJoRYmSxNmkhIWVibJkQjQiNaKRpehh7p0bTnntt7XYNnOiff5znv53vvPd/7ifhHSmWNSBHRERHtETEREe9TSjN/pRUSjuMBJv2p73iM02ipJ7QLT/EJ13EQa9CCVdiJQbzGKA7XA3o02+FNrKzgXYEL+Ib+WqC78RVnq8ztxxTOLAXahncYqDo8mz+Rld5SbXAQL7G8wDOCTQXrd/CoGmgzJtBXwQfbC9Y34Cc6i56zLHfdExEtEVG+7QJKKY1GxPOIOFYWvDUiRlJK07WAMw1HxLYiQ1PuenVEjOcXsS4iLi2Qu4gPufvbKaXh3P3bmN3IolpWtFijyh3HOI+hEr7CH1fmuYZ7RZ78jl9ExA60lmparJ6IeFbKiSZ8xMkKvkqvUyd+YGPpmhjAqxoPkLt4WBqahdowjsGqgnP5PkxXfWRm4V1Z+FyVuQPZn8TVqqG5hxzBZ9xCewVvKy5jJvv+p9BbC3wznmQFbuAQ1uYGgW5cwRuMoT+D1gWesqHgflYgr2kM4dTvVxC98+A9S4bPK9JhdiRab5E5ax58sm7wkgW7c5/QF+z7b+F7GwnfY24mH0NzI+HdZmfvroZBc/DG7bRIvwDiiW2v3ei28wAAAABJRU5ErkJggg==') top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  transition: opacity 0.2s;
}

.lb-data .lb-download {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAYAAADhAJiYAAAAaUlEQVR4Ae3VgQVAIQCE4UZplDa70Rrt3gQ5eDry/wRIn1QNoka2l22FsW6C5JwAAQIE6IeF5+HR287tw9x5YzdSedcKKDXOTcZ0UQFTQOnta59RVUxAFTABVcAElAZRuEX1DxYQEV3oA58RWgFolpBxAAAAAElFTkSuQmCC') right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* animation */
@keyframes fadeIn{    
  0% {opacity: 0;}
  100% {opacity: 1;}
}

@keyframes fadeOut{    
  0% {opacity: 1;}
  100% {opacity: 0;}
}


@keyframes fadeInOverlay{    
  0% {opacity: 0;}
  100% {opacity: 0.8;}
}

@keyframes fadeOutOverlay{    
  0% {opacity: 0.8;}
  100% {opacity: 0;}
}

.fadeIn{
  animation-name: fadeIn; 
}

.fadeInOverlay{
  animation-name: fadeInOverlay;
}

.fadeOut{
  animation-name: fadeOut;
}

.fadeOutOverlay{
  animation-name: fadeOutOverlay;
}

.animation{
  animation-fill-mode: both;
}

.transition{
  /* For Safari 3.1 to 6.0 */
  -webkit-transition-property: all;
  -webkit-transition-timing-function: ease;
  /* Standard syntax */
  transition-property: all;
  transition-timing-function: ease;
}

.lb-image {
  transition-duration: 0.5s;
      transition-property: transform;
  }

/* animation */

/*!***************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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-owl-carousel-o/lib/styles/prebuilt-themes/owl.carousel.min.css?ngGlobalStyle ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************/
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel .owl-item.center{z-index: 5;}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{touch-action:pan-y;-webkit-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url('owl.video.play.e3b436436832b027.png') no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
/*!************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/animate.css/animate.min.css?ngGlobalStyle ***!
  \************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{animation-duration:1s;animation-duration:var(--animate-duration);animation-fill-mode:both}.animate__animated.animate__infinite{animation-iteration-count:infinite}.animate__animated.animate__repeat-1{animation-iteration-count:1;animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{animation-iteration-count:2;animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{animation-iteration-count:3;animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{animation-delay:1s;animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{animation-delay:2s;animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{animation-delay:3s;animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{animation-delay:4s;animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{animation-delay:5s;animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{animation-duration:.5s;animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{animation-duration:.8s;animation-duration:calc(var(--animate-duration)*0.8)}.animate__animated.animate__slow{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{animation-duration:3s;animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion:reduce),print{.animate__animated{animation-duration:1ms!important;transition-duration:1ms!important;animation-iteration-count:1!important}.animate__animated[class*=Out]{opacity:0}}@keyframes bounce{0%,20%,53%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0) scaleY(.95)}90%{transform:translate3d(0,-4px,0) scaleY(1.02)}}.animate__bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{animation-name:flash}@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}.animate__pulse{animation-name:pulse;animation-timing-function:ease-in-out}@keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}.animate__rubberBand{animation-name:rubberBand}@keyframes shakeX{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.animate__shakeX{animation-name:shakeX}@keyframes shakeY{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(0,-10px,0)}20%,40%,60%,80%{transform:translate3d(0,10px,0)}}.animate__shakeY{animation-name:shakeY}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.animate__headShake{animation-timing-function:ease-in-out;animation-name:headShake}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}.animate__swing{transform-origin:top center;animation-name:swing}@keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{transform:scaleX(1)}}.animate__tada{animation-name:tada}@keyframes wobble{0%{transform:translateZ(0)}15%{transform:translate3d(-25%,0,0) rotate(-5deg)}30%{transform:translate3d(20%,0,0) rotate(3deg)}45%{transform:translate3d(-15%,0,0) rotate(-3deg)}60%{transform:translate3d(10%,0,0) rotate(2deg)}75%{transform:translate3d(-5%,0,0) rotate(-1deg)}to{transform:translateZ(0)}}.animate__wobble{animation-name:wobble}@keyframes jello{0%,11.1%,to{transform:translateZ(0)}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.animate__jello{animation-name:jello;transform-origin:center}@keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}.animate__heartBeat{animation-name:heartBeat;animation-duration:1.3s;animation-duration:calc(var(--animate-duration)*1.3);animation-timing-function:ease-in-out}@keyframes backInDown{0%{transform:translateY(-1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInDown{animation-name:backInDown}@keyframes backInLeft{0%{transform:translateX(-2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInLeft{animation-name:backInLeft}@keyframes backInRight{0%{transform:translateX(2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInRight{animation-name:backInRight}@keyframes backInUp{0%{transform:translateY(1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInUp{animation-name:backInUp}@keyframes backOutDown{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(700px) scale(.7);opacity:.7}}.animate__backOutDown{animation-name:backOutDown}@keyframes backOutLeft{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(-2000px) scale(.7);opacity:.7}}.animate__backOutLeft{animation-name:backOutLeft}@keyframes backOutRight{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(2000px) scale(.7);opacity:.7}}.animate__backOutRight{animation-name:backOutRight}@keyframes backOutUp{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(-700px) scale(.7);opacity:.7}}.animate__backOutUp{animation-name:backOutUp}@keyframes bounceIn{0%,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleX(1)}}.animate__bounceIn{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:bounceIn}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;transform:translate3d(0,25px,0) scaleY(.9)}75%{transform:translate3d(0,-10px,0) scaleY(.95)}90%{transform:translate3d(0,5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(25px,0,0) scaleX(1)}75%{transform:translate3d(-10px,0,0) scaleX(.98)}90%{transform:translate3d(5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(-25px,0,0) scaleX(1)}75%{transform:translate3d(10px,0,0) scaleX(.98)}90%{transform:translate3d(-5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}75%{transform:translate3d(0,10px,0) scaleY(.95)}90%{transform:translate3d(0,-5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}.animate__bounceOut{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:bounceOut}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,2000px,0) scaleY(3)}}.animate__bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(-2000px,0,0) scaleX(2)}}.animate__bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(2000px,0,0) scaleX(2)}}.animate__bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,-2000px,0) scaleY(3)}}.animate__bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeInTopLeft{0%{opacity:0;transform:translate3d(-100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopLeft{animation-name:fadeInTopLeft}@keyframes fadeInTopRight{0%{opacity:0;transform:translate3d(100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopRight{animation-name:fadeInTopRight}@keyframes fadeInBottomLeft{0%{opacity:0;transform:translate3d(-100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomLeft{animation-name:fadeInBottomLeft}@keyframes fadeInBottomRight{0%{opacity:0;transform:translate3d(100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomRight{animation-name:fadeInBottomRight}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}.animate__fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}.animate__fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}.animate__fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}.animate__fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}.animate__fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}.animate__fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}.animate__fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}.animate__fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes fadeOutTopLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,-100%,0)}}.animate__fadeOutTopLeft{animation-name:fadeOutTopLeft}@keyframes fadeOutTopRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,-100%,0)}}.animate__fadeOutTopRight{animation-name:fadeOutTopRight}@keyframes fadeOutBottomRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,100%,0)}}.animate__fadeOutBottomRight{animation-name:fadeOutBottomRight}@keyframes fadeOutBottomLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,100%,0)}}.animate__fadeOutBottomLeft{animation-name:fadeOutBottomLeft}@keyframes flip{0%{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);animation-timing-function:ease-out}40%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out}50%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}to{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}}.animate__animated.animate__flip{backface-visibility:visible;animation-name:flip}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}.animate__flipInX{backface-visibility:visible!important;animation-name:flipInX}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}.animate__flipInY{backface-visibility:visible!important;animation-name:flipInY}@keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:flipOutX;backface-visibility:visible!important}@keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);backface-visibility:visible!important;animation-name:flipOutY}@keyframes lightSpeedInRight{0%{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInRight{animation-name:lightSpeedInRight;animation-timing-function:ease-out}@keyframes lightSpeedInLeft{0%{transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{transform:skewX(-20deg);opacity:1}80%{transform:skewX(5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInLeft{animation-name:lightSpeedInLeft;animation-timing-function:ease-out}@keyframes lightSpeedOutRight{0%{opacity:1}to{transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.animate__lightSpeedOutRight{animation-name:lightSpeedOutRight;animation-timing-function:ease-in}@keyframes lightSpeedOutLeft{0%{opacity:1}to{transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}.animate__lightSpeedOutLeft{animation-name:lightSpeedOutLeft;animation-timing-function:ease-in}@keyframes rotateIn{0%{transform:rotate(-200deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateIn{animation-name:rotateIn;transform-origin:center}@keyframes rotateInDownLeft{0%{transform:rotate(-45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{animation-name:rotateInDownLeft;transform-origin:left bottom}@keyframes rotateInDownRight{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{animation-name:rotateInDownRight;transform-origin:right bottom}@keyframes rotateInUpLeft{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{animation-name:rotateInUpLeft;transform-origin:left bottom}@keyframes rotateInUpRight{0%{transform:rotate(-90deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{animation-name:rotateInUpRight;transform-origin:right bottom}@keyframes rotateOut{0%{opacity:1}to{transform:rotate(200deg);opacity:0}}.animate__rotateOut{animation-name:rotateOut;transform-origin:center}@keyframes rotateOutDownLeft{0%{opacity:1}to{transform:rotate(45deg);opacity:0}}.animate__rotateOutDownLeft{animation-name:rotateOutDownLeft;transform-origin:left bottom}@keyframes rotateOutDownRight{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutDownRight{animation-name:rotateOutDownRight;transform-origin:right bottom}@keyframes rotateOutUpLeft{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutUpLeft{animation-name:rotateOutUpLeft;transform-origin:left bottom}@keyframes rotateOutUpRight{0%{opacity:1}to{transform:rotate(90deg);opacity:0}}.animate__rotateOutUpRight{animation-name:rotateOutUpRight;transform-origin:right bottom}@keyframes hinge{0%{animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,700px,0);opacity:0}}.animate__hinge{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2);animation-name:hinge;transform-origin:top left}@keyframes jackInTheBox{0%{opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.animate__jackInTheBox{animation-name:jackInTheBox}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;transform:translateZ(0)}}.animate__rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}.animate__rollOut{animation-name:rollOut}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{animation-name:zoomIn}@keyframes zoomInDown{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutDown{animation-name:zoomOutDown;transform-origin:center bottom}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0)}}.animate__zoomOutLeft{animation-name:zoomOutLeft;transform-origin:left center}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0)}}.animate__zoomOutRight{animation-name:zoomOutRight;transform-origin:right center}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutUp{animation-name:zoomOutUp;transform-origin:center bottom}@keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInRight{animation-name:slideInRight}@keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInUp{animation-name:slideInUp}@keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,100%,0)}}.animate__slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%,0,0)}}.animate__slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%,0,0)}}.animate__slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-100%,0)}}.animate__slideOutUp{animation-name:slideOutUp}
/*!********************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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-owl-carousel-o/lib/styles/prebuilt-themes/owl.theme.default.min.css?ngGlobalStyle ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************/
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}
/*!******************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/font-awesome/css/font-awesome.css?ngGlobalStyle ***!
  \******************************************************************************************************************************************************************************************************************************************************/
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('fontawesome-webfont.2b13baa7dd4f54c9.eot?v=4.7.0');
  src: url('fontawesome-webfont.2b13baa7dd4f54c9.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('fontawesome-webfont.e9955780856cf8aa.woff2?v=4.7.0') format('woff2'), url('fontawesome-webfont.cf011583fb81df9f.woff?v=4.7.0') format('woff'), url('fontawesome-webfont.8a7cb27d142e3e19.ttf?v=4.7.0') format('truetype'), url('fontawesome-webfont.da909aa098b0ee2d.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/*!******************************************************************************************************************************************************************************************************************************************!*\
  !*** 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-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;
  }
}

