/*!**********************************************************************************************************************************************************************************************************************!*\
  !*** 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/styles.css?ngGlobalStyle ***!
  \**********************************************************************************************************************************************************************************************************************/
body {
  *background-image: url('Background-Image.jpg') !important;
  background-size: auto;
}
.navbar-semi-dark .navbar-header {
  background-color: #ffffff !important;
}

.main-menu.menu-dark,
.vertical-overlay-menu.menu-hide .menu-dark.main-menu {
  background: #d8dcdf !important;
}

.main-menu.menu-dark[_ngcontent-gha-c8] .navigation[_ngcontent-gha-c8] {
  background: #d8dcdf !important;
}
@media only screen and (min-width: 768px) {
  body {
    background-size: auto;
  }
}
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;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='512' height='512'%3E%3Cpath fill='rgb(255,255,255)' 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");
}
/* 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;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='512' height='512'%3E%3Cpath fill='rgb(255,255,255)' 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");
}
/* 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;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='512' height='512'%3E%3Cpath fill='rgb(255,255,255)' 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");
}
/* 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;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512' width='576' height='512'%3E%3Cpath fill='rgb(255,255,255)' 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");
}
.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;
}

.treeclass tree-viewport {
  height: auto !important;
}

ngb-accordion .btn-link {
  color: red !important;
}
mat-header-cell .mat-sort-header-button {
  text-transform: capitalize;
  font-weight: 900;
}
ngb-accordion .card-header {
  padding: 0px !important;
}
ngb-accordion .card-body {
  padding: 10px;
}
ngb-tabset .tab-content {
  margin-top: 10px;
}
app-roles .nav.nav-tabs.nav-underline {
  background-color: transparent;
  border-bottom: 1px solid transparent;
}

html body.fixed-navbar {
  padding-top: 40px !important;
}
.timezonesearch {
  button {
    background: transparent;
    mat-icon {
      display: none;
    }
  }
  button:after {
    content: "";
    background-image: url('close.svg');
    width: 24px;
    height: 24px;
    display: flex;
    background-size: cover;
  }
}
/* 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;
  }
  mat-paginator .mat-paginator-container {
    min-width: 2518px;
    background-color: #fff;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  .toast-container .ngx-toastr.div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
}

/**
* Button designs
*/

.cbtn {
  text-align: left;
  width: 270px;
  background-color: white;
  border: 1px solid #999999;
  border-radius: 5px;
  padding: 0px;
  color: #6d6d6d;
}

.customimg {
  height: 35px;
  width: 35px;
}

.cbtn .customimg {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.top {
  margin-top: 15px;
}

.btn.btn-margo-action {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  border-color: #009fae !important;
  background-color: #009fae !important;
  color: #ffffff;
  font-weight: 600;
  margin-right: 1rem !important;
}
.btn.btn-margo-action:hover {
  color: #ffffff;
}
.btn.btn-margo-cancel {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  border-color: #009fae !important;
  background-color: #ffffff !important;
  color: #0da5a7;
  font-weight: 600;
  margin-right: 1rem !important;
}

.input-group-margo {
  background-size: 40px;
  width: 40px;
}

.input-group-facebook {
  background-image: url(/assets/custom/images/logos/2.jpg);
}

.input-group-twitter {
  background-image: url(/assets/custom/images/logos/4.jpg);
}
.input-group-instagram {
  background-image: url(/assets/custom/images/logos/1.jpg);
}
.input-group-linkedin {
  background-image: url(/assets/custom/images/logos/7.jpg);
  background-size: 40px;
  width: 40px;
}
.input-group-youtube {
  background-image: url(/assets/custom/images/logos/5.jpg);
  background-size: 40px;
  width: 40px;
}
.input-group-google {
  background-image: url(/assets/custom/images/logos/6.jpg);
  background-size: 40px;
  width: 40px;
}
.input-group-Sina {
  background-image: url(/assets/custom/images/logos/8.jpg);
  background-size: 40px;
  width: 40px;
}
.input-group-wechat {
  background-image: url(/assets/custom/images/logos/9.jpg);
  background-size: 40px;
  width: 40px;
}
.input-group-whatsapp {
  background-image: url(/assets/custom/images/logos/3.jpg);
  background-size: 40px;
  width: 40px;
}
.input-group-pinterest {
  background-image: url(/assets/custom/images/logos/10.jpg);
  background-size: 40px;
  width: 40px;
}

.container {
  margin-left: 0 !important;
}

.swal2-content {
  position: relative;
}

.swal2-html-container {
  font-size: 12px;
  position: absolute;
  bottom: -8px;
  width: 100%;
  color: red;
}
/* .hidecrs .mat-datepicker-toggle-default-icon {
  z-index: 9999;
  background-color: #f7f7f7;
} */

body.vertical-layout.vertical-menu-modern.menu-expanded .footer {
  margin-left: 260px !important;
  width: calc(100% - 260px);
}

@media screen and (min-width: 991px) {
  body.vertical-layout.vertical-menu-modern.menu-expanded .content,
  body.vertical-layout.vertical-menu-modern.menu-expanded .footer {
    margin-left: 260px !important;
    width: calc(100% - 260px);
  }
}

@media screen and (max-width: 990px) {
  .container {
    max-width: 100% !important;
  }

  body.vertical-layout.vertical-menu-modern.menu-expanded .content,
  body.vertical-layout.vertical-menu-modern.menu-expanded .footer {
    margin-left: 0px !important;
  }
}

@media only screen and (min-width: 768px) {
  .margo-content-body {
    margin-left: 10%;
  }
  .margo-border-left {
    border-left: 2px solid #8080803d;
  }
}

html body.shop_live_mm {
  padding-top: 0 !important;
}

.shop_live_mm.modal-open .popUpShop .modal-content {
  resize: both;
  overflow: auto;
  width: 84.5%;
  min-height: 180px;
  min-width: 295px;
  height: 99.75vh;
}
.shop_live_mm.modal-open .popUpShop .modal-dialog {
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.shop_live_mm.modal-open .popUpShop .modal-dialog iframe {
  width: 100%;
  max-width: 100%;
  height: 100%;
}
.shop_live_mm.modal-open .popUpShop .scroller .modal-body {
  width: 100%;
  height: 100%;
  position: absolute;
}

/* SMS Template */
.sms-card-container:hover {
  box-shadow: 0px -1px 4px 1px rgba(0, 159, 172, 0.5);
  transform: scale(1.01);
}
.message-box {
  border: 1px solid #e5e5e5;
  border-radius: 25px;
  box-shadow: 0 -1px 7px rgba(0, 0, 0, 0.16);
  overflow: hidden;
  margin-bottom: 2rem;
  height: 520px;
  position: relative;
}
.message-box .card-header {
  background: #f6f6f6;
  border: 0 !important;
  color: #000;
  font-size: 12px;
  font-weight: 600;
  padding: 20px 10px 10px 10px !important;
  text-align: left;
}
.message-box .card-header svg {
  margin-right: 4px;
}
.message-box .card-header .mob-des {
  display: flex;
  justify-content: center;
  margin-bottom: 12px;
}
.message-box .card-header .mob-des span:nth-child(1) {
  width: 5px;
  height: 5px;
  background-color: #d6d6d6;
  display: block;
  border-radius: 100%;
  margin-right: 5px;
}
.message-box .card-header .mob-des span:nth-child(2) {
  width: 22px;
  height: 5px;
  background-color: #d6d6d6;
  display: block;
  border-radius: 10px;
}
.message-box .message-body {
  padding: 1rem 2.5rem 5rem 1rem;
  overflow-x: auto;
  height: 76%;
  text-align: left;
}
.message-box .message-body img {
  height: 111px;
  width: 100%;
  object-fit: contain;
  border: 0;
}
.message-box .message-body .message-text {
  background: #f2f2f2;
  padding: 1rem;
  border-radius: 0 10px 10px 10px;
  color: #000;
  margin-top: 0.7rem;
}
.message-box .reply-box {
  border: 1px solid #e5e5e5;
  border-radius: 20px;
  padding: 0.4rem 0.4rem 0.4rem 1rem;
  font-size: 12px;
  margin: 5rem 1rem 1.5rem 1rem;
  position: absolute;
  width: 90%;
  bottom: 0;
}
.message-box a {
  color: #000 !important;
  text-decoration: underline;
}
.quickview {
  color: rgb(23, 168, 181) !important;
  font-size: 13px;
  cursor: pointer;
}
.pop-message.sms-card-container {
  width: 60%;
}
.pop-message .message-box {
  max-height: 430px;
}
.pop-message.sms-card-container:hover {
  box-shadow: none;
  transform: none;
}
.pop-message .btn-margo-action {
  margin-top: 0 !important;
}
.pop-message .text-break {
  margin-bottom: 0 !important;
}
.pop-message .message-box .message-body {
  height: 70%;
}
/* SMS Template */
.modal-header {
  img {
    max-width: 50% !important;
    max-height: 70px !important;
  }
}
.payDiv .mat-form-field-flex {
  border: 1px solid #e2dbdb !important;
}

.verify-steps {
  padding: 23px;
  background: rgb(0 0 0 / 3%);
}

.verify-steps h2 {
  font-size: 21px;
  font-weight: 700;
  padding-bottom: 21px;
  margin: 0;
  color: #333 !important;
}
.verify-steps h3 {
  font-size: 18px;
  color: #333 !important;
  padding: 0 0 5px;
  margin: 0;
  font-weight: 800;
}
.verify-steps ul {
  margin: 0;
  padding: 12px 0px 30px;
  display: flex;
  gap: 20px;
}
.verify-steps ul:last-child {
  padding-bottom: 0px;
}
.verify-steps ul li {
  color: #595959;
  font-weight: 400;
  font-size: 16px;
  list-style: none;
  display: flex;
  flex-direction: column;
  flex-basis: 31.33%;
  /* min-width: 200px; */
  border: 1px solid #ddd;
  padding: 16px;
  line-height: 1.5;
  background: #fff;
  border-radius: 15px;
  position: relative;
}

/* .verify-steps ul li:not(:first-child)::after {
  content: "";
  position: absolute;
  right: 100%;
  height: 3px;
  width: 100%;
  top: 50%;
  transform: translate(0px, -50%);
} */

.verify-steps ul li > span {
  position: relative;
  font-weight: 800;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  margin-bottom: 16px;
}

.verify-steps span.step-1 {
  background: #006da7;
}
.verify-steps span.step-2 {
  background: #4caf50;
}
.verify-steps span.step-3 {
  background: #673ab7;
}
.verify-steps span.step-4 {
  background: #ff9800;
}
.verify-steps span.step-5 {
  background: #e91e63;
}

@media only screen and (max-width: 659px) {
  .verify-steps ul {
    flex-wrap: wrap;
  }
  .verify-steps ul li {
    flex: 1;
    min-width: 180px;
  }
}

.form-control {
  border-radius: 0px !important;
  border: 1px solid #9d9d9d !important;
  padding: 10px !important;
  font-size: 16px !important;
  color: #000 !important;
  background-color: #fff !important;
  border-radius: 4px !important;
  box-shadow: none !important;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: none !important;
  font-size: 0.875rem !important;
}

.form-control:focus {
  border-color: #8d477d !important;
  box-shadow: none !important;
}

.breadcrumb li a {
  background: var(--background) !important;
  padding: 5px 0px 5px 16px !important;
}
.breadcrumb li.breadcrumb-item.active {
  padding-left: 20px !important;
}
.breadcrumb li a::after {
  border-left: 10px solid var(--background) !important;
}

.breadcrumb li:nth-child(2) a {
  background: var(--background) !important;
}
.breadcrumb li:nth-child(2) a:after {
  border-left-color: var(--background) !important;
}
.breadcrumb li:nth-child(3) a {
  background: var(--background) !important;
}
.breadcrumb li:nth-child(3) a:after {
  border-left-color: var(--background) !important;
}
.breadcrumb li:nth-child(4) a {
  background: var(--background) !important;
}

.breadcrumb li a:hover {
  background: rgb(0, 126, 138) !important;
}
.breadcrumb li a:hover:after {
  /* background: rgb(0, 126, 138) !important; */
}

.mat-tab-label.mat-tab-label-active,
.mat-tab-label:hover {
  opacity: 1 !important;
}

.breadcrumb li a::before {
  margin-left: 0px !important;
  border-top: 50px solid transparent !important;
  border-bottom: 50px solid transparent !important;
  border-left: 12px solid white !important;
}

.tileAct {
  flex-direction: column;
  justify-content: center;
}




















/* Email Builder Style START */
.gjs-rte-actionbar {

  background-color: #007bff;
}
.gjs-rte-action{
  color: #fff !important;
}

.gjs-one-bg {
  /* background-color: #3f4c6f !important; */
  background-color: #fff !important;
}

.gjs-two-bg {
  background-color: #111827 !important;
}

.gjs-three-bg {
  background-color: #1f2933 !important;
}

.gjs-four-color {
  color: #f9a17b !important;
}

.gjs-five-color {
  color: #9ca3af !important;
}

.gjs-color-active {
  color: #38bdf8 !important;
}

.gjs-four-color-h:hover {
  color: #fdb596 !important;
  background-color: #333c5c !important;
  background-color: #fff !important;
}
.gjs-category-title,
.gjs-layer-title,
.gjs-block-category .gjs-title,
.gjs-sm-sector .gjs-sm-title,
.gjs-clm-tags .gjs-sm-title {
  background: #334155 !important;
  color: #fff !important;
}

.gjs-two-color {
  /* color: white !important; */
  /* color: #334155 !important; */
}
.gjs-pn-panel.gjs-pn-options .gjs-pn-buttons .gjs-pn-btn,
.gjs-pn-panel.gjs-pn-devices-c .gjs-pn-buttons .gjs-pn-btn,
.gjs-pn-panel.gjs-pn-views .gjs-pn-buttons .gjs-pn-btn,
.gjs-pn-panel.gjs-pn-options .gjs-pn-buttons .gjs-pn-btn {
  color: #334155 !important;
}
.gjs-pn-panel.gjs-pn-options .gjs-pn-buttons .gjs-pn-btn.gjs-pn-active,
.gjs-pn-panel.gjs-pn-devices-c .gjs-pn-buttons .gjs-pn-btn.gjs-pn-active,
.gjs-pn-panel.gjs-pn-views .gjs-pn-buttons .gjs-pn-btn.gjs-pn-active,
.gjs-pn-panel.gjs-pn-options .gjs-pn-buttons .gjs-pn-btn.gjs-pn-active {
  color: #fdb596 !important;
}
.gjs-pn-panel.gjs-pn-options .gjs-pn-buttons .gjs-pn-btn:hover,
.gjs-pn-panel.gjs-pn-devices-c .gjs-pn-buttons .gjs-pn-btn:hover,
.gjs-pn-panel.gjs-pn-views .gjs-pn-buttons .gjs-pn-btn:hover,
.gjs-pn-panel.gjs-pn-options .gjs-pn-buttons .gjs-pn-btn:hover {
  color: #fdb596 !important;
  /* background-color: rgba(0, 0, 0, 0.15); */
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.25) inset;
}

.gjs-pn-panels .gjs-pn-panel.gjs-pn-views-container .gjs-one-bg {
  background: #334155 !important;
}
.gjs-pn-panel.gjs-pn-views-container.gjs-one-bg.gjs-two-color {
  background: #334155 !important;
}

.gjs-pn-panel.gjs-pn-views-container.gjs-one-bg.gjs-two-color .gjs-blocks-c {
  gap: 12px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(80px, 1fr));
  padding: 12px;
}
.gjs-pn-panel.gjs-pn-views-container
  .gjs-block-category
  .gjs-blocks-c
  .gjs-block.gjs-one-bg.gjs-four-color-h {
  margin: 0 !important;
  width: 100% !important;
  color: #ffffff !important;
  background: rgb(255 255 255 / 6%) !important;
}

.gjs-pn-panel.gjs-pn-views-container
  .gjs-block-category
  .gjs-blocks-c
  .gjs-block.gjs-one-bg.gjs-four-color-h:hover {
  color: #fdb596 !important;
  border-color: #fdb596 !important;
}
/* .gjs-pn-panel.gjs-pn-views-container.gjs-one-bg.gjs-two-color
  .gjs-blocks-c
  > .gjs-block.gjs-one-bg.gjs-four-color-h {
  margin: 0 !important;
  width: 100% !important;
  color: #334155 !important;
} */
.gjs-pn-panel.gjs-pn-views-container.gjs-one-bg.gjs-two-color
  .gjs-blocks-c
  > .gjs-block.gjs-one-bg.gjs-four-color-h.gjs-full-width {
  grid-column: 1 / -1;
}

.gjs-pn-panels .gjs-pn-panel.gjs-pn-views-container .gjs-clm-tags {
  color: #fafafa !important;
  font-size: 12px !important;
  font-weight: 500 !important;
}

.gjs-editor {
  font-size: 13px !important;
  font-family: "Quicksand", Georgia, "Times New Roman", Times, serif !important;
  font-weight: 600 !important;
}

.gjs-traits-label,
.gjs-trt-header {
  color: #fff !important;
}

.gjs-pn-btn.gjs-pn-active {
  background-color: #f3f4f8 !important;
  border-radius: 5px !important;
}

.gjs-block-label {
  font-size: 0.8rem !important;
}
.gjs-block .gjs-block__media {
  margin-bottom: 5px !important;
}
.gjs-block .gjs-block__media svg {
  width: 34px !important;
}
.gjs-block {
  width: 45%;
  padding: 15px !important;
  min-height: inherit !important;
  align-items: center !important;
  background: #fff !important;
  /* background: #333c5c !important; */
}
.gjs-block:hover {
  border-color: #fdb596 !important;
}
.gjs-frame {
  width: 87% !important;
  padding: 10px !important;
  background: #fff !important;
}
.gjs-category-title,
.gjs-layer-title,
.gjs-block-category .gjs-title,
.gjs-sm-sector .gjs-sm-title,
.gjs-clm-tags .gjs-sm-title {
  font-weight: 500 !important;
}

.gjs-block-search {
  background: rgb(255 255 255 / 18%);
  border: 1px solid rgb(221 221 221 / 40%);
  color: #fff !important;
  border-radius: 4px;
}

.gjs-block-search::placeholder {
  color: #fff !important;
}
/* Email Builder Style END */

.custom-asset-manager {
  display: flex;
  height: 520px;
}

.am-left {
  width: 40%;
  padding: 10px;
  /* border-right: 1px solid #ccc; */
}

.upload-box {
  height: 100%;
  border: 2px dashed #999;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.am-right {
  width: 60%;
  padding: 10px;
  display: flex;
  flex-direction: column;
  input {
    padding: 5px;
    margin-top: 10px;
  }
}

.asset-list {
  flex: 1;
  overflow-y: auto;
  margin-top: 10px;
}

.asset-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
  background: #2e303c4f;
  padding: 4px;
  &:hover {
    background: #323d59;
    cursor: pointer;
  }
}

.asset-item-content {
  width: 100%;
}

.asset-item img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  margin-right: 8px;
  cursor: pointer;
}

.asset-item button {
  background: none;
  border: none;
  color: #bababa;
  font-weight: bold;
  cursor: pointer;
  &:hover {
    background: #ffffff21;
    border-radius: 4px;
  }
}

.asset-pagination {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #ddd;
  button {
    color: #bababa;
    background: #ffffff21;
    border: none;
    border-radius: 5px;
    border-color: white;
    font-weight: bold;
    &:hover {
      color: #f9a17b;
      background: white;
    }
    &:disabled {
      pointer-events: none;
      opacity: 0.5;
    }
  }
}

.grapesjs-container .gjs-mdl-container .gjs-mdl-header .gjs-mdl-title,
.grapesjs-container .gjs-mdl-container .gjs-mdl-header .gjs-mdl-btn-close {
  color: #242a31 !important;
}
.grapesjs-container .gjs-mdl-container {
  z-index: 999 !important;
}

.asset-list {
  display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(95px, 1fr));
  gap: 10px;
  flex: inherit !important;
  overflow-y: auto;
  overflow-x: hidden;
}
.asset-list .asset-item-content > span {
  font-size: 11px !important;
  color: #333;
  text-align: center;
  padding-top: 5px;
  line-height: 1.2;
  word-break: break-word;
}

.asset-list .asset-item-content {
  display: flex !important;
  /* justify-content: center !important; */
  align-items: center !important;
  flex-direction: column;
}
.asset-list .asset-item-content img {
  object-fit: contain !important;
  margin: 0;
}

.custom-asset-manager {
  height: auto !important;
  flex-direction: column !important;
}
.am-right,
.am-left {
  width: 100% !important;
}
.am-left .upload-box {
  height: 100%;
  border: 1px dashed #f9a17b;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  min-height: 63px;
  border-radius: 5px;
  background: rgb(249 161 123 / 11%);
}

.am-left .upload-box:hover {
  box-shadow: 0px 0px 8px 0px #f9a17b6e;
}

.am-left .upload-box p {
  margin: 0 !important;
  padding: 0 !important;
  color: #f9a17b !important;
  font-size: 16px;
}
.am-right {
  input {
    padding: 9px !important;
    margin-top: 0 !important;
    border: 1px solid #aeaeae;
    border-radius: 5px;
    background: #f9f9f9;
  }
}

.asset-list .asset-item {
  position: relative;
  overflow: visible;
  background: rgb(254 246 246 / 37%);
  border-radius: 7px;
  border: 1px solid #c9c9c9;
  cursor: pointer;
  padding: 10px;
  margin: 0 !important;
}

.asset-list .asset-item:hover {
  /* background: #fff !important; */
  box-shadow: 0px 0px 8px 0px #f9a17b6e;
  border-color: #f9a17b;
  background: rgb(254 246 246) !important;
}

.asset-pagination button:hover {
  color: #f9a17b !important;
}
.asset-pagination button {
  color: #334155 !important;
}

.asset-list .asset-item button {
  position: absolute !important;
  top: 0;
  right: 0;
  background: #fff;
  border-radius: 20px;
  font-size: 10px;
  box-shadow: 0px 2px 6px 0px #ccc;
  padding: 0;
  width: 16px;
  height: 16px;
  margin-top: -2px;
  z-index: 999;
  margin-right: -2px;
}

.gjs-btn-prim {
  background: #f9a17b !important;
  padding: 5px 10px !important;
  border-radius: 4px !important;
  color: #fff !important;
}
@media (min-width: 900px) {
  .gjs-pn-panel.gjs-pn-views-container.gjs-one-bg.gjs-two-color {
    background: #334155 !important;
    max-width: 220px !important;
    width: 100% !important;
  }
  .grapesjs-container .gjs-pn-views {
    width: 100% !important;
    max-width: 220px !important;
  }
  .grapesjs-container .gjs-pn-options {
    right: 220px !important;
  }
  .grapesjs-container .gjs-pn-commands,
  .grapesjs-container .gjs-cv-canvas {
    width: calc(100% - 220px) !important;
  }
}

.club-custom-tooltip .tooltip-inner {
  background-color: #212121;
  color: #fff;
  font-size: 14px;
  border-radius: 6px;
  padding: 8px 12px;
}

/* Arrow color */
.club-custom-tooltip.bs-tooltip-top .tooltip-arrow::before {
  border-top-color: #212121;
}

.club-custom-tooltip.bs-tooltip-bottom .tooltip-arrow::before {
  border-bottom-color: #212121;
}

.club-custom-tooltip.bs-tooltip-start .tooltip-arrow::before {
  border-left-color: #212121;
}

.club-custom-tooltip.bs-tooltip-end .tooltip-arrow::before {
  border-right-color: #212121;
}
.club-custom-tooltip.bs-tooltip-left .tooltip-arrow::before {
  border-right-color: #212121;
}
.club-custom-tooltip.bs-tooltip-right .tooltip-arrow::before {
  border-right-color: #212121;
}

.personalized-token {
  background: #fff3cd;
  padding: 2px 4px;
  border-radius: 3px;
  pointer-events: none;
}

.personalized-field-modal{
  padding:15px; 
  max-height:400px; 
  overflow:auto;
}

.personalized-field-input-search{
  width:100%; 
  padding:8px; 
  margin-bottom:10px; 
  border:1px solid #ddd; 
  border-radius:4px;
}

.merge-category-container{
  margin-bottom:10px;
}

.merge-category-item{
  font-weight:bold; 
  margin:8px 0;
  color: black;
}

.merge-item-container{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.merge-item{
  padding:6px 8px;
  cursor:pointer;
  border-radius:4px;
  margin-bottom:4px;
  background:#f5f5f5;
  color: black;
}


/* This only affects the editor canvas */
.gjs-cv-canvas td {
  min-width: 20px;
  min-height: 20px;
  cursor: text; /* Visual hint that it's editable */
}

.page-numbers button.active {
  color: #f9a17b !important;;
}

.no-assets {
  text-align: center;
  padding: 20px;
  color: #888;
  font-size: 14px;
}
/*!******************************************************************************************************************************************************************************************************************************************!*\
  !*** 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;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='512' height='512'%3E%3Cpath fill='rgb(255,255,255)' 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");
}
/* 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;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='512' height='512'%3E%3Cpath fill='rgb(255,255,255)' 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");
}
/* 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;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='512' height='512'%3E%3Cpath fill='rgb(255,255,255)' 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");
}
/* 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;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512' width='576' height='512'%3E%3Cpath fill='rgb(255,255,255)' 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");
}
.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;
  }
}

/*!****************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/perfect-scrollbar/css/perfect-scrollbar.css?ngGlobalStyle ***!
  \****************************************************************************************************************************************************************************************************************************************************************/
/*
 * Container style
 */
.ps {
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto;
}

/*
 * Scrollbar rail styles
 */
.ps__rail-x {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  height: 15px;
  /* there must be 'bottom' or 'top' for ps__rail-x */
  bottom: 0px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__rail-y {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  width: 15px;
  /* there must be 'right' or 'left' for ps__rail-y */
  right: 0;
  /* please don't change 'position' */
  position: absolute;
}

.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
  display: block;
  background-color: transparent;
}

.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y,
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
  opacity: 0.6;
}

.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
  background-color: #eee;
  opacity: 0.9;
}

/*
 * Scrollbar thumb styles
 */
.ps__thumb-x {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, height .2s ease-in-out;
  -webkit-transition: background-color .2s linear, height .2s ease-in-out;
  height: 6px;
  /* there must be 'bottom' for ps__thumb-x */
  bottom: 2px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__thumb-y {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, width .2s ease-in-out;
  -webkit-transition: background-color .2s linear, width .2s ease-in-out;
  width: 6px;
  /* there must be 'right' for ps__thumb-y */
  right: 2px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x {
  background-color: #999;
  height: 11px;
}

.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
  background-color: #999;
  width: 11px;
}

/* MS supports */
@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    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]!./src/assets/css/margosellercustom.css ***!
  \******************************************************************************************************************************************************************************************************************************/
.mat-input-element {
  box-sizing: border-box !important;
}
.artist-name {
  display: inline-block;
  margin-bottom: 0 !important;
}
.list-highlight,
.list-highlight:hover {
  background: rgba(81, 203, 238, 1);
  color: #fff;
}
.cdk-overlay-pane.mat-datepicker-popup {
  z-index: 9999 !important;
}
body .modal,
body .modal-backdrop {
  z-index: 9998 !important;
}
body .modal.popUpShop {
  z-index: 99999 !important;
  top: -5px !important;
  left: calc(100vw - 302px);
}
body .modal.popUpShareEventUrl {
  z-index: 9998 !important;
}
.series-post > img {
  width: 16px;
}
.srcInpt input.form-control {
  width: 100%;
  padding: 7px 15px;
  border-radius: 5px !important;
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  border: 1px solid transparent !important;
  cursor: auto;
  height: 45px;
  background-color: #f0f0f0;
  box-shadow: inset 0 0 13px -5px rgba(0, 0, 0, 0.3);
  border: 1px solid #f1f1f1 !important;
}
.scroller {
  --scrollbarBG: #ccc;
  --thumbBG: var(--background);
}
.filtMain:-webkit-scrollbar {
  width: 11px;
}
.filtMain {
  list-style-type: none;
  margin: 0;
  padding: 0;
  scrollbar-width: thin;
  scrollbar-color: var(--thumbBG) var(--scrollbarBG);
  max-height: 438px;
  overflow: auto;
}
.filtMain li {
  padding: 0;
  margin-top: 2px;
}
.filtMain li a {
  padding: 7px 0;
  width: 100%;
  border-top: 1px solid #f1f1f1;
  background-color: #fff;
  transition: all 0.3s ease;
  display: inline-block;
  color: #000 !important;
}
.filtMain li:first-child a {
  border: none;
}
.filtMain li a:hover,
.filtMain li.active a {
  background-color: #f4f4f4;
  color: #333;
  padding: 7px 15px;
}
.dashTblMbl:-webkit-scrollbar-track,
.filtMain:-webkit-scrollbar-track {
  background: var(--scrollbarBG);
}
.dashTblMbl:-webkit-scrollbar-thumb,
.filtMain:-webkit-scrollbar-thumb {
  background-color: var(--thumbBG);
  border-radius: 6px;
  border: 3px solid var(--scrollbarBG);
}
.filtMain::-webkit-scrollbar,
.filtMain::-webkit-scrollbar-thumb {
  width: 26px;
  border-radius: 13px;
  background-clip: padding-box;
  border: 10px solid transparent;
  background-color: #eee;
}
.filtMain::-webkit-scrollbar-thumb {
  background-color: purple;
}
.filtMain::-webkit-scrollbar,
.filtMain::-webkit-scrollbar-thumb {
  width: 26px;
  border-radius: 13px;
  background-clip: padding-box;
  border: 10px solid transparent;
  background-color: #eee;
}
.filtMain::-webkit-scrollbar-thumb {
  background-color: purple;
}
.filtMain::-webkit-scrollbar,
.filtMain::-webkit-scrollbar-thumb {
  width: 26px;
  border-radius: 13px;
  background-clip: padding-box;
  border: 10px solid transparent;
  background-color: #eee;
}
.filtMain::-webkit-scrollbar-thumb {
  background-color: purple;
}
.dashTblMbl::-webkit-scrollbar {
  width: 11px;
}
.dashTblMbl {
  scrollbar-width: thin;
  scrollbar-color: var(--thumbBG) var(--scrollbarBG);
  width: 100%;
  overflow-x: auto;
}
.brdHeadBtm {
  font-weight: 700;
  border-bottom: 1px solid #f1f1f1;
}
h5,
h6 {
  color: #666;
}
.artist-name {
  display: block;
  padding: 0 0 7px 0;
}
.angular-editor {
  line-height: normal;
}
.chat-messag .angular-editor-placeholder:focus .chat-message {
  border: 1px solid #333 !important;
}
.noticeBRowMain:first-child .nbText .smileyPop {
  top: 28px;
}
.noticeBRowMain:first-child .nbText .smileyPop .smileyInnPop:before {
  content: "";
  position: absolute;
  bottom: auto;
  right: 9px;
  margin-left: -2px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #333;
  top: -5px;
  border-top: 0;
}
@media only screen and (min-width: 767px) {
  .mrg-border-left {
    box-shadow: 10px 0 6px -6px rgba(212, 212, 212, 0.51) inset;
    -webkit-box-shadow: 10px 0 6px -6px rgba(212, 212, 212, 0.51) inset;
    -moz-box-shadow: 10px 0 6px -6px rgba(212, 212, 212, 0.51) inset;
    padding-left: 20px !important;
  }
  .btn.btn-round.btn-margo-action.ml-1 {
    margin-left: 20px !important;
  }
}
@media only screen and (max-width: 991px) {
  .container {
    margin-left: auto !important;
  }
}
.cbtn {
  text-align: left;
  width: 100%;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  height: 54px;
  transition: all 0.2s ease;
  overflow: hidden;
  padding: 0 0 0 65px;
  position: relative;
  font-size: 21px;
  color: #222;
}
.cbtn:hover {
  border: 1px solid #fff;
  box-shadow: 0 0 15px -2px rgba(168, 168, 168, 1);
}
.customimg {
  margin-left: -9px;
  height: 40px;
  width: auto;
  padding-right: 11px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  margin-top: -2px;
}
fieldset {
  padding: 0 15px 20px;
  border: 1px solid #dfdede;
  background-color: #fbfbfb;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
fieldset h2,
fieldset h3,
fieldset h4,
fieldset h5,
fieldset legend {
  margin: 0;
}
legend {
  width: auto;
}
.theme-fa-icon .cbtn .fa {
  color: #fff;
  padding: 14px 0;
  font-size: 24px;
  position: absolute;
  top: 0;
  left: 0;
  min-width: 50px;
  text-align: center;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
  height: 54px;
  bottom: 0;
}
.green-lt-icon {
  background-color: #8dce17;
}
.blue-lt-icon,
.card-footer.blue-lt-icon {
  background-color: #006da7;
}
.orange-dr-icon {
  background-color: #f2bb22;
}
.red-dr-icon {
  background-color: #de003b;
}
.blue-sky-icon {
  background-color: #1192f2;
}
.green-dr-icon {
  background-color: #7a8c38;
}
.red-lt-icon {
  background-color: #ea6a6a;
}
.purple-dr-icon {
  background-color: #8c4684;
}
.orange-lt-icon {
  background-color: #d1a93c;
}
.yellow-lt-icon {
  background-color: #f7a00e;
}
.blue-fb-icon {
  background-color: #4367b1;
}
.blue-linkIn-icon {
  background-color: #0070ac;
}
.red-yt-icon {
  background-color: #f70000;
  padding: 3px;
  border-radius: 3px;
  color: #fff;
}
.yellow-sc-icon {
  background-color: #f7f400;
  padding: 3px;
  border-radius: 3px;
  color: #fff;
}
.txt-color-whatsaap {
  color: #4bc658;
}
.txt-color-wechat {
  color: #00c323;
}
.red-sw-icon {
  color: #df152c;
}
.red-ggl-icon {
  color: #d02122;
}
.selctTime fieldset {
  background-color: transparent;
}
.txt-color-google {
  background: #fabc05;
  background: linear-gradient(
    to right,
    #fabc05 0,
    #34a853 33%,
    #ea4235 65%,
    #4286f5 100%
  );
  padding: 3px;
  border-radius: 3px;
  color: #fff !important;
}
.txt-color-fb {
  color: #385494;
}
.txt-color-twt {
  color: #1bb1e4;
}
.txt-color-inst {
  color: #831cb7;
}
.txt-color-linkIn {
  color: #0070ac;
}
.txt-color-youtube {
  color: #de003b;
}
.txt-color-google {
  color: #1bb1e4;
}
.txt-color-sinawiebo {
  color: #de003b;
}
.txt-color-wechat {
  color: #63af63;
}
.txt-color-whatsaap {
  color: #47f047;
}
.green-lt-txt {
  color: #8dce17;
}
.blue-lt-txt {
  color: var(--reverseButtonColor) !important;
}
.orange-dr-txt {
  color: #f2bb22;
}
.red-dr-txt {
  color: #de003b;
}
.blue-sky-txt {
  color: #1192f2;
}
.green-dr-txt {
  color: #7a8c38;
}
.red-lt-txt {
  color: #ea6a6a;
}
.purple-dr-txt {
  color: #8c4684;
}
.orange-lt-txt {
  color: #d1a93c;
}
.black-dr-txt {
  color: #444;
}
.txt-color-insta {
  background: #f09433;
  background: linear-gradient(
    45deg,
    #f09433 0,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
  padding: 4px 5px;
  color: #fff;
  font-size: 20px !important;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.txt-color-snapchat {
  color: #fff;
  background-color: #fffc00;
  padding: 2px 3px;
  font-size: 26px !important;
  border-radius: 3px;
  text-shadow: 1px 1px 1px #000;
}
.dialFoot,
.dialHead {
  text-align: center;
  display: inline-block !important;
}
.dialHead {
  border-bottom: 1px solid #ddd !important;
}
.dialFoot {
  border-top: 1px solid #ddd !important;
}
.dialHead img {
  display: inline-block;
  max-height: 100px;
}
.crfmProImg img {
  max-height: 90px;
}
.modal-header .close {
  padding: 5px 10px !important;
  margin: -15px -15px 0 !important;
  color: #8c4684;
  border-radius: 3px;
  font-size: 40px;
  transition: all 0.3s ease;
  outline: 0 !important;
}
.modal-header .close:hover {
  color: #6b3980 !important;
  outline: 0 !important;
}
.dailBaseColor {
  color: #333 !important;
}
.btn.btn-margo-action,
.btn.btn-margo-cancel {
  border-radius: 30px;
  border: 1px solid #009fae;
  background-color: #009fae;
  padding: 6px 20px;
  color: #fff !important;
  min-width: 100px;
  transition: all 0.3s ease;
  text-transform: capitalize;
  box-shadow: 1px 2px 10px -4px rgba(125, 125, 125, 1);
  margin-left: 7px !important;
  margin-right: 7px !important;
  line-height: normal;
}
.btn.btn-margo-cancel {
  background-color: transparent !important;
  color: #009fae !important;
}
.btn.btn-margo-action:hover,
.btn.btn-margo-cancel:hover {
  background-color: #00616a !important;
  color: #fff !important;
}
.btn.btn-margo-cancel:focus,
.btn.btn-margo-cancel:hover {
  border-color: #00616a;
  color: #fff !important;
}
.productImgHt img {
  max-height: 120px;
  padding: 5px;
}
.themeImgHt img {
  max-height: 400px;
}
.dashTblMbl .themeImgHt img {
  max-width: 100%;
}
.card-header .imgThemeCentr span img {
  width: 100%;
}
body {
  background-size: 100%;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
html body.bg-full-screen-image {
  background-color: #f3f4f8 !important;
  background-position: right bottom !important;
  background-size: 100% !important;
  background-attachment: fixed !important;
}
.helpLandingPg {
  font-weight: 600;
  text-align: center;
  color: #666;
  position: relative;
}
.helpLandingPg::before {
  content: "";
  position: absolute;
  bottom: -25px;
  height: 3px;
  width: 200px;
  background-color: #87ceeb;
  left: 50%;
  margin-left: -100px;
}
.themeImgHt {
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  body {
    background-size: 650px;
  }
  .btn-margo-action.ml-1 {
    margin-left: 0 !important;
  }
}
.card-title {
  font-size: 2.12rem;
  margin-bottom: 5px;
  white-space: nowrap;
}
.card-text {
  margin: 0;
}
.table-borderless thead th {
  border-top: none;
  border-bottom: none;
}
.table td,
.table th {
  padding: 0.25rem;
  white-space: nowrap;
}
.table-striped td,
.table-striped th {
  padding: 7px 5px !important;
  word-break: break-all;
}
.ttlColorBlue {
  color: #006da7;
  text-transform: capitalize;
}
.clearfix {
  display: block;
  clear: both;
}
.mrgRgihtHlf {
  margin-right: 5px;
}
.text-indent-none {
  text-indent: -999px;
}
.socialIconSize {
  font-size: 28px;
}
.content-wrapper a {
  color: var(--reverseButtonColor) !important;
}
.mat-tab-label .mat-tab-label-content {
  color: var(--tabColor);
}

.mat-tab-list .mat-tab-label {
  background-color: rgb(0 0 0 / 4%);
  opacity: 1 !important;
}
.content-wrapper .accrdPad a {
  color: var(--reverseButtonColor) !important;
}
.content-wrapper .accrdPad a:hover {
  color: var(--reverseButtonColor) !important;
}
.content-wrapper .dayMonthM a {
  color: var(--tabColor) !important;
}
.content-wrapper .dayMonthM a:hover {
  color: #fff !important;
}

.content-wrapper a:hover {
  color: var(--reverseButtonColor) !important;
}
.proImgMain {
  position: relative;
  max-width: 150px;
  width: 100%;
  margin: auto;
}
.proImgMain .fa {
  position: absolute;
  right: 13px;
  color: #333 !important;
}
.proImgMain img {
  display: inline-block;
  width: auto;
  max-width: 130px;
  height: auto;
  max-height: 120px;
}
.clearboth {
  display: block;
  clear: both;
}
.camstyle {
  position: absolute;
  top: 0;
  right: -10px !important;
}
.camstyle:hover {
  cursor: pointer;
  color: #006da7 !important;
}
.card-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.06) !important;
}
.addChangeHost {
  float: left;
}
.addChangeHost {
  float: left;
}
.addChangeHost ul {
  list-style-type: none;
  padding: 0 0 0 10px;
}
.addChangeHost ul li {
  float: left;
}
.addChangeHost ul li a {
  display: inline-block;
  padding: 0 5px;
  font-size: 12px;
  border-right: 1px solid;
  line-height: 10px;
}
.addChangeHost ul li:last-child a {
  border: none;
}
.hostSubTtl {
  font-size: 11px;
  text-transform: capitalize;
}
.form-control {
  padding-left: 15px !important;
}
.formSpace .form-control {
  padding-left: 12px;
}
form input.form-control,
form select.form-control {
  padding: 7px 22px 7px 10px !important;
}
.mapState {
  border: 1px solid #ccc;
  border-radius: 3px;
  max-width: 480px;
}
.mapState img {
  width: 100%;
}
.addchangein {
  display: inline-block;
  width: 100%;
}
.coHostTtl {
  font-size: 15px;
}
.form-control:focus,
.srcInpt input:focus {
  border-color: #66afe9 !important;
  outline: 0 !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6) !important;
}
.menu-title {
  padding-left: 7px;
}
.border-gp-top {
  border-top: 1px solid #eee !important;
}
.contEdt {
  font-size: 11px;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, "Helvetica Neue", Arial, sans-serif !important;
  color: #464646 !important;
}
.font-weight-bold {
  font-weight: 600 !important;
}
.btn.yellow-lt-btn {
  font-weight: 600;
  background-color: #f2bb22 !important;
  border-color: #707070 !important;
  color: #2f2f2f !important;
  font-size: 18px;
  margin-top: 8px !important;
  text-transform: capitalize;
}
.btn.yellow-lt-btn:focus,
.btn.yellow-lt-btn:hover {
  background-color: #d5a216 !important;
  border-color: #777 !important;
  color: #333 !important;
}
.tabCustom .nav .nav-item .nav-link {
  border: 1px solid #ccc;
  background-color: #eee;
  border-radius: 3px 3px 0 0;
  padding: 5px 20px;
}
.tabCustom .nav-pills .nav-link.active,
.tabCustom .nav-pills .nav-link:hover,
.tabCustom .nav-pills .show > .nav-link {
  background-color: #fff;
  color: #006b75 !important;
  border-bottom: 1px solid transparent !important;
  position: relative;
  z-index: 997;
}
.tabCustom .tab-content {
  margin-top: -1px;
  border: 1px solid #ccc;
}
.tabCustom li {
  margin-right: 3px;
  text-align: center;
}
.custmCheck {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 13px;
  -webkit-user-select: none;
  user-select: none;
  color: #006da7;
}
.custmCheck input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: #fff;
  border: 1px solid #555;
}
.custmCheck:hover input ~ .checkmark {
  background-color: #ccc;
}
.custmCheck input:checked ~ .checkmark {
  background-color: #006da7;
  border: 1px solid #006da7;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.custmCheck input:checked ~ .checkmark:after {
  display: block;
}
.custmCheck .checkmark:after {
  left: 6px;
  top: 3px;
  width: 4px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.custRadio {
  display: block;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  user-select: none;
}
.custRadio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  top: 14px;
  right: 29px;
}
.radiomark {
  position: absolute;
  top: 10px;
  height: 20px;
  width: 20px;
  background-color: #eee;
  border-radius: 3px;
  border: 1px solid #ccc;
  right: 26px;
}
.custRadio:hover input ~ .radiomark {
  background-color: #006da7;
  border: 1px solid #006da7;
}
.custRadio input:checked ~ .radiomark {
  background-color: #006da7;
  border: 2px solid #006da7;
}
.radiomark:after {
  content: "";
  position: absolute;
  display: none;
}
.custRadio input:checked ~ .radiomark:after {
  display: block;
}
.custRadio .radiomark:after {
  top: 4px;
  left: 4px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
}
.custRadioLeft {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 15px;
  -webkit-user-select: none;
  user-select: none;
  height: 15px;
  padding-top: 0;
}
.custRadioLeft input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  left: 0;
}
.radiomarkLeft {
  position: absolute;
  top: 2px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #333;
}
.custRadioLeft:hover input ~ .radiomarkLeft {
  background-color: #ccc;
}
.custRadioLeft input:checked ~ .radiomarkLeft {
  background-color: #fff;
  border: 1px solid #00366a;
}
.radiomarkLeft:after {
  content: "";
  position: absolute;
  display: none;
}
.custRadioLeft input:checked ~ .radiomarkLeft:after {
  display: block;
}
.custRadioLeft .radiomarkLeft:after {
  top: 2px;
  left: 2px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--reverseButtonColor);
}
.toast-top-right {
  top: 73px !important;
}
.card-min-height {
  min-height: 143px;
}
.viewGuestBtn {
  background-color: #006da7;
  padding: 5px 7px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  color: #fff;
  margin-right: 10px;
}
.recntArt a {
  padding: 10px 10px;
  border-bottom: 1px solid #eee;
}
div .font-weight-bold {
  font-weight: 600 !important;
}
.required:after {
  content: " *";
  color: red;
}
.redNote {
  color: red;
}
.buttonToggle {
  display: inline-block;
  margin-top: 13px;
}
.btn-toggle-light {
  background-color: #fff !important;
  border-radius: 0 !important;
  padding: 11px 15px !important;
  min-width: 110px;
  transition: all 0.3s ease;
}
.btn-toggle-light.selected,
.btn-toggle-light:hover {
  background-color: #006da7 !important;
  color: #fff !important;
}
.fbPostCard .card-body {
  padding: 15px;
}
.fbPostImgHt img {
  width: auto !important;
  height: 92px !important;
}
.fbPostImgHt {
  width: 100%;
  max-height: 250px;
  overflow: hidden;
  text-align: center;
}
.txtBtn {
  background-color: transparent;
  border: none;
  padding: 0;
}
.imgMxW_250 img {
  max-width: 250px;
  border: 3px solid #ddd;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.uploadImgMain img {
  border: 3px solid #ddd;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.snipetIcon {
  display: inline-block;
  padding: 0 8px 0 0;
  cursor: pointer;
  color: #006da7;
}
a.backBtnCom {
  position: fixed;
  right: -43px;
  top: 165px;
  background-color: #009fae !important;
  color: #fff !important;
  padding: 5px 11px;
  border-radius: 5px 0 0 5px;
  font-size: 15px;
  transition: right 0.4s linear;
  z-index: 998;
  display: none;
}
a.backBtnCom:hover {
  background-color: #00616a !important;
  right: 0;
  color: #fff !important;
}
.backBtnCom .fa {
  padding: 5px 3px 5px 0;
  font-size: 14px;
}
.popProfileImg {
  float: left;
  font-size: 22px;
  padding-right: 10px;
}
.likeShareInn {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.likeShareInn li {
  float: left;
  padding-right: 15px;
}
.upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.upload-btn-wrapper input[type="file"] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  cursor: pointer;
  width: 138px;
  overflow: hidden;
}
.upload-btn-wrapper .fa {
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -8px;
  font-size: 15px;
  color: #fff;
}
.upload-btn-wrapper .custbtn {
  border-radius: 30px !important;
  border: 1px solid #0da5a7 !important;
  background-color: #006da7;
  padding: 6px 15px 6px 35px;
  color: #fff !important;
  min-width: 100px;
  transition: all 0.3s ease;
  margin-left: 7px !important;
  margin-right: 7px !important;
  background-color: var(--reverseButtonColor) !important;
  font-weight: 600;
}
.upload-btn-wrapper .custbtn :hover {
  background-color: var(--reverseButtonColor) !important;
  color: #fff !important;
}
.btn.btn-primary {
  border-color: var(--reverseButtonColor) !important;
  background-color: var(--reverseButtonColor) !important;
  color: #fff;
  cursor: pointer;
}
.btn.btn-primary:hover {
  background-color: var(--reverseButtonColor) !important;
  color: #fff !important;
  border: 1px solid transparent !important;
}
.cal-month-view .cal-day-badge {
  background-color: #a2d321 !important;
  color: #fff;
}
.cal-month-view .cal-event {
  background-color: #1e90ff;
}
.cal-month-view .cal-open-day-events {
  color: #333 !important;
  background-color: #f0f0f0 !important;
  box-shadow: none !important;
}
.cal-week-view .cal-all-day-events .cal-ends-within-week .cal-event {
  border-radius: 0 !important;
  border: none !important;
  position: relative;
  background-color: transparent !important;
  padding-left: 18px;
  color: #333 !important;
}
.cal-week-view .cal-all-day-events .cal-ends-within-week .cal-event:before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  background-color: #ff0;
  border-radius: 50%;
  left: 5px;
  top: 50%;
  position: absolute;
  margin-top: -4px;
}
.cal-week-view .cal-all-day-events .cal-events-row {
  height: 20px !important;
}
.cal-week-view .cal-all-day-events .cal-events-row:last-child {
  margin-bottom: 10px;
}
.card-header {
  padding: 1.2rem 1.5rem !important;
}
.conctBtnState a {
  color: #6d6d6d !important;
}
.btntrans {
  background-color: transparent;
  border: none;
  color: var(--reverseButtonColor);
}
.leftBtnRound {
  border-radius: 3px 0 0 3px !important;
  -webkit-border-radius: 3px 0 0 3px !important;
  -moz-border-radius: 3px 0 0 3px !important;
}
.rightBtnRound {
  border-radius: 0 3px 3px 0 !important;
  -webkit-border-radius: 0 3px 3px 0 !important;
  -moz-border-radius: 0 3px 3px 0 !important;
}
.mr-tp-5 {
  margin-top: 5px;
}
.overflowState {
  overflow: inherit !important;
}
.uploadImgMain img {
  max-width: 100%;
  margin-bottom: 15px;
  max-height: 90px;
  width: auto;
}
.uploadImgMain video {
  max-height: 101px;
}
.uploadImgMain .fa {
  cursor: pointer;
  color: #333 !important;
  font-size: 18px !important;
  padding: 3px;
  margin: 2px;
  border-radius: 3px;
  background-color: #fff;
  position: absolute;
}
.msgSnipList li {
  margin-bottom: 7px;
}
.curPoint {
  cursor: pointer;
}
.bdrStCustom th {
  color: #333;
  font-weight: 600;
  padding: 13px 20px;
  white-space: nowrap;
}
.tblPrt {
  overflow: auto;
}
.bdrStCustom {
  border-spacing: 0 7px;
  border-radius: 7px 7px 0;
  overflow: hidden;
  margin-bottom: 20px !important;
}
.actBtn {
  width: 100%;
  text-align: center;
  min-width: 110px;
}
.csvBtn {
  background-color: transparent;
}
.paymntHistoryTbl {
  width: 100%;
  border: 1px solid #eee;
}
.paymntHistoryTbl td,
.paymntHistoryTbl th {
  max-width: 150px;
  vertical-align: top;
  padding: 7px 5px !important;
  word-break: break-word;
}
.pos-relotive {
  position: relative;
}
.mr-gp-5 {
  margin-right: 5px;
}
.phFieldPre {
  position: absolute;
  background-color: #ddd;
  padding: 13px 0;
  color: #333;
  border-radius: 3px 0 0 3px;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  font-size: 11px;
  width: 50px;
  text-align: center;
}
input.formstyle {
  border: 2px solid #ccc !important;
  padding: 0.75rem 1rem !important;
}
.custmtextArea {
  padding: 12px 15px;
  width: 100%;
  border: 1px solid #cacfe7;
  border-radius: 3px;
}
.cldrIcon {
  position: absolute;
  top: 27px;
  right: 15px;
  color: #777 !important;
}
.mat-icon-button {
  border-radius: 0 !important;
}
.bg-note {
  background-color: #94cc00 !important;
}
.chatBx {
  position: fixed;
  right: 10px;
  bottom: 0;
}
a.chatIcn {
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 1);
  padding: 0 10px;
  font-size: 30px;
  border: 1px solid #fff;
  transition: all 0.3s ease;
  position: absolute;
  right: 15px;
  bottom: 20px;
  width: 50px;
  height: 50px;
}
.chatIcn img {
  max-width: 100%;
}
.chatRocketInn {
  position: relative;
}
.closeBtnRocket {
  position: absolute;
  top: -26px;
  right: 0;
  font-weight: 600;
  font-size: 13px;
  cursor: pointer;
  border-radius: 3px 3px 0 0;
  padding: 3px 10px 10px;
  z-index: 9;
  background-color: #006da7;
  color: #fff;
  transition: all 0.3s ease;
}
.closeBtnRocket:hover {
  background-color: #006b75 !important;
  box-shadow: 1px 3px 13px -4px rgba(125, 125, 125, 1);
}
.chatRocketInn iframe {
  border: 1px solid #ccc;
  border-radius: 5px 5px 0 0;
  position: relative;
  z-index: 99;
  background-color: #fff;
}
a.chatIcn:hover {
  border: 1px solid red;
  box-shadow: 0 0 15px -2px rgba(168, 168, 168, 1);
}
.puple-border a.chatIcn:hover {
  border: 1px solid #8a5484;
}
.chatBx.puple-border {
  bottom: 60px;
}
select.form-control {
  display: inline-block;
  width: 100%;
  height: calc(1.25em + 1.5rem + 2px);
  padding: 0.75rem 2rem 0.75rem 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25;
  color: #4e5154;
  vertical-align: middle;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAZklEQVR4nO3QMQqAQAxE0X8JxfvfQ2vFzsbjKIJbitlNos18GEj3IKCUUsrRBBzBGy3wkgDPFrgDtkB0Bwbru6PwKjQKb0K9uAttxUPQWjwUteIp6Bueij7hn6ClHljvXbdSit86AUl3ltPxBzVwAAAAAElFTkSuQmCC")
    no-repeat right 1rem center/10px 10px !important;
  background-color: rgba(0, 0, 0, 0);
  background-size: 12px !important;
  background-color: #fff;
  border: 1px solid #babfc7;
  border-radius: 0.25rem;
  appearance: none;
}

select.form-control {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  background-color: #f7f7f7 !important;
  border-radius: 0.25rem 0.25rem 0 0 !important;
}
.chatBx .tooltip.show {
  z-index: 9999 !important;
}
.form-control {
  height: calc(1.5em + 1.375rem + 2px) !important;
  padding: 0.6875rem 0.75rem !important;
  border: 1px solid #f1f1f1 !important;
  border-bottom: 1px solid #006da7 !important;
  background-color: #f9f9f9 !important;
  border-radius: 0.25rem 0.25rem 0 0 !important;
}
label {
  color: #777 !important;
}
.additProImg img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border: 2px solid #009fae;
}
label {
  font-weight: 600 !important;
}
hr {
  border-top: 1px solid #f1f1f1 !important;
}
.imgProMain {
  width: 100px;
  margin: 0 auto;
}
.dialImg img {
  max-width: 170px;
  width: auto;
}
.popDialImg img {
  max-width: 220px;
  width: 100%;
}
.imgSlidPro {
  width: 100px;
  height: 100px;
  display: table-cell;
  border-radius: 50%;
  border: 3px solid #ccc;
  overflow: hidden;
  background-color: #fff;
  vertical-align: middle;
}
.imgSlidPro img {
  width: 100%;
  max-height: 100%;
  max-width: 150%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.bdrStCustom tr {
  border: 1px solid #ddd;
}
.bdrStCustom td {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 12px 20px;
}
.curPoint {
  cursor: pointer;
}
.bdrStCustom tr:first-child {
  border-radius: 3px 3px 0 0;
  overflow: hidden;
}
.td-hover:hover td {
  background-color: #f1f1f1;
  color: #333;
}
.tblPrt {
  overflow: auto;
}
.bdrStCustom {
  border-spacing: 0 7px;
  border-radius: 7px 7px 0;
  overflow: hidden;
  margin-bottom: 20px !important;
}
.actBtn {
  width: 100%;
  text-align: center;
  min-width: 110px;
}
.csvBtn {
  background-color: transparent;
}
.tblPrt {
  overflow: auto;
}
.table th {
  padding: 0 0.9rem !important;
}
.bdrStCustom th .fa {
  font-size: 12px;
  padding-left: 5px;
}
.bdrStCustom th:first-child {
  border-radius: 5px 0 0 0;
}
.bdrStCustom th:last-child {
  border-radius: 0 5px 0 0;
}
.bdrStCustom {
  border-collapse: collapse;
  border-spacing: 0;
}
textarea.form-control {
  min-height: 140px;
}
.btn.ml-0 {
  margin-left: 0 !important;
  margin-bottom: 10px;
}
.ulCustom ul {
  padding: 0 0 0 15px;
}
.input-group-prepend {
  border-bottom: 1px solid #006da7;
}
.card-header.searchHeader {
  padding: 1.5rem 1.5rem !important;
}
.selctTime .ngb-tp-chevron::before {
  border-width: 0.2em 0.2em 0 0;
  height: 0.6em;
  width: 0.6em;
  color: #006da7;
}
.btn-outline-primary {
  border-color: #006da7 !important;
  background-color: transparent !important;
  color: #006da7 !important;
}
.btn-outline-primary:hover {
  background-color: #006da7 !important;
  color: #fff !important;
}
.daySltRslt {
  font-size: 16px;
  color: #777;
  display: inline-block;
  width: 100%;
  border-radius: 3px;
}
.mat-form-field-appearance-legacy .mat-form-field-infix {
  padding: 0 !important;
  border: none;
}
.fa-facebook-messenger,
.fa-facebook-messenger-white {
  text-indent: -999px;
  width: 25px;
  height: 25px;
  background-size: 100%;
  background-repeat: no-repeat;
}
.fa-facebook-messenger {
  background-image: url(/assets/custom/images/logos/facebook-messenger.png);
}
.fa-facebook-messenger-white {
  background-image: url(/assets/custom/images/logos/facebook-messenger-white.png);
}
a.backButtonRight {
  position: fixed;
  right: -52px;
  top: 165px;
  border-radius: 5px 0 0 5px !important;
  padding-right: 10px !important;
  min-width: auto !important;
  padding-left: 32px !important;
  transition: all 0.4s ease !important;
  z-index: 99;
}
.backButtonRight::after {
  content: "\f177";
  color: #fff;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 14px;
  text-rendering: auto;
  position: absolute;
  left: 9px;
  top: 9px;
}
a.backButtonRight:hover {
  background-color: #006da7 !important;
  right: 0;
  color: #fff !important;
  margin-right: 0 !important;
}
form .form-control.phField {
  padding-left: 55px !important;
}
form .form-control {
  padding: 7px 22px 7px 10px !important;
}
.limitLetter {
  white-space: nowrap;
  width: 160px;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 auto;
  cursor: default;
  padding: 5px;
  margin-top: -8px;
}
.limitLetter:hover {
  background-color: #f1f1f1;
  white-space: normal;
  color: #333;
  padding: 5px;
  border-radius: 3px;
  width: 100%;
}
contact-exists-error {
  color: #ff4961 !important;
  font-size: 12px;
  display: inline-block;
  cursor: inherit;
}
a.contact-exists {
  color: #ff4961 !important;
  font-size: 12px;
  display: inline-block;
  cursor: inherit;
}
a.contact-exists:hover {
  color: #ff4961 !important;
}
.exists-main {
  margin-top: -17px;
  margin-bottom: 5px;
}
.socialProImg {
  width: 100%;
  max-width: 70px;
}
.socialProImg {
  border-color: #009fae !important;
}
.form-control-text-area {
  border: 1px solid #f1f1f1 !important;
  border-bottom: 1px solid #006da7 !important;
  background-color: #f9f9f9 !important;
  border-radius: 0.25rem 0.25rem 0 0 !important;
  width: 100%;
  padding: 0.6875rem 0.75rem !important;
}
.form-control-text-area:focus {
  border-color: #66afe9 !important;
  outline: 0 !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6) !important;
}
.noRecordWarn {
  background-color: #f7f7f7;
  z-index: 9;
  position: relative;
  border-radius: 3px;
}
.mrg-border-left .border-gp-top {
  border: none !important;
  margin: 0 !important;
}
.artist-name.cancel-bg {
  background-color: #e0e0e0;
  padding: 7px 15px;
  border-top: 1px solid #e0e0e0;
}
.artist-name.cancel-bg:hover {
  background-color: #efefef;
}
.eveHostCn td {
  background-color: #e0e0e0;
}
.denautOrange {
  position: relative;
  display: flex;
  align-items: center;
}
.denautOrange::before {
  content: "";
  margin-right: 5px;
  width: 15px;
  height: 15px;
  border-radius: 3px;
  border: 1px solid #ccc;
}
.denaut-orange-bg:before {
  background-color: #e0e0e0;
}
.denaut-white-bg:before {
  background-color: #fff;
}
.filtMain li a.tabular-contact:hover,
.filtMain li.active a.tabular-contact {
  background-color: #f4f4f4;
  padding: 7px 0;
}
.filtMain li a.tabular-contact {
  background-color: #f9f9f9;
  font-size: 13px;
}
.noteMsg ul {
  list-style-type: none;
  margin: 0;
}
.noteMsg ul li {
  float: left;
}
.noteMsg ul li:last-child {
  margin-left: 35px;
}
.contFrmRow label {
  float: left;
}
.contFrmRow .drctOpt {
  float: right;
}
.drctOpt a {
  font-size: 12px;
  display: inline-block;
  background-color: #009fae;
  color: #fff !important;
  padding: 3px 10px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  transition: all 0.3s ease;
}
.drctOpt a:hover {
  background-color: #01737d;
  color: #fff !important;
}
.dirSellImg img {
  width: 100%;
}
.grey-bg {
  background-color: #f7f7f7;
  border-radius: 3px;
}
.btn.displayblock {
  display: inline-block !important;
}
.btn.active,
.btn.focus,
.btn:active,
.btn:focus {
  background-color: #006b75 !important;
}
.button-controls .btn.active,
.button-controls .btn.focus,
.button-controls .btn:active,
.button-controls .btn:focus {
  background-color: transparent !important;
}
.calendarTxtSm .btn-outline-secondary,
.calendarTxtSm .btn.btn-primary {
  font-size: 12px;
  padding: 7px 8px;
}
.card-body .dashTblMbl table {
  border: 1px solid #eee;
}
.personalPostBtn .btn {
  margin: 0;
  padding: 10px 15px;
  border-bottom: 2px solid transparent;
  background-color: #fff;
}
.personalPostBtn .btn-toggle-light1:focus,
.personalPostBtn .btn-toggle-light1:hover,
.personalPostBtn .selected {
  border-bottom: 2px solid #006da7;
  border-radius: 0;
  color: #fff;
  background-color: #006da7 !important;
}
.personalPostBtn {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  overflow: hidden;
}
.upload-btn-wrapper.seriesUpload .fa {
  left: 15px;
}
.upload-btn-wrapper.seriesUpload .custbtn {
  margin-left: 0 !important;
}
.border-bottom-eee {
  border-bottom: 1px solid #eee;
}
.border-top-eee {
  border-top: 1px solid #eee;
}
.secLogo {
  width: 145px;
  background-color: #fff;
  text-align: center;
  margin-left: 6px;
  margin-top: 18px;
  float: left;
  padding-left: 0;
  border-left: 2px solid #ccc;
  padding: 5px;
  border-radius: 5px;
}
.secLogo img {
  /* max-height: 37px; */
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.mainLogo {
  width: 100%;
  display: inline-block;
  position: relative;
}
.powerByTag {
  margin: 28px 15px 15px;
  color: #333;
  font-size: 13px;
  float: left;
}
body.vertical-layout.vertical-menu-modern.menu-expanded
  .navbar
  .navbar-container {
  margin-left: 430px !important;
}
body.vertical-layout.vertical-menu-modern.menu-expanded .navbar .navbar-header {
  width: 430px !important;
}
.popThumbMain {
  border: 1px solid #d7e8ea;
  border-radius: 3px;
  padding: 10px;
  text-align: center;
  background-color: #f7f7f7;
  cursor: pointer;
}
.popThumbImg img {
  border: 4px solid #fff;
  border-radius: 3px;
}
.popThumbFoot {
  margin: 10px -10px 0;
  background-color: var(--reverseButtonColor);
  padding: 5px;
  color: #fff;
  font-size: 13px;
}
.cardInn .card {
  margin: 10px;
}
.fixed-top {
  z-index: 999 !important;
}
.cal-month-view .cal-day-cell,
.cal-month-view .cal-day-cell.cal-in-month.cal-has-events {
  min-height: 70px !important;
}
.cal-month-view .cal-cell-top {
  min-height: 50px !important;
}
.cal-month-view .cal-day-cell.cal-today .cal-day-number {
  font-size: 1.2em !important;
}
.cal-month-view .cal-day-number {
  margin-top: 5px !important;
  margin-right: 10px !important;
}
.calanderUl {
  margin: 5px 0;
  padding: 0;
}
.calanderUl li {
  margin: 0 3px;
}
.header-navbar .navbar-header .navbar-brand {
  padding: 10px 0 !important;
}
.viewGuestBtn2 {
  font-size: 17px;
  margin-right: 5px;
}
.btn.btnTrans:focus {
  background-color: transparent !important;
}
.pymntInnerTbl table {
  border: 1px solid #eee;
}
.pymntInnerTbl table td,
.pymntInnerTbl table th {
  padding: 5px 10px;
  white-space: nowrap;
  max-width: -moz-fit-content !important;
  max-width: fit-content !important;
}
.table-striped > tr:nth-child(even) > td {
  background-color: #f2f2f2;
}
.main-menu.menu-fixed,
.vertical-overlay-menu.menu-hide .menu-fixed.main-menu {
  z-index: 998;
}
.copiedMsg {
  font-weight: 400 !important;
  font-size: 12px;
  border-radius: 3px;
  position: absolute;
  right: 10px;
  bottom: 100%;
  width: 130px;
}
#main-menu-navigation li a:after,
.cbtn:after {
  position: absolute;
  right: 13px;
  top: 50%;
  margin-top: -3.5px;
  border: solid #777;
  border-width: 0 1px 1px 0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  color: #f7f7f7;
  height: 0;
  width: 0;
  text-indent: -9999px;
}
.main-menu.menu-dark .navigation li a span {
  margin-top: 12px;
  position: absolute;
}
.main-menu.menu-dark .navigation li a {
  background-color: #f3f3f4 !important;
}
.main-menu.menu-dark .navigation > li.active > a,
.main-menu.menu-dark .navigation > li > a:hover {
  background-color: #fff !important;
}
.btn.disableBtn {
  background-color: #ccc !important;
  border-color: #ccc !important;
  cursor: auto;
}
.btn.disableBtn:hover {
  background-color: #ccc !important;
  border-color: #ccc !important;
  cursor: auto;
}
.modal-footer,
.modal-header {
  border-color: #eee !important;
}
.backBtnNw {
  position: relative;
}
.backBtnNw:before {
  content: "\f177";
  font-size: 14px;
  position: absolute;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: -18px;
  top: 50%;
  margin-top: -5px;
}
.socialProImg {
  width: 100%;
  max-width: 70px;
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid #ccc;
  display: inline-block;
}
.socialProImg img {
  width: 100%;
}
.navigation {
  font-family: "open sans", Georgia, "Times New Roman", Times, serif !important;
}
.main-menu.menu-dark .navigation li a {
  color: #464646 !important;
  font-size: 18px !important;
}
.main-menu.menu-dark .navigation img {
  height: 55px;
}
.main-menu.menu-dark .navigation > li.active > a,
.main-menu.menu-dark .navigation > li > a:focus {
  color: #464646 !important;
  font-weight: 600 !important;
}
.btn.btn-outline-primary:focus {
  background-color: #006da7 !important;
  color: #fff !important;
}
.font-gp-12 {
  font-size: 12px;
}
.custbtn.noIcon {
  padding-left: 15px !important;
}
.btn.btn-gp-grey {
  background-color: #f1f1f1;
  font-size: 12px;
  padding: 5px 8px;
  cursor: pointer;
  color: #333;
  border: 1px solid #fff;
}
.btn.btn-gp-grey.active,
.btn.btn-gp-grey:focus {
  background-color: var(--reverseButtonColor) !important;
  color: var(--reverseButtonTextColor) !important;
  border: 1px solid var(--reverseButtonColor) !important;
}

.btn.btn-gp-grey:hover {
  background-color: #ffffff !important;
  color: var(--reverseButtonColor) !important;
}
.header-navbar
  .navbar-container
  ul.nav
  li
  a.customerService.dropdown-user-link {
  position: fixed;
  top: 23px;
  right: 50px !important;
  color: #fff !important;
  font-size: 14px !important;
  border-radius: 5px;
  padding: 0 !important;
}
.customTooglePageSupport {
  min-height: 20rem !important;
  left: auto !important;
  top: 72px !important;
  padding: 0 !important;
  overflow: hidden;
  bottom: 0 !important;
  position: fixed !important;
  right: 0 !important;
  max-width: 100%;
  width: 280px;
}
.customerService .dropdown-toggle:after {
  display: none;
}
.content-wrapper a.creatNewPostBtn {
  padding: 5px 10px;
  background-color: #ddd;
  color: #000 !important;
  border-bottom: 1px solid;
  font-size: 14px;
  border-radius: 3px 3px 0 0;
}
div .mainHeading_1 {
  font-size: 28px;
  font-weight: lighter !important;
}
div .subTitleHead_2 {
  font-size: 24px;
  font-weight: 700;
}
div .subTitleHead_3 {
  font-size: 20px;
  color: #464646 !important;
  font-weight: 600;
}
div .subTitleHead_4 {
  font-size: 15px;
  color: #272727 !important;
}
div .linkHead_5 {
  font-size: 13px !important;
}
div .dashBoardHead {
  font-size: 22px;
  font-weight: lighter !important;
}
div .crossRepTitle {
  font-weight: 600;
  color: #272727;
  margin-bottom: 7px;
}
div .crossRepTxt {
  color: #272727;
  margin-bottom: 7px;
  width: 100%;
  float: left;
}
div .crossRepTxt b {
  font-weight: 600;
  color: #272727;
}
.font-gp-bold {
  font-weight: 700 !important;
  color: #272727 !important;
}
.crossRepFootTitle {
  font-size: 18px;
  color: #272727;
}
.multiline-ellipsis iframe {
  width: 100% !important;
}
.main-menu.menu-dark .navigation > li.active > a > span,
.main-menu.menu-dark .navigation > li.hover > a > span,
.main-menu.menu-dark .navigation > li:hover > a > span {
  transform: none !important;
}
.totalPriceFix {
  background-color: rgba(222, 222, 222, 0.6);
  padding: 2px 31px;
  position: fixed;
  bottom: 0;
  right: 44px;
  max-width: 100%;
  width: calc(100% - 349px);
}
button > .attrClsBtn {
  background: #d8cfcf;
  padding: 2px;
  border-radius: 5em;
  width: 16px;
  height: 16px;
  line-height: 1;
  font-size: 12px;
  margin-left: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #5f5f5f;
  right: 6px !important;
}
.text-lineHeight-Normal {
  line-height: normal !important;
}
.popUpBtnViewAll {
  text-decoration: underline !important;
  font-size: 16px !important;
  cursor: pointer;
  margin-top: 10px;
  position: absolute;
  bottom: 75px;
}
.bg-gp-white {
  background-color: #fff;
  padding: 15px;
  position: absolute;
  bottom: 0;
}
.added .btn.btn-margo-action {
  padding-left: 35px !important;
}
.added:before {
  content: "\f058";
  position: absolute;
  top: 50%;
  margin-top: 0;
  margin-left: 23px;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  color: #fff;
}
.btn.mt-1,
.btn.my-1 {
  margin-top: 1rem !important;
}
textarea.form-control {
  resize: none;
}
.txt-bg-color-pint {
  padding: 5px 6px 3px;
  color: #fff;
  font-size: 20px !important;
  background-color: #d13330;
}
.input-group-pint {
  background-image: url(/assets/custom/images/logos/10.jpg);
}
.card-body.filtMain {
  max-height: calc(100vh - 220px);
}
.popScroll.filtMain {
  max-height: calc(100vh - 220px);
  height: auto;
  overflow-x: hidden;
}
.scroller .modal-header {
  width: 100%;
}
.zindex-999.show {
  z-index: 999 !important;
}
.wholePop.filtMain {
  max-height: calc(100vh - 30px) !important;
  overflow-x: hidden;
}
.singleThumb {
  max-width: 140px;
  width: 100%;
  margin: 0 auto;
}
.tableScroll {
  overflow: auto;
}
.modal-body .card {
  margin-bottom: 0;
  box-shadow: none;
}
.modal-body .card-body {
  padding: 0;
}
.modal-body .card-header {
  border-bottom: none !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.cont-checkbox {
  display: table-cell;
  padding-right: 7px;
  width: 20px;
  padding-top: 2px;
  vertical-align: top;
}
.cont-text {
  display: table-cell;
}
.backBtnCom.zindx1000 {
  z-index: 998 !important;
}
.nav .nav-item i,
nav .buttonTemp.dropdown-toggle .fa {
  color: #000 !important;
}
.hosted-event-info td,
.hosted-event-info th {
  word-break: keep-all;
}
.chatLeftPnl {
  background-color: #fff;
  height: 100%;
  border-right: 1px solid #ddd;
}
.chatLeftHead ul {
  list-style-type: none;
}
.chatLeftHead ul li {
  float: left;
  padding: 10px;
  color: #fff;
}
span.imgPro {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid #fff;
  margin: 0;
  background-color: #fff;
}
span.imgPro {
  position: relative;
}
.imgPro img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.headTxtChat {
  color: #fff;
}
.chatLeftHead ul li {
  float: left;
  padding: 10px;
  color: #fff;
}
span.menuIcon {
  background-color: #fff;
  width: 15px;
  height: 3px;
  margin: 2px 0;
  float: left;
}
div.menuMainChat {
  display: inline-block;
  width: 20px;
  margin: 0 0 0 10px;
  cursor: pointer;
  right: 0;
}
span.headTxtChat {
  display: inline-block;
}
.chat-profile-header {
  background-color: #019dac;
  min-height: 51px;
}
.chatRightHead {
  background-color: #d8dde0;
  padding-top: 15px;
}
.clrYellow {
  color: #fec110;
}
.proTitleChat {
  font-size: 16px;
  color: #333;
}
.chat-search-right ul {
  list-style-type: none;
  display: flex;
  margin: 0;
}
.chat-search-right ul li {
  float: left;
}
.notificationChat {
  color: #333;
  display: inline-block;
  padding: 4px 11px;
  background-color: #fff;
  margin: 0 0 0 10px;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border: none;
  cursor: pointer;
}
.countNotChat {
  padding: 0 0 0 3px;
}
.notificationChat .fa {
  padding-right: 3px;
}
.clrYellow {
  padding-top: 10px;
}
.chatNavHead {
  font-weight: 600;
  color: #333;
  margin-bottom: 5px;
  position: relative;
  padding-left: 25px;
}
.chatNavInn li a {
  color: #333 !important;
  font-size: 13px;
  background-color: transparent;
  border: none !important;
  padding: 0;
}
.chatNavInn li a:hover {
  color: #333 !important;
  padding: 0;
  background-color: transparent;
}
.chatNavInn li a::before {
  content: "";
  background-color: #fff;
  width: 10px;
  height: 9px;
  border-radius: 50%;
  position: absolute;
  left: 18px;
  margin-top: 7px;
}
.chatNavInn.hashBull li a::before {
  content: "#";
  background-color: transparent;
  margin: 0;
}
.chatNavInn li {
  list-style-type: none;
  padding: 2px 2px 3px 35px;
  position: relative;
  transition: all 0.3s ease;
  margin: 0;
}
.chatNavInn {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.chatNavPan {
  margin: 0 0 15px 0;
}
.chatFoot {
  border-top: 1px solid #1c6cb5;
  padding: 15px 10px;
  text-align: center;
}
.chat-Nav {
  margin-top: 15px;
}
.chatFootInn {
  color: #fff;
  font-weight: 600;
}
.chatMore {
  margin-bottom: 15px;
  margin-top: 25px;
}
.chatMoreInn {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.chatMoreInn li a {
  color: #fff !important;
  background-color: transparent;
}
.chatMoreInn li a:hover {
  color: #fff !important;
}
.chatNavInn li.available a::before {
  background-color: #94cc00;
}
.chatNavInn li.busy a::before {
  background-color: red;
}
.chatNavInn li.away a::before {
  background-color: orange;
}
.chatNavInn li.offline a::before {
  background-color: #ccc5c5;
}
.chatNavInn li.invisible a::before {
  background-color: #cc2366;
}
.rightPannelChat {
  background-color: #fff;
}
.chatProImg {
  display: table-cell;
  width: 40px;
  vertical-align: top;
}
.chatProImg .fa {
  font-size: 22px;
  padding: 10px;
}
.chatMsgTitle {
  font-weight: 600;
  color: #333 !important;
  font-size: 15px;
  display: inline-block;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
}
.chatMsgMain {
  display: table-cell;
  vertical-align: top;
  width: 100%;
}
textarea.chatTextArea {
  overflow: auto;
  resize: vertical;
  border: 1px dotted #333;
  width: 100%;
}
.type_msg {
  width: 100%;
}
.write_msg {
  width: calc(100% - 30px);
}
.msg_send_btn {
  position: absolute;
  right: 31px;
  background-color: #009fae;
  border: none;
  padding: 7px 12px 8px;
}
.msg_send_btn:hover {
  background-color: #00616a;
}
.msg_send_btn .fa {
  color: #fff;
}
.chatTypeFoot {
  position: absolute;
  width: 100%;
  bottom: 10px;
}
.write_msg {
  width: calc(100% - 30px);
  border: 1px dotted #333;
  padding: 7px;
}
.msg_upd_btn {
  position: absolute;
  right: 73px;
  border: none;
  padding: 3px 12px 8px;
  background-color: transparent;
  font-size: 20px;
}
.selctTime .btn-outline-primary:focus,
.selctTime .btn-outline-primary:hover {
  background-color: #fff !important;
  color: #777 !important;
}
.angular-editor .angular-editor-wrapper .angular-editor-textarea {
  border: none !important;
  padding: 1px 10px !important;
  max-height: 81px !important;
  margin-top: 7px;
  min-height: 29px !important;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  hyphens: auto;
}
.angular-editor .angular-editor-wrapper .angular-editor-placeholder {
  top: 2px !important;
}
.searchAcr .accordion > .card {
  margin-bottom: 5px;
}
.searchAcr .btn.active,
.searchAcr .btn.focus,
.searchAcr .btn:active,
.searchAcr .btn:focus {
  background-color: transparent !important;
  text-decoration: none;
}
.searchAcr .accordion > .card .card-header {
  background-color: #f9f9f9;
}
.searchAcr ngb-accordion .btn-link {
  width: 100%;
}
.searchAcr ngb-accordion .btn-link:hover {
  color: #5059e5 !important;
}
.clrLink {
  color: #006da7;
}
.clrLink:hover {
  text-decoration: none;
}
.prRow {
  margin: 5px 0;
}
.arrow {
  border: solid #333;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transition: all 0.3s ease;
}
.btn.btn-link .down {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
.btn.collapsed .down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.searchAcr .collapse {
  transition: all 0.3s ease;
}
.modal-dialog {
  min-height: calc(100vh - 60px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: auto;
  overflow-x: hidden;
}
.modal.show.view-agreement,
.modal.show.viewMoreRequestsBox {
  overflow-x: hidden;
  overflow-y: auto;
}
.show.view-agreement .modal-dialog,
.show.viewMoreRequestsBox .modal-dialog {
  align-items: center;
  justify-content: initial !important;
  flex-direction: initial !important;
}
.header-navbar .navbar-nav li:first-child {
  margin-right: 0 !important;
}
.main-menu-content.ps-container.ps-theme-light {
  overflow-x: hidden !important;
  height: 100%;
  padding-bottom: 5rem;
}
.boldTh th {
  font-weight: 600;
}
.tipsArt .library {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}
.quick-view-content {
  word-wrap: anywhere;
}
.mat-ink-bar {
  background-color: transparent !important;
}
.mat-select-panel {
  background-color: #fff !important;
  border: 1px solid #ccc;
}
@media screen and (max-device-width: 767px) and (orientation: landscape) {
  .main-menu-content.ps-container.ps-theme-light {
    padding-bottom: 50px;
  }
}
@media screen and (max-device-width: 480px) and (orientation: portrait) {
  .secLogo img {
    max-width: 135px !important;
  }
  .secLogo {
    width: initial !important;
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  .paymntHistoryTbl td,
  .paymntHistoryTbl th {
    font-size: 12px;
  }
  .modal-dialog {
    min-height: calc(100vh - 20px);
  }
}
.vertical-overlay-menu.menu-open .main-menu {
  margin-left: 0;
}
.vertical-overlay-menu.menu-open .main-menu {
  margin-left: 0;
}
.searchMainTb {
  display: table;
  width: 100%;
}
.tablCl {
  display: table-cell;
  vertical-align: top;
}
.searchDropNw {
  padding-right: 15px;
}
.tipsArt .library {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}
.customTooglePageSupport {
  width: 280px;
  max-width: 100%;
}
.msg-content table h4 {
  font-size: 13px !important;
  margin: 0 !important;
}
.msg-content table h1 {
  font-size: 19px !important;
  font-weight: 700;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.msg-content table p {
  margin-bottom: 0;
}
.msg-content table .mob-col .pb-20 {
  vertical-align: top;
}
.theme-template-popup .modal-dialog {
  max-width: 600px;
}
.custom-form-group input {
  border: 1px solid #cfcfcf !important;
  border-radius: 4px !important;
  border: 1px solid #cfcfcf !important;
  background-color: #fff !important;
  padding: 12px 22px 12px 10px !important;
}
.color-green {
  color: #02ad88;
}
@media only screen and (max-width: 1200px) {
  a.backButtonRight {
    right: -53px;
  }
}
@media only screen and (max-width: 1100px) {
  .tablCl {
    display: block;
    margin-bottom: 15px;
  }
}
@media all and (max-width: 1140px) and (min-width: 600px) {
  .radiomark {
    top: 2px;
    height: 17px;
    width: 17px;
    right: 16px;
  }
  .custRadio .radiomark::after {
    top: 3px;
    left: 3px;
  }
}
@media only screen and (max-width: 1100px) {
  .btn.mrgSml-5 {
    margin-top: 0 !important;
    margin-bottom: 5px !important;
  }
  a.backBtnCom {
    right: -46px;
  }
}
@media screen and (min-width: 991px) {
  body.vertical-layout.vertical-menu-modern.menu-expanded .content,
  body.vertical-layout.vertical-menu-modern.menu-expanded .footer {
    margin-left: 260px !important;
    width: calc(100% - 260px);
  }
}
@media screen and (max-width: 990px) {
  body.vertical-layout.vertical-menu-modern.menu-expanded .content,
  body.vertical-layout.vertical-menu-modern.menu-expanded .footer {
    margin-left: 0 !important;
  }
  .menu-open .main-menu-left.menu-dark {
    box-shadow: none !important;
  }
  .main-menu-left.menu-dark ul.navigation {
    padding-bottom: 75px !important;
  }
  body.menu-open .main-menu-left.menu-dark {
    left: 0;
    width: 260px;
    opacity: 1;
  }
  body.menu-close .main-menu-left.menu-dark {
    left: -100%;
    width: 0;
    opacity: 0;
  }
}
@media only screen and (min-width: 991px) {
  .powerByTag {
    margin-top: 31px;
    font-size: 12px;
    text-transform: uppercase;
  }
  .mainLogo {
    width: 330px;
  }
}
@media only screen and (max-width: 991px) {
  .header-navbar .navbar-header .navbar-brand {
    position: static !important;
    transform: initial !important;
  }
  .mainLogo {
    margin-top: -0.5em;
  }
  .powerByTag {
    display: inline-block;
    width: 100%;
    margin: 12px 0 0;
    font-size: 11px;
  }
  .mrgLogoMain {
    text-align: center;
  }
  .header-navbar .navbar-header .mrgLogoMain .navbar-brand {
    padding: 13px 0 !important;
  }
  .header-navbar .navbar-header .mrgLogoMain .navbar-brand img {
    max-width: 130px !important;
    height: auto;
  }
}
@media only screen and (max-width: 767.98px) {
  .header-navbar .navbar-container .show div.dropdown-menu {
    left: 0 !important;
    min-height: auto !important;
    max-height: none;
    top: 0 !important;
    z-index: 999;
  }
}
@media only screen and (max-width: 767px) {
  .hosted-event-info td,
  .hosted-event-info th {
    font-size: 12px;
    padding-left: 5px !important;
    padding-right: 5px !important;
    width: auto;
    white-space: nowrap;
    word-break: break-all;
  }
  .hosted-event-info td span,
  .hosted-event-info th span {
    white-space: normal;
  }
  .clearfix-aft-md {
    clear: both;
    display: block !important;
  }
  .calenderTxt {
    font-size: 14px;
  }
  .campaignTbl {
    min-width: 750px !important;
  }
  .campaignTblMain {
    overflow: auto;
    width: 100%;
  }
  .customTooglePageSupport {
    min-height: 39rem !important;
  }
  .bg-gp-white {
    max-width: 100% !important;
  }
  .imgProMain {
    text-align: center;
  }
  .imgSlidPro {
    width: 70px;
    height: 70px;
    display: inline-block;
  }
  .customTooglePageSupport {
    left: auto !important;
    top: 0 !important;
    bottom: auto !important;
    position: absolute !important;
    right: auto !important;
    width: 100% !important;
  }
  .msg-content table tr {
    display: flex;
    flex-direction: column;
  }
  .msg-content table tr td {
    width: 100% !important;
  }
  .msg-content table .stylingblock-content-wrapper tr {
    display: table;
    text-align: center;
    width: 100%;
  }
}
.vertProTitle .multiline-ellipsis > span {
  background-color: transparent !important;
  font-size: 14px !important;
  color: #fff !important;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, "Helvetica Neue", Arial, sans-serif !important;
}
body.modal-open {
  overflow: auto;
}
.m-0.mt-gp-5 {
  margin-top: 5px !important;
}
.roomNote {
  border: 1px solid #80e1ea;
  border-radius: 3px;
  margin-top: 15px;
  padding: 10px;
  background-color: #e4fbfd;
}
.iLeftNote {
  display: table-cell;
  width: 20px;
  color: #009fae;
}
.noteTxtInfo {
  display: table-cell;
}
.chatNavInn.hoverBg li:hover {
  background-color: #d1edf0;
}
.offline {
  margin-right: 0 !important;
}
.settingNotice {
  display: inline-block;
  width: 100%;
  text-align: right;
}
.noteHead {
  padding: 10px 15px;
  background-color: #e6e9ec;
  margin-top: 10px;
}
.noteRow {
  background-color: #f8fafb;
  margin-bottom: 5px;
  padding: 10px 15px;
  display: table;
  width: 100%;
}
.noteBellIcon {
  display: table-cell;
  width: 30px;
  vertical-align: top;
  padding-right: 10px;
}
.nbText {
  display: table-cell;
  width: 100%;
}
.noticeBoardTxt {
  clear: both;
}
span.message-data-name {
  font-weight: 600;
  font-size: 13px;
  color: #000;
}
.filtMain::-webkit-scrollbar,
.filtMain::-webkit-scrollbar-thumb {
  width: 5px;
  border-radius: 3px;
  background-clip: padding-box;
  border: 5px solid transparent;
  background-color: #eee;
}
.filtMain::-webkit-scrollbar-thumb {
  background-color: #019dac;
}
.filtMain::-webkit-scrollbar {
  width: 5px;
  background: #d3d3d3;
  height: 5px;
}
.filtMain::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(3, 3, 3, 0.5);
  border-radius: 3px;
}
.filtMain::-webkit-scrollbar-thumb {
  border-radius: 3px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
  background: #019dac;
}
.angular-editor .angular-editor-wrapper {
  display: inline-block;
  height: 35px;
  width: 100%;
}
.editerPrt {
  position: absolute;
  right: 9px;
  bottom: 7px;
}
.chat .chat-message {
  position: relative;
}
.emoji-mart-preview {
  display: none;
}
.emojiMain {
  width: auto;
  display: inline-flex;
  position: absolute;
  bottom: 3px;
  right: 0;
}
.emojiPan {
  margin-right: 44px;
  display: inline-block;
  position: relative;
  z-index: 999;
}
.angular-editor .angular-editor-wrapper .angular-editor-textarea:focus {
  outline: 0 !important;
}
.rfMain {
  padding: 5px;
  position: relative;
}
.message.other-message {
  font-size: 13px;
  word-wrap: anywhere;
}
.other-message img {
  max-width: 220px;
  width: 100%;
}
.angular-editor-toolbar-set .angular-editor-button[disabled=""] {
  display: none;
}
.angular-editor-toolbar .angular-editor-toolbar-set {
  margin-right: 0 !important;
}
.angular-editor-toolbar .angular-editor-toolbar-set .angular-editor-button {
  margin-right: 2px;
}
.content-wrapper {
  padding-bottom: 30px !important;
}
.chatRoomHistory.filtMain li a:hover,
.chatRoomHistory.filtMain li.active a {
  background-color: transparent;
  padding: 7px 0;
}
.chatRoomHistory.filtMain li a {
  background-color: transparent;
}
.angular-editor-textarea span {
  display: inline-flex !important;
}
.membListRight .chat-right-msg .message.other-message {
  padding: 10px 6px;
}
.membListRight .chat-search-slide .chat-right-msg .message.other-message {
  padding: 0;
}
.fa-image:before {
  content: "\f0c6" !important;
}
#insertImage-editor1 {
  position: relative;
}
#insertImage-editor1:hover:after {
  opacity: 1;
}
.other-message .emoji-pipe-image {
  vertical-align: middle;
}
.mat-tab-label {
  background-color: #eee;
  margin-right: 3px;
  border-radius: 3px 3px 0 0;
}
.mat-tab-label.mat-tab-label-active,
.mat-tab-label:hover {
  background-color: #006da7;
}
.mat-tab-label.mat-tab-label-active .mat-tab-label-content,
.mat-tab-label:hover .mat-tab-label-content {
  color: #fff;
}
.bg-color-f9 {
  background-color: #f9f9f9 !important;
}
.card-body .mat-tab-label {
  height: 35px !important;
  min-width: 40px;
}
.mat-tab-label {
  padding: 0 12px !important;
}
.attrClsBtn {
  margin-left: 7px;
}
.tipsArt iframe {
  max-width: 100% !important;
}
.ellipses,
select {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 15px;
}
.ellipses_normal {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  width: 100%;
}
.height-w-100 {
  height: 19px;
  width: 100%;
}
.pagerImpr mat-paginator .mat-paginator-container {
  min-width: auto !important;
  width: 100% !important;
}
.text-red {
  color: red;
}
.break-anywhere {
  word-wrap: anywhere;
}
.selctTime .btn:focus {
  background-color: transparent !important;
}
.iconAdded .btn:focus,
.iconAdded.added .btn {
  background-color: #009fae !important;
}
.fbPostImgHt video {
  position: relative;
  z-index: 1;
  height: 92px !important;
  width: auto;
}
.fbPostImgHt p {
  position: relative;
}
label.fbPostImgHt:after {
  z-index: 99;
}
.selectPostEllipses {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.selectPostImg img {
  width: auto;
  height: 90px;
  max-width: 100%;
}
.popThumbImg {
  min-height: 95px;
}
.popThumbImg p {
  min-height: 94px;
}
.popThumbImg video {
  max-height: 89px;
  width: auto;
  max-width: 100%;
}
.fbPostImgHt {
  z-index: 99;
}
button:focus {
  outline: 0 !important;
}
.searchIcon {
  position: relative;
}
.searchIcon::before {
  position: absolute;
  content: "\f002";
  font: normal normal normal 18px/1 FontAwesome;
  right: 20px;
  z-index: 1;
  top: 13px;
  color: #d7d7d7;
}
.accordBtn .btn {
  padding: 0 1rem;
}
ngb-accordion .btn-link {
  color: #006da7 !important;
}
.accordBtn .accrdPad {
  padding-bottom: 0.75rem;
  padding-top: 0.75rem;
}
.bookMMain a img,
.editMianIcon a img {
  max-width: 18px;
}
.editMianIcon a img {
  margin-top: 3px;
}
.bookMMain,
.editMianIcon {
  vertical-align: top;
}
.bookMMain a,
.editMianIcon a {
  display: inline-block;
}
.accrdMainContact .card-header {
  border: none !important;
}
.accrdMainContact .card-body {
  padding-top: 0;
}
.accrdMainContact .card {
  margin-bottom: 0;
}
.attrClsBtn {
  margin-left: 14px;
  position: absolute;
  right: 12px;
  top: 50%;
  margin-top: -9px;
}
.attributeBtn {
  position: relative;
}
.attrbtnTxt {
  margin-right: 7px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  vertical-align: top;
}
.attrSearchList {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.titleHeadAttr {
  background-color: #eee;
  display: inline-block;
  width: 100%;
  padding: 5px 15px;
  font-weight: 600;
}
.attrSubHead {
  display: inline-block;
  width: 100%;
  background-color: #f9f9f9;
  padding: 5px 15px;
}
.filtMain .attrSearchList li a {
  padding: 0 !important;
  color: #006da7 !important;
  border-bottom: 1px solid #e1f4ff;
}
.tileAct {
  display: flex;
  box-shadow: 0 0 10px -5px rgb(0 0 0 / 50%);
  border-radius: 10px;
  cursor: pointer;
  width: 100%;
  padding: 10px;
  vertical-align: top;
  background-color: #fff;
  height: 100%;
  text-align: center;
  max-width: 100%;
}
.tileAct .butnInn {
  width: 100%;
}
.tileAct:hover {
  box-shadow: 0 0 13px -5px rgb(0 0 0 / 50%);
}
.tileAct .fa {
  font-size: 40px;
}
.tileActTitle {
  display: block;
  font-size: 19px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.butnInn img {
  max-width: 60px;
}
.tabSocialAccnt {
  display: inline-block;
  width: 100%;
}
.scilActBtn {
  display: inline-block;
  width: 100%;
  border-radius: 3px;
  padding: 10px;
  cursor: pointer;
  text-align: center;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 13px -5px rgb(0 0 0 / 50%);
}
.scilActBtn:before {
  content: "\f078";
  position: absolute;
  right: 12px;
  top: 50%;
  margin-top: -8px;
  font: normal normal normal 14px/1 FontAwesome;
}
.arrowFlip:before {
  transform: rotate(180deg);
}
.locatToLink a {
  font-size: 12px;
  margin-top: 10px;
  display: inline-block;
}
.toast-container {
  text-transform: capitalize;
}
.mat-tab-header-pagination-controls-enabled .mat-tab-header-pagination {
  display: none !important;
}
.minTimeW .form-control {
  min-width: 50px;
}
.socialAcntUpd input::placeholder {
  color: #000;
}
.txtWrapFB {
  max-height: 100px;
  height: auto !important;
  word-wrap: anywhere;
  overflow: auto;
  margin-top: 10px;
}
.top > h6 {
  line-height: 1.5;
}
.theme-list-model.modal {
  overflow-y: hidden !important;
}
label.custom-radio {
  display: block;
  position: relative;
  padding-left: 28px;
  margin-bottom: 5px;
  cursor: pointer;
  font-weight: 400 !important;
  font-size: 14px;
  -webkit-user-select: none;
  user-select: none;
}
label.custom-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
label.custom-radio input.empty_red ~ .checkmark,
label.custom-radio input.fill_red ~ .checkmark {
  border: 3px solid #e32b5b;
}
label.custom-radio input.empty_green ~ .checkmark,
label.custom-radio input.fill_green ~ .checkmark {
  border: 3px solid #8cc800;
}
label.custom-radio input.fill_green ~ .checkmark:after {
  background: #8cc800;
}
label.custom-radio input.fill_red ~ .checkmark:after {
  background: #e32b5b;
}
label.custom-radio .checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
  border-radius: 50%;
}
label.custom-radio:hover input ~ .checkmark {
  background-color: #ccc;
}
label.custom-radio input:checked ~ .checkmark {
  background-color: #fff;
}
label.custom-radio .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
label.custom-radio input:checked ~ .checkmark:after {
  display: block;
}
label.custom-radio .checkmark:after {
  top: 2px;
  left: 2px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #999;
}
.actions-btns .cutom-tooltip .tooltip-inner {
  background-color: #545f65;
  font-size: 120%;
  width: 90px;
  white-space: nowrap;
}
.actions-btns .cutom-large-tooltip .tooltip-inner {
  width: 150px !important;
}
.cutom-tooltip .arrow {
  border: inherit !important;
}
.actions-btns .cutom-tooltip.bs-tooltip-top .arrow::before {
  border-top-color: #545f65;
}
.actions-btns .cutom-tooltip.bs-tooltip-left .arrow::before {
  border-left-color: #545f65;
}
.actions-btns .cutom-tooltip.bs-tooltip-right .arrow::before {
  border-right-color: #545f65;
}
.actions-btns .cutom-tooltip.bs-tooltip-left .arrow,
.actions-btns .cutom-tooltip.bs-tooltip-right .arrow {
  top: calc(50% - 0.6rem);
}
.actions-btns .cutom-tooltip.bs-tooltip-bottom .arrow,
.actions-btns .cutom-tooltip.bs-tooltip-top .arrow {
  left: calc(50% - 0.6rem);
}
.action-dropdown .dropdown-toggle::after {
  content: "\f142" !important;
  font: normal normal normal 14px/1 FontAwesome !important;
  margin: 0 auto !important;
  padding: 0;
}
.action-menu .mat-menu-item {
  line-height: 1;
  height: 30px;
}
.action-menu .mat-menu-item > span {
  font-size: 12px;
}
.action-menu .mat-menu-item > i {
  margin-right: 8px;
}
.header-navbar {
  background-color: #fff;
}
.tabMainVideo .mat-tab-label {
  height: 35px;
  min-width: 130px;
  background-color: transparent;
  color: #fff;
  margin: 5px 10px;
}
.leftPanCom.filtMain {
  overflow-x: hidden;
}
.tooltip.show.bs-tooltip-top {
  right: 20px !important;
}
.tabMainVideo .mat-tab-label {
  border-radius: 5px;
}
.tabMainVideo .mat-tab-group.mat-primary .mat-ink-bar,
.tabMainVideo .mat-tab-nav-bar.mat-primary .mat-ink-bar {
  background-color: transparent !important;
}
.tabMainVideo .leftPanCom li a {
  padding: 7px 0 !important;
}
.tabMainVideo .mat-tab-labels {
  background-color: #019dac;
}
.tabMainVideo .innerTab .mat-tab-label {
  margin: 5px 4px;
  min-width: 130px;
}
.tabMainVideo .mat-tab-group .mat-tab-labels {
  background-color: #fff;
  border-radius: 5px;
}
.tabMainVideo .mat-tab-group .mat-tab-label.mat-tab-label-active,
.tabMainVideo .mat-tab-group .mat-tab-label:hover {
  background-color: rgba(1, 157, 172, 0.1) !important;
}
.innerTab .mat-tab-label-content {
  color: #000 !important;
  font-size: 13px;
}
.innerTab .mat-tab-label-active .mat-tab-label-content {
  color: #019dac !important;
}
.tabMainVideo .mat-tab-labels .mat-tab-labels {
  background-color: #fff;
}
.tabMainVideo .mat-tab-label.mat-tab-label-active {
  opacity: 1;
}
.pp-wrapper video {
  background-color: #019dac !important;
}
.tabMainVideo a:hover {
  background-color: #333 !important;
  color: #fff;
}
.tabMainVideo a.addTCart:hover {
  background-color: transparent !important;
}
.tabMainVideo {
  margin-top: -40px;
}
.tabMainVideo a {
  color: #fff !important;
}
.proTitle {
  border-radius: 50%;
  background-color: #51b8c3;
  padding: 4px;
  width: 30px;
  height: 30px;
  display: table-cell;
  vertical-align: top;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  margin-right: 10px;
}
.proTitle2 {
  display: table-cell;
  vertical-align: middle;
  padding-left: 8px;
}
.proMT {
  width: 100%;
  font-size: 13px;
  line-height: 16px;
  padding-right: 20px;
}
.proMTJ {
  width: 100%;
  float: left;
  font-size: 11px;
  line-height: 14px;
}
.timeProM {
  width: 100%;
  float: left;
  font-size: 9px;
}
.tabMainVideo .leftPanCom a {
  padding: 10px 10px 5px;
}
.dayMonthM {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: inline-block;
  vertical-align: top;
}
.dayMonthM li {
  display: inline-block;
  background-color: #fff;
  border-radius: 3px;
  vertical-align: top;
  margin: 0 0 0 7px;
}
.dayMonthM li a {
  font-size: 12px;
  color: #333;
  display: inline-block;
  vertical-align: top;
  padding: 5px 10px;
  border-radius: 3px;
}
.dayMonthM li a.activeMonth,
.dayMonthM li a:hover {
  background-color: #0058ff;
  color: #fff !important;
  text-decoration: none;
}
.dateTimeM {
  display: inline-block;
  background-color: #fff;
  border-radius: 3px;
  padding: 5px 10px 0;
  margin-left: 5px;
  height: 70px;
}
.calIcon {
  display: inline-block;
  vertical-align: top;
  padding-top: 3px;
}
.calIcon .fa {
  vertical-align: top;
  font-size: 14px;
}
.dateTInn {
  display: inline-block;
  font-size: 13px;
  vertical-align: top;
  padding-left: 10px;
}
.overBxInn {
  background-color: #fff;
  padding: 10px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  display: table;
  width: 100%;
}
.ovBxInnTxt {
  display: table-cell;
  width: 70%;
  padding-left: 10px;
}
.ovBxInnIcon {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 30%;
}
.righArrwIcon {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: inline-block;
  background-color: #e5eeff;
  overflow: hidden;
  padding: 10px;
}
.righArrwIcon img {
  width: 100%;
}
.righArrwIcon .fa {
  font-size: 18px;
  padding: 16px;
  color: #0058ff;
}
.ovBxTitle {
  font-size: 13px;
  display: inline-block;
  width: 100%;
  color: #5a607f;
}
.ovValue {
  font-size: 22px;
  display: block;
  color: #000;
}
.overTimeM {
  display: block;
  padding: 0;
  margin: 0;
}
.overTimeUl {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.overTimeUl li {
  float: left;
  font-size: 13px;
  color: #5a607f;
}
.perW {
  font-size: 14px;
}
.perWArrow {
  padding: 0 5px;
}
.perWArrow .fa {
  font-size: 11px;
}
.perfTitle {
  font-size: 13px;
  display: inline-block;
  width: 100%;
  color: #5a607f;
  text-align: center;
  font-size: 16px;
}
.performMain {
  background-color: #fff;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 15px;
}
.perfMainCont img {
  max-width: 100%;
  width: 190px;
}
.perfMainCont {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 15px;
}
.performFootM {
  border-top: 1px solid #ccc;
  padding: 5px 0;
}
.moreIn {
  font-size: 13px;
}
.moreIn:hover {
  text-decoration: none;
}
.perInn .fa {
  font-size: 13px;
  padding-left: 5px;
  color: #0058ff;
}
.ovGreen .perW,
.ovGreen .perWArrow .fa {
  color: #21d59b;
}
.ovRed .perW,
.ovRed .perWArrow .fa {
  color: #f0142f;
}
.content-wrapper .perInn a {
  color: #0058ff !important;
}
.chat_open .mat-tab-list {
  transform: translateX(0) !important;
}
.calRgt .mat-form-field-flex {
  background-color: transparent !important;
  padding: 0 !important;
}
.calRgt {
  height: auto !important;
}
.calRgt .mat-form-field-underline {
  display: none;
}
.calRgt .mat-form-field-wrapper {
  padding-bottom: 0 !important;
}
.calRgt .mat-form-field-appearance-fill .mat-form-field-infix {
  padding: 0 3px !important;
  order: 2;
  top: -6px;
}
.calRgt .mat-form-field-suffix {
  order: 1;
}
.calRgt .mat-form-field-infix {
  border-top: 0;
}
.calRgt
  .mat-form-field:not(.mat-form-field-appearance-legacy)
  .mat-form-field-suffix
  .mat-icon-button {
  height: 22px;
  padding-top: 1px;
  float: left;
  width: 15px;
  padding-right: 18px;
  padding-left: 7px;
}
.calRgt .mat-form-field-type-mat-date-range-input .mat-form-field-infix {
  width: 165px;
}
.calRgt .mat-form-field-label-wrapper {
  display: none;
}
.tabDash .mat-tab-label.mat-tab-label-active,
.tabDash .mat-tab-label:hover {
  background-color: #0058ff;
}
.tabDash .mat-tab-label {
  height: 30px;
  min-width: 70px;
}
.tabDash .mat-tab-label {
  background-color: #fff;
}
.dateTimeM .mat-button-focus-overlay,
.dateTimeM .mat-button-ripple.mat-ripple {
  width: 15px;
}
.dateTimeM .mat-button.cdk-program-focused .mat-button-focus-overlay,
.dateTimeM .mat-icon-button.cdk-program-focused .mat-button-focus-overlay {
  opacity: 0 !important;
}
.popUpShop .modal-dialog {
  margin: 5px;
  max-width: 280px;
  justify-content: start;
}
.popUpShareEventUrl .modal-dialog {
  margin: 5px;
  float: right;
  justify-content: initial;
}
.snipetblue {
  color: var(--reverseButtonColor);
  padding: 0 3px;
}
.uploadImgMain .fa {
  width: 19px !important;
}
.mainLogLogo img {
  max-width: 140px;
}
.angular-editor-wrapper .fixed-top,
.message .fixed-top {
  position: absolute;
}
.mat-tab-group.mat-primary .mat-ink-bar,
.mat-tab-nav-bar.mat-primary .mat-ink-bar {
  background-color: transparent;
}
.cal-event-title .txt-color-fb {
  font-size: 20px;
}
.cal-event-title .txt-color-insta {
  font-size: 9px !important;
}
@media only screen and (max-width: 767px) {
  .dayMonthM {
    width: 100%;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 320px) and (max-width: 840px) and (orientation: landscape) {
  .col-gp-6-ls {
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
  .mt-gp-0-ls.mt-1,
  .mt-gp-0-ls.mt-2,
  .mt-gp-0-ls.mt-3 {
    margin-top: 0 !important;
  }
}
@media only screen and (max-width: 1100px) {
  div b.full-xl {
    width: 100%;
    float: left;
    margin-left: 0 !important;
    margin-top: 5px;
  }
}
@media only screen and (max-width: 991px) {
  #drag-area .navigation-main {
    text-align: center;
  }
  .helpLandingPg {
    text-align: center !important;
  }
  .totalPriceFix {
    position: fixed;
    width: 100%;
    right: 0;
  }
}
@media only screen and (max-width: 854px) {
  .angular-editor .angular-editor-wrapper {
    background-color: #fff;
  }
  .angular-editor-toolbar {
    max-width: 80%;
    border: none !important;
  }
  .angular-editor {
    background-color: #f5f5f5;
  }
  .angular-editor-toolbar .angular-editor-toolbar-set .angular-editor-button {
    min-width: auto !important;
  }
}
@media only screen and (min-width: 767px) {
  .fbPostImgHt {
    max-height: 102px;
    overflow: hidden;
  }
  .profileUpadate .list-group-flush {
    max-width: 50%;
    display: flex;
    float: left;
    padding: 0 15px;
    flex: 0 0 50%;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .angular-editor-toolbar .angular-editor-toolbar-set .angular-editor-button {
    margin-right: 5px;
    padding: 6px 10px !important;
  }
  .tipsArt iframe {
    height: 230px !important;
  }
  .bottomSc-0 {
    margin-bottom: 7px !important;
  }
  .totalPriceFix {
    position: fixed;
  }
  .tileActTitle {
    font-size: 16px;
  }
}
@media only screen and (max-width: 720px) {
  .scrlInn {
    padding-bottom: 10px;
  }
}
@media only screen and (max-width: 640px) {
  .tabCustom .tab-content {
    width: 500px;
    overflow: auto;
  }
  a.backBtnCom {
    right: -5px;
    border-radius: 0 5px 0 5px;
    font-size: 9px;
    transform: rotate(-450deg);
    padding: 6px 10px 7px;
    display: none;
  }
  .backBtnCom .fa {
    display: none;
  }
  a.backButtonRight {
    right: -14px;
    border-radius: 0 5px 0 5px;
    font-size: 9px;
    transform: rotate(-450deg);
  }
  .backButtonRight::after {
    display: none;
  }
  a.backButtonRight {
    border-radius: 0 5px 0 5px !important;
    padding-left: 10px !important;
  }
  div .mainHeading_1 {
    font-size: 22px;
    font-weight: lighter !important;
  }
  .cbtn {
    font-size: 18px;
  }
  a.membCloss {
    right: 25px !important;
  }
  .mat-tab-label {
    padding: 0 8px !important;
  }
  .mat-tab-label,
  .mat-tab-link {
    font-size: 13px !important;
  }
  .main-menu.menu-fixed {
    width: 100px;
  }
}
@media only screen and (max-width: 576px) {
  .calenderTxt {
    font-size: 16px;
    margin: 10px 0;
  }
  .calanderUl {
    margin: 5px 0 12px -3px;
  }
  .bottom-border-ddd {
    border-bottom: 1px solid #ddd;
  }
  .popDialImg img {
    max-width: 150px;
  }
  .angular-editor-toolbar .angular-editor-toolbar-set .angular-editor-button {
    margin-right: 2px;
  }
  .totalPriceFix {
    background-color: #dedede;
  }
  .mat-tab-label,
  .mat-tab-link {
    font-size: 12px;
  }
}
@media only screen and (min-width: 576px) {
  select option {
    font-size: 13px;
  }
  .form-control.titleSml {
    font-size: 10px !important;
    padding: 0 !important;
  }
}
@media only screen and (max-width: 450px) {
  .chatBx {
    width: 95%;
  }
  .chatRocketInn,
  .chatRocketInn iframe {
    width: 100% !important;
  }
  .header-navbar .navbar-header .mrgLogoMain .navbar-brand {
    padding: 21px 0 !important;
  }
  .emoji-mart {
    width: 250px !important;
  }
  .angular-editor-toolbar .angular-editor-toolbar-set .angular-editor-button {
    margin-right: 2px;
  }
  .angular-editor-toolbar .angular-editor-toolbar-set .angular-editor-button {
    padding: 5px 9px !important;
  }
  .smileyIcon {
    font-size: 14px;
    padding: 0 2px;
  }
  .chat .chat-message {
    margin: 0 2px 0 !important;
  }
  .angular-editor-toolbar .angular-editor-toolbar-set .angular-editor-button {
    margin-right: 3px;
    padding: 6px 9px !important;
  }
}
@media only screen and (max-width: 410px) {
  .angular-editor-toolbar .angular-editor-toolbar-set .angular-editor-button {
    margin-right: 2px;
    padding: 6px 7px !important;
  }
  .mat-tab-label,
  .mat-tab-link {
    font-size: 11px !important;
  }
  .mat-tab-label {
    padding: 0 6px !important;
  }
}
@media only screen and (max-width: 358px) {
  .angular-editor-toolbar .angular-editor-toolbar-set .angular-editor-button {
    padding: 5px 5px !important;
  }
  div .mainHeading_1 {
    font-size: 19px;
  }
}
.difPagination .pagination {
  display: inline-block;
}
.difPagination .pagination li {
  float: left;
}
.difPagination .pagination li a {
  background-color: transparent;
  border: 1px solid transparent;
  padding: 7px 10px;
}
.difPagination li.active a {
  color: #fff !important;
  background-color: #009fae !important;
  border-color: #009fae !important;
  border-radius: 5px;
}
.difPagination li.disabled .page-link {
  background-color: transparent;
  border-color: transparent;
  color: #cacaca !important;
}
.difPagination .pagination {
  display: inline-block;
}
.difPagination .pagination li {
  float: left;
}
.difPagination li.disabled .page-link {
  background-color: transparent;
  color: #cacaca !important;
  border-color: transparent;
}
.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.difPagination .pagination li a {
  background-color: transparent;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  border-image: initial;
  padding: 7px 10px;
}
.difPagination li.active a {
  color: #fff !important;
  background-color: var(--reverseButtonColor) !important;
  border-radius: 5px;
  border-color: var(--reverseButtonColor) !important;
}
.pagination .page-link {
  color: #1e9ff2;
  border-width: 1px;
  border-style: solid;
  border-color: #babfc7;
  border-image: initial;
}
.content-wrapper a {
  color: var(--reverseButtonColor) !important;
}
.page-link {
  position: relative;
  display: block;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  padding: 0.5rem 0.75rem;
  border-width: 1px;
  border-style: solid;
  border-color: #dee2e6;
  border-image: initial;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  border-width: 0;
  border-style: initial;
  border-color: initial;
  border-image: initial;
}
.participant-main {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #171718;
}
.participant-main video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.pp-wrapper {
  position: absolute;
  z-index: 1;
  overflow-x: hidden;
  scrollbar-width: thin;
  scrollbar-color: var(--thumbBG) var(--scrollbarBG);
  border-top: 1.5px solid rgba(255, 255, 255, 0.28);
  right: 15px;
  width: 150px;
}
.participant {
  position: relative;
  height: 100px;
  margin: 20px 4px;
  width: 142px;
}
.participant video {
  height: 100%;
  width: 142px;
  position: relative;
  object-fit: cover;
  border: 3px solid #fff;
  overflow: hidden;
  border-radius: 10px;
}
.button-controls {
  position: fixed;
  bottom: 50px;
  width: 450px;
  padding: 8px 15px;
  border-radius: 100px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: space-around;
  z-index: 999999;
}
.button-controls .btn {
  padding: 0;
  border-color: transparent;
}
.button-controls .btn .control-icon {
  width: 23px;
}
.button-controls .btn.btn-leave-call .control-icon {
  width: 29px;
}
.btn.btn-leave-call {
  height: 48px;
  width: 50px;
  background: #b22a2a;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.28);
}
.button-controls .btn.btn-leave-call.active,
.button-controls .btn.btn-leave-call.focus,
.button-controls .btn.btn-leave-call:active,
.button-controls .btn.btn-leave-call:focus {
  background-color: #b22a2a !important;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.28);
}
.button-controls .tooltip .arrow {
  border-width: 0;
}
.btn.btn-share-chat {
  margin-right: 2.75rem;
}
.btn.btn-share-screen {
  margin-left: 2.75rem;
}
.participant span,
.participant-main span {
  background-color: rgba(255, 255, 255, 0.35);
  color: #000;
  font-size: 0.875rem;
  text-transform: capitalize;
  position: absolute;
  padding: 5px;
  line-height: 100%;
  -webkit-user-select: none;
          user-select: none;
  border-radius: 4px;
  left: 20px;
  max-width: 104px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.participant-main span {
  bottom: 120px;
  max-width: 150px;
  display: none;
}
.participant span {
  bottom: 10px;
  font-size: 0.75rem;
  left: 10px;
  z-index: 999998;
}
.tabMainVideo .mat-tab-body-wrapper {
  height: 100%;
}
.tabMainVideo .mat-tab-body-wrapper {
  height: 100%;
}
.participant-main h1 {
  height: 100px;
  width: 100px;
  background: #e4fcff;
  z-index: 9;
  position: absolute;
  margin: 0;
  line-height: 100px;
  border-radius: 50%;
  color: #287077 !important;
  font-weight: 600;
  font-size: 1.75rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-user-select: none;
          user-select: none;
  text-align: center;
}
.participant h1 {
  height: 40px;
  width: 40px;
  background: #e4fcff;
  z-index: 99999;
  position: absolute;
  margin: 0;
  line-height: 40px;
  border-radius: 50%;
  color: #fff !important;
  font-weight: 600;
  font-size: 1.15rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-user-select: none;
          user-select: none;
  text-align: center;
}
.participant button,
.participant-main button {
  position: absolute;
  bottom: 5px;
  right: 5px;
  padding: 5px;
  margin: 0;
  border: 0;
  font-size: 1rem;
  background: 0 0;
  color: #cecece;
  z-index: 99999;
}
.participant-main button {
  position: absolute;
  bottom: 115px;
  left: 180px;
  display: none;
}
.participant button i.fa-microphone-slash {
  color: red;
}
.participant button i.fa-microphone {
  color: #06df14;
}
.participant h1::after {
  content: "";
  display: inline-block;
  position: fixed;
  top: -27px;
  left: -48px;
  right: 0;
  bottom: 0;
  background-color: #17a8b5;
  width: 136px;
  z-index: -2;
  height: 94px;
  border-radius: 7px;
}
.participant video.backcolor {
  border: 3px solid #06df14;
  box-shadow: 0 0 0 4px rgba(4, 129, 22, 0.75);
  -webkit-box-shadow: 0 0 0 4px rgba(4, 129, 22, 0.75);
  -moz-box-shadow: 0 0 0 4px rgba(4, 129, 22, 0.75);
  position: absolute;
}
.participant video.backcolor + span + .call-animation h1:after {
  top: -27px;
  left: -55px;
}
.sharescreen .pp-wrapper {
  background-color: #000;
  position: absolute;
  z-index: 1;
  overflow-x: hidden;
  height: 100%;
  width: 181px;
  scrollbar-width: thin;
  scrollbar-color: var(--thumbBG) var(--scrollbarBG);
  border-top: 1.5px solid rgba(255, 255, 255, 0.28);
  right: 0;
}
.sharescreen .participant-main {
  height: 100%;
  width: calc(100% - 180px);
  position: relative;
  background: #2f2f38;
  z-index: 0;
}
.sharescreen .participant-main video {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.tabMainVideo .mat-tab-label.mat-tab-label-active,
.tabMainVideo .mat-tab-label:hover {
  background-color: #fff !important;
}
.tabMainVideo .mat-tab-label.mat-tab-label-active .mat-tab-label-content,
.tabMainVideo .mat-tab-label:hover .mat-tab-label-content {
  color: #019dac;
}
.tooltip.show {
  right: 10px !important;
  width: 80px;
}
.muteBtnAtn .btn.active,
.muteBtnAtn .btn.focus,
.muteBtnAtn .btn:active,
.muteBtnAtn .btn:focus {
  background-color: transparent !important;
}
.participant-main video {
  object-fit: cover;
}
.dropMobM {
  position: fixed !important;
  z-index: 999;
  top: 20px;
  right: 20px;
  display: none;
}
.dropIconMM {
  background-color: #333;
  width: 6px;
  height: 6px;
  display: inline-block;
  border: 2px solid #fff;
  clear: both;
  border-radius: 50%;
  position: absolute;
}
.dropMobMM {
  left: auto !important;
  right: 0 !important;
  background-color: rgba(3, 3, 3, 0.7) !important;
  border: 1px solid transparent !important;
  top: 10px !important;
}
.MM-Two {
  top: 3px;
}
.MM-Three {
  top: 21px;
}
.dropMobM .dropdown-item {
  color: #fff;
  font-size: 13px;
}
.btn-share-chat {
  border-top: 1px solid #fff;
}
.mobShareIcon img {
  width: 20px;
  margin-right: 5px;
}
.dropMobM .dropdown-toggle::after {
  display: none;
}
.dropMobM .btn.active,
.dropMobM .btn.focus,
.dropMobM .btn:active,
.dropMobM .btn:focus {
  background-color: transparent !important;
}
.dropMobM .show > .dropdown-menu {
  top: 10px !important;
}
.dropMobM .dropdown-item:focus,
.dropMobM .dropdown-item:hover {
  background-color: transparent !important;
  color: #fff !important;
}
.btn-share-chat {
  border-top: 1px solid #fff;
}
.backcolor + span + .call-animation h1 {
  background: #06df14;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  animation: call 1.5s ease infinite;
  color: #f0f8ff;
  font-size: 25px;
  font-weight: 700;
  position: relative;
}
.backcolor + span + .call-animation h1 {
  position: absolute;
  height: 100px;
  width: 100px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.pp-wrapper .backcolor + span + .call-animation h1 {
  position: absolute;
  height: 0;
  width: 0;
  top: 30%;
  left: 41%;
  transform: translate(-50%, -50%);
}
.pp-wrapper .backcolor + span + .call-animation h1 {
  font-size: 16px;
  font-weight: 600;
  margin-left: 1px;
}
@keyframes call {
  15% {
    box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.5);
  }
  25% {
    box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.5),
      0 0 0 16px rgba(255, 255, 255, 0.3);
  }
  30% {
    box-shadow: 0 0 0 12px rgba(255, 255, 255, 0.5),
      0 0 0 24px rgba(255, 255, 255, 0.3);
  }
}
.disabled img {
  opacity: 0.3;
}
.no-bodyscroll {
  overflow: hidden !important;
}
.refer-modal .share-bx .refer-icon {
  display: flex;
  justify-content: center;
  padding: 2rem 0;
}
.refer-modal .share-bx .refer-icon img {
  width: 53px;
}
.refer-modal .share-bx .social-links {
  display: flex;
  flex-direction: column;
}
.refer-modal .share-bx .social-links a,
.refer-modal .share-bx .social-links button {
  background-color: transparent !important;
  color: #02ad88 !important;
  border-radius: 34px;
  margin: 3px 0 !important;
  padding: 10px 10px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #02ad88;
}
.refer-modal .share-bx .social-links a:hover,
.refer-modal .share-bx .social-links button:hover {
  background-color: #02ad88 !important;
  color: #fff !important;
}
.refer-modal .share-bx {
  padding: 0 2rem;
}
.refer-close-btn {
  font-size: 35px !important;
  margin-top: 10px;
  margin-right: 12px;
  position: relative;
  z-index: 9;
}
.refer-modal .modal-header {
  border: 0;
  justify-content: flex-end;
  padding: 15px 15px 0 0;
  height: 0;
}
@media screen and (max-width: 767px) {
  .participant h1::after {
    top: -27px;
    left: -48px;
    width: 136px;
  }
  .participant video.backcolor + span + .call-animation h1::after {
    left: -46px;
    top: -29px;
  }
  .participant video.backcolor {
    position: static;
  }
  .participant span,
  .participant-main span {
    max-width: 80px;
  }
  .pp-wrapper {
    bottom: 110px;
  }
}
@media screen and (max-width: 640px) {
  .dropMobM {
    display: inline-block;
  }
  .button-controls .btn-share-chat,
  .button-controls .btn-share-screen {
    display: none;
  }
  .mobAttendM {
    margin-right: 70px;
  }
  .pp-wrapper {
    overflow-x: auto;
    right: auto;
    width: 100%;
    padding: 10px 0;
    bottom: 140px;
    border: none;
    border-collapse: separate;
    border-spacing: 15px 0;
  }
  .participant {
    height: 100px;
    margin: 20px 10px;
    width: 120px;
    display: table-cell;
    min-width: 120px;
  }
  .participant h1::after {
    top: -30px;
    left: -37px;
    width: 114px;
  }
  .participant span,
  .participant-main span {
    max-width: 80px;
  }
  .popUpShop iframe {
    width: 320px;
    height: 400px;
  }
}
@media screen and (max-width: 768px) {
  .button-controls {
    width: 350px;
  }
  .button-controls .btn .control-icon {
    width: 20px;
  }
  .tabMainVideo .mat-tab-label {
    min-width: 110px;
  }
}
@media screen and (max-width: 481px) {
  .button-controls {
    width: 320px;
    padding: 6px 15px;
    bottom: 90px;
  }
  .btn.btn-leave-call {
    height: 45px;
    width: 45px;
    left: 54%;
  }
  .sharescreen .participant-main {
    width: 100%;
  }
  .participant {
    min-width: 120px;
  }
  .sharescreen .pp-wrapper {
    height: auto;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    bottom: 0;
    top: auto;
    flex-direction: row;
  }
  .participant h1 {
    height: 40px;
    width: 40px;
    font-size: 1rem;
    line-height: 40px;
  }
  .participant span {
    font-size: 0.65rem;
  }
  .participant-main h1 {
    height: 65px;
    width: 65px;
    line-height: 65px;
    font-size: 1.25rem;
  }
  .difPagination .pagination li a {
    padding: 5px 7px;
    font-size: 12px;
  }
  .backcolor + span + .call-animation h1 {
    height: 65px;
    width: 65px;
    font-size: 20px;
  }
  .proImgQV .imgListVd img,
  .proImgQV .imgListVd img.docImg {
    max-height: 120px !important;
    width: auto !important;
  }
  .participant video.backcolor + span + .call-animation h1::after {
    top: -17px;
  }
  body .modal.popUpShop {
    top: -5px !important;
    left: 0;
  }
}
@media screen and (max-width: 640px) {
  .participant video {
    width: 120px;
  }
  .modal-dialog {
    margin: 1.5rem !important;
  }
  .artist-name.cancel-bg {
    padding: 7px;
  }
  .cal-page {
    padding: 0 !important;
  }
  .cal-page .cal-status {
    margin-top: 0 !important;
  }
  .cal-page .cal-status .badge {
    margin-right: 0 !important;
  }
  .cal-page .btn-group1 {
    text-align: right;
    margin-top: -66px;
  }
  .cal-page .btn-group1 .calenderTxt {
    font-size: 13px;
  }
  .cal-page .cal-view-btn {
    justify-content: flex-end !important;
  }
  .cal-page .cal-icon {
    position: absolute;
    top: -4px;
    right: 0;
    margin-right: 5px !important;
  }
  .clear-msg-box .txtBtn {
    width: 100%;
    margin: -12px 0 4px 0 !important;
    padding: 0;
    text-align: right;
  }
  .mob-m-0.mt-1 {
    margin-top: 0 !important;
  }
}
@media screen and (max-width: 381px) {
  .button-controls {
    width: 290px;
  }
  .button-controls .btn {
    padding: 7px;
  }
}
@media screen and (max-width: 340px) {
  .leftPanMob li a:before {
    content: "1";
    position: absolute;
    right: 10px;
    top: 10px;
    margin-top: -3.5px;
    color: #f7f7f7;
    height: 18px;
    width: 20px;
    text-indent: -9999px;
    background-color: #f2f2f2;
  }
  .main-menu-left.menu-dark .navigation > li.active > a:before {
    background-color: #fff;
  }
}
/* .color-picker {
  left: 15px !important;
  top: 42px !important;
} */
.custom-tab .mat-tab-label {
  opacity: 1;
}
.global-search-rounded.srcInpt input.form-control {
  border-radius: 20px !important;
  background-color: #fff !important;
  box-shadow: none;
  padding-left: 20px !important;
  border: 1px solid #ddd !important;
}
.multicart .proInnThumb ul {
  max-height: calc(100vh - 385px);
}
.multicart ul {
  padding: 0 0.6rem;
  margin: 0;
}
.multicart li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #e7e7e7;
  padding: 0.5rem 0;
}
.multicart li:nth-last-child(1) {
  border: 0;
}
.multicart li span.pd-name {
  color: #019dac;
  font-weight: 500;
  text-align: left;
  line-height: 1.2;
  font-size: 0.9rem;
}
.multicart .product-name {
  width: 63%;
  text-align: left;
  line-height: 1.2;
}
.multicart li span.pd-no,
.multicart li span.pd-price {
  color: #464646;
  font-weight: 600;
  font-size: 0.9rem;
}
.multicart span.pd-no {
  margin-left: 0.2rem;
}
.multicart .pd-delete {
  margin-left: 0.6rem;
}
.multicart .pd-delete img {
  width: 20px;
}
.multicart .total-price span {
  color: #464646;
  font-weight: 500;
  font-size: 1.06em;
}
.multicart h4 {
  margin: 17px 10px 5px 20px;
}
.checkout-link a {
  color: #019dac !important;
  font-weight: 500;
  margin-top: 1rem !important;
  display: block;
}
.checkout-link a:hover {
  background-color: transparent !important;
}
.checkout-link a svg {
  margin-left: 0.2rem;
}
.quickViewFoot .p-name {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.quickViewFoot .pprice {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  padding: 0 10px;
}
.quickViewFoot .quickVSubPrice {
  font-size: 14px;
}
.quickViewFoot .quickTtl {
  padding: 5px 10px 0 !important;
  font-weight: 500;
  font-size: 15px;
  text-align: left;
}
.colpy-link {
  cursor: pointer;
  font-size: 12px;
  display: flex;
  align-items: center;
}
.colpy-link a:hover {
  background-color: transparent !important;
}
.colpy-link svg {
  margin-right: 4px;
}
.cart-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cart-head a {
  font-size: 13px;
  color: #fff !important;
  padding: 0.5rem 1rem !important;
  margin: 0 !important;
  background-color: #019dac;
  border-radius: 20px;
}
.cart-head a svg {
  margin-left: 0.3rem;
}
.cart-head a:hover {
  background-color: #019dac !important;
}
.cart-heading strong {
  font-size: 1.6rem;
}
.tabMainVideo .mat-tab-body-content {
  padding-bottom: 1rem;
}
.custom-select-outline {
  border: 1px solid #fff !important;
  border-radius: 15rem;
  -moz-border-radius: 15rem;
  -webkit-border-radius: 15rem;
  -ms-border-radius: 15rem;
  -o-border-radius: 15rem;
 background-color: #fff;
color: #333;
color-scheme: light only;
  padding: 4px 5px;
  outline: 0;
  font-size: 1rem;
}
.custom-select-global {
  border: 1px solid #ddd !important;
  border-radius: 15rem !important;
  -moz-border-radius: 15rem !important;
  -webkit-border-radius: 15rem !important;
  -ms-border-radius: 15rem !important;
  -o-border-radius: 15rem !important;
  padding: 3px 10px !important;
  height: -moz-fit-content !important;
  height: fit-content !important;
  width: 99px !important;
  font-size: 0.9rem !important;
}
.custom-select-outline option {
  color: #000;
}
.cal-msg-icon {
  width: 12px;
  margin-left: 6px;
}
.guest-btns .btn-share-screen {
  position: relative;
  left: -50px;
}
.guest-btns .cart-icon {
  position: relative;
  left: -50px;
}
.screensharebtn .button-controls {
  background: rgba(0, 0, 0, 0.5);
}
.message-highlight {
  font-weight: 600;
  color: #000;
}
.email-text-wrap {
  white-space: normal;
}
.webinar-faq .card-header button {
  width: 100%;
}
.btn.active,
.webinar-faq .card-header .btn.focus,
.webinar-faq .card-header .btn:active,
.webinar-faq .card-header .btn:focus {
  background-color: transparent !important;
  text-decoration: none;
}
.webinar-faq .card-header .btn:hover {
  text-decoration: none;
}
.webinar-faq .accordion .card {
  margin-bottom: 0;
  border-bottom: 1px solid #f2f2f2 !important;
}
.powerdby {
  font-size: 11px;
  font-weight: 600;
  color: #000;
}
.stripe-powerd {
  width: 100%;
  justify-content: flex-end;
  display: flex;
  align-items: center;
  font-size: 14px;
}
.stripe-powerd img {
  width: 43px !important;
  height: 20px;
  margin-left: 3px;
}
.powerd-text {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.additProImg .stripe-powerd img {
  border: 0 !important;
}
.subsplan-detail {
  text-align: left;
}
.subs-renewal p {
  font-size: 13px;
}
.subs-renewal h4 {
  font-size: 1.25rem;
  font-weight: 600;
  color: red !important;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 15px;
  margin-bottom: 15px;
  padding: 0 1.7rem 1rem 0;
  text-align: left;
}
.subs-renewal .h5-heading,
.subs-renewal h5 {
  font-size: 1.1rem;
  font-weight: 600;
  color: #464646 !important;
  display: block;
  margin-bottom: 0.5rem;
}
.subs-renewal table {
  border: 1px solid #e3ebf3 !important;
}
.subs-renewal .modal-header {
  height: 0;
  padding: 0;
  margin: -10px -2px 0 !important;
  border: 0 !important;
}
.subs-renewal .modal-header button {
  position: absolute;
  right: 18px;
  z-index: 9;
}
.subs-renewal .modal-body {
  padding: 1rem 1.5rem;
}
.subs-renewal .modal-footer {
  padding-bottom: 2rem;
}
.subs-renewal table td,
.subs-renewal table th {
  border-top: 0 !important;
  font-size: 13px;
}
.subs-renewal table th b {
  font-weight: 600;
}
.subs-renewal table td,
.subs-renewal table th {
  padding: 0.75rem !important;
}
.subs-renewal table th {
  width: 154px !important;
}
.subs-renewal .modal-body {
  padding-top: 0;
}

.ngx-pe-dialog-footer .ngx-pe-btn-primary,
.ngx-pe-tool-bar button:hover {
  background-color: var(--reverseButtonColor) !important;
  border-color: var(--reverseButtonColor) !important;
}

.cropper-crop-box .cropper-point.point-se::before {
  background-color: var(--reverseButtonColor) !important;
}
.cropper-crop-box .cropper-point {
  background-color: var(--reverseButtonColor) !important;
}

.has-icon-left .form-control {
  border-right-width: 0 !important;
  border-radius: 4px 0rem 0rem 4px !important;
}
.has-icon-left.resetpwd .eye-btn {
  border-color: #ccc;
}
.has-icon-left .eye-btn {
  border-left-width: 0 !important;
  border-radius: 0px 4px 4px 0px !important;
  cursor: pointer;
}

@media only screen and (min-device-width: 641px) and (max-device-width: 700px) and (orientation: portrait) {
  .guest-btns .btn-share-screen {
    display: none;
  }
  .presenter-btns .mobAttendM {
    margin-right: 0 !important;
  }
  .presenter-btns .btn.btn-share-chat {
    margin-right: 4.75rem;
    position: relative;
    left: 30px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1400px) and (orientation: portrait) {
  .tabMainVideo .mat-tab-body-content {
    height: 100%;
    overflow: hidden;
  }
}
@media only screen and (min-device-width: 500px) and (max-device-width: 1023px) and (orientation: landscape) {
  .tabMainVideo .mat-tab-body-content {
    overflow: hidden;
  }
  .chatRmTb.wholePop.filtMain {
    max-height: calc(100vh - 180px) !important;
    padding-bottom: 50px;
  }
  #mat-tab-content-2-0 .mat-tab-body-content,
  #mat-tab-label-0-0 .mat-tab-body-content {
    padding-bottom: 50px;
  }
  .quickArrowBtm {
    z-index: 1;
  }
}
@media screen and (max-device-width: 700px) and (orientation: portrait) {
  .tabMainVideo .mat-tab-body-content {
    height: 100%;
    overflow: hidden;
  }
  .chatRmTb.wholePop.filtMain {
    max-height: calc(100vh - 190px) !important;
  }
  .message-body.no-textbox {
    height: 100% !important;
  }
  .presenter-btns .mobAttendM {
    margin-right: 100px;
    position: relative;
    left: 32px;
  }
  .presenter-btns .chat-btn {
    position: relative;
    left: 23px;
  }
  .guest-btns .mobAttendM {
    position: relative;
    left: -21px;
  }
  .sharescreen .participant {
    height: 60px;
  }
  .sharescreen .participant {
    height: 56px;
    min-width: 85px !important;
    width: 85px;
  }
  .sharescreen .participant h1::after {
    top: -8px;
    left: -25px;
    height: 52px;
    width: 89px;
  }
  .sharescreen .participant video {
    width: 94px;
  }
  .chatRmTb-safari.wholePop.filtMain {
    padding-bottom: 65px;
  }
  .secLogo {
    margin-top: 0;
    /* height: 71px; */
    display: flex;
    align-items: center;
  }
  .reg-btns {
    display: flex;
  }
  .reg-button button {
    width: 100%;
    padding: 10px 10px !important;
  }
  .stripe-powerd {
    justify-content: center;
    margin-top: 10px;
  }
  .mob-center {
    text-align: center;
  }
  .powerd-text {
    padding-top: 0 !important;
  }
  .flex-column-mb {
    flex-direction: column;
  }
  .all-webinar-btn {
    width: 130px;
  }
  .mob-scroll {
    overflow: auto;
  }
  .subs-renewal .plan-detail {
    padding: 0 !important;
  }
  .subs-renewal .modal-footer button {
    margin-bottom: 1rem;
  }
  .subs-renewal table th {
    width: 140px !important;
  }
  .subs-renewal table td,
  .subs-renewal table th {
    padding: 5px;
    white-space: break-spaces;
  }
}
@media only screen and (min-device-width: 701px) and (max-device-width: 768px) and (orientation: portrait) {
  .presenter-btns .btn.btn-share-chat {
    margin-right: 4.75rem;
    position: relative;
    left: 30px;
  }
  .presenter-btns .mobAttendM {
    position: relative;
    left: 28px;
  }
  .presenter-btns .chat-btn {
    position: relative;
    left: 28px;
  }
  .guest-btns .btn-share-screen {
    display: none;
  }
  .guest-btns .mobAttendM {
    position: relative;
    left: -17px;
  }
}
@media screen and (max-device-width: 768px) and (orientation: landscape) {
  .presenter-btns .btn.btn-share-chat {
    margin-right: 4.75rem;
    position: relative;
    left: 30px;
  }
  .presenter-btns .mobAttendM {
    position: relative;
    left: 28px;
  }
  .presenter-btns .chat-btn {
    position: relative;
    left: 28px;
  }
  .guest-btns .btn-share-screen {
    display: none;
  }
  .guest-btns .btn-share-chat {
    display: none;
  }
  .guest-btns .mobAttendM {
    position: relative;
    left: -61px;
    margin: 0;
  }
  .chatRmTb-safari.wholePop.filtMain {
    padding-bottom: 75px;
  }
  .stripe-powerd {
    margin-top: -30px;
  }
}
@media screen and (max-device-width: 1024px) and (orientation: landscape) {
  .mm-wrapper .room-wrapper .button-controls {
    z-index: 99;
  }
  .multicart .proInnThumb ul {
    max-height: 100%;
  }
  #mat-tab-content-2-0 .mat-tab-body-content {
    overflow: auto;
  }
  .room-wrapper #sidebar {
    background-color: #e4e4e4 !important;
    z-index: 999 !important;
  }
  .chatRmTb-safari.wholePop.filtMain {
    padding-bottom: 75px;
  }
  .footNavLeft-safari {
    bottom: 15px !important;
  }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1400px) and (orientation: landscape) {
  .tabMainVideo .mat-tab-body-content {
    height: 100%;
    overflow: hidden;
  }
}
@media only screen and (min-device-width: 1000px) and (max-device-width: 1024px) and (orientation: landscape) {
  #mat-tab-content-0-0 .mat-tab-body-content,
  #mat-tab-content-2-0 .mat-tab-body-content {
    overflow: hidden;
  }
  .multicart .proInnThumb ul {
    max-height: calc(100vh - 385px);
  }
}
@media only screen and (min-device-width: 480px) and (max-device-width: 700px) and (orientation: portrait) {
  .sharescreen .pp-wrapper {
    bottom: auto;
  }
  .sharescreen .pp-wrapper.filtMain {
    max-height: 80px !important;
    width: 100%;
    top: auto;
    bottom: 113px;
  }
  .sharescreen .participant-main {
    width: 100%;
  }
}
@media only screen and (min-device-width: 641px) and (max-device-width: 701px) and (orientation: portrait) {
  .sharescreen .pp-wrapper.filtMain {
    max-height: 100px !important;
  }
  .sharescreen .participant h1::after {
    top: -5px;
    left: -20px;
  }
}
@media screen and (min-width: 1200px) {
  .tabMainVideo .mat-tab-body-content {
    height: -webkit-fill-available;
    overflow: hidden;
  }
}
#mat-select-0-panel {
  background: #fff;
}
#mat-select-0-panel input {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #ccc;
  padding: 13px 14px;
}
@media screen and (max-width: 360px) {
  .reg-content .timeline ul li span {
    font-size: 0.78rem;
  }
}
@media screen and (max-device-width: 1024px) {
  .reg-button button {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media only screen and (max-width: 480px) {
  .mob-pad-0 {
    padding: 0 !important;
  }
}
html.dashboard .mat-select-panel {
  margin-top: 30px !important;
}
@media only screen and (max-width: 480px) {
  .dashboard-grid .filter-row form {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start !important;
  }
  .dashboard-grid .filter-row form .filterul {
    display: flex;
  }
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .btn-box {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .btn-box .btn.btn-margo-cancel {
    margin: 0;
  }
  .btn-box .btn.btn-margo-action,
  .btn-box .btn.btn-margo-cancel {
    padding: 10px 0;
  }
}
.ngx-pagination .current {
  background: var(--reverseButtonColor) !important;
}
mob-pad-0 {
  padding: 0;
}
@media screen and (max-width: 767px) {
  .msg-snippets {
    background-color: rgb(0 0 0 / 65%);
    width: 100% !important;
    height: 100%;
    position: fixed !important;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -22px;
    left: 0;
    z-index: 999;
  }
  .msg-snippets .card {
    height: calc(100vh - 50px);
  }
}
@media screen and (max-width: 767px) and (orientation: landscape) {
  .msg-snippets {
    z-index: 999;
  }
}

mat-datepicker-toggle .mat-ripple,
mat-datepicker-toggle .mdc-icon-button__ripple {
  display: none !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]!./src/assets/css/scrollBar/perfect-scrollbar.css ***!
  \****************************************************************************************************************************************************************************************************************************************/
.ps{overflow:hidden!important;overflow-anchor:none;-ms-overflow-style:none;touch-action:auto;-ms-touch-action:auto}.ps__rail-x{display:none;opacity:0;transition:background-color .2s linear,opacity .2s linear;-webkit-transition:background-color .2s linear,opacity .2s linear;height:15px;bottom:0;position:absolute}.ps__rail-y{display:none;opacity:0;transition:background-color .2s linear,opacity .2s linear;-webkit-transition:background-color .2s linear,opacity .2s linear;width:15px;right:0;position:absolute}.ps--active-x>.ps__rail-x,.ps--active-y>.ps__rail-y{display:block;background-color:transparent}.ps--focus>.ps__rail-x,.ps--focus>.ps__rail-y,.ps--scrolling-x>.ps__rail-x,.ps--scrolling-y>.ps__rail-y,.ps:hover>.ps__rail-x,.ps:hover>.ps__rail-y{opacity:.6}.ps .ps__rail-x.ps--clicking,.ps .ps__rail-x:focus,.ps .ps__rail-x:hover,.ps .ps__rail-y.ps--clicking,.ps .ps__rail-y:focus,.ps .ps__rail-y:hover{background-color:#eee;opacity:.9}.ps__thumb-x{background-color:#aaa;border-radius:6px;transition:background-color .2s linear,height .2s ease-in-out;-webkit-transition:background-color .2s linear,height .2s ease-in-out;height:6px;bottom:2px;position:absolute}.ps__thumb-y{background-color:#aaa;border-radius:6px;transition:background-color .2s linear,width .2s ease-in-out;-webkit-transition:background-color .2s linear,width .2s ease-in-out;width:6px;right:2px;position:absolute}.ps__rail-x.ps--clicking .ps__thumb-x,.ps__rail-x:focus>.ps__thumb-x,.ps__rail-x:hover>.ps__thumb-x{background-color:#999;height:11px}.ps__rail-y.ps--clicking .ps__thumb-y,.ps__rail-y:focus>.ps__thumb-y,.ps__rail-y:hover>.ps__thumb-y{background-color:#999;width:11px}@supports (-ms-overflow-style:none){.ps{overflow:auto!important}}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){.ps{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/assets/sass/main.scss?ngGlobalStyle ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/*!
 * Bootstrap v4.2.1 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #1e9ff2;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #ff4961;
  --orange: #ff9149;
  --yellow: #ffc107;
  --green: #28d094;
  --teal: #20c997;
  --cyan: #666ee8;
  --white: #fff;
  --gray: #6b6f82;
  --gray-dark: #464855;
  --primary: #666ee8;
  --secondary: #6b6f82;
  --success: #28d094;
  --info: #1e9ff2;
  --warning: #ff9149;
  --danger: #ff4961;
  --light: #babfc7;
  --dark: #464855;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --font-family-monospace: "Quicksand", Georgia, "Times New Roman", Times, serif;
}

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.45;
  color: #6b6f82;
  text-align: left;
  background-color: #F4F5FA;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

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

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

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

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 {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #5059e5;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #1e29ca;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: "Quicksand", Georgia, "Times New Roman", Times, serif;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6b6f82;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

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;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

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

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: "Quicksand", Georgia, "Times New Roman", Times, serif;
  font-weight: 400;
  line-height: 1.2;
  color: #464855;
}

h1, .h1 {
  font-size: 2rem;
}

h2, .h2 {
  font-size: 1.74rem;
}

h3, .h3 {
  font-size: 1.51rem;
}

h4, .h4 {
  font-size: 1.32rem;
}

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

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

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

.display-1 {
  font-size: 6rem;
  font-weight: 400;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 400;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 400;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.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: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6b6f82;
}
.blockquote-footer::before {
  content: "— ";
}

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #F4F5FA;
  border: 1px solid #626e82;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

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

.figure-caption {
  font-size: 90%;
  color: #6b6f82;
}

code {
  font-size: 87.5%;
  color: #F74B5C;
  word-break: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #f2f3f5;
  border-radius: 0.21rem;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #6b6f82;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

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

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

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

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

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

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

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

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #6b6f82;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #626e82;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #626e82;
}
.table tbody + tbody {
  border-top: 2px solid #626e82;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #626e82;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #626e82;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(245, 247, 250, 0.5);
}

.table-hover tbody tr:hover {
  color: #6b6f82;
  background-color: rgba(245, 247, 250, 0.5);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #d4d6f9;
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #afb4f3;
}

.table-hover .table-primary:hover {
  background-color: #bec1f6;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #bec1f6;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d7dc;
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b2b4be;
}

.table-hover .table-secondary:hover {
  background-color: #c8cad0;
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cad0;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3f2e1;
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fe7c7;
}

.table-hover .table-success:hover {
  background-color: #aeedd7;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #aeedd7;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #c0e4fb;
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #8acdf8;
}

.table-hover .table-info:hover {
  background-color: #a8daf9;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #a8daf9;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffe0cc;
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffc6a0;
}

.table-hover .table-warning:hover {
  background-color: #ffd1b3;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffd1b3;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #ffccd3;
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ffa0ad;
}

.table-hover .table-danger:hover {
  background-color: #ffb3bd;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #ffb3bd;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #ecedef;
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #dbdee2;
}

.table-hover .table-light:hover {
  background-color: #dee0e3;
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #dee0e3;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #cbcccf;
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #9fa0a7;
}

.table-hover .table-dark:hover {
  background-color: #bebfc3;
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #bebfc3;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(245, 247, 250, 0.5);
}

.table-hover .table-active:hover {
  background-color: rgba(228, 233, 242, 0.5);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(228, 233, 242, 0.5);
}

.table .thead-dark th {
  color: #fff;
  background-color: #464855;
  border-color: #575a6a;
}
.table .thead-light th {
  color: #4e5154;
  background-color: #98a4b8;
  border-color: #626e82;
}

.table-dark {
  color: #fff;
  background-color: #464855;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #575a6a;
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.25em + 1.5rem + 2px);
  padding: 0.75rem 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25;
  color: #4e5154;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #babfc7;
  padding-left: 22px;
  border-radius: 0.25rem;
  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::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #4e5154;
  background-color: #fff;
  border-color: #1e9ff2;
  outline: 0;
  box-shadow: none;
}
.form-control::placeholder {
  color: #babfc7;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #98a4b8;
  opacity: 1;
}

select.form-control:focus::-ms-value {
  color: #4e5154;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.75rem + 1px);
  padding-bottom: calc(0.75rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.25;
}

.col-form-label-lg {
  padding-top: calc(1rem + 1px);
  padding-bottom: calc(1rem + 1px);
  font-size: 1.25rem;
  line-height: 1.25;
}

.col-form-label-sm {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 0.875rem;
  line-height: 1;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  margin-bottom: 0;
  line-height: 1.25;
  color: #6b6f82;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.875rem + 2px);
  padding: 0.5rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1;
  border-radius: 0.21rem;
}

.form-control-lg {
  height: calc(1.25em + 2rem + 2px);
  padding: 1rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.25;
  border-radius: 0.35rem;
}

select.form-control[size], select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input:disabled ~ .form-check-label {
  color: #6b6f82;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28d094;
}

.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;
  line-height: 1.45;
  color: #2a2e30;
  background-color: rgba(40, 208, 148, 0.9);
  border-radius: 0.25rem;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28d094;
  padding-right: calc(1.25em + 1.5rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328d094' d='M2.3 6.73L.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.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center right calc(0.3125em + 0.375rem);
  background-size: calc(0.625em + 0.75rem) calc(0.625em + 0.75rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #28d094;
  box-shadow: 0 0 0 0.2rem rgba(40, 208, 148, 0.25);
}
.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip {
  display: block;
}

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

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28d094;
  padding-right: calc((1em + 1.5rem) * 3 / 4 + 2rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23464855' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 1rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328d094' d='M2.3 6.73L.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.1z'/%3e%3c/svg%3e") #fff no-repeat center right 2rem/calc(0.625em + 0.75rem) calc(0.625em + 0.75rem);
}
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #28d094;
  box-shadow: 0 0 0 0.2rem rgba(40, 208, 148, 0.25);
}
.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip, .custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}

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

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28d094;
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28d094;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28d094;
}
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #4eddaa;
  background-color: #4eddaa;
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 208, 148, 0.25);
}
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28d094;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28d094;
}
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28d094;
  box-shadow: 0 0 0 0.2rem rgba(40, 208, 148, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #ff4961;
}

.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;
  line-height: 1.45;
  color: #fff;
  background-color: rgba(255, 73, 97, 0.9);
  border-radius: 0.25rem;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #ff4961;
  padding-right: calc(1.25em + 1.5rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23ff4961' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23ff4961' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-position: center right calc(0.3125em + 0.375rem);
  background-size: calc(0.625em + 0.75rem) calc(0.625em + 0.75rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #ff4961;
  box-shadow: 0 0 0 0.2rem rgba(255, 73, 97, 0.25);
}
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip {
  display: block;
}

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

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #ff4961;
  padding-right: calc((1em + 1.5rem) * 3 / 4 + 2rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23464855' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 1rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23ff4961' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23ff4961' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 2rem/calc(0.625em + 0.75rem) calc(0.625em + 0.75rem);
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #ff4961;
  box-shadow: 0 0 0 0.2rem rgba(255, 73, 97, 0.25);
}
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip, .custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

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

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #ff4961;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #ff4961;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #ff4961;
}
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #ff7c8d;
  background-color: #ff7c8d;
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(255, 73, 97, 0.25);
}
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #ff4961;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #ff4961;
}
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #ff4961;
  box-shadow: 0 0 0 0.2rem rgba(255, 73, 97, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #6b6f82;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.75rem 1rem;
  font-size: 1rem;
  line-height: 1.25;
  border-radius: 0.25rem;
  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: #6b6f82;
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: none;
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #666ee8;
  border-color: #666ee8;
}
.btn-primary:hover {
  color: #fff;
  background-color: #454ee3;
  border-color: #3a44e1;
}
.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(125, 132, 235, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #666ee8;
  border-color: #666ee8;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #3a44e1;
  border-color: #2f39e0;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(125, 132, 235, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6b6f82;
  border-color: #6b6f82;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #5a5d6d;
  border-color: #545766;
}
.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(129, 133, 149, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6b6f82;
  border-color: #6b6f82;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545766;
  border-color: #4e515f;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(129, 133, 149, 0.5);
}

.btn-success {
  color: #2a2e30;
  background-color: #28d094;
  border-color: #28d094;
}
.btn-success:hover {
  color: #fff;
  background-color: #22b07d;
  border-color: #20a576;
}
.btn-success:focus, .btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 184, 133, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #2a2e30;
  background-color: #28d094;
  border-color: #28d094;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #20a576;
  border-color: #1e9b6e;
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 184, 133, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #1e9ff2;
  border-color: #1e9ff2;
}
.btn-info:hover {
  color: #fff;
  background-color: #0d8bdd;
  border-color: #0c84d1;
}
.btn-info:focus, .btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(64, 173, 244, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #1e9ff2;
  border-color: #1e9ff2;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #0c84d1;
  border-color: #0b7cc5;
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(64, 173, 244, 0.5);
}

.btn-warning {
  color: #2a2e30;
  background-color: #ff9149;
  border-color: #ff9149;
}
.btn-warning:hover {
  color: #2a2e30;
  background-color: #ff7a23;
  border-color: #ff7216;
}
.btn-warning:focus, .btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(223, 130, 69, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #2a2e30;
  background-color: #ff9149;
  border-color: #ff9149;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ff7216;
  border-color: #ff6a09;
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(223, 130, 69, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #ff4961;
  border-color: #ff4961;
}
.btn-danger:hover {
  color: #fff;
  background-color: #ff2340;
  border-color: #ff1635;
}
.btn-danger:focus, .btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 100, 121, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #ff4961;
  border-color: #ff4961;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #ff1635;
  border-color: #ff092a;
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 100, 121, 0.5);
}

.btn-light {
  color: #2a2e30;
  background-color: #babfc7;
  border-color: #babfc7;
}
.btn-light:hover {
  color: #2a2e30;
  background-color: #a5abb6;
  border-color: #9ea5b0;
}
.btn-light:focus, .btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(164, 169, 176, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #2a2e30;
  background-color: #babfc7;
  border-color: #babfc7;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #2a2e30;
  background-color: #9ea5b0;
  border-color: #979eaa;
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(164, 169, 176, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #464855;
  border-color: #464855;
}
.btn-dark:hover {
  color: #fff;
  background-color: #353640;
  border-color: #2f3039;
}
.btn-dark:focus, .btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(98, 99, 111, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #464855;
  border-color: #464855;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #2f3039;
  border-color: #292a32;
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(98, 99, 111, 0.5);
}

.btn-outline-primary {
  color: #666ee8;
  border-color: #666ee8;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #666ee8;
  border-color: #666ee8;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(102, 110, 232, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #666ee8;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #666ee8;
  border-color: #666ee8;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(102, 110, 232, 0.5);
}

.btn-outline-secondary {
  color: #6b6f82;
  border-color: #6b6f82;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6b6f82;
  border-color: #6b6f82;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(107, 111, 130, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6b6f82;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6b6f82;
  border-color: #6b6f82;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(107, 111, 130, 0.5);
}

.btn-outline-success {
  color: #28d094;
  border-color: #28d094;
}
.btn-outline-success:hover {
  color: #2a2e30;
  background-color: #28d094;
  border-color: #28d094;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 208, 148, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28d094;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #2a2e30;
  background-color: #28d094;
  border-color: #28d094;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 208, 148, 0.5);
}

.btn-outline-info {
  color: #1e9ff2;
  border-color: #1e9ff2;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #1e9ff2;
  border-color: #1e9ff2;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(30, 159, 242, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #1e9ff2;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #1e9ff2;
  border-color: #1e9ff2;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(30, 159, 242, 0.5);
}

.btn-outline-warning {
  color: #ff9149;
  border-color: #ff9149;
}
.btn-outline-warning:hover {
  color: #2a2e30;
  background-color: #ff9149;
  border-color: #ff9149;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 145, 73, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ff9149;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: #2a2e30;
  background-color: #ff9149;
  border-color: #ff9149;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 145, 73, 0.5);
}

.btn-outline-danger {
  color: #ff4961;
  border-color: #ff4961;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #ff4961;
  border-color: #ff4961;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 73, 97, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #ff4961;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #ff4961;
  border-color: #ff4961;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 73, 97, 0.5);
}

.btn-outline-light {
  color: #babfc7;
  border-color: #babfc7;
}
.btn-outline-light:hover {
  color: #2a2e30;
  background-color: #babfc7;
  border-color: #babfc7;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(186, 191, 199, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #babfc7;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
  color: #2a2e30;
  background-color: #babfc7;
  border-color: #babfc7;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(186, 191, 199, 0.5);
}

.btn-outline-dark {
  color: #464855;
  border-color: #464855;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #464855;
  border-color: #464855;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(70, 72, 85, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #464855;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #464855;
  border-color: #464855;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(70, 72, 85, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #5059e5;
  text-decoration: none;
}
.btn-link:hover {
  color: #1e29ca;
  text-decoration: underline;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
  box-shadow: none;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6b6f82;
  pointer-events: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 1rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.25;
  border-radius: 0.35rem;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.5rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1;
  border-radius: 0.21rem;
}

.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.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 {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  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 {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #6b6f82;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.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;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .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;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .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;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^=top], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #98a4b8;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #2a2e30;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #1e2122;
  text-decoration: none;
  background-color: #F4F5FA;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #666ee8;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6b6f82;
  pointer-events: none;
  background-color: transparent;
}

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

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6b6f82;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #2a2e30;
}

.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:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.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 > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

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

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

.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: -1px;
}
.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:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}
.btn-group-toggle > .btn input[type=radio],
.btn-group-toggle > .btn input[type=checkbox],
.btn-group-toggle > .btn-group > .btn input[type=radio],
.btn-group-toggle > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: flex;
  align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: flex;
}
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.75rem 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25;
  color: #4e5154;
  text-align: center;
  white-space: nowrap;
  background-color: #F4F5FA;
  border: 1px solid #babfc7;
  border-radius: 0.25rem;
}
.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.25em + 2rem + 2px);
}

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 1rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.25;
  border-radius: 0.35rem;
}

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.875rem + 2px);
}

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.5rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1;
  border-radius: 0.21rem;
}

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

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  display: block;
  min-height: 1.45rem;
  padding-left: 1.5rem;
}

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #666ee8;
  background-color: #666ee8;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: none;
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #1e9ff2;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: white;
  border-color: white;
}
.custom-control-input:disabled ~ .custom-control-label {
  color: #6b6f82;
}
.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #98a4b8;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
.custom-control-label::before {
  position: absolute;
  top: 0.225rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
}
.custom-control-label::after {
  position: absolute;
  top: 0.225rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50%/50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #666ee8;
  background-color: #666ee8;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(102, 110, 232, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(102, 110, 232, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: 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");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(102, 110, 232, 0.5);
}

.custom-switch {
  padding-left: 2.25rem;
}
.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}
.custom-switch .custom-control-label::after {
  top: calc(0.225rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: transform 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) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  transform: translateX(0.75rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(102, 110, 232, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.25em + 1.5rem + 2px);
  padding: 0.75rem 2rem 0.75rem 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25;
  color: #4e5154;
  vertical-align: middle;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23464855' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 1rem center/8px 10px;
  background-color: #fff;
  border: 1px solid #babfc7;
  border-radius: 0.25rem;
  appearance: none;
}
.custom-select:focus {
  border-color: #1e9ff2;
  outline: 0;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(30, 159, 242, 0.5);
}
.custom-select:focus::-ms-value {
  color: #4e5154;
  background-color: #fff;
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 1rem;
  background-image: none;
}
.custom-select:disabled {
  color: #6b6f82;
  background-color: #98a4b8;
}
.custom-select::-ms-expand {
  display: none;
}

.custom-select-sm {
  height: calc(1.875rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 0.875rem;
}

.custom-select-lg {
  height: calc(1.25em + 2rem + 2px);
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.25rem;
  font-size: 1.25rem;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.25em + 1.5rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.25em + 1.5rem + 2px);
  margin: 0;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #1e9ff2;
  box-shadow: none;
}
.custom-file-input:disabled ~ .custom-file-label {
  background-color: #98a4b8;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.25em + 1.5rem + 2px);
  padding: 0.75rem 1rem;
  font-weight: 400;
  line-height: 1.25;
  color: #4e5154;
  background-color: #fff;
  border: 1px solid #babfc7;
  border-radius: 0.25rem;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.25em + 1.5rem);
  padding: 0.75rem 1rem;
  line-height: 1.25;
  color: #4e5154;
  content: "Browse";
  background-color: #F4F5FA;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
  width: 100%;
  height: calc(1rem + 0.4rem);
  padding: 0;
  background-color: transparent;
  appearance: none;
}
.custom-range:focus {
  outline: none;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #F4F5FA, none;
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #F4F5FA, none;
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #F4F5FA, none;
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #666ee8;
  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;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: white;
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #626e82;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #666ee8;
  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;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: white;
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #626e82;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #666ee8;
  border: 0;
  border-radius: 1rem;
  -ms-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;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: white;
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
  background-color: #626e82;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #626e82;
  border-radius: 1rem;
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  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) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6b6f82;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #babfc7;
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
}
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #98a4b8 #98a4b8 #babfc7;
}
.nav-tabs .nav-link.disabled {
  color: #6b6f82;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #4e5154;
  background-color: #F4F5FA;
  border-color: #626e82 #626e82 #F4F5FA;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #666ee8;
}

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

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

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

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar > .container,
.navbar > .container-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.31875rem;
  padding-bottom: 0.31875rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

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

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row 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: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row 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: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row 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: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row 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: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: #464855;
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: #464855;
}
.navbar-light .navbar-nav .nav-link {
  color: #6b6f82;
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: #626e82;
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: #F4F5FA;
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: #464855;
}
.navbar-light .navbar-toggler {
  color: #6b6f82;
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='%236b6f82' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: #6b6f82;
}
.navbar-light .navbar-text a {
  color: #464855;
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: #464855;
}

.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: white;
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.9);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: white;
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='white' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: white;
}
.navbar-dark .navbar-text a {
  color: #fff;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 0.35rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.35rem;
  border-top-right-radius: 0.35rem;
}
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.35rem;
  border-bottom-left-radius: 0.35rem;
}

.card-body {
  flex: 1 1 auto;
  padding: 1.5rem;
}

.card-title {
  margin-bottom: 1.5rem;
}

.card-subtitle {
  margin-top: -0.75rem;
  margin-bottom: 0;
}

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

.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.5rem;
}

.card-header {
  padding: 1.5rem 1.5rem;
  margin-bottom: 0;
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.card-header:first-child {
  border-radius: calc(0.35rem - 1px) calc(0.35rem - 1px) 0 0;
}
.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 1.5rem 1.5rem;
  background-color: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.35rem - 1px) calc(0.35rem - 1px);
}

.card-header-tabs {
  margin-right: -0.75rem;
  margin-bottom: -1.5rem;
  margin-left: -0.75rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.75rem;
  margin-left: -0.75rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img {
  width: 100%;
  border-radius: calc(0.35rem - 1px);
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.35rem - 1px);
  border-top-right-radius: calc(0.35rem - 1px);
}

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.35rem - 1px);
  border-bottom-left-radius: calc(0.35rem - 1px);
}

.card-deck {
  display: flex;
  flex-direction: column;
}
.card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-deck {
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    display: flex;
    flex: 1 0 0%;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group {
  display: flex;
  flex-direction: column;
}
.card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-group {
    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;
  }
}

.card-columns .card {
  margin-bottom: 1.5rem;
}
@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion > .card {
  overflow: hidden;
}
.accordion > .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}
.accordion > .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}
.accordion > .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion > .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion > .card .card-header {
  margin-bottom: -1px;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 0rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #98a4b8;
  border-radius: 0.25rem;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6b6f82;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #6b6f82;
}

.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: "/" !important;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #5059e5;
  background-color: #fff;
  border: 1px solid #626e82;
}
.page-link:hover {
  z-index: 2;
  color: #1e29ca;
  text-decoration: none;
  background-color: #F4F5FA;
  border-color: #626e82;
}
.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: none;
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #666ee8;
  border-color: #666ee8;
}
.page-item.disabled .page-link {
  color: #6b6f82;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #626e82;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.25;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.35rem;
  border-bottom-left-radius: 0.35rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.35rem;
  border-bottom-right-radius: 0.35rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.21rem;
  border-bottom-left-radius: 0.21rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.21rem;
  border-bottom-right-radius: 0.21rem;
}

.badge {
  display: inline-block;
  padding: 0.35em 0.4em;
  font-size: 85%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  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) {
  .badge {
    transition: none;
  }
}
a.badge:hover, a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

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

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #666ee8;
}
a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: #3a44e1;
}
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(102, 110, 232, 0.5);
}

.badge-secondary {
  color: #fff;
  background-color: #6b6f82;
}
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: #545766;
}
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(107, 111, 130, 0.5);
}

.badge-success {
  color: #2a2e30;
  background-color: #28d094;
}
a.badge-success:hover, a.badge-success:focus {
  color: #2a2e30;
  background-color: #20a576;
}
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 208, 148, 0.5);
}

.badge-info {
  color: #fff;
  background-color: #1e9ff2;
}
a.badge-info:hover, a.badge-info:focus {
  color: #fff;
  background-color: #0c84d1;
}
a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(30, 159, 242, 0.5);
}

.badge-warning {
  color: #2a2e30;
  background-color: #ff9149;
}
a.badge-warning:hover, a.badge-warning:focus {
  color: #2a2e30;
  background-color: #ff7216;
}
a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 145, 73, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #ff4961;
}
a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: #ff1635;
}
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 73, 97, 0.5);
}

.badge-light {
  color: #2a2e30;
  background-color: #babfc7;
}
a.badge-light:hover, a.badge-light:focus {
  color: #2a2e30;
  background-color: #9ea5b0;
}
a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(186, 191, 199, 0.5);
}

.badge-dark {
  color: #fff;
  background-color: #464855;
}
a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: #2f3039;
}
a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(70, 72, 85, 0.5);
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #98a4b8;
  border-radius: 0.35rem;
}
@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert {
  position: relative;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 3.5rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1rem;
  color: inherit;
}

.alert-primary {
  color: #353979;
  background-color: #e0e2fa;
  border-color: #d4d6f9;
}
.alert-primary hr {
  border-top-color: #bec1f6;
}
.alert-primary .alert-link {
  color: #252856;
}

.alert-secondary {
  color: #383a44;
  background-color: #e1e2e6;
  border-color: #d6d7dc;
}
.alert-secondary hr {
  border-top-color: #c8cad0;
}
.alert-secondary .alert-link {
  color: #212228;
}

.alert-success {
  color: #156c4d;
  background-color: #d4f6ea;
  border-color: #c3f2e1;
}
.alert-success hr {
  border-top-color: #aeedd7;
}
.alert-success .alert-link {
  color: #0d412f;
}

.alert-info {
  color: #10537e;
  background-color: #d2ecfc;
  border-color: #c0e4fb;
}
.alert-info hr {
  border-top-color: #a8daf9;
}
.alert-info .alert-link {
  color: #0a3551;
}

.alert-warning {
  color: #854b26;
  background-color: #ffe9db;
  border-color: #ffe0cc;
}
.alert-warning hr {
  border-top-color: #ffd1b3;
}
.alert-warning .alert-link {
  color: #5d351b;
}

.alert-danger {
  color: #852632;
  background-color: #ffdbdf;
  border-color: #ffccd3;
}
.alert-danger hr {
  border-top-color: #ffb3bd;
}
.alert-danger .alert-link {
  color: #5d1b23;
}

.alert-light {
  color: #616367;
  background-color: #f1f2f4;
  border-color: #ecedef;
}
.alert-light hr {
  border-top-color: #dee0e3;
}
.alert-light .alert-link {
  color: #484a4d;
}

.alert-dark {
  color: #24252c;
  background-color: #dadadd;
  border-color: #cbcccf;
}
.alert-dark hr {
  border-top-color: #bebfc3;
}
.alert-dark .alert-link {
  color: #0d0d10;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #EEE;
  border-radius: 0.25rem;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #666ee8;
  transition: width 0.6s ease;
}
@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: 1rem 1rem;
}

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

.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item-action {
  width: 100%;
  color: #4e5154;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #4e5154;
  text-decoration: none;
  background-color: #F4F5FA;
}
.list-group-item-action:active {
  color: #6b6f82;
  background-color: #98a4b8;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 1.25rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #E4E7ED;
}
.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #6b6f82;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #666ee8;
  border-color: #666ee8;
}

.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal .list-group-item {
  margin-right: -1px;
  margin-bottom: 0;
}
.list-group-horizontal .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}
.list-group-horizontal .list-group-item:last-child {
  margin-right: 0;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-sm .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-md .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-lg .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-xl .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}
.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.list-group-flush .list-group-item:last-child {
  margin-bottom: -1px;
}
.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}
.list-group-flush:last-child .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

.list-group-item-primary {
  color: #353979;
  background-color: #d4d6f9;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #353979;
  background-color: #bec1f6;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #353979;
  border-color: #353979;
}

.list-group-item-secondary {
  color: #383a44;
  background-color: #d6d7dc;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #383a44;
  background-color: #c8cad0;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383a44;
  border-color: #383a44;
}

.list-group-item-success {
  color: #156c4d;
  background-color: #c3f2e1;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #156c4d;
  background-color: #aeedd7;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #156c4d;
  border-color: #156c4d;
}

.list-group-item-info {
  color: #10537e;
  background-color: #c0e4fb;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #10537e;
  background-color: #a8daf9;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #10537e;
  border-color: #10537e;
}

.list-group-item-warning {
  color: #854b26;
  background-color: #ffe0cc;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #854b26;
  background-color: #ffd1b3;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #854b26;
  border-color: #854b26;
}

.list-group-item-danger {
  color: #852632;
  background-color: #ffccd3;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #852632;
  background-color: #ffb3bd;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #852632;
  border-color: #852632;
}

.list-group-item-light {
  color: #616367;
  background-color: #ecedef;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #616367;
  background-color: #dee0e3;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #616367;
  border-color: #616367;
}

.list-group-item-dark {
  color: #24252c;
  background-color: #cbcccf;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #24252c;
  background-color: #bebfc3;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #24252c;
  border-color: #24252c;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.close:hover {
  color: #000;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  appearance: none;
}

a.close.disabled {
  pointer-events: none;
}

.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: 0.25rem;
}
.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}
.toast.showing {
  opacity: 1;
}
.toast.show {
  display: block;
  opacity: 1;
}
.toast.hide {
  display: none;
}

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6b6f82;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.toast-body {
  padding: 0.75rem;
}

.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

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

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

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

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

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #626e82;
  border-top-left-radius: 0.35rem;
  border-top-right-radius: 0.35rem;
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.45;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #626e82;
  border-bottom-right-radius: 0.35rem;
  border-bottom-left-radius: 0.35rem;
}
.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}
.modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.45;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.45;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.35rem;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.35rem;
}
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^=top] {
  margin-bottom: 0.5rem;
}
.bs-popover-top > .arrow, .bs-popover-auto[x-placement^=top] > .arrow {
  bottom: calc((0.5rem + 1px) * -1);
}
.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^=top] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^=top] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-right, .bs-popover-auto[x-placement^=right] {
  margin-left: 0.5rem;
}
.bs-popover-right > .arrow, .bs-popover-auto[x-placement^=right] > .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.35rem 0;
}
.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^=right] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^=right] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^=bottom] {
  margin-top: 0.5rem;
}
.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^=bottom] > .arrow {
  top: calc((0.5rem + 1px) * -1);
}
.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^=bottom] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^=bottom] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left, .bs-popover-auto[x-placement^=left] {
  margin-right: 0.5rem;
}
.bs-popover-left > .arrow, .bs-popover-auto[x-placement^=left] > .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.35rem 0;
}
.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^=left] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^=left] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: #464855;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.35rem - 1px);
  border-top-right-radius: calc(0.35rem - 1px);
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #6b6f82;
}

.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-left),
.active.carousel-item-right {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  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-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: 0s 0.6s opacity;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    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%;
  color: #fff;
  text-align: center;
  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: 20px;
  height: 20px;
  background: no-repeat 50%/100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  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 li {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spinner-border 0.75s linear infinite;
}

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

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: spinner-grow 0.75s linear infinite;
}

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

.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;
}

.bg-primary {
  background-color: #666ee8 !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #3a44e1 !important;
}

.bg-secondary {
  background-color: #6b6f82 !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545766 !important;
}

.bg-success {
  background-color: #28d094 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #20a576 !important;
}

.bg-info {
  background-color: #1e9ff2 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #0c84d1 !important;
}

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

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #ff7216 !important;
}

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

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #ff1635 !important;
}

.bg-light {
  background-color: #babfc7 !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #9ea5b0 !important;
}

.bg-dark {
  background-color: #464855 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #2f3039 !important;
}

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

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #626e82 !important;
}

.border-top {
  border-top: 1px solid #626e82 !important;
}

.border-right {
  border-right: 1px solid #626e82 !important;
}

.border-bottom {
  border-bottom: 1px solid #626e82 !important;
}

.border-left {
  border-left: 1px solid #626e82 !important;
}

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

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #666ee8 !important;
}

.border-secondary {
  border-color: #6b6f82 !important;
}

.border-success {
  border-color: #28d094 !important;
}

.border-info {
  border-color: #1e9ff2 !important;
}

.border-warning {
  border-color: #ff9149 !important;
}

.border-danger {
  border-color: #ff4961 !important;
}

.border-light {
  border-color: #babfc7 !important;
}

.border-dark {
  border-color: #464855 !important;
}

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

.rounded-sm {
  border-radius: 0.21rem !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
  border-radius: 0.35rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

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

.d-block {
  display: block !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;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !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;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !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;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !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;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !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;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !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;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.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-wrap {
  flex-wrap: wrap !important;
}

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

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !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;
}

.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;
}

.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;
}

@media (min-width: 576px) {
  .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-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !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;
  }
  .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;
  }
  .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;
  }
}
@media (min-width: 768px) {
  .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-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !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;
  }
  .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;
  }
  .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;
  }
}
@media (min-width: 992px) {
  .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-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !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;
  }
  .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;
  }
  .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;
  }
}
@media (min-width: 1200px) {
  .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-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !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;
  }
  .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;
  }
  .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;
  }
}
.float-left {
  float: left !important;
}

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

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

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.overflow-auto {
  overflow: auto !important;
}

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

.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;
}

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

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

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

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

.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;
}

.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;
}

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

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 1rem !important;
}

.mt-1,
.my-1 {
  margin-top: 1rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 1rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 1rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 1rem !important;
}

.m-2 {
  margin: 1.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 1.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 1.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 1.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 1.5rem !important;
}

.m-3 {
  margin: 3rem !important;
}

.mt-3,
.my-3 {
  margin-top: 3rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 3rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 3rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 3rem !important;
}

.m-4 {
  margin: 3.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 3.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 3.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 3.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 3.5rem !important;
}

.m-5 {
  margin: 4rem !important;
}

.mt-5,
.my-5 {
  margin-top: 4rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 4rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 4rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 4rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

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

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

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

.p-1 {
  padding: 1rem !important;
}

.pt-1,
.py-1 {
  padding-top: 1rem !important;
}

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

.pb-1,
.py-1 {
  padding-bottom: 1rem !important;
}

.pl-1,
.px-1 {
  padding-left: 1rem !important;
}

.p-2 {
  padding: 1.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 1.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 1.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 1.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 1.5rem !important;
}

.p-3 {
  padding: 3rem !important;
}

.pt-3,
.py-3 {
  padding-top: 3rem !important;
}

.pr-3,
.px-3 {
  padding-right: 3rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 3rem !important;
}

.pl-3,
.px-3 {
  padding-left: 3rem !important;
}

.p-4 {
  padding: 3.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 3.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 3.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 3.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 3.5rem !important;
}

.p-5 {
  padding: 4rem !important;
}

.pt-5,
.py-5 {
  padding-top: 4rem !important;
}

.pr-5,
.px-5 {
  padding-right: 4rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 4rem !important;
}

.pl-5,
.px-5 {
  padding-left: 4rem !important;
}

.m-n1 {
  margin: -1rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -1rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -1rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -1rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -1rem !important;
}

.m-n2 {
  margin: -1.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -1.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -1.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -1.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -1.5rem !important;
}

.m-n3 {
  margin: -3rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -3rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -3rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -3rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -3rem !important;
}

.m-n4 {
  margin: -3.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -3.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -3.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -3.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -3.5rem !important;
}

.m-n5 {
  margin: -4rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -4rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -4rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -4rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -4rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 1rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 1rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 1rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 1rem !important;
  }
  .m-sm-2 {
    margin: 1.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 1.5rem !important;
  }
  .m-sm-3 {
    margin: 3rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 3rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 3rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 3rem !important;
  }
  .m-sm-4 {
    margin: 3.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 3.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 3.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 3.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 3.5rem !important;
  }
  .m-sm-5 {
    margin: 4rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 4rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 4rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 4rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 4rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 1rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 1rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 1rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 1rem !important;
  }
  .p-sm-2 {
    padding: 1.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 1.5rem !important;
  }
  .p-sm-3 {
    padding: 3rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 3rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 3rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 3rem !important;
  }
  .p-sm-4 {
    padding: 3.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 3.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 3.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 3.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 3.5rem !important;
  }
  .p-sm-5 {
    padding: 4rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 4rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 4rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 4rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 4rem !important;
  }
  .m-sm-n1 {
    margin: -1rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -1rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -1rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -1rem !important;
  }
  .m-sm-n2 {
    margin: -1.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n3 {
    margin: -3rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -3rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -3rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -3rem !important;
  }
  .m-sm-n4 {
    margin: -3.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -3.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -3.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -3.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -3.5rem !important;
  }
  .m-sm-n5 {
    margin: -4rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -4rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -4rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -4rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -4rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 1rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 1rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 1rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 1rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 1rem !important;
  }
  .m-md-2 {
    margin: 1.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 1.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 1.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 1.5rem !important;
  }
  .m-md-3 {
    margin: 3rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 3rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 3rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 3rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 3rem !important;
  }
  .m-md-4 {
    margin: 3.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 3.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 3.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 3.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 3.5rem !important;
  }
  .m-md-5 {
    margin: 4rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 4rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 4rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 4rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 4rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 1rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 1rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 1rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 1rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 1rem !important;
  }
  .p-md-2 {
    padding: 1.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 1.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 1.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 1.5rem !important;
  }
  .p-md-3 {
    padding: 3rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 3rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 3rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 3rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 3rem !important;
  }
  .p-md-4 {
    padding: 3.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 3.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 3.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 3.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 3.5rem !important;
  }
  .p-md-5 {
    padding: 4rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 4rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 4rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 4rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 4rem !important;
  }
  .m-md-n1 {
    margin: -1rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -1rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -1rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -1rem !important;
  }
  .m-md-n2 {
    margin: -1.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -1.5rem !important;
  }
  .m-md-n3 {
    margin: -3rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -3rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -3rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -3rem !important;
  }
  .m-md-n4 {
    margin: -3.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -3.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -3.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -3.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -3.5rem !important;
  }
  .m-md-n5 {
    margin: -4rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -4rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -4rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -4rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -4rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 1rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 1rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 1rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 1rem !important;
  }
  .m-lg-2 {
    margin: 1.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 1.5rem !important;
  }
  .m-lg-3 {
    margin: 3rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 3rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 3rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 3rem !important;
  }
  .m-lg-4 {
    margin: 3.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 3.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 3.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 3.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 3.5rem !important;
  }
  .m-lg-5 {
    margin: 4rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 4rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 4rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 4rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 4rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 1rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 1rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 1rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 1rem !important;
  }
  .p-lg-2 {
    padding: 1.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 1.5rem !important;
  }
  .p-lg-3 {
    padding: 3rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 3rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 3rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 3rem !important;
  }
  .p-lg-4 {
    padding: 3.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 3.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 3.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 3.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 3.5rem !important;
  }
  .p-lg-5 {
    padding: 4rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 4rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 4rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 4rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 4rem !important;
  }
  .m-lg-n1 {
    margin: -1rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -1rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -1rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -1rem !important;
  }
  .m-lg-n2 {
    margin: -1.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n3 {
    margin: -3rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -3rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -3rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -3rem !important;
  }
  .m-lg-n4 {
    margin: -3.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -3.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -3.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -3.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -3.5rem !important;
  }
  .m-lg-n5 {
    margin: -4rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -4rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -4rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -4rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -4rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 1rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 1rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 1rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 1rem !important;
  }
  .m-xl-2 {
    margin: 1.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 1.5rem !important;
  }
  .m-xl-3 {
    margin: 3rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 3rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 3rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 3rem !important;
  }
  .m-xl-4 {
    margin: 3.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 3.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 3.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 3.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 3.5rem !important;
  }
  .m-xl-5 {
    margin: 4rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 4rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 4rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 4rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 4rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 1rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 1rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 1rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 1rem !important;
  }
  .p-xl-2 {
    padding: 1.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 1.5rem !important;
  }
  .p-xl-3 {
    padding: 3rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 3rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 3rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 3rem !important;
  }
  .p-xl-4 {
    padding: 3.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 3.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 3.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 3.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 3.5rem !important;
  }
  .p-xl-5 {
    padding: 4rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 4rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 4rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 4rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 4rem !important;
  }
  .m-xl-n1 {
    margin: -1rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -1rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -1rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -1rem !important;
  }
  .m-xl-n2 {
    margin: -1.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n3 {
    margin: -3rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -3rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -3rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -3rem !important;
  }
  .m-xl-n4 {
    margin: -3.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -3.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -3.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -3.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -3.5rem !important;
  }
  .m-xl-n5 {
    margin: -4rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -4rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -4rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -4rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -4rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.text-monospace {
  font-family: "Quicksand", Georgia, "Times New Roman", Times, serif !important;
}

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

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

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

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

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

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

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

.text-primary {
  color: #666ee8 !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #232fde !important;
}

.text-secondary {
  color: #6b6f82 !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #484b58 !important;
}

.text-success {
  color: #28d094 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #1c9066 !important;
}

.text-info {
  color: #1e9ff2 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #0b75b9 !important;
}

.text-warning {
  color: #ff9149 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #fc6300 !important;
}

.text-danger {
  color: #ff4961 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #fc0021 !important;
}

.text-light {
  color: #babfc7 !important;
}

a.text-light:hover, a.text-light:focus {
  color: #9098a5 !important;
}

.text-dark {
  color: #464855 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #23242b !important;
}

.text-body {
  color: #6b6f82 !important;
}

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

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #626e82 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #626e82;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #626e82;
  }
}
a:focus {
  outline: none;
}

.font-small-1 {
  font-size: 0.7rem !important;
}

.font-small-2 {
  font-size: 0.8rem !important;
}

.font-small-3 {
  font-size: 0.9rem !important;
}

.font-medium-1 {
  font-size: 1.1rem !important;
}

.font-medium-2 {
  font-size: 1.2rem !important;
}

.font-medium-3 {
  font-size: 1.3rem !important;
}

.font-medium-4 {
  font-size: 1.4rem !important;
}

.font-medium-5 {
  font-size: 1.5rem !important;
}

.font-large-1 {
  font-size: 2rem !important;
}

.font-large-2 {
  font-size: 3rem !important;
}

.font-large-3 {
  font-size: 4rem !important;
}

.font-large-4 {
  font-size: 5rem !important;
}

.font-large-5 {
  font-size: 6rem !important;
}

.text-bold-300 {
  font-weight: 300;
}

.text-bold-400 {
  font-weight: 400;
}

.text-bold-500 {
  font-weight: 500;
}

.text-bold-600 {
  font-weight: 600;
}

.text-bold-700 {
  font-weight: 700;
}

.text-italic {
  font-style: italic;
}

.text-highlight {
  padding: 4px 6px;
}

ol li, ul li, dl li {
  line-height: 1.8;
}

code {
  padding: 0.2rem 0.4rem;
  font-size: 90%;
  color: #F74B5C;
  background-color: #f2f3f5;
  border-radius: 0.25rem;
}

pre {
  background-color: #f7f7f9;
}
pre code {
  background-color: transparent !important;
}

.bd-example-row .row + .row {
  margin-top: 1rem;
}
.bd-example-row .row > .col,
.bd-example-row .row > [class^=col-] {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  background-color: rgba(86, 61, 124, 0.15);
  border: 1px solid rgba(86, 61, 124, 0.2);
}
.bd-example-row .flex-items-top,
.bd-example-row .flex-items-middle,
.bd-example-row .flex-items-bottom {
  min-height: 6rem;
  background-color: rgba(255, 0, 0, 0.1);
}

.bd-example-row-flex-cols .row {
  min-height: 10rem;
  background-color: rgba(255, 0, 0, 0.1);
}

.bd-highlight {
  background-color: rgba(86, 61, 124, 0.15);
  border: 1px solid rgba(86, 61, 124, 0.15);
}

.example-container {
  width: 800px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.example-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.example-content-main {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 576px) {
  .example-content-main {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 992px) {
  .example-content-main {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
}

.example-content-secondary {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 576px) {
  .example-content-secondary {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 992px) {
  .example-content-secondary {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}

.table-white-space th, .table-white-space td {
  white-space: nowrap;
}

.table-borderless td, .table-borderless th {
  border: none;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #e3ebf3;
  border-top: 1px solid #e3ebf3;
}

.table-bordered th, .table-bordered td {
  border: 1px solid #e3ebf3;
}

.table th, .table td {
  border-bottom: 1px solid #e3ebf3;
}

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

.table-inverse {
  color: #eceeef;
  background-color: #00A5A8;
}

.table.table-column th, .table.table-column td {
  border: none;
  border-left: 1px solid #e3ebf3;
}
.table.table-column th:first-child, .table.table-column td:first-child {
  border-left: none;
}
.table th, .table td {
  padding: 0.75rem 2rem;
}
.table.table-xl th, .table.table-xl td {
  padding: 1.25rem 2rem;
}
.table.table-lg th, .table.table-lg td {
  padding: 0.9rem 2rem;
}
.table.table-de th, .table.table-de td {
  padding: 0.75rem 2rem;
}
.table.table-sm th, .table.table-sm td {
  padding: 0.6rem 2rem;
}
.table.table-xs th, .table.table-xs td {
  padding: 0.4rem 2rem;
}

/*
* Table sizing
*/
.table-borderless thead th {
  border-top: 1px solid #e3ebf3;
}
.table-borderless > tbody > tr > td, .table-borderless > tbody > tr > th {
  border: 0;
}

.table > thead > tr.border-solid > th {
  border-bottom-width: 2px;
}
.table > thead > tr.border-double > th {
  border-bottom-width: 4px;
  border-bottom-style: double;
}
.table > tbody > tr.border-dashed > td {
  border-top-style: dashed;
}

.border-custom-color td {
  border-top: inherit;
  border-bottom: inherit;
}

.handsontable .ht_master .wtHolder {
  width: auto !important;
  height: auto !important;
}

#hot-display-license-info {
  display: none;
}

form {
  /* .form-body{
      overflow: hidden;
  } */
}
form label {
  color: #2b335e;
}
form .form-group {
  margin-bottom: 1.5rem;
}
form .form-control {
  border: 1px solid #cacfe7;
  color: #3b4781;
}
form .form-control::-webkit-input-placeholder {
  color: #aeb5da;
}
form .form-control:-moz-placeholder { /* Firefox 18- */
  color: #aeb5da;
}
form .form-control::-moz-placeholder { /* Firefox 19+ */
  color: #aeb5da;
}
form .form-control:-ms-input-placeholder {
  color: #aeb5da;
}
form .form-section {
  color: #2C303B;
  line-height: 3rem;
  margin-bottom: 20px;
  border-bottom: 1px solid #2C303B;
}
form .form-section i {
  font-size: 20px;
  margin-left: 5px;
  margin-right: 10px;
}
form .form-actions {
  border-top: 1px solid #d1d5ea;
  padding: 20px 0;
  margin-top: 20px;
}
form .form-actions.filled {
  background-color: #F4F5FA;
}
form .form-actions.center {
  text-align: center;
}
form .form-actions.right {
  text-align: right;
}
form .form-actions.top {
  border-top: 0;
  border-bottom: 1px solid #d1d5ea;
  margin-top: 0;
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  form .form-actions .buttons-group {
    float: left !important;
    margin-bottom: 10px;
  }
}
@media (min-width: 576px) {
  form.form-horizontal .form-group .label-control {
    text-align: right;
  }
}
form.row-separator .form-group {
  margin: 0;
  border-bottom: 1px solid #e9ebf5;
}
form.row-separator .form-group .label-control {
  padding-top: 1.5rem;
}
form.row-separator .form-group > div {
  padding: 1.2rem;
  padding-right: 0;
}
form.row-separator .form-group.last {
  border-bottom: 0;
}
form.form-bordered .form-group {
  margin: 0;
  border-bottom: 1px solid #e9ebf5;
}
form.form-bordered .form-group .label-control {
  padding-top: 1.5rem;
}
form.form-bordered .form-group > div {
  padding: 1.2rem;
  padding-right: 0;
  border-left: 1px solid #e9ebf5;
}
form.form-bordered .form-group.last {
  border-bottom: 0;
}
form.striped-rows .form-group {
  margin: 0;
}
form.striped-rows .form-group .label-control {
  padding-top: 1.5rem;
}
form.striped-rows .form-group > div {
  padding: 1.2rem;
  padding-right: 0;
}
form.striped-rows .form-group:nth-child(even) {
  background-color: #F4F5FA;
}
form.striped-labels .form-group {
  margin: 0;
}
form.striped-labels .form-group .label-control {
  padding-top: 1.5rem;
}
form.striped-labels .form-group > div {
  padding: 1.2rem;
  padding-right: 0;
  background-color: white;
}
form.striped-labels .form-group:nth-child(even) {
  background-color: #F4F5FA;
}
form .custom-control-indicator {
  width: 1.1rem;
  height: 1.075rem;
  line-height: 1.05rem;
  top: 0.15rem;
  left: 0;
}
form .custom-control-indicator + .custom-control-description {
  margin-left: 1rem;
}

select.form-control {
  padding-top: 0;
  padding-bottom: 0;
}

/*Bootstrap Enhance */
.custom-checkbox {
  margin-bottom: 0;
}
.custom-checkbox .custom-control-input:focus {
  outline: -webkit-focus-ring-color auto 5px;
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(30, 159, 242, 0.5);
}

.custom-checkbox input:disabled:checked ~ .custom-control-indicator {
  opacity: 0.5;
}

.custom-checkbox input:disabled ~ .custom-control-indicator {
  cursor: not-allowed;
}

.custom-control-input > input:focus ~ .custom-control-indicator {
  padding: 0.51rem;
}

.custom-control-indicator {
  width: 1.1rem;
  height: 1.075rem;
  line-height: 1.05rem;
  top: 0.15rem;
}
.custom-control-indicator + .custom-control-description {
  margin-left: 1rem;
}

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

.input-group-addon {
  background-color: #ECEFF1;
  border-color: #BABFC7;
}

.input-group-text {
  padding: 0.4rem 1rem;
}

.custom-control {
  min-height: auto;
}

.checkbox-input-group .input-group .skin.skin-square, .checkbox-input-group .input-group .skin-polaris.skin, .radio-input-group .input-group .skin.skin-square, .radio-input-group .input-group .skin-polaris.skin {
  height: 16px;
  width: 22px;
}
.checkbox-input-group .input-group .skin.skin-square .icheckbox_square-red, .checkbox-input-group .input-group .skin-polaris.skin .icheckbox_square-red, .radio-input-group .input-group .skin.skin-square .icheckbox_square-red, .radio-input-group .input-group .skin-polaris.skin .icheckbox_square-red {
  top: -3px;
}
.checkbox-input-group .input-group .skin.skin-square .iradio_polaris, .checkbox-input-group .input-group .skin-polaris.skin .iradio_polaris, .radio-input-group .input-group .skin.skin-square .iradio_polaris, .radio-input-group .input-group .skin-polaris.skin .iradio_polaris {
  top: -7px;
}

.switchery-input-group .input-group .input-group-text {
  padding: 0.2rem 1rem;
}

.custom-control-label::before {
  width: 1.1rem;
  height: 1.1rem;
}

.custom-control-label::after {
  width: 1.1rem;
}

.btn.btn-square {
  border-radius: 0;
}
.btn.btn-round {
  border-radius: 2rem;
}
.btn:focus, .btn.focus, .btn:active, .btn.active {
  outline: none;
  box-shadow: none !important;
}
.btn.btn-icon i {
  font-size: 1.1rem;
}
.btn.btn-icon.btn-pure {
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
}
.btn.btn-icon.btn-pure i {
  font-size: 1.25rem;
}
.btn.btn-social, .btn.btn-social-icon {
  padding: 0.7rem 0.25rem 0.85rem 3.75rem;
}

.btn-min-width {
  min-width: 8.5rem;
}

.color-box {
  width: 100%;
  height: 2.75rem;
  border-radius: 0.25rem;
}

.btn-float {
  padding: 15px;
  white-space: normal;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}
.btn-float.btn-link {
  padding: 10px;
}
.btn-float i {
  display: block;
  margin: 0;
  top: 0;
}
.btn-float.btn-float-lg i, .btn-float.btn-float-lg span {
  font-size: 2rem;
}
.btn-float.btn-float-lg i + span {
  font-size: 1.1rem;
}
.btn-float > i + span {
  display: block;
  padding-top: 10px;
  margin-bottom: -6px;
}

.collapse-icon .card-header {
  position: relative;
}
.collapse-icon a[data-toggle=collapse]:after {
  position: absolute;
  top: 48%;
  right: 20px;
  margin-top: -8px;
  font-family: "feather";
  content: "\e982";
  transition: all 300ms linear 0s;
}
.collapse-icon a[data-toggle=collapse]:before {
  position: absolute;
  top: 48%;
  right: 20px;
  margin-top: -8px;
  font-family: "feather";
  content: "\e99d";
  transition: all 300ms linear 0s;
}
.collapse-icon.left a {
  padding-left: 28px;
}
.collapse-icon.left a:before, .collapse-icon.left a:after {
  left: 20px;
  right: auto;
}
.collapse-icon a[aria-expanded=true]:before {
  opacity: 0;
}
.collapse-icon a[aria-expanded=false]:after {
  opacity: 0;
}
.collapse-icon.accordion-icon-rotate a[aria-expanded=true]:before {
  transform: rotate(180deg);
}
.collapse-icon.accordion-icon-rotate a[aria-expanded=false]:after {
  transform: rotate(-180deg);
}

.header-navbar .navbar-container .mega-dropdown-menu .collapse-icon a[data-toggle=collapse]:after {
  margin-top: -16px;
}
.header-navbar .navbar-container .mega-dropdown-menu .collapse-icon a[data-toggle=collapse]:before {
  margin-top: -16px;
}

.dropdown.dropdown-demo {
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.dropdown .dropdown-menu {
  border: 1px solid #E4E5EC;
  border-radius: 0.35rem;
  transform-origin: top;
  animation-fill-mode: forwards;
  transform: scale(1, 0);
  transition: all 0.2s linear;
  margin: -0.1rem 0 0;
  box-shadow: 0px 5px 75px 2px rgba(64, 70, 74, 0.2);
  min-width: 11rem;
}
.dropdown .dropdown-menu .dropdown-header {
  padding: 10px 20px;
  margin-top: 10px;
  text-transform: uppercase;
  color: #626e82;
}
.dropdown .dropdown-menu .dropdown-item {
  padding: 10px 20px;
  width: 100%;
}
.dropdown .dropdown-menu .dropdown-item:active a, .dropdown .dropdown-menu .dropdown-item.active a {
  color: #fff;
}
.dropdown .dropdown-divider {
  border: 1px solid #E4E5EC;
}
.dropdown i {
  margin-right: 0.5rem;
}

.dropdown .dropdown-menu {
  border: 1px solid #E4E5EC;
  border-radius: 0.35rem;
  transform-origin: top;
  animation-fill-mode: forwards;
  transform: scale(1, 0);
  transition: all 0.2s linear;
  margin: -0.1rem 0 0;
  box-shadow: 0px 5px 75px 2px rgba(64, 70, 74, 0.2) !important;
  min-width: 11rem;
}
.dropdown .dropdown-menu .dropdown-header {
  padding: 10px 20px;
  margin-top: 10px;
  text-transform: uppercase;
  color: #626e82;
}
.dropdown .dropdown-menu .dropdown-item {
  padding: 10px 20px;
  width: 100%;
}
.dropdown .dropdown-menu .dropdown-item:active a, .dropdown .dropdown-menu .dropdown-item.active a {
  color: #fff;
}

.show > .dropdown-menu {
  transform: scale(1, 1);
  opacity: 1;
  display: block;
}

.dropdown-toggle::after {
  font-size: 0.8rem;
  font-family: "LineAwesome";
  content: "\f110" !important;
  border: none !important;
  position: relative;
  top: 0px;
  right: 0px;
  padding: 0 2px 0 6px;
  margin: 0 0.3em 0 0;
  vertical-align: 0;
}
.dropdown-toggle.nav-hide-arrow::after {
  display: none;
}
.dropdown-toggle:focus {
  outline: 0;
}

.navbar-horizontal .dropdown-menu .dropdown-submenu > a:after, .navbar-horizontal .dropdown-menu .dropdown-submenu > button:after {
  font-size: 0.85rem;
  right: 2px;
}
.navbar-horizontal .dropdown-toggle::after {
  top: 14px !important;
}

.dropdown-menu-right {
  right: 0;
}

.dropdown-menu {
  box-shadow: none;
}
.dropdown-menu .dropdown-submenu {
  position: relative;
}
.dropdown-menu .dropdown-submenu:hover .dropdown-menu {
  display: block;
}
.dropdown-menu .dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
}
.dropdown-menu .dropdown-submenu > .dropdown-menu::before {
  box-shadow: none;
}
.dropdown-menu .dropdown-submenu > .dropdown-menu.open-left {
  left: auto;
  right: 100%;
}
.dropdown-menu .dropdown-submenu > a:after, .dropdown-menu .dropdown-submenu > button:after {
  font-family: "LineAwesome";
  content: "\f112" !important;
  right: 15px;
  font-size: 1rem;
  float: right;
  border: none;
  position: absolute;
}
.dropdown-menu .dropdown-submenu :hover > a:after, .dropdown-menu .dropdown-submenu :hover > button:after {
  border-left-color: #555;
}
.dropdown-menu .dropdown-submenu .pull-left {
  float: none;
}
.dropdown-menu .dropdown-submenu .pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
}

.dropdown-header {
  text-transform: uppercase;
}
.dropdown-header.highlight {
  color: #2b2d2f;
  text-decoration: none;
  background-color: #f5f5f5;
}

.btn-secondary ~ .dropdown-menu .dropdown-item.active {
  background-color: #cccccc;
}

.btn-primary ~ .dropdown-menu .dropdown-item.active {
  background-color: #666ee8;
}

.btn-success ~ .dropdown-menu .dropdown-item.active {
  background-color: #28d094;
}

.btn-danger ~ .dropdown-menu .dropdown-item.active {
  background-color: #ff4961;
}

.btn-info ~ .dropdown-menu .dropdown-item.active {
  background-color: #1e9ff2;
}

.btn-warning ~ .dropdown-menu .dropdown-item.active {
  background-color: #ff9149;
}

.dropdown-menu.arrow {
  margin-top: 12px;
}
.dropdown-menu.arrow:after, .dropdown-menu.arrow:before {
  position: absolute;
  left: 10px;
  display: inline-block;
  width: 0;
  height: 0;
  content: "";
  border: 7px solid transparent;
  border-top-width: 0;
}
.dropdown-menu.arrow:before {
  top: -7px;
  border-bottom-color: #b3b3b3;
}
.dropdown-menu.arrow:after {
  top: -6px;
  border-bottom-color: #fff;
}
.dropdown-menu .arrow-left {
  margin-left: 7px !important;
}
.dropdown-menu .arrow-left:after, .dropdown-menu .arrow-left:before {
  position: absolute;
  top: 10px;
  display: inline-block;
  width: 0;
  height: 0;
  content: "";
  border: 7px solid transparent;
  border-left-width: 0;
}
.dropdown-menu .arrow-left:before {
  left: -8px;
  border-right-color: #b3b3b3;
}
.dropdown-menu .arrow-left:after {
  left: -7px;
  border-right-color: #fff;
}
.dropdown-menu .arrow-right {
  margin-right: 7px !important;
}
.dropdown-menu .arrow-right:after, .dropdown-menu .arrow-right:before {
  position: absolute;
  top: 10px;
  display: inline-block;
  width: 0;
  height: 0;
  content: "";
  border: 7px solid transparent;
  border-right-width: 0;
}
.dropdown-menu .arrow-right:before {
  right: -7px;
  border-left-color: #b3b3b3;
}
.dropdown-menu .arrow-right:after {
  right: -6px;
  border-left-color: #fff;
}

.dropup .dropdown-toggle::after {
  content: "\f113" !important;
}
.dropup .dropdown-menu {
  top: auto;
}
.dropup .dropdown-menu.arrow {
  margin-bottom: 12px;
}
.dropup .dropdown-menu.arrow:after, .dropup .dropdown-menu.arrow:before {
  top: auto;
  border-top-width: 7px;
  border-bottom-width: 0;
}
.dropup .dropdown-menu.arrow:before {
  bottom: -8px;
  border-top-color: #b3b3b3;
}
.dropup .dropdown-menu.arrow:after {
  bottom: -6px;
  border-top-color: #fff;
}
.dropup .dropdown-submenu .dropdown-menu {
  bottom: auto;
  top: 0;
}

.dropdown-menu-xl a,
.dropdown-menu-xl button {
  padding-top: 9px !important;
  padding-bottom: 9px !important;
  font-size: 1.2rem;
  line-height: 1.43;
}

.dropdown-menu-lg a,
.dropdown-menu-lg button {
  padding-top: 6px !important;
  padding-bottom: 6px !important;
}

.dropdown-menu-sm a,
.dropdown-menu-sm button {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  font-size: 0.86rem;
  line-height: 1.67;
}

.dropdown-item.buttons-columnVisibility.active {
  color: #000;
}

.drilldown-menu .dropdown-item.active.hover, .drilldown-menu .dropdown-item.active:hover, .drilldown-menu .dropdown-item:active.hover, .drilldown-menu .dropdown-item:active:hover {
  color: #fff;
}

.selectBox-arrow-light .selectboxit-default-arrow {
  border-top-color: #fff;
}

/* ===============================================================================================
    File Name: navbar.scss
    Description: Contain header navigation bar, vertical main navigation bar and
    horiznotal main navigation bar related SCSS.
    ----------------------------------------------------------------------------------------------
    Item Name: Modern Admin - Clean Bootstrap 4 Dashboard HTML Template
     Version: 1.0
    Author: PIXINVENT
    Author URL: http://www.themeforest.net/user/pixinvent
================================================================================================*/
.navbar-dark .hamburger-inner,
.navbar-dark .hamburger-inner::before,
.navbar-dark .hamburger-inner::after {
  background-color: #fff;
}

.header-navbar {
  padding: 0px;
  min-height: 5rem;
  font-family: "Quicksand", Georgia, "Times New Roman", Times, serif;
  transition: 300ms ease all;
  /* For sm screen*/
}
.header-navbar.navbar-static-top {
  z-index: 1038;
}
.header-navbar .navbar-wrapper {
  width: 100%;
}
.header-navbar.navbar-border {
  border-bottom: 1px solid #e4e7ed;
}
.header-navbar.navbar-dark.navbar-border {
  border-bottom: 1px solid #8596b5;
}
.header-navbar.navbar-shadow {
  box-shadow: 0px 2px 30px 2px rgba(0, 0, 0, 0.1);
}
.header-navbar.navbar-without-dd-arrow .nav-link.dropdown-toggle::after {
  display: none;
}
.header-navbar.navbar-brand-center .navbar-header {
  width: 192px;
  position: absolute;
  top: 0;
  left: 50%;
  padding: 0;
  margin: 0;
  transform: translate(-50%, 0);
  z-index: 999;
}
.header-navbar .navbar-header {
  height: 100%;
  width: 260px;
  height: 5.1rem;
  float: left;
  position: relative;
  padding: 0rem 0.85rem;
  transition: 300ms ease all;
}
.header-navbar .navbar-header .navbar-brand {
  padding: 18px 0px;
  margin-right: 0;
}
.header-navbar .navbar-header .navbar-brand .brand-logo {
  width: 36px;
}
.header-navbar .navbar-header .navbar-brand .brand-text {
  display: inline;
  padding-left: 6px;
  font-weight: 500;
  vertical-align: middle;
}
.header-navbar .navbar-container {
  padding: 0rem 18px;
  height: 5rem;
  transition: 300ms ease all;
  background: inherit;
}
.header-navbar .navbar-container ul.nav li > a.nav-link {
  padding: 1.9rem 1rem;
  font-size: 1.15rem;
}
.header-navbar .navbar-container ul.nav li > a.nav-link i.flag-icon {
  margin-right: 0.5rem;
}
.header-navbar .navbar-container ul.nav li a.dropdown-user-link {
  padding: 1.2rem 1rem;
  line-height: 23px;
}
.header-navbar .navbar-container ul.nav li a.dropdown-user-link .user-name {
  display: inline-block;
  margin-bottom: 0.4rem;
  margin-left: 0.2rem;
}
.header-navbar .navbar-container ul.nav li a.menu-toggle {
  padding: 1.7rem 1rem 1.6rem 1rem;
}
.header-navbar .navbar-container ul.nav li a.menu-toggle i {
  font-size: 1.6rem;
}
.header-navbar .navbar-container ul.nav li a.nav-link-label {
  padding: 1.7rem 1rem 1.6rem 1rem;
  height: 100%;
}
.header-navbar .navbar-container ul.nav li a.dropdown-user-link .avatar {
  margin-right: 0.5rem;
  width: 36px;
}
.header-navbar .navbar-container ul.nav li a.nav-link-search,
.header-navbar .navbar-container ul.nav li a.nav-link-expand {
  padding: 1.7rem 1rem 1.7rem 1rem;
}
.header-navbar .navbar-container ul.nav li div.input-group {
  padding: 0.7rem 1rem;
}
.header-navbar .navbar-container ul.nav li i.ficon {
  font-size: 1.5rem;
}
.header-navbar .navbar-container ul.nav li .media-list {
  max-height: 18.2rem;
  top: -20px;
}
.header-navbar .navbar-container ul.nav li .scrollable-container {
  position: relative;
}
.header-navbar .navbar-container .dropdown-menu-media {
  width: 24rem;
}
.header-navbar .navbar-container .dropdown-menu-media .media-list .media {
  padding: 1rem;
  border: none;
  border-bottom: 1px solid #E4E5EC;
}
.header-navbar .navbar-container .dropdown-menu-media .dropdown-menu-header {
  border-bottom: 1px solid #E4E5EC;
}
.header-navbar .navbar-container .dropdown-menu-media .dropdown-menu-footer {
  position: relative;
  top: -20px;
}
.header-navbar .navbar-container .dropdown-menu-media .dropdown-menu-footer a {
  padding: 0.3rem;
  border-top: 1px solid #E4E5EC;
  margin-bottom: -20px;
}
.header-navbar.navbar-without-menu .navbar-container {
  margin-left: 0;
}
.header-navbar .nav-item + .nav-item {
  margin-left: 0rem;
}
@media (max-width: 767.98px) {
  .header-navbar .navbar-header {
    width: 100% !important;
    padding: 0.5rem 1rem;
    position: relative;
  }
  .header-navbar .navbar-header .menu-toggle {
    top: 2px;
    position: relative;
    z-index: 9;
  }
  .header-navbar .navbar-header .open-navbar-container i {
    font-size: 1.8rem;
  }
  .header-navbar .navbar-header .navbar-brand {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, 0);
  }
  .header-navbar.navbar-with-menu .navbar-container {
    width: 100%;
    display: table;
    background: #fff;
    padding: 0rem 1rem;
    margin: 0;
    height: auto;
  }
}

/* Modern menu For md screen*/
@media (max-width: 991.98px) {
  [data-menu=vertical-menu-modern] .header-navbar .navbar-header {
    width: 100% !important;
    padding: 0.5rem 1rem;
    position: relative;
  }
  [data-menu=vertical-menu-modern] .header-navbar .navbar-header .menu-toggle {
    top: 2px;
    position: relative;
    z-index: 9;
  }
  [data-menu=vertical-menu-modern] .header-navbar .navbar-header .open-navbar-container i {
    font-size: 1.8rem;
  }
  [data-menu=vertical-menu-modern] .header-navbar .navbar-header .navbar-brand {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, 0);
  }
  [data-menu=vertical-menu-modern] .header-navbar.navbar-with-menu .navbar-container {
    width: 100%;
    display: table;
    background: #fff;
    padding: 0rem 1rem;
    margin: 0;
    height: auto;
  }
  [data-menu=vertical-menu-modern] .navbar-dark .navbar-header .navbar-nav .nav-link,
  [data-menu=vertical-menu-modern] .navbar-semi-dark .navbar-header .navbar-nav .nav-link {
    color: #fff;
  }
  [data-menu=vertical-menu-modern] .navbar-dark .navbar-container .navbar-nav .nav-link,
  [data-menu=vertical-menu-modern] .navbar-semi-dark .navbar-container .navbar-nav .nav-link {
    color: #2C303B;
  }
  [data-menu=vertical-menu-modern] .navbar-light .navbar-header .navbar-nav .nav-link {
    color: #2C303B;
  }
  [data-menu=vertical-menu-modern] .navbar-header .navbar-nav .open-navbar-container,
  [data-menu=vertical-menu-modern] .navbar-header .navbar-nav .nav-menu-main {
    padding: 1rem;
  }
}
.navbar-light {
  background: #fff;
}
.navbar-light.navbar-horizontal {
  background: #fff;
}
.navbar-light .navbar-nav li {
  line-height: 1;
}
.navbar-light .navbar-nav .active.nav-link {
  background-color: rgba(0, 0, 0, 0.03);
}
.navbar-light .navbar-nav .disabled.nav-link {
  color: #6b6f82;
}

.navbar-dark {
  background: #2C303B;
}
.navbar-dark .navbar-brand {
  color: #fff !important;
}
.navbar-dark .navbar-brand .brand-text {
  color: #fff !important;
}
.navbar-dark.navbar-horizontal {
  background: #2C303B;
}
.navbar-dark .nav-search .form-control,
.navbar-dark .nav-search .btn-secondary {
  color: #fff;
  background: #2C303B;
}
.navbar-dark .navbar-nav li {
  line-height: 1;
}
.navbar-dark .navbar-nav .active.nav-link {
  background-color: rgba(255, 255, 255, 0.05);
}
.navbar-dark .navbar-nav .disabled.nav-link {
  color: #98a4b8;
}

.navbar-semi-dark {
  background: #fff;
}
.navbar-semi-dark .navbar-header {
  background: #2C303B;
}
.navbar-semi-dark .navbar-header .brand-text {
  color: #fff;
}
.navbar-semi-dark .navbar-nav li {
  line-height: 1;
}
.navbar-semi-dark .navbar-nav .nav-link {
  color: #6b6f82;
}
.navbar-semi-dark .navbar-nav .active.nav-link {
  background-color: rgba(0, 0, 0, 0.03);
}
.navbar-semi-dark .navbar-nav .disabled.nav-link {
  color: #6b6f82;
}

.navbar-semi-light {
  background: #6b6f82;
}
.navbar-semi-light .navbar-header {
  background: #fff;
}
.navbar-semi-light .navbar-header .brand-text {
  color: #464855;
}
.navbar-semi-light .navbar-nav li {
  line-height: 1;
}
.navbar-semi-light .navbar-nav .nav-link {
  color: #fff;
}
.navbar-semi-light .navbar-nav .active.nav-link {
  background-color: rgba(0, 0, 0, 0.03);
}
.navbar-semi-light .navbar-nav .disabled.nav-link {
  color: #6b6f82;
}

.mega-dropdown {
  position: static !important;
}
.mega-dropdown .dropdown-menu {
  display: flex;
}

.navigation-main .mega-dropdown-menu,
.navbar-nav .mega-dropdown-menu {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  width: calc(100% - 50px);
  padding: 0.5rem 0;
  /* fallback if needed */
  margin: 0px 25px;
  box-shadow: none;
  box-shadow: 0px 5px 75px 2px rgba(64, 70, 74, 0.2);
  z-index: 9999;
}
.navigation-main .mega-dropdown-menu ul,
.navbar-nav .mega-dropdown-menu ul {
  padding: 0;
  margin: 0;
}
.navigation-main .mega-dropdown-menu ul li,
.navbar-nav .mega-dropdown-menu ul li {
  list-style: none;
}
.navigation-main .mega-dropdown-menu ul li a,
.navbar-nav .mega-dropdown-menu ul li a {
  display: block;
  color: #464855;
}
.navigation-main .mega-dropdown-menu ul li a.dropdown-item:active,
.navbar-nav .mega-dropdown-menu ul li a.dropdown-item:active {
  color: #fff;
}
.navigation-main .mega-dropdown-menu ul li a .children-in,
.navbar-nav .mega-dropdown-menu ul li a .children-in {
  float: right;
}
.navigation-main .mega-dropdown-menu ul li a:hover,
.navbar-nav .mega-dropdown-menu ul li a:hover {
  text-decoration: none;
  color: #6b6f82;
}
.navigation-main .mega-dropdown-menu ul li a:focus,
.navbar-nav .mega-dropdown-menu ul li a:focus {
  text-decoration: none;
  color: #6b6f82;
}
.navigation-main .mega-dropdown-menu ul a.dropdown-item,
.navbar-nav .mega-dropdown-menu ul a.dropdown-item {
  padding: 10px;
}
.navigation-main .mega-dropdown-menu p.accordion-text,
.navbar-nav .mega-dropdown-menu p.accordion-text {
  line-height: 1.45;
}
.navigation-main .mega-dropdown-menu .dropdown-menu-header,
.navbar-nav .mega-dropdown-menu .dropdown-menu-header {
  padding: 0.5rem 0;
  border-bottom: 1px solid #E4E5EC;
}
.navigation-main .mega-dropdown-menu h6 i.la,
.navbar-nav .mega-dropdown-menu h6 i.la {
  font-size: 1.1rem;
}

.horizontal-top-icon-menu .mega-dropdown-menu {
  margin: 0px 25px !important;
}

@media (min-width: 576px) {
  .container .mega-dropdown-menu {
    max-width: 540px;
    margin: 0 calc((100% - 540px) / 2);
  }
}
@media (min-width: 768px) {
  .container .mega-dropdown-menu {
    max-width: 720px;
    margin: 0 calc((100% - 720px) / 2);
  }
}
@media (min-width: 992px) {
  .container .mega-dropdown-menu {
    max-width: 960px;
    margin: 0 calc((100% - 960px) / 2);
  }
}
@media (min-width: 1200px) {
  .container .mega-dropdown-menu {
    max-width: 1140px;
    margin: 0 calc((100% - 1140px) / 2);
  }
}

@-moz-document url-prefix() {
  ul li a .children-in {
    position: relative;
    right: 3px;
    top: -14px;
  }
}
.menu-list {
  list-style: none;
  padding: 0;
  overflow: hidden;
}

.menu-panel {
  padding: 0;
}

.sliding-menu {
  overflow: hidden;
  position: relative;
}
.sliding-menu ul {
  float: left;
  margin: 0;
  padding: 0;
}
.sliding-menu ul li {
  list-style: none;
  margin: 0;
}

.navbar-menu-icon {
  width: 24px;
  margin: 16px 2px !important;
  position: relative;
  margin: 0px auto;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

.navbar-menu-icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #6b6f82;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}

.navbar-menu-icon span:nth-child(1) {
  top: 0px;
}

.navbar-menu-icon span:nth-child(2) {
  top: 10px;
}

.navbar-menu-icon span:nth-child(3) {
  top: 20px;
}

.navbar-menu-icon.show span:nth-child(1) {
  top: 10px;
  transform: rotate(135deg);
}

.navbar-menu-icon.show span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

.navbar-menu-icon.show span:nth-child(3) {
  top: 10px;
  transform: rotate(-135deg);
}

@media (max-width: 767.98px) {
  .header-navbar #navbar-mobile .search-input.open .input {
    width: 132px;
  }
  .header-navbar #navbar-mobile .search-input.open .input::placeholder {
    color: #babfc7;
  }
  .header-navbar .navbar-nav .show {
    position: static;
  }
  .header-navbar .navbar-nav .open-navbar-container {
    padding-top: 0.9rem;
  }
  .header-navbar .navbar-container .show .dropdown-menu {
    right: 0;
    left: 0 !important;
    float: none;
    width: auto;
    margin-top: 0;
    max-height: 400px;
    overflow-x: hidden;
    overflow-y: hidden;
  }
  .header-navbar .navbar-container ul.nav li.nav-item i {
    margin-right: 0.2rem;
  }
  .header-navbar .navbar-container ul.nav li > a.nav-link {
    padding: 1.5rem 0.4rem;
  }
  .header-navbar .navbar-container ul.nav li > a.nav-link i.flag-icon {
    margin-right: 0.2rem;
  }
  .header-navbar .navbar-container ul.nav li a.dropdown-user-link {
    padding: 0.8rem 0.6rem !important;
  }
  .header-navbar .navbar-container ul.nav li a.nav-link-label {
    padding: 1.4rem 0.4rem;
  }
  .header-navbar .navbar-container ul.nav li a.nav-link-label i.ft-bell {
    position: relative;
    left: 8px;
  }
  .header-navbar .navbar-container ul.nav li a.nav-link-search,
  .header-navbar .navbar-container ul.nav li a.nav-link-expand {
    padding: 1.4rem 1rem 1rem 1rem;
  }
  .header-navbar .navbar-container ul.nav li .dropdown-toggle::after {
    margin-right: 0;
    margin-left: -2px;
  }
  .navbar-dark .hamburger-inner,
  .navbar-dark .hamburger-inner::before,
  .navbar-dark .hamburger-inner::after,
  .navbar-semi-dark .hamburger-inner,
  .navbar-semi-dark .hamburger-inner::before,
  .navbar-semi-dark .hamburger-inner::after {
    background-color: #fff;
  }
  .navbar-dark .navbar-header .navbar-nav .nav-link,
  .navbar-semi-dark .navbar-header .navbar-nav .nav-link {
    color: #fff;
  }
  .navbar-dark .navbar-container .navbar-nav .nav-link,
  .navbar-semi-dark .navbar-container .navbar-nav .nav-link {
    color: #6b6f82;
  }
  .navbar-light .navbar-header .navbar-nav .nav-link,
  .navbar-semi-light .navbar-header .navbar-nav .nav-link {
    color: #2C303B;
  }
  .navbar-light .navbar-container .navbar-nav .nav-link,
  .navbar-semi-light .navbar-container .navbar-nav .nav-link {
    color: #6b6f82;
  }
}
.headroom {
  will-change: transform;
  transition: transform 200ms linear;
}

.headroom--pinned-top {
  transform: translateY(0%);
}

.headroom--unpinned-top {
  transform: translateY(-100%);
}

.headroom--pinned-bottom {
  transform: translateY(0%);
}

.headroom--unpinned-bottom {
  transform: translateY(100%);
}

@media (max-width: 1199.98px) {
  .header-navbar .navbar-container ul.nav li > a.nav-link i.flag-icon {
    margin-right: 0.2rem;
  }
  .header-navbar .navbar-container ul.nav li a.dropdown-user-link {
    padding: 1.2rem 0.6rem;
  }
  .header-navbar .navbar-container ul.nav li .dropdown-toggle::after {
    margin-right: 0;
    margin-left: -2px;
  }
  .header-navbar .navbar-container ul.nav li .selected-language {
    display: none;
  }
  .header-navbar .navbar-container ul.nav li a.dropdown-user-link .user-name {
    display: none;
  }
}
@media (max-width: 767px) {
  #navbar-mobile.navbar-collapse .navbar-nav {
    margin: 0;
    flex-flow: row wrap;
  }
  #navbar-mobile.navbar-collapse .navbar-nav .dropdown-menu {
    position: absolute;
  }
  #navbar-mobile.navbar-collapse .navbar-nav .nav-item {
    float: left;
  }
}
@media (max-width: 991.98px) {
  #navbar-mobile.navbar-collapse .navbar-nav {
    margin: 0;
    flex-flow: row wrap;
  }
  #navbar-mobile.navbar-collapse .navbar-nav .dropdown-menu {
    position: absolute;
  }
  #navbar-mobile.navbar-collapse .navbar-nav .nav-item {
    float: left;
  }
}
/* ----------- iPhone 5, 5S  iPhone 6----------- */
/* Landscape */
@media only screen and (min-device-width: 26.78em) and (max-device-width: 47.64em) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .header-navbar .navbar-container .show .dropdown-menu {
    max-height: 180px;
  }
}
/* ----------- iPhone 6+ ----------- */
/* Landscape */
@media only screen and (min-device-width: 29.57em) and (max-device-width: 52.57em) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .header-navbar .navbar-container .show .dropdown-menu {
    max-height: 280px;
  }
}
@media screen and (max-width: 1024px) {
  #navbar-demo .header-navbar .navbar-header {
    width: auto;
  }
  #navbar-demo .header-navbar .navbar-header .menu-toggle.ft-menu {
    position: relative;
  }
  #navbar-demo .header-navbar .navbar-header .nav-link.open-navbar-container .la.la-ellipsis-v {
    position: relative;
  }
  #navbar-demo .navbar-container {
    margin-left: auto;
  }
  #navbar-demo .navbar-container .navbar-btn .nav-link.btn {
    padding: 0.5rem 1rem;
  }
  .internationalization .card .card-body .header-navbar .navbar-wrapper .navbar-header {
    width: auto;
  }
  .internationalization .card .card-body .header-navbar .navbar-wrapper .navbar-header .menu-toggle.ft-menu {
    position: relative;
  }
  .internationalization .card .card-body .header-navbar .navbar-wrapper .navbar-header .nav-link.open-navbar-container .la.la-ellipsis-v {
    position: relative;
    top: 0.5rem;
  }
}
@media screen and (max-width: 768px) {
  #navbar-demo .header-navbar.navbar-semi-dark .navbar-header,
  #navbar-demo .header-navbar.navbar-brand-center .navbar-header {
    width: 60px;
  }
  #navbar-demo .navbar-container .nav-form-inline .input-group .form-control {
    width: 95px;
  }
}
@media screen and (max-width: 540px) {
  #navbar-demo .navbar-container #navbar-mobile5.navbar-badges .badge-up {
    position: absolute;
    top: 1px;
    right: 16rem;
  }
  #navbar-demo .navbar-container .add-on-right {
    margin-top: 5rem !important;
    margin-bottom: 1rem;
  }
  #navbar-demo .navbar-container .nav-form-select {
    margin-bottom: 1rem;
    float: left !important;
  }
  #navbar-demo .navbar-container .nav-radio label,
  #navbar-demo .navbar-container .nav-checkbox label {
    color: #000 !important;
  }
  #navbar-demo .navbar-container .nav-checkbox {
    float: left !important;
  }
  .internationalization .card .card-body .header-navbar .navbar-wrapper .navbar-header {
    width: 100%;
  }
  .internationalization .card .card-body .header-navbar .navbar-wrapper .navbar-header .menu-toggle.ft-menu {
    position: relative;
    top: 0.6rem !important;
  }
  .internationalization .card .card-body .header-navbar .navbar-wrapper .navbar-header .nav-link.open-navbar-container .la.la-ellipsis-v {
    position: relative;
  }
}
body.vertical-layout.menu-open .main-menu .navigation .navigation-header .la-ellipsis-h,
body.vertical-layout.menu-open .main-menu .navigation .navigation-header .nav-menu-icon {
  display: none;
}

.card-group,
.card-deck {
  margin-bottom: 0.75rem;
}

.card {
  margin-bottom: 1.875rem;
  border: none;
  box-shadow: 0px 1px 15px 1px rgba(62, 57, 107, 0.07);
}
.card .card {
  box-shadow: none !important;
}
.card .card-title {
  font-weight: 500;
  letter-spacing: 0.05rem;
  font-size: 1.12rem;
}
.card .card-bordered {
  border: 1px solid rgba(0, 0, 0, 0.06);
}
.card.card-fullscreen {
  display: block;
  z-index: 9999;
  position: fixed;
  width: 100% !important;
  height: 100% !important;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: auto;
}
.card .card-body[class*=border-bottom-] {
  border-bottom-width: 2px !important;
}
.card .card-img-overlay.bg-overlay {
  background: rgba(0, 0, 0, 0.45);
}
.card .card-img-overlay .text-muted {
  color: #464855 !important;
}
.card.card-minimal {
  border: none;
  box-shadow: none;
}
.card.crypto-card-3 .card-body:before {
  font-family: "cryptocoins";
  font-size: 10rem;
  color: rgba(255, 255, 255, 0.15);
  position: absolute;
  bottom: -32px;
  right: 0px;
}

.card-moved .card,
.card-moved .card-header {
  background-color: #ff9149;
  color: #fff;
}

.handle,
.titleArea {
  cursor: move;
}

.card-header {
  border-bottom: none;
}
.card-header .card-title {
  margin-bottom: 0;
}
.card-header .heading-elements,
.card-header .heading-elements-toggle {
  background-color: inherit;
  position: absolute;
  top: 20px;
  right: 20px;
}
.card-header .heading-elements.heading-top-elements .page-item,
.card-header .heading-elements-toggle.heading-top-elements .page-item {
  display: inline-block;
}
.card-header .heading-elements a,
.card-header .heading-elements-toggle a {
  padding: 0 8px;
}
.card-header .heading-elements a.btn,
.card-header .heading-elements-toggle a.btn {
  padding-top: 6px;
  padding-bottom: 6px;
}

.card-footer {
  border-top: 1px solid #EEEEEE;
}

.text-white .card-text {
  color: rgb(255, 255, 255);
}
.text-white .card-img-overlay .text-muted {
  color: #FFF !important;
}
.text-white code {
  background-color: rgb(255, 255, 255);
}
.text-white .heading-elements i {
  color: #FFF;
}

.card-head-inverse {
  color: #FFF;
}
.card-head-inverse .heading-elements i {
  color: #FFF;
}

.card-transparent {
  background-color: transparent;
}

.card-image-position-right {
  margin-left: 50px;
  position: absolute;
  top: -27px;
}

.card-image-position-right-mid {
  position: absolute;
  top: auto;
  right: 0px;
  width: 250px;
}

.card-font-style-black {
  font-size: 90px;
  font-weight: 900;
  color: rgba(255, 255, 255, 0.3215686275);
  margin-top: -12px;
}

.card-font-style-white {
  font-size: 72px;
  font-weight: 900;
  margin-top: -10px;
}

.background-round {
  background-color: rgba(0, 0, 0, 0.18);
  padding: 8px;
  border-radius: 50%;
}

@media (max-width: 991.98px) {
  .heading-elements .list-inline {
    display: none;
  }
  .heading-elements.visible {
    display: block;
    margin-top: 0;
    top: 100%;
    top: 37px;
    height: auto;
    left: 0px;
    padding: 10px;
    text-align: right;
    z-index: 997;
    position: absolute;
    width: 100%;
  }
  .heading-elements.visible .list-inline {
    display: block;
  }
}
@media (min-width: 992px) {
  .heading-elements-toggle {
    display: none;
  }
}
.breadcrumb {
  font-size: 1rem;
  font-family: "Quicksand", Georgia, "Times New Roman", Times, serif;
  background-color: transparent;
  padding: 0 0 0.75rem 0rem;
}
.breadcrumb > li + li::before {
  padding-right: 0.6rem;
  padding-left: 0.6rem;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: "-";
}

/* Custom scss for page headers style */
.breadcrumbs-right .breadcrumb {
  float: right;
}

.breadcrumbs-top .breadcrumb {
  margin: 0;
  padding: 0;
}

.breadcrumb-new .content-header-title {
  padding: 6px 24px 8px 0;
  margin: 0 24px 0 0;
  border-right: 1px solid #E4E5EC;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .breadcrumb {
    min-height: auto;
  }
}
.pagination {
  margin-top: 1rem;
}
.pagination .page-link {
  color: #1e9ff2;
  border: 1px solid #babfc7;
}

.pager {
  padding-left: 0;
  margin: 1.45 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #626e82;
  border-radius: 0.25rem;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #F4F5FA;
}
.pager.pager-square li a {
  border-radius: 0;
}
.pager.pager-round li a {
  border-radius: 2rem;
}
.pager.pager-flat li a {
  border: 0;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #6b6f82;
  background-color: #fff;
}
.pager [class*=text-] .pager {
  text-align: inherit;
}

.badge {
  color: #fff;
  font-weight: 400;
}
.badge[class*=badge-] [class*=icon-] {
  line-height: 1;
}
.badge[class*=badge-] [class*=icon-] ~ span {
  position: relative;
  bottom: 2px;
  padding: 0 5px;
}
.badge[class*=badge-] span {
  position: relative;
  bottom: 2px;
  padding: 0 5px;
}
.badge[class*=badge-] a {
  color: #fff;
}
.badge[class*=badge-] .dropdown-toggle::after, .badge[class*=badge-].dropdown-toggle::after {
  position: relative;
  top: -2px;
  right: 3px;
  font-size: 1rem;
}
.badge[class*=badge-] .dropdown-menu a {
  color: #555;
}
.badge.badge-square {
  border-radius: 0;
}
.badge.badge-border {
  background-color: transparent;
  border-width: 3px !important;
  font-size: 85%;
}
.badge.badge-striped {
  background-color: #dadada;
  border-width: 3px !important;
  font-size: 0.85rem;
  color: #555;
}
.badge.badge-striped a {
  color: #555;
}
.badge.badge.float-right {
  margin-left: 0.5rem;
  margin-top: 0.15rem;
}

.badge-xl {
  font-size: 1.8rem;
}

.badge-lg {
  font-size: 1.2rem;
}

.badge-md {
  font-size: 1rem;
}

.badge-sm {
  font-size: 0.8rem;
}

.badge-secondary {
  background-color: #6b6f82;
}
.badge-secondary.badge-glow {
  box-shadow: 0px 0px 10px #6b6f82;
}
.badge-secondary[href]:hover, .badge-secondary[href]:focus {
  background-color: #545766;
}

.badge-primary {
  background-color: #666ee8;
}
.badge-primary.badge-glow {
  box-shadow: 0px 0px 10px #666ee8;
}
.badge-primary[href]:hover, .badge-primary[href]:focus {
  background-color: #3a44e1;
}

.badge-success {
  background-color: #28d094;
}
.badge-success.badge-glow {
  box-shadow: 0px 0px 10px #28d094;
}
.badge-success[href]:hover, .badge-success[href]:focus {
  background-color: #20a576;
}

.badge-info {
  background-color: #1e9ff2;
}
.badge-info.badge-glow {
  box-shadow: 0px 0px 10px #1e9ff2;
}
.badge-info[href]:hover, .badge-info[href]:focus {
  background-color: #0c84d1;
}

.badge-warning {
  background-color: #ff9149;
}
.badge-warning.badge-glow {
  box-shadow: 0px 0px 10px #ff9149;
}
.badge-warning[href]:hover, .badge-warning[href]:focus {
  background-color: #ff7216;
}

.badge-danger {
  background-color: #ff4961;
}
.badge-danger.badge-glow {
  box-shadow: 0px 0px 10px #ff4961;
}
.badge-danger[href]:hover, .badge-danger[href]:focus {
  background-color: #ff1635;
}

.badge-up {
  position: absolute;
  top: 10px;
  right: 11px;
}

.badge-icon i {
  font-size: 100%;
  margin-right: 5px;
}

.form-control + .block-tag {
  display: block;
}

.block-tag {
  margin-top: 0.5rem;
}

.block-area {
  padding: 0.24rem 0.3rem;
}

.token.property,
.token.tag,
.token.boolean,
.token.number,
.token.constant,
.token.symbol,
.token.deleted {
  color: #905;
  font-size: 100%;
  font-weight: 400;
  padding: 0;
}

@media only screen and (max-width: 767px) {
  .header-navbar .navbar-container .dropdown-notification .badge-up {
    position: relative;
    right: 6px;
    top: -17px;
  }
}
.nav {
  border-radius: 0.25rem;
}
.nav.wrap-border {
  border: 1px solid #ddd;
}
.nav.wrap-border li.nav-header {
  margin: 0 0.5rem;
}
.nav.no-hover-bg .nav-item:hover {
  background-color: transparent;
}
.nav .dropdown .dropdown-item.active {
  background-color: transparent;
  color: #55595c;
}
.nav .dropdown .dropdown-item.active:focus {
  background-color: transparent;
  color: #55595c;
}
.nav.square-border {
  border-radius: 0;
}
.nav.square-border .nav-item .nav-link.active {
  border-radius: 0;
}
.nav .nav-item .nav-link {
  display: inline-flex;
}
.nav .nav-item i {
  align-self: center;
}
.nav .dropdown-divider {
  margin: 0.5rem 0;
}
.nav .modern-nav-toggle {
  padding: 25px 0px;
}
.nav.nav-pills .nav-item .nav-link i.float-right:before {
  position: relative;
  top: 7px;
  left: 7px;
}
.nav.nav-pills .nav-item .nav-link .badge.float-right {
  position: relative;
  top: 1px;
  left: 3px;
}
.nav.nav-pills .nav-item .nav-link.dropdown-toggle::after {
  top: -1px;
}
.nav.nav-pills.nav-justified {
  width: 100%;
}
.nav.nav-pills.nav-justified .nav-item {
  float: none;
}
.nav.nav-pills.nav-justified .nav-link {
  text-align: center;
  margin-bottom: 5px;
}
.nav.nav-pills.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 576px) {
  .nav.nav-pills.nav-justified .nav-item {
    display: table-cell;
    width: 1%;
  }
  .nav.nav-pills.nav-justified .nav-link {
    margin-bottom: 0;
  }
}
.nav.nav-pills.nav-justified .nav-link {
  margin-right: 0;
  border-radius: 0.25rem;
}
@media (min-width: 576px) {
  .nav.nav-pills.nav-justified .nav-link.active,
  .nav.nav-pills.nav-justified .nav-link.active:hover,
  .nav.nav-pills.nav-justified .nav-link.active:focus {
    border-bottom-color: transparent;
  }
}
.nav.nav-pills.nav-justified .nav-link {
  display: block;
}
.nav.nav-pills.nav-justified .nav-link.active {
  border: none;
}
.nav.nav-pills.nav-justified .nav-link.active:hover, .nav.nav-pills.nav-justified .nav-link.active:focus {
  border: none;
}
.nav.nav-pills.nav-pill-bordered .nav-item {
  border: 1px solid #d3d3d3;
  border-radius: 0.25rem;
}
.nav.nav-pills.nav-pill-with-active-bordered .nav-item a.nav-link {
  border: 1px solid #d3d3d3;
  border-radius: 0.25rem;
  background-color: #ffffff;
  color: #55595c;
}
.nav.nav-pills.nav-pill-with-active-bordered .nav-item a.nav-link.active {
  border: 1px solid #666ee8;
  color: #666ee8;
}
.nav.nav-pills.nav-active-bordered-pill .nav-item a.nav-link {
  color: #55595c;
}
.nav.nav-pills.nav-active-bordered-pill .nav-item a.nav-link.active {
  border: 1px solid #666ee8;
  border-radius: 0.25rem;
  color: #666ee8;
  background-color: #ffffff;
}
.nav.nav-pills.nav-pill-toolbar.nav-stacked .nav-item ~ .nav-item a.nav-link {
  border-left: 1px solid #d3d3d3;
  border-top: 0;
}
.nav.nav-pills.nav-pill-toolbar.nav-stacked .nav-item:first-child a.nav-link {
  border-radius: 0.25rem 0.25rem 0 0;
}
.nav.nav-pills.nav-pill-toolbar.nav-stacked .nav-item:last-child a.nav-link {
  border-radius: 0 0 0.25rem 0.25rem;
}
.nav.nav-pills.nav-pill-toolbar .nav-item {
  margin-top: 0;
  margin-left: 0;
}
.nav.nav-pills.nav-pill-toolbar .nav-item a.nav-link {
  border: 1px solid #d3d3d3;
  border-radius: 0;
}
.nav.nav-pills.nav-pill-toolbar .nav-item a.nav-link.active, .nav.nav-pills.nav-pill-toolbar .nav-item a.nav-link:active {
  border-color: #1e9ff2;
}
.nav.nav-tabs .nav-item .nav-link {
  padding: 0.5rem 0.7rem;
  display: inline-flex;
}
.nav.nav-tabs .nav-item .nav-link:hover:not(.active) {
  border-color: transparent;
}
.nav.nav-tabs .nav-item .nav-link.active {
  background-color: #fff;
  border-radius: 0.25rem 0.25rem 0 0;
}
.nav.nav-tabs .nav-item .nav-link i.float-right {
  margin-left: 0.5rem;
}
.nav.nav-tabs .nav-item .nav-link.dropdown-toggle::after {
  top: -1px;
}
.nav.nav-tabs .nav-item:hover {
  color: #333;
}
.nav.nav-tabs.wrap-border {
  border: 1px solid #ddd;
}
.nav.nav-tabs.no-hover-bg .nav-item:hover {
  background-color: transparent;
}
.nav.nav-tabs .dropdown .dropdown-item.active {
  background-color: transparent;
  color: #55595c;
}
.nav.nav-tabs .dropdown .dropdown-item.active:focus {
  background-color: transparent;
  color: #55595c;
}
.nav.nav-tabs.square-border {
  border-radius: 0;
}
.nav.nav-tabs.square-border .nav-item .nav-link.active {
  border-radius: 0;
}
.nav.nav-tabs.nav-justified {
  width: 100%;
}
.nav.nav-tabs.nav-justified .nav-item {
  float: none;
}
.nav.nav-tabs.nav-justified .nav-link {
  text-align: center;
  margin-bottom: 5px;
}
.nav.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 576px) {
  .nav.nav-tabs.nav-justified .nav-item {
    display: table-cell;
    width: 1%;
  }
  .nav.nav-tabs.nav-justified .nav-link {
    margin-bottom: 0;
  }
}
.nav.nav-tabs.nav-justified .nav-link {
  margin-right: 0;
  border-radius: 0.25rem;
}
@media (min-width: 576px) {
  .nav.nav-tabs.nav-justified .nav-link.active,
  .nav.nav-tabs.nav-justified .nav-link.active:hover,
  .nav.nav-tabs.nav-justified .nav-link.active:focus {
    border-bottom-color: transparent;
  }
}
.nav.nav-tabs.nav-justified .nav-item a.nav-link {
  display: block;
}
.nav.nav-tabs.nav-justified .nav-item a.nav-link .active {
  background-color: #fff;
}
.nav.nav-tabs.nav-top-border .nav-item a {
  color: #28d094;
}
.nav.nav-tabs.nav-top-border .nav-item a.nav-link.active {
  border-top: 3px solid #28d094;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  color: #555;
}
.nav.nav-tabs.nav-top-border .nav-item a:hover {
  color: #0f5039;
}
.nav.nav-tabs.nav-top-border .nav-item a:hover:not(.active) {
  border-color: transparent;
}
.nav.nav-tabs.nav-topline {
  border-bottom: none;
}
.nav.nav-tabs.nav-topline .nav-item:hover {
  background-color: transparent;
}
.nav.nav-tabs.nav-topline .nav-item:not(:last-child) {
  border-right: none;
}
.nav.nav-tabs.nav-topline .nav-item a {
  border: 1px solid rgba(40, 44, 42, 0.1);
  border-bottom: none;
}
.nav.nav-tabs.nav-topline .nav-item a.nav-link {
  padding: 0.8rem 0.5rem;
  background: rgba(40, 44, 42, 0.05);
  color: #74777b;
  line-height: 1;
  transition: color 0.2s;
}
.nav.nav-tabs.nav-topline .nav-item a.nav-link.active {
  background: none;
  box-shadow: inset 0 3px 0 #ff4961;
  color: #ff4961;
  border-radius: 0;
  border-top-color: #ff4961;
  border-bottom: none;
}
.nav.nav-tabs.nav-topline .nav-item a.nav-link:hover, .nav.nav-tabs.nav-topline .nav-item a.nav-link:focus {
  color: #ff4961;
}
.nav.nav-tabs.nav-topline .nav-item a.nav-link.dropdown-toggle::after {
  top: -1px;
}
.nav.nav-tabs.nav-underline {
  background: #fff;
  position: relative;
  border-bottom: 1px solid #1e9ff2;
  border-radius: 0;
}
.nav.nav-tabs.nav-underline .nav-item {
  position: relative;
  z-index: 1;
  display: block;
  text-align: center;
  -moz-flex: 1;
  flex: 1;
  margin-left: 0;
}
.nav.nav-tabs.nav-underline .nav-item.open a .nav-link {
  background-color: transparent;
}
.nav.nav-tabs.nav-underline .nav-item.open a .nav-link:focus, .nav.nav-tabs.nav-underline .nav-item.open a .nav-link:hover {
  background-color: transparent;
  color: #1e9ff2;
}
.nav.nav-tabs.nav-underline .nav-item a.nav-link {
  position: relative;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 2rem;
  padding: 0.5rem 1rem;
  transition: color 0.2s;
  color: #1e9ff2;
  border: none;
}
.nav.nav-tabs.nav-underline .nav-item a.nav-link.dropdown-toggle::after {
  margin-top: -1rem;
}
.nav.nav-tabs.nav-underline .nav-item a.nav-link.active {
  border: none;
  background-color: transparent;
}
.nav.nav-tabs.nav-underline .nav-item a.nav-link.active:focus, .nav.nav-tabs.nav-underline .nav-item a.nav-link.active:hover {
  color: #55595c;
  background-color: transparent;
}
.nav.nav-tabs.nav-underline .nav-item a.nav-link.active:before {
  transform: translate3d(0, 0, 0);
}
.nav.nav-tabs.nav-underline .nav-item a.nav-link:hover, .nav.nav-tabs.nav-underline .nav-item a.nav-link:focus {
  color: #1e9ff2;
}
.nav.nav-tabs.nav-underline .nav-item a.nav-link:before {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 4px;
  background: #1e9ff2;
  content: "";
  transition: transform 0.3s;
  transform: translate3d(0, 150%, 0);
}
.nav.nav-tabs.nav-linetriangle {
  border-bottom-color: #ff9149;
}
.nav.nav-tabs.nav-linetriangle .nav-item {
  position: relative;
  z-index: 1;
  display: block;
  text-align: center;
  -moz-flex: 1;
  flex: 1;
}
.nav.nav-tabs.nav-linetriangle .nav-item a.nav-link {
  position: relative;
  display: block;
  overflow: visible;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 2.5;
  border: none;
  color: #55595c;
}
.nav.nav-tabs.nav-linetriangle .nav-item a.nav-link.active {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom-color: #ff9149;
  color: #ff9149;
}
.nav.nav-tabs.nav-linetriangle .nav-item a.nav-link.active:after, .nav.nav-tabs.nav-linetriangle .nav-item a.nav-link.active:before {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 0;
  height: 0;
  border: solid transparent;
  content: "";
  pointer-events: none;
}
.nav.nav-tabs.nav-linetriangle .nav-item a.nav-link.active:before {
  margin-left: -11px;
  border-width: 12px;
  border-top-color: #ff9149;
}
.nav.nav-tabs.nav-linetriangle .nav-item a.nav-link.active:after {
  margin-left: -10px;
  border-width: 10px;
  border-top-color: #fff;
}
.nav.nav-tabs.nav-linetriangle .nav-item a.nav-link.active:focus {
  color: #ff9149;
}
.nav.nav-tabs.nav-linetriangle .nav-item a.nav-link.dropdown-toggle:after {
  margin-top: -1rem;
}
.nav.nav-tabs.nav-linetriangle .nav-item a.nav-link.dropdown-toggle.active:after {
  margin-top: 0;
}
.nav.nav-tabs.nav-linetriangle.nav-justified {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom-color: #ff9149;
}
.nav.nav-tabs.nav-linetriangle.nav-justified .nav-item a.nav-link.active {
  top: 0px;
}
.nav.nav-tabs.nav-iconfall {
  overflow: visible;
  border-bottom: none;
}
.nav.nav-tabs.nav-iconfall .nav-item {
  position: relative;
  z-index: 1;
  display: block;
  text-align: center;
  -moz-flex: 1;
  flex: 1;
  margin: 0.5rem 0.7rem 0;
}
.nav.nav-tabs.nav-iconfall .nav-item:hover, .nav.nav-tabs.nav-iconfall .nav-item:focus {
  background-color: transparent;
}
.nav.nav-tabs.nav-iconfall .nav-item a.nav-link {
  display: inline-block;
  padding: 1em 0 2em;
  color: #74777b;
  position: relative;
  line-height: 2.5;
  width: 100%;
  border: none;
  transition: color 0.3s cubic-bezier(0.7, 0, 0.3, 1);
}
.nav.nav-tabs.nav-iconfall .nav-item a:hover, .nav.nav-tabs.nav-iconfall .nav-item a:focus {
  color: #2CC185;
  border: none;
}
.nav.nav-tabs.nav-iconfall .nav-item a.active {
  color: #2CC185;
  border: none;
  background-color: transparent;
}
.nav.nav-tabs.nav-iconfall .nav-item a.active i:after {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}
.nav.nav-tabs.nav-iconfall .nav-item a.active i:before {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.nav.nav-tabs.nav-iconfall .nav-item a i {
  display: block;
  margin-right: 0;
}
.nav.nav-tabs.nav-iconfall .nav-item a i:after {
  position: absolute;
  bottom: 1em;
  left: 50%;
  margin-left: -20px;
  width: 40px;
  height: 4px;
  background: #2CC185;
  content: "";
  opacity: 0;
  transition: transform 0.2s ease-in;
  transform: scale3d(0, 1, 1);
}
.nav.nav-tabs.nav-iconfall .nav-item a i:before {
  display: block;
  margin: 0 0 0.35em;
  opacity: 0;
  transition: transform 0.2s, opacity 0.2s;
  transform: translate3d(0, -100px, 0);
  pointer-events: none;
}
.nav.nav-tabs.nav-iconfall .nav-item a.dropdown-toggle:after {
  margin-top: -1rem;
}
.nav .nav-item .nav-link {
  display: block;
}
.nav .dropdown-divider {
  margin: 0.5rem 0;
}

@media (min-width: 576px) {
  .nav.nav-tabs.nav-linetriangle.nav-justified .nav-item,
  .nav.nav-tabs.nav-iconfall.nav-justified .nav-item,
  .nav.nav-tabs.nav-underline.nav-justified .nav-item {
    display: table-cell !important;
  }
}
.nav-vertical {
  overflow: hidden;
}
.nav-vertical .nav-left.nav-tabs {
  float: left;
  border-bottom: 0;
  border-radius: 0;
  display: table;
}
.nav-vertical .nav-left.nav-tabs li.nav-item {
  float: none;
  margin: 0;
  margin-right: -1px;
}
.nav-vertical .nav-left.nav-tabs li.nav-item a.nav-link {
  min-width: 6.5rem;
  border-right: 1px solid #ddd;
}
.nav-vertical .nav-left.nav-tabs li.nav-item a.nav-link.active {
  border: 1px solid #ddd;
  border-right: 0;
  border-radius: 0.25rem 0 0 0.25rem;
}
.nav-vertical .nav-left.nav-tabs li.nav-item a.nav-link:hover:not(.active) {
  border-color: transparent;
  border-right: 1px solid #ddd;
}
.nav-vertical .nav-left.nav-tabs.nav-border-left li.nav-item a.nav-link {
  color: #ff4961;
}
.nav-vertical .nav-left.nav-tabs.nav-border-left li.nav-item a.nav-link.active {
  border-left: 3px solid #ff4961;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  color: #555;
}
.nav-vertical .nav-left ~ .tab-content {
  margin-left: 45px;
}
.nav-vertical .nav-left ~ .tab-content .tab-pane {
  display: none;
  background-color: #fff;
  padding: 0 0 0.6rem 1rem;
  overflow-y: auto;
}
.nav-vertical .nav-left ~ .tab-content .tab-pane.active {
  display: block;
}
.nav-vertical .nav-right.nav-tabs {
  float: right;
  border-bottom: 0;
  border-radius: 0;
  display: table;
}
.nav-vertical .nav-right.nav-tabs li.nav-item {
  float: none;
  margin: 0;
  margin-left: -1px;
}
.nav-vertical .nav-right.nav-tabs li.nav-item a.nav-link {
  min-width: 6.5rem;
  border-left: 1px solid #ddd;
}
.nav-vertical .nav-right.nav-tabs li.nav-item a.nav-link.active {
  border: 1px solid #ddd;
  border-left: 0;
  border-radius: 0 0.25rem 0.25rem 0;
}
.nav-vertical .nav-right.nav-tabs li.nav-item a.nav-link:hover:not(.active) {
  border-color: transparent;
  border-left: 1px solid #ddd;
}
.nav-vertical .nav-right.nav-tabs.nav-border-right li.nav-item a.nav-link {
  color: #ff4961;
}
.nav-vertical .nav-right.nav-tabs.nav-border-right li.nav-item a.nav-link.active {
  border-right: 3px solid #ff4961;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  color: #555;
}
.nav-vertical .nav-right ~ .tab-content .tab-pane {
  display: none;
  background-color: #fff;
  padding: 0 0 0.6rem 1rem;
  overflow-y: auto;
}
.nav-vertical .nav-right ~ .tab-content .tab-pane.active {
  display: block;
}

.nav.nav-tabs.nav-only-icon .nav-item .nav-link {
  font-size: 1.25rem;
}
.nav.nav-tabs.nav-only-icon .nav-item .nav-link i {
  margin-left: 0.5rem;
}

.nav.nav-tabs .nav-item.show .nav-link,
.nav.nav-tabs .nav-item.show .nav-link:focus {
  background-color: transparent;
}

.alert {
  position: relative;
}
.alert .alert-link:hover {
  text-decoration: underline;
}
.alert.alert-icon-left {
  border-left-width: 4rem;
}
.alert.alert-icon-right {
  border-right-width: 4rem;
}
.alert.alert-icon-left[class*=bg-] {
  border-left-color: rgba(0, 0, 0, 0.15) !important;
}
.alert.alert-icon-right[class*=bg-] {
  border-right-color: rgba(0, 0, 0, 0.15) !important;
}
.alert[class*=alert-icon-] .alert-icon {
  content: "\f2b2";
  font-family: LineAwesome;
  color: #fff;
  width: 4rem;
  left: -4rem;
  text-align: center;
  position: absolute;
  top: 50%;
  margin-top: -8px;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.alert .close {
  font-size: 2rem;
  line-height: 1rem;
}
.alert[class*=bg-] {
  color: #fff;
}
.alert[class*=bg-] .alert-link {
  color: #fff;
}
.alert[class*=bg-] .close {
  color: #fff;
  opacity: 1;
  text-shadow: none;
}
.alert.alert-icon-right .alert-icon {
  left: auto;
  right: -4rem;
}
.alert[class*=alert-arrow-]:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  border-left: 8px solid;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left-color: inherit;
  margin-top: -8px;
}
.alert.alert-arrow-right:before {
  left: auto;
  right: 0;
  border-left: 0;
  border-right: 8px solid;
  border-right-color: inherit;
}

.media-list .media {
  padding: 1.5rem;
  margin-top: 0;
}
.media-list .media .media-left {
  padding-right: 1rem;
  float: left;
}
.media-list .media .media-right {
  padding-left: 1rem;
  float: right;
}
.media-list a.media {
  color: #6b6f82 !important;
}

.media [class*=avatar-] {
  position: relative;
  padding-right: 0 !important;
  margin-right: 0;
}
.media [class*=avatar-] i {
  position: absolute;
  right: -4px;
  bottom: -1px;
  width: 10px;
  height: 10px;
  border: 2px solid white;
  border-radius: 100%;
}

.media-bordered .media {
  border-top: 1px solid #E4E7ED;
}
.media-bordered .media:first-child {
  border-top: 0;
}

.media-notation a {
  margin-right: 0.5rem;
}

/*=========================================================================================
  File Name: progress.scss
  Description: Extended bootstrap progress bar scss.
  ----------------------------------------------------------------------------------------
  Item Name: Modern Admin - Clean Bootstrap 4 Dashboard HTML Template
   Version: 1.0
  Author: PIXINVENT
  Author URL: http://www.themeforest.net/user/pixinvent
  ----------------------------------------------------------------------------------------

  Modifiers:       `progress-lg`
                   `progress-md`
                   `progress-sm`
                   `progress-xs`

==========================================================================================*/
.progress {
  margin-bottom: 3rem;
}
.progress:last-child {
  margin-bottom: 1rem;
}
.progress.progress-xl {
  height: 2rem !important;
}
.progress.progress-lg {
  height: 1.5rem !important;
}
.progress.progress-md {
  height: 1rem !important;
}
.progress.progress-sm {
  height: 0.5rem !important;
}
.progress.progress-xs {
  height: 0.25rem !important;
}
.progress.box-shadow {
  box-shadow: 0px 10px 15px 0px rgba(107, 111, 130, 0.3);
}

/* ===============================================================================================
	File Name: list-group.scss
	Description: Contain list item, list group related extended SCSS.
	----------------------------------------------------------------------------------------------
	Item Name: Modern Admin - Clean Bootstrap 4 Dashboard HTML Template
	 Version: 1.0
	Author: PIXINVENT
	Author URL: http://www.themeforest.net/user/pixinvent
================================================================================================*/
ul.list-inline li {
  display: inline-block;
}
ul.list-inline.list-inline-pipe > li + li:before {
  content: " | ";
  color: #626e82;
}

.list-group .list-group-item.active {
  color: #fff !important;
}
.list-group .list-group-item-action:active {
  color: #fff;
  background-color: #1e9ff2;
}
.list-group .list-group-item-action:active a {
  color: #fff;
}

.users-list li + li {
  margin-left: -14px;
}
.users-list li img {
  border: 2px solid #fff;
  box-shadow: 0px 2px 10px 0px rgba(107, 111, 130, 0.3);
}
.users-list li .badge {
  background: rgba(255, 255, 255, 0.8);
  color: #6b6f82;
  margin-bottom: 6px;
}

.toast-bs-container {
  z-index: 1040;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.toast-bs-container .toast-position {
  position: relative;
  top: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap-reverse;
}
.toast-bs-container .toast-position .toast.show {
  opacity: 1;
  z-index: 1030;
}

.toast-placement {
  position: static;
  top: 0;
}
.toast-placement .toast {
  position: absolute;
  top: 0;
  z-index: 1030;
}

.toast {
  display: none;
  background-color: rgb(255, 255, 255);
  margin-top: 0.75rem;
}

.toast-body {
  background-color: #F4F5FA;
}

.toast.show.toast-wrapper {
  position: static;
}

.toast.toast-translucent {
  opacity: 1;
  display: block;
}

.toast-header img {
  width: 20px;
  height: 20px;
}

.modal-sm {
  max-width: 400px;
}

.modal-xs {
  max-width: 300px;
}

.modal-xl {
  max-width: 94%;
  margin-left: 3%;
  margin-right: 3%;
}

.icon-align {
  margin-top: 0.6rem;
  margin-left: 0.5rem;
}

.popover {
  z-index: 999;
}
.popover.popover-top:after, .popover.popover-top:before, .popover.bs-tether-element-attached-top:after, .popover.bs-tether-element-attached-top:before {
  margin-left: -10px;
}
.popover.popover-right:after, .popover.popover-right:before, .popover.bs-tether-element-attached-right:after, .popover.bs-tether-element-attached-right:before {
  margin-top: -10px;
}
.popover.popover-bottom:after, .popover.popover-bottom:before, .popover.bs-tether-element-attached-bottom:after, .popover.bs-tether-element-attached-bottom:before {
  margin-left: -10px;
}
.popover.popover-left:after, .popover.popover-left:before, .popover.bs-tether-element-attached-left:after, .popover.bs-tether-element-attached-left:before {
  margin-top: -10px;
}

.selectboxit-container .selectboxit-options {
  z-index: 998;
}

.icon-bg-circle {
  color: #fff;
  padding: 0.5rem;
  border-radius: 50%;
}

.icon-left {
  margin-right: 0.5rem;
}

.icon-right {
  margin-right: 0.5rem;
}

.icon-spin {
  display: inline-block;
  animation: spin 1s infinite linear;
}

.blockOverlay {
  z-index: 1050 !important;
}

.blockElement, .blockPage {
  z-index: 1051 !important;
}

.embed-responsive:before {
  padding-top: 57%;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.hidden {
  display: none;
  visibility: hidden;
}

a:hover {
  cursor: pointer;
  text-decoration: none;
}

.round {
  border-radius: 1.5rem;
}

.square {
  border-radius: 0;
}

.mega-dropdown-menu p.accordion-text {
  line-height: 1.45;
}
.mega-dropdown-menu a[aria-expanded=true] {
  padding-bottom: 1rem;
}

.line-on-side {
  border-bottom: 1px solid #dadada;
  line-height: 0.1em;
  margin: 10px 0 20px;
}

.line-on-side span {
  background: #fff;
  padding: 0 10px;
}

.icon-line-height {
  line-height: 1.5rem !important;
}

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

.spinner {
  display: inline-block;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media only screen and (max-width: 576px) {
  .line-on-side {
    border-bottom: none;
    line-height: 1.25rem;
  }
}
.white {
  color: #ffffff !important;
}

.bg-white {
  background-color: #ffffff !important;
}
.bg-white .card-header, .bg-white .card-footer {
  background-color: transparent;
}
.bg-white.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(255, 255, 255, 0.6);
}

.selectboxit.selectboxit-btn.bg-white {
  background-color: #ffffff !important;
}

.alert-white {
  border-color: #ffffff !important;
  background-color: white !important;
  color: #a6a6a6 !important;
}
.alert-white .alert-link {
  color: #919191 !important;
}

.border-white {
  border-color: #ffffff;
}

.overlay-white {
  background: #ffffff; /* The Fallback */
  background: rgba(255, 255, 255, 0.8);
}

.color-info.white {
  background-color: #ffffff !important;
}

.btn-white {
  border-color: !important;
  background-color: #ffffff !important;
  color: #FFFFFF;
}
.btn-white:hover {
  border-color: !important;
  background-color: !important;
  color: #FFF !important;
}
.btn-white:focus, .btn-white:active {
  border-color: !important;
  background-color: !important;
  color: #FFF !important;
}
.btn-white.btn-glow {
  box-shadow: 0px 1px 20px 1px rgba(255, 255, 255, 0.6);
}

.btn-outline-white {
  border-color: #ffffff;
  background-color: transparent;
  color: #ffffff;
}
.btn-outline-white:hover {
  background-color: #ffffff;
  color: #FFF !important;
}
.btn-outline-white.btn-glow {
  box-shadow: 0px 1px 20px 1px rgba(255, 255, 255, 0.6);
}

input[type=checkbox].bg-white + .custom-control-label:before, input[type=radio].bg-white + .custom-control-label:before {
  background-color: #ffffff !important;
}

/* .custom-control-label{
  &:before{
    background-color: #ddd !important;
  }
} */
input:focus ~ .bg-white {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ffffff !important;
}

.border-white {
  border: 1px solid #ffffff !important;
}

.border-top-white {
  border-top: 1px solid #ffffff;
}

.border-bottom-white {
  border-bottom: 1px solid #ffffff;
}

.border-left-white {
  border-left: 1px solid #ffffff;
}

.border-right-white {
  border-right: 1px solid #ffffff;
}

.black {
  color: #000000 !important;
}

.bg-black {
  background-color: #000000 !important;
}
.bg-black .card-header, .bg-black .card-footer {
  background-color: transparent;
}
.bg-black.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(0, 0, 0, 0.6);
}

.selectboxit.selectboxit-btn.bg-black {
  background-color: #000000 !important;
}

.alert-black {
  border-color: #000000 !important;
  background-color: #242424 !important;
  color: black !important;
}
.alert-black .alert-link {
  color: black !important;
}

.border-black {
  border-color: #000000;
}

.overlay-black {
  background: #000000; /* The Fallback */
  background: rgba(0, 0, 0, 0.8);
}

.color-info.black {
  background-color: #000000 !important;
}

.btn-black {
  border-color: !important;
  background-color: #000000 !important;
  color: #FFFFFF;
}
.btn-black:hover {
  border-color: !important;
  background-color: !important;
  color: #FFF !important;
}
.btn-black:focus, .btn-black:active {
  border-color: !important;
  background-color: !important;
  color: #FFF !important;
}
.btn-black.btn-glow {
  box-shadow: 0px 1px 20px 1px rgba(0, 0, 0, 0.6);
}

.btn-outline-black {
  border-color: #000000;
  background-color: transparent;
  color: #000000;
}
.btn-outline-black:hover {
  background-color: #000000;
  color: #FFF !important;
}
.btn-outline-black.btn-glow {
  box-shadow: 0px 1px 20px 1px rgba(0, 0, 0, 0.6);
}

input[type=checkbox].bg-black + .custom-control-label:before, input[type=radio].bg-black + .custom-control-label:before {
  background-color: #000000 !important;
}

/* .custom-control-label{
  &:before{
    background-color: #ddd !important;
  }
} */
input:focus ~ .bg-black {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #000000 !important;
}

.border-black {
  border: 1px solid #000000 !important;
}

.border-top-black {
  border-top: 1px solid #000000;
}

.border-bottom-black {
  border-bottom: 1px solid #000000;
}

.border-left-black {
  border-left: 1px solid #000000;
}

.border-right-black {
  border-right: 1px solid #000000;
}

.primary.lighten-5 {
  color: #d5d7f9 !important;
}

.bg-primary.bg-lighten-5 {
  background-color: #d5d7f9 !important;
}
.bg-primary.bg-lighten-5.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(213, 215, 249, 0.6);
}

.btn-primary.btn-lighten-5 {
  border-color: #3a44e1 !important;
  background-color: #d5d7f9 !important;
}
.btn-primary.btn-lighten-5:hover {
  border-color: #3a44e1 !important;
  background-color: #232fde !important;
}
.btn-primary.btn-lighten-5:focus, .btn-primary.btn-lighten-5:active {
  border-color: #232fde !important;
  background-color: #1e29ca !important;
}

.btn-outline-primary.btn-outline-lighten-5 {
  border-color: #d5d7f9 !important;
  color: #d5d7f9 !important;
}
.btn-outline-primary.btn-outline-lighten-5:hover {
  background-color: #d5d7f9 !important;
}

input:focus ~ .bg-primary {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #d5d7f9 !important;
}

.border-primary.border-lighten-5 {
  border: 1px solid #d5d7f9 !important;
}

.border-top-primary.border-top-lighten-5 {
  border-top: 1px solid #d5d7f9 !important;
}

.border-bottom-primary.border-bottom-lighten-5 {
  border-bottom: 1px solid #d5d7f9 !important;
}

.border-left-primary.border-left-lighten-5 {
  border-left: 1px solid #d5d7f9 !important;
}

.border-right-primary.border-right-lighten-5 {
  border-right: 1px solid #d5d7f9 !important;
}

.overlay-primary.overlay-lighten-5 {
  background: #d5d7f9; /* The Fallback */
  background: rgba(213, 215, 249, 0.8);
}

.primary.lighten-4 {
  color: #bfc2f5 !important;
}

.bg-primary.bg-lighten-4 {
  background-color: #bfc2f5 !important;
}
.bg-primary.bg-lighten-4.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(191, 194, 245, 0.6);
}

.btn-primary.btn-lighten-4 {
  border-color: #3a44e1 !important;
  background-color: #bfc2f5 !important;
}
.btn-primary.btn-lighten-4:hover {
  border-color: #3a44e1 !important;
  background-color: #232fde !important;
}
.btn-primary.btn-lighten-4:focus, .btn-primary.btn-lighten-4:active {
  border-color: #232fde !important;
  background-color: #1e29ca !important;
}

.btn-outline-primary.btn-outline-lighten-4 {
  border-color: #bfc2f5 !important;
  color: #bfc2f5 !important;
}
.btn-outline-primary.btn-outline-lighten-4:hover {
  background-color: #bfc2f5 !important;
}

input:focus ~ .bg-primary {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #bfc2f5 !important;
}

.border-primary.border-lighten-4 {
  border: 1px solid #bfc2f5 !important;
}

.border-top-primary.border-top-lighten-4 {
  border-top: 1px solid #bfc2f5 !important;
}

.border-bottom-primary.border-bottom-lighten-4 {
  border-bottom: 1px solid #bfc2f5 !important;
}

.border-left-primary.border-left-lighten-4 {
  border-left: 1px solid #bfc2f5 !important;
}

.border-right-primary.border-right-lighten-4 {
  border-right: 1px solid #bfc2f5 !important;
}

.overlay-primary.overlay-lighten-4 {
  background: #bfc2f5; /* The Fallback */
  background: rgba(191, 194, 245, 0.8);
}

.primary.lighten-3 {
  color: #a9adf2 !important;
}

.bg-primary.bg-lighten-3 {
  background-color: #a9adf2 !important;
}
.bg-primary.bg-lighten-3.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(169, 173, 242, 0.6);
}

.btn-primary.btn-lighten-3 {
  border-color: #3a44e1 !important;
  background-color: #a9adf2 !important;
}
.btn-primary.btn-lighten-3:hover {
  border-color: #3a44e1 !important;
  background-color: #232fde !important;
}
.btn-primary.btn-lighten-3:focus, .btn-primary.btn-lighten-3:active {
  border-color: #232fde !important;
  background-color: #1e29ca !important;
}

.btn-outline-primary.btn-outline-lighten-3 {
  border-color: #a9adf2 !important;
  color: #a9adf2 !important;
}
.btn-outline-primary.btn-outline-lighten-3:hover {
  background-color: #a9adf2 !important;
}

input:focus ~ .bg-primary {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #a9adf2 !important;
}

.border-primary.border-lighten-3 {
  border: 1px solid #a9adf2 !important;
}

.border-top-primary.border-top-lighten-3 {
  border-top: 1px solid #a9adf2 !important;
}

.border-bottom-primary.border-bottom-lighten-3 {
  border-bottom: 1px solid #a9adf2 !important;
}

.border-left-primary.border-left-lighten-3 {
  border-left: 1px solid #a9adf2 !important;
}

.border-right-primary.border-right-lighten-3 {
  border-right: 1px solid #a9adf2 !important;
}

.overlay-primary.overlay-lighten-3 {
  background: #a9adf2; /* The Fallback */
  background: rgba(169, 173, 242, 0.8);
}

.primary.lighten-2 {
  color: #9298ef !important;
}

.bg-primary.bg-lighten-2 {
  background-color: #9298ef !important;
}
.bg-primary.bg-lighten-2.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(146, 152, 239, 0.6);
}

.btn-primary.btn-lighten-2 {
  border-color: #3a44e1 !important;
  background-color: #9298ef !important;
}
.btn-primary.btn-lighten-2:hover {
  border-color: #3a44e1 !important;
  background-color: #232fde !important;
}
.btn-primary.btn-lighten-2:focus, .btn-primary.btn-lighten-2:active {
  border-color: #232fde !important;
  background-color: #1e29ca !important;
}

.btn-outline-primary.btn-outline-lighten-2 {
  border-color: #9298ef !important;
  color: #9298ef !important;
}
.btn-outline-primary.btn-outline-lighten-2:hover {
  background-color: #9298ef !important;
}

input:focus ~ .bg-primary {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #9298ef !important;
}

.border-primary.border-lighten-2 {
  border: 1px solid #9298ef !important;
}

.border-top-primary.border-top-lighten-2 {
  border-top: 1px solid #9298ef !important;
}

.border-bottom-primary.border-bottom-lighten-2 {
  border-bottom: 1px solid #9298ef !important;
}

.border-left-primary.border-left-lighten-2 {
  border-left: 1px solid #9298ef !important;
}

.border-right-primary.border-right-lighten-2 {
  border-right: 1px solid #9298ef !important;
}

.overlay-primary.overlay-lighten-2 {
  background: #9298ef; /* The Fallback */
  background: rgba(146, 152, 239, 0.8);
}

.primary.lighten-1 {
  color: #7c83eb !important;
}

.bg-primary.bg-lighten-1 {
  background-color: #7c83eb !important;
}
.bg-primary.bg-lighten-1.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(124, 131, 235, 0.6);
}

.btn-primary.btn-lighten-1 {
  border-color: #3a44e1 !important;
  background-color: #7c83eb !important;
}
.btn-primary.btn-lighten-1:hover {
  border-color: #3a44e1 !important;
  background-color: #232fde !important;
}
.btn-primary.btn-lighten-1:focus, .btn-primary.btn-lighten-1:active {
  border-color: #232fde !important;
  background-color: #1e29ca !important;
}

.btn-outline-primary.btn-outline-lighten-1 {
  border-color: #7c83eb !important;
  color: #7c83eb !important;
}
.btn-outline-primary.btn-outline-lighten-1:hover {
  background-color: #7c83eb !important;
}

input:focus ~ .bg-primary {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #7c83eb !important;
}

.border-primary.border-lighten-1 {
  border: 1px solid #7c83eb !important;
}

.border-top-primary.border-top-lighten-1 {
  border-top: 1px solid #7c83eb !important;
}

.border-bottom-primary.border-bottom-lighten-1 {
  border-bottom: 1px solid #7c83eb !important;
}

.border-left-primary.border-left-lighten-1 {
  border-left: 1px solid #7c83eb !important;
}

.border-right-primary.border-right-lighten-1 {
  border-right: 1px solid #7c83eb !important;
}

.overlay-primary.overlay-lighten-1 {
  background: #7c83eb; /* The Fallback */
  background: rgba(124, 131, 235, 0.8);
}

.primary {
  color: #666ee8 !important;
}

.bg-primary {
  background-color: #666ee8 !important;
}
.bg-primary .card-header, .bg-primary .card-footer {
  background-color: transparent;
}
.bg-primary.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(102, 110, 232, 0.6);
}

.selectboxit.selectboxit-btn.bg-primary {
  background-color: #666ee8 !important;
}

.alert-primary {
  border-color: #666ee8 !important;
  background-color: #a4a9f1 !important;
  color: #141b87 !important;
}
.alert-primary .alert-link {
  color: #0f1464 !important;
}

.border-primary {
  border-color: #666ee8;
}

.overlay-primary {
  background: #666ee8; /* The Fallback */
  background: rgba(102, 110, 232, 0.8);
}

.color-info.primary {
  background-color: #666ee8 !important;
}

.btn-primary {
  border-color: #3a44e1 !important;
  background-color: #666ee8 !important;
  color: #FFFFFF;
}
.btn-primary:hover {
  border-color: #5059e5 !important;
  background-color: #7c83eb !important;
  color: #FFF !important;
}
.btn-primary:focus, .btn-primary:active {
  border-color: #3a44e1 !important;
  background-color: #232fde !important;
  color: #FFF !important;
}
.btn-primary.btn-glow {
  box-shadow: 0px 1px 20px 1px rgba(102, 110, 232, 0.6);
}

.btn-outline-primary {
  border-color: #666ee8;
  background-color: transparent;
  color: #666ee8;
}
.btn-outline-primary:hover {
  background-color: #666ee8;
  color: #FFF !important;
}
.btn-outline-primary.btn-glow {
  box-shadow: 0px 1px 20px 1px rgba(102, 110, 232, 0.6);
}

input[type=checkbox].bg-primary + .custom-control-label:before, input[type=radio].bg-primary + .custom-control-label:before {
  background-color: #666ee8 !important;
}

/* .custom-control-label{
  &:before{
    background-color: #ddd !important;
  }
} */
input:focus ~ .bg-primary {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #666ee8 !important;
}

.border-primary {
  border: 1px solid #666ee8 !important;
}

.border-top-primary {
  border-top: 1px solid #666ee8;
}

.border-bottom-primary {
  border-bottom: 1px solid #666ee8;
}

.border-left-primary {
  border-left: 1px solid #666ee8;
}

.border-right-primary {
  border-right: 1px solid #666ee8;
}

.primary.darken-1 {
  color: #5059e5 !important;
}

.bg-primary.bg-darken-1 {
  background-color: #5059e5 !important;
}
.bg-primary.bg-darken-1.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(80, 89, 229, 0.6);
}

.btn-primary.btn-darken-1 {
  border-color: #3a44e1 !important;
  background-color: #5059e5 !important;
}
.btn-primary.btn-darken-1:hover {
  border-color: #3a44e1 !important;
  background-color: #232fde !important;
}
.btn-primary.btn-darken-1:focus, .btn-primary.btn-darken-1:active {
  border-color: #232fde !important;
  background-color: #1e29ca !important;
}

.btn-outline-primary.btn-outline-darken-1 {
  border-color: #5059e5 !important;
  color: #5059e5 !important;
}
.btn-outline-primary.btn-outline-darken-1:hover {
  background-color: #5059e5 !important;
}

input:focus ~ .bg-primary {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #5059e5 !important;
}

.border-primary.border-darken-1 {
  border: 1px solid #5059e5 !important;
}

.border-top-primary.border-top-darken-1 {
  border-top: 1px solid #5059e5 !important;
}

.border-bottom-primary.border-bottom-darken-1 {
  border-bottom: 1px solid #5059e5 !important;
}

.border-left-primary.border-left-darken-1 {
  border-left: 1px solid #5059e5 !important;
}

.border-right-primary.border-right-darken-1 {
  border-right: 1px solid #5059e5 !important;
}

.overlay-primary.overlay-darken-1 {
  background: #5059e5; /* The Fallback */
  background: rgba(80, 89, 229, 0.8);
}

.primary.darken-2 {
  color: #3a44e1 !important;
}

.bg-primary.bg-darken-2 {
  background-color: #3a44e1 !important;
}
.bg-primary.bg-darken-2.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(58, 68, 225, 0.6);
}

.btn-primary.btn-darken-2 {
  border-color: #3a44e1 !important;
  background-color: #3a44e1 !important;
}
.btn-primary.btn-darken-2:hover {
  border-color: #3a44e1 !important;
  background-color: #232fde !important;
}
.btn-primary.btn-darken-2:focus, .btn-primary.btn-darken-2:active {
  border-color: #232fde !important;
  background-color: #1e29ca !important;
}

.btn-outline-primary.btn-outline-darken-2 {
  border-color: #3a44e1 !important;
  color: #3a44e1 !important;
}
.btn-outline-primary.btn-outline-darken-2:hover {
  background-color: #3a44e1 !important;
}

input:focus ~ .bg-primary {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #3a44e1 !important;
}

.border-primary.border-darken-2 {
  border: 1px solid #3a44e1 !important;
}

.border-top-primary.border-top-darken-2 {
  border-top: 1px solid #3a44e1 !important;
}

.border-bottom-primary.border-bottom-darken-2 {
  border-bottom: 1px solid #3a44e1 !important;
}

.border-left-primary.border-left-darken-2 {
  border-left: 1px solid #3a44e1 !important;
}

.border-right-primary.border-right-darken-2 {
  border-right: 1px solid #3a44e1 !important;
}

.overlay-primary.overlay-darken-2 {
  background: #3a44e1; /* The Fallback */
  background: rgba(58, 68, 225, 0.8);
}

.primary.darken-3 {
  color: #232fde !important;
}

.bg-primary.bg-darken-3 {
  background-color: #232fde !important;
}
.bg-primary.bg-darken-3.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(35, 47, 222, 0.6);
}

.btn-primary.btn-darken-3 {
  border-color: #3a44e1 !important;
  background-color: #232fde !important;
}
.btn-primary.btn-darken-3:hover {
  border-color: #3a44e1 !important;
  background-color: #232fde !important;
}
.btn-primary.btn-darken-3:focus, .btn-primary.btn-darken-3:active {
  border-color: #232fde !important;
  background-color: #1e29ca !important;
}

.btn-outline-primary.btn-outline-darken-3 {
  border-color: #232fde !important;
  color: #232fde !important;
}
.btn-outline-primary.btn-outline-darken-3:hover {
  background-color: #232fde !important;
}

input:focus ~ .bg-primary {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #232fde !important;
}

.border-primary.border-darken-3 {
  border: 1px solid #232fde !important;
}

.border-top-primary.border-top-darken-3 {
  border-top: 1px solid #232fde !important;
}

.border-bottom-primary.border-bottom-darken-3 {
  border-bottom: 1px solid #232fde !important;
}

.border-left-primary.border-left-darken-3 {
  border-left: 1px solid #232fde !important;
}

.border-right-primary.border-right-darken-3 {
  border-right: 1px solid #232fde !important;
}

.overlay-primary.overlay-darken-3 {
  background: #232fde; /* The Fallback */
  background: rgba(35, 47, 222, 0.8);
}

.primary.darken-4 {
  color: #1e29ca !important;
}

.bg-primary.bg-darken-4 {
  background-color: #1e29ca !important;
}
.bg-primary.bg-darken-4.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(30, 41, 202, 0.6);
}

.btn-primary.btn-darken-4 {
  border-color: #3a44e1 !important;
  background-color: #1e29ca !important;
}
.btn-primary.btn-darken-4:hover {
  border-color: #3a44e1 !important;
  background-color: #232fde !important;
}
.btn-primary.btn-darken-4:focus, .btn-primary.btn-darken-4:active {
  border-color: #232fde !important;
  background-color: #1e29ca !important;
}

.btn-outline-primary.btn-outline-darken-4 {
  border-color: #1e29ca !important;
  color: #1e29ca !important;
}
.btn-outline-primary.btn-outline-darken-4:hover {
  background-color: #1e29ca !important;
}

input:focus ~ .bg-primary {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #1e29ca !important;
}

.border-primary.border-darken-4 {
  border: 1px solid #1e29ca !important;
}

.border-top-primary.border-top-darken-4 {
  border-top: 1px solid #1e29ca !important;
}

.border-bottom-primary.border-bottom-darken-4 {
  border-bottom: 1px solid #1e29ca !important;
}

.border-left-primary.border-left-darken-4 {
  border-left: 1px solid #1e29ca !important;
}

.border-right-primary.border-right-darken-4 {
  border-right: 1px solid #1e29ca !important;
}

.overlay-primary.overlay-darken-4 {
  background: #1e29ca; /* The Fallback */
  background: rgba(30, 41, 202, 0.8);
}

.primary.accent-1 {
  color: #efefff !important;
}

.bg-primary.bg-accent-1 {
  background-color: #efefff !important;
}
.bg-primary.bg-accent-1.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(239, 239, 255, 0.6);
}

.btn-primary.btn-accent-1 {
  border-color: #3a44e1 !important;
  background-color: #efefff !important;
}
.btn-primary.btn-accent-1:hover {
  border-color: #3a44e1 !important;
  background-color: #232fde !important;
}
.btn-primary.btn-accent-1:focus, .btn-primary.btn-accent-1:active {
  border-color: #232fde !important;
  background-color: #1e29ca !important;
}

.btn-outline-primary.btn-outline-accent-1 {
  border-color: #efefff !important;
  color: #efefff !important;
}
.btn-outline-primary.btn-outline-accent-1:hover {
  background-color: #efefff !important;
}

input:focus ~ .bg-primary {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #efefff !important;
}

.border-primary.border-accent-1 {
  border: 1px solid #efefff !important;
}

.border-top-primary.border-top-accent-1 {
  border-top: 1px solid #efefff !important;
}

.border-bottom-primary.border-bottom-accent-1 {
  border-bottom: 1px solid #efefff !important;
}

.border-left-primary.border-left-accent-1 {
  border-left: 1px solid #efefff !important;
}

.border-right-primary.border-right-accent-1 {
  border-right: 1px solid #efefff !important;
}

.overlay-primary.overlay-accent-1 {
  background: #efefff; /* The Fallback */
  background: rgba(239, 239, 255, 0.8);
}

.primary.accent-2 {
  color: #dbdbff !important;
}

.bg-primary.bg-accent-2 {
  background-color: #dbdbff !important;
}
.bg-primary.bg-accent-2.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(219, 219, 255, 0.6);
}

.btn-primary.btn-accent-2 {
  border-color: #3a44e1 !important;
  background-color: #dbdbff !important;
}
.btn-primary.btn-accent-2:hover {
  border-color: #3a44e1 !important;
  background-color: #232fde !important;
}
.btn-primary.btn-accent-2:focus, .btn-primary.btn-accent-2:active {
  border-color: #232fde !important;
  background-color: #1e29ca !important;
}

.btn-outline-primary.btn-outline-accent-2 {
  border-color: #dbdbff !important;
  color: #dbdbff !important;
}
.btn-outline-primary.btn-outline-accent-2:hover {
  background-color: #dbdbff !important;
}

input:focus ~ .bg-primary {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #dbdbff !important;
}

.border-primary.border-accent-2 {
  border: 1px solid #dbdbff !important;
}

.border-top-primary.border-top-accent-2 {
  border-top: 1px solid #dbdbff !important;
}

.border-bottom-primary.border-bottom-accent-2 {
  border-bottom: 1px solid #dbdbff !important;
}

.border-left-primary.border-left-accent-2 {
  border-left: 1px solid #dbdbff !important;
}

.border-right-primary.border-right-accent-2 {
  border-right: 1px solid #dbdbff !important;
}

.overlay-primary.overlay-accent-2 {
  background: #dbdbff; /* The Fallback */
  background: rgba(219, 219, 255, 0.8);
}

.primary.accent-3 {
  color: #bcbfff !important;
}

.bg-primary.bg-accent-3 {
  background-color: #bcbfff !important;
}
.bg-primary.bg-accent-3.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(188, 191, 255, 0.6);
}

.btn-primary.btn-accent-3 {
  border-color: #3a44e1 !important;
  background-color: #bcbfff !important;
}
.btn-primary.btn-accent-3:hover {
  border-color: #3a44e1 !important;
  background-color: #232fde !important;
}
.btn-primary.btn-accent-3:focus, .btn-primary.btn-accent-3:active {
  border-color: #232fde !important;
  background-color: #1e29ca !important;
}

.btn-outline-primary.btn-outline-accent-3 {
  border-color: #bcbfff !important;
  color: #bcbfff !important;
}
.btn-outline-primary.btn-outline-accent-3:hover {
  background-color: #bcbfff !important;
}

input:focus ~ .bg-primary {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #bcbfff !important;
}

.border-primary.border-accent-3 {
  border: 1px solid #bcbfff !important;
}

.border-top-primary.border-top-accent-3 {
  border-top: 1px solid #bcbfff !important;
}

.border-bottom-primary.border-bottom-accent-3 {
  border-bottom: 1px solid #bcbfff !important;
}

.border-left-primary.border-left-accent-3 {
  border-left: 1px solid #bcbfff !important;
}

.border-right-primary.border-right-accent-3 {
  border-right: 1px solid #bcbfff !important;
}

.overlay-primary.overlay-accent-3 {
  background: #bcbfff; /* The Fallback */
  background: rgba(188, 191, 255, 0.8);
}

.primary.accent-4 {
  color: #a2a6ff !important;
}

.bg-primary.bg-accent-4 {
  background-color: #a2a6ff !important;
}
.bg-primary.bg-accent-4.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(162, 166, 255, 0.6);
}

.btn-primary.btn-accent-4 {
  border-color: #3a44e1 !important;
  background-color: #a2a6ff !important;
}
.btn-primary.btn-accent-4:hover {
  border-color: #3a44e1 !important;
  background-color: #232fde !important;
}
.btn-primary.btn-accent-4:focus, .btn-primary.btn-accent-4:active {
  border-color: #232fde !important;
  background-color: #1e29ca !important;
}

.btn-outline-primary.btn-outline-accent-4 {
  border-color: #a2a6ff !important;
  color: #a2a6ff !important;
}
.btn-outline-primary.btn-outline-accent-4:hover {
  background-color: #a2a6ff !important;
}

input:focus ~ .bg-primary {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #a2a6ff !important;
}

.border-primary.border-accent-4 {
  border: 1px solid #a2a6ff !important;
}

.border-top-primary.border-top-accent-4 {
  border-top: 1px solid #a2a6ff !important;
}

.border-bottom-primary.border-bottom-accent-4 {
  border-bottom: 1px solid #a2a6ff !important;
}

.border-left-primary.border-left-accent-4 {
  border-left: 1px solid #a2a6ff !important;
}

.border-right-primary.border-right-accent-4 {
  border-right: 1px solid #a2a6ff !important;
}

.overlay-primary.overlay-accent-4 {
  background: #a2a6ff; /* The Fallback */
  background: rgba(162, 166, 255, 0.8);
}

.secondary.lighten-5 {
  color: #afb2bd !important;
}

.bg-secondary.bg-lighten-5 {
  background-color: #afb2bd !important;
}
.bg-secondary.bg-lighten-5.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(175, 178, 189, 0.6);
}

.btn-secondary.btn-lighten-5 {
  border-color: #545766 !important;
  background-color: #afb2bd !important;
}
.btn-secondary.btn-lighten-5:hover {
  border-color: #545766 !important;
  background-color: #484b58 !important;
}
.btn-secondary.btn-lighten-5:focus, .btn-secondary.btn-lighten-5:active {
  border-color: #484b58 !important;
  background-color: #3d3f4a !important;
}

.btn-outline-secondary.btn-outline-lighten-5 {
  border-color: #afb2bd !important;
  color: #afb2bd !important;
}
.btn-outline-secondary.btn-outline-lighten-5:hover {
  background-color: #afb2bd !important;
}

input:focus ~ .bg-secondary {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #afb2bd !important;
}

.border-secondary.border-lighten-5 {
  border: 1px solid #afb2bd !important;
}

.border-top-secondary.border-top-lighten-5 {
  border-top: 1px solid #afb2bd !important;
}

.border-bottom-secondary.border-bottom-lighten-5 {
  border-bottom: 1px solid #afb2bd !important;
}

.border-left-secondary.border-left-lighten-5 {
  border-left: 1px solid #afb2bd !important;
}

.border-right-secondary.border-right-lighten-5 {
  border-right: 1px solid #afb2bd !important;
}

.overlay-secondary.overlay-lighten-5 {
  background: #afb2bd; /* The Fallback */
  background: rgba(175, 178, 189, 0.8);
}

.secondary.lighten-4 {
  color: #a1a4b2 !important;
}

.bg-secondary.bg-lighten-4 {
  background-color: #a1a4b2 !important;
}
.bg-secondary.bg-lighten-4.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(161, 164, 178, 0.6);
}

.btn-secondary.btn-lighten-4 {
  border-color: #545766 !important;
  background-color: #a1a4b2 !important;
}
.btn-secondary.btn-lighten-4:hover {
  border-color: #545766 !important;
  background-color: #484b58 !important;
}
.btn-secondary.btn-lighten-4:focus, .btn-secondary.btn-lighten-4:active {
  border-color: #484b58 !important;
  background-color: #3d3f4a !important;
}

.btn-outline-secondary.btn-outline-lighten-4 {
  border-color: #a1a4b2 !important;
  color: #a1a4b2 !important;
}
.btn-outline-secondary.btn-outline-lighten-4:hover {
  background-color: #a1a4b2 !important;
}

input:focus ~ .bg-secondary {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #a1a4b2 !important;
}

.border-secondary.border-lighten-4 {
  border: 1px solid #a1a4b2 !important;
}

.border-top-secondary.border-top-lighten-4 {
  border-top: 1px solid #a1a4b2 !important;
}

.border-bottom-secondary.border-bottom-lighten-4 {
  border-bottom: 1px solid #a1a4b2 !important;
}

.border-left-secondary.border-left-lighten-4 {
  border-left: 1px solid #a1a4b2 !important;
}

.border-right-secondary.border-right-lighten-4 {
  border-right: 1px solid #a1a4b2 !important;
}

.overlay-secondary.overlay-lighten-4 {
  background: #a1a4b2; /* The Fallback */
  background: rgba(161, 164, 178, 0.8);
}

.secondary.lighten-3 {
  color: #9397a6 !important;
}

.bg-secondary.bg-lighten-3 {
  background-color: #9397a6 !important;
}
.bg-secondary.bg-lighten-3.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(147, 151, 166, 0.6);
}

.btn-secondary.btn-lighten-3 {
  border-color: #545766 !important;
  background-color: #9397a6 !important;
}
.btn-secondary.btn-lighten-3:hover {
  border-color: #545766 !important;
  background-color: #484b58 !important;
}
.btn-secondary.btn-lighten-3:focus, .btn-secondary.btn-lighten-3:active {
  border-color: #484b58 !important;
  background-color: #3d3f4a !important;
}

.btn-outline-secondary.btn-outline-lighten-3 {
  border-color: #9397a6 !important;
  color: #9397a6 !important;
}
.btn-outline-secondary.btn-outline-lighten-3:hover {
  background-color: #9397a6 !important;
}

input:focus ~ .bg-secondary {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #9397a6 !important;
}

.border-secondary.border-lighten-3 {
  border: 1px solid #9397a6 !important;
}

.border-top-secondary.border-top-lighten-3 {
  border-top: 1px solid #9397a6 !important;
}

.border-bottom-secondary.border-bottom-lighten-3 {
  border-bottom: 1px solid #9397a6 !important;
}

.border-left-secondary.border-left-lighten-3 {
  border-left: 1px solid #9397a6 !important;
}

.border-right-secondary.border-right-lighten-3 {
  border-right: 1px solid #9397a6 !important;
}

.overlay-secondary.overlay-lighten-3 {
  background: #9397a6; /* The Fallback */
  background: rgba(147, 151, 166, 0.8);
}

.secondary.lighten-2 {
  color: #85899b !important;
}

.bg-secondary.bg-lighten-2 {
  background-color: #85899b !important;
}
.bg-secondary.bg-lighten-2.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(133, 137, 155, 0.6);
}

.btn-secondary.btn-lighten-2 {
  border-color: #545766 !important;
  background-color: #85899b !important;
}
.btn-secondary.btn-lighten-2:hover {
  border-color: #545766 !important;
  background-color: #484b58 !important;
}
.btn-secondary.btn-lighten-2:focus, .btn-secondary.btn-lighten-2:active {
  border-color: #484b58 !important;
  background-color: #3d3f4a !important;
}

.btn-outline-secondary.btn-outline-lighten-2 {
  border-color: #85899b !important;
  color: #85899b !important;
}
.btn-outline-secondary.btn-outline-lighten-2:hover {
  background-color: #85899b !important;
}

input:focus ~ .bg-secondary {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #85899b !important;
}

.border-secondary.border-lighten-2 {
  border: 1px solid #85899b !important;
}

.border-top-secondary.border-top-lighten-2 {
  border-top: 1px solid #85899b !important;
}

.border-bottom-secondary.border-bottom-lighten-2 {
  border-bottom: 1px solid #85899b !important;
}

.border-left-secondary.border-left-lighten-2 {
  border-left: 1px solid #85899b !important;
}

.border-right-secondary.border-right-lighten-2 {
  border-right: 1px solid #85899b !important;
}

.overlay-secondary.overlay-lighten-2 {
  background: #85899b; /* The Fallback */
  background: rgba(133, 137, 155, 0.8);
}

.secondary.lighten-1 {
  color: #777b8f !important;
}

.bg-secondary.bg-lighten-1 {
  background-color: #777b8f !important;
}
.bg-secondary.bg-lighten-1.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(119, 123, 143, 0.6);
}

.btn-secondary.btn-lighten-1 {
  border-color: #545766 !important;
  background-color: #777b8f !important;
}
.btn-secondary.btn-lighten-1:hover {
  border-color: #545766 !important;
  background-color: #484b58 !important;
}
.btn-secondary.btn-lighten-1:focus, .btn-secondary.btn-lighten-1:active {
  border-color: #484b58 !important;
  background-color: #3d3f4a !important;
}

.btn-outline-secondary.btn-outline-lighten-1 {
  border-color: #777b8f !important;
  color: #777b8f !important;
}
.btn-outline-secondary.btn-outline-lighten-1:hover {
  background-color: #777b8f !important;
}

input:focus ~ .bg-secondary {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #777b8f !important;
}

.border-secondary.border-lighten-1 {
  border: 1px solid #777b8f !important;
}

.border-top-secondary.border-top-lighten-1 {
  border-top: 1px solid #777b8f !important;
}

.border-bottom-secondary.border-bottom-lighten-1 {
  border-bottom: 1px solid #777b8f !important;
}

.border-left-secondary.border-left-lighten-1 {
  border-left: 1px solid #777b8f !important;
}

.border-right-secondary.border-right-lighten-1 {
  border-right: 1px solid #777b8f !important;
}

.overlay-secondary.overlay-lighten-1 {
  background: #777b8f; /* The Fallback */
  background: rgba(119, 123, 143, 0.8);
}

.secondary {
  color: #6b6f82 !important;
}

.bg-secondary {
  background-color: #6b6f82 !important;
}
.bg-secondary .card-header, .bg-secondary .card-footer {
  background-color: transparent;
}
.bg-secondary.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(107, 111, 130, 0.6);
}

.selectboxit.selectboxit-btn.bg-secondary {
  background-color: #6b6f82 !important;
}

.alert-secondary {
  border-color: #6b6f82 !important;
  background-color: #9094a4 !important;
  color: #1a1b20 !important;
}
.alert-secondary .alert-link {
  color: #08080a !important;
}

.border-secondary {
  border-color: #6b6f82;
}

.overlay-secondary {
  background: #6b6f82; /* The Fallback */
  background: rgba(107, 111, 130, 0.8);
}

.color-info.secondary {
  background-color: #6b6f82 !important;
}

.btn-secondary {
  border-color: #545766 !important;
  background-color: #6b6f82 !important;
  color: #FFFFFF;
}
.btn-secondary:hover {
  border-color: #5f6374 !important;
  background-color: #777b8f !important;
  color: #FFF !important;
}
.btn-secondary:focus, .btn-secondary:active {
  border-color: #545766 !important;
  background-color: #484b58 !important;
  color: #FFF !important;
}
.btn-secondary.btn-glow {
  box-shadow: 0px 1px 20px 1px rgba(107, 111, 130, 0.6);
}

.btn-outline-secondary {
  border-color: #6b6f82;
  background-color: transparent;
  color: #6b6f82;
}
.btn-outline-secondary:hover {
  background-color: #6b6f82;
  color: #FFF !important;
}
.btn-outline-secondary.btn-glow {
  box-shadow: 0px 1px 20px 1px rgba(107, 111, 130, 0.6);
}

input[type=checkbox].bg-secondary + .custom-control-label:before, input[type=radio].bg-secondary + .custom-control-label:before {
  background-color: #6b6f82 !important;
}

/* .custom-control-label{
  &:before{
    background-color: #ddd !important;
  }
} */
input:focus ~ .bg-secondary {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #6b6f82 !important;
}

.border-secondary {
  border: 1px solid #6b6f82 !important;
}

.border-top-secondary {
  border-top: 1px solid #6b6f82;
}

.border-bottom-secondary {
  border-bottom: 1px solid #6b6f82;
}

.border-left-secondary {
  border-left: 1px solid #6b6f82;
}

.border-right-secondary {
  border-right: 1px solid #6b6f82;
}

.secondary.darken-1 {
  color: #5f6374 !important;
}

.bg-secondary.bg-darken-1 {
  background-color: #5f6374 !important;
}
.bg-secondary.bg-darken-1.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(95, 99, 116, 0.6);
}

.btn-secondary.btn-darken-1 {
  border-color: #545766 !important;
  background-color: #5f6374 !important;
}
.btn-secondary.btn-darken-1:hover {
  border-color: #545766 !important;
  background-color: #484b58 !important;
}
.btn-secondary.btn-darken-1:focus, .btn-secondary.btn-darken-1:active {
  border-color: #484b58 !important;
  background-color: #3d3f4a !important;
}

.btn-outline-secondary.btn-outline-darken-1 {
  border-color: #5f6374 !important;
  color: #5f6374 !important;
}
.btn-outline-secondary.btn-outline-darken-1:hover {
  background-color: #5f6374 !important;
}

input:focus ~ .bg-secondary {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #5f6374 !important;
}

.border-secondary.border-darken-1 {
  border: 1px solid #5f6374 !important;
}

.border-top-secondary.border-top-darken-1 {
  border-top: 1px solid #5f6374 !important;
}

.border-bottom-secondary.border-bottom-darken-1 {
  border-bottom: 1px solid #5f6374 !important;
}

.border-left-secondary.border-left-darken-1 {
  border-left: 1px solid #5f6374 !important;
}

.border-right-secondary.border-right-darken-1 {
  border-right: 1px solid #5f6374 !important;
}

.overlay-secondary.overlay-darken-1 {
  background: #5f6374; /* The Fallback */
  background: rgba(95, 99, 116, 0.8);
}

.secondary.darken-2 {
  color: #545766 !important;
}

.bg-secondary.bg-darken-2 {
  background-color: #545766 !important;
}
.bg-secondary.bg-darken-2.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(84, 87, 102, 0.6);
}

.btn-secondary.btn-darken-2 {
  border-color: #545766 !important;
  background-color: #545766 !important;
}
.btn-secondary.btn-darken-2:hover {
  border-color: #545766 !important;
  background-color: #484b58 !important;
}
.btn-secondary.btn-darken-2:focus, .btn-secondary.btn-darken-2:active {
  border-color: #484b58 !important;
  background-color: #3d3f4a !important;
}

.btn-outline-secondary.btn-outline-darken-2 {
  border-color: #545766 !important;
  color: #545766 !important;
}
.btn-outline-secondary.btn-outline-darken-2:hover {
  background-color: #545766 !important;
}

input:focus ~ .bg-secondary {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #545766 !important;
}

.border-secondary.border-darken-2 {
  border: 1px solid #545766 !important;
}

.border-top-secondary.border-top-darken-2 {
  border-top: 1px solid #545766 !important;
}

.border-bottom-secondary.border-bottom-darken-2 {
  border-bottom: 1px solid #545766 !important;
}

.border-left-secondary.border-left-darken-2 {
  border-left: 1px solid #545766 !important;
}

.border-right-secondary.border-right-darken-2 {
  border-right: 1px solid #545766 !important;
}

.overlay-secondary.overlay-darken-2 {
  background: #545766; /* The Fallback */
  background: rgba(84, 87, 102, 0.8);
}

.secondary.darken-3 {
  color: #484b58 !important;
}

.bg-secondary.bg-darken-3 {
  background-color: #484b58 !important;
}
.bg-secondary.bg-darken-3.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(72, 75, 88, 0.6);
}

.btn-secondary.btn-darken-3 {
  border-color: #545766 !important;
  background-color: #484b58 !important;
}
.btn-secondary.btn-darken-3:hover {
  border-color: #545766 !important;
  background-color: #484b58 !important;
}
.btn-secondary.btn-darken-3:focus, .btn-secondary.btn-darken-3:active {
  border-color: #484b58 !important;
  background-color: #3d3f4a !important;
}

.btn-outline-secondary.btn-outline-darken-3 {
  border-color: #484b58 !important;
  color: #484b58 !important;
}
.btn-outline-secondary.btn-outline-darken-3:hover {
  background-color: #484b58 !important;
}

input:focus ~ .bg-secondary {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #484b58 !important;
}

.border-secondary.border-darken-3 {
  border: 1px solid #484b58 !important;
}

.border-top-secondary.border-top-darken-3 {
  border-top: 1px solid #484b58 !important;
}

.border-bottom-secondary.border-bottom-darken-3 {
  border-bottom: 1px solid #484b58 !important;
}

.border-left-secondary.border-left-darken-3 {
  border-left: 1px solid #484b58 !important;
}

.border-right-secondary.border-right-darken-3 {
  border-right: 1px solid #484b58 !important;
}

.overlay-secondary.overlay-darken-3 {
  background: #484b58; /* The Fallback */
  background: rgba(72, 75, 88, 0.8);
}

.secondary.darken-4 {
  color: #3d3f4a !important;
}

.bg-secondary.bg-darken-4 {
  background-color: #3d3f4a !important;
}
.bg-secondary.bg-darken-4.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(61, 63, 74, 0.6);
}

.btn-secondary.btn-darken-4 {
  border-color: #545766 !important;
  background-color: #3d3f4a !important;
}
.btn-secondary.btn-darken-4:hover {
  border-color: #545766 !important;
  background-color: #484b58 !important;
}
.btn-secondary.btn-darken-4:focus, .btn-secondary.btn-darken-4:active {
  border-color: #484b58 !important;
  background-color: #3d3f4a !important;
}

.btn-outline-secondary.btn-outline-darken-4 {
  border-color: #3d3f4a !important;
  color: #3d3f4a !important;
}
.btn-outline-secondary.btn-outline-darken-4:hover {
  background-color: #3d3f4a !important;
}

input:focus ~ .bg-secondary {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #3d3f4a !important;
}

.border-secondary.border-darken-4 {
  border: 1px solid #3d3f4a !important;
}

.border-top-secondary.border-top-darken-4 {
  border-top: 1px solid #3d3f4a !important;
}

.border-bottom-secondary.border-bottom-darken-4 {
  border-bottom: 1px solid #3d3f4a !important;
}

.border-left-secondary.border-left-darken-4 {
  border-left: 1px solid #3d3f4a !important;
}

.border-right-secondary.border-right-darken-4 {
  border-right: 1px solid #3d3f4a !important;
}

.overlay-secondary.overlay-darken-4 {
  background: #3d3f4a; /* The Fallback */
  background: rgba(61, 63, 74, 0.8);
}

.success.lighten-5 {
  color: #8ee9c9 !important;
}

.bg-success.bg-lighten-5 {
  background-color: #8ee9c9 !important;
}
.bg-success.bg-lighten-5.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(142, 233, 201, 0.6);
}

.btn-success.btn-lighten-5 {
  border-color: #20a576 !important;
  background-color: #8ee9c9 !important;
}
.btn-success.btn-lighten-5:hover {
  border-color: #20a576 !important;
  background-color: #1c9066 !important;
}
.btn-success.btn-lighten-5:focus, .btn-success.btn-lighten-5:active {
  border-color: #1c9066 !important;
  background-color: #187a57 !important;
}

.btn-outline-success.btn-outline-lighten-5 {
  border-color: #8ee9c9 !important;
  color: #8ee9c9 !important;
}
.btn-outline-success.btn-outline-lighten-5:hover {
  background-color: #8ee9c9 !important;
}

input:focus ~ .bg-success {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #8ee9c9 !important;
}

.border-success.border-lighten-5 {
  border: 1px solid #8ee9c9 !important;
}

.border-top-success.border-top-lighten-5 {
  border-top: 1px solid #8ee9c9 !important;
}

.border-bottom-success.border-bottom-lighten-5 {
  border-bottom: 1px solid #8ee9c9 !important;
}

.border-left-success.border-left-lighten-5 {
  border-left: 1px solid #8ee9c9 !important;
}

.border-right-success.border-right-lighten-5 {
  border-right: 1px solid #8ee9c9 !important;
}

.overlay-success.overlay-lighten-5 {
  background: #8ee9c9; /* The Fallback */
  background: rgba(142, 233, 201, 0.8);
}

.success.lighten-4 {
  color: #79e5be !important;
}

.bg-success.bg-lighten-4 {
  background-color: #79e5be !important;
}
.bg-success.bg-lighten-4.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(121, 229, 190, 0.6);
}

.btn-success.btn-lighten-4 {
  border-color: #20a576 !important;
  background-color: #79e5be !important;
}
.btn-success.btn-lighten-4:hover {
  border-color: #20a576 !important;
  background-color: #1c9066 !important;
}
.btn-success.btn-lighten-4:focus, .btn-success.btn-lighten-4:active {
  border-color: #1c9066 !important;
  background-color: #187a57 !important;
}

.btn-outline-success.btn-outline-lighten-4 {
  border-color: #79e5be !important;
  color: #79e5be !important;
}
.btn-outline-success.btn-outline-lighten-4:hover {
  background-color: #79e5be !important;
}

input:focus ~ .bg-success {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #79e5be !important;
}

.border-success.border-lighten-4 {
  border: 1px solid #79e5be !important;
}

.border-top-success.border-top-lighten-4 {
  border-top: 1px solid #79e5be !important;
}

.border-bottom-success.border-bottom-lighten-4 {
  border-bottom: 1px solid #79e5be !important;
}

.border-left-success.border-left-lighten-4 {
  border-left: 1px solid #79e5be !important;
}

.border-right-success.border-right-lighten-4 {
  border-right: 1px solid #79e5be !important;
}

.overlay-success.overlay-lighten-4 {
  background: #79e5be; /* The Fallback */
  background: rgba(121, 229, 190, 0.8);
}

.success.lighten-3 {
  color: #63e1b4 !important;
}

.bg-success.bg-lighten-3 {
  background-color: #63e1b4 !important;
}
.bg-success.bg-lighten-3.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(99, 225, 180, 0.6);
}

.btn-success.btn-lighten-3 {
  border-color: #20a576 !important;
  background-color: #63e1b4 !important;
}
.btn-success.btn-lighten-3:hover {
  border-color: #20a576 !important;
  background-color: #1c9066 !important;
}
.btn-success.btn-lighten-3:focus, .btn-success.btn-lighten-3:active {
  border-color: #1c9066 !important;
  background-color: #187a57 !important;
}

.btn-outline-success.btn-outline-lighten-3 {
  border-color: #63e1b4 !important;
  color: #63e1b4 !important;
}
.btn-outline-success.btn-outline-lighten-3:hover {
  background-color: #63e1b4 !important;
}

input:focus ~ .bg-success {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #63e1b4 !important;
}

.border-success.border-lighten-3 {
  border: 1px solid #63e1b4 !important;
}

.border-top-success.border-top-lighten-3 {
  border-top: 1px solid #63e1b4 !important;
}

.border-bottom-success.border-bottom-lighten-3 {
  border-bottom: 1px solid #63e1b4 !important;
}

.border-left-success.border-left-lighten-3 {
  border-left: 1px solid #63e1b4 !important;
}

.border-right-success.border-right-lighten-3 {
  border-right: 1px solid #63e1b4 !important;
}

.overlay-success.overlay-lighten-3 {
  background: #63e1b4; /* The Fallback */
  background: rgba(99, 225, 180, 0.8);
}

.success.lighten-2 {
  color: #4eddaa !important;
}

.bg-success.bg-lighten-2 {
  background-color: #4eddaa !important;
}
.bg-success.bg-lighten-2.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(78, 221, 170, 0.6);
}

.btn-success.btn-lighten-2 {
  border-color: #20a576 !important;
  background-color: #4eddaa !important;
}
.btn-success.btn-lighten-2:hover {
  border-color: #20a576 !important;
  background-color: #1c9066 !important;
}
.btn-success.btn-lighten-2:focus, .btn-success.btn-lighten-2:active {
  border-color: #1c9066 !important;
  background-color: #187a57 !important;
}

.btn-outline-success.btn-outline-lighten-2 {
  border-color: #4eddaa !important;
  color: #4eddaa !important;
}
.btn-outline-success.btn-outline-lighten-2:hover {
  background-color: #4eddaa !important;
}

input:focus ~ .bg-success {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #4eddaa !important;
}

.border-success.border-lighten-2 {
  border: 1px solid #4eddaa !important;
}

.border-top-success.border-top-lighten-2 {
  border-top: 1px solid #4eddaa !important;
}

.border-bottom-success.border-bottom-lighten-2 {
  border-bottom: 1px solid #4eddaa !important;
}

.border-left-success.border-left-lighten-2 {
  border-left: 1px solid #4eddaa !important;
}

.border-right-success.border-right-lighten-2 {
  border-right: 1px solid #4eddaa !important;
}

.overlay-success.overlay-lighten-2 {
  background: #4eddaa; /* The Fallback */
  background: rgba(78, 221, 170, 0.8);
}

.success.lighten-1 {
  color: #39d9a0 !important;
}

.bg-success.bg-lighten-1 {
  background-color: #39d9a0 !important;
}
.bg-success.bg-lighten-1.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(57, 217, 160, 0.6);
}

.btn-success.btn-lighten-1 {
  border-color: #20a576 !important;
  background-color: #39d9a0 !important;
}
.btn-success.btn-lighten-1:hover {
  border-color: #20a576 !important;
  background-color: #1c9066 !important;
}
.btn-success.btn-lighten-1:focus, .btn-success.btn-lighten-1:active {
  border-color: #1c9066 !important;
  background-color: #187a57 !important;
}

.btn-outline-success.btn-outline-lighten-1 {
  border-color: #39d9a0 !important;
  color: #39d9a0 !important;
}
.btn-outline-success.btn-outline-lighten-1:hover {
  background-color: #39d9a0 !important;
}

input:focus ~ .bg-success {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #39d9a0 !important;
}

.border-success.border-lighten-1 {
  border: 1px solid #39d9a0 !important;
}

.border-top-success.border-top-lighten-1 {
  border-top: 1px solid #39d9a0 !important;
}

.border-bottom-success.border-bottom-lighten-1 {
  border-bottom: 1px solid #39d9a0 !important;
}

.border-left-success.border-left-lighten-1 {
  border-left: 1px solid #39d9a0 !important;
}

.border-right-success.border-right-lighten-1 {
  border-right: 1px solid #39d9a0 !important;
}

.overlay-success.overlay-lighten-1 {
  background: #39d9a0; /* The Fallback */
  background: rgba(57, 217, 160, 0.8);
}

.success {
  color: #28d094 !important;
}

.bg-success {
  background-color: #28d094 !important;
}
.bg-success .card-header, .bg-success .card-footer {
  background-color: transparent;
}
.bg-success.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(40, 208, 148, 0.6);
}

.selectboxit.selectboxit-btn.bg-success {
  background-color: #28d094 !important;
}

.alert-success {
  border-color: #28d094 !important;
  background-color: #5fe0b2 !important;
  color: #0b3a29 !important;
}
.alert-success .alert-link {
  color: #051811 !important;
}

.border-success {
  border-color: #28d094;
}

.overlay-success {
  background: #28d094; /* The Fallback */
  background: rgba(40, 208, 148, 0.8);
}

.color-info.success {
  background-color: #28d094 !important;
}

.btn-success {
  border-color: #20a576 !important;
  background-color: #28d094 !important;
  color: #FFFFFF;
}
.btn-success:hover {
  border-color: #24bb85 !important;
  background-color: #39d9a0 !important;
  color: #FFF !important;
}
.btn-success:focus, .btn-success:active {
  border-color: #20a576 !important;
  background-color: #1c9066 !important;
  color: #FFF !important;
}
.btn-success.btn-glow {
  box-shadow: 0px 1px 20px 1px rgba(40, 208, 148, 0.6);
}

.btn-outline-success {
  border-color: #28d094;
  background-color: transparent;
  color: #28d094;
}
.btn-outline-success:hover {
  background-color: #28d094;
  color: #FFF !important;
}
.btn-outline-success.btn-glow {
  box-shadow: 0px 1px 20px 1px rgba(40, 208, 148, 0.6);
}

input[type=checkbox].bg-success + .custom-control-label:before, input[type=radio].bg-success + .custom-control-label:before {
  background-color: #28d094 !important;
}

/* .custom-control-label{
  &:before{
    background-color: #ddd !important;
  }
} */
input:focus ~ .bg-success {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #28d094 !important;
}

.border-success {
  border: 1px solid #28d094 !important;
}

.border-top-success {
  border-top: 1px solid #28d094;
}

.border-bottom-success {
  border-bottom: 1px solid #28d094;
}

.border-left-success {
  border-left: 1px solid #28d094;
}

.border-right-success {
  border-right: 1px solid #28d094;
}

.success.darken-1 {
  color: #24bb85 !important;
}

.bg-success.bg-darken-1 {
  background-color: #24bb85 !important;
}
.bg-success.bg-darken-1.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(36, 187, 133, 0.6);
}

.btn-success.btn-darken-1 {
  border-color: #20a576 !important;
  background-color: #24bb85 !important;
}
.btn-success.btn-darken-1:hover {
  border-color: #20a576 !important;
  background-color: #1c9066 !important;
}
.btn-success.btn-darken-1:focus, .btn-success.btn-darken-1:active {
  border-color: #1c9066 !important;
  background-color: #187a57 !important;
}

.btn-outline-success.btn-outline-darken-1 {
  border-color: #24bb85 !important;
  color: #24bb85 !important;
}
.btn-outline-success.btn-outline-darken-1:hover {
  background-color: #24bb85 !important;
}

input:focus ~ .bg-success {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #24bb85 !important;
}

.border-success.border-darken-1 {
  border: 1px solid #24bb85 !important;
}

.border-top-success.border-top-darken-1 {
  border-top: 1px solid #24bb85 !important;
}

.border-bottom-success.border-bottom-darken-1 {
  border-bottom: 1px solid #24bb85 !important;
}

.border-left-success.border-left-darken-1 {
  border-left: 1px solid #24bb85 !important;
}

.border-right-success.border-right-darken-1 {
  border-right: 1px solid #24bb85 !important;
}

.overlay-success.overlay-darken-1 {
  background: #24bb85; /* The Fallback */
  background: rgba(36, 187, 133, 0.8);
}

.success.darken-2 {
  color: #20a576 !important;
}

.bg-success.bg-darken-2 {
  background-color: #20a576 !important;
}
.bg-success.bg-darken-2.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(32, 165, 118, 0.6);
}

.btn-success.btn-darken-2 {
  border-color: #20a576 !important;
  background-color: #20a576 !important;
}
.btn-success.btn-darken-2:hover {
  border-color: #20a576 !important;
  background-color: #1c9066 !important;
}
.btn-success.btn-darken-2:focus, .btn-success.btn-darken-2:active {
  border-color: #1c9066 !important;
  background-color: #187a57 !important;
}

.btn-outline-success.btn-outline-darken-2 {
  border-color: #20a576 !important;
  color: #20a576 !important;
}
.btn-outline-success.btn-outline-darken-2:hover {
  background-color: #20a576 !important;
}

input:focus ~ .bg-success {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #20a576 !important;
}

.border-success.border-darken-2 {
  border: 1px solid #20a576 !important;
}

.border-top-success.border-top-darken-2 {
  border-top: 1px solid #20a576 !important;
}

.border-bottom-success.border-bottom-darken-2 {
  border-bottom: 1px solid #20a576 !important;
}

.border-left-success.border-left-darken-2 {
  border-left: 1px solid #20a576 !important;
}

.border-right-success.border-right-darken-2 {
  border-right: 1px solid #20a576 !important;
}

.overlay-success.overlay-darken-2 {
  background: #20a576; /* The Fallback */
  background: rgba(32, 165, 118, 0.8);
}

.success.darken-3 {
  color: #1c9066 !important;
}

.bg-success.bg-darken-3 {
  background-color: #1c9066 !important;
}
.bg-success.bg-darken-3.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(28, 144, 102, 0.6);
}

.btn-success.btn-darken-3 {
  border-color: #20a576 !important;
  background-color: #1c9066 !important;
}
.btn-success.btn-darken-3:hover {
  border-color: #20a576 !important;
  background-color: #1c9066 !important;
}
.btn-success.btn-darken-3:focus, .btn-success.btn-darken-3:active {
  border-color: #1c9066 !important;
  background-color: #187a57 !important;
}

.btn-outline-success.btn-outline-darken-3 {
  border-color: #1c9066 !important;
  color: #1c9066 !important;
}
.btn-outline-success.btn-outline-darken-3:hover {
  background-color: #1c9066 !important;
}

input:focus ~ .bg-success {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #1c9066 !important;
}

.border-success.border-darken-3 {
  border: 1px solid #1c9066 !important;
}

.border-top-success.border-top-darken-3 {
  border-top: 1px solid #1c9066 !important;
}

.border-bottom-success.border-bottom-darken-3 {
  border-bottom: 1px solid #1c9066 !important;
}

.border-left-success.border-left-darken-3 {
  border-left: 1px solid #1c9066 !important;
}

.border-right-success.border-right-darken-3 {
  border-right: 1px solid #1c9066 !important;
}

.overlay-success.overlay-darken-3 {
  background: #1c9066; /* The Fallback */
  background: rgba(28, 144, 102, 0.8);
}

.success.darken-4 {
  color: #187a57 !important;
}

.bg-success.bg-darken-4 {
  background-color: #187a57 !important;
}
.bg-success.bg-darken-4.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(24, 122, 87, 0.6);
}

.btn-success.btn-darken-4 {
  border-color: #20a576 !important;
  background-color: #187a57 !important;
}
.btn-success.btn-darken-4:hover {
  border-color: #20a576 !important;
  background-color: #1c9066 !important;
}
.btn-success.btn-darken-4:focus, .btn-success.btn-darken-4:active {
  border-color: #1c9066 !important;
  background-color: #187a57 !important;
}

.btn-outline-success.btn-outline-darken-4 {
  border-color: #187a57 !important;
  color: #187a57 !important;
}
.btn-outline-success.btn-outline-darken-4:hover {
  background-color: #187a57 !important;
}

input:focus ~ .bg-success {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #187a57 !important;
}

.border-success.border-darken-4 {
  border: 1px solid #187a57 !important;
}

.border-top-success.border-top-darken-4 {
  border-top: 1px solid #187a57 !important;
}

.border-bottom-success.border-bottom-darken-4 {
  border-bottom: 1px solid #187a57 !important;
}

.border-left-success.border-left-darken-4 {
  border-left: 1px solid #187a57 !important;
}

.border-right-success.border-right-darken-4 {
  border-right: 1px solid #187a57 !important;
}

.overlay-success.overlay-darken-4 {
  background: #187a57; /* The Fallback */
  background: rgba(24, 122, 87, 0.8);
}

.success.accent-1 {
  color: #e1fff0 !important;
}

.bg-success.bg-accent-1 {
  background-color: #e1fff0 !important;
}
.bg-success.bg-accent-1.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(225, 255, 240, 0.6);
}

.btn-success.btn-accent-1 {
  border-color: #20a576 !important;
  background-color: #e1fff0 !important;
}
.btn-success.btn-accent-1:hover {
  border-color: #20a576 !important;
  background-color: #1c9066 !important;
}
.btn-success.btn-accent-1:focus, .btn-success.btn-accent-1:active {
  border-color: #1c9066 !important;
  background-color: #187a57 !important;
}

.btn-outline-success.btn-outline-accent-1 {
  border-color: #e1fff0 !important;
  color: #e1fff0 !important;
}
.btn-outline-success.btn-outline-accent-1:hover {
  background-color: #e1fff0 !important;
}

input:focus ~ .bg-success {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #e1fff0 !important;
}

.border-success.border-accent-1 {
  border: 1px solid #e1fff0 !important;
}

.border-top-success.border-top-accent-1 {
  border-top: 1px solid #e1fff0 !important;
}

.border-bottom-success.border-bottom-accent-1 {
  border-bottom: 1px solid #e1fff0 !important;
}

.border-left-success.border-left-accent-1 {
  border-left: 1px solid #e1fff0 !important;
}

.border-right-success.border-right-accent-1 {
  border-right: 1px solid #e1fff0 !important;
}

.overlay-success.overlay-accent-1 {
  background: #e1fff0; /* The Fallback */
  background: rgba(225, 255, 240, 0.8);
}

.success.accent-2 {
  color: #aeffd5 !important;
}

.bg-success.bg-accent-2 {
  background-color: #aeffd5 !important;
}
.bg-success.bg-accent-2.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(174, 255, 213, 0.6);
}

.btn-success.btn-accent-2 {
  border-color: #20a576 !important;
  background-color: #aeffd5 !important;
}
.btn-success.btn-accent-2:hover {
  border-color: #20a576 !important;
  background-color: #1c9066 !important;
}
.btn-success.btn-accent-2:focus, .btn-success.btn-accent-2:active {
  border-color: #1c9066 !important;
  background-color: #187a57 !important;
}

.btn-outline-success.btn-outline-accent-2 {
  border-color: #aeffd5 !important;
  color: #aeffd5 !important;
}
.btn-outline-success.btn-outline-accent-2:hover {
  background-color: #aeffd5 !important;
}

input:focus ~ .bg-success {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #aeffd5 !important;
}

.border-success.border-accent-2 {
  border: 1px solid #aeffd5 !important;
}

.border-top-success.border-top-accent-2 {
  border-top: 1px solid #aeffd5 !important;
}

.border-bottom-success.border-bottom-accent-2 {
  border-bottom: 1px solid #aeffd5 !important;
}

.border-left-success.border-left-accent-2 {
  border-left: 1px solid #aeffd5 !important;
}

.border-right-success.border-right-accent-2 {
  border-right: 1px solid #aeffd5 !important;
}

.overlay-success.overlay-accent-2 {
  background: #aeffd5; /* The Fallback */
  background: rgba(174, 255, 213, 0.8);
}

.success.accent-3 {
  color: #7bffbb !important;
}

.bg-success.bg-accent-3 {
  background-color: #7bffbb !important;
}
.bg-success.bg-accent-3.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(123, 255, 187, 0.6);
}

.btn-success.btn-accent-3 {
  border-color: #20a576 !important;
  background-color: #7bffbb !important;
}
.btn-success.btn-accent-3:hover {
  border-color: #20a576 !important;
  background-color: #1c9066 !important;
}
.btn-success.btn-accent-3:focus, .btn-success.btn-accent-3:active {
  border-color: #1c9066 !important;
  background-color: #187a57 !important;
}

.btn-outline-success.btn-outline-accent-3 {
  border-color: #7bffbb !important;
  color: #7bffbb !important;
}
.btn-outline-success.btn-outline-accent-3:hover {
  background-color: #7bffbb !important;
}

input:focus ~ .bg-success {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #7bffbb !important;
}

.border-success.border-accent-3 {
  border: 1px solid #7bffbb !important;
}

.border-top-success.border-top-accent-3 {
  border-top: 1px solid #7bffbb !important;
}

.border-bottom-success.border-bottom-accent-3 {
  border-bottom: 1px solid #7bffbb !important;
}

.border-left-success.border-left-accent-3 {
  border-left: 1px solid #7bffbb !important;
}

.border-right-success.border-right-accent-3 {
  border-right: 1px solid #7bffbb !important;
}

.overlay-success.overlay-accent-3 {
  background: #7bffbb; /* The Fallback */
  background: rgba(123, 255, 187, 0.8);
}

.success.accent-4 {
  color: #62ffae !important;
}

.bg-success.bg-accent-4 {
  background-color: #62ffae !important;
}
.bg-success.bg-accent-4.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(98, 255, 174, 0.6);
}

.btn-success.btn-accent-4 {
  border-color: #20a576 !important;
  background-color: #62ffae !important;
}
.btn-success.btn-accent-4:hover {
  border-color: #20a576 !important;
  background-color: #1c9066 !important;
}
.btn-success.btn-accent-4:focus, .btn-success.btn-accent-4:active {
  border-color: #1c9066 !important;
  background-color: #187a57 !important;
}

.btn-outline-success.btn-outline-accent-4 {
  border-color: #62ffae !important;
  color: #62ffae !important;
}
.btn-outline-success.btn-outline-accent-4:hover {
  background-color: #62ffae !important;
}

input:focus ~ .bg-success {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #62ffae !important;
}

.border-success.border-accent-4 {
  border: 1px solid #62ffae !important;
}

.border-top-success.border-top-accent-4 {
  border-top: 1px solid #62ffae !important;
}

.border-bottom-success.border-bottom-accent-4 {
  border-bottom: 1px solid #62ffae !important;
}

.border-left-success.border-left-accent-4 {
  border-left: 1px solid #62ffae !important;
}

.border-right-success.border-right-accent-4 {
  border-right: 1px solid #62ffae !important;
}

.overlay-success.overlay-accent-4 {
  background: #62ffae; /* The Fallback */
  background: rgba(98, 255, 174, 0.8);
}

.info.lighten-5 {
  color: #97d2f9 !important;
}

.bg-info.bg-lighten-5 {
  background-color: #97d2f9 !important;
}
.bg-info.bg-lighten-5.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(151, 210, 249, 0.6);
}

.btn-info.btn-lighten-5 {
  border-color: #0c84d1 !important;
  background-color: #97d2f9 !important;
}
.btn-info.btn-lighten-5:hover {
  border-color: #0c84d1 !important;
  background-color: #0b75b9 !important;
}
.btn-info.btn-lighten-5:focus, .btn-info.btn-lighten-5:active {
  border-color: #0b75b9 !important;
  background-color: #0965a1 !important;
}

.btn-outline-info.btn-outline-lighten-5 {
  border-color: #97d2f9 !important;
  color: #97d2f9 !important;
}
.btn-outline-info.btn-outline-lighten-5:hover {
  background-color: #97d2f9 !important;
}

input:focus ~ .bg-info {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #97d2f9 !important;
}

.border-info.border-lighten-5 {
  border: 1px solid #97d2f9 !important;
}

.border-top-info.border-top-lighten-5 {
  border-top: 1px solid #97d2f9 !important;
}

.border-bottom-info.border-bottom-lighten-5 {
  border-bottom: 1px solid #97d2f9 !important;
}

.border-left-info.border-left-lighten-5 {
  border-left: 1px solid #97d2f9 !important;
}

.border-right-info.border-right-lighten-5 {
  border-right: 1px solid #97d2f9 !important;
}

.overlay-info.overlay-lighten-5 {
  background: #97d2f9; /* The Fallback */
  background: rgba(151, 210, 249, 0.8);
}

.info.lighten-4 {
  color: #7ec8f8 !important;
}

.bg-info.bg-lighten-4 {
  background-color: #7ec8f8 !important;
}
.bg-info.bg-lighten-4.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(126, 200, 248, 0.6);
}

.btn-info.btn-lighten-4 {
  border-color: #0c84d1 !important;
  background-color: #7ec8f8 !important;
}
.btn-info.btn-lighten-4:hover {
  border-color: #0c84d1 !important;
  background-color: #0b75b9 !important;
}
.btn-info.btn-lighten-4:focus, .btn-info.btn-lighten-4:active {
  border-color: #0b75b9 !important;
  background-color: #0965a1 !important;
}

.btn-outline-info.btn-outline-lighten-4 {
  border-color: #7ec8f8 !important;
  color: #7ec8f8 !important;
}
.btn-outline-info.btn-outline-lighten-4:hover {
  background-color: #7ec8f8 !important;
}

input:focus ~ .bg-info {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #7ec8f8 !important;
}

.border-info.border-lighten-4 {
  border: 1px solid #7ec8f8 !important;
}

.border-top-info.border-top-lighten-4 {
  border-top: 1px solid #7ec8f8 !important;
}

.border-bottom-info.border-bottom-lighten-4 {
  border-bottom: 1px solid #7ec8f8 !important;
}

.border-left-info.border-left-lighten-4 {
  border-left: 1px solid #7ec8f8 !important;
}

.border-right-info.border-right-lighten-4 {
  border-right: 1px solid #7ec8f8 !important;
}

.overlay-info.overlay-lighten-4 {
  background: #7ec8f8; /* The Fallback */
  background: rgba(126, 200, 248, 0.8);
}

.info.lighten-3 {
  color: #66bef6 !important;
}

.bg-info.bg-lighten-3 {
  background-color: #66bef6 !important;
}
.bg-info.bg-lighten-3.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(102, 190, 246, 0.6);
}

.btn-info.btn-lighten-3 {
  border-color: #0c84d1 !important;
  background-color: #66bef6 !important;
}
.btn-info.btn-lighten-3:hover {
  border-color: #0c84d1 !important;
  background-color: #0b75b9 !important;
}
.btn-info.btn-lighten-3:focus, .btn-info.btn-lighten-3:active {
  border-color: #0b75b9 !important;
  background-color: #0965a1 !important;
}

.btn-outline-info.btn-outline-lighten-3 {
  border-color: #66bef6 !important;
  color: #66bef6 !important;
}
.btn-outline-info.btn-outline-lighten-3:hover {
  background-color: #66bef6 !important;
}

input:focus ~ .bg-info {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #66bef6 !important;
}

.border-info.border-lighten-3 {
  border: 1px solid #66bef6 !important;
}

.border-top-info.border-top-lighten-3 {
  border-top: 1px solid #66bef6 !important;
}

.border-bottom-info.border-bottom-lighten-3 {
  border-bottom: 1px solid #66bef6 !important;
}

.border-left-info.border-left-lighten-3 {
  border-left: 1px solid #66bef6 !important;
}

.border-right-info.border-right-lighten-3 {
  border-right: 1px solid #66bef6 !important;
}

.overlay-info.overlay-lighten-3 {
  background: #66bef6; /* The Fallback */
  background: rgba(102, 190, 246, 0.8);
}

.info.lighten-2 {
  color: #4eb4f5 !important;
}

.bg-info.bg-lighten-2 {
  background-color: #4eb4f5 !important;
}
.bg-info.bg-lighten-2.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(78, 180, 245, 0.6);
}

.btn-info.btn-lighten-2 {
  border-color: #0c84d1 !important;
  background-color: #4eb4f5 !important;
}
.btn-info.btn-lighten-2:hover {
  border-color: #0c84d1 !important;
  background-color: #0b75b9 !important;
}
.btn-info.btn-lighten-2:focus, .btn-info.btn-lighten-2:active {
  border-color: #0b75b9 !important;
  background-color: #0965a1 !important;
}

.btn-outline-info.btn-outline-lighten-2 {
  border-color: #4eb4f5 !important;
  color: #4eb4f5 !important;
}
.btn-outline-info.btn-outline-lighten-2:hover {
  background-color: #4eb4f5 !important;
}

input:focus ~ .bg-info {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #4eb4f5 !important;
}

.border-info.border-lighten-2 {
  border: 1px solid #4eb4f5 !important;
}

.border-top-info.border-top-lighten-2 {
  border-top: 1px solid #4eb4f5 !important;
}

.border-bottom-info.border-bottom-lighten-2 {
  border-bottom: 1px solid #4eb4f5 !important;
}

.border-left-info.border-left-lighten-2 {
  border-left: 1px solid #4eb4f5 !important;
}

.border-right-info.border-right-lighten-2 {
  border-right: 1px solid #4eb4f5 !important;
}

.overlay-info.overlay-lighten-2 {
  background: #4eb4f5; /* The Fallback */
  background: rgba(78, 180, 245, 0.8);
}

.info.lighten-1 {
  color: #36a9f3 !important;
}

.bg-info.bg-lighten-1 {
  background-color: #36a9f3 !important;
}
.bg-info.bg-lighten-1.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(54, 169, 243, 0.6);
}

.btn-info.btn-lighten-1 {
  border-color: #0c84d1 !important;
  background-color: #36a9f3 !important;
}
.btn-info.btn-lighten-1:hover {
  border-color: #0c84d1 !important;
  background-color: #0b75b9 !important;
}
.btn-info.btn-lighten-1:focus, .btn-info.btn-lighten-1:active {
  border-color: #0b75b9 !important;
  background-color: #0965a1 !important;
}

.btn-outline-info.btn-outline-lighten-1 {
  border-color: #36a9f3 !important;
  color: #36a9f3 !important;
}
.btn-outline-info.btn-outline-lighten-1:hover {
  background-color: #36a9f3 !important;
}

input:focus ~ .bg-info {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #36a9f3 !important;
}

.border-info.border-lighten-1 {
  border: 1px solid #36a9f3 !important;
}

.border-top-info.border-top-lighten-1 {
  border-top: 1px solid #36a9f3 !important;
}

.border-bottom-info.border-bottom-lighten-1 {
  border-bottom: 1px solid #36a9f3 !important;
}

.border-left-info.border-left-lighten-1 {
  border-left: 1px solid #36a9f3 !important;
}

.border-right-info.border-right-lighten-1 {
  border-right: 1px solid #36a9f3 !important;
}

.overlay-info.overlay-lighten-1 {
  background: #36a9f3; /* The Fallback */
  background: rgba(54, 169, 243, 0.8);
}

.info {
  color: #1e9ff2 !important;
}

.bg-info {
  background-color: #1e9ff2 !important;
}
.bg-info .card-header, .bg-info .card-footer {
  background-color: transparent;
}
.bg-info.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(30, 159, 242, 0.6);
}

.selectboxit.selectboxit-btn.bg-info {
  background-color: #1e9ff2 !important;
}

.alert-info {
  border-color: #1e9ff2 !important;
  background-color: #62bcf6 !important;
  color: #053858 !important;
}
.alert-info .alert-link {
  color: #031f32 !important;
}

.border-info {
  border-color: #1e9ff2;
}

.overlay-info {
  background: #1e9ff2; /* The Fallback */
  background: rgba(30, 159, 242, 0.8);
}

.color-info.info {
  background-color: #1e9ff2 !important;
}

.btn-info {
  border-color: #0c84d1 !important;
  background-color: #1e9ff2 !important;
  color: #FFFFFF;
}
.btn-info:hover {
  border-color: #0d93e9 !important;
  background-color: #36a9f3 !important;
  color: #FFF !important;
}
.btn-info:focus, .btn-info:active {
  border-color: #0c84d1 !important;
  background-color: #0b75b9 !important;
  color: #FFF !important;
}
.btn-info.btn-glow {
  box-shadow: 0px 1px 20px 1px rgba(30, 159, 242, 0.6);
}

.btn-outline-info {
  border-color: #1e9ff2;
  background-color: transparent;
  color: #1e9ff2;
}
.btn-outline-info:hover {
  background-color: #1e9ff2;
  color: #FFF !important;
}
.btn-outline-info.btn-glow {
  box-shadow: 0px 1px 20px 1px rgba(30, 159, 242, 0.6);
}

input[type=checkbox].bg-info + .custom-control-label:before, input[type=radio].bg-info + .custom-control-label:before {
  background-color: #1e9ff2 !important;
}

/* .custom-control-label{
  &:before{
    background-color: #ddd !important;
  }
} */
input:focus ~ .bg-info {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #1e9ff2 !important;
}

.border-info {
  border: 1px solid #1e9ff2 !important;
}

.border-top-info {
  border-top: 1px solid #1e9ff2;
}

.border-bottom-info {
  border-bottom: 1px solid #1e9ff2;
}

.border-left-info {
  border-left: 1px solid #1e9ff2;
}

.border-right-info {
  border-right: 1px solid #1e9ff2;
}

.info.darken-1 {
  color: #0d93e9 !important;
}

.bg-info.bg-darken-1 {
  background-color: #0d93e9 !important;
}
.bg-info.bg-darken-1.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(13, 147, 233, 0.6);
}

.btn-info.btn-darken-1 {
  border-color: #0c84d1 !important;
  background-color: #0d93e9 !important;
}
.btn-info.btn-darken-1:hover {
  border-color: #0c84d1 !important;
  background-color: #0b75b9 !important;
}
.btn-info.btn-darken-1:focus, .btn-info.btn-darken-1:active {
  border-color: #0b75b9 !important;
  background-color: #0965a1 !important;
}

.btn-outline-info.btn-outline-darken-1 {
  border-color: #0d93e9 !important;
  color: #0d93e9 !important;
}
.btn-outline-info.btn-outline-darken-1:hover {
  background-color: #0d93e9 !important;
}

input:focus ~ .bg-info {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #0d93e9 !important;
}

.border-info.border-darken-1 {
  border: 1px solid #0d93e9 !important;
}

.border-top-info.border-top-darken-1 {
  border-top: 1px solid #0d93e9 !important;
}

.border-bottom-info.border-bottom-darken-1 {
  border-bottom: 1px solid #0d93e9 !important;
}

.border-left-info.border-left-darken-1 {
  border-left: 1px solid #0d93e9 !important;
}

.border-right-info.border-right-darken-1 {
  border-right: 1px solid #0d93e9 !important;
}

.overlay-info.overlay-darken-1 {
  background: #0d93e9; /* The Fallback */
  background: rgba(13, 147, 233, 0.8);
}

.info.darken-2 {
  color: #0c84d1 !important;
}

.bg-info.bg-darken-2 {
  background-color: #0c84d1 !important;
}
.bg-info.bg-darken-2.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(12, 132, 209, 0.6);
}

.btn-info.btn-darken-2 {
  border-color: #0c84d1 !important;
  background-color: #0c84d1 !important;
}
.btn-info.btn-darken-2:hover {
  border-color: #0c84d1 !important;
  background-color: #0b75b9 !important;
}
.btn-info.btn-darken-2:focus, .btn-info.btn-darken-2:active {
  border-color: #0b75b9 !important;
  background-color: #0965a1 !important;
}

.btn-outline-info.btn-outline-darken-2 {
  border-color: #0c84d1 !important;
  color: #0c84d1 !important;
}
.btn-outline-info.btn-outline-darken-2:hover {
  background-color: #0c84d1 !important;
}

input:focus ~ .bg-info {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #0c84d1 !important;
}

.border-info.border-darken-2 {
  border: 1px solid #0c84d1 !important;
}

.border-top-info.border-top-darken-2 {
  border-top: 1px solid #0c84d1 !important;
}

.border-bottom-info.border-bottom-darken-2 {
  border-bottom: 1px solid #0c84d1 !important;
}

.border-left-info.border-left-darken-2 {
  border-left: 1px solid #0c84d1 !important;
}

.border-right-info.border-right-darken-2 {
  border-right: 1px solid #0c84d1 !important;
}

.overlay-info.overlay-darken-2 {
  background: #0c84d1; /* The Fallback */
  background: rgba(12, 132, 209, 0.8);
}

.info.darken-3 {
  color: #0b75b9 !important;
}

.bg-info.bg-darken-3 {
  background-color: #0b75b9 !important;
}
.bg-info.bg-darken-3.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(11, 117, 185, 0.6);
}

.btn-info.btn-darken-3 {
  border-color: #0c84d1 !important;
  background-color: #0b75b9 !important;
}
.btn-info.btn-darken-3:hover {
  border-color: #0c84d1 !important;
  background-color: #0b75b9 !important;
}
.btn-info.btn-darken-3:focus, .btn-info.btn-darken-3:active {
  border-color: #0b75b9 !important;
  background-color: #0965a1 !important;
}

.btn-outline-info.btn-outline-darken-3 {
  border-color: #0b75b9 !important;
  color: #0b75b9 !important;
}
.btn-outline-info.btn-outline-darken-3:hover {
  background-color: #0b75b9 !important;
}

input:focus ~ .bg-info {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #0b75b9 !important;
}

.border-info.border-darken-3 {
  border: 1px solid #0b75b9 !important;
}

.border-top-info.border-top-darken-3 {
  border-top: 1px solid #0b75b9 !important;
}

.border-bottom-info.border-bottom-darken-3 {
  border-bottom: 1px solid #0b75b9 !important;
}

.border-left-info.border-left-darken-3 {
  border-left: 1px solid #0b75b9 !important;
}

.border-right-info.border-right-darken-3 {
  border-right: 1px solid #0b75b9 !important;
}

.overlay-info.overlay-darken-3 {
  background: #0b75b9; /* The Fallback */
  background: rgba(11, 117, 185, 0.8);
}

.info.darken-4 {
  color: #0965a1 !important;
}

.bg-info.bg-darken-4 {
  background-color: #0965a1 !important;
}
.bg-info.bg-darken-4.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(9, 101, 161, 0.6);
}

.btn-info.btn-darken-4 {
  border-color: #0c84d1 !important;
  background-color: #0965a1 !important;
}
.btn-info.btn-darken-4:hover {
  border-color: #0c84d1 !important;
  background-color: #0b75b9 !important;
}
.btn-info.btn-darken-4:focus, .btn-info.btn-darken-4:active {
  border-color: #0b75b9 !important;
  background-color: #0965a1 !important;
}

.btn-outline-info.btn-outline-darken-4 {
  border-color: #0965a1 !important;
  color: #0965a1 !important;
}
.btn-outline-info.btn-outline-darken-4:hover {
  background-color: #0965a1 !important;
}

input:focus ~ .bg-info {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #0965a1 !important;
}

.border-info.border-darken-4 {
  border: 1px solid #0965a1 !important;
}

.border-top-info.border-top-darken-4 {
  border-top: 1px solid #0965a1 !important;
}

.border-bottom-info.border-bottom-darken-4 {
  border-bottom: 1px solid #0965a1 !important;
}

.border-left-info.border-left-darken-4 {
  border-left: 1px solid #0965a1 !important;
}

.border-right-info.border-right-darken-4 {
  border-right: 1px solid #0965a1 !important;
}

.overlay-info.overlay-darken-4 {
  background: #0965a1; /* The Fallback */
  background: rgba(9, 101, 161, 0.8);
}

.info.accent-1 {
  color: #eff5ff !important;
}

.bg-info.bg-accent-1 {
  background-color: #eff5ff !important;
}
.bg-info.bg-accent-1.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(239, 245, 255, 0.6);
}

.btn-info.btn-accent-1 {
  border-color: #0c84d1 !important;
  background-color: #eff5ff !important;
}
.btn-info.btn-accent-1:hover {
  border-color: #0c84d1 !important;
  background-color: #0b75b9 !important;
}
.btn-info.btn-accent-1:focus, .btn-info.btn-accent-1:active {
  border-color: #0b75b9 !important;
  background-color: #0965a1 !important;
}

.btn-outline-info.btn-outline-accent-1 {
  border-color: #eff5ff !important;
  color: #eff5ff !important;
}
.btn-outline-info.btn-outline-accent-1:hover {
  background-color: #eff5ff !important;
}

input:focus ~ .bg-info {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #eff5ff !important;
}

.border-info.border-accent-1 {
  border: 1px solid #eff5ff !important;
}

.border-top-info.border-top-accent-1 {
  border-top: 1px solid #eff5ff !important;
}

.border-bottom-info.border-bottom-accent-1 {
  border-bottom: 1px solid #eff5ff !important;
}

.border-left-info.border-left-accent-1 {
  border-left: 1px solid #eff5ff !important;
}

.border-right-info.border-right-accent-1 {
  border-right: 1px solid #eff5ff !important;
}

.overlay-info.overlay-accent-1 {
  background: #eff5ff; /* The Fallback */
  background: rgba(239, 245, 255, 0.8);
}

.info.accent-2 {
  color: #dfecff !important;
}

.bg-info.bg-accent-2 {
  background-color: #dfecff !important;
}
.bg-info.bg-accent-2.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(223, 236, 255, 0.6);
}

.btn-info.btn-accent-2 {
  border-color: #0c84d1 !important;
  background-color: #dfecff !important;
}
.btn-info.btn-accent-2:hover {
  border-color: #0c84d1 !important;
  background-color: #0b75b9 !important;
}
.btn-info.btn-accent-2:focus, .btn-info.btn-accent-2:active {
  border-color: #0b75b9 !important;
  background-color: #0965a1 !important;
}

.btn-outline-info.btn-outline-accent-2 {
  border-color: #dfecff !important;
  color: #dfecff !important;
}
.btn-outline-info.btn-outline-accent-2:hover {
  background-color: #dfecff !important;
}

input:focus ~ .bg-info {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #dfecff !important;
}

.border-info.border-accent-2 {
  border: 1px solid #dfecff !important;
}

.border-top-info.border-top-accent-2 {
  border-top: 1px solid #dfecff !important;
}

.border-bottom-info.border-bottom-accent-2 {
  border-bottom: 1px solid #dfecff !important;
}

.border-left-info.border-left-accent-2 {
  border-left: 1px solid #dfecff !important;
}

.border-right-info.border-right-accent-2 {
  border-right: 1px solid #dfecff !important;
}

.overlay-info.overlay-accent-2 {
  background: #dfecff; /* The Fallback */
  background: rgba(223, 236, 255, 0.8);
}

.info.accent-3 {
  color: #accfff !important;
}

.bg-info.bg-accent-3 {
  background-color: #accfff !important;
}
.bg-info.bg-accent-3.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(172, 207, 255, 0.6);
}

.btn-info.btn-accent-3 {
  border-color: #0c84d1 !important;
  background-color: #accfff !important;
}
.btn-info.btn-accent-3:hover {
  border-color: #0c84d1 !important;
  background-color: #0b75b9 !important;
}
.btn-info.btn-accent-3:focus, .btn-info.btn-accent-3:active {
  border-color: #0b75b9 !important;
  background-color: #0965a1 !important;
}

.btn-outline-info.btn-outline-accent-3 {
  border-color: #accfff !important;
  color: #accfff !important;
}
.btn-outline-info.btn-outline-accent-3:hover {
  background-color: #accfff !important;
}

input:focus ~ .bg-info {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #accfff !important;
}

.border-info.border-accent-3 {
  border: 1px solid #accfff !important;
}

.border-top-info.border-top-accent-3 {
  border-top: 1px solid #accfff !important;
}

.border-bottom-info.border-bottom-accent-3 {
  border-bottom: 1px solid #accfff !important;
}

.border-left-info.border-left-accent-3 {
  border-left: 1px solid #accfff !important;
}

.border-right-info.border-right-accent-3 {
  border-right: 1px solid #accfff !important;
}

.overlay-info.overlay-accent-3 {
  background: #accfff; /* The Fallback */
  background: rgba(172, 207, 255, 0.8);
}

.info.accent-4 {
  color: #92c0ff !important;
}

.bg-info.bg-accent-4 {
  background-color: #92c0ff !important;
}
.bg-info.bg-accent-4.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(146, 192, 255, 0.6);
}

.btn-info.btn-accent-4 {
  border-color: #0c84d1 !important;
  background-color: #92c0ff !important;
}
.btn-info.btn-accent-4:hover {
  border-color: #0c84d1 !important;
  background-color: #0b75b9 !important;
}
.btn-info.btn-accent-4:focus, .btn-info.btn-accent-4:active {
  border-color: #0b75b9 !important;
  background-color: #0965a1 !important;
}

.btn-outline-info.btn-outline-accent-4 {
  border-color: #92c0ff !important;
  color: #92c0ff !important;
}
.btn-outline-info.btn-outline-accent-4:hover {
  background-color: #92c0ff !important;
}

input:focus ~ .bg-info {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #92c0ff !important;
}

.border-info.border-accent-4 {
  border: 1px solid #92c0ff !important;
}

.border-top-info.border-top-accent-4 {
  border-top: 1px solid #92c0ff !important;
}

.border-bottom-info.border-bottom-accent-4 {
  border-bottom: 1px solid #92c0ff !important;
}

.border-left-info.border-left-accent-4 {
  border-left: 1px solid #92c0ff !important;
}

.border-right-info.border-right-accent-4 {
  border-right: 1px solid #92c0ff !important;
}

.overlay-info.overlay-accent-4 {
  background: #92c0ff; /* The Fallback */
  background: rgba(146, 192, 255, 0.8);
}

.warning.lighten-5 {
  color: #ffdec9 !important;
}

.bg-warning.bg-lighten-5 {
  background-color: #ffdec9 !important;
}
.bg-warning.bg-lighten-5.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(255, 222, 201, 0.6);
}

.btn-warning.btn-lighten-5 {
  border-color: #ff7216 !important;
  background-color: #ffdec9 !important;
}
.btn-warning.btn-lighten-5:hover {
  border-color: #ff7216 !important;
  background-color: #fc6300 !important;
}
.btn-warning.btn-lighten-5:focus, .btn-warning.btn-lighten-5:active {
  border-color: #fc6300 !important;
  background-color: #e25900 !important;
}

.btn-outline-warning.btn-outline-lighten-5 {
  border-color: #ffdec9 !important;
  color: #ffdec9 !important;
}
.btn-outline-warning.btn-outline-lighten-5:hover {
  background-color: #ffdec9 !important;
}

input:focus ~ .bg-warning {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ffdec9 !important;
}

.border-warning.border-lighten-5 {
  border: 1px solid #ffdec9 !important;
}

.border-top-warning.border-top-lighten-5 {
  border-top: 1px solid #ffdec9 !important;
}

.border-bottom-warning.border-bottom-lighten-5 {
  border-bottom: 1px solid #ffdec9 !important;
}

.border-left-warning.border-left-lighten-5 {
  border-left: 1px solid #ffdec9 !important;
}

.border-right-warning.border-right-lighten-5 {
  border-right: 1px solid #ffdec9 !important;
}

.overlay-warning.overlay-lighten-5 {
  background: #ffdec9; /* The Fallback */
  background: rgba(255, 222, 201, 0.8);
}

.warning.lighten-4 {
  color: #ffcfaf !important;
}

.bg-warning.bg-lighten-4 {
  background-color: #ffcfaf !important;
}
.bg-warning.bg-lighten-4.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(255, 207, 175, 0.6);
}

.btn-warning.btn-lighten-4 {
  border-color: #ff7216 !important;
  background-color: #ffcfaf !important;
}
.btn-warning.btn-lighten-4:hover {
  border-color: #ff7216 !important;
  background-color: #fc6300 !important;
}
.btn-warning.btn-lighten-4:focus, .btn-warning.btn-lighten-4:active {
  border-color: #fc6300 !important;
  background-color: #e25900 !important;
}

.btn-outline-warning.btn-outline-lighten-4 {
  border-color: #ffcfaf !important;
  color: #ffcfaf !important;
}
.btn-outline-warning.btn-outline-lighten-4:hover {
  background-color: #ffcfaf !important;
}

input:focus ~ .bg-warning {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ffcfaf !important;
}

.border-warning.border-lighten-4 {
  border: 1px solid #ffcfaf !important;
}

.border-top-warning.border-top-lighten-4 {
  border-top: 1px solid #ffcfaf !important;
}

.border-bottom-warning.border-bottom-lighten-4 {
  border-bottom: 1px solid #ffcfaf !important;
}

.border-left-warning.border-left-lighten-4 {
  border-left: 1px solid #ffcfaf !important;
}

.border-right-warning.border-right-lighten-4 {
  border-right: 1px solid #ffcfaf !important;
}

.overlay-warning.overlay-lighten-4 {
  background: #ffcfaf; /* The Fallback */
  background: rgba(255, 207, 175, 0.8);
}

.warning.lighten-3 {
  color: #ffbf96 !important;
}

.bg-warning.bg-lighten-3 {
  background-color: #ffbf96 !important;
}
.bg-warning.bg-lighten-3.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(255, 191, 150, 0.6);
}

.btn-warning.btn-lighten-3 {
  border-color: #ff7216 !important;
  background-color: #ffbf96 !important;
}
.btn-warning.btn-lighten-3:hover {
  border-color: #ff7216 !important;
  background-color: #fc6300 !important;
}
.btn-warning.btn-lighten-3:focus, .btn-warning.btn-lighten-3:active {
  border-color: #fc6300 !important;
  background-color: #e25900 !important;
}

.btn-outline-warning.btn-outline-lighten-3 {
  border-color: #ffbf96 !important;
  color: #ffbf96 !important;
}
.btn-outline-warning.btn-outline-lighten-3:hover {
  background-color: #ffbf96 !important;
}

input:focus ~ .bg-warning {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ffbf96 !important;
}

.border-warning.border-lighten-3 {
  border: 1px solid #ffbf96 !important;
}

.border-top-warning.border-top-lighten-3 {
  border-top: 1px solid #ffbf96 !important;
}

.border-bottom-warning.border-bottom-lighten-3 {
  border-bottom: 1px solid #ffbf96 !important;
}

.border-left-warning.border-left-lighten-3 {
  border-left: 1px solid #ffbf96 !important;
}

.border-right-warning.border-right-lighten-3 {
  border-right: 1px solid #ffbf96 !important;
}

.overlay-warning.overlay-lighten-3 {
  background: #ffbf96; /* The Fallback */
  background: rgba(255, 191, 150, 0.8);
}

.warning.lighten-2 {
  color: #ffb07c !important;
}

.bg-warning.bg-lighten-2 {
  background-color: #ffb07c !important;
}
.bg-warning.bg-lighten-2.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(255, 176, 124, 0.6);
}

.btn-warning.btn-lighten-2 {
  border-color: #ff7216 !important;
  background-color: #ffb07c !important;
}
.btn-warning.btn-lighten-2:hover {
  border-color: #ff7216 !important;
  background-color: #fc6300 !important;
}
.btn-warning.btn-lighten-2:focus, .btn-warning.btn-lighten-2:active {
  border-color: #fc6300 !important;
  background-color: #e25900 !important;
}

.btn-outline-warning.btn-outline-lighten-2 {
  border-color: #ffb07c !important;
  color: #ffb07c !important;
}
.btn-outline-warning.btn-outline-lighten-2:hover {
  background-color: #ffb07c !important;
}

input:focus ~ .bg-warning {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ffb07c !important;
}

.border-warning.border-lighten-2 {
  border: 1px solid #ffb07c !important;
}

.border-top-warning.border-top-lighten-2 {
  border-top: 1px solid #ffb07c !important;
}

.border-bottom-warning.border-bottom-lighten-2 {
  border-bottom: 1px solid #ffb07c !important;
}

.border-left-warning.border-left-lighten-2 {
  border-left: 1px solid #ffb07c !important;
}

.border-right-warning.border-right-lighten-2 {
  border-right: 1px solid #ffb07c !important;
}

.overlay-warning.overlay-lighten-2 {
  background: #ffb07c; /* The Fallback */
  background: rgba(255, 176, 124, 0.8);
}

.warning.lighten-1 {
  color: #ffa063 !important;
}

.bg-warning.bg-lighten-1 {
  background-color: #ffa063 !important;
}
.bg-warning.bg-lighten-1.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(255, 160, 99, 0.6);
}

.btn-warning.btn-lighten-1 {
  border-color: #ff7216 !important;
  background-color: #ffa063 !important;
}
.btn-warning.btn-lighten-1:hover {
  border-color: #ff7216 !important;
  background-color: #fc6300 !important;
}
.btn-warning.btn-lighten-1:focus, .btn-warning.btn-lighten-1:active {
  border-color: #fc6300 !important;
  background-color: #e25900 !important;
}

.btn-outline-warning.btn-outline-lighten-1 {
  border-color: #ffa063 !important;
  color: #ffa063 !important;
}
.btn-outline-warning.btn-outline-lighten-1:hover {
  background-color: #ffa063 !important;
}

input:focus ~ .bg-warning {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ffa063 !important;
}

.border-warning.border-lighten-1 {
  border: 1px solid #ffa063 !important;
}

.border-top-warning.border-top-lighten-1 {
  border-top: 1px solid #ffa063 !important;
}

.border-bottom-warning.border-bottom-lighten-1 {
  border-bottom: 1px solid #ffa063 !important;
}

.border-left-warning.border-left-lighten-1 {
  border-left: 1px solid #ffa063 !important;
}

.border-right-warning.border-right-lighten-1 {
  border-right: 1px solid #ffa063 !important;
}

.overlay-warning.overlay-lighten-1 {
  background: #ffa063; /* The Fallback */
  background: rgba(255, 160, 99, 0.8);
}

.warning {
  color: #ff9149 !important;
}

.bg-warning {
  background-color: #ff9149 !important;
}
.bg-warning .card-header, .bg-warning .card-footer {
  background-color: transparent;
}
.bg-warning.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(255, 145, 73, 0.6);
}

.selectboxit.selectboxit-btn.bg-warning {
  background-color: #ff9149 !important;
}

.alert-warning {
  border-color: #ff9149 !important;
  background-color: #ffbc90 !important;
  color: #963b00 !important;
}
.alert-warning .alert-link {
  color: #6d2b00 !important;
}

.border-warning {
  border-color: #ff9149;
}

.overlay-warning {
  background: #ff9149; /* The Fallback */
  background: rgba(255, 145, 73, 0.8);
}

.color-info.warning {
  background-color: #ff9149 !important;
}

.btn-warning {
  border-color: #ff7216 !important;
  background-color: #ff9149 !important;
  color: #FFFFFF;
}
.btn-warning:hover {
  border-color: #ff8230 !important;
  background-color: #ffa063 !important;
  color: #FFF !important;
}
.btn-warning:focus, .btn-warning:active {
  border-color: #ff7216 !important;
  background-color: #fc6300 !important;
  color: #FFF !important;
}
.btn-warning.btn-glow {
  box-shadow: 0px 1px 20px 1px rgba(255, 145, 73, 0.6);
}

.btn-outline-warning {
  border-color: #ff9149;
  background-color: transparent;
  color: #ff9149;
}
.btn-outline-warning:hover {
  background-color: #ff9149;
  color: #FFF !important;
}
.btn-outline-warning.btn-glow {
  box-shadow: 0px 1px 20px 1px rgba(255, 145, 73, 0.6);
}

input[type=checkbox].bg-warning + .custom-control-label:before, input[type=radio].bg-warning + .custom-control-label:before {
  background-color: #ff9149 !important;
}

/* .custom-control-label{
  &:before{
    background-color: #ddd !important;
  }
} */
input:focus ~ .bg-warning {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ff9149 !important;
}

.border-warning {
  border: 1px solid #ff9149 !important;
}

.border-top-warning {
  border-top: 1px solid #ff9149;
}

.border-bottom-warning {
  border-bottom: 1px solid #ff9149;
}

.border-left-warning {
  border-left: 1px solid #ff9149;
}

.border-right-warning {
  border-right: 1px solid #ff9149;
}

.warning.darken-1 {
  color: #ff8230 !important;
}

.bg-warning.bg-darken-1 {
  background-color: #ff8230 !important;
}
.bg-warning.bg-darken-1.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(255, 130, 48, 0.6);
}

.btn-warning.btn-darken-1 {
  border-color: #ff7216 !important;
  background-color: #ff8230 !important;
}
.btn-warning.btn-darken-1:hover {
  border-color: #ff7216 !important;
  background-color: #fc6300 !important;
}
.btn-warning.btn-darken-1:focus, .btn-warning.btn-darken-1:active {
  border-color: #fc6300 !important;
  background-color: #e25900 !important;
}

.btn-outline-warning.btn-outline-darken-1 {
  border-color: #ff8230 !important;
  color: #ff8230 !important;
}
.btn-outline-warning.btn-outline-darken-1:hover {
  background-color: #ff8230 !important;
}

input:focus ~ .bg-warning {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ff8230 !important;
}

.border-warning.border-darken-1 {
  border: 1px solid #ff8230 !important;
}

.border-top-warning.border-top-darken-1 {
  border-top: 1px solid #ff8230 !important;
}

.border-bottom-warning.border-bottom-darken-1 {
  border-bottom: 1px solid #ff8230 !important;
}

.border-left-warning.border-left-darken-1 {
  border-left: 1px solid #ff8230 !important;
}

.border-right-warning.border-right-darken-1 {
  border-right: 1px solid #ff8230 !important;
}

.overlay-warning.overlay-darken-1 {
  background: #ff8230; /* The Fallback */
  background: rgba(255, 130, 48, 0.8);
}

.warning.darken-2 {
  color: #ff7216 !important;
}

.bg-warning.bg-darken-2 {
  background-color: #ff7216 !important;
}
.bg-warning.bg-darken-2.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(255, 114, 22, 0.6);
}

.btn-warning.btn-darken-2 {
  border-color: #ff7216 !important;
  background-color: #ff7216 !important;
}
.btn-warning.btn-darken-2:hover {
  border-color: #ff7216 !important;
  background-color: #fc6300 !important;
}
.btn-warning.btn-darken-2:focus, .btn-warning.btn-darken-2:active {
  border-color: #fc6300 !important;
  background-color: #e25900 !important;
}

.btn-outline-warning.btn-outline-darken-2 {
  border-color: #ff7216 !important;
  color: #ff7216 !important;
}
.btn-outline-warning.btn-outline-darken-2:hover {
  background-color: #ff7216 !important;
}

input:focus ~ .bg-warning {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ff7216 !important;
}

.border-warning.border-darken-2 {
  border: 1px solid #ff7216 !important;
}

.border-top-warning.border-top-darken-2 {
  border-top: 1px solid #ff7216 !important;
}

.border-bottom-warning.border-bottom-darken-2 {
  border-bottom: 1px solid #ff7216 !important;
}

.border-left-warning.border-left-darken-2 {
  border-left: 1px solid #ff7216 !important;
}

.border-right-warning.border-right-darken-2 {
  border-right: 1px solid #ff7216 !important;
}

.overlay-warning.overlay-darken-2 {
  background: #ff7216; /* The Fallback */
  background: rgba(255, 114, 22, 0.8);
}

.warning.darken-3 {
  color: #fc6300 !important;
}

.bg-warning.bg-darken-3 {
  background-color: #fc6300 !important;
}
.bg-warning.bg-darken-3.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(252, 99, 0, 0.6);
}

.btn-warning.btn-darken-3 {
  border-color: #ff7216 !important;
  background-color: #fc6300 !important;
}
.btn-warning.btn-darken-3:hover {
  border-color: #ff7216 !important;
  background-color: #fc6300 !important;
}
.btn-warning.btn-darken-3:focus, .btn-warning.btn-darken-3:active {
  border-color: #fc6300 !important;
  background-color: #e25900 !important;
}

.btn-outline-warning.btn-outline-darken-3 {
  border-color: #fc6300 !important;
  color: #fc6300 !important;
}
.btn-outline-warning.btn-outline-darken-3:hover {
  background-color: #fc6300 !important;
}

input:focus ~ .bg-warning {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #fc6300 !important;
}

.border-warning.border-darken-3 {
  border: 1px solid #fc6300 !important;
}

.border-top-warning.border-top-darken-3 {
  border-top: 1px solid #fc6300 !important;
}

.border-bottom-warning.border-bottom-darken-3 {
  border-bottom: 1px solid #fc6300 !important;
}

.border-left-warning.border-left-darken-3 {
  border-left: 1px solid #fc6300 !important;
}

.border-right-warning.border-right-darken-3 {
  border-right: 1px solid #fc6300 !important;
}

.overlay-warning.overlay-darken-3 {
  background: #fc6300; /* The Fallback */
  background: rgba(252, 99, 0, 0.8);
}

.warning.darken-4 {
  color: #e25900 !important;
}

.bg-warning.bg-darken-4 {
  background-color: #e25900 !important;
}
.bg-warning.bg-darken-4.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(226, 89, 0, 0.6);
}

.btn-warning.btn-darken-4 {
  border-color: #ff7216 !important;
  background-color: #e25900 !important;
}
.btn-warning.btn-darken-4:hover {
  border-color: #ff7216 !important;
  background-color: #fc6300 !important;
}
.btn-warning.btn-darken-4:focus, .btn-warning.btn-darken-4:active {
  border-color: #fc6300 !important;
  background-color: #e25900 !important;
}

.btn-outline-warning.btn-outline-darken-4 {
  border-color: #e25900 !important;
  color: #e25900 !important;
}
.btn-outline-warning.btn-outline-darken-4:hover {
  background-color: #e25900 !important;
}

input:focus ~ .bg-warning {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #e25900 !important;
}

.border-warning.border-darken-4 {
  border: 1px solid #e25900 !important;
}

.border-top-warning.border-top-darken-4 {
  border-top: 1px solid #e25900 !important;
}

.border-bottom-warning.border-bottom-darken-4 {
  border-bottom: 1px solid #e25900 !important;
}

.border-left-warning.border-left-darken-4 {
  border-left: 1px solid #e25900 !important;
}

.border-right-warning.border-right-darken-4 {
  border-right: 1px solid #e25900 !important;
}

.overlay-warning.overlay-darken-4 {
  background: #e25900; /* The Fallback */
  background: rgba(226, 89, 0, 0.8);
}

.warning.accent-1 {
  color: #fff5ef !important;
}

.bg-warning.bg-accent-1 {
  background-color: #fff5ef !important;
}
.bg-warning.bg-accent-1.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(255, 245, 239, 0.6);
}

.btn-warning.btn-accent-1 {
  border-color: #ff7216 !important;
  background-color: #fff5ef !important;
}
.btn-warning.btn-accent-1:hover {
  border-color: #ff7216 !important;
  background-color: #fc6300 !important;
}
.btn-warning.btn-accent-1:focus, .btn-warning.btn-accent-1:active {
  border-color: #fc6300 !important;
  background-color: #e25900 !important;
}

.btn-outline-warning.btn-outline-accent-1 {
  border-color: #fff5ef !important;
  color: #fff5ef !important;
}
.btn-outline-warning.btn-outline-accent-1:hover {
  background-color: #fff5ef !important;
}

input:focus ~ .bg-warning {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #fff5ef !important;
}

.border-warning.border-accent-1 {
  border: 1px solid #fff5ef !important;
}

.border-top-warning.border-top-accent-1 {
  border-top: 1px solid #fff5ef !important;
}

.border-bottom-warning.border-bottom-accent-1 {
  border-bottom: 1px solid #fff5ef !important;
}

.border-left-warning.border-left-accent-1 {
  border-left: 1px solid #fff5ef !important;
}

.border-right-warning.border-right-accent-1 {
  border-right: 1px solid #fff5ef !important;
}

.overlay-warning.overlay-accent-1 {
  background: #fff5ef; /* The Fallback */
  background: rgba(255, 245, 239, 0.8);
}

.warning.accent-2 {
  color: #ffe5d8 !important;
}

.bg-warning.bg-accent-2 {
  background-color: #ffe5d8 !important;
}
.bg-warning.bg-accent-2.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(255, 229, 216, 0.6);
}

.btn-warning.btn-accent-2 {
  border-color: #ff7216 !important;
  background-color: #ffe5d8 !important;
}
.btn-warning.btn-accent-2:hover {
  border-color: #ff7216 !important;
  background-color: #fc6300 !important;
}
.btn-warning.btn-accent-2:focus, .btn-warning.btn-accent-2:active {
  border-color: #fc6300 !important;
  background-color: #e25900 !important;
}

.btn-outline-warning.btn-outline-accent-2 {
  border-color: #ffe5d8 !important;
  color: #ffe5d8 !important;
}
.btn-outline-warning.btn-outline-accent-2:hover {
  background-color: #ffe5d8 !important;
}

input:focus ~ .bg-warning {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ffe5d8 !important;
}

.border-warning.border-accent-2 {
  border: 1px solid #ffe5d8 !important;
}

.border-top-warning.border-top-accent-2 {
  border-top: 1px solid #ffe5d8 !important;
}

.border-bottom-warning.border-bottom-accent-2 {
  border-bottom: 1px solid #ffe5d8 !important;
}

.border-left-warning.border-left-accent-2 {
  border-left: 1px solid #ffe5d8 !important;
}

.border-right-warning.border-right-accent-2 {
  border-right: 1px solid #ffe5d8 !important;
}

.overlay-warning.overlay-accent-2 {
  background: #ffe5d8; /* The Fallback */
  background: rgba(255, 229, 216, 0.8);
}

.warning.accent-3 {
  color: #ffddd0 !important;
}

.bg-warning.bg-accent-3 {
  background-color: #ffddd0 !important;
}
.bg-warning.bg-accent-3.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(255, 221, 208, 0.6);
}

.btn-warning.btn-accent-3 {
  border-color: #ff7216 !important;
  background-color: #ffddd0 !important;
}
.btn-warning.btn-accent-3:hover {
  border-color: #ff7216 !important;
  background-color: #fc6300 !important;
}
.btn-warning.btn-accent-3:focus, .btn-warning.btn-accent-3:active {
  border-color: #fc6300 !important;
  background-color: #e25900 !important;
}

.btn-outline-warning.btn-outline-accent-3 {
  border-color: #ffddd0 !important;
  color: #ffddd0 !important;
}
.btn-outline-warning.btn-outline-accent-3:hover {
  background-color: #ffddd0 !important;
}

input:focus ~ .bg-warning {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ffddd0 !important;
}

.border-warning.border-accent-3 {
  border: 1px solid #ffddd0 !important;
}

.border-top-warning.border-top-accent-3 {
  border-top: 1px solid #ffddd0 !important;
}

.border-bottom-warning.border-bottom-accent-3 {
  border-bottom: 1px solid #ffddd0 !important;
}

.border-left-warning.border-left-accent-3 {
  border-left: 1px solid #ffddd0 !important;
}

.border-right-warning.border-right-accent-3 {
  border-right: 1px solid #ffddd0 !important;
}

.overlay-warning.overlay-accent-3 {
  background: #ffddd0; /* The Fallback */
  background: rgba(255, 221, 208, 0.8);
}

.warning.accent-4 {
  color: #ffcab7 !important;
}

.bg-warning.bg-accent-4 {
  background-color: #ffcab7 !important;
}
.bg-warning.bg-accent-4.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(255, 202, 183, 0.6);
}

.btn-warning.btn-accent-4 {
  border-color: #ff7216 !important;
  background-color: #ffcab7 !important;
}
.btn-warning.btn-accent-4:hover {
  border-color: #ff7216 !important;
  background-color: #fc6300 !important;
}
.btn-warning.btn-accent-4:focus, .btn-warning.btn-accent-4:active {
  border-color: #fc6300 !important;
  background-color: #e25900 !important;
}

.btn-outline-warning.btn-outline-accent-4 {
  border-color: #ffcab7 !important;
  color: #ffcab7 !important;
}
.btn-outline-warning.btn-outline-accent-4:hover {
  background-color: #ffcab7 !important;
}

input:focus ~ .bg-warning {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ffcab7 !important;
}

.border-warning.border-accent-4 {
  border: 1px solid #ffcab7 !important;
}

.border-top-warning.border-top-accent-4 {
  border-top: 1px solid #ffcab7 !important;
}

.border-bottom-warning.border-bottom-accent-4 {
  border-bottom: 1px solid #ffcab7 !important;
}

.border-left-warning.border-left-accent-4 {
  border-left: 1px solid #ffcab7 !important;
}

.border-right-warning.border-right-accent-4 {
  border-right: 1px solid #ffcab7 !important;
}

.overlay-warning.overlay-accent-4 {
  background: #ffcab7; /* The Fallback */
  background: rgba(255, 202, 183, 0.8);
}

.danger.lighten-5 {
  color: #ffc9d0 !important;
}

.bg-danger.bg-lighten-5 {
  background-color: #ffc9d0 !important;
}
.bg-danger.bg-lighten-5.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(255, 201, 208, 0.6);
}

.btn-danger.btn-lighten-5 {
  border-color: #ff1635 !important;
  background-color: #ffc9d0 !important;
}
.btn-danger.btn-lighten-5:hover {
  border-color: #ff1635 !important;
  background-color: #fc0021 !important;
}
.btn-danger.btn-lighten-5:focus, .btn-danger.btn-lighten-5:active {
  border-color: #fc0021 !important;
  background-color: #e2001e !important;
}

.btn-outline-danger.btn-outline-lighten-5 {
  border-color: #ffc9d0 !important;
  color: #ffc9d0 !important;
}
.btn-outline-danger.btn-outline-lighten-5:hover {
  background-color: #ffc9d0 !important;
}

input:focus ~ .bg-danger {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ffc9d0 !important;
}

.border-danger.border-lighten-5 {
  border: 1px solid #ffc9d0 !important;
}

.border-top-danger.border-top-lighten-5 {
  border-top: 1px solid #ffc9d0 !important;
}

.border-bottom-danger.border-bottom-lighten-5 {
  border-bottom: 1px solid #ffc9d0 !important;
}

.border-left-danger.border-left-lighten-5 {
  border-left: 1px solid #ffc9d0 !important;
}

.border-right-danger.border-right-lighten-5 {
  border-right: 1px solid #ffc9d0 !important;
}

.overlay-danger.overlay-lighten-5 {
  background: #ffc9d0; /* The Fallback */
  background: rgba(255, 201, 208, 0.8);
}

.danger.lighten-4 {
  color: #ffafba !important;
}

.bg-danger.bg-lighten-4 {
  background-color: #ffafba !important;
}
.bg-danger.bg-lighten-4.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(255, 175, 186, 0.6);
}

.btn-danger.btn-lighten-4 {
  border-color: #ff1635 !important;
  background-color: #ffafba !important;
}
.btn-danger.btn-lighten-4:hover {
  border-color: #ff1635 !important;
  background-color: #fc0021 !important;
}
.btn-danger.btn-lighten-4:focus, .btn-danger.btn-lighten-4:active {
  border-color: #fc0021 !important;
  background-color: #e2001e !important;
}

.btn-outline-danger.btn-outline-lighten-4 {
  border-color: #ffafba !important;
  color: #ffafba !important;
}
.btn-outline-danger.btn-outline-lighten-4:hover {
  background-color: #ffafba !important;
}

input:focus ~ .bg-danger {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ffafba !important;
}

.border-danger.border-lighten-4 {
  border: 1px solid #ffafba !important;
}

.border-top-danger.border-top-lighten-4 {
  border-top: 1px solid #ffafba !important;
}

.border-bottom-danger.border-bottom-lighten-4 {
  border-bottom: 1px solid #ffafba !important;
}

.border-left-danger.border-left-lighten-4 {
  border-left: 1px solid #ffafba !important;
}

.border-right-danger.border-right-lighten-4 {
  border-right: 1px solid #ffafba !important;
}

.overlay-danger.overlay-lighten-4 {
  background: #ffafba; /* The Fallback */
  background: rgba(255, 175, 186, 0.8);
}

.danger.lighten-3 {
  color: #ff96a3 !important;
}

.bg-danger.bg-lighten-3 {
  background-color: #ff96a3 !important;
}
.bg-danger.bg-lighten-3.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(255, 150, 163, 0.6);
}

.btn-danger.btn-lighten-3 {
  border-color: #ff1635 !important;
  background-color: #ff96a3 !important;
}
.btn-danger.btn-lighten-3:hover {
  border-color: #ff1635 !important;
  background-color: #fc0021 !important;
}
.btn-danger.btn-lighten-3:focus, .btn-danger.btn-lighten-3:active {
  border-color: #fc0021 !important;
  background-color: #e2001e !important;
}

.btn-outline-danger.btn-outline-lighten-3 {
  border-color: #ff96a3 !important;
  color: #ff96a3 !important;
}
.btn-outline-danger.btn-outline-lighten-3:hover {
  background-color: #ff96a3 !important;
}

input:focus ~ .bg-danger {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ff96a3 !important;
}

.border-danger.border-lighten-3 {
  border: 1px solid #ff96a3 !important;
}

.border-top-danger.border-top-lighten-3 {
  border-top: 1px solid #ff96a3 !important;
}

.border-bottom-danger.border-bottom-lighten-3 {
  border-bottom: 1px solid #ff96a3 !important;
}

.border-left-danger.border-left-lighten-3 {
  border-left: 1px solid #ff96a3 !important;
}

.border-right-danger.border-right-lighten-3 {
  border-right: 1px solid #ff96a3 !important;
}

.overlay-danger.overlay-lighten-3 {
  background: #ff96a3; /* The Fallback */
  background: rgba(255, 150, 163, 0.8);
}

.danger.lighten-2 {
  color: #ff7c8d !important;
}

.bg-danger.bg-lighten-2 {
  background-color: #ff7c8d !important;
}
.bg-danger.bg-lighten-2.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(255, 124, 141, 0.6);
}

.btn-danger.btn-lighten-2 {
  border-color: #ff1635 !important;
  background-color: #ff7c8d !important;
}
.btn-danger.btn-lighten-2:hover {
  border-color: #ff1635 !important;
  background-color: #fc0021 !important;
}
.btn-danger.btn-lighten-2:focus, .btn-danger.btn-lighten-2:active {
  border-color: #fc0021 !important;
  background-color: #e2001e !important;
}

.btn-outline-danger.btn-outline-lighten-2 {
  border-color: #ff7c8d !important;
  color: #ff7c8d !important;
}
.btn-outline-danger.btn-outline-lighten-2:hover {
  background-color: #ff7c8d !important;
}

input:focus ~ .bg-danger {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ff7c8d !important;
}

.border-danger.border-lighten-2 {
  border: 1px solid #ff7c8d !important;
}

.border-top-danger.border-top-lighten-2 {
  border-top: 1px solid #ff7c8d !important;
}

.border-bottom-danger.border-bottom-lighten-2 {
  border-bottom: 1px solid #ff7c8d !important;
}

.border-left-danger.border-left-lighten-2 {
  border-left: 1px solid #ff7c8d !important;
}

.border-right-danger.border-right-lighten-2 {
  border-right: 1px solid #ff7c8d !important;
}

.overlay-danger.overlay-lighten-2 {
  background: #ff7c8d; /* The Fallback */
  background: rgba(255, 124, 141, 0.8);
}

.danger.lighten-1 {
  color: #ff6377 !important;
}

.bg-danger.bg-lighten-1 {
  background-color: #ff6377 !important;
}
.bg-danger.bg-lighten-1.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(255, 99, 119, 0.6);
}

.btn-danger.btn-lighten-1 {
  border-color: #ff1635 !important;
  background-color: #ff6377 !important;
}
.btn-danger.btn-lighten-1:hover {
  border-color: #ff1635 !important;
  background-color: #fc0021 !important;
}
.btn-danger.btn-lighten-1:focus, .btn-danger.btn-lighten-1:active {
  border-color: #fc0021 !important;
  background-color: #e2001e !important;
}

.btn-outline-danger.btn-outline-lighten-1 {
  border-color: #ff6377 !important;
  color: #ff6377 !important;
}
.btn-outline-danger.btn-outline-lighten-1:hover {
  background-color: #ff6377 !important;
}

input:focus ~ .bg-danger {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ff6377 !important;
}

.border-danger.border-lighten-1 {
  border: 1px solid #ff6377 !important;
}

.border-top-danger.border-top-lighten-1 {
  border-top: 1px solid #ff6377 !important;
}

.border-bottom-danger.border-bottom-lighten-1 {
  border-bottom: 1px solid #ff6377 !important;
}

.border-left-danger.border-left-lighten-1 {
  border-left: 1px solid #ff6377 !important;
}

.border-right-danger.border-right-lighten-1 {
  border-right: 1px solid #ff6377 !important;
}

.overlay-danger.overlay-lighten-1 {
  background: #ff6377; /* The Fallback */
  background: rgba(255, 99, 119, 0.8);
}

.danger {
  color: #ff4961 !important;
}

.bg-danger {
  background-color: #ff4961 !important;
}
.bg-danger .card-header, .bg-danger .card-footer {
  background-color: transparent;
}
.bg-danger.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(255, 73, 97, 0.6);
}

.selectboxit.selectboxit-btn.bg-danger {
  background-color: #ff4961 !important;
}

.alert-danger {
  border-color: #ff4961 !important;
  background-color: #ff909f !important;
  color: #960014 !important;
}
.alert-danger .alert-link {
  color: #6d000e !important;
}

.border-danger {
  border-color: #ff4961;
}

.overlay-danger {
  background: #ff4961; /* The Fallback */
  background: rgba(255, 73, 97, 0.8);
}

.color-info.danger {
  background-color: #ff4961 !important;
}

.btn-danger {
  border-color: #ff1635 !important;
  background-color: #ff4961 !important;
  color: #FFFFFF;
}
.btn-danger:hover {
  border-color: #ff304b !important;
  background-color: #ff6377 !important;
  color: #FFF !important;
}
.btn-danger:focus, .btn-danger:active {
  border-color: #ff1635 !important;
  background-color: #fc0021 !important;
  color: #FFF !important;
}
.btn-danger.btn-glow {
  box-shadow: 0px 1px 20px 1px rgba(255, 73, 97, 0.6);
}

.btn-outline-danger {
  border-color: #ff4961;
  background-color: transparent;
  color: #ff4961;
}
.btn-outline-danger:hover {
  background-color: #ff4961;
  color: #FFF !important;
}
.btn-outline-danger.btn-glow {
  box-shadow: 0px 1px 20px 1px rgba(255, 73, 97, 0.6);
}

input[type=checkbox].bg-danger + .custom-control-label:before, input[type=radio].bg-danger + .custom-control-label:before {
  background-color: #ff4961 !important;
}

/* .custom-control-label{
  &:before{
    background-color: #ddd !important;
  }
} */
input:focus ~ .bg-danger {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ff4961 !important;
}

.border-danger {
  border: 1px solid #ff4961 !important;
}

.border-top-danger {
  border-top: 1px solid #ff4961;
}

.border-bottom-danger {
  border-bottom: 1px solid #ff4961;
}

.border-left-danger {
  border-left: 1px solid #ff4961;
}

.border-right-danger {
  border-right: 1px solid #ff4961;
}

.danger.darken-1 {
  color: #ff304b !important;
}

.bg-danger.bg-darken-1 {
  background-color: #ff304b !important;
}
.bg-danger.bg-darken-1.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(255, 48, 75, 0.6);
}

.btn-danger.btn-darken-1 {
  border-color: #ff1635 !important;
  background-color: #ff304b !important;
}
.btn-danger.btn-darken-1:hover {
  border-color: #ff1635 !important;
  background-color: #fc0021 !important;
}
.btn-danger.btn-darken-1:focus, .btn-danger.btn-darken-1:active {
  border-color: #fc0021 !important;
  background-color: #e2001e !important;
}

.btn-outline-danger.btn-outline-darken-1 {
  border-color: #ff304b !important;
  color: #ff304b !important;
}
.btn-outline-danger.btn-outline-darken-1:hover {
  background-color: #ff304b !important;
}

input:focus ~ .bg-danger {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ff304b !important;
}

.border-danger.border-darken-1 {
  border: 1px solid #ff304b !important;
}

.border-top-danger.border-top-darken-1 {
  border-top: 1px solid #ff304b !important;
}

.border-bottom-danger.border-bottom-darken-1 {
  border-bottom: 1px solid #ff304b !important;
}

.border-left-danger.border-left-darken-1 {
  border-left: 1px solid #ff304b !important;
}

.border-right-danger.border-right-darken-1 {
  border-right: 1px solid #ff304b !important;
}

.overlay-danger.overlay-darken-1 {
  background: #ff304b; /* The Fallback */
  background: rgba(255, 48, 75, 0.8);
}

.danger.darken-2 {
  color: #ff1635 !important;
}

.bg-danger.bg-darken-2 {
  background-color: #ff1635 !important;
}
.bg-danger.bg-darken-2.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(255, 22, 53, 0.6);
}

.btn-danger.btn-darken-2 {
  border-color: #ff1635 !important;
  background-color: #ff1635 !important;
}
.btn-danger.btn-darken-2:hover {
  border-color: #ff1635 !important;
  background-color: #fc0021 !important;
}
.btn-danger.btn-darken-2:focus, .btn-danger.btn-darken-2:active {
  border-color: #fc0021 !important;
  background-color: #e2001e !important;
}

.btn-outline-danger.btn-outline-darken-2 {
  border-color: #ff1635 !important;
  color: #ff1635 !important;
}
.btn-outline-danger.btn-outline-darken-2:hover {
  background-color: #ff1635 !important;
}

input:focus ~ .bg-danger {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ff1635 !important;
}

.border-danger.border-darken-2 {
  border: 1px solid #ff1635 !important;
}

.border-top-danger.border-top-darken-2 {
  border-top: 1px solid #ff1635 !important;
}

.border-bottom-danger.border-bottom-darken-2 {
  border-bottom: 1px solid #ff1635 !important;
}

.border-left-danger.border-left-darken-2 {
  border-left: 1px solid #ff1635 !important;
}

.border-right-danger.border-right-darken-2 {
  border-right: 1px solid #ff1635 !important;
}

.overlay-danger.overlay-darken-2 {
  background: #ff1635; /* The Fallback */
  background: rgba(255, 22, 53, 0.8);
}

.danger.darken-3 {
  color: #fc0021 !important;
}

.bg-danger.bg-darken-3 {
  background-color: #fc0021 !important;
}
.bg-danger.bg-darken-3.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(252, 0, 33, 0.6);
}

.btn-danger.btn-darken-3 {
  border-color: #ff1635 !important;
  background-color: #fc0021 !important;
}
.btn-danger.btn-darken-3:hover {
  border-color: #ff1635 !important;
  background-color: #fc0021 !important;
}
.btn-danger.btn-darken-3:focus, .btn-danger.btn-darken-3:active {
  border-color: #fc0021 !important;
  background-color: #e2001e !important;
}

.btn-outline-danger.btn-outline-darken-3 {
  border-color: #fc0021 !important;
  color: #fc0021 !important;
}
.btn-outline-danger.btn-outline-darken-3:hover {
  background-color: #fc0021 !important;
}

input:focus ~ .bg-danger {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #fc0021 !important;
}

.border-danger.border-darken-3 {
  border: 1px solid #fc0021 !important;
}

.border-top-danger.border-top-darken-3 {
  border-top: 1px solid #fc0021 !important;
}

.border-bottom-danger.border-bottom-darken-3 {
  border-bottom: 1px solid #fc0021 !important;
}

.border-left-danger.border-left-darken-3 {
  border-left: 1px solid #fc0021 !important;
}

.border-right-danger.border-right-darken-3 {
  border-right: 1px solid #fc0021 !important;
}

.overlay-danger.overlay-darken-3 {
  background: #fc0021; /* The Fallback */
  background: rgba(252, 0, 33, 0.8);
}

.danger.darken-4 {
  color: #e2001e !important;
}

.bg-danger.bg-darken-4 {
  background-color: #e2001e !important;
}
.bg-danger.bg-darken-4.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(226, 0, 30, 0.6);
}

.btn-danger.btn-darken-4 {
  border-color: #ff1635 !important;
  background-color: #e2001e !important;
}
.btn-danger.btn-darken-4:hover {
  border-color: #ff1635 !important;
  background-color: #fc0021 !important;
}
.btn-danger.btn-darken-4:focus, .btn-danger.btn-darken-4:active {
  border-color: #fc0021 !important;
  background-color: #e2001e !important;
}

.btn-outline-danger.btn-outline-darken-4 {
  border-color: #e2001e !important;
  color: #e2001e !important;
}
.btn-outline-danger.btn-outline-darken-4:hover {
  background-color: #e2001e !important;
}

input:focus ~ .bg-danger {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #e2001e !important;
}

.border-danger.border-darken-4 {
  border: 1px solid #e2001e !important;
}

.border-top-danger.border-top-darken-4 {
  border-top: 1px solid #e2001e !important;
}

.border-bottom-danger.border-bottom-darken-4 {
  border-bottom: 1px solid #e2001e !important;
}

.border-left-danger.border-left-darken-4 {
  border-left: 1px solid #e2001e !important;
}

.border-right-danger.border-right-darken-4 {
  border-right: 1px solid #e2001e !important;
}

.overlay-danger.overlay-darken-4 {
  background: #e2001e; /* The Fallback */
  background: rgba(226, 0, 30, 0.8);
}

.danger.accent-1 {
  color: #ffeef1 !important;
}

.bg-danger.bg-accent-1 {
  background-color: #ffeef1 !important;
}
.bg-danger.bg-accent-1.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(255, 238, 241, 0.6);
}

.btn-danger.btn-accent-1 {
  border-color: #ff1635 !important;
  background-color: #ffeef1 !important;
}
.btn-danger.btn-accent-1:hover {
  border-color: #ff1635 !important;
  background-color: #fc0021 !important;
}
.btn-danger.btn-accent-1:focus, .btn-danger.btn-accent-1:active {
  border-color: #fc0021 !important;
  background-color: #e2001e !important;
}

.btn-outline-danger.btn-outline-accent-1 {
  border-color: #ffeef1 !important;
  color: #ffeef1 !important;
}
.btn-outline-danger.btn-outline-accent-1:hover {
  background-color: #ffeef1 !important;
}

input:focus ~ .bg-danger {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ffeef1 !important;
}

.border-danger.border-accent-1 {
  border: 1px solid #ffeef1 !important;
}

.border-top-danger.border-top-accent-1 {
  border-top: 1px solid #ffeef1 !important;
}

.border-bottom-danger.border-bottom-accent-1 {
  border-bottom: 1px solid #ffeef1 !important;
}

.border-left-danger.border-left-accent-1 {
  border-left: 1px solid #ffeef1 !important;
}

.border-right-danger.border-right-accent-1 {
  border-right: 1px solid #ffeef1 !important;
}

.overlay-danger.overlay-accent-1 {
  background: #ffeef1; /* The Fallback */
  background: rgba(255, 238, 241, 0.8);
}

.danger.accent-2 {
  color: #ffd6db !important;
}

.bg-danger.bg-accent-2 {
  background-color: #ffd6db !important;
}
.bg-danger.bg-accent-2.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(255, 214, 219, 0.6);
}

.btn-danger.btn-accent-2 {
  border-color: #ff1635 !important;
  background-color: #ffd6db !important;
}
.btn-danger.btn-accent-2:hover {
  border-color: #ff1635 !important;
  background-color: #fc0021 !important;
}
.btn-danger.btn-accent-2:focus, .btn-danger.btn-accent-2:active {
  border-color: #fc0021 !important;
  background-color: #e2001e !important;
}

.btn-outline-danger.btn-outline-accent-2 {
  border-color: #ffd6db !important;
  color: #ffd6db !important;
}
.btn-outline-danger.btn-outline-accent-2:hover {
  background-color: #ffd6db !important;
}

input:focus ~ .bg-danger {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ffd6db !important;
}

.border-danger.border-accent-2 {
  border: 1px solid #ffd6db !important;
}

.border-top-danger.border-top-accent-2 {
  border-top: 1px solid #ffd6db !important;
}

.border-bottom-danger.border-bottom-accent-2 {
  border-bottom: 1px solid #ffd6db !important;
}

.border-left-danger.border-left-accent-2 {
  border-left: 1px solid #ffd6db !important;
}

.border-right-danger.border-right-accent-2 {
  border-right: 1px solid #ffd6db !important;
}

.overlay-danger.overlay-accent-2 {
  background: #ffd6db; /* The Fallback */
  background: rgba(255, 214, 219, 0.8);
}

.danger.accent-3 {
  color: #ffd0d3 !important;
}

.bg-danger.bg-accent-3 {
  background-color: #ffd0d3 !important;
}
.bg-danger.bg-accent-3.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(255, 208, 211, 0.6);
}

.btn-danger.btn-accent-3 {
  border-color: #ff1635 !important;
  background-color: #ffd0d3 !important;
}
.btn-danger.btn-accent-3:hover {
  border-color: #ff1635 !important;
  background-color: #fc0021 !important;
}
.btn-danger.btn-accent-3:focus, .btn-danger.btn-accent-3:active {
  border-color: #fc0021 !important;
  background-color: #e2001e !important;
}

.btn-outline-danger.btn-outline-accent-3 {
  border-color: #ffd0d3 !important;
  color: #ffd0d3 !important;
}
.btn-outline-danger.btn-outline-accent-3:hover {
  background-color: #ffd0d3 !important;
}

input:focus ~ .bg-danger {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ffd0d3 !important;
}

.border-danger.border-accent-3 {
  border: 1px solid #ffd0d3 !important;
}

.border-top-danger.border-top-accent-3 {
  border-top: 1px solid #ffd0d3 !important;
}

.border-bottom-danger.border-bottom-accent-3 {
  border-bottom: 1px solid #ffd0d3 !important;
}

.border-left-danger.border-left-accent-3 {
  border-left: 1px solid #ffd0d3 !important;
}

.border-right-danger.border-right-accent-3 {
  border-right: 1px solid #ffd0d3 !important;
}

.overlay-danger.overlay-accent-3 {
  background: #ffd0d3; /* The Fallback */
  background: rgba(255, 208, 211, 0.8);
}

.danger.accent-4 {
  color: #ffb7bc !important;
}

.bg-danger.bg-accent-4 {
  background-color: #ffb7bc !important;
}
.bg-danger.bg-accent-4.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(255, 183, 188, 0.6);
}

.btn-danger.btn-accent-4 {
  border-color: #ff1635 !important;
  background-color: #ffb7bc !important;
}
.btn-danger.btn-accent-4:hover {
  border-color: #ff1635 !important;
  background-color: #fc0021 !important;
}
.btn-danger.btn-accent-4:focus, .btn-danger.btn-accent-4:active {
  border-color: #fc0021 !important;
  background-color: #e2001e !important;
}

.btn-outline-danger.btn-outline-accent-4 {
  border-color: #ffb7bc !important;
  color: #ffb7bc !important;
}
.btn-outline-danger.btn-outline-accent-4:hover {
  background-color: #ffb7bc !important;
}

input:focus ~ .bg-danger {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ffb7bc !important;
}

.border-danger.border-accent-4 {
  border: 1px solid #ffb7bc !important;
}

.border-top-danger.border-top-accent-4 {
  border-top: 1px solid #ffb7bc !important;
}

.border-bottom-danger.border-bottom-accent-4 {
  border-bottom: 1px solid #ffb7bc !important;
}

.border-left-danger.border-left-accent-4 {
  border-left: 1px solid #ffb7bc !important;
}

.border-right-danger.border-right-accent-4 {
  border-right: 1px solid #ffb7bc !important;
}

.overlay-danger.overlay-accent-4 {
  background: #ffb7bc; /* The Fallback */
  background: rgba(255, 183, 188, 0.8);
}

.light {
  color: #e0e0e0 !important;
}

.bg-light {
  background-color: #e0e0e0 !important;
}
.bg-light .card-header, .bg-light .card-footer {
  background-color: transparent;
}
.bg-light.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(224, 224, 224, 0.6);
}

.selectboxit.selectboxit-btn.bg-light {
  background-color: #e0e0e0 !important;
}

.alert-light {
  border-color: #e0e0e0 !important;
  background-color: white !important;
  color: #878787 !important;
}
.alert-light .alert-link {
  color: #727272 !important;
}

.border-light {
  border-color: #e0e0e0;
}

.overlay-light {
  background: #e0e0e0; /* The Fallback */
  background: rgba(224, 224, 224, 0.8);
}

.color-info.light {
  background-color: #e0e0e0 !important;
}

.btn-light {
  border-color: !important;
  background-color: #e0e0e0 !important;
  color: #FFFFFF;
}
.btn-light:hover {
  border-color: #9e9e9e !important;
  background-color: #bdbdbd !important;
  color: #FFF !important;
}
.btn-light:focus, .btn-light:active {
  border-color: !important;
  background-color: !important;
  color: #FFF !important;
}
.btn-light.btn-glow {
  box-shadow: 0px 1px 20px 1px rgba(224, 224, 224, 0.6);
}

.btn-outline-light {
  border-color: #e0e0e0;
  background-color: transparent;
  color: #e0e0e0;
}
.btn-outline-light:hover {
  background-color: #e0e0e0;
  color: #FFF !important;
}
.btn-outline-light.btn-glow {
  box-shadow: 0px 1px 20px 1px rgba(224, 224, 224, 0.6);
}

input[type=checkbox].bg-light + .custom-control-label:before, input[type=radio].bg-light + .custom-control-label:before {
  background-color: #e0e0e0 !important;
}

/* .custom-control-label{
  &:before{
    background-color: #ddd !important;
  }
} */
input:focus ~ .bg-light {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #e0e0e0 !important;
}

.border-light {
  border: 1px solid #e0e0e0 !important;
}

.border-top-light {
  border-top: 1px solid #e0e0e0;
}

.border-bottom-light {
  border-bottom: 1px solid #e0e0e0;
}

.border-left-light {
  border-left: 1px solid #e0e0e0;
}

.border-right-light {
  border-right: 1px solid #e0e0e0;
}

.light.lighten-1 {
  color: #bdbdbd !important;
}

.bg-light.bg-lighten-1 {
  background-color: #bdbdbd !important;
}
.bg-light.bg-lighten-1.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(189, 189, 189, 0.6);
}

.btn-light.btn-lighten-1 {
  border-color: !important;
  background-color: #bdbdbd !important;
}
.btn-light.btn-lighten-1:hover {
  border-color: !important;
  background-color: !important;
}
.btn-light.btn-lighten-1:focus, .btn-light.btn-lighten-1:active {
  border-color: !important;
  background-color: !important;
}

.btn-outline-light.btn-outline-lighten-1 {
  border-color: #bdbdbd !important;
  color: #bdbdbd !important;
}
.btn-outline-light.btn-outline-lighten-1:hover {
  background-color: #bdbdbd !important;
}

input:focus ~ .bg-light {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #bdbdbd !important;
}

.border-light.border-lighten-1 {
  border: 1px solid #bdbdbd !important;
}

.border-top-light.border-top-lighten-1 {
  border-top: 1px solid #bdbdbd !important;
}

.border-bottom-light.border-bottom-lighten-1 {
  border-bottom: 1px solid #bdbdbd !important;
}

.border-left-light.border-left-lighten-1 {
  border-left: 1px solid #bdbdbd !important;
}

.border-right-light.border-right-lighten-1 {
  border-right: 1px solid #bdbdbd !important;
}

.overlay-light.overlay-lighten-1 {
  background: #bdbdbd; /* The Fallback */
  background: rgba(189, 189, 189, 0.8);
}

.light.darken-1 {
  color: #9e9e9e !important;
}

.bg-light.bg-darken-1 {
  background-color: #9e9e9e !important;
}
.bg-light.bg-darken-1.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(158, 158, 158, 0.6);
}

.btn-light.btn-darken-1 {
  border-color: !important;
  background-color: #9e9e9e !important;
}
.btn-light.btn-darken-1:hover {
  border-color: !important;
  background-color: !important;
}
.btn-light.btn-darken-1:focus, .btn-light.btn-darken-1:active {
  border-color: !important;
  background-color: !important;
}

.btn-outline-light.btn-outline-darken-1 {
  border-color: #9e9e9e !important;
  color: #9e9e9e !important;
}
.btn-outline-light.btn-outline-darken-1:hover {
  background-color: #9e9e9e !important;
}

input:focus ~ .bg-light {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #9e9e9e !important;
}

.border-light.border-darken-1 {
  border: 1px solid #9e9e9e !important;
}

.border-top-light.border-top-darken-1 {
  border-top: 1px solid #9e9e9e !important;
}

.border-bottom-light.border-bottom-darken-1 {
  border-bottom: 1px solid #9e9e9e !important;
}

.border-left-light.border-left-darken-1 {
  border-left: 1px solid #9e9e9e !important;
}

.border-right-light.border-right-darken-1 {
  border-right: 1px solid #9e9e9e !important;
}

.overlay-light.overlay-darken-1 {
  background: #9e9e9e; /* The Fallback */
  background: rgba(158, 158, 158, 0.8);
}

.dark {
  color: #424242 !important;
}

.bg-dark {
  background-color: #424242 !important;
}
.bg-dark .card-header, .bg-dark .card-footer {
  background-color: transparent;
}
.bg-dark.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(66, 66, 66, 0.6);
}

.selectboxit.selectboxit-btn.bg-dark {
  background-color: #424242 !important;
}

.alert-dark {
  border-color: #424242 !important;
  background-color: #666666 !important;
  color: black !important;
}
.alert-dark .alert-link {
  color: black !important;
}

.border-dark {
  border-color: #424242;
}

.overlay-dark {
  background: #424242; /* The Fallback */
  background: rgba(66, 66, 66, 0.8);
}

.color-info.dark {
  background-color: #424242 !important;
}

.btn-dark {
  border-color: !important;
  background-color: #424242 !important;
  color: #FFFFFF;
}
.btn-dark:hover {
  border-color: #212121 !important;
  background-color: #616161 !important;
  color: #FFF !important;
}
.btn-dark:focus, .btn-dark:active {
  border-color: !important;
  background-color: !important;
  color: #FFF !important;
}
.btn-dark.btn-glow {
  box-shadow: 0px 1px 20px 1px rgba(66, 66, 66, 0.6);
}

.btn-outline-dark {
  border-color: #424242;
  background-color: transparent;
  color: #424242;
}
.btn-outline-dark:hover {
  background-color: #424242;
  color: #FFF !important;
}
.btn-outline-dark.btn-glow {
  box-shadow: 0px 1px 20px 1px rgba(66, 66, 66, 0.6);
}

input[type=checkbox].bg-dark + .custom-control-label:before, input[type=radio].bg-dark + .custom-control-label:before {
  background-color: #424242 !important;
}

/* .custom-control-label{
  &:before{
    background-color: #ddd !important;
  }
} */
input:focus ~ .bg-dark {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #424242 !important;
}

.border-dark {
  border: 1px solid #424242 !important;
}

.border-top-dark {
  border-top: 1px solid #424242;
}

.border-bottom-dark {
  border-bottom: 1px solid #424242;
}

.border-left-dark {
  border-left: 1px solid #424242;
}

.border-right-dark {
  border-right: 1px solid #424242;
}

.dark.lighten-1 {
  color: #616161 !important;
}

.bg-dark.bg-lighten-1 {
  background-color: #616161 !important;
}
.bg-dark.bg-lighten-1.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(97, 97, 97, 0.6);
}

.btn-dark.btn-lighten-1 {
  border-color: !important;
  background-color: #616161 !important;
}
.btn-dark.btn-lighten-1:hover {
  border-color: !important;
  background-color: !important;
}
.btn-dark.btn-lighten-1:focus, .btn-dark.btn-lighten-1:active {
  border-color: !important;
  background-color: !important;
}

.btn-outline-dark.btn-outline-lighten-1 {
  border-color: #616161 !important;
  color: #616161 !important;
}
.btn-outline-dark.btn-outline-lighten-1:hover {
  background-color: #616161 !important;
}

input:focus ~ .bg-dark {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #616161 !important;
}

.border-dark.border-lighten-1 {
  border: 1px solid #616161 !important;
}

.border-top-dark.border-top-lighten-1 {
  border-top: 1px solid #616161 !important;
}

.border-bottom-dark.border-bottom-lighten-1 {
  border-bottom: 1px solid #616161 !important;
}

.border-left-dark.border-left-lighten-1 {
  border-left: 1px solid #616161 !important;
}

.border-right-dark.border-right-lighten-1 {
  border-right: 1px solid #616161 !important;
}

.overlay-dark.overlay-lighten-1 {
  background: #616161; /* The Fallback */
  background: rgba(97, 97, 97, 0.8);
}

.dark.darken-1 {
  color: #212121 !important;
}

.bg-dark.bg-darken-1 {
  background-color: #212121 !important;
}
.bg-dark.bg-darken-1.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(33, 33, 33, 0.6);
}

.btn-dark.btn-darken-1 {
  border-color: !important;
  background-color: #212121 !important;
}
.btn-dark.btn-darken-1:hover {
  border-color: !important;
  background-color: !important;
}
.btn-dark.btn-darken-1:focus, .btn-dark.btn-darken-1:active {
  border-color: !important;
  background-color: !important;
}

.btn-outline-dark.btn-outline-darken-1 {
  border-color: #212121 !important;
  color: #212121 !important;
}
.btn-outline-dark.btn-outline-darken-1:hover {
  background-color: #212121 !important;
}

input:focus ~ .bg-dark {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #212121 !important;
}

.border-dark.border-darken-1 {
  border: 1px solid #212121 !important;
}

.border-top-dark.border-top-darken-1 {
  border-top: 1px solid #212121 !important;
}

.border-bottom-dark.border-bottom-darken-1 {
  border-bottom: 1px solid #212121 !important;
}

.border-left-dark.border-left-darken-1 {
  border-left: 1px solid #212121 !important;
}

.border-right-dark.border-right-darken-1 {
  border-right: 1px solid #212121 !important;
}

.overlay-dark.overlay-darken-1 {
  background: #212121; /* The Fallback */
  background: rgba(33, 33, 33, 0.8);
}

.red.lighten-5 {
  color: #ffebee !important;
}

.bg-red.bg-lighten-5 {
  background-color: #ffebee !important;
}
.bg-red.bg-lighten-5.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(255, 235, 238, 0.6);
}

.btn-red.btn-lighten-5 {
  border-color: #d32f2f !important;
  background-color: #ffebee !important;
}
.btn-red.btn-lighten-5:hover {
  border-color: #d32f2f !important;
  background-color: #c62828 !important;
}
.btn-red.btn-lighten-5:focus, .btn-red.btn-lighten-5:active {
  border-color: #c62828 !important;
  background-color: #b71c1c !important;
}

.btn-outline-red.btn-outline-lighten-5 {
  border-color: #ffebee !important;
  color: #ffebee !important;
}
.btn-outline-red.btn-outline-lighten-5:hover {
  background-color: #ffebee !important;
}

input:focus ~ .bg-red {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ffebee !important;
}

.border-red.border-lighten-5 {
  border: 1px solid #ffebee !important;
}

.border-top-red.border-top-lighten-5 {
  border-top: 1px solid #ffebee !important;
}

.border-bottom-red.border-bottom-lighten-5 {
  border-bottom: 1px solid #ffebee !important;
}

.border-left-red.border-left-lighten-5 {
  border-left: 1px solid #ffebee !important;
}

.border-right-red.border-right-lighten-5 {
  border-right: 1px solid #ffebee !important;
}

.overlay-red.overlay-lighten-5 {
  background: #ffebee; /* The Fallback */
  background: rgba(255, 235, 238, 0.8);
}

.red.lighten-4 {
  color: #ffcdd2 !important;
}

.bg-red.bg-lighten-4 {
  background-color: #ffcdd2 !important;
}
.bg-red.bg-lighten-4.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(255, 205, 210, 0.6);
}

.btn-red.btn-lighten-4 {
  border-color: #d32f2f !important;
  background-color: #ffcdd2 !important;
}
.btn-red.btn-lighten-4:hover {
  border-color: #d32f2f !important;
  background-color: #c62828 !important;
}
.btn-red.btn-lighten-4:focus, .btn-red.btn-lighten-4:active {
  border-color: #c62828 !important;
  background-color: #b71c1c !important;
}

.btn-outline-red.btn-outline-lighten-4 {
  border-color: #ffcdd2 !important;
  color: #ffcdd2 !important;
}
.btn-outline-red.btn-outline-lighten-4:hover {
  background-color: #ffcdd2 !important;
}

input:focus ~ .bg-red {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ffcdd2 !important;
}

.border-red.border-lighten-4 {
  border: 1px solid #ffcdd2 !important;
}

.border-top-red.border-top-lighten-4 {
  border-top: 1px solid #ffcdd2 !important;
}

.border-bottom-red.border-bottom-lighten-4 {
  border-bottom: 1px solid #ffcdd2 !important;
}

.border-left-red.border-left-lighten-4 {
  border-left: 1px solid #ffcdd2 !important;
}

.border-right-red.border-right-lighten-4 {
  border-right: 1px solid #ffcdd2 !important;
}

.overlay-red.overlay-lighten-4 {
  background: #ffcdd2; /* The Fallback */
  background: rgba(255, 205, 210, 0.8);
}

.red.lighten-3 {
  color: #ef9a9a !important;
}

.bg-red.bg-lighten-3 {
  background-color: #ef9a9a !important;
}
.bg-red.bg-lighten-3.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(239, 154, 154, 0.6);
}

.btn-red.btn-lighten-3 {
  border-color: #d32f2f !important;
  background-color: #ef9a9a !important;
}
.btn-red.btn-lighten-3:hover {
  border-color: #d32f2f !important;
  background-color: #c62828 !important;
}
.btn-red.btn-lighten-3:focus, .btn-red.btn-lighten-3:active {
  border-color: #c62828 !important;
  background-color: #b71c1c !important;
}

.btn-outline-red.btn-outline-lighten-3 {
  border-color: #ef9a9a !important;
  color: #ef9a9a !important;
}
.btn-outline-red.btn-outline-lighten-3:hover {
  background-color: #ef9a9a !important;
}

input:focus ~ .bg-red {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ef9a9a !important;
}

.border-red.border-lighten-3 {
  border: 1px solid #ef9a9a !important;
}

.border-top-red.border-top-lighten-3 {
  border-top: 1px solid #ef9a9a !important;
}

.border-bottom-red.border-bottom-lighten-3 {
  border-bottom: 1px solid #ef9a9a !important;
}

.border-left-red.border-left-lighten-3 {
  border-left: 1px solid #ef9a9a !important;
}

.border-right-red.border-right-lighten-3 {
  border-right: 1px solid #ef9a9a !important;
}

.overlay-red.overlay-lighten-3 {
  background: #ef9a9a; /* The Fallback */
  background: rgba(239, 154, 154, 0.8);
}

.red.lighten-2 {
  color: #e57373 !important;
}

.bg-red.bg-lighten-2 {
  background-color: #e57373 !important;
}
.bg-red.bg-lighten-2.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(229, 115, 115, 0.6);
}

.btn-red.btn-lighten-2 {
  border-color: #d32f2f !important;
  background-color: #e57373 !important;
}
.btn-red.btn-lighten-2:hover {
  border-color: #d32f2f !important;
  background-color: #c62828 !important;
}
.btn-red.btn-lighten-2:focus, .btn-red.btn-lighten-2:active {
  border-color: #c62828 !important;
  background-color: #b71c1c !important;
}

.btn-outline-red.btn-outline-lighten-2 {
  border-color: #e57373 !important;
  color: #e57373 !important;
}
.btn-outline-red.btn-outline-lighten-2:hover {
  background-color: #e57373 !important;
}

input:focus ~ .bg-red {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #e57373 !important;
}

.border-red.border-lighten-2 {
  border: 1px solid #e57373 !important;
}

.border-top-red.border-top-lighten-2 {
  border-top: 1px solid #e57373 !important;
}

.border-bottom-red.border-bottom-lighten-2 {
  border-bottom: 1px solid #e57373 !important;
}

.border-left-red.border-left-lighten-2 {
  border-left: 1px solid #e57373 !important;
}

.border-right-red.border-right-lighten-2 {
  border-right: 1px solid #e57373 !important;
}

.overlay-red.overlay-lighten-2 {
  background: #e57373; /* The Fallback */
  background: rgba(229, 115, 115, 0.8);
}

.red.lighten-1 {
  color: #ef5350 !important;
}

.bg-red.bg-lighten-1 {
  background-color: #ef5350 !important;
}
.bg-red.bg-lighten-1.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(239, 83, 80, 0.6);
}

.btn-red.btn-lighten-1 {
  border-color: #d32f2f !important;
  background-color: #ef5350 !important;
}
.btn-red.btn-lighten-1:hover {
  border-color: #d32f2f !important;
  background-color: #c62828 !important;
}
.btn-red.btn-lighten-1:focus, .btn-red.btn-lighten-1:active {
  border-color: #c62828 !important;
  background-color: #b71c1c !important;
}

.btn-outline-red.btn-outline-lighten-1 {
  border-color: #ef5350 !important;
  color: #ef5350 !important;
}
.btn-outline-red.btn-outline-lighten-1:hover {
  background-color: #ef5350 !important;
}

input:focus ~ .bg-red {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ef5350 !important;
}

.border-red.border-lighten-1 {
  border: 1px solid #ef5350 !important;
}

.border-top-red.border-top-lighten-1 {
  border-top: 1px solid #ef5350 !important;
}

.border-bottom-red.border-bottom-lighten-1 {
  border-bottom: 1px solid #ef5350 !important;
}

.border-left-red.border-left-lighten-1 {
  border-left: 1px solid #ef5350 !important;
}

.border-right-red.border-right-lighten-1 {
  border-right: 1px solid #ef5350 !important;
}

.overlay-red.overlay-lighten-1 {
  background: #ef5350; /* The Fallback */
  background: rgba(239, 83, 80, 0.8);
}

.red {
  color: #f44336 !important;
}

.bg-red {
  background-color: #f44336 !important;
}
.bg-red .card-header, .bg-red .card-footer {
  background-color: transparent;
}
.bg-red.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(244, 67, 54, 0.6);
}

.selectboxit.selectboxit-btn.bg-red {
  background-color: #f44336 !important;
}

.alert-red {
  border-color: #f44336 !important;
  background-color: #f8827a !important;
  color: #710e06 !important;
}
.alert-red .alert-link {
  color: #4b0904 !important;
}

.border-red {
  border-color: #f44336;
}

.overlay-red {
  background: #f44336; /* The Fallback */
  background: rgba(244, 67, 54, 0.8);
}

.color-info.red {
  background-color: #f44336 !important;
}

.btn-red {
  border-color: #d32f2f !important;
  background-color: #f44336 !important;
  color: #FFFFFF;
}
.btn-red:hover {
  border-color: #e53935 !important;
  background-color: #ef5350 !important;
  color: #FFF !important;
}
.btn-red:focus, .btn-red:active {
  border-color: #d32f2f !important;
  background-color: #c62828 !important;
  color: #FFF !important;
}
.btn-red.btn-glow {
  box-shadow: 0px 1px 20px 1px rgba(244, 67, 54, 0.6);
}

.btn-outline-red {
  border-color: #f44336;
  background-color: transparent;
  color: #f44336;
}
.btn-outline-red:hover {
  background-color: #f44336;
  color: #FFF !important;
}
.btn-outline-red.btn-glow {
  box-shadow: 0px 1px 20px 1px rgba(244, 67, 54, 0.6);
}

input[type=checkbox].bg-red + .custom-control-label:before, input[type=radio].bg-red + .custom-control-label:before {
  background-color: #f44336 !important;
}

/* .custom-control-label{
  &:before{
    background-color: #ddd !important;
  }
} */
input:focus ~ .bg-red {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #f44336 !important;
}

.border-red {
  border: 1px solid #f44336 !important;
}

.border-top-red {
  border-top: 1px solid #f44336;
}

.border-bottom-red {
  border-bottom: 1px solid #f44336;
}

.border-left-red {
  border-left: 1px solid #f44336;
}

.border-right-red {
  border-right: 1px solid #f44336;
}

.red.darken-1 {
  color: #e53935 !important;
}

.bg-red.bg-darken-1 {
  background-color: #e53935 !important;
}
.bg-red.bg-darken-1.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(229, 57, 53, 0.6);
}

.btn-red.btn-darken-1 {
  border-color: #d32f2f !important;
  background-color: #e53935 !important;
}
.btn-red.btn-darken-1:hover {
  border-color: #d32f2f !important;
  background-color: #c62828 !important;
}
.btn-red.btn-darken-1:focus, .btn-red.btn-darken-1:active {
  border-color: #c62828 !important;
  background-color: #b71c1c !important;
}

.btn-outline-red.btn-outline-darken-1 {
  border-color: #e53935 !important;
  color: #e53935 !important;
}
.btn-outline-red.btn-outline-darken-1:hover {
  background-color: #e53935 !important;
}

input:focus ~ .bg-red {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #e53935 !important;
}

.border-red.border-darken-1 {
  border: 1px solid #e53935 !important;
}

.border-top-red.border-top-darken-1 {
  border-top: 1px solid #e53935 !important;
}

.border-bottom-red.border-bottom-darken-1 {
  border-bottom: 1px solid #e53935 !important;
}

.border-left-red.border-left-darken-1 {
  border-left: 1px solid #e53935 !important;
}

.border-right-red.border-right-darken-1 {
  border-right: 1px solid #e53935 !important;
}

.overlay-red.overlay-darken-1 {
  background: #e53935; /* The Fallback */
  background: rgba(229, 57, 53, 0.8);
}

.red.darken-2 {
  color: #d32f2f !important;
}

.bg-red.bg-darken-2 {
  background-color: #d32f2f !important;
}
.bg-red.bg-darken-2.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(211, 47, 47, 0.6);
}

.btn-red.btn-darken-2 {
  border-color: #d32f2f !important;
  background-color: #d32f2f !important;
}
.btn-red.btn-darken-2:hover {
  border-color: #d32f2f !important;
  background-color: #c62828 !important;
}
.btn-red.btn-darken-2:focus, .btn-red.btn-darken-2:active {
  border-color: #c62828 !important;
  background-color: #b71c1c !important;
}

.btn-outline-red.btn-outline-darken-2 {
  border-color: #d32f2f !important;
  color: #d32f2f !important;
}
.btn-outline-red.btn-outline-darken-2:hover {
  background-color: #d32f2f !important;
}

input:focus ~ .bg-red {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #d32f2f !important;
}

.border-red.border-darken-2 {
  border: 1px solid #d32f2f !important;
}

.border-top-red.border-top-darken-2 {
  border-top: 1px solid #d32f2f !important;
}

.border-bottom-red.border-bottom-darken-2 {
  border-bottom: 1px solid #d32f2f !important;
}

.border-left-red.border-left-darken-2 {
  border-left: 1px solid #d32f2f !important;
}

.border-right-red.border-right-darken-2 {
  border-right: 1px solid #d32f2f !important;
}

.overlay-red.overlay-darken-2 {
  background: #d32f2f; /* The Fallback */
  background: rgba(211, 47, 47, 0.8);
}

.red.darken-3 {
  color: #c62828 !important;
}

.bg-red.bg-darken-3 {
  background-color: #c62828 !important;
}
.bg-red.bg-darken-3.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(198, 40, 40, 0.6);
}

.btn-red.btn-darken-3 {
  border-color: #d32f2f !important;
  background-color: #c62828 !important;
}
.btn-red.btn-darken-3:hover {
  border-color: #d32f2f !important;
  background-color: #c62828 !important;
}
.btn-red.btn-darken-3:focus, .btn-red.btn-darken-3:active {
  border-color: #c62828 !important;
  background-color: #b71c1c !important;
}

.btn-outline-red.btn-outline-darken-3 {
  border-color: #c62828 !important;
  color: #c62828 !important;
}
.btn-outline-red.btn-outline-darken-3:hover {
  background-color: #c62828 !important;
}

input:focus ~ .bg-red {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #c62828 !important;
}

.border-red.border-darken-3 {
  border: 1px solid #c62828 !important;
}

.border-top-red.border-top-darken-3 {
  border-top: 1px solid #c62828 !important;
}

.border-bottom-red.border-bottom-darken-3 {
  border-bottom: 1px solid #c62828 !important;
}

.border-left-red.border-left-darken-3 {
  border-left: 1px solid #c62828 !important;
}

.border-right-red.border-right-darken-3 {
  border-right: 1px solid #c62828 !important;
}

.overlay-red.overlay-darken-3 {
  background: #c62828; /* The Fallback */
  background: rgba(198, 40, 40, 0.8);
}

.red.darken-4 {
  color: #b71c1c !important;
}

.bg-red.bg-darken-4 {
  background-color: #b71c1c !important;
}
.bg-red.bg-darken-4.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(183, 28, 28, 0.6);
}

.btn-red.btn-darken-4 {
  border-color: #d32f2f !important;
  background-color: #b71c1c !important;
}
.btn-red.btn-darken-4:hover {
  border-color: #d32f2f !important;
  background-color: #c62828 !important;
}
.btn-red.btn-darken-4:focus, .btn-red.btn-darken-4:active {
  border-color: #c62828 !important;
  background-color: #b71c1c !important;
}

.btn-outline-red.btn-outline-darken-4 {
  border-color: #b71c1c !important;
  color: #b71c1c !important;
}
.btn-outline-red.btn-outline-darken-4:hover {
  background-color: #b71c1c !important;
}

input:focus ~ .bg-red {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #b71c1c !important;
}

.border-red.border-darken-4 {
  border: 1px solid #b71c1c !important;
}

.border-top-red.border-top-darken-4 {
  border-top: 1px solid #b71c1c !important;
}

.border-bottom-red.border-bottom-darken-4 {
  border-bottom: 1px solid #b71c1c !important;
}

.border-left-red.border-left-darken-4 {
  border-left: 1px solid #b71c1c !important;
}

.border-right-red.border-right-darken-4 {
  border-right: 1px solid #b71c1c !important;
}

.overlay-red.overlay-darken-4 {
  background: #b71c1c; /* The Fallback */
  background: rgba(183, 28, 28, 0.8);
}

.red.accent-1 {
  color: #ff8a80 !important;
}

.bg-red.bg-accent-1 {
  background-color: #ff8a80 !important;
}
.bg-red.bg-accent-1.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(255, 138, 128, 0.6);
}

.btn-red.btn-accent-1 {
  border-color: #d32f2f !important;
  background-color: #ff8a80 !important;
}
.btn-red.btn-accent-1:hover {
  border-color: #d32f2f !important;
  background-color: #c62828 !important;
}
.btn-red.btn-accent-1:focus, .btn-red.btn-accent-1:active {
  border-color: #c62828 !important;
  background-color: #b71c1c !important;
}

.btn-outline-red.btn-outline-accent-1 {
  border-color: #ff8a80 !important;
  color: #ff8a80 !important;
}
.btn-outline-red.btn-outline-accent-1:hover {
  background-color: #ff8a80 !important;
}

input:focus ~ .bg-red {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ff8a80 !important;
}

.border-red.border-accent-1 {
  border: 1px solid #ff8a80 !important;
}

.border-top-red.border-top-accent-1 {
  border-top: 1px solid #ff8a80 !important;
}

.border-bottom-red.border-bottom-accent-1 {
  border-bottom: 1px solid #ff8a80 !important;
}

.border-left-red.border-left-accent-1 {
  border-left: 1px solid #ff8a80 !important;
}

.border-right-red.border-right-accent-1 {
  border-right: 1px solid #ff8a80 !important;
}

.overlay-red.overlay-accent-1 {
  background: #ff8a80; /* The Fallback */
  background: rgba(255, 138, 128, 0.8);
}

.red.accent-2 {
  color: #ff5252 !important;
}

.bg-red.bg-accent-2 {
  background-color: #ff5252 !important;
}
.bg-red.bg-accent-2.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(255, 82, 82, 0.6);
}

.btn-red.btn-accent-2 {
  border-color: #d32f2f !important;
  background-color: #ff5252 !important;
}
.btn-red.btn-accent-2:hover {
  border-color: #d32f2f !important;
  background-color: #c62828 !important;
}
.btn-red.btn-accent-2:focus, .btn-red.btn-accent-2:active {
  border-color: #c62828 !important;
  background-color: #b71c1c !important;
}

.btn-outline-red.btn-outline-accent-2 {
  border-color: #ff5252 !important;
  color: #ff5252 !important;
}
.btn-outline-red.btn-outline-accent-2:hover {
  background-color: #ff5252 !important;
}

input:focus ~ .bg-red {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ff5252 !important;
}

.border-red.border-accent-2 {
  border: 1px solid #ff5252 !important;
}

.border-top-red.border-top-accent-2 {
  border-top: 1px solid #ff5252 !important;
}

.border-bottom-red.border-bottom-accent-2 {
  border-bottom: 1px solid #ff5252 !important;
}

.border-left-red.border-left-accent-2 {
  border-left: 1px solid #ff5252 !important;
}

.border-right-red.border-right-accent-2 {
  border-right: 1px solid #ff5252 !important;
}

.overlay-red.overlay-accent-2 {
  background: #ff5252; /* The Fallback */
  background: rgba(255, 82, 82, 0.8);
}

.red.accent-3 {
  color: #ff1744 !important;
}

.bg-red.bg-accent-3 {
  background-color: #ff1744 !important;
}
.bg-red.bg-accent-3.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(255, 23, 68, 0.6);
}

.btn-red.btn-accent-3 {
  border-color: #d32f2f !important;
  background-color: #ff1744 !important;
}
.btn-red.btn-accent-3:hover {
  border-color: #d32f2f !important;
  background-color: #c62828 !important;
}
.btn-red.btn-accent-3:focus, .btn-red.btn-accent-3:active {
  border-color: #c62828 !important;
  background-color: #b71c1c !important;
}

.btn-outline-red.btn-outline-accent-3 {
  border-color: #ff1744 !important;
  color: #ff1744 !important;
}
.btn-outline-red.btn-outline-accent-3:hover {
  background-color: #ff1744 !important;
}

input:focus ~ .bg-red {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ff1744 !important;
}

.border-red.border-accent-3 {
  border: 1px solid #ff1744 !important;
}

.border-top-red.border-top-accent-3 {
  border-top: 1px solid #ff1744 !important;
}

.border-bottom-red.border-bottom-accent-3 {
  border-bottom: 1px solid #ff1744 !important;
}

.border-left-red.border-left-accent-3 {
  border-left: 1px solid #ff1744 !important;
}

.border-right-red.border-right-accent-3 {
  border-right: 1px solid #ff1744 !important;
}

.overlay-red.overlay-accent-3 {
  background: #ff1744; /* The Fallback */
  background: rgba(255, 23, 68, 0.8);
}

.red.accent-4 {
  color: #d50000 !important;
}

.bg-red.bg-accent-4 {
  background-color: #d50000 !important;
}
.bg-red.bg-accent-4.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(213, 0, 0, 0.6);
}

.btn-red.btn-accent-4 {
  border-color: #d32f2f !important;
  background-color: #d50000 !important;
}
.btn-red.btn-accent-4:hover {
  border-color: #d32f2f !important;
  background-color: #c62828 !important;
}
.btn-red.btn-accent-4:focus, .btn-red.btn-accent-4:active {
  border-color: #c62828 !important;
  background-color: #b71c1c !important;
}

.btn-outline-red.btn-outline-accent-4 {
  border-color: #d50000 !important;
  color: #d50000 !important;
}
.btn-outline-red.btn-outline-accent-4:hover {
  background-color: #d50000 !important;
}

input:focus ~ .bg-red {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #d50000 !important;
}

.border-red.border-accent-4 {
  border: 1px solid #d50000 !important;
}

.border-top-red.border-top-accent-4 {
  border-top: 1px solid #d50000 !important;
}

.border-bottom-red.border-bottom-accent-4 {
  border-bottom: 1px solid #d50000 !important;
}

.border-left-red.border-left-accent-4 {
  border-left: 1px solid #d50000 !important;
}

.border-right-red.border-right-accent-4 {
  border-right: 1px solid #d50000 !important;
}

.overlay-red.overlay-accent-4 {
  background: #d50000; /* The Fallback */
  background: rgba(213, 0, 0, 0.8);
}

.pink.lighten-5 {
  color: #fce4ec !important;
}

.bg-pink.bg-lighten-5 {
  background-color: #fce4ec !important;
}
.bg-pink.bg-lighten-5.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(252, 228, 236, 0.6);
}

.btn-pink.btn-lighten-5 {
  border-color: #c2185b !important;
  background-color: #fce4ec !important;
}
.btn-pink.btn-lighten-5:hover {
  border-color: #c2185b !important;
  background-color: #ad1457 !important;
}
.btn-pink.btn-lighten-5:focus, .btn-pink.btn-lighten-5:active {
  border-color: #ad1457 !important;
  background-color: #880e4f !important;
}

.btn-outline-pink.btn-outline-lighten-5 {
  border-color: #fce4ec !important;
  color: #fce4ec !important;
}
.btn-outline-pink.btn-outline-lighten-5:hover {
  background-color: #fce4ec !important;
}

input:focus ~ .bg-pink {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #fce4ec !important;
}

.border-pink.border-lighten-5 {
  border: 1px solid #fce4ec !important;
}

.border-top-pink.border-top-lighten-5 {
  border-top: 1px solid #fce4ec !important;
}

.border-bottom-pink.border-bottom-lighten-5 {
  border-bottom: 1px solid #fce4ec !important;
}

.border-left-pink.border-left-lighten-5 {
  border-left: 1px solid #fce4ec !important;
}

.border-right-pink.border-right-lighten-5 {
  border-right: 1px solid #fce4ec !important;
}

.overlay-pink.overlay-lighten-5 {
  background: #fce4ec; /* The Fallback */
  background: rgba(252, 228, 236, 0.8);
}

.pink.lighten-4 {
  color: #f8bbd0 !important;
}

.bg-pink.bg-lighten-4 {
  background-color: #f8bbd0 !important;
}
.bg-pink.bg-lighten-4.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(248, 187, 208, 0.6);
}

.btn-pink.btn-lighten-4 {
  border-color: #c2185b !important;
  background-color: #f8bbd0 !important;
}
.btn-pink.btn-lighten-4:hover {
  border-color: #c2185b !important;
  background-color: #ad1457 !important;
}
.btn-pink.btn-lighten-4:focus, .btn-pink.btn-lighten-4:active {
  border-color: #ad1457 !important;
  background-color: #880e4f !important;
}

.btn-outline-pink.btn-outline-lighten-4 {
  border-color: #f8bbd0 !important;
  color: #f8bbd0 !important;
}
.btn-outline-pink.btn-outline-lighten-4:hover {
  background-color: #f8bbd0 !important;
}

input:focus ~ .bg-pink {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #f8bbd0 !important;
}

.border-pink.border-lighten-4 {
  border: 1px solid #f8bbd0 !important;
}

.border-top-pink.border-top-lighten-4 {
  border-top: 1px solid #f8bbd0 !important;
}

.border-bottom-pink.border-bottom-lighten-4 {
  border-bottom: 1px solid #f8bbd0 !important;
}

.border-left-pink.border-left-lighten-4 {
  border-left: 1px solid #f8bbd0 !important;
}

.border-right-pink.border-right-lighten-4 {
  border-right: 1px solid #f8bbd0 !important;
}

.overlay-pink.overlay-lighten-4 {
  background: #f8bbd0; /* The Fallback */
  background: rgba(248, 187, 208, 0.8);
}

.pink.lighten-3 {
  color: #f48fb1 !important;
}

.bg-pink.bg-lighten-3 {
  background-color: #f48fb1 !important;
}
.bg-pink.bg-lighten-3.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(244, 143, 177, 0.6);
}

.btn-pink.btn-lighten-3 {
  border-color: #c2185b !important;
  background-color: #f48fb1 !important;
}
.btn-pink.btn-lighten-3:hover {
  border-color: #c2185b !important;
  background-color: #ad1457 !important;
}
.btn-pink.btn-lighten-3:focus, .btn-pink.btn-lighten-3:active {
  border-color: #ad1457 !important;
  background-color: #880e4f !important;
}

.btn-outline-pink.btn-outline-lighten-3 {
  border-color: #f48fb1 !important;
  color: #f48fb1 !important;
}
.btn-outline-pink.btn-outline-lighten-3:hover {
  background-color: #f48fb1 !important;
}

input:focus ~ .bg-pink {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #f48fb1 !important;
}

.border-pink.border-lighten-3 {
  border: 1px solid #f48fb1 !important;
}

.border-top-pink.border-top-lighten-3 {
  border-top: 1px solid #f48fb1 !important;
}

.border-bottom-pink.border-bottom-lighten-3 {
  border-bottom: 1px solid #f48fb1 !important;
}

.border-left-pink.border-left-lighten-3 {
  border-left: 1px solid #f48fb1 !important;
}

.border-right-pink.border-right-lighten-3 {
  border-right: 1px solid #f48fb1 !important;
}

.overlay-pink.overlay-lighten-3 {
  background: #f48fb1; /* The Fallback */
  background: rgba(244, 143, 177, 0.8);
}

.pink.lighten-2 {
  color: #f06292 !important;
}

.bg-pink.bg-lighten-2 {
  background-color: #f06292 !important;
}
.bg-pink.bg-lighten-2.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(240, 98, 146, 0.6);
}

.btn-pink.btn-lighten-2 {
  border-color: #c2185b !important;
  background-color: #f06292 !important;
}
.btn-pink.btn-lighten-2:hover {
  border-color: #c2185b !important;
  background-color: #ad1457 !important;
}
.btn-pink.btn-lighten-2:focus, .btn-pink.btn-lighten-2:active {
  border-color: #ad1457 !important;
  background-color: #880e4f !important;
}

.btn-outline-pink.btn-outline-lighten-2 {
  border-color: #f06292 !important;
  color: #f06292 !important;
}
.btn-outline-pink.btn-outline-lighten-2:hover {
  background-color: #f06292 !important;
}

input:focus ~ .bg-pink {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #f06292 !important;
}

.border-pink.border-lighten-2 {
  border: 1px solid #f06292 !important;
}

.border-top-pink.border-top-lighten-2 {
  border-top: 1px solid #f06292 !important;
}

.border-bottom-pink.border-bottom-lighten-2 {
  border-bottom: 1px solid #f06292 !important;
}

.border-left-pink.border-left-lighten-2 {
  border-left: 1px solid #f06292 !important;
}

.border-right-pink.border-right-lighten-2 {
  border-right: 1px solid #f06292 !important;
}

.overlay-pink.overlay-lighten-2 {
  background: #f06292; /* The Fallback */
  background: rgba(240, 98, 146, 0.8);
}

.pink.lighten-1 {
  color: #ec407a !important;
}

.bg-pink.bg-lighten-1 {
  background-color: #ec407a !important;
}
.bg-pink.bg-lighten-1.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(236, 64, 122, 0.6);
}

.btn-pink.btn-lighten-1 {
  border-color: #c2185b !important;
  background-color: #ec407a !important;
}
.btn-pink.btn-lighten-1:hover {
  border-color: #c2185b !important;
  background-color: #ad1457 !important;
}
.btn-pink.btn-lighten-1:focus, .btn-pink.btn-lighten-1:active {
  border-color: #ad1457 !important;
  background-color: #880e4f !important;
}

.btn-outline-pink.btn-outline-lighten-1 {
  border-color: #ec407a !important;
  color: #ec407a !important;
}
.btn-outline-pink.btn-outline-lighten-1:hover {
  background-color: #ec407a !important;
}

input:focus ~ .bg-pink {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ec407a !important;
}

.border-pink.border-lighten-1 {
  border: 1px solid #ec407a !important;
}

.border-top-pink.border-top-lighten-1 {
  border-top: 1px solid #ec407a !important;
}

.border-bottom-pink.border-bottom-lighten-1 {
  border-bottom: 1px solid #ec407a !important;
}

.border-left-pink.border-left-lighten-1 {
  border-left: 1px solid #ec407a !important;
}

.border-right-pink.border-right-lighten-1 {
  border-right: 1px solid #ec407a !important;
}

.overlay-pink.overlay-lighten-1 {
  background: #ec407a; /* The Fallback */
  background: rgba(236, 64, 122, 0.8);
}

.pink {
  color: #e91e63 !important;
}

.bg-pink {
  background-color: #e91e63 !important;
}
.bg-pink .card-header, .bg-pink .card-footer {
  background-color: transparent;
}
.bg-pink.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(233, 30, 99, 0.6);
}

.selectboxit.selectboxit-btn.bg-pink {
  background-color: #e91e63 !important;
}

.alert-pink {
  border-color: #e91e63 !important;
  background-color: #ef5f90 !important;
  color: #4d081f !important;
}
.alert-pink .alert-link {
  color: #280410 !important;
}

.border-pink {
  border-color: #e91e63;
}

.overlay-pink {
  background: #e91e63; /* The Fallback */
  background: rgba(233, 30, 99, 0.8);
}

.color-info.pink {
  background-color: #e91e63 !important;
}

.btn-pink {
  border-color: #c2185b !important;
  background-color: #e91e63 !important;
  color: #FFFFFF;
}
.btn-pink:hover {
  border-color: #d81b60 !important;
  background-color: #ec407a !important;
  color: #FFF !important;
}
.btn-pink:focus, .btn-pink:active {
  border-color: #c2185b !important;
  background-color: #ad1457 !important;
  color: #FFF !important;
}
.btn-pink.btn-glow {
  box-shadow: 0px 1px 20px 1px rgba(233, 30, 99, 0.6);
}

.btn-outline-pink {
  border-color: #e91e63;
  background-color: transparent;
  color: #e91e63;
}
.btn-outline-pink:hover {
  background-color: #e91e63;
  color: #FFF !important;
}
.btn-outline-pink.btn-glow {
  box-shadow: 0px 1px 20px 1px rgba(233, 30, 99, 0.6);
}

input[type=checkbox].bg-pink + .custom-control-label:before, input[type=radio].bg-pink + .custom-control-label:before {
  background-color: #e91e63 !important;
}

/* .custom-control-label{
  &:before{
    background-color: #ddd !important;
  }
} */
input:focus ~ .bg-pink {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #e91e63 !important;
}

.border-pink {
  border: 1px solid #e91e63 !important;
}

.border-top-pink {
  border-top: 1px solid #e91e63;
}

.border-bottom-pink {
  border-bottom: 1px solid #e91e63;
}

.border-left-pink {
  border-left: 1px solid #e91e63;
}

.border-right-pink {
  border-right: 1px solid #e91e63;
}

.pink.darken-1 {
  color: #d81b60 !important;
}

.bg-pink.bg-darken-1 {
  background-color: #d81b60 !important;
}
.bg-pink.bg-darken-1.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(216, 27, 96, 0.6);
}

.btn-pink.btn-darken-1 {
  border-color: #c2185b !important;
  background-color: #d81b60 !important;
}
.btn-pink.btn-darken-1:hover {
  border-color: #c2185b !important;
  background-color: #ad1457 !important;
}
.btn-pink.btn-darken-1:focus, .btn-pink.btn-darken-1:active {
  border-color: #ad1457 !important;
  background-color: #880e4f !important;
}

.btn-outline-pink.btn-outline-darken-1 {
  border-color: #d81b60 !important;
  color: #d81b60 !important;
}
.btn-outline-pink.btn-outline-darken-1:hover {
  background-color: #d81b60 !important;
}

input:focus ~ .bg-pink {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #d81b60 !important;
}

.border-pink.border-darken-1 {
  border: 1px solid #d81b60 !important;
}

.border-top-pink.border-top-darken-1 {
  border-top: 1px solid #d81b60 !important;
}

.border-bottom-pink.border-bottom-darken-1 {
  border-bottom: 1px solid #d81b60 !important;
}

.border-left-pink.border-left-darken-1 {
  border-left: 1px solid #d81b60 !important;
}

.border-right-pink.border-right-darken-1 {
  border-right: 1px solid #d81b60 !important;
}

.overlay-pink.overlay-darken-1 {
  background: #d81b60; /* The Fallback */
  background: rgba(216, 27, 96, 0.8);
}

.pink.darken-2 {
  color: #c2185b !important;
}

.bg-pink.bg-darken-2 {
  background-color: #c2185b !important;
}
.bg-pink.bg-darken-2.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(194, 24, 91, 0.6);
}

.btn-pink.btn-darken-2 {
  border-color: #c2185b !important;
  background-color: #c2185b !important;
}
.btn-pink.btn-darken-2:hover {
  border-color: #c2185b !important;
  background-color: #ad1457 !important;
}
.btn-pink.btn-darken-2:focus, .btn-pink.btn-darken-2:active {
  border-color: #ad1457 !important;
  background-color: #880e4f !important;
}

.btn-outline-pink.btn-outline-darken-2 {
  border-color: #c2185b !important;
  color: #c2185b !important;
}
.btn-outline-pink.btn-outline-darken-2:hover {
  background-color: #c2185b !important;
}

input:focus ~ .bg-pink {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #c2185b !important;
}

.border-pink.border-darken-2 {
  border: 1px solid #c2185b !important;
}

.border-top-pink.border-top-darken-2 {
  border-top: 1px solid #c2185b !important;
}

.border-bottom-pink.border-bottom-darken-2 {
  border-bottom: 1px solid #c2185b !important;
}

.border-left-pink.border-left-darken-2 {
  border-left: 1px solid #c2185b !important;
}

.border-right-pink.border-right-darken-2 {
  border-right: 1px solid #c2185b !important;
}

.overlay-pink.overlay-darken-2 {
  background: #c2185b; /* The Fallback */
  background: rgba(194, 24, 91, 0.8);
}

.pink.darken-3 {
  color: #ad1457 !important;
}

.bg-pink.bg-darken-3 {
  background-color: #ad1457 !important;
}
.bg-pink.bg-darken-3.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(173, 20, 87, 0.6);
}

.btn-pink.btn-darken-3 {
  border-color: #c2185b !important;
  background-color: #ad1457 !important;
}
.btn-pink.btn-darken-3:hover {
  border-color: #c2185b !important;
  background-color: #ad1457 !important;
}
.btn-pink.btn-darken-3:focus, .btn-pink.btn-darken-3:active {
  border-color: #ad1457 !important;
  background-color: #880e4f !important;
}

.btn-outline-pink.btn-outline-darken-3 {
  border-color: #ad1457 !important;
  color: #ad1457 !important;
}
.btn-outline-pink.btn-outline-darken-3:hover {
  background-color: #ad1457 !important;
}

input:focus ~ .bg-pink {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ad1457 !important;
}

.border-pink.border-darken-3 {
  border: 1px solid #ad1457 !important;
}

.border-top-pink.border-top-darken-3 {
  border-top: 1px solid #ad1457 !important;
}

.border-bottom-pink.border-bottom-darken-3 {
  border-bottom: 1px solid #ad1457 !important;
}

.border-left-pink.border-left-darken-3 {
  border-left: 1px solid #ad1457 !important;
}

.border-right-pink.border-right-darken-3 {
  border-right: 1px solid #ad1457 !important;
}

.overlay-pink.overlay-darken-3 {
  background: #ad1457; /* The Fallback */
  background: rgba(173, 20, 87, 0.8);
}

.pink.darken-4 {
  color: #880e4f !important;
}

.bg-pink.bg-darken-4 {
  background-color: #880e4f !important;
}
.bg-pink.bg-darken-4.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(136, 14, 79, 0.6);
}

.btn-pink.btn-darken-4 {
  border-color: #c2185b !important;
  background-color: #880e4f !important;
}
.btn-pink.btn-darken-4:hover {
  border-color: #c2185b !important;
  background-color: #ad1457 !important;
}
.btn-pink.btn-darken-4:focus, .btn-pink.btn-darken-4:active {
  border-color: #ad1457 !important;
  background-color: #880e4f !important;
}

.btn-outline-pink.btn-outline-darken-4 {
  border-color: #880e4f !important;
  color: #880e4f !important;
}
.btn-outline-pink.btn-outline-darken-4:hover {
  background-color: #880e4f !important;
}

input:focus ~ .bg-pink {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #880e4f !important;
}

.border-pink.border-darken-4 {
  border: 1px solid #880e4f !important;
}

.border-top-pink.border-top-darken-4 {
  border-top: 1px solid #880e4f !important;
}

.border-bottom-pink.border-bottom-darken-4 {
  border-bottom: 1px solid #880e4f !important;
}

.border-left-pink.border-left-darken-4 {
  border-left: 1px solid #880e4f !important;
}

.border-right-pink.border-right-darken-4 {
  border-right: 1px solid #880e4f !important;
}

.overlay-pink.overlay-darken-4 {
  background: #880e4f; /* The Fallback */
  background: rgba(136, 14, 79, 0.8);
}

.pink.accent-1 {
  color: #ff80ab !important;
}

.bg-pink.bg-accent-1 {
  background-color: #ff80ab !important;
}
.bg-pink.bg-accent-1.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(255, 128, 171, 0.6);
}

.btn-pink.btn-accent-1 {
  border-color: #c2185b !important;
  background-color: #ff80ab !important;
}
.btn-pink.btn-accent-1:hover {
  border-color: #c2185b !important;
  background-color: #ad1457 !important;
}
.btn-pink.btn-accent-1:focus, .btn-pink.btn-accent-1:active {
  border-color: #ad1457 !important;
  background-color: #880e4f !important;
}

.btn-outline-pink.btn-outline-accent-1 {
  border-color: #ff80ab !important;
  color: #ff80ab !important;
}
.btn-outline-pink.btn-outline-accent-1:hover {
  background-color: #ff80ab !important;
}

input:focus ~ .bg-pink {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ff80ab !important;
}

.border-pink.border-accent-1 {
  border: 1px solid #ff80ab !important;
}

.border-top-pink.border-top-accent-1 {
  border-top: 1px solid #ff80ab !important;
}

.border-bottom-pink.border-bottom-accent-1 {
  border-bottom: 1px solid #ff80ab !important;
}

.border-left-pink.border-left-accent-1 {
  border-left: 1px solid #ff80ab !important;
}

.border-right-pink.border-right-accent-1 {
  border-right: 1px solid #ff80ab !important;
}

.overlay-pink.overlay-accent-1 {
  background: #ff80ab; /* The Fallback */
  background: rgba(255, 128, 171, 0.8);
}

.pink.accent-2 {
  color: #ff4081 !important;
}

.bg-pink.bg-accent-2 {
  background-color: #ff4081 !important;
}
.bg-pink.bg-accent-2.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(255, 64, 129, 0.6);
}

.btn-pink.btn-accent-2 {
  border-color: #c2185b !important;
  background-color: #ff4081 !important;
}
.btn-pink.btn-accent-2:hover {
  border-color: #c2185b !important;
  background-color: #ad1457 !important;
}
.btn-pink.btn-accent-2:focus, .btn-pink.btn-accent-2:active {
  border-color: #ad1457 !important;
  background-color: #880e4f !important;
}

.btn-outline-pink.btn-outline-accent-2 {
  border-color: #ff4081 !important;
  color: #ff4081 !important;
}
.btn-outline-pink.btn-outline-accent-2:hover {
  background-color: #ff4081 !important;
}

input:focus ~ .bg-pink {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ff4081 !important;
}

.border-pink.border-accent-2 {
  border: 1px solid #ff4081 !important;
}

.border-top-pink.border-top-accent-2 {
  border-top: 1px solid #ff4081 !important;
}

.border-bottom-pink.border-bottom-accent-2 {
  border-bottom: 1px solid #ff4081 !important;
}

.border-left-pink.border-left-accent-2 {
  border-left: 1px solid #ff4081 !important;
}

.border-right-pink.border-right-accent-2 {
  border-right: 1px solid #ff4081 !important;
}

.overlay-pink.overlay-accent-2 {
  background: #ff4081; /* The Fallback */
  background: rgba(255, 64, 129, 0.8);
}

.pink.accent-3 {
  color: #f50057 !important;
}

.bg-pink.bg-accent-3 {
  background-color: #f50057 !important;
}
.bg-pink.bg-accent-3.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(245, 0, 87, 0.6);
}

.btn-pink.btn-accent-3 {
  border-color: #c2185b !important;
  background-color: #f50057 !important;
}
.btn-pink.btn-accent-3:hover {
  border-color: #c2185b !important;
  background-color: #ad1457 !important;
}
.btn-pink.btn-accent-3:focus, .btn-pink.btn-accent-3:active {
  border-color: #ad1457 !important;
  background-color: #880e4f !important;
}

.btn-outline-pink.btn-outline-accent-3 {
  border-color: #f50057 !important;
  color: #f50057 !important;
}
.btn-outline-pink.btn-outline-accent-3:hover {
  background-color: #f50057 !important;
}

input:focus ~ .bg-pink {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #f50057 !important;
}

.border-pink.border-accent-3 {
  border: 1px solid #f50057 !important;
}

.border-top-pink.border-top-accent-3 {
  border-top: 1px solid #f50057 !important;
}

.border-bottom-pink.border-bottom-accent-3 {
  border-bottom: 1px solid #f50057 !important;
}

.border-left-pink.border-left-accent-3 {
  border-left: 1px solid #f50057 !important;
}

.border-right-pink.border-right-accent-3 {
  border-right: 1px solid #f50057 !important;
}

.overlay-pink.overlay-accent-3 {
  background: #f50057; /* The Fallback */
  background: rgba(245, 0, 87, 0.8);
}

.pink.accent-4 {
  color: #c51162 !important;
}

.bg-pink.bg-accent-4 {
  background-color: #c51162 !important;
}
.bg-pink.bg-accent-4.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(197, 17, 98, 0.6);
}

.btn-pink.btn-accent-4 {
  border-color: #c2185b !important;
  background-color: #c51162 !important;
}
.btn-pink.btn-accent-4:hover {
  border-color: #c2185b !important;
  background-color: #ad1457 !important;
}
.btn-pink.btn-accent-4:focus, .btn-pink.btn-accent-4:active {
  border-color: #ad1457 !important;
  background-color: #880e4f !important;
}

.btn-outline-pink.btn-outline-accent-4 {
  border-color: #c51162 !important;
  color: #c51162 !important;
}
.btn-outline-pink.btn-outline-accent-4:hover {
  background-color: #c51162 !important;
}

input:focus ~ .bg-pink {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #c51162 !important;
}

.border-pink.border-accent-4 {
  border: 1px solid #c51162 !important;
}

.border-top-pink.border-top-accent-4 {
  border-top: 1px solid #c51162 !important;
}

.border-bottom-pink.border-bottom-accent-4 {
  border-bottom: 1px solid #c51162 !important;
}

.border-left-pink.border-left-accent-4 {
  border-left: 1px solid #c51162 !important;
}

.border-right-pink.border-right-accent-4 {
  border-right: 1px solid #c51162 !important;
}

.overlay-pink.overlay-accent-4 {
  background: #c51162; /* The Fallback */
  background: rgba(197, 17, 98, 0.8);
}

.purple.lighten-5 {
  color: #f3e5f5 !important;
}

.bg-purple.bg-lighten-5 {
  background-color: #f3e5f5 !important;
}
.bg-purple.bg-lighten-5.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(243, 229, 245, 0.6);
}

.btn-purple.btn-lighten-5 {
  border-color: #7b1fa2 !important;
  background-color: #f3e5f5 !important;
}
.btn-purple.btn-lighten-5:hover {
  border-color: #7b1fa2 !important;
  background-color: #6a1b9a !important;
}
.btn-purple.btn-lighten-5:focus, .btn-purple.btn-lighten-5:active {
  border-color: #6a1b9a !important;
  background-color: #4a148c !important;
}

.btn-outline-purple.btn-outline-lighten-5 {
  border-color: #f3e5f5 !important;
  color: #f3e5f5 !important;
}
.btn-outline-purple.btn-outline-lighten-5:hover {
  background-color: #f3e5f5 !important;
}

input:focus ~ .bg-purple {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #f3e5f5 !important;
}

.border-purple.border-lighten-5 {
  border: 1px solid #f3e5f5 !important;
}

.border-top-purple.border-top-lighten-5 {
  border-top: 1px solid #f3e5f5 !important;
}

.border-bottom-purple.border-bottom-lighten-5 {
  border-bottom: 1px solid #f3e5f5 !important;
}

.border-left-purple.border-left-lighten-5 {
  border-left: 1px solid #f3e5f5 !important;
}

.border-right-purple.border-right-lighten-5 {
  border-right: 1px solid #f3e5f5 !important;
}

.overlay-purple.overlay-lighten-5 {
  background: #f3e5f5; /* The Fallback */
  background: rgba(243, 229, 245, 0.8);
}

.purple.lighten-4 {
  color: #e1bee7 !important;
}

.bg-purple.bg-lighten-4 {
  background-color: #e1bee7 !important;
}
.bg-purple.bg-lighten-4.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(225, 190, 231, 0.6);
}

.btn-purple.btn-lighten-4 {
  border-color: #7b1fa2 !important;
  background-color: #e1bee7 !important;
}
.btn-purple.btn-lighten-4:hover {
  border-color: #7b1fa2 !important;
  background-color: #6a1b9a !important;
}
.btn-purple.btn-lighten-4:focus, .btn-purple.btn-lighten-4:active {
  border-color: #6a1b9a !important;
  background-color: #4a148c !important;
}

.btn-outline-purple.btn-outline-lighten-4 {
  border-color: #e1bee7 !important;
  color: #e1bee7 !important;
}
.btn-outline-purple.btn-outline-lighten-4:hover {
  background-color: #e1bee7 !important;
}

input:focus ~ .bg-purple {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #e1bee7 !important;
}

.border-purple.border-lighten-4 {
  border: 1px solid #e1bee7 !important;
}

.border-top-purple.border-top-lighten-4 {
  border-top: 1px solid #e1bee7 !important;
}

.border-bottom-purple.border-bottom-lighten-4 {
  border-bottom: 1px solid #e1bee7 !important;
}

.border-left-purple.border-left-lighten-4 {
  border-left: 1px solid #e1bee7 !important;
}

.border-right-purple.border-right-lighten-4 {
  border-right: 1px solid #e1bee7 !important;
}

.overlay-purple.overlay-lighten-4 {
  background: #e1bee7; /* The Fallback */
  background: rgba(225, 190, 231, 0.8);
}

.purple.lighten-3 {
  color: #ce93d8 !important;
}

.bg-purple.bg-lighten-3 {
  background-color: #ce93d8 !important;
}
.bg-purple.bg-lighten-3.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(206, 147, 216, 0.6);
}

.btn-purple.btn-lighten-3 {
  border-color: #7b1fa2 !important;
  background-color: #ce93d8 !important;
}
.btn-purple.btn-lighten-3:hover {
  border-color: #7b1fa2 !important;
  background-color: #6a1b9a !important;
}
.btn-purple.btn-lighten-3:focus, .btn-purple.btn-lighten-3:active {
  border-color: #6a1b9a !important;
  background-color: #4a148c !important;
}

.btn-outline-purple.btn-outline-lighten-3 {
  border-color: #ce93d8 !important;
  color: #ce93d8 !important;
}
.btn-outline-purple.btn-outline-lighten-3:hover {
  background-color: #ce93d8 !important;
}

input:focus ~ .bg-purple {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ce93d8 !important;
}

.border-purple.border-lighten-3 {
  border: 1px solid #ce93d8 !important;
}

.border-top-purple.border-top-lighten-3 {
  border-top: 1px solid #ce93d8 !important;
}

.border-bottom-purple.border-bottom-lighten-3 {
  border-bottom: 1px solid #ce93d8 !important;
}

.border-left-purple.border-left-lighten-3 {
  border-left: 1px solid #ce93d8 !important;
}

.border-right-purple.border-right-lighten-3 {
  border-right: 1px solid #ce93d8 !important;
}

.overlay-purple.overlay-lighten-3 {
  background: #ce93d8; /* The Fallback */
  background: rgba(206, 147, 216, 0.8);
}

.purple.lighten-2 {
  color: #ba68c8 !important;
}

.bg-purple.bg-lighten-2 {
  background-color: #ba68c8 !important;
}
.bg-purple.bg-lighten-2.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(186, 104, 200, 0.6);
}

.btn-purple.btn-lighten-2 {
  border-color: #7b1fa2 !important;
  background-color: #ba68c8 !important;
}
.btn-purple.btn-lighten-2:hover {
  border-color: #7b1fa2 !important;
  background-color: #6a1b9a !important;
}
.btn-purple.btn-lighten-2:focus, .btn-purple.btn-lighten-2:active {
  border-color: #6a1b9a !important;
  background-color: #4a148c !important;
}

.btn-outline-purple.btn-outline-lighten-2 {
  border-color: #ba68c8 !important;
  color: #ba68c8 !important;
}
.btn-outline-purple.btn-outline-lighten-2:hover {
  background-color: #ba68c8 !important;
}

input:focus ~ .bg-purple {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ba68c8 !important;
}

.border-purple.border-lighten-2 {
  border: 1px solid #ba68c8 !important;
}

.border-top-purple.border-top-lighten-2 {
  border-top: 1px solid #ba68c8 !important;
}

.border-bottom-purple.border-bottom-lighten-2 {
  border-bottom: 1px solid #ba68c8 !important;
}

.border-left-purple.border-left-lighten-2 {
  border-left: 1px solid #ba68c8 !important;
}

.border-right-purple.border-right-lighten-2 {
  border-right: 1px solid #ba68c8 !important;
}

.overlay-purple.overlay-lighten-2 {
  background: #ba68c8; /* The Fallback */
  background: rgba(186, 104, 200, 0.8);
}

.purple.lighten-1 {
  color: #ab47bc !important;
}

.bg-purple.bg-lighten-1 {
  background-color: #ab47bc !important;
}
.bg-purple.bg-lighten-1.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(171, 71, 188, 0.6);
}

.btn-purple.btn-lighten-1 {
  border-color: #7b1fa2 !important;
  background-color: #ab47bc !important;
}
.btn-purple.btn-lighten-1:hover {
  border-color: #7b1fa2 !important;
  background-color: #6a1b9a !important;
}
.btn-purple.btn-lighten-1:focus, .btn-purple.btn-lighten-1:active {
  border-color: #6a1b9a !important;
  background-color: #4a148c !important;
}

.btn-outline-purple.btn-outline-lighten-1 {
  border-color: #ab47bc !important;
  color: #ab47bc !important;
}
.btn-outline-purple.btn-outline-lighten-1:hover {
  background-color: #ab47bc !important;
}

input:focus ~ .bg-purple {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ab47bc !important;
}

.border-purple.border-lighten-1 {
  border: 1px solid #ab47bc !important;
}

.border-top-purple.border-top-lighten-1 {
  border-top: 1px solid #ab47bc !important;
}

.border-bottom-purple.border-bottom-lighten-1 {
  border-bottom: 1px solid #ab47bc !important;
}

.border-left-purple.border-left-lighten-1 {
  border-left: 1px solid #ab47bc !important;
}

.border-right-purple.border-right-lighten-1 {
  border-right: 1px solid #ab47bc !important;
}

.overlay-purple.overlay-lighten-1 {
  background: #ab47bc; /* The Fallback */
  background: rgba(171, 71, 188, 0.8);
}

.purple {
  color: #9c27b0 !important;
}

.bg-purple {
  background-color: #9c27b0 !important;
}
.bg-purple .card-header, .bg-purple .card-footer {
  background-color: transparent;
}
.bg-purple.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(156, 39, 176, 0.6);
}

.selectboxit.selectboxit-btn.bg-purple {
  background-color: #9c27b0 !important;
}

.alert-purple {
  border-color: #9c27b0 !important;
  background-color: #c248d6 !important;
  color: #1a071e !important;
}
.alert-purple .alert-link {
  color: black !important;
}

.border-purple {
  border-color: #9c27b0;
}

.overlay-purple {
  background: #9c27b0; /* The Fallback */
  background: rgba(156, 39, 176, 0.8);
}

.color-info.purple {
  background-color: #9c27b0 !important;
}

.btn-purple {
  border-color: #7b1fa2 !important;
  background-color: #9c27b0 !important;
  color: #FFFFFF;
}
.btn-purple:hover {
  border-color: #8e24aa !important;
  background-color: #ab47bc !important;
  color: #FFF !important;
}
.btn-purple:focus, .btn-purple:active {
  border-color: #7b1fa2 !important;
  background-color: #6a1b9a !important;
  color: #FFF !important;
}
.btn-purple.btn-glow {
  box-shadow: 0px 1px 20px 1px rgba(156, 39, 176, 0.6);
}

.btn-outline-purple {
  border-color: #9c27b0;
  background-color: transparent;
  color: #9c27b0;
}
.btn-outline-purple:hover {
  background-color: #9c27b0;
  color: #FFF !important;
}
.btn-outline-purple.btn-glow {
  box-shadow: 0px 1px 20px 1px rgba(156, 39, 176, 0.6);
}

input[type=checkbox].bg-purple + .custom-control-label:before, input[type=radio].bg-purple + .custom-control-label:before {
  background-color: #9c27b0 !important;
}

/* .custom-control-label{
  &:before{
    background-color: #ddd !important;
  }
} */
input:focus ~ .bg-purple {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #9c27b0 !important;
}

.border-purple {
  border: 1px solid #9c27b0 !important;
}

.border-top-purple {
  border-top: 1px solid #9c27b0;
}

.border-bottom-purple {
  border-bottom: 1px solid #9c27b0;
}

.border-left-purple {
  border-left: 1px solid #9c27b0;
}

.border-right-purple {
  border-right: 1px solid #9c27b0;
}

.purple.darken-1 {
  color: #8e24aa !important;
}

.bg-purple.bg-darken-1 {
  background-color: #8e24aa !important;
}
.bg-purple.bg-darken-1.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(142, 36, 170, 0.6);
}

.btn-purple.btn-darken-1 {
  border-color: #7b1fa2 !important;
  background-color: #8e24aa !important;
}
.btn-purple.btn-darken-1:hover {
  border-color: #7b1fa2 !important;
  background-color: #6a1b9a !important;
}
.btn-purple.btn-darken-1:focus, .btn-purple.btn-darken-1:active {
  border-color: #6a1b9a !important;
  background-color: #4a148c !important;
}

.btn-outline-purple.btn-outline-darken-1 {
  border-color: #8e24aa !important;
  color: #8e24aa !important;
}
.btn-outline-purple.btn-outline-darken-1:hover {
  background-color: #8e24aa !important;
}

input:focus ~ .bg-purple {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #8e24aa !important;
}

.border-purple.border-darken-1 {
  border: 1px solid #8e24aa !important;
}

.border-top-purple.border-top-darken-1 {
  border-top: 1px solid #8e24aa !important;
}

.border-bottom-purple.border-bottom-darken-1 {
  border-bottom: 1px solid #8e24aa !important;
}

.border-left-purple.border-left-darken-1 {
  border-left: 1px solid #8e24aa !important;
}

.border-right-purple.border-right-darken-1 {
  border-right: 1px solid #8e24aa !important;
}

.overlay-purple.overlay-darken-1 {
  background: #8e24aa; /* The Fallback */
  background: rgba(142, 36, 170, 0.8);
}

.purple.darken-2 {
  color: #7b1fa2 !important;
}

.bg-purple.bg-darken-2 {
  background-color: #7b1fa2 !important;
}
.bg-purple.bg-darken-2.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(123, 31, 162, 0.6);
}

.btn-purple.btn-darken-2 {
  border-color: #7b1fa2 !important;
  background-color: #7b1fa2 !important;
}
.btn-purple.btn-darken-2:hover {
  border-color: #7b1fa2 !important;
  background-color: #6a1b9a !important;
}
.btn-purple.btn-darken-2:focus, .btn-purple.btn-darken-2:active {
  border-color: #6a1b9a !important;
  background-color: #4a148c !important;
}

.btn-outline-purple.btn-outline-darken-2 {
  border-color: #7b1fa2 !important;
  color: #7b1fa2 !important;
}
.btn-outline-purple.btn-outline-darken-2:hover {
  background-color: #7b1fa2 !important;
}

input:focus ~ .bg-purple {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #7b1fa2 !important;
}

.border-purple.border-darken-2 {
  border: 1px solid #7b1fa2 !important;
}

.border-top-purple.border-top-darken-2 {
  border-top: 1px solid #7b1fa2 !important;
}

.border-bottom-purple.border-bottom-darken-2 {
  border-bottom: 1px solid #7b1fa2 !important;
}

.border-left-purple.border-left-darken-2 {
  border-left: 1px solid #7b1fa2 !important;
}

.border-right-purple.border-right-darken-2 {
  border-right: 1px solid #7b1fa2 !important;
}

.overlay-purple.overlay-darken-2 {
  background: #7b1fa2; /* The Fallback */
  background: rgba(123, 31, 162, 0.8);
}

.purple.darken-3 {
  color: #6a1b9a !important;
}

.bg-purple.bg-darken-3 {
  background-color: #6a1b9a !important;
}
.bg-purple.bg-darken-3.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(106, 27, 154, 0.6);
}

.btn-purple.btn-darken-3 {
  border-color: #7b1fa2 !important;
  background-color: #6a1b9a !important;
}
.btn-purple.btn-darken-3:hover {
  border-color: #7b1fa2 !important;
  background-color: #6a1b9a !important;
}
.btn-purple.btn-darken-3:focus, .btn-purple.btn-darken-3:active {
  border-color: #6a1b9a !important;
  background-color: #4a148c !important;
}

.btn-outline-purple.btn-outline-darken-3 {
  border-color: #6a1b9a !important;
  color: #6a1b9a !important;
}
.btn-outline-purple.btn-outline-darken-3:hover {
  background-color: #6a1b9a !important;
}

input:focus ~ .bg-purple {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #6a1b9a !important;
}

.border-purple.border-darken-3 {
  border: 1px solid #6a1b9a !important;
}

.border-top-purple.border-top-darken-3 {
  border-top: 1px solid #6a1b9a !important;
}

.border-bottom-purple.border-bottom-darken-3 {
  border-bottom: 1px solid #6a1b9a !important;
}

.border-left-purple.border-left-darken-3 {
  border-left: 1px solid #6a1b9a !important;
}

.border-right-purple.border-right-darken-3 {
  border-right: 1px solid #6a1b9a !important;
}

.overlay-purple.overlay-darken-3 {
  background: #6a1b9a; /* The Fallback */
  background: rgba(106, 27, 154, 0.8);
}

.purple.darken-4 {
  color: #4a148c !important;
}

.bg-purple.bg-darken-4 {
  background-color: #4a148c !important;
}
.bg-purple.bg-darken-4.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(74, 20, 140, 0.6);
}

.btn-purple.btn-darken-4 {
  border-color: #7b1fa2 !important;
  background-color: #4a148c !important;
}
.btn-purple.btn-darken-4:hover {
  border-color: #7b1fa2 !important;
  background-color: #6a1b9a !important;
}
.btn-purple.btn-darken-4:focus, .btn-purple.btn-darken-4:active {
  border-color: #6a1b9a !important;
  background-color: #4a148c !important;
}

.btn-outline-purple.btn-outline-darken-4 {
  border-color: #4a148c !important;
  color: #4a148c !important;
}
.btn-outline-purple.btn-outline-darken-4:hover {
  background-color: #4a148c !important;
}

input:focus ~ .bg-purple {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #4a148c !important;
}

.border-purple.border-darken-4 {
  border: 1px solid #4a148c !important;
}

.border-top-purple.border-top-darken-4 {
  border-top: 1px solid #4a148c !important;
}

.border-bottom-purple.border-bottom-darken-4 {
  border-bottom: 1px solid #4a148c !important;
}

.border-left-purple.border-left-darken-4 {
  border-left: 1px solid #4a148c !important;
}

.border-right-purple.border-right-darken-4 {
  border-right: 1px solid #4a148c !important;
}

.overlay-purple.overlay-darken-4 {
  background: #4a148c; /* The Fallback */
  background: rgba(74, 20, 140, 0.8);
}

.purple.accent-1 {
  color: #ea80fc !important;
}

.bg-purple.bg-accent-1 {
  background-color: #ea80fc !important;
}
.bg-purple.bg-accent-1.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(234, 128, 252, 0.6);
}

.btn-purple.btn-accent-1 {
  border-color: #7b1fa2 !important;
  background-color: #ea80fc !important;
}
.btn-purple.btn-accent-1:hover {
  border-color: #7b1fa2 !important;
  background-color: #6a1b9a !important;
}
.btn-purple.btn-accent-1:focus, .btn-purple.btn-accent-1:active {
  border-color: #6a1b9a !important;
  background-color: #4a148c !important;
}

.btn-outline-purple.btn-outline-accent-1 {
  border-color: #ea80fc !important;
  color: #ea80fc !important;
}
.btn-outline-purple.btn-outline-accent-1:hover {
  background-color: #ea80fc !important;
}

input:focus ~ .bg-purple {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ea80fc !important;
}

.border-purple.border-accent-1 {
  border: 1px solid #ea80fc !important;
}

.border-top-purple.border-top-accent-1 {
  border-top: 1px solid #ea80fc !important;
}

.border-bottom-purple.border-bottom-accent-1 {
  border-bottom: 1px solid #ea80fc !important;
}

.border-left-purple.border-left-accent-1 {
  border-left: 1px solid #ea80fc !important;
}

.border-right-purple.border-right-accent-1 {
  border-right: 1px solid #ea80fc !important;
}

.overlay-purple.overlay-accent-1 {
  background: #ea80fc; /* The Fallback */
  background: rgba(234, 128, 252, 0.8);
}

.purple.accent-2 {
  color: #e040fb !important;
}

.bg-purple.bg-accent-2 {
  background-color: #e040fb !important;
}
.bg-purple.bg-accent-2.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(224, 64, 251, 0.6);
}

.btn-purple.btn-accent-2 {
  border-color: #7b1fa2 !important;
  background-color: #e040fb !important;
}
.btn-purple.btn-accent-2:hover {
  border-color: #7b1fa2 !important;
  background-color: #6a1b9a !important;
}
.btn-purple.btn-accent-2:focus, .btn-purple.btn-accent-2:active {
  border-color: #6a1b9a !important;
  background-color: #4a148c !important;
}

.btn-outline-purple.btn-outline-accent-2 {
  border-color: #e040fb !important;
  color: #e040fb !important;
}
.btn-outline-purple.btn-outline-accent-2:hover {
  background-color: #e040fb !important;
}

input:focus ~ .bg-purple {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #e040fb !important;
}

.border-purple.border-accent-2 {
  border: 1px solid #e040fb !important;
}

.border-top-purple.border-top-accent-2 {
  border-top: 1px solid #e040fb !important;
}

.border-bottom-purple.border-bottom-accent-2 {
  border-bottom: 1px solid #e040fb !important;
}

.border-left-purple.border-left-accent-2 {
  border-left: 1px solid #e040fb !important;
}

.border-right-purple.border-right-accent-2 {
  border-right: 1px solid #e040fb !important;
}

.overlay-purple.overlay-accent-2 {
  background: #e040fb; /* The Fallback */
  background: rgba(224, 64, 251, 0.8);
}

.purple.accent-3 {
  color: #d500f9 !important;
}

.bg-purple.bg-accent-3 {
  background-color: #d500f9 !important;
}
.bg-purple.bg-accent-3.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(213, 0, 249, 0.6);
}

.btn-purple.btn-accent-3 {
  border-color: #7b1fa2 !important;
  background-color: #d500f9 !important;
}
.btn-purple.btn-accent-3:hover {
  border-color: #7b1fa2 !important;
  background-color: #6a1b9a !important;
}
.btn-purple.btn-accent-3:focus, .btn-purple.btn-accent-3:active {
  border-color: #6a1b9a !important;
  background-color: #4a148c !important;
}

.btn-outline-purple.btn-outline-accent-3 {
  border-color: #d500f9 !important;
  color: #d500f9 !important;
}
.btn-outline-purple.btn-outline-accent-3:hover {
  background-color: #d500f9 !important;
}

input:focus ~ .bg-purple {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #d500f9 !important;
}

.border-purple.border-accent-3 {
  border: 1px solid #d500f9 !important;
}

.border-top-purple.border-top-accent-3 {
  border-top: 1px solid #d500f9 !important;
}

.border-bottom-purple.border-bottom-accent-3 {
  border-bottom: 1px solid #d500f9 !important;
}

.border-left-purple.border-left-accent-3 {
  border-left: 1px solid #d500f9 !important;
}

.border-right-purple.border-right-accent-3 {
  border-right: 1px solid #d500f9 !important;
}

.overlay-purple.overlay-accent-3 {
  background: #d500f9; /* The Fallback */
  background: rgba(213, 0, 249, 0.8);
}

.purple.accent-4 {
  color: #dd00ff !important;
}

.bg-purple.bg-accent-4 {
  background-color: #dd00ff !important;
}
.bg-purple.bg-accent-4.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(221, 0, 255, 0.6);
}

.btn-purple.btn-accent-4 {
  border-color: #7b1fa2 !important;
  background-color: #dd00ff !important;
}
.btn-purple.btn-accent-4:hover {
  border-color: #7b1fa2 !important;
  background-color: #6a1b9a !important;
}
.btn-purple.btn-accent-4:focus, .btn-purple.btn-accent-4:active {
  border-color: #6a1b9a !important;
  background-color: #4a148c !important;
}

.btn-outline-purple.btn-outline-accent-4 {
  border-color: #dd00ff !important;
  color: #dd00ff !important;
}
.btn-outline-purple.btn-outline-accent-4:hover {
  background-color: #dd00ff !important;
}

input:focus ~ .bg-purple {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #dd00ff !important;
}

.border-purple.border-accent-4 {
  border: 1px solid #dd00ff !important;
}

.border-top-purple.border-top-accent-4 {
  border-top: 1px solid #dd00ff !important;
}

.border-bottom-purple.border-bottom-accent-4 {
  border-bottom: 1px solid #dd00ff !important;
}

.border-left-purple.border-left-accent-4 {
  border-left: 1px solid #dd00ff !important;
}

.border-right-purple.border-right-accent-4 {
  border-right: 1px solid #dd00ff !important;
}

.overlay-purple.overlay-accent-4 {
  background: #dd00ff; /* The Fallback */
  background: rgba(221, 0, 255, 0.8);
}

.blue.lighten-5 {
  color: #e3f2fd !important;
}

.bg-blue.bg-lighten-5 {
  background-color: #e3f2fd !important;
}
.bg-blue.bg-lighten-5.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(227, 242, 253, 0.6);
}

.btn-blue.btn-lighten-5 {
  border-color: #1976d2 !important;
  background-color: #e3f2fd !important;
}
.btn-blue.btn-lighten-5:hover {
  border-color: #1976d2 !important;
  background-color: #1565c0 !important;
}
.btn-blue.btn-lighten-5:focus, .btn-blue.btn-lighten-5:active {
  border-color: #1565c0 !important;
  background-color: #0d47a1 !important;
}

.btn-outline-blue.btn-outline-lighten-5 {
  border-color: #e3f2fd !important;
  color: #e3f2fd !important;
}
.btn-outline-blue.btn-outline-lighten-5:hover {
  background-color: #e3f2fd !important;
}

input:focus ~ .bg-blue {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #e3f2fd !important;
}

.border-blue.border-lighten-5 {
  border: 1px solid #e3f2fd !important;
}

.border-top-blue.border-top-lighten-5 {
  border-top: 1px solid #e3f2fd !important;
}

.border-bottom-blue.border-bottom-lighten-5 {
  border-bottom: 1px solid #e3f2fd !important;
}

.border-left-blue.border-left-lighten-5 {
  border-left: 1px solid #e3f2fd !important;
}

.border-right-blue.border-right-lighten-5 {
  border-right: 1px solid #e3f2fd !important;
}

.overlay-blue.overlay-lighten-5 {
  background: #e3f2fd; /* The Fallback */
  background: rgba(227, 242, 253, 0.8);
}

.blue.lighten-4 {
  color: #bbdefb !important;
}

.bg-blue.bg-lighten-4 {
  background-color: #bbdefb !important;
}
.bg-blue.bg-lighten-4.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(187, 222, 251, 0.6);
}

.btn-blue.btn-lighten-4 {
  border-color: #1976d2 !important;
  background-color: #bbdefb !important;
}
.btn-blue.btn-lighten-4:hover {
  border-color: #1976d2 !important;
  background-color: #1565c0 !important;
}
.btn-blue.btn-lighten-4:focus, .btn-blue.btn-lighten-4:active {
  border-color: #1565c0 !important;
  background-color: #0d47a1 !important;
}

.btn-outline-blue.btn-outline-lighten-4 {
  border-color: #bbdefb !important;
  color: #bbdefb !important;
}
.btn-outline-blue.btn-outline-lighten-4:hover {
  background-color: #bbdefb !important;
}

input:focus ~ .bg-blue {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #bbdefb !important;
}

.border-blue.border-lighten-4 {
  border: 1px solid #bbdefb !important;
}

.border-top-blue.border-top-lighten-4 {
  border-top: 1px solid #bbdefb !important;
}

.border-bottom-blue.border-bottom-lighten-4 {
  border-bottom: 1px solid #bbdefb !important;
}

.border-left-blue.border-left-lighten-4 {
  border-left: 1px solid #bbdefb !important;
}

.border-right-blue.border-right-lighten-4 {
  border-right: 1px solid #bbdefb !important;
}

.overlay-blue.overlay-lighten-4 {
  background: #bbdefb; /* The Fallback */
  background: rgba(187, 222, 251, 0.8);
}

.blue.lighten-3 {
  color: #90caf9 !important;
}

.bg-blue.bg-lighten-3 {
  background-color: #90caf9 !important;
}
.bg-blue.bg-lighten-3.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(144, 202, 249, 0.6);
}

.btn-blue.btn-lighten-3 {
  border-color: #1976d2 !important;
  background-color: #90caf9 !important;
}
.btn-blue.btn-lighten-3:hover {
  border-color: #1976d2 !important;
  background-color: #1565c0 !important;
}
.btn-blue.btn-lighten-3:focus, .btn-blue.btn-lighten-3:active {
  border-color: #1565c0 !important;
  background-color: #0d47a1 !important;
}

.btn-outline-blue.btn-outline-lighten-3 {
  border-color: #90caf9 !important;
  color: #90caf9 !important;
}
.btn-outline-blue.btn-outline-lighten-3:hover {
  background-color: #90caf9 !important;
}

input:focus ~ .bg-blue {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #90caf9 !important;
}

.border-blue.border-lighten-3 {
  border: 1px solid #90caf9 !important;
}

.border-top-blue.border-top-lighten-3 {
  border-top: 1px solid #90caf9 !important;
}

.border-bottom-blue.border-bottom-lighten-3 {
  border-bottom: 1px solid #90caf9 !important;
}

.border-left-blue.border-left-lighten-3 {
  border-left: 1px solid #90caf9 !important;
}

.border-right-blue.border-right-lighten-3 {
  border-right: 1px solid #90caf9 !important;
}

.overlay-blue.overlay-lighten-3 {
  background: #90caf9; /* The Fallback */
  background: rgba(144, 202, 249, 0.8);
}

.blue.lighten-2 {
  color: #64b5f6 !important;
}

.bg-blue.bg-lighten-2 {
  background-color: #64b5f6 !important;
}
.bg-blue.bg-lighten-2.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(100, 181, 246, 0.6);
}

.btn-blue.btn-lighten-2 {
  border-color: #1976d2 !important;
  background-color: #64b5f6 !important;
}
.btn-blue.btn-lighten-2:hover {
  border-color: #1976d2 !important;
  background-color: #1565c0 !important;
}
.btn-blue.btn-lighten-2:focus, .btn-blue.btn-lighten-2:active {
  border-color: #1565c0 !important;
  background-color: #0d47a1 !important;
}

.btn-outline-blue.btn-outline-lighten-2 {
  border-color: #64b5f6 !important;
  color: #64b5f6 !important;
}
.btn-outline-blue.btn-outline-lighten-2:hover {
  background-color: #64b5f6 !important;
}

input:focus ~ .bg-blue {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #64b5f6 !important;
}

.border-blue.border-lighten-2 {
  border: 1px solid #64b5f6 !important;
}

.border-top-blue.border-top-lighten-2 {
  border-top: 1px solid #64b5f6 !important;
}

.border-bottom-blue.border-bottom-lighten-2 {
  border-bottom: 1px solid #64b5f6 !important;
}

.border-left-blue.border-left-lighten-2 {
  border-left: 1px solid #64b5f6 !important;
}

.border-right-blue.border-right-lighten-2 {
  border-right: 1px solid #64b5f6 !important;
}

.overlay-blue.overlay-lighten-2 {
  background: #64b5f6; /* The Fallback */
  background: rgba(100, 181, 246, 0.8);
}

.blue.lighten-1 {
  color: #42a5f5 !important;
}

.bg-blue.bg-lighten-1 {
  background-color: #42a5f5 !important;
}
.bg-blue.bg-lighten-1.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(66, 165, 245, 0.6);
}

.btn-blue.btn-lighten-1 {
  border-color: #1976d2 !important;
  background-color: #42a5f5 !important;
}
.btn-blue.btn-lighten-1:hover {
  border-color: #1976d2 !important;
  background-color: #1565c0 !important;
}
.btn-blue.btn-lighten-1:focus, .btn-blue.btn-lighten-1:active {
  border-color: #1565c0 !important;
  background-color: #0d47a1 !important;
}

.btn-outline-blue.btn-outline-lighten-1 {
  border-color: #42a5f5 !important;
  color: #42a5f5 !important;
}
.btn-outline-blue.btn-outline-lighten-1:hover {
  background-color: #42a5f5 !important;
}

input:focus ~ .bg-blue {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #42a5f5 !important;
}

.border-blue.border-lighten-1 {
  border: 1px solid #42a5f5 !important;
}

.border-top-blue.border-top-lighten-1 {
  border-top: 1px solid #42a5f5 !important;
}

.border-bottom-blue.border-bottom-lighten-1 {
  border-bottom: 1px solid #42a5f5 !important;
}

.border-left-blue.border-left-lighten-1 {
  border-left: 1px solid #42a5f5 !important;
}

.border-right-blue.border-right-lighten-1 {
  border-right: 1px solid #42a5f5 !important;
}

.overlay-blue.overlay-lighten-1 {
  background: #42a5f5; /* The Fallback */
  background: rgba(66, 165, 245, 0.8);
}

.blue {
  color: #2196f3 !important;
}

.bg-blue {
  background-color: #2196f3 !important;
}
.bg-blue .card-header, .bg-blue .card-footer {
  background-color: transparent;
}
.bg-blue.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(33, 150, 243, 0.6);
}

.selectboxit.selectboxit-btn.bg-blue {
  background-color: #2196f3 !important;
}

.alert-blue {
  border-color: #2196f3 !important;
  background-color: #65b6f7 !important;
  color: #05365d !important;
}
.alert-blue .alert-link {
  color: #031f36 !important;
}

.border-blue {
  border-color: #2196f3;
}

.overlay-blue {
  background: #2196f3; /* The Fallback */
  background: rgba(33, 150, 243, 0.8);
}

.color-info.blue {
  background-color: #2196f3 !important;
}

.btn-blue {
  border-color: #1976d2 !important;
  background-color: #2196f3 !important;
  color: #FFFFFF;
}
.btn-blue:hover {
  border-color: #1e88e5 !important;
  background-color: #42a5f5 !important;
  color: #FFF !important;
}
.btn-blue:focus, .btn-blue:active {
  border-color: #1976d2 !important;
  background-color: #1565c0 !important;
  color: #FFF !important;
}
.btn-blue.btn-glow {
  box-shadow: 0px 1px 20px 1px rgba(33, 150, 243, 0.6);
}

.btn-outline-blue {
  border-color: #2196f3;
  background-color: transparent;
  color: #2196f3;
}
.btn-outline-blue:hover {
  background-color: #2196f3;
  color: #FFF !important;
}
.btn-outline-blue.btn-glow {
  box-shadow: 0px 1px 20px 1px rgba(33, 150, 243, 0.6);
}

input[type=checkbox].bg-blue + .custom-control-label:before, input[type=radio].bg-blue + .custom-control-label:before {
  background-color: #2196f3 !important;
}

/* .custom-control-label{
  &:before{
    background-color: #ddd !important;
  }
} */
input:focus ~ .bg-blue {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #2196f3 !important;
}

.border-blue {
  border: 1px solid #2196f3 !important;
}

.border-top-blue {
  border-top: 1px solid #2196f3;
}

.border-bottom-blue {
  border-bottom: 1px solid #2196f3;
}

.border-left-blue {
  border-left: 1px solid #2196f3;
}

.border-right-blue {
  border-right: 1px solid #2196f3;
}

.blue.darken-1 {
  color: #1e88e5 !important;
}

.bg-blue.bg-darken-1 {
  background-color: #1e88e5 !important;
}
.bg-blue.bg-darken-1.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(30, 136, 229, 0.6);
}

.btn-blue.btn-darken-1 {
  border-color: #1976d2 !important;
  background-color: #1e88e5 !important;
}
.btn-blue.btn-darken-1:hover {
  border-color: #1976d2 !important;
  background-color: #1565c0 !important;
}
.btn-blue.btn-darken-1:focus, .btn-blue.btn-darken-1:active {
  border-color: #1565c0 !important;
  background-color: #0d47a1 !important;
}

.btn-outline-blue.btn-outline-darken-1 {
  border-color: #1e88e5 !important;
  color: #1e88e5 !important;
}
.btn-outline-blue.btn-outline-darken-1:hover {
  background-color: #1e88e5 !important;
}

input:focus ~ .bg-blue {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #1e88e5 !important;
}

.border-blue.border-darken-1 {
  border: 1px solid #1e88e5 !important;
}

.border-top-blue.border-top-darken-1 {
  border-top: 1px solid #1e88e5 !important;
}

.border-bottom-blue.border-bottom-darken-1 {
  border-bottom: 1px solid #1e88e5 !important;
}

.border-left-blue.border-left-darken-1 {
  border-left: 1px solid #1e88e5 !important;
}

.border-right-blue.border-right-darken-1 {
  border-right: 1px solid #1e88e5 !important;
}

.overlay-blue.overlay-darken-1 {
  background: #1e88e5; /* The Fallback */
  background: rgba(30, 136, 229, 0.8);
}

.blue.darken-2 {
  color: #1976d2 !important;
}

.bg-blue.bg-darken-2 {
  background-color: #1976d2 !important;
}
.bg-blue.bg-darken-2.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(25, 118, 210, 0.6);
}

.btn-blue.btn-darken-2 {
  border-color: #1976d2 !important;
  background-color: #1976d2 !important;
}
.btn-blue.btn-darken-2:hover {
  border-color: #1976d2 !important;
  background-color: #1565c0 !important;
}
.btn-blue.btn-darken-2:focus, .btn-blue.btn-darken-2:active {
  border-color: #1565c0 !important;
  background-color: #0d47a1 !important;
}

.btn-outline-blue.btn-outline-darken-2 {
  border-color: #1976d2 !important;
  color: #1976d2 !important;
}
.btn-outline-blue.btn-outline-darken-2:hover {
  background-color: #1976d2 !important;
}

input:focus ~ .bg-blue {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #1976d2 !important;
}

.border-blue.border-darken-2 {
  border: 1px solid #1976d2 !important;
}

.border-top-blue.border-top-darken-2 {
  border-top: 1px solid #1976d2 !important;
}

.border-bottom-blue.border-bottom-darken-2 {
  border-bottom: 1px solid #1976d2 !important;
}

.border-left-blue.border-left-darken-2 {
  border-left: 1px solid #1976d2 !important;
}

.border-right-blue.border-right-darken-2 {
  border-right: 1px solid #1976d2 !important;
}

.overlay-blue.overlay-darken-2 {
  background: #1976d2; /* The Fallback */
  background: rgba(25, 118, 210, 0.8);
}

.blue.darken-3 {
  color: #1565c0 !important;
}

.bg-blue.bg-darken-3 {
  background-color: #1565c0 !important;
}
.bg-blue.bg-darken-3.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(21, 101, 192, 0.6);
}

.btn-blue.btn-darken-3 {
  border-color: #1976d2 !important;
  background-color: #1565c0 !important;
}
.btn-blue.btn-darken-3:hover {
  border-color: #1976d2 !important;
  background-color: #1565c0 !important;
}
.btn-blue.btn-darken-3:focus, .btn-blue.btn-darken-3:active {
  border-color: #1565c0 !important;
  background-color: #0d47a1 !important;
}

.btn-outline-blue.btn-outline-darken-3 {
  border-color: #1565c0 !important;
  color: #1565c0 !important;
}
.btn-outline-blue.btn-outline-darken-3:hover {
  background-color: #1565c0 !important;
}

input:focus ~ .bg-blue {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #1565c0 !important;
}

.border-blue.border-darken-3 {
  border: 1px solid #1565c0 !important;
}

.border-top-blue.border-top-darken-3 {
  border-top: 1px solid #1565c0 !important;
}

.border-bottom-blue.border-bottom-darken-3 {
  border-bottom: 1px solid #1565c0 !important;
}

.border-left-blue.border-left-darken-3 {
  border-left: 1px solid #1565c0 !important;
}

.border-right-blue.border-right-darken-3 {
  border-right: 1px solid #1565c0 !important;
}

.overlay-blue.overlay-darken-3 {
  background: #1565c0; /* The Fallback */
  background: rgba(21, 101, 192, 0.8);
}

.blue.darken-4 {
  color: #0d47a1 !important;
}

.bg-blue.bg-darken-4 {
  background-color: #0d47a1 !important;
}
.bg-blue.bg-darken-4.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(13, 71, 161, 0.6);
}

.btn-blue.btn-darken-4 {
  border-color: #1976d2 !important;
  background-color: #0d47a1 !important;
}
.btn-blue.btn-darken-4:hover {
  border-color: #1976d2 !important;
  background-color: #1565c0 !important;
}
.btn-blue.btn-darken-4:focus, .btn-blue.btn-darken-4:active {
  border-color: #1565c0 !important;
  background-color: #0d47a1 !important;
}

.btn-outline-blue.btn-outline-darken-4 {
  border-color: #0d47a1 !important;
  color: #0d47a1 !important;
}
.btn-outline-blue.btn-outline-darken-4:hover {
  background-color: #0d47a1 !important;
}

input:focus ~ .bg-blue {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #0d47a1 !important;
}

.border-blue.border-darken-4 {
  border: 1px solid #0d47a1 !important;
}

.border-top-blue.border-top-darken-4 {
  border-top: 1px solid #0d47a1 !important;
}

.border-bottom-blue.border-bottom-darken-4 {
  border-bottom: 1px solid #0d47a1 !important;
}

.border-left-blue.border-left-darken-4 {
  border-left: 1px solid #0d47a1 !important;
}

.border-right-blue.border-right-darken-4 {
  border-right: 1px solid #0d47a1 !important;
}

.overlay-blue.overlay-darken-4 {
  background: #0d47a1; /* The Fallback */
  background: rgba(13, 71, 161, 0.8);
}

.blue.accent-1 {
  color: #82b1ff !important;
}

.bg-blue.bg-accent-1 {
  background-color: #82b1ff !important;
}
.bg-blue.bg-accent-1.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(130, 177, 255, 0.6);
}

.btn-blue.btn-accent-1 {
  border-color: #1976d2 !important;
  background-color: #82b1ff !important;
}
.btn-blue.btn-accent-1:hover {
  border-color: #1976d2 !important;
  background-color: #1565c0 !important;
}
.btn-blue.btn-accent-1:focus, .btn-blue.btn-accent-1:active {
  border-color: #1565c0 !important;
  background-color: #0d47a1 !important;
}

.btn-outline-blue.btn-outline-accent-1 {
  border-color: #82b1ff !important;
  color: #82b1ff !important;
}
.btn-outline-blue.btn-outline-accent-1:hover {
  background-color: #82b1ff !important;
}

input:focus ~ .bg-blue {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #82b1ff !important;
}

.border-blue.border-accent-1 {
  border: 1px solid #82b1ff !important;
}

.border-top-blue.border-top-accent-1 {
  border-top: 1px solid #82b1ff !important;
}

.border-bottom-blue.border-bottom-accent-1 {
  border-bottom: 1px solid #82b1ff !important;
}

.border-left-blue.border-left-accent-1 {
  border-left: 1px solid #82b1ff !important;
}

.border-right-blue.border-right-accent-1 {
  border-right: 1px solid #82b1ff !important;
}

.overlay-blue.overlay-accent-1 {
  background: #82b1ff; /* The Fallback */
  background: rgba(130, 177, 255, 0.8);
}

.blue.accent-2 {
  color: #448aff !important;
}

.bg-blue.bg-accent-2 {
  background-color: #448aff !important;
}
.bg-blue.bg-accent-2.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(68, 138, 255, 0.6);
}

.btn-blue.btn-accent-2 {
  border-color: #1976d2 !important;
  background-color: #448aff !important;
}
.btn-blue.btn-accent-2:hover {
  border-color: #1976d2 !important;
  background-color: #1565c0 !important;
}
.btn-blue.btn-accent-2:focus, .btn-blue.btn-accent-2:active {
  border-color: #1565c0 !important;
  background-color: #0d47a1 !important;
}

.btn-outline-blue.btn-outline-accent-2 {
  border-color: #448aff !important;
  color: #448aff !important;
}
.btn-outline-blue.btn-outline-accent-2:hover {
  background-color: #448aff !important;
}

input:focus ~ .bg-blue {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #448aff !important;
}

.border-blue.border-accent-2 {
  border: 1px solid #448aff !important;
}

.border-top-blue.border-top-accent-2 {
  border-top: 1px solid #448aff !important;
}

.border-bottom-blue.border-bottom-accent-2 {
  border-bottom: 1px solid #448aff !important;
}

.border-left-blue.border-left-accent-2 {
  border-left: 1px solid #448aff !important;
}

.border-right-blue.border-right-accent-2 {
  border-right: 1px solid #448aff !important;
}

.overlay-blue.overlay-accent-2 {
  background: #448aff; /* The Fallback */
  background: rgba(68, 138, 255, 0.8);
}

.blue.accent-3 {
  color: #2979ff !important;
}

.bg-blue.bg-accent-3 {
  background-color: #2979ff !important;
}
.bg-blue.bg-accent-3.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(41, 121, 255, 0.6);
}

.btn-blue.btn-accent-3 {
  border-color: #1976d2 !important;
  background-color: #2979ff !important;
}
.btn-blue.btn-accent-3:hover {
  border-color: #1976d2 !important;
  background-color: #1565c0 !important;
}
.btn-blue.btn-accent-3:focus, .btn-blue.btn-accent-3:active {
  border-color: #1565c0 !important;
  background-color: #0d47a1 !important;
}

.btn-outline-blue.btn-outline-accent-3 {
  border-color: #2979ff !important;
  color: #2979ff !important;
}
.btn-outline-blue.btn-outline-accent-3:hover {
  background-color: #2979ff !important;
}

input:focus ~ .bg-blue {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #2979ff !important;
}

.border-blue.border-accent-3 {
  border: 1px solid #2979ff !important;
}

.border-top-blue.border-top-accent-3 {
  border-top: 1px solid #2979ff !important;
}

.border-bottom-blue.border-bottom-accent-3 {
  border-bottom: 1px solid #2979ff !important;
}

.border-left-blue.border-left-accent-3 {
  border-left: 1px solid #2979ff !important;
}

.border-right-blue.border-right-accent-3 {
  border-right: 1px solid #2979ff !important;
}

.overlay-blue.overlay-accent-3 {
  background: #2979ff; /* The Fallback */
  background: rgba(41, 121, 255, 0.8);
}

.blue.accent-4 {
  color: #2962ff !important;
}

.bg-blue.bg-accent-4 {
  background-color: #2962ff !important;
}
.bg-blue.bg-accent-4.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(41, 98, 255, 0.6);
}

.btn-blue.btn-accent-4 {
  border-color: #1976d2 !important;
  background-color: #2962ff !important;
}
.btn-blue.btn-accent-4:hover {
  border-color: #1976d2 !important;
  background-color: #1565c0 !important;
}
.btn-blue.btn-accent-4:focus, .btn-blue.btn-accent-4:active {
  border-color: #1565c0 !important;
  background-color: #0d47a1 !important;
}

.btn-outline-blue.btn-outline-accent-4 {
  border-color: #2962ff !important;
  color: #2962ff !important;
}
.btn-outline-blue.btn-outline-accent-4:hover {
  background-color: #2962ff !important;
}

input:focus ~ .bg-blue {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #2962ff !important;
}

.border-blue.border-accent-4 {
  border: 1px solid #2962ff !important;
}

.border-top-blue.border-top-accent-4 {
  border-top: 1px solid #2962ff !important;
}

.border-bottom-blue.border-bottom-accent-4 {
  border-bottom: 1px solid #2962ff !important;
}

.border-left-blue.border-left-accent-4 {
  border-left: 1px solid #2962ff !important;
}

.border-right-blue.border-right-accent-4 {
  border-right: 1px solid #2962ff !important;
}

.overlay-blue.overlay-accent-4 {
  background: #2962ff; /* The Fallback */
  background: rgba(41, 98, 255, 0.8);
}

.cyan.lighten-5 {
  color: #e0f7fa !important;
}

.bg-cyan.bg-lighten-5 {
  background-color: #e0f7fa !important;
}
.bg-cyan.bg-lighten-5.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(224, 247, 250, 0.6);
}

.btn-cyan.btn-lighten-5 {
  border-color: #0097a7 !important;
  background-color: #e0f7fa !important;
}
.btn-cyan.btn-lighten-5:hover {
  border-color: #0097a7 !important;
  background-color: #00838f !important;
}
.btn-cyan.btn-lighten-5:focus, .btn-cyan.btn-lighten-5:active {
  border-color: #00838f !important;
  background-color: #006064 !important;
}

.btn-outline-cyan.btn-outline-lighten-5 {
  border-color: #e0f7fa !important;
  color: #e0f7fa !important;
}
.btn-outline-cyan.btn-outline-lighten-5:hover {
  background-color: #e0f7fa !important;
}

input:focus ~ .bg-cyan {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #e0f7fa !important;
}

.border-cyan.border-lighten-5 {
  border: 1px solid #e0f7fa !important;
}

.border-top-cyan.border-top-lighten-5 {
  border-top: 1px solid #e0f7fa !important;
}

.border-bottom-cyan.border-bottom-lighten-5 {
  border-bottom: 1px solid #e0f7fa !important;
}

.border-left-cyan.border-left-lighten-5 {
  border-left: 1px solid #e0f7fa !important;
}

.border-right-cyan.border-right-lighten-5 {
  border-right: 1px solid #e0f7fa !important;
}

.overlay-cyan.overlay-lighten-5 {
  background: #e0f7fa; /* The Fallback */
  background: rgba(224, 247, 250, 0.8);
}

.cyan.lighten-4 {
  color: #b2ebf2 !important;
}

.bg-cyan.bg-lighten-4 {
  background-color: #b2ebf2 !important;
}
.bg-cyan.bg-lighten-4.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(178, 235, 242, 0.6);
}

.btn-cyan.btn-lighten-4 {
  border-color: #0097a7 !important;
  background-color: #b2ebf2 !important;
}
.btn-cyan.btn-lighten-4:hover {
  border-color: #0097a7 !important;
  background-color: #00838f !important;
}
.btn-cyan.btn-lighten-4:focus, .btn-cyan.btn-lighten-4:active {
  border-color: #00838f !important;
  background-color: #006064 !important;
}

.btn-outline-cyan.btn-outline-lighten-4 {
  border-color: #b2ebf2 !important;
  color: #b2ebf2 !important;
}
.btn-outline-cyan.btn-outline-lighten-4:hover {
  background-color: #b2ebf2 !important;
}

input:focus ~ .bg-cyan {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #b2ebf2 !important;
}

.border-cyan.border-lighten-4 {
  border: 1px solid #b2ebf2 !important;
}

.border-top-cyan.border-top-lighten-4 {
  border-top: 1px solid #b2ebf2 !important;
}

.border-bottom-cyan.border-bottom-lighten-4 {
  border-bottom: 1px solid #b2ebf2 !important;
}

.border-left-cyan.border-left-lighten-4 {
  border-left: 1px solid #b2ebf2 !important;
}

.border-right-cyan.border-right-lighten-4 {
  border-right: 1px solid #b2ebf2 !important;
}

.overlay-cyan.overlay-lighten-4 {
  background: #b2ebf2; /* The Fallback */
  background: rgba(178, 235, 242, 0.8);
}

.cyan.lighten-3 {
  color: #80deea !important;
}

.bg-cyan.bg-lighten-3 {
  background-color: #80deea !important;
}
.bg-cyan.bg-lighten-3.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(128, 222, 234, 0.6);
}

.btn-cyan.btn-lighten-3 {
  border-color: #0097a7 !important;
  background-color: #80deea !important;
}
.btn-cyan.btn-lighten-3:hover {
  border-color: #0097a7 !important;
  background-color: #00838f !important;
}
.btn-cyan.btn-lighten-3:focus, .btn-cyan.btn-lighten-3:active {
  border-color: #00838f !important;
  background-color: #006064 !important;
}

.btn-outline-cyan.btn-outline-lighten-3 {
  border-color: #80deea !important;
  color: #80deea !important;
}
.btn-outline-cyan.btn-outline-lighten-3:hover {
  background-color: #80deea !important;
}

input:focus ~ .bg-cyan {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #80deea !important;
}

.border-cyan.border-lighten-3 {
  border: 1px solid #80deea !important;
}

.border-top-cyan.border-top-lighten-3 {
  border-top: 1px solid #80deea !important;
}

.border-bottom-cyan.border-bottom-lighten-3 {
  border-bottom: 1px solid #80deea !important;
}

.border-left-cyan.border-left-lighten-3 {
  border-left: 1px solid #80deea !important;
}

.border-right-cyan.border-right-lighten-3 {
  border-right: 1px solid #80deea !important;
}

.overlay-cyan.overlay-lighten-3 {
  background: #80deea; /* The Fallback */
  background: rgba(128, 222, 234, 0.8);
}

.cyan.lighten-2 {
  color: #4dd0e1 !important;
}

.bg-cyan.bg-lighten-2 {
  background-color: #4dd0e1 !important;
}
.bg-cyan.bg-lighten-2.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(77, 208, 225, 0.6);
}

.btn-cyan.btn-lighten-2 {
  border-color: #0097a7 !important;
  background-color: #4dd0e1 !important;
}
.btn-cyan.btn-lighten-2:hover {
  border-color: #0097a7 !important;
  background-color: #00838f !important;
}
.btn-cyan.btn-lighten-2:focus, .btn-cyan.btn-lighten-2:active {
  border-color: #00838f !important;
  background-color: #006064 !important;
}

.btn-outline-cyan.btn-outline-lighten-2 {
  border-color: #4dd0e1 !important;
  color: #4dd0e1 !important;
}
.btn-outline-cyan.btn-outline-lighten-2:hover {
  background-color: #4dd0e1 !important;
}

input:focus ~ .bg-cyan {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #4dd0e1 !important;
}

.border-cyan.border-lighten-2 {
  border: 1px solid #4dd0e1 !important;
}

.border-top-cyan.border-top-lighten-2 {
  border-top: 1px solid #4dd0e1 !important;
}

.border-bottom-cyan.border-bottom-lighten-2 {
  border-bottom: 1px solid #4dd0e1 !important;
}

.border-left-cyan.border-left-lighten-2 {
  border-left: 1px solid #4dd0e1 !important;
}

.border-right-cyan.border-right-lighten-2 {
  border-right: 1px solid #4dd0e1 !important;
}

.overlay-cyan.overlay-lighten-2 {
  background: #4dd0e1; /* The Fallback */
  background: rgba(77, 208, 225, 0.8);
}

.cyan.lighten-1 {
  color: #26c6da !important;
}

.bg-cyan.bg-lighten-1 {
  background-color: #26c6da !important;
}
.bg-cyan.bg-lighten-1.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(38, 198, 218, 0.6);
}

.btn-cyan.btn-lighten-1 {
  border-color: #0097a7 !important;
  background-color: #26c6da !important;
}
.btn-cyan.btn-lighten-1:hover {
  border-color: #0097a7 !important;
  background-color: #00838f !important;
}
.btn-cyan.btn-lighten-1:focus, .btn-cyan.btn-lighten-1:active {
  border-color: #00838f !important;
  background-color: #006064 !important;
}

.btn-outline-cyan.btn-outline-lighten-1 {
  border-color: #26c6da !important;
  color: #26c6da !important;
}
.btn-outline-cyan.btn-outline-lighten-1:hover {
  background-color: #26c6da !important;
}

input:focus ~ .bg-cyan {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #26c6da !important;
}

.border-cyan.border-lighten-1 {
  border: 1px solid #26c6da !important;
}

.border-top-cyan.border-top-lighten-1 {
  border-top: 1px solid #26c6da !important;
}

.border-bottom-cyan.border-bottom-lighten-1 {
  border-bottom: 1px solid #26c6da !important;
}

.border-left-cyan.border-left-lighten-1 {
  border-left: 1px solid #26c6da !important;
}

.border-right-cyan.border-right-lighten-1 {
  border-right: 1px solid #26c6da !important;
}

.overlay-cyan.overlay-lighten-1 {
  background: #26c6da; /* The Fallback */
  background: rgba(38, 198, 218, 0.8);
}

.cyan {
  color: #00bcd4 !important;
}

.bg-cyan {
  background-color: #00bcd4 !important;
}
.bg-cyan .card-header, .bg-cyan .card-footer {
  background-color: transparent;
}
.bg-cyan.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(0, 188, 212, 0.6);
}

.selectboxit.selectboxit-btn.bg-cyan {
  background-color: #00bcd4 !important;
}

.alert-cyan {
  border-color: #00bcd4 !important;
  background-color: #1ce5ff !important;
  color: #001e22 !important;
}
.alert-cyan .alert-link {
  color: black !important;
}

.border-cyan {
  border-color: #00bcd4;
}

.overlay-cyan {
  background: #00bcd4; /* The Fallback */
  background: rgba(0, 188, 212, 0.8);
}

.color-info.cyan {
  background-color: #00bcd4 !important;
}

.btn-cyan {
  border-color: #0097a7 !important;
  background-color: #00bcd4 !important;
  color: #FFFFFF;
}
.btn-cyan:hover {
  border-color: #00acc1 !important;
  background-color: #26c6da !important;
  color: #FFF !important;
}
.btn-cyan:focus, .btn-cyan:active {
  border-color: #0097a7 !important;
  background-color: #00838f !important;
  color: #FFF !important;
}
.btn-cyan.btn-glow {
  box-shadow: 0px 1px 20px 1px rgba(0, 188, 212, 0.6);
}

.btn-outline-cyan {
  border-color: #00bcd4;
  background-color: transparent;
  color: #00bcd4;
}
.btn-outline-cyan:hover {
  background-color: #00bcd4;
  color: #FFF !important;
}
.btn-outline-cyan.btn-glow {
  box-shadow: 0px 1px 20px 1px rgba(0, 188, 212, 0.6);
}

input[type=checkbox].bg-cyan + .custom-control-label:before, input[type=radio].bg-cyan + .custom-control-label:before {
  background-color: #00bcd4 !important;
}

/* .custom-control-label{
  &:before{
    background-color: #ddd !important;
  }
} */
input:focus ~ .bg-cyan {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #00bcd4 !important;
}

.border-cyan {
  border: 1px solid #00bcd4 !important;
}

.border-top-cyan {
  border-top: 1px solid #00bcd4;
}

.border-bottom-cyan {
  border-bottom: 1px solid #00bcd4;
}

.border-left-cyan {
  border-left: 1px solid #00bcd4;
}

.border-right-cyan {
  border-right: 1px solid #00bcd4;
}

.cyan.darken-1 {
  color: #00acc1 !important;
}

.bg-cyan.bg-darken-1 {
  background-color: #00acc1 !important;
}
.bg-cyan.bg-darken-1.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(0, 172, 193, 0.6);
}

.btn-cyan.btn-darken-1 {
  border-color: #0097a7 !important;
  background-color: #00acc1 !important;
}
.btn-cyan.btn-darken-1:hover {
  border-color: #0097a7 !important;
  background-color: #00838f !important;
}
.btn-cyan.btn-darken-1:focus, .btn-cyan.btn-darken-1:active {
  border-color: #00838f !important;
  background-color: #006064 !important;
}

.btn-outline-cyan.btn-outline-darken-1 {
  border-color: #00acc1 !important;
  color: #00acc1 !important;
}
.btn-outline-cyan.btn-outline-darken-1:hover {
  background-color: #00acc1 !important;
}

input:focus ~ .bg-cyan {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #00acc1 !important;
}

.border-cyan.border-darken-1 {
  border: 1px solid #00acc1 !important;
}

.border-top-cyan.border-top-darken-1 {
  border-top: 1px solid #00acc1 !important;
}

.border-bottom-cyan.border-bottom-darken-1 {
  border-bottom: 1px solid #00acc1 !important;
}

.border-left-cyan.border-left-darken-1 {
  border-left: 1px solid #00acc1 !important;
}

.border-right-cyan.border-right-darken-1 {
  border-right: 1px solid #00acc1 !important;
}

.overlay-cyan.overlay-darken-1 {
  background: #00acc1; /* The Fallback */
  background: rgba(0, 172, 193, 0.8);
}

.cyan.darken-2 {
  color: #0097a7 !important;
}

.bg-cyan.bg-darken-2 {
  background-color: #0097a7 !important;
}
.bg-cyan.bg-darken-2.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(0, 151, 167, 0.6);
}

.btn-cyan.btn-darken-2 {
  border-color: #0097a7 !important;
  background-color: #0097a7 !important;
}
.btn-cyan.btn-darken-2:hover {
  border-color: #0097a7 !important;
  background-color: #00838f !important;
}
.btn-cyan.btn-darken-2:focus, .btn-cyan.btn-darken-2:active {
  border-color: #00838f !important;
  background-color: #006064 !important;
}

.btn-outline-cyan.btn-outline-darken-2 {
  border-color: #0097a7 !important;
  color: #0097a7 !important;
}
.btn-outline-cyan.btn-outline-darken-2:hover {
  background-color: #0097a7 !important;
}

input:focus ~ .bg-cyan {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #0097a7 !important;
}

.border-cyan.border-darken-2 {
  border: 1px solid #0097a7 !important;
}

.border-top-cyan.border-top-darken-2 {
  border-top: 1px solid #0097a7 !important;
}

.border-bottom-cyan.border-bottom-darken-2 {
  border-bottom: 1px solid #0097a7 !important;
}

.border-left-cyan.border-left-darken-2 {
  border-left: 1px solid #0097a7 !important;
}

.border-right-cyan.border-right-darken-2 {
  border-right: 1px solid #0097a7 !important;
}

.overlay-cyan.overlay-darken-2 {
  background: #0097a7; /* The Fallback */
  background: rgba(0, 151, 167, 0.8);
}

.cyan.darken-3 {
  color: #00838f !important;
}

.bg-cyan.bg-darken-3 {
  background-color: #00838f !important;
}
.bg-cyan.bg-darken-3.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(0, 131, 143, 0.6);
}

.btn-cyan.btn-darken-3 {
  border-color: #0097a7 !important;
  background-color: #00838f !important;
}
.btn-cyan.btn-darken-3:hover {
  border-color: #0097a7 !important;
  background-color: #00838f !important;
}
.btn-cyan.btn-darken-3:focus, .btn-cyan.btn-darken-3:active {
  border-color: #00838f !important;
  background-color: #006064 !important;
}

.btn-outline-cyan.btn-outline-darken-3 {
  border-color: #00838f !important;
  color: #00838f !important;
}
.btn-outline-cyan.btn-outline-darken-3:hover {
  background-color: #00838f !important;
}

input:focus ~ .bg-cyan {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #00838f !important;
}

.border-cyan.border-darken-3 {
  border: 1px solid #00838f !important;
}

.border-top-cyan.border-top-darken-3 {
  border-top: 1px solid #00838f !important;
}

.border-bottom-cyan.border-bottom-darken-3 {
  border-bottom: 1px solid #00838f !important;
}

.border-left-cyan.border-left-darken-3 {
  border-left: 1px solid #00838f !important;
}

.border-right-cyan.border-right-darken-3 {
  border-right: 1px solid #00838f !important;
}

.overlay-cyan.overlay-darken-3 {
  background: #00838f; /* The Fallback */
  background: rgba(0, 131, 143, 0.8);
}

.cyan.darken-4 {
  color: #006064 !important;
}

.bg-cyan.bg-darken-4 {
  background-color: #006064 !important;
}
.bg-cyan.bg-darken-4.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(0, 96, 100, 0.6);
}

.btn-cyan.btn-darken-4 {
  border-color: #0097a7 !important;
  background-color: #006064 !important;
}
.btn-cyan.btn-darken-4:hover {
  border-color: #0097a7 !important;
  background-color: #00838f !important;
}
.btn-cyan.btn-darken-4:focus, .btn-cyan.btn-darken-4:active {
  border-color: #00838f !important;
  background-color: #006064 !important;
}

.btn-outline-cyan.btn-outline-darken-4 {
  border-color: #006064 !important;
  color: #006064 !important;
}
.btn-outline-cyan.btn-outline-darken-4:hover {
  background-color: #006064 !important;
}

input:focus ~ .bg-cyan {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #006064 !important;
}

.border-cyan.border-darken-4 {
  border: 1px solid #006064 !important;
}

.border-top-cyan.border-top-darken-4 {
  border-top: 1px solid #006064 !important;
}

.border-bottom-cyan.border-bottom-darken-4 {
  border-bottom: 1px solid #006064 !important;
}

.border-left-cyan.border-left-darken-4 {
  border-left: 1px solid #006064 !important;
}

.border-right-cyan.border-right-darken-4 {
  border-right: 1px solid #006064 !important;
}

.overlay-cyan.overlay-darken-4 {
  background: #006064; /* The Fallback */
  background: rgba(0, 96, 100, 0.8);
}

.cyan.accent-1 {
  color: #84ffff !important;
}

.bg-cyan.bg-accent-1 {
  background-color: #84ffff !important;
}
.bg-cyan.bg-accent-1.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(132, 255, 255, 0.6);
}

.btn-cyan.btn-accent-1 {
  border-color: #0097a7 !important;
  background-color: #84ffff !important;
}
.btn-cyan.btn-accent-1:hover {
  border-color: #0097a7 !important;
  background-color: #00838f !important;
}
.btn-cyan.btn-accent-1:focus, .btn-cyan.btn-accent-1:active {
  border-color: #00838f !important;
  background-color: #006064 !important;
}

.btn-outline-cyan.btn-outline-accent-1 {
  border-color: #84ffff !important;
  color: #84ffff !important;
}
.btn-outline-cyan.btn-outline-accent-1:hover {
  background-color: #84ffff !important;
}

input:focus ~ .bg-cyan {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #84ffff !important;
}

.border-cyan.border-accent-1 {
  border: 1px solid #84ffff !important;
}

.border-top-cyan.border-top-accent-1 {
  border-top: 1px solid #84ffff !important;
}

.border-bottom-cyan.border-bottom-accent-1 {
  border-bottom: 1px solid #84ffff !important;
}

.border-left-cyan.border-left-accent-1 {
  border-left: 1px solid #84ffff !important;
}

.border-right-cyan.border-right-accent-1 {
  border-right: 1px solid #84ffff !important;
}

.overlay-cyan.overlay-accent-1 {
  background: #84ffff; /* The Fallback */
  background: rgba(132, 255, 255, 0.8);
}

.cyan.accent-2 {
  color: #18ffff !important;
}

.bg-cyan.bg-accent-2 {
  background-color: #18ffff !important;
}
.bg-cyan.bg-accent-2.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(24, 255, 255, 0.6);
}

.btn-cyan.btn-accent-2 {
  border-color: #0097a7 !important;
  background-color: #18ffff !important;
}
.btn-cyan.btn-accent-2:hover {
  border-color: #0097a7 !important;
  background-color: #00838f !important;
}
.btn-cyan.btn-accent-2:focus, .btn-cyan.btn-accent-2:active {
  border-color: #00838f !important;
  background-color: #006064 !important;
}

.btn-outline-cyan.btn-outline-accent-2 {
  border-color: #18ffff !important;
  color: #18ffff !important;
}
.btn-outline-cyan.btn-outline-accent-2:hover {
  background-color: #18ffff !important;
}

input:focus ~ .bg-cyan {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #18ffff !important;
}

.border-cyan.border-accent-2 {
  border: 1px solid #18ffff !important;
}

.border-top-cyan.border-top-accent-2 {
  border-top: 1px solid #18ffff !important;
}

.border-bottom-cyan.border-bottom-accent-2 {
  border-bottom: 1px solid #18ffff !important;
}

.border-left-cyan.border-left-accent-2 {
  border-left: 1px solid #18ffff !important;
}

.border-right-cyan.border-right-accent-2 {
  border-right: 1px solid #18ffff !important;
}

.overlay-cyan.overlay-accent-2 {
  background: #18ffff; /* The Fallback */
  background: rgba(24, 255, 255, 0.8);
}

.cyan.accent-3 {
  color: #00e5ff !important;
}

.bg-cyan.bg-accent-3 {
  background-color: #00e5ff !important;
}
.bg-cyan.bg-accent-3.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(0, 229, 255, 0.6);
}

.btn-cyan.btn-accent-3 {
  border-color: #0097a7 !important;
  background-color: #00e5ff !important;
}
.btn-cyan.btn-accent-3:hover {
  border-color: #0097a7 !important;
  background-color: #00838f !important;
}
.btn-cyan.btn-accent-3:focus, .btn-cyan.btn-accent-3:active {
  border-color: #00838f !important;
  background-color: #006064 !important;
}

.btn-outline-cyan.btn-outline-accent-3 {
  border-color: #00e5ff !important;
  color: #00e5ff !important;
}
.btn-outline-cyan.btn-outline-accent-3:hover {
  background-color: #00e5ff !important;
}

input:focus ~ .bg-cyan {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #00e5ff !important;
}

.border-cyan.border-accent-3 {
  border: 1px solid #00e5ff !important;
}

.border-top-cyan.border-top-accent-3 {
  border-top: 1px solid #00e5ff !important;
}

.border-bottom-cyan.border-bottom-accent-3 {
  border-bottom: 1px solid #00e5ff !important;
}

.border-left-cyan.border-left-accent-3 {
  border-left: 1px solid #00e5ff !important;
}

.border-right-cyan.border-right-accent-3 {
  border-right: 1px solid #00e5ff !important;
}

.overlay-cyan.overlay-accent-3 {
  background: #00e5ff; /* The Fallback */
  background: rgba(0, 229, 255, 0.8);
}

.cyan.accent-4 {
  color: #00b8d4 !important;
}

.bg-cyan.bg-accent-4 {
  background-color: #00b8d4 !important;
}
.bg-cyan.bg-accent-4.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(0, 184, 212, 0.6);
}

.btn-cyan.btn-accent-4 {
  border-color: #0097a7 !important;
  background-color: #00b8d4 !important;
}
.btn-cyan.btn-accent-4:hover {
  border-color: #0097a7 !important;
  background-color: #00838f !important;
}
.btn-cyan.btn-accent-4:focus, .btn-cyan.btn-accent-4:active {
  border-color: #00838f !important;
  background-color: #006064 !important;
}

.btn-outline-cyan.btn-outline-accent-4 {
  border-color: #00b8d4 !important;
  color: #00b8d4 !important;
}
.btn-outline-cyan.btn-outline-accent-4:hover {
  background-color: #00b8d4 !important;
}

input:focus ~ .bg-cyan {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #00b8d4 !important;
}

.border-cyan.border-accent-4 {
  border: 1px solid #00b8d4 !important;
}

.border-top-cyan.border-top-accent-4 {
  border-top: 1px solid #00b8d4 !important;
}

.border-bottom-cyan.border-bottom-accent-4 {
  border-bottom: 1px solid #00b8d4 !important;
}

.border-left-cyan.border-left-accent-4 {
  border-left: 1px solid #00b8d4 !important;
}

.border-right-cyan.border-right-accent-4 {
  border-right: 1px solid #00b8d4 !important;
}

.overlay-cyan.overlay-accent-4 {
  background: #00b8d4; /* The Fallback */
  background: rgba(0, 184, 212, 0.8);
}

.teal.lighten-5 {
  color: #e0f2f1 !important;
}

.bg-teal.bg-lighten-5 {
  background-color: #e0f2f1 !important;
}
.bg-teal.bg-lighten-5.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(224, 242, 241, 0.6);
}

.btn-teal.btn-lighten-5 {
  border-color: #00796b !important;
  background-color: #e0f2f1 !important;
}
.btn-teal.btn-lighten-5:hover {
  border-color: #00796b !important;
  background-color: #00695c !important;
}
.btn-teal.btn-lighten-5:focus, .btn-teal.btn-lighten-5:active {
  border-color: #00695c !important;
  background-color: #004d40 !important;
}

.btn-outline-teal.btn-outline-lighten-5 {
  border-color: #e0f2f1 !important;
  color: #e0f2f1 !important;
}
.btn-outline-teal.btn-outline-lighten-5:hover {
  background-color: #e0f2f1 !important;
}

input:focus ~ .bg-teal {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #e0f2f1 !important;
}

.border-teal.border-lighten-5 {
  border: 1px solid #e0f2f1 !important;
}

.border-top-teal.border-top-lighten-5 {
  border-top: 1px solid #e0f2f1 !important;
}

.border-bottom-teal.border-bottom-lighten-5 {
  border-bottom: 1px solid #e0f2f1 !important;
}

.border-left-teal.border-left-lighten-5 {
  border-left: 1px solid #e0f2f1 !important;
}

.border-right-teal.border-right-lighten-5 {
  border-right: 1px solid #e0f2f1 !important;
}

.overlay-teal.overlay-lighten-5 {
  background: #e0f2f1; /* The Fallback */
  background: rgba(224, 242, 241, 0.8);
}

.teal.lighten-4 {
  color: #b2dfdb !important;
}

.bg-teal.bg-lighten-4 {
  background-color: #b2dfdb !important;
}
.bg-teal.bg-lighten-4.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(178, 223, 219, 0.6);
}

.btn-teal.btn-lighten-4 {
  border-color: #00796b !important;
  background-color: #b2dfdb !important;
}
.btn-teal.btn-lighten-4:hover {
  border-color: #00796b !important;
  background-color: #00695c !important;
}
.btn-teal.btn-lighten-4:focus, .btn-teal.btn-lighten-4:active {
  border-color: #00695c !important;
  background-color: #004d40 !important;
}

.btn-outline-teal.btn-outline-lighten-4 {
  border-color: #b2dfdb !important;
  color: #b2dfdb !important;
}
.btn-outline-teal.btn-outline-lighten-4:hover {
  background-color: #b2dfdb !important;
}

input:focus ~ .bg-teal {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #b2dfdb !important;
}

.border-teal.border-lighten-4 {
  border: 1px solid #b2dfdb !important;
}

.border-top-teal.border-top-lighten-4 {
  border-top: 1px solid #b2dfdb !important;
}

.border-bottom-teal.border-bottom-lighten-4 {
  border-bottom: 1px solid #b2dfdb !important;
}

.border-left-teal.border-left-lighten-4 {
  border-left: 1px solid #b2dfdb !important;
}

.border-right-teal.border-right-lighten-4 {
  border-right: 1px solid #b2dfdb !important;
}

.overlay-teal.overlay-lighten-4 {
  background: #b2dfdb; /* The Fallback */
  background: rgba(178, 223, 219, 0.8);
}

.teal.lighten-3 {
  color: #80cbc4 !important;
}

.bg-teal.bg-lighten-3 {
  background-color: #80cbc4 !important;
}
.bg-teal.bg-lighten-3.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(128, 203, 196, 0.6);
}

.btn-teal.btn-lighten-3 {
  border-color: #00796b !important;
  background-color: #80cbc4 !important;
}
.btn-teal.btn-lighten-3:hover {
  border-color: #00796b !important;
  background-color: #00695c !important;
}
.btn-teal.btn-lighten-3:focus, .btn-teal.btn-lighten-3:active {
  border-color: #00695c !important;
  background-color: #004d40 !important;
}

.btn-outline-teal.btn-outline-lighten-3 {
  border-color: #80cbc4 !important;
  color: #80cbc4 !important;
}
.btn-outline-teal.btn-outline-lighten-3:hover {
  background-color: #80cbc4 !important;
}

input:focus ~ .bg-teal {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #80cbc4 !important;
}

.border-teal.border-lighten-3 {
  border: 1px solid #80cbc4 !important;
}

.border-top-teal.border-top-lighten-3 {
  border-top: 1px solid #80cbc4 !important;
}

.border-bottom-teal.border-bottom-lighten-3 {
  border-bottom: 1px solid #80cbc4 !important;
}

.border-left-teal.border-left-lighten-3 {
  border-left: 1px solid #80cbc4 !important;
}

.border-right-teal.border-right-lighten-3 {
  border-right: 1px solid #80cbc4 !important;
}

.overlay-teal.overlay-lighten-3 {
  background: #80cbc4; /* The Fallback */
  background: rgba(128, 203, 196, 0.8);
}

.teal.lighten-2 {
  color: #4db6ac !important;
}

.bg-teal.bg-lighten-2 {
  background-color: #4db6ac !important;
}
.bg-teal.bg-lighten-2.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(77, 182, 172, 0.6);
}

.btn-teal.btn-lighten-2 {
  border-color: #00796b !important;
  background-color: #4db6ac !important;
}
.btn-teal.btn-lighten-2:hover {
  border-color: #00796b !important;
  background-color: #00695c !important;
}
.btn-teal.btn-lighten-2:focus, .btn-teal.btn-lighten-2:active {
  border-color: #00695c !important;
  background-color: #004d40 !important;
}

.btn-outline-teal.btn-outline-lighten-2 {
  border-color: #4db6ac !important;
  color: #4db6ac !important;
}
.btn-outline-teal.btn-outline-lighten-2:hover {
  background-color: #4db6ac !important;
}

input:focus ~ .bg-teal {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #4db6ac !important;
}

.border-teal.border-lighten-2 {
  border: 1px solid #4db6ac !important;
}

.border-top-teal.border-top-lighten-2 {
  border-top: 1px solid #4db6ac !important;
}

.border-bottom-teal.border-bottom-lighten-2 {
  border-bottom: 1px solid #4db6ac !important;
}

.border-left-teal.border-left-lighten-2 {
  border-left: 1px solid #4db6ac !important;
}

.border-right-teal.border-right-lighten-2 {
  border-right: 1px solid #4db6ac !important;
}

.overlay-teal.overlay-lighten-2 {
  background: #4db6ac; /* The Fallback */
  background: rgba(77, 182, 172, 0.8);
}

.teal.lighten-1 {
  color: #26a69a !important;
}

.bg-teal.bg-lighten-1 {
  background-color: #26a69a !important;
}
.bg-teal.bg-lighten-1.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(38, 166, 154, 0.6);
}

.btn-teal.btn-lighten-1 {
  border-color: #00796b !important;
  background-color: #26a69a !important;
}
.btn-teal.btn-lighten-1:hover {
  border-color: #00796b !important;
  background-color: #00695c !important;
}
.btn-teal.btn-lighten-1:focus, .btn-teal.btn-lighten-1:active {
  border-color: #00695c !important;
  background-color: #004d40 !important;
}

.btn-outline-teal.btn-outline-lighten-1 {
  border-color: #26a69a !important;
  color: #26a69a !important;
}
.btn-outline-teal.btn-outline-lighten-1:hover {
  background-color: #26a69a !important;
}

input:focus ~ .bg-teal {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #26a69a !important;
}

.border-teal.border-lighten-1 {
  border: 1px solid #26a69a !important;
}

.border-top-teal.border-top-lighten-1 {
  border-top: 1px solid #26a69a !important;
}

.border-bottom-teal.border-bottom-lighten-1 {
  border-bottom: 1px solid #26a69a !important;
}

.border-left-teal.border-left-lighten-1 {
  border-left: 1px solid #26a69a !important;
}

.border-right-teal.border-right-lighten-1 {
  border-right: 1px solid #26a69a !important;
}

.overlay-teal.overlay-lighten-1 {
  background: #26a69a; /* The Fallback */
  background: rgba(38, 166, 154, 0.8);
}

.teal {
  color: #009688 !important;
}

.bg-teal {
  background-color: #009688 !important;
}
.bg-teal .card-header, .bg-teal .card-footer {
  background-color: transparent;
}
.bg-teal.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(0, 150, 136, 0.6);
}

.selectboxit.selectboxit-btn.bg-teal {
  background-color: #009688 !important;
}

.alert-teal {
  border-color: #009688 !important;
  background-color: #00ddc9 !important;
  color: black !important;
}
.alert-teal .alert-link {
  color: black !important;
}

.border-teal {
  border-color: #009688;
}

.overlay-teal {
  background: #009688; /* The Fallback */
  background: rgba(0, 150, 136, 0.8);
}

.color-info.teal {
  background-color: #009688 !important;
}

.btn-teal {
  border-color: #00796b !important;
  background-color: #009688 !important;
  color: #FFFFFF;
}
.btn-teal:hover {
  border-color: #00897b !important;
  background-color: #26a69a !important;
  color: #FFF !important;
}
.btn-teal:focus, .btn-teal:active {
  border-color: #00796b !important;
  background-color: #00695c !important;
  color: #FFF !important;
}
.btn-teal.btn-glow {
  box-shadow: 0px 1px 20px 1px rgba(0, 150, 136, 0.6);
}

.btn-outline-teal {
  border-color: #009688;
  background-color: transparent;
  color: #009688;
}
.btn-outline-teal:hover {
  background-color: #009688;
  color: #FFF !important;
}
.btn-outline-teal.btn-glow {
  box-shadow: 0px 1px 20px 1px rgba(0, 150, 136, 0.6);
}

input[type=checkbox].bg-teal + .custom-control-label:before, input[type=radio].bg-teal + .custom-control-label:before {
  background-color: #009688 !important;
}

/* .custom-control-label{
  &:before{
    background-color: #ddd !important;
  }
} */
input:focus ~ .bg-teal {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #009688 !important;
}

.border-teal {
  border: 1px solid #009688 !important;
}

.border-top-teal {
  border-top: 1px solid #009688;
}

.border-bottom-teal {
  border-bottom: 1px solid #009688;
}

.border-left-teal {
  border-left: 1px solid #009688;
}

.border-right-teal {
  border-right: 1px solid #009688;
}

.teal.darken-1 {
  color: #00897b !important;
}

.bg-teal.bg-darken-1 {
  background-color: #00897b !important;
}
.bg-teal.bg-darken-1.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(0, 137, 123, 0.6);
}

.btn-teal.btn-darken-1 {
  border-color: #00796b !important;
  background-color: #00897b !important;
}
.btn-teal.btn-darken-1:hover {
  border-color: #00796b !important;
  background-color: #00695c !important;
}
.btn-teal.btn-darken-1:focus, .btn-teal.btn-darken-1:active {
  border-color: #00695c !important;
  background-color: #004d40 !important;
}

.btn-outline-teal.btn-outline-darken-1 {
  border-color: #00897b !important;
  color: #00897b !important;
}
.btn-outline-teal.btn-outline-darken-1:hover {
  background-color: #00897b !important;
}

input:focus ~ .bg-teal {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #00897b !important;
}

.border-teal.border-darken-1 {
  border: 1px solid #00897b !important;
}

.border-top-teal.border-top-darken-1 {
  border-top: 1px solid #00897b !important;
}

.border-bottom-teal.border-bottom-darken-1 {
  border-bottom: 1px solid #00897b !important;
}

.border-left-teal.border-left-darken-1 {
  border-left: 1px solid #00897b !important;
}

.border-right-teal.border-right-darken-1 {
  border-right: 1px solid #00897b !important;
}

.overlay-teal.overlay-darken-1 {
  background: #00897b; /* The Fallback */
  background: rgba(0, 137, 123, 0.8);
}

.teal.darken-2 {
  color: #00796b !important;
}

.bg-teal.bg-darken-2 {
  background-color: #00796b !important;
}
.bg-teal.bg-darken-2.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(0, 121, 107, 0.6);
}

.btn-teal.btn-darken-2 {
  border-color: #00796b !important;
  background-color: #00796b !important;
}
.btn-teal.btn-darken-2:hover {
  border-color: #00796b !important;
  background-color: #00695c !important;
}
.btn-teal.btn-darken-2:focus, .btn-teal.btn-darken-2:active {
  border-color: #00695c !important;
  background-color: #004d40 !important;
}

.btn-outline-teal.btn-outline-darken-2 {
  border-color: #00796b !important;
  color: #00796b !important;
}
.btn-outline-teal.btn-outline-darken-2:hover {
  background-color: #00796b !important;
}

input:focus ~ .bg-teal {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #00796b !important;
}

.border-teal.border-darken-2 {
  border: 1px solid #00796b !important;
}

.border-top-teal.border-top-darken-2 {
  border-top: 1px solid #00796b !important;
}

.border-bottom-teal.border-bottom-darken-2 {
  border-bottom: 1px solid #00796b !important;
}

.border-left-teal.border-left-darken-2 {
  border-left: 1px solid #00796b !important;
}

.border-right-teal.border-right-darken-2 {
  border-right: 1px solid #00796b !important;
}

.overlay-teal.overlay-darken-2 {
  background: #00796b; /* The Fallback */
  background: rgba(0, 121, 107, 0.8);
}

.teal.darken-3 {
  color: #00695c !important;
}

.bg-teal.bg-darken-3 {
  background-color: #00695c !important;
}
.bg-teal.bg-darken-3.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(0, 105, 92, 0.6);
}

.btn-teal.btn-darken-3 {
  border-color: #00796b !important;
  background-color: #00695c !important;
}
.btn-teal.btn-darken-3:hover {
  border-color: #00796b !important;
  background-color: #00695c !important;
}
.btn-teal.btn-darken-3:focus, .btn-teal.btn-darken-3:active {
  border-color: #00695c !important;
  background-color: #004d40 !important;
}

.btn-outline-teal.btn-outline-darken-3 {
  border-color: #00695c !important;
  color: #00695c !important;
}
.btn-outline-teal.btn-outline-darken-3:hover {
  background-color: #00695c !important;
}

input:focus ~ .bg-teal {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #00695c !important;
}

.border-teal.border-darken-3 {
  border: 1px solid #00695c !important;
}

.border-top-teal.border-top-darken-3 {
  border-top: 1px solid #00695c !important;
}

.border-bottom-teal.border-bottom-darken-3 {
  border-bottom: 1px solid #00695c !important;
}

.border-left-teal.border-left-darken-3 {
  border-left: 1px solid #00695c !important;
}

.border-right-teal.border-right-darken-3 {
  border-right: 1px solid #00695c !important;
}

.overlay-teal.overlay-darken-3 {
  background: #00695c; /* The Fallback */
  background: rgba(0, 105, 92, 0.8);
}

.teal.darken-4 {
  color: #004d40 !important;
}

.bg-teal.bg-darken-4 {
  background-color: #004d40 !important;
}
.bg-teal.bg-darken-4.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(0, 77, 64, 0.6);
}

.btn-teal.btn-darken-4 {
  border-color: #00796b !important;
  background-color: #004d40 !important;
}
.btn-teal.btn-darken-4:hover {
  border-color: #00796b !important;
  background-color: #00695c !important;
}
.btn-teal.btn-darken-4:focus, .btn-teal.btn-darken-4:active {
  border-color: #00695c !important;
  background-color: #004d40 !important;
}

.btn-outline-teal.btn-outline-darken-4 {
  border-color: #004d40 !important;
  color: #004d40 !important;
}
.btn-outline-teal.btn-outline-darken-4:hover {
  background-color: #004d40 !important;
}

input:focus ~ .bg-teal {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #004d40 !important;
}

.border-teal.border-darken-4 {
  border: 1px solid #004d40 !important;
}

.border-top-teal.border-top-darken-4 {
  border-top: 1px solid #004d40 !important;
}

.border-bottom-teal.border-bottom-darken-4 {
  border-bottom: 1px solid #004d40 !important;
}

.border-left-teal.border-left-darken-4 {
  border-left: 1px solid #004d40 !important;
}

.border-right-teal.border-right-darken-4 {
  border-right: 1px solid #004d40 !important;
}

.overlay-teal.overlay-darken-4 {
  background: #004d40; /* The Fallback */
  background: rgba(0, 77, 64, 0.8);
}

.teal.accent-1 {
  color: #a7ffeb !important;
}

.bg-teal.bg-accent-1 {
  background-color: #a7ffeb !important;
}
.bg-teal.bg-accent-1.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(167, 255, 235, 0.6);
}

.btn-teal.btn-accent-1 {
  border-color: #00796b !important;
  background-color: #a7ffeb !important;
}
.btn-teal.btn-accent-1:hover {
  border-color: #00796b !important;
  background-color: #00695c !important;
}
.btn-teal.btn-accent-1:focus, .btn-teal.btn-accent-1:active {
  border-color: #00695c !important;
  background-color: #004d40 !important;
}

.btn-outline-teal.btn-outline-accent-1 {
  border-color: #a7ffeb !important;
  color: #a7ffeb !important;
}
.btn-outline-teal.btn-outline-accent-1:hover {
  background-color: #a7ffeb !important;
}

input:focus ~ .bg-teal {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #a7ffeb !important;
}

.border-teal.border-accent-1 {
  border: 1px solid #a7ffeb !important;
}

.border-top-teal.border-top-accent-1 {
  border-top: 1px solid #a7ffeb !important;
}

.border-bottom-teal.border-bottom-accent-1 {
  border-bottom: 1px solid #a7ffeb !important;
}

.border-left-teal.border-left-accent-1 {
  border-left: 1px solid #a7ffeb !important;
}

.border-right-teal.border-right-accent-1 {
  border-right: 1px solid #a7ffeb !important;
}

.overlay-teal.overlay-accent-1 {
  background: #a7ffeb; /* The Fallback */
  background: rgba(167, 255, 235, 0.8);
}

.teal.accent-2 {
  color: #64ffda !important;
}

.bg-teal.bg-accent-2 {
  background-color: #64ffda !important;
}
.bg-teal.bg-accent-2.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(100, 255, 218, 0.6);
}

.btn-teal.btn-accent-2 {
  border-color: #00796b !important;
  background-color: #64ffda !important;
}
.btn-teal.btn-accent-2:hover {
  border-color: #00796b !important;
  background-color: #00695c !important;
}
.btn-teal.btn-accent-2:focus, .btn-teal.btn-accent-2:active {
  border-color: #00695c !important;
  background-color: #004d40 !important;
}

.btn-outline-teal.btn-outline-accent-2 {
  border-color: #64ffda !important;
  color: #64ffda !important;
}
.btn-outline-teal.btn-outline-accent-2:hover {
  background-color: #64ffda !important;
}

input:focus ~ .bg-teal {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #64ffda !important;
}

.border-teal.border-accent-2 {
  border: 1px solid #64ffda !important;
}

.border-top-teal.border-top-accent-2 {
  border-top: 1px solid #64ffda !important;
}

.border-bottom-teal.border-bottom-accent-2 {
  border-bottom: 1px solid #64ffda !important;
}

.border-left-teal.border-left-accent-2 {
  border-left: 1px solid #64ffda !important;
}

.border-right-teal.border-right-accent-2 {
  border-right: 1px solid #64ffda !important;
}

.overlay-teal.overlay-accent-2 {
  background: #64ffda; /* The Fallback */
  background: rgba(100, 255, 218, 0.8);
}

.teal.accent-3 {
  color: #1de9b6 !important;
}

.bg-teal.bg-accent-3 {
  background-color: #1de9b6 !important;
}
.bg-teal.bg-accent-3.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(29, 233, 182, 0.6);
}

.btn-teal.btn-accent-3 {
  border-color: #00796b !important;
  background-color: #1de9b6 !important;
}
.btn-teal.btn-accent-3:hover {
  border-color: #00796b !important;
  background-color: #00695c !important;
}
.btn-teal.btn-accent-3:focus, .btn-teal.btn-accent-3:active {
  border-color: #00695c !important;
  background-color: #004d40 !important;
}

.btn-outline-teal.btn-outline-accent-3 {
  border-color: #1de9b6 !important;
  color: #1de9b6 !important;
}
.btn-outline-teal.btn-outline-accent-3:hover {
  background-color: #1de9b6 !important;
}

input:focus ~ .bg-teal {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #1de9b6 !important;
}

.border-teal.border-accent-3 {
  border: 1px solid #1de9b6 !important;
}

.border-top-teal.border-top-accent-3 {
  border-top: 1px solid #1de9b6 !important;
}

.border-bottom-teal.border-bottom-accent-3 {
  border-bottom: 1px solid #1de9b6 !important;
}

.border-left-teal.border-left-accent-3 {
  border-left: 1px solid #1de9b6 !important;
}

.border-right-teal.border-right-accent-3 {
  border-right: 1px solid #1de9b6 !important;
}

.overlay-teal.overlay-accent-3 {
  background: #1de9b6; /* The Fallback */
  background: rgba(29, 233, 182, 0.8);
}

.teal.accent-4 {
  color: #00bfa5 !important;
}

.bg-teal.bg-accent-4 {
  background-color: #00bfa5 !important;
}
.bg-teal.bg-accent-4.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(0, 191, 165, 0.6);
}

.btn-teal.btn-accent-4 {
  border-color: #00796b !important;
  background-color: #00bfa5 !important;
}
.btn-teal.btn-accent-4:hover {
  border-color: #00796b !important;
  background-color: #00695c !important;
}
.btn-teal.btn-accent-4:focus, .btn-teal.btn-accent-4:active {
  border-color: #00695c !important;
  background-color: #004d40 !important;
}

.btn-outline-teal.btn-outline-accent-4 {
  border-color: #00bfa5 !important;
  color: #00bfa5 !important;
}
.btn-outline-teal.btn-outline-accent-4:hover {
  background-color: #00bfa5 !important;
}

input:focus ~ .bg-teal {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #00bfa5 !important;
}

.border-teal.border-accent-4 {
  border: 1px solid #00bfa5 !important;
}

.border-top-teal.border-top-accent-4 {
  border-top: 1px solid #00bfa5 !important;
}

.border-bottom-teal.border-bottom-accent-4 {
  border-bottom: 1px solid #00bfa5 !important;
}

.border-left-teal.border-left-accent-4 {
  border-left: 1px solid #00bfa5 !important;
}

.border-right-teal.border-right-accent-4 {
  border-right: 1px solid #00bfa5 !important;
}

.overlay-teal.overlay-accent-4 {
  background: #00bfa5; /* The Fallback */
  background: rgba(0, 191, 165, 0.8);
}

.yellow.lighten-5 {
  color: #fffde7 !important;
}

.bg-yellow.bg-lighten-5 {
  background-color: #fffde7 !important;
}
.bg-yellow.bg-lighten-5.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(255, 253, 231, 0.6);
}

.btn-yellow.btn-lighten-5 {
  border-color: #fbc02d !important;
  background-color: #fffde7 !important;
}
.btn-yellow.btn-lighten-5:hover {
  border-color: #fbc02d !important;
  background-color: #f9a825 !important;
}
.btn-yellow.btn-lighten-5:focus, .btn-yellow.btn-lighten-5:active {
  border-color: #f9a825 !important;
  background-color: #f57f17 !important;
}

.btn-outline-yellow.btn-outline-lighten-5 {
  border-color: #fffde7 !important;
  color: #fffde7 !important;
}
.btn-outline-yellow.btn-outline-lighten-5:hover {
  background-color: #fffde7 !important;
}

input:focus ~ .bg-yellow {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #fffde7 !important;
}

.border-yellow.border-lighten-5 {
  border: 1px solid #fffde7 !important;
}

.border-top-yellow.border-top-lighten-5 {
  border-top: 1px solid #fffde7 !important;
}

.border-bottom-yellow.border-bottom-lighten-5 {
  border-bottom: 1px solid #fffde7 !important;
}

.border-left-yellow.border-left-lighten-5 {
  border-left: 1px solid #fffde7 !important;
}

.border-right-yellow.border-right-lighten-5 {
  border-right: 1px solid #fffde7 !important;
}

.overlay-yellow.overlay-lighten-5 {
  background: #fffde7; /* The Fallback */
  background: rgba(255, 253, 231, 0.8);
}

.yellow.lighten-4 {
  color: #fff9c4 !important;
}

.bg-yellow.bg-lighten-4 {
  background-color: #fff9c4 !important;
}
.bg-yellow.bg-lighten-4.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(255, 249, 196, 0.6);
}

.btn-yellow.btn-lighten-4 {
  border-color: #fbc02d !important;
  background-color: #fff9c4 !important;
}
.btn-yellow.btn-lighten-4:hover {
  border-color: #fbc02d !important;
  background-color: #f9a825 !important;
}
.btn-yellow.btn-lighten-4:focus, .btn-yellow.btn-lighten-4:active {
  border-color: #f9a825 !important;
  background-color: #f57f17 !important;
}

.btn-outline-yellow.btn-outline-lighten-4 {
  border-color: #fff9c4 !important;
  color: #fff9c4 !important;
}
.btn-outline-yellow.btn-outline-lighten-4:hover {
  background-color: #fff9c4 !important;
}

input:focus ~ .bg-yellow {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #fff9c4 !important;
}

.border-yellow.border-lighten-4 {
  border: 1px solid #fff9c4 !important;
}

.border-top-yellow.border-top-lighten-4 {
  border-top: 1px solid #fff9c4 !important;
}

.border-bottom-yellow.border-bottom-lighten-4 {
  border-bottom: 1px solid #fff9c4 !important;
}

.border-left-yellow.border-left-lighten-4 {
  border-left: 1px solid #fff9c4 !important;
}

.border-right-yellow.border-right-lighten-4 {
  border-right: 1px solid #fff9c4 !important;
}

.overlay-yellow.overlay-lighten-4 {
  background: #fff9c4; /* The Fallback */
  background: rgba(255, 249, 196, 0.8);
}

.yellow.lighten-3 {
  color: #fff59d !important;
}

.bg-yellow.bg-lighten-3 {
  background-color: #fff59d !important;
}
.bg-yellow.bg-lighten-3.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(255, 245, 157, 0.6);
}

.btn-yellow.btn-lighten-3 {
  border-color: #fbc02d !important;
  background-color: #fff59d !important;
}
.btn-yellow.btn-lighten-3:hover {
  border-color: #fbc02d !important;
  background-color: #f9a825 !important;
}
.btn-yellow.btn-lighten-3:focus, .btn-yellow.btn-lighten-3:active {
  border-color: #f9a825 !important;
  background-color: #f57f17 !important;
}

.btn-outline-yellow.btn-outline-lighten-3 {
  border-color: #fff59d !important;
  color: #fff59d !important;
}
.btn-outline-yellow.btn-outline-lighten-3:hover {
  background-color: #fff59d !important;
}

input:focus ~ .bg-yellow {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #fff59d !important;
}

.border-yellow.border-lighten-3 {
  border: 1px solid #fff59d !important;
}

.border-top-yellow.border-top-lighten-3 {
  border-top: 1px solid #fff59d !important;
}

.border-bottom-yellow.border-bottom-lighten-3 {
  border-bottom: 1px solid #fff59d !important;
}

.border-left-yellow.border-left-lighten-3 {
  border-left: 1px solid #fff59d !important;
}

.border-right-yellow.border-right-lighten-3 {
  border-right: 1px solid #fff59d !important;
}

.overlay-yellow.overlay-lighten-3 {
  background: #fff59d; /* The Fallback */
  background: rgba(255, 245, 157, 0.8);
}

.yellow.lighten-2 {
  color: #fff176 !important;
}

.bg-yellow.bg-lighten-2 {
  background-color: #fff176 !important;
}
.bg-yellow.bg-lighten-2.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(255, 241, 118, 0.6);
}

.btn-yellow.btn-lighten-2 {
  border-color: #fbc02d !important;
  background-color: #fff176 !important;
}
.btn-yellow.btn-lighten-2:hover {
  border-color: #fbc02d !important;
  background-color: #f9a825 !important;
}
.btn-yellow.btn-lighten-2:focus, .btn-yellow.btn-lighten-2:active {
  border-color: #f9a825 !important;
  background-color: #f57f17 !important;
}

.btn-outline-yellow.btn-outline-lighten-2 {
  border-color: #fff176 !important;
  color: #fff176 !important;
}
.btn-outline-yellow.btn-outline-lighten-2:hover {
  background-color: #fff176 !important;
}

input:focus ~ .bg-yellow {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #fff176 !important;
}

.border-yellow.border-lighten-2 {
  border: 1px solid #fff176 !important;
}

.border-top-yellow.border-top-lighten-2 {
  border-top: 1px solid #fff176 !important;
}

.border-bottom-yellow.border-bottom-lighten-2 {
  border-bottom: 1px solid #fff176 !important;
}

.border-left-yellow.border-left-lighten-2 {
  border-left: 1px solid #fff176 !important;
}

.border-right-yellow.border-right-lighten-2 {
  border-right: 1px solid #fff176 !important;
}

.overlay-yellow.overlay-lighten-2 {
  background: #fff176; /* The Fallback */
  background: rgba(255, 241, 118, 0.8);
}

.yellow.lighten-1 {
  color: #ffee58 !important;
}

.bg-yellow.bg-lighten-1 {
  background-color: #ffee58 !important;
}
.bg-yellow.bg-lighten-1.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(255, 238, 88, 0.6);
}

.btn-yellow.btn-lighten-1 {
  border-color: #fbc02d !important;
  background-color: #ffee58 !important;
}
.btn-yellow.btn-lighten-1:hover {
  border-color: #fbc02d !important;
  background-color: #f9a825 !important;
}
.btn-yellow.btn-lighten-1:focus, .btn-yellow.btn-lighten-1:active {
  border-color: #f9a825 !important;
  background-color: #f57f17 !important;
}

.btn-outline-yellow.btn-outline-lighten-1 {
  border-color: #ffee58 !important;
  color: #ffee58 !important;
}
.btn-outline-yellow.btn-outline-lighten-1:hover {
  background-color: #ffee58 !important;
}

input:focus ~ .bg-yellow {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ffee58 !important;
}

.border-yellow.border-lighten-1 {
  border: 1px solid #ffee58 !important;
}

.border-top-yellow.border-top-lighten-1 {
  border-top: 1px solid #ffee58 !important;
}

.border-bottom-yellow.border-bottom-lighten-1 {
  border-bottom: 1px solid #ffee58 !important;
}

.border-left-yellow.border-left-lighten-1 {
  border-left: 1px solid #ffee58 !important;
}

.border-right-yellow.border-right-lighten-1 {
  border-right: 1px solid #ffee58 !important;
}

.overlay-yellow.overlay-lighten-1 {
  background: #ffee58; /* The Fallback */
  background: rgba(255, 238, 88, 0.8);
}

.yellow {
  color: #ffeb3b !important;
}

.bg-yellow {
  background-color: #ffeb3b !important;
}
.bg-yellow .card-header, .bg-yellow .card-footer {
  background-color: transparent;
}
.bg-yellow.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(255, 235, 59, 0.6);
}

.selectboxit.selectboxit-btn.bg-yellow {
  background-color: #ffeb3b !important;
}

.alert-yellow {
  border-color: #ffeb3b !important;
  background-color: #fff282 !important;
  color: #887a00 !important;
}
.alert-yellow .alert-link {
  color: #5f5500 !important;
}

.border-yellow {
  border-color: #ffeb3b;
}

.overlay-yellow {
  background: #ffeb3b; /* The Fallback */
  background: rgba(255, 235, 59, 0.8);
}

.color-info.yellow {
  background-color: #ffeb3b !important;
}

.btn-yellow {
  border-color: #fbc02d !important;
  background-color: #ffeb3b !important;
  color: #FFFFFF;
}
.btn-yellow:hover {
  border-color: #fdd835 !important;
  background-color: #ffee58 !important;
  color: #FFF !important;
}
.btn-yellow:focus, .btn-yellow:active {
  border-color: #fbc02d !important;
  background-color: #f9a825 !important;
  color: #FFF !important;
}
.btn-yellow.btn-glow {
  box-shadow: 0px 1px 20px 1px rgba(255, 235, 59, 0.6);
}

.btn-outline-yellow {
  border-color: #ffeb3b;
  background-color: transparent;
  color: #ffeb3b;
}
.btn-outline-yellow:hover {
  background-color: #ffeb3b;
  color: #FFF !important;
}
.btn-outline-yellow.btn-glow {
  box-shadow: 0px 1px 20px 1px rgba(255, 235, 59, 0.6);
}

input[type=checkbox].bg-yellow + .custom-control-label:before, input[type=radio].bg-yellow + .custom-control-label:before {
  background-color: #ffeb3b !important;
}

/* .custom-control-label{
  &:before{
    background-color: #ddd !important;
  }
} */
input:focus ~ .bg-yellow {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ffeb3b !important;
}

.border-yellow {
  border: 1px solid #ffeb3b !important;
}

.border-top-yellow {
  border-top: 1px solid #ffeb3b;
}

.border-bottom-yellow {
  border-bottom: 1px solid #ffeb3b;
}

.border-left-yellow {
  border-left: 1px solid #ffeb3b;
}

.border-right-yellow {
  border-right: 1px solid #ffeb3b;
}

.yellow.darken-1 {
  color: #fdd835 !important;
}

.bg-yellow.bg-darken-1 {
  background-color: #fdd835 !important;
}
.bg-yellow.bg-darken-1.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(253, 216, 53, 0.6);
}

.btn-yellow.btn-darken-1 {
  border-color: #fbc02d !important;
  background-color: #fdd835 !important;
}
.btn-yellow.btn-darken-1:hover {
  border-color: #fbc02d !important;
  background-color: #f9a825 !important;
}
.btn-yellow.btn-darken-1:focus, .btn-yellow.btn-darken-1:active {
  border-color: #f9a825 !important;
  background-color: #f57f17 !important;
}

.btn-outline-yellow.btn-outline-darken-1 {
  border-color: #fdd835 !important;
  color: #fdd835 !important;
}
.btn-outline-yellow.btn-outline-darken-1:hover {
  background-color: #fdd835 !important;
}

input:focus ~ .bg-yellow {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #fdd835 !important;
}

.border-yellow.border-darken-1 {
  border: 1px solid #fdd835 !important;
}

.border-top-yellow.border-top-darken-1 {
  border-top: 1px solid #fdd835 !important;
}

.border-bottom-yellow.border-bottom-darken-1 {
  border-bottom: 1px solid #fdd835 !important;
}

.border-left-yellow.border-left-darken-1 {
  border-left: 1px solid #fdd835 !important;
}

.border-right-yellow.border-right-darken-1 {
  border-right: 1px solid #fdd835 !important;
}

.overlay-yellow.overlay-darken-1 {
  background: #fdd835; /* The Fallback */
  background: rgba(253, 216, 53, 0.8);
}

.yellow.darken-2 {
  color: #fbc02d !important;
}

.bg-yellow.bg-darken-2 {
  background-color: #fbc02d !important;
}
.bg-yellow.bg-darken-2.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(251, 192, 45, 0.6);
}

.btn-yellow.btn-darken-2 {
  border-color: #fbc02d !important;
  background-color: #fbc02d !important;
}
.btn-yellow.btn-darken-2:hover {
  border-color: #fbc02d !important;
  background-color: #f9a825 !important;
}
.btn-yellow.btn-darken-2:focus, .btn-yellow.btn-darken-2:active {
  border-color: #f9a825 !important;
  background-color: #f57f17 !important;
}

.btn-outline-yellow.btn-outline-darken-2 {
  border-color: #fbc02d !important;
  color: #fbc02d !important;
}
.btn-outline-yellow.btn-outline-darken-2:hover {
  background-color: #fbc02d !important;
}

input:focus ~ .bg-yellow {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #fbc02d !important;
}

.border-yellow.border-darken-2 {
  border: 1px solid #fbc02d !important;
}

.border-top-yellow.border-top-darken-2 {
  border-top: 1px solid #fbc02d !important;
}

.border-bottom-yellow.border-bottom-darken-2 {
  border-bottom: 1px solid #fbc02d !important;
}

.border-left-yellow.border-left-darken-2 {
  border-left: 1px solid #fbc02d !important;
}

.border-right-yellow.border-right-darken-2 {
  border-right: 1px solid #fbc02d !important;
}

.overlay-yellow.overlay-darken-2 {
  background: #fbc02d; /* The Fallback */
  background: rgba(251, 192, 45, 0.8);
}

.yellow.darken-3 {
  color: #f9a825 !important;
}

.bg-yellow.bg-darken-3 {
  background-color: #f9a825 !important;
}
.bg-yellow.bg-darken-3.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(249, 168, 37, 0.6);
}

.btn-yellow.btn-darken-3 {
  border-color: #fbc02d !important;
  background-color: #f9a825 !important;
}
.btn-yellow.btn-darken-3:hover {
  border-color: #fbc02d !important;
  background-color: #f9a825 !important;
}
.btn-yellow.btn-darken-3:focus, .btn-yellow.btn-darken-3:active {
  border-color: #f9a825 !important;
  background-color: #f57f17 !important;
}

.btn-outline-yellow.btn-outline-darken-3 {
  border-color: #f9a825 !important;
  color: #f9a825 !important;
}
.btn-outline-yellow.btn-outline-darken-3:hover {
  background-color: #f9a825 !important;
}

input:focus ~ .bg-yellow {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #f9a825 !important;
}

.border-yellow.border-darken-3 {
  border: 1px solid #f9a825 !important;
}

.border-top-yellow.border-top-darken-3 {
  border-top: 1px solid #f9a825 !important;
}

.border-bottom-yellow.border-bottom-darken-3 {
  border-bottom: 1px solid #f9a825 !important;
}

.border-left-yellow.border-left-darken-3 {
  border-left: 1px solid #f9a825 !important;
}

.border-right-yellow.border-right-darken-3 {
  border-right: 1px solid #f9a825 !important;
}

.overlay-yellow.overlay-darken-3 {
  background: #f9a825; /* The Fallback */
  background: rgba(249, 168, 37, 0.8);
}

.yellow.darken-4 {
  color: #f57f17 !important;
}

.bg-yellow.bg-darken-4 {
  background-color: #f57f17 !important;
}
.bg-yellow.bg-darken-4.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(245, 127, 23, 0.6);
}

.btn-yellow.btn-darken-4 {
  border-color: #fbc02d !important;
  background-color: #f57f17 !important;
}
.btn-yellow.btn-darken-4:hover {
  border-color: #fbc02d !important;
  background-color: #f9a825 !important;
}
.btn-yellow.btn-darken-4:focus, .btn-yellow.btn-darken-4:active {
  border-color: #f9a825 !important;
  background-color: #f57f17 !important;
}

.btn-outline-yellow.btn-outline-darken-4 {
  border-color: #f57f17 !important;
  color: #f57f17 !important;
}
.btn-outline-yellow.btn-outline-darken-4:hover {
  background-color: #f57f17 !important;
}

input:focus ~ .bg-yellow {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #f57f17 !important;
}

.border-yellow.border-darken-4 {
  border: 1px solid #f57f17 !important;
}

.border-top-yellow.border-top-darken-4 {
  border-top: 1px solid #f57f17 !important;
}

.border-bottom-yellow.border-bottom-darken-4 {
  border-bottom: 1px solid #f57f17 !important;
}

.border-left-yellow.border-left-darken-4 {
  border-left: 1px solid #f57f17 !important;
}

.border-right-yellow.border-right-darken-4 {
  border-right: 1px solid #f57f17 !important;
}

.overlay-yellow.overlay-darken-4 {
  background: #f57f17; /* The Fallback */
  background: rgba(245, 127, 23, 0.8);
}

.yellow.accent-1 {
  color: #ffff8d !important;
}

.bg-yellow.bg-accent-1 {
  background-color: #ffff8d !important;
}
.bg-yellow.bg-accent-1.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(255, 255, 141, 0.6);
}

.btn-yellow.btn-accent-1 {
  border-color: #fbc02d !important;
  background-color: #ffff8d !important;
}
.btn-yellow.btn-accent-1:hover {
  border-color: #fbc02d !important;
  background-color: #f9a825 !important;
}
.btn-yellow.btn-accent-1:focus, .btn-yellow.btn-accent-1:active {
  border-color: #f9a825 !important;
  background-color: #f57f17 !important;
}

.btn-outline-yellow.btn-outline-accent-1 {
  border-color: #ffff8d !important;
  color: #ffff8d !important;
}
.btn-outline-yellow.btn-outline-accent-1:hover {
  background-color: #ffff8d !important;
}

input:focus ~ .bg-yellow {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ffff8d !important;
}

.border-yellow.border-accent-1 {
  border: 1px solid #ffff8d !important;
}

.border-top-yellow.border-top-accent-1 {
  border-top: 1px solid #ffff8d !important;
}

.border-bottom-yellow.border-bottom-accent-1 {
  border-bottom: 1px solid #ffff8d !important;
}

.border-left-yellow.border-left-accent-1 {
  border-left: 1px solid #ffff8d !important;
}

.border-right-yellow.border-right-accent-1 {
  border-right: 1px solid #ffff8d !important;
}

.overlay-yellow.overlay-accent-1 {
  background: #ffff8d; /* The Fallback */
  background: rgba(255, 255, 141, 0.8);
}

.yellow.accent-2 {
  color: #ffff00 !important;
}

.bg-yellow.bg-accent-2 {
  background-color: #ffff00 !important;
}
.bg-yellow.bg-accent-2.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(255, 255, 0, 0.6);
}

.btn-yellow.btn-accent-2 {
  border-color: #fbc02d !important;
  background-color: #ffff00 !important;
}
.btn-yellow.btn-accent-2:hover {
  border-color: #fbc02d !important;
  background-color: #f9a825 !important;
}
.btn-yellow.btn-accent-2:focus, .btn-yellow.btn-accent-2:active {
  border-color: #f9a825 !important;
  background-color: #f57f17 !important;
}

.btn-outline-yellow.btn-outline-accent-2 {
  border-color: #ffff00 !important;
  color: #ffff00 !important;
}
.btn-outline-yellow.btn-outline-accent-2:hover {
  background-color: #ffff00 !important;
}

input:focus ~ .bg-yellow {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ffff00 !important;
}

.border-yellow.border-accent-2 {
  border: 1px solid #ffff00 !important;
}

.border-top-yellow.border-top-accent-2 {
  border-top: 1px solid #ffff00 !important;
}

.border-bottom-yellow.border-bottom-accent-2 {
  border-bottom: 1px solid #ffff00 !important;
}

.border-left-yellow.border-left-accent-2 {
  border-left: 1px solid #ffff00 !important;
}

.border-right-yellow.border-right-accent-2 {
  border-right: 1px solid #ffff00 !important;
}

.overlay-yellow.overlay-accent-2 {
  background: #ffff00; /* The Fallback */
  background: rgba(255, 255, 0, 0.8);
}

.yellow.accent-3 {
  color: #ffea00 !important;
}

.bg-yellow.bg-accent-3 {
  background-color: #ffea00 !important;
}
.bg-yellow.bg-accent-3.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(255, 234, 0, 0.6);
}

.btn-yellow.btn-accent-3 {
  border-color: #fbc02d !important;
  background-color: #ffea00 !important;
}
.btn-yellow.btn-accent-3:hover {
  border-color: #fbc02d !important;
  background-color: #f9a825 !important;
}
.btn-yellow.btn-accent-3:focus, .btn-yellow.btn-accent-3:active {
  border-color: #f9a825 !important;
  background-color: #f57f17 !important;
}

.btn-outline-yellow.btn-outline-accent-3 {
  border-color: #ffea00 !important;
  color: #ffea00 !important;
}
.btn-outline-yellow.btn-outline-accent-3:hover {
  background-color: #ffea00 !important;
}

input:focus ~ .bg-yellow {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ffea00 !important;
}

.border-yellow.border-accent-3 {
  border: 1px solid #ffea00 !important;
}

.border-top-yellow.border-top-accent-3 {
  border-top: 1px solid #ffea00 !important;
}

.border-bottom-yellow.border-bottom-accent-3 {
  border-bottom: 1px solid #ffea00 !important;
}

.border-left-yellow.border-left-accent-3 {
  border-left: 1px solid #ffea00 !important;
}

.border-right-yellow.border-right-accent-3 {
  border-right: 1px solid #ffea00 !important;
}

.overlay-yellow.overlay-accent-3 {
  background: #ffea00; /* The Fallback */
  background: rgba(255, 234, 0, 0.8);
}

.yellow.accent-4 {
  color: #ffd600 !important;
}

.bg-yellow.bg-accent-4 {
  background-color: #ffd600 !important;
}
.bg-yellow.bg-accent-4.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(255, 214, 0, 0.6);
}

.btn-yellow.btn-accent-4 {
  border-color: #fbc02d !important;
  background-color: #ffd600 !important;
}
.btn-yellow.btn-accent-4:hover {
  border-color: #fbc02d !important;
  background-color: #f9a825 !important;
}
.btn-yellow.btn-accent-4:focus, .btn-yellow.btn-accent-4:active {
  border-color: #f9a825 !important;
  background-color: #f57f17 !important;
}

.btn-outline-yellow.btn-outline-accent-4 {
  border-color: #ffd600 !important;
  color: #ffd600 !important;
}
.btn-outline-yellow.btn-outline-accent-4:hover {
  background-color: #ffd600 !important;
}

input:focus ~ .bg-yellow {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ffd600 !important;
}

.border-yellow.border-accent-4 {
  border: 1px solid #ffd600 !important;
}

.border-top-yellow.border-top-accent-4 {
  border-top: 1px solid #ffd600 !important;
}

.border-bottom-yellow.border-bottom-accent-4 {
  border-bottom: 1px solid #ffd600 !important;
}

.border-left-yellow.border-left-accent-4 {
  border-left: 1px solid #ffd600 !important;
}

.border-right-yellow.border-right-accent-4 {
  border-right: 1px solid #ffd600 !important;
}

.overlay-yellow.overlay-accent-4 {
  background: #ffd600; /* The Fallback */
  background: rgba(255, 214, 0, 0.8);
}

.amber.lighten-5 {
  color: #fff8e1 !important;
}

.bg-amber.bg-lighten-5 {
  background-color: #fff8e1 !important;
}
.bg-amber.bg-lighten-5.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(255, 248, 225, 0.6);
}

.btn-amber.btn-lighten-5 {
  border-color: #ffa000 !important;
  background-color: #fff8e1 !important;
}
.btn-amber.btn-lighten-5:hover {
  border-color: #ffa000 !important;
  background-color: #ff8f00 !important;
}
.btn-amber.btn-lighten-5:focus, .btn-amber.btn-lighten-5:active {
  border-color: #ff8f00 !important;
  background-color: #ff6f00 !important;
}

.btn-outline-amber.btn-outline-lighten-5 {
  border-color: #fff8e1 !important;
  color: #fff8e1 !important;
}
.btn-outline-amber.btn-outline-lighten-5:hover {
  background-color: #fff8e1 !important;
}

input:focus ~ .bg-amber {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #fff8e1 !important;
}

.border-amber.border-lighten-5 {
  border: 1px solid #fff8e1 !important;
}

.border-top-amber.border-top-lighten-5 {
  border-top: 1px solid #fff8e1 !important;
}

.border-bottom-amber.border-bottom-lighten-5 {
  border-bottom: 1px solid #fff8e1 !important;
}

.border-left-amber.border-left-lighten-5 {
  border-left: 1px solid #fff8e1 !important;
}

.border-right-amber.border-right-lighten-5 {
  border-right: 1px solid #fff8e1 !important;
}

.overlay-amber.overlay-lighten-5 {
  background: #fff8e1; /* The Fallback */
  background: rgba(255, 248, 225, 0.8);
}

.amber.lighten-4 {
  color: #ffecb3 !important;
}

.bg-amber.bg-lighten-4 {
  background-color: #ffecb3 !important;
}
.bg-amber.bg-lighten-4.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(255, 236, 179, 0.6);
}

.btn-amber.btn-lighten-4 {
  border-color: #ffa000 !important;
  background-color: #ffecb3 !important;
}
.btn-amber.btn-lighten-4:hover {
  border-color: #ffa000 !important;
  background-color: #ff8f00 !important;
}
.btn-amber.btn-lighten-4:focus, .btn-amber.btn-lighten-4:active {
  border-color: #ff8f00 !important;
  background-color: #ff6f00 !important;
}

.btn-outline-amber.btn-outline-lighten-4 {
  border-color: #ffecb3 !important;
  color: #ffecb3 !important;
}
.btn-outline-amber.btn-outline-lighten-4:hover {
  background-color: #ffecb3 !important;
}

input:focus ~ .bg-amber {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ffecb3 !important;
}

.border-amber.border-lighten-4 {
  border: 1px solid #ffecb3 !important;
}

.border-top-amber.border-top-lighten-4 {
  border-top: 1px solid #ffecb3 !important;
}

.border-bottom-amber.border-bottom-lighten-4 {
  border-bottom: 1px solid #ffecb3 !important;
}

.border-left-amber.border-left-lighten-4 {
  border-left: 1px solid #ffecb3 !important;
}

.border-right-amber.border-right-lighten-4 {
  border-right: 1px solid #ffecb3 !important;
}

.overlay-amber.overlay-lighten-4 {
  background: #ffecb3; /* The Fallback */
  background: rgba(255, 236, 179, 0.8);
}

.amber.lighten-3 {
  color: #ffe082 !important;
}

.bg-amber.bg-lighten-3 {
  background-color: #ffe082 !important;
}
.bg-amber.bg-lighten-3.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(255, 224, 130, 0.6);
}

.btn-amber.btn-lighten-3 {
  border-color: #ffa000 !important;
  background-color: #ffe082 !important;
}
.btn-amber.btn-lighten-3:hover {
  border-color: #ffa000 !important;
  background-color: #ff8f00 !important;
}
.btn-amber.btn-lighten-3:focus, .btn-amber.btn-lighten-3:active {
  border-color: #ff8f00 !important;
  background-color: #ff6f00 !important;
}

.btn-outline-amber.btn-outline-lighten-3 {
  border-color: #ffe082 !important;
  color: #ffe082 !important;
}
.btn-outline-amber.btn-outline-lighten-3:hover {
  background-color: #ffe082 !important;
}

input:focus ~ .bg-amber {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ffe082 !important;
}

.border-amber.border-lighten-3 {
  border: 1px solid #ffe082 !important;
}

.border-top-amber.border-top-lighten-3 {
  border-top: 1px solid #ffe082 !important;
}

.border-bottom-amber.border-bottom-lighten-3 {
  border-bottom: 1px solid #ffe082 !important;
}

.border-left-amber.border-left-lighten-3 {
  border-left: 1px solid #ffe082 !important;
}

.border-right-amber.border-right-lighten-3 {
  border-right: 1px solid #ffe082 !important;
}

.overlay-amber.overlay-lighten-3 {
  background: #ffe082; /* The Fallback */
  background: rgba(255, 224, 130, 0.8);
}

.amber.lighten-2 {
  color: #ffd54f !important;
}

.bg-amber.bg-lighten-2 {
  background-color: #ffd54f !important;
}
.bg-amber.bg-lighten-2.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(255, 213, 79, 0.6);
}

.btn-amber.btn-lighten-2 {
  border-color: #ffa000 !important;
  background-color: #ffd54f !important;
}
.btn-amber.btn-lighten-2:hover {
  border-color: #ffa000 !important;
  background-color: #ff8f00 !important;
}
.btn-amber.btn-lighten-2:focus, .btn-amber.btn-lighten-2:active {
  border-color: #ff8f00 !important;
  background-color: #ff6f00 !important;
}

.btn-outline-amber.btn-outline-lighten-2 {
  border-color: #ffd54f !important;
  color: #ffd54f !important;
}
.btn-outline-amber.btn-outline-lighten-2:hover {
  background-color: #ffd54f !important;
}

input:focus ~ .bg-amber {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ffd54f !important;
}

.border-amber.border-lighten-2 {
  border: 1px solid #ffd54f !important;
}

.border-top-amber.border-top-lighten-2 {
  border-top: 1px solid #ffd54f !important;
}

.border-bottom-amber.border-bottom-lighten-2 {
  border-bottom: 1px solid #ffd54f !important;
}

.border-left-amber.border-left-lighten-2 {
  border-left: 1px solid #ffd54f !important;
}

.border-right-amber.border-right-lighten-2 {
  border-right: 1px solid #ffd54f !important;
}

.overlay-amber.overlay-lighten-2 {
  background: #ffd54f; /* The Fallback */
  background: rgba(255, 213, 79, 0.8);
}

.amber.lighten-1 {
  color: #ffca28 !important;
}

.bg-amber.bg-lighten-1 {
  background-color: #ffca28 !important;
}
.bg-amber.bg-lighten-1.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(255, 202, 40, 0.6);
}

.btn-amber.btn-lighten-1 {
  border-color: #ffa000 !important;
  background-color: #ffca28 !important;
}
.btn-amber.btn-lighten-1:hover {
  border-color: #ffa000 !important;
  background-color: #ff8f00 !important;
}
.btn-amber.btn-lighten-1:focus, .btn-amber.btn-lighten-1:active {
  border-color: #ff8f00 !important;
  background-color: #ff6f00 !important;
}

.btn-outline-amber.btn-outline-lighten-1 {
  border-color: #ffca28 !important;
  color: #ffca28 !important;
}
.btn-outline-amber.btn-outline-lighten-1:hover {
  background-color: #ffca28 !important;
}

input:focus ~ .bg-amber {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ffca28 !important;
}

.border-amber.border-lighten-1 {
  border: 1px solid #ffca28 !important;
}

.border-top-amber.border-top-lighten-1 {
  border-top: 1px solid #ffca28 !important;
}

.border-bottom-amber.border-bottom-lighten-1 {
  border-bottom: 1px solid #ffca28 !important;
}

.border-left-amber.border-left-lighten-1 {
  border-left: 1px solid #ffca28 !important;
}

.border-right-amber.border-right-lighten-1 {
  border-right: 1px solid #ffca28 !important;
}

.overlay-amber.overlay-lighten-1 {
  background: #ffca28; /* The Fallback */
  background: rgba(255, 202, 40, 0.8);
}

.amber {
  color: #ffc107 !important;
}

.bg-amber {
  background-color: #ffc107 !important;
}
.bg-amber .card-header, .bg-amber .card-footer {
  background-color: transparent;
}
.bg-amber.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(255, 193, 7, 0.6);
}

.selectboxit.selectboxit-btn.bg-amber {
  background-color: #ffc107 !important;
}

.alert-amber {
  border-color: #ffc107 !important;
  background-color: #ffd34e !important;
  color: #543f00 !important;
}
.alert-amber .alert-link {
  color: #2b2000 !important;
}

.border-amber {
  border-color: #ffc107;
}

.overlay-amber {
  background: #ffc107; /* The Fallback */
  background: rgba(255, 193, 7, 0.8);
}

.color-info.amber {
  background-color: #ffc107 !important;
}

.btn-amber {
  border-color: #ffa000 !important;
  background-color: #ffc107 !important;
  color: #FFFFFF;
}
.btn-amber:hover {
  border-color: #ffb300 !important;
  background-color: #ffca28 !important;
  color: #FFF !important;
}
.btn-amber:focus, .btn-amber:active {
  border-color: #ffa000 !important;
  background-color: #ff8f00 !important;
  color: #FFF !important;
}
.btn-amber.btn-glow {
  box-shadow: 0px 1px 20px 1px rgba(255, 193, 7, 0.6);
}

.btn-outline-amber {
  border-color: #ffc107;
  background-color: transparent;
  color: #ffc107;
}
.btn-outline-amber:hover {
  background-color: #ffc107;
  color: #FFF !important;
}
.btn-outline-amber.btn-glow {
  box-shadow: 0px 1px 20px 1px rgba(255, 193, 7, 0.6);
}

input[type=checkbox].bg-amber + .custom-control-label:before, input[type=radio].bg-amber + .custom-control-label:before {
  background-color: #ffc107 !important;
}

/* .custom-control-label{
  &:before{
    background-color: #ddd !important;
  }
} */
input:focus ~ .bg-amber {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ffc107 !important;
}

.border-amber {
  border: 1px solid #ffc107 !important;
}

.border-top-amber {
  border-top: 1px solid #ffc107;
}

.border-bottom-amber {
  border-bottom: 1px solid #ffc107;
}

.border-left-amber {
  border-left: 1px solid #ffc107;
}

.border-right-amber {
  border-right: 1px solid #ffc107;
}

.amber.darken-1 {
  color: #ffb300 !important;
}

.bg-amber.bg-darken-1 {
  background-color: #ffb300 !important;
}
.bg-amber.bg-darken-1.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(255, 179, 0, 0.6);
}

.btn-amber.btn-darken-1 {
  border-color: #ffa000 !important;
  background-color: #ffb300 !important;
}
.btn-amber.btn-darken-1:hover {
  border-color: #ffa000 !important;
  background-color: #ff8f00 !important;
}
.btn-amber.btn-darken-1:focus, .btn-amber.btn-darken-1:active {
  border-color: #ff8f00 !important;
  background-color: #ff6f00 !important;
}

.btn-outline-amber.btn-outline-darken-1 {
  border-color: #ffb300 !important;
  color: #ffb300 !important;
}
.btn-outline-amber.btn-outline-darken-1:hover {
  background-color: #ffb300 !important;
}

input:focus ~ .bg-amber {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ffb300 !important;
}

.border-amber.border-darken-1 {
  border: 1px solid #ffb300 !important;
}

.border-top-amber.border-top-darken-1 {
  border-top: 1px solid #ffb300 !important;
}

.border-bottom-amber.border-bottom-darken-1 {
  border-bottom: 1px solid #ffb300 !important;
}

.border-left-amber.border-left-darken-1 {
  border-left: 1px solid #ffb300 !important;
}

.border-right-amber.border-right-darken-1 {
  border-right: 1px solid #ffb300 !important;
}

.overlay-amber.overlay-darken-1 {
  background: #ffb300; /* The Fallback */
  background: rgba(255, 179, 0, 0.8);
}

.amber.darken-2 {
  color: #ffa000 !important;
}

.bg-amber.bg-darken-2 {
  background-color: #ffa000 !important;
}
.bg-amber.bg-darken-2.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(255, 160, 0, 0.6);
}

.btn-amber.btn-darken-2 {
  border-color: #ffa000 !important;
  background-color: #ffa000 !important;
}
.btn-amber.btn-darken-2:hover {
  border-color: #ffa000 !important;
  background-color: #ff8f00 !important;
}
.btn-amber.btn-darken-2:focus, .btn-amber.btn-darken-2:active {
  border-color: #ff8f00 !important;
  background-color: #ff6f00 !important;
}

.btn-outline-amber.btn-outline-darken-2 {
  border-color: #ffa000 !important;
  color: #ffa000 !important;
}
.btn-outline-amber.btn-outline-darken-2:hover {
  background-color: #ffa000 !important;
}

input:focus ~ .bg-amber {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ffa000 !important;
}

.border-amber.border-darken-2 {
  border: 1px solid #ffa000 !important;
}

.border-top-amber.border-top-darken-2 {
  border-top: 1px solid #ffa000 !important;
}

.border-bottom-amber.border-bottom-darken-2 {
  border-bottom: 1px solid #ffa000 !important;
}

.border-left-amber.border-left-darken-2 {
  border-left: 1px solid #ffa000 !important;
}

.border-right-amber.border-right-darken-2 {
  border-right: 1px solid #ffa000 !important;
}

.overlay-amber.overlay-darken-2 {
  background: #ffa000; /* The Fallback */
  background: rgba(255, 160, 0, 0.8);
}

.amber.darken-3 {
  color: #ff8f00 !important;
}

.bg-amber.bg-darken-3 {
  background-color: #ff8f00 !important;
}
.bg-amber.bg-darken-3.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(255, 143, 0, 0.6);
}

.btn-amber.btn-darken-3 {
  border-color: #ffa000 !important;
  background-color: #ff8f00 !important;
}
.btn-amber.btn-darken-3:hover {
  border-color: #ffa000 !important;
  background-color: #ff8f00 !important;
}
.btn-amber.btn-darken-3:focus, .btn-amber.btn-darken-3:active {
  border-color: #ff8f00 !important;
  background-color: #ff6f00 !important;
}

.btn-outline-amber.btn-outline-darken-3 {
  border-color: #ff8f00 !important;
  color: #ff8f00 !important;
}
.btn-outline-amber.btn-outline-darken-3:hover {
  background-color: #ff8f00 !important;
}

input:focus ~ .bg-amber {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ff8f00 !important;
}

.border-amber.border-darken-3 {
  border: 1px solid #ff8f00 !important;
}

.border-top-amber.border-top-darken-3 {
  border-top: 1px solid #ff8f00 !important;
}

.border-bottom-amber.border-bottom-darken-3 {
  border-bottom: 1px solid #ff8f00 !important;
}

.border-left-amber.border-left-darken-3 {
  border-left: 1px solid #ff8f00 !important;
}

.border-right-amber.border-right-darken-3 {
  border-right: 1px solid #ff8f00 !important;
}

.overlay-amber.overlay-darken-3 {
  background: #ff8f00; /* The Fallback */
  background: rgba(255, 143, 0, 0.8);
}

.amber.darken-4 {
  color: #ff6f00 !important;
}

.bg-amber.bg-darken-4 {
  background-color: #ff6f00 !important;
}
.bg-amber.bg-darken-4.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(255, 111, 0, 0.6);
}

.btn-amber.btn-darken-4 {
  border-color: #ffa000 !important;
  background-color: #ff6f00 !important;
}
.btn-amber.btn-darken-4:hover {
  border-color: #ffa000 !important;
  background-color: #ff8f00 !important;
}
.btn-amber.btn-darken-4:focus, .btn-amber.btn-darken-4:active {
  border-color: #ff8f00 !important;
  background-color: #ff6f00 !important;
}

.btn-outline-amber.btn-outline-darken-4 {
  border-color: #ff6f00 !important;
  color: #ff6f00 !important;
}
.btn-outline-amber.btn-outline-darken-4:hover {
  background-color: #ff6f00 !important;
}

input:focus ~ .bg-amber {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ff6f00 !important;
}

.border-amber.border-darken-4 {
  border: 1px solid #ff6f00 !important;
}

.border-top-amber.border-top-darken-4 {
  border-top: 1px solid #ff6f00 !important;
}

.border-bottom-amber.border-bottom-darken-4 {
  border-bottom: 1px solid #ff6f00 !important;
}

.border-left-amber.border-left-darken-4 {
  border-left: 1px solid #ff6f00 !important;
}

.border-right-amber.border-right-darken-4 {
  border-right: 1px solid #ff6f00 !important;
}

.overlay-amber.overlay-darken-4 {
  background: #ff6f00; /* The Fallback */
  background: rgba(255, 111, 0, 0.8);
}

.amber.accent-1 {
  color: #ffe57f !important;
}

.bg-amber.bg-accent-1 {
  background-color: #ffe57f !important;
}
.bg-amber.bg-accent-1.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(255, 229, 127, 0.6);
}

.btn-amber.btn-accent-1 {
  border-color: #ffa000 !important;
  background-color: #ffe57f !important;
}
.btn-amber.btn-accent-1:hover {
  border-color: #ffa000 !important;
  background-color: #ff8f00 !important;
}
.btn-amber.btn-accent-1:focus, .btn-amber.btn-accent-1:active {
  border-color: #ff8f00 !important;
  background-color: #ff6f00 !important;
}

.btn-outline-amber.btn-outline-accent-1 {
  border-color: #ffe57f !important;
  color: #ffe57f !important;
}
.btn-outline-amber.btn-outline-accent-1:hover {
  background-color: #ffe57f !important;
}

input:focus ~ .bg-amber {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ffe57f !important;
}

.border-amber.border-accent-1 {
  border: 1px solid #ffe57f !important;
}

.border-top-amber.border-top-accent-1 {
  border-top: 1px solid #ffe57f !important;
}

.border-bottom-amber.border-bottom-accent-1 {
  border-bottom: 1px solid #ffe57f !important;
}

.border-left-amber.border-left-accent-1 {
  border-left: 1px solid #ffe57f !important;
}

.border-right-amber.border-right-accent-1 {
  border-right: 1px solid #ffe57f !important;
}

.overlay-amber.overlay-accent-1 {
  background: #ffe57f; /* The Fallback */
  background: rgba(255, 229, 127, 0.8);
}

.amber.accent-2 {
  color: #ffd740 !important;
}

.bg-amber.bg-accent-2 {
  background-color: #ffd740 !important;
}
.bg-amber.bg-accent-2.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(255, 215, 64, 0.6);
}

.btn-amber.btn-accent-2 {
  border-color: #ffa000 !important;
  background-color: #ffd740 !important;
}
.btn-amber.btn-accent-2:hover {
  border-color: #ffa000 !important;
  background-color: #ff8f00 !important;
}
.btn-amber.btn-accent-2:focus, .btn-amber.btn-accent-2:active {
  border-color: #ff8f00 !important;
  background-color: #ff6f00 !important;
}

.btn-outline-amber.btn-outline-accent-2 {
  border-color: #ffd740 !important;
  color: #ffd740 !important;
}
.btn-outline-amber.btn-outline-accent-2:hover {
  background-color: #ffd740 !important;
}

input:focus ~ .bg-amber {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ffd740 !important;
}

.border-amber.border-accent-2 {
  border: 1px solid #ffd740 !important;
}

.border-top-amber.border-top-accent-2 {
  border-top: 1px solid #ffd740 !important;
}

.border-bottom-amber.border-bottom-accent-2 {
  border-bottom: 1px solid #ffd740 !important;
}

.border-left-amber.border-left-accent-2 {
  border-left: 1px solid #ffd740 !important;
}

.border-right-amber.border-right-accent-2 {
  border-right: 1px solid #ffd740 !important;
}

.overlay-amber.overlay-accent-2 {
  background: #ffd740; /* The Fallback */
  background: rgba(255, 215, 64, 0.8);
}

.amber.accent-3 {
  color: #ffc400 !important;
}

.bg-amber.bg-accent-3 {
  background-color: #ffc400 !important;
}
.bg-amber.bg-accent-3.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(255, 196, 0, 0.6);
}

.btn-amber.btn-accent-3 {
  border-color: #ffa000 !important;
  background-color: #ffc400 !important;
}
.btn-amber.btn-accent-3:hover {
  border-color: #ffa000 !important;
  background-color: #ff8f00 !important;
}
.btn-amber.btn-accent-3:focus, .btn-amber.btn-accent-3:active {
  border-color: #ff8f00 !important;
  background-color: #ff6f00 !important;
}

.btn-outline-amber.btn-outline-accent-3 {
  border-color: #ffc400 !important;
  color: #ffc400 !important;
}
.btn-outline-amber.btn-outline-accent-3:hover {
  background-color: #ffc400 !important;
}

input:focus ~ .bg-amber {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ffc400 !important;
}

.border-amber.border-accent-3 {
  border: 1px solid #ffc400 !important;
}

.border-top-amber.border-top-accent-3 {
  border-top: 1px solid #ffc400 !important;
}

.border-bottom-amber.border-bottom-accent-3 {
  border-bottom: 1px solid #ffc400 !important;
}

.border-left-amber.border-left-accent-3 {
  border-left: 1px solid #ffc400 !important;
}

.border-right-amber.border-right-accent-3 {
  border-right: 1px solid #ffc400 !important;
}

.overlay-amber.overlay-accent-3 {
  background: #ffc400; /* The Fallback */
  background: rgba(255, 196, 0, 0.8);
}

.amber.accent-4 {
  color: #ffab00 !important;
}

.bg-amber.bg-accent-4 {
  background-color: #ffab00 !important;
}
.bg-amber.bg-accent-4.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(255, 171, 0, 0.6);
}

.btn-amber.btn-accent-4 {
  border-color: #ffa000 !important;
  background-color: #ffab00 !important;
}
.btn-amber.btn-accent-4:hover {
  border-color: #ffa000 !important;
  background-color: #ff8f00 !important;
}
.btn-amber.btn-accent-4:focus, .btn-amber.btn-accent-4:active {
  border-color: #ff8f00 !important;
  background-color: #ff6f00 !important;
}

.btn-outline-amber.btn-outline-accent-4 {
  border-color: #ffab00 !important;
  color: #ffab00 !important;
}
.btn-outline-amber.btn-outline-accent-4:hover {
  background-color: #ffab00 !important;
}

input:focus ~ .bg-amber {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ffab00 !important;
}

.border-amber.border-accent-4 {
  border: 1px solid #ffab00 !important;
}

.border-top-amber.border-top-accent-4 {
  border-top: 1px solid #ffab00 !important;
}

.border-bottom-amber.border-bottom-accent-4 {
  border-bottom: 1px solid #ffab00 !important;
}

.border-left-amber.border-left-accent-4 {
  border-left: 1px solid #ffab00 !important;
}

.border-right-amber.border-right-accent-4 {
  border-right: 1px solid #ffab00 !important;
}

.overlay-amber.overlay-accent-4 {
  background: #ffab00; /* The Fallback */
  background: rgba(255, 171, 0, 0.8);
}

.blue-grey.lighten-5 {
  color: #eceff1 !important;
}

.bg-blue-grey.bg-lighten-5 {
  background-color: #eceff1 !important;
}
.bg-blue-grey.bg-lighten-5.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(236, 239, 241, 0.6);
}

.btn-blue-grey.btn-lighten-5 {
  border-color: #455a64 !important;
  background-color: #eceff1 !important;
}
.btn-blue-grey.btn-lighten-5:hover {
  border-color: #455a64 !important;
  background-color: #37474f !important;
}
.btn-blue-grey.btn-lighten-5:focus, .btn-blue-grey.btn-lighten-5:active {
  border-color: #37474f !important;
  background-color: #263238 !important;
}

.btn-outline-blue-grey.btn-outline-lighten-5 {
  border-color: #eceff1 !important;
  color: #eceff1 !important;
}
.btn-outline-blue-grey.btn-outline-lighten-5:hover {
  background-color: #eceff1 !important;
}

input:focus ~ .bg-blue-grey {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #eceff1 !important;
}

.border-blue-grey.border-lighten-5 {
  border: 1px solid #eceff1 !important;
}

.border-top-blue-grey.border-top-lighten-5 {
  border-top: 1px solid #eceff1 !important;
}

.border-bottom-blue-grey.border-bottom-lighten-5 {
  border-bottom: 1px solid #eceff1 !important;
}

.border-left-blue-grey.border-left-lighten-5 {
  border-left: 1px solid #eceff1 !important;
}

.border-right-blue-grey.border-right-lighten-5 {
  border-right: 1px solid #eceff1 !important;
}

.overlay-blue-grey.overlay-lighten-5 {
  background: #eceff1; /* The Fallback */
  background: rgba(236, 239, 241, 0.8);
}

.blue-grey.lighten-4 {
  color: #cfd8dc !important;
}

.bg-blue-grey.bg-lighten-4 {
  background-color: #cfd8dc !important;
}
.bg-blue-grey.bg-lighten-4.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(207, 216, 220, 0.6);
}

.btn-blue-grey.btn-lighten-4 {
  border-color: #455a64 !important;
  background-color: #cfd8dc !important;
}
.btn-blue-grey.btn-lighten-4:hover {
  border-color: #455a64 !important;
  background-color: #37474f !important;
}
.btn-blue-grey.btn-lighten-4:focus, .btn-blue-grey.btn-lighten-4:active {
  border-color: #37474f !important;
  background-color: #263238 !important;
}

.btn-outline-blue-grey.btn-outline-lighten-4 {
  border-color: #cfd8dc !important;
  color: #cfd8dc !important;
}
.btn-outline-blue-grey.btn-outline-lighten-4:hover {
  background-color: #cfd8dc !important;
}

input:focus ~ .bg-blue-grey {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #cfd8dc !important;
}

.border-blue-grey.border-lighten-4 {
  border: 1px solid #cfd8dc !important;
}

.border-top-blue-grey.border-top-lighten-4 {
  border-top: 1px solid #cfd8dc !important;
}

.border-bottom-blue-grey.border-bottom-lighten-4 {
  border-bottom: 1px solid #cfd8dc !important;
}

.border-left-blue-grey.border-left-lighten-4 {
  border-left: 1px solid #cfd8dc !important;
}

.border-right-blue-grey.border-right-lighten-4 {
  border-right: 1px solid #cfd8dc !important;
}

.overlay-blue-grey.overlay-lighten-4 {
  background: #cfd8dc; /* The Fallback */
  background: rgba(207, 216, 220, 0.8);
}

.blue-grey.lighten-3 {
  color: #b0bec5 !important;
}

.bg-blue-grey.bg-lighten-3 {
  background-color: #b0bec5 !important;
}
.bg-blue-grey.bg-lighten-3.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(176, 190, 197, 0.6);
}

.btn-blue-grey.btn-lighten-3 {
  border-color: #455a64 !important;
  background-color: #b0bec5 !important;
}
.btn-blue-grey.btn-lighten-3:hover {
  border-color: #455a64 !important;
  background-color: #37474f !important;
}
.btn-blue-grey.btn-lighten-3:focus, .btn-blue-grey.btn-lighten-3:active {
  border-color: #37474f !important;
  background-color: #263238 !important;
}

.btn-outline-blue-grey.btn-outline-lighten-3 {
  border-color: #b0bec5 !important;
  color: #b0bec5 !important;
}
.btn-outline-blue-grey.btn-outline-lighten-3:hover {
  background-color: #b0bec5 !important;
}

input:focus ~ .bg-blue-grey {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #b0bec5 !important;
}

.border-blue-grey.border-lighten-3 {
  border: 1px solid #b0bec5 !important;
}

.border-top-blue-grey.border-top-lighten-3 {
  border-top: 1px solid #b0bec5 !important;
}

.border-bottom-blue-grey.border-bottom-lighten-3 {
  border-bottom: 1px solid #b0bec5 !important;
}

.border-left-blue-grey.border-left-lighten-3 {
  border-left: 1px solid #b0bec5 !important;
}

.border-right-blue-grey.border-right-lighten-3 {
  border-right: 1px solid #b0bec5 !important;
}

.overlay-blue-grey.overlay-lighten-3 {
  background: #b0bec5; /* The Fallback */
  background: rgba(176, 190, 197, 0.8);
}

.blue-grey.lighten-2 {
  color: #90a4ae !important;
}

.bg-blue-grey.bg-lighten-2 {
  background-color: #90a4ae !important;
}
.bg-blue-grey.bg-lighten-2.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(144, 164, 174, 0.6);
}

.btn-blue-grey.btn-lighten-2 {
  border-color: #455a64 !important;
  background-color: #90a4ae !important;
}
.btn-blue-grey.btn-lighten-2:hover {
  border-color: #455a64 !important;
  background-color: #37474f !important;
}
.btn-blue-grey.btn-lighten-2:focus, .btn-blue-grey.btn-lighten-2:active {
  border-color: #37474f !important;
  background-color: #263238 !important;
}

.btn-outline-blue-grey.btn-outline-lighten-2 {
  border-color: #90a4ae !important;
  color: #90a4ae !important;
}
.btn-outline-blue-grey.btn-outline-lighten-2:hover {
  background-color: #90a4ae !important;
}

input:focus ~ .bg-blue-grey {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #90a4ae !important;
}

.border-blue-grey.border-lighten-2 {
  border: 1px solid #90a4ae !important;
}

.border-top-blue-grey.border-top-lighten-2 {
  border-top: 1px solid #90a4ae !important;
}

.border-bottom-blue-grey.border-bottom-lighten-2 {
  border-bottom: 1px solid #90a4ae !important;
}

.border-left-blue-grey.border-left-lighten-2 {
  border-left: 1px solid #90a4ae !important;
}

.border-right-blue-grey.border-right-lighten-2 {
  border-right: 1px solid #90a4ae !important;
}

.overlay-blue-grey.overlay-lighten-2 {
  background: #90a4ae; /* The Fallback */
  background: rgba(144, 164, 174, 0.8);
}

.blue-grey.lighten-1 {
  color: #78909c !important;
}

.bg-blue-grey.bg-lighten-1 {
  background-color: #78909c !important;
}
.bg-blue-grey.bg-lighten-1.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(120, 144, 156, 0.6);
}

.btn-blue-grey.btn-lighten-1 {
  border-color: #455a64 !important;
  background-color: #78909c !important;
}
.btn-blue-grey.btn-lighten-1:hover {
  border-color: #455a64 !important;
  background-color: #37474f !important;
}
.btn-blue-grey.btn-lighten-1:focus, .btn-blue-grey.btn-lighten-1:active {
  border-color: #37474f !important;
  background-color: #263238 !important;
}

.btn-outline-blue-grey.btn-outline-lighten-1 {
  border-color: #78909c !important;
  color: #78909c !important;
}
.btn-outline-blue-grey.btn-outline-lighten-1:hover {
  background-color: #78909c !important;
}

input:focus ~ .bg-blue-grey {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #78909c !important;
}

.border-blue-grey.border-lighten-1 {
  border: 1px solid #78909c !important;
}

.border-top-blue-grey.border-top-lighten-1 {
  border-top: 1px solid #78909c !important;
}

.border-bottom-blue-grey.border-bottom-lighten-1 {
  border-bottom: 1px solid #78909c !important;
}

.border-left-blue-grey.border-left-lighten-1 {
  border-left: 1px solid #78909c !important;
}

.border-right-blue-grey.border-right-lighten-1 {
  border-right: 1px solid #78909c !important;
}

.overlay-blue-grey.overlay-lighten-1 {
  background: #78909c; /* The Fallback */
  background: rgba(120, 144, 156, 0.8);
}

.blue-grey {
  color: #607d8b !important;
}

.bg-blue-grey {
  background-color: #607d8b !important;
}
.bg-blue-grey .card-header, .bg-blue-grey .card-footer {
  background-color: transparent;
}
.bg-blue-grey.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(96, 125, 139, 0.6);
}

.selectboxit.selectboxit-btn.bg-blue-grey {
  background-color: #607d8b !important;
}

.alert-blue-grey {
  border-color: #607d8b !important;
  background-color: #87a0ac !important;
  color: #171e21 !important;
}
.alert-blue-grey .alert-link {
  color: #060809 !important;
}

.border-blue-grey {
  border-color: #607d8b;
}

.overlay-blue-grey {
  background: #607d8b; /* The Fallback */
  background: rgba(96, 125, 139, 0.8);
}

.color-info.blue-grey {
  background-color: #607d8b !important;
}

.btn-blue-grey {
  border-color: #455a64 !important;
  background-color: #607d8b !important;
  color: #FFFFFF;
}
.btn-blue-grey:hover {
  border-color: #546e7a !important;
  background-color: #78909c !important;
  color: #FFF !important;
}
.btn-blue-grey:focus, .btn-blue-grey:active {
  border-color: #455a64 !important;
  background-color: #37474f !important;
  color: #FFF !important;
}
.btn-blue-grey.btn-glow {
  box-shadow: 0px 1px 20px 1px rgba(96, 125, 139, 0.6);
}

.btn-outline-blue-grey {
  border-color: #607d8b;
  background-color: transparent;
  color: #607d8b;
}
.btn-outline-blue-grey:hover {
  background-color: #607d8b;
  color: #FFF !important;
}
.btn-outline-blue-grey.btn-glow {
  box-shadow: 0px 1px 20px 1px rgba(96, 125, 139, 0.6);
}

input[type=checkbox].bg-blue-grey + .custom-control-label:before, input[type=radio].bg-blue-grey + .custom-control-label:before {
  background-color: #607d8b !important;
}

/* .custom-control-label{
  &:before{
    background-color: #ddd !important;
  }
} */
input:focus ~ .bg-blue-grey {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #607d8b !important;
}

.border-blue-grey {
  border: 1px solid #607d8b !important;
}

.border-top-blue-grey {
  border-top: 1px solid #607d8b;
}

.border-bottom-blue-grey {
  border-bottom: 1px solid #607d8b;
}

.border-left-blue-grey {
  border-left: 1px solid #607d8b;
}

.border-right-blue-grey {
  border-right: 1px solid #607d8b;
}

.blue-grey.darken-1 {
  color: #546e7a !important;
}

.bg-blue-grey.bg-darken-1 {
  background-color: #546e7a !important;
}
.bg-blue-grey.bg-darken-1.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(84, 110, 122, 0.6);
}

.btn-blue-grey.btn-darken-1 {
  border-color: #455a64 !important;
  background-color: #546e7a !important;
}
.btn-blue-grey.btn-darken-1:hover {
  border-color: #455a64 !important;
  background-color: #37474f !important;
}
.btn-blue-grey.btn-darken-1:focus, .btn-blue-grey.btn-darken-1:active {
  border-color: #37474f !important;
  background-color: #263238 !important;
}

.btn-outline-blue-grey.btn-outline-darken-1 {
  border-color: #546e7a !important;
  color: #546e7a !important;
}
.btn-outline-blue-grey.btn-outline-darken-1:hover {
  background-color: #546e7a !important;
}

input:focus ~ .bg-blue-grey {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #546e7a !important;
}

.border-blue-grey.border-darken-1 {
  border: 1px solid #546e7a !important;
}

.border-top-blue-grey.border-top-darken-1 {
  border-top: 1px solid #546e7a !important;
}

.border-bottom-blue-grey.border-bottom-darken-1 {
  border-bottom: 1px solid #546e7a !important;
}

.border-left-blue-grey.border-left-darken-1 {
  border-left: 1px solid #546e7a !important;
}

.border-right-blue-grey.border-right-darken-1 {
  border-right: 1px solid #546e7a !important;
}

.overlay-blue-grey.overlay-darken-1 {
  background: #546e7a; /* The Fallback */
  background: rgba(84, 110, 122, 0.8);
}

.blue-grey.darken-2 {
  color: #455a64 !important;
}

.bg-blue-grey.bg-darken-2 {
  background-color: #455a64 !important;
}
.bg-blue-grey.bg-darken-2.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(69, 90, 100, 0.6);
}

.btn-blue-grey.btn-darken-2 {
  border-color: #455a64 !important;
  background-color: #455a64 !important;
}
.btn-blue-grey.btn-darken-2:hover {
  border-color: #455a64 !important;
  background-color: #37474f !important;
}
.btn-blue-grey.btn-darken-2:focus, .btn-blue-grey.btn-darken-2:active {
  border-color: #37474f !important;
  background-color: #263238 !important;
}

.btn-outline-blue-grey.btn-outline-darken-2 {
  border-color: #455a64 !important;
  color: #455a64 !important;
}
.btn-outline-blue-grey.btn-outline-darken-2:hover {
  background-color: #455a64 !important;
}

input:focus ~ .bg-blue-grey {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #455a64 !important;
}

.border-blue-grey.border-darken-2 {
  border: 1px solid #455a64 !important;
}

.border-top-blue-grey.border-top-darken-2 {
  border-top: 1px solid #455a64 !important;
}

.border-bottom-blue-grey.border-bottom-darken-2 {
  border-bottom: 1px solid #455a64 !important;
}

.border-left-blue-grey.border-left-darken-2 {
  border-left: 1px solid #455a64 !important;
}

.border-right-blue-grey.border-right-darken-2 {
  border-right: 1px solid #455a64 !important;
}

.overlay-blue-grey.overlay-darken-2 {
  background: #455a64; /* The Fallback */
  background: rgba(69, 90, 100, 0.8);
}

.blue-grey.darken-3 {
  color: #37474f !important;
}

.bg-blue-grey.bg-darken-3 {
  background-color: #37474f !important;
}
.bg-blue-grey.bg-darken-3.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(55, 71, 79, 0.6);
}

.btn-blue-grey.btn-darken-3 {
  border-color: #455a64 !important;
  background-color: #37474f !important;
}
.btn-blue-grey.btn-darken-3:hover {
  border-color: #455a64 !important;
  background-color: #37474f !important;
}
.btn-blue-grey.btn-darken-3:focus, .btn-blue-grey.btn-darken-3:active {
  border-color: #37474f !important;
  background-color: #263238 !important;
}

.btn-outline-blue-grey.btn-outline-darken-3 {
  border-color: #37474f !important;
  color: #37474f !important;
}
.btn-outline-blue-grey.btn-outline-darken-3:hover {
  background-color: #37474f !important;
}

input:focus ~ .bg-blue-grey {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #37474f !important;
}

.border-blue-grey.border-darken-3 {
  border: 1px solid #37474f !important;
}

.border-top-blue-grey.border-top-darken-3 {
  border-top: 1px solid #37474f !important;
}

.border-bottom-blue-grey.border-bottom-darken-3 {
  border-bottom: 1px solid #37474f !important;
}

.border-left-blue-grey.border-left-darken-3 {
  border-left: 1px solid #37474f !important;
}

.border-right-blue-grey.border-right-darken-3 {
  border-right: 1px solid #37474f !important;
}

.overlay-blue-grey.overlay-darken-3 {
  background: #37474f; /* The Fallback */
  background: rgba(55, 71, 79, 0.8);
}

.blue-grey.darken-4 {
  color: #263238 !important;
}

.bg-blue-grey.bg-darken-4 {
  background-color: #263238 !important;
}
.bg-blue-grey.bg-darken-4.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(38, 50, 56, 0.6);
}

.btn-blue-grey.btn-darken-4 {
  border-color: #455a64 !important;
  background-color: #263238 !important;
}
.btn-blue-grey.btn-darken-4:hover {
  border-color: #455a64 !important;
  background-color: #37474f !important;
}
.btn-blue-grey.btn-darken-4:focus, .btn-blue-grey.btn-darken-4:active {
  border-color: #37474f !important;
  background-color: #263238 !important;
}

.btn-outline-blue-grey.btn-outline-darken-4 {
  border-color: #263238 !important;
  color: #263238 !important;
}
.btn-outline-blue-grey.btn-outline-darken-4:hover {
  background-color: #263238 !important;
}

input:focus ~ .bg-blue-grey {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #263238 !important;
}

.border-blue-grey.border-darken-4 {
  border: 1px solid #263238 !important;
}

.border-top-blue-grey.border-top-darken-4 {
  border-top: 1px solid #263238 !important;
}

.border-bottom-blue-grey.border-bottom-darken-4 {
  border-bottom: 1px solid #263238 !important;
}

.border-left-blue-grey.border-left-darken-4 {
  border-left: 1px solid #263238 !important;
}

.border-right-blue-grey.border-right-darken-4 {
  border-right: 1px solid #263238 !important;
}

.overlay-blue-grey.overlay-darken-4 {
  background: #263238; /* The Fallback */
  background: rgba(38, 50, 56, 0.8);
}

.grey-blue.lighten-5 {
  color: #eceff1 !important;
}

.bg-grey-blue.bg-lighten-5 {
  background-color: #eceff1 !important;
}
.bg-grey-blue.bg-lighten-5.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(236, 239, 241, 0.6);
}

.btn-grey-blue.btn-lighten-5 {
  border-color: #2c303b !important;
  background-color: #eceff1 !important;
}
.btn-grey-blue.btn-lighten-5:hover {
  border-color: #2c303b !important;
  background-color: #37474f !important;
}
.btn-grey-blue.btn-lighten-5:focus, .btn-grey-blue.btn-lighten-5:active {
  border-color: #37474f !important;
  background-color: #263238 !important;
}

.btn-outline-grey-blue.btn-outline-lighten-5 {
  border-color: #eceff1 !important;
  color: #eceff1 !important;
}
.btn-outline-grey-blue.btn-outline-lighten-5:hover {
  background-color: #eceff1 !important;
}

input:focus ~ .bg-grey-blue {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #eceff1 !important;
}

.border-grey-blue.border-lighten-5 {
  border: 1px solid #eceff1 !important;
}

.border-top-grey-blue.border-top-lighten-5 {
  border-top: 1px solid #eceff1 !important;
}

.border-bottom-grey-blue.border-bottom-lighten-5 {
  border-bottom: 1px solid #eceff1 !important;
}

.border-left-grey-blue.border-left-lighten-5 {
  border-left: 1px solid #eceff1 !important;
}

.border-right-grey-blue.border-right-lighten-5 {
  border-right: 1px solid #eceff1 !important;
}

.overlay-grey-blue.overlay-lighten-5 {
  background: #eceff1; /* The Fallback */
  background: rgba(236, 239, 241, 0.8);
}

.grey-blue.lighten-4 {
  color: #cfd8dc !important;
}

.bg-grey-blue.bg-lighten-4 {
  background-color: #cfd8dc !important;
}
.bg-grey-blue.bg-lighten-4.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(207, 216, 220, 0.6);
}

.btn-grey-blue.btn-lighten-4 {
  border-color: #2c303b !important;
  background-color: #cfd8dc !important;
}
.btn-grey-blue.btn-lighten-4:hover {
  border-color: #2c303b !important;
  background-color: #37474f !important;
}
.btn-grey-blue.btn-lighten-4:focus, .btn-grey-blue.btn-lighten-4:active {
  border-color: #37474f !important;
  background-color: #263238 !important;
}

.btn-outline-grey-blue.btn-outline-lighten-4 {
  border-color: #cfd8dc !important;
  color: #cfd8dc !important;
}
.btn-outline-grey-blue.btn-outline-lighten-4:hover {
  background-color: #cfd8dc !important;
}

input:focus ~ .bg-grey-blue {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #cfd8dc !important;
}

.border-grey-blue.border-lighten-4 {
  border: 1px solid #cfd8dc !important;
}

.border-top-grey-blue.border-top-lighten-4 {
  border-top: 1px solid #cfd8dc !important;
}

.border-bottom-grey-blue.border-bottom-lighten-4 {
  border-bottom: 1px solid #cfd8dc !important;
}

.border-left-grey-blue.border-left-lighten-4 {
  border-left: 1px solid #cfd8dc !important;
}

.border-right-grey-blue.border-right-lighten-4 {
  border-right: 1px solid #cfd8dc !important;
}

.overlay-grey-blue.overlay-lighten-4 {
  background: #cfd8dc; /* The Fallback */
  background: rgba(207, 216, 220, 0.8);
}

.grey-blue.lighten-3 {
  color: #b0bec5 !important;
}

.bg-grey-blue.bg-lighten-3 {
  background-color: #b0bec5 !important;
}
.bg-grey-blue.bg-lighten-3.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(176, 190, 197, 0.6);
}

.btn-grey-blue.btn-lighten-3 {
  border-color: #2c303b !important;
  background-color: #b0bec5 !important;
}
.btn-grey-blue.btn-lighten-3:hover {
  border-color: #2c303b !important;
  background-color: #37474f !important;
}
.btn-grey-blue.btn-lighten-3:focus, .btn-grey-blue.btn-lighten-3:active {
  border-color: #37474f !important;
  background-color: #263238 !important;
}

.btn-outline-grey-blue.btn-outline-lighten-3 {
  border-color: #b0bec5 !important;
  color: #b0bec5 !important;
}
.btn-outline-grey-blue.btn-outline-lighten-3:hover {
  background-color: #b0bec5 !important;
}

input:focus ~ .bg-grey-blue {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #b0bec5 !important;
}

.border-grey-blue.border-lighten-3 {
  border: 1px solid #b0bec5 !important;
}

.border-top-grey-blue.border-top-lighten-3 {
  border-top: 1px solid #b0bec5 !important;
}

.border-bottom-grey-blue.border-bottom-lighten-3 {
  border-bottom: 1px solid #b0bec5 !important;
}

.border-left-grey-blue.border-left-lighten-3 {
  border-left: 1px solid #b0bec5 !important;
}

.border-right-grey-blue.border-right-lighten-3 {
  border-right: 1px solid #b0bec5 !important;
}

.overlay-grey-blue.overlay-lighten-3 {
  background: #b0bec5; /* The Fallback */
  background: rgba(176, 190, 197, 0.8);
}

.grey-blue.lighten-2 {
  color: #6f85ad !important;
}

.bg-grey-blue.bg-lighten-2 {
  background-color: #6f85ad !important;
}
.bg-grey-blue.bg-lighten-2.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(111, 133, 173, 0.6);
}

.btn-grey-blue.btn-lighten-2 {
  border-color: #2c303b !important;
  background-color: #6f85ad !important;
}
.btn-grey-blue.btn-lighten-2:hover {
  border-color: #2c303b !important;
  background-color: #37474f !important;
}
.btn-grey-blue.btn-lighten-2:focus, .btn-grey-blue.btn-lighten-2:active {
  border-color: #37474f !important;
  background-color: #263238 !important;
}

.btn-outline-grey-blue.btn-outline-lighten-2 {
  border-color: #6f85ad !important;
  color: #6f85ad !important;
}
.btn-outline-grey-blue.btn-outline-lighten-2:hover {
  background-color: #6f85ad !important;
}

input:focus ~ .bg-grey-blue {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #6f85ad !important;
}

.border-grey-blue.border-lighten-2 {
  border: 1px solid #6f85ad !important;
}

.border-top-grey-blue.border-top-lighten-2 {
  border-top: 1px solid #6f85ad !important;
}

.border-bottom-grey-blue.border-bottom-lighten-2 {
  border-bottom: 1px solid #6f85ad !important;
}

.border-left-grey-blue.border-left-lighten-2 {
  border-left: 1px solid #6f85ad !important;
}

.border-right-grey-blue.border-right-lighten-2 {
  border-right: 1px solid #6f85ad !important;
}

.overlay-grey-blue.overlay-lighten-2 {
  background: #6f85ad; /* The Fallback */
  background: rgba(111, 133, 173, 0.8);
}

.grey-blue.lighten-1 {
  color: #78909c !important;
}

.bg-grey-blue.bg-lighten-1 {
  background-color: #78909c !important;
}
.bg-grey-blue.bg-lighten-1.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(120, 144, 156, 0.6);
}

.btn-grey-blue.btn-lighten-1 {
  border-color: #2c303b !important;
  background-color: #78909c !important;
}
.btn-grey-blue.btn-lighten-1:hover {
  border-color: #2c303b !important;
  background-color: #37474f !important;
}
.btn-grey-blue.btn-lighten-1:focus, .btn-grey-blue.btn-lighten-1:active {
  border-color: #37474f !important;
  background-color: #263238 !important;
}

.btn-outline-grey-blue.btn-outline-lighten-1 {
  border-color: #78909c !important;
  color: #78909c !important;
}
.btn-outline-grey-blue.btn-outline-lighten-1:hover {
  background-color: #78909c !important;
}

input:focus ~ .bg-grey-blue {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #78909c !important;
}

.border-grey-blue.border-lighten-1 {
  border: 1px solid #78909c !important;
}

.border-top-grey-blue.border-top-lighten-1 {
  border-top: 1px solid #78909c !important;
}

.border-bottom-grey-blue.border-bottom-lighten-1 {
  border-bottom: 1px solid #78909c !important;
}

.border-left-grey-blue.border-left-lighten-1 {
  border-left: 1px solid #78909c !important;
}

.border-right-grey-blue.border-right-lighten-1 {
  border-right: 1px solid #78909c !important;
}

.overlay-grey-blue.overlay-lighten-1 {
  background: #78909c; /* The Fallback */
  background: rgba(120, 144, 156, 0.8);
}

.grey-blue {
  color: #1b2942 !important;
}

.bg-grey-blue {
  background-color: #1b2942 !important;
}
.bg-grey-blue .card-header, .bg-grey-blue .card-footer {
  background-color: transparent;
}
.bg-grey-blue.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(27, 41, 66, 0.6);
}

.selectboxit.selectboxit-btn.bg-grey-blue {
  background-color: #1b2942 !important;
}

.alert-grey-blue {
  border-color: #1b2942 !important;
  background-color: #304875 !important;
  color: black !important;
}
.alert-grey-blue .alert-link {
  color: black !important;
}

.border-grey-blue {
  border-color: #1b2942;
}

.overlay-grey-blue {
  background: #1b2942; /* The Fallback */
  background: rgba(27, 41, 66, 0.8);
}

.color-info.grey-blue {
  background-color: #1b2942 !important;
}

.btn-grey-blue {
  border-color: #2c303b !important;
  background-color: #1b2942 !important;
  color: #FFFFFF;
}
.btn-grey-blue:hover {
  border-color: #546e7a !important;
  background-color: #78909c !important;
  color: #FFF !important;
}
.btn-grey-blue:focus, .btn-grey-blue:active {
  border-color: #2c303b !important;
  background-color: #37474f !important;
  color: #FFF !important;
}
.btn-grey-blue.btn-glow {
  box-shadow: 0px 1px 20px 1px rgba(27, 41, 66, 0.6);
}

.btn-outline-grey-blue {
  border-color: #1b2942;
  background-color: transparent;
  color: #1b2942;
}
.btn-outline-grey-blue:hover {
  background-color: #1b2942;
  color: #FFF !important;
}
.btn-outline-grey-blue.btn-glow {
  box-shadow: 0px 1px 20px 1px rgba(27, 41, 66, 0.6);
}

input[type=checkbox].bg-grey-blue + .custom-control-label:before, input[type=radio].bg-grey-blue + .custom-control-label:before {
  background-color: #1b2942 !important;
}

/* .custom-control-label{
  &:before{
    background-color: #ddd !important;
  }
} */
input:focus ~ .bg-grey-blue {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #1b2942 !important;
}

.border-grey-blue {
  border: 1px solid #1b2942 !important;
}

.border-top-grey-blue {
  border-top: 1px solid #1b2942;
}

.border-bottom-grey-blue {
  border-bottom: 1px solid #1b2942;
}

.border-left-grey-blue {
  border-left: 1px solid #1b2942;
}

.border-right-grey-blue {
  border-right: 1px solid #1b2942;
}

.grey-blue.darken-1 {
  color: #546e7a !important;
}

.bg-grey-blue.bg-darken-1 {
  background-color: #546e7a !important;
}
.bg-grey-blue.bg-darken-1.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(84, 110, 122, 0.6);
}

.btn-grey-blue.btn-darken-1 {
  border-color: #2c303b !important;
  background-color: #546e7a !important;
}
.btn-grey-blue.btn-darken-1:hover {
  border-color: #2c303b !important;
  background-color: #37474f !important;
}
.btn-grey-blue.btn-darken-1:focus, .btn-grey-blue.btn-darken-1:active {
  border-color: #37474f !important;
  background-color: #263238 !important;
}

.btn-outline-grey-blue.btn-outline-darken-1 {
  border-color: #546e7a !important;
  color: #546e7a !important;
}
.btn-outline-grey-blue.btn-outline-darken-1:hover {
  background-color: #546e7a !important;
}

input:focus ~ .bg-grey-blue {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #546e7a !important;
}

.border-grey-blue.border-darken-1 {
  border: 1px solid #546e7a !important;
}

.border-top-grey-blue.border-top-darken-1 {
  border-top: 1px solid #546e7a !important;
}

.border-bottom-grey-blue.border-bottom-darken-1 {
  border-bottom: 1px solid #546e7a !important;
}

.border-left-grey-blue.border-left-darken-1 {
  border-left: 1px solid #546e7a !important;
}

.border-right-grey-blue.border-right-darken-1 {
  border-right: 1px solid #546e7a !important;
}

.overlay-grey-blue.overlay-darken-1 {
  background: #546e7a; /* The Fallback */
  background: rgba(84, 110, 122, 0.8);
}

.grey-blue.darken-2 {
  color: #2c303b !important;
}

.bg-grey-blue.bg-darken-2 {
  background-color: #2c303b !important;
}
.bg-grey-blue.bg-darken-2.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(44, 48, 59, 0.6);
}

.btn-grey-blue.btn-darken-2 {
  border-color: #2c303b !important;
  background-color: #2c303b !important;
}
.btn-grey-blue.btn-darken-2:hover {
  border-color: #2c303b !important;
  background-color: #37474f !important;
}
.btn-grey-blue.btn-darken-2:focus, .btn-grey-blue.btn-darken-2:active {
  border-color: #37474f !important;
  background-color: #263238 !important;
}

.btn-outline-grey-blue.btn-outline-darken-2 {
  border-color: #2c303b !important;
  color: #2c303b !important;
}
.btn-outline-grey-blue.btn-outline-darken-2:hover {
  background-color: #2c303b !important;
}

input:focus ~ .bg-grey-blue {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #2c303b !important;
}

.border-grey-blue.border-darken-2 {
  border: 1px solid #2c303b !important;
}

.border-top-grey-blue.border-top-darken-2 {
  border-top: 1px solid #2c303b !important;
}

.border-bottom-grey-blue.border-bottom-darken-2 {
  border-bottom: 1px solid #2c303b !important;
}

.border-left-grey-blue.border-left-darken-2 {
  border-left: 1px solid #2c303b !important;
}

.border-right-grey-blue.border-right-darken-2 {
  border-right: 1px solid #2c303b !important;
}

.overlay-grey-blue.overlay-darken-2 {
  background: #2c303b; /* The Fallback */
  background: rgba(44, 48, 59, 0.8);
}

.grey-blue.darken-3 {
  color: #37474f !important;
}

.bg-grey-blue.bg-darken-3 {
  background-color: #37474f !important;
}
.bg-grey-blue.bg-darken-3.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(55, 71, 79, 0.6);
}

.btn-grey-blue.btn-darken-3 {
  border-color: #2c303b !important;
  background-color: #37474f !important;
}
.btn-grey-blue.btn-darken-3:hover {
  border-color: #2c303b !important;
  background-color: #37474f !important;
}
.btn-grey-blue.btn-darken-3:focus, .btn-grey-blue.btn-darken-3:active {
  border-color: #37474f !important;
  background-color: #263238 !important;
}

.btn-outline-grey-blue.btn-outline-darken-3 {
  border-color: #37474f !important;
  color: #37474f !important;
}
.btn-outline-grey-blue.btn-outline-darken-3:hover {
  background-color: #37474f !important;
}

input:focus ~ .bg-grey-blue {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #37474f !important;
}

.border-grey-blue.border-darken-3 {
  border: 1px solid #37474f !important;
}

.border-top-grey-blue.border-top-darken-3 {
  border-top: 1px solid #37474f !important;
}

.border-bottom-grey-blue.border-bottom-darken-3 {
  border-bottom: 1px solid #37474f !important;
}

.border-left-grey-blue.border-left-darken-3 {
  border-left: 1px solid #37474f !important;
}

.border-right-grey-blue.border-right-darken-3 {
  border-right: 1px solid #37474f !important;
}

.overlay-grey-blue.overlay-darken-3 {
  background: #37474f; /* The Fallback */
  background: rgba(55, 71, 79, 0.8);
}

.grey-blue.darken-4 {
  color: #263238 !important;
}

.bg-grey-blue.bg-darken-4 {
  background-color: #263238 !important;
}
.bg-grey-blue.bg-darken-4.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(38, 50, 56, 0.6);
}

.btn-grey-blue.btn-darken-4 {
  border-color: #2c303b !important;
  background-color: #263238 !important;
}
.btn-grey-blue.btn-darken-4:hover {
  border-color: #2c303b !important;
  background-color: #37474f !important;
}
.btn-grey-blue.btn-darken-4:focus, .btn-grey-blue.btn-darken-4:active {
  border-color: #37474f !important;
  background-color: #263238 !important;
}

.btn-outline-grey-blue.btn-outline-darken-4 {
  border-color: #263238 !important;
  color: #263238 !important;
}
.btn-outline-grey-blue.btn-outline-darken-4:hover {
  background-color: #263238 !important;
}

input:focus ~ .bg-grey-blue {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #263238 !important;
}

.border-grey-blue.border-darken-4 {
  border: 1px solid #263238 !important;
}

.border-top-grey-blue.border-top-darken-4 {
  border-top: 1px solid #263238 !important;
}

.border-bottom-grey-blue.border-bottom-darken-4 {
  border-bottom: 1px solid #263238 !important;
}

.border-left-grey-blue.border-left-darken-4 {
  border-left: 1px solid #263238 !important;
}

.border-right-grey-blue.border-right-darken-4 {
  border-right: 1px solid #263238 !important;
}

.overlay-grey-blue.overlay-darken-4 {
  background: #263238; /* The Fallback */
  background: rgba(38, 50, 56, 0.8);
}

.shades.black {
  color: #000000 !important;
}

.bg-shades.bg-black {
  background-color: #000000 !important;
}
.bg-shades.bg-black.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(0, 0, 0, 0.6);
}

.btn-shades.btn-black {
  border-color: !important;
  background-color: #000000 !important;
}
.btn-shades.btn-black:hover {
  border-color: !important;
  background-color: !important;
}
.btn-shades.btn-black:focus, .btn-shades.btn-black:active {
  border-color: !important;
  background-color: !important;
}

.btn-outline-shades.btn-outline-black {
  border-color: #000000 !important;
  color: #000000 !important;
}
.btn-outline-shades.btn-outline-black:hover {
  background-color: #000000 !important;
}

input:focus ~ .bg-shades {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #000000 !important;
}

.border-shades.border-black {
  border: 1px solid #000000 !important;
}

.border-top-shades.border-top-black {
  border-top: 1px solid #000000 !important;
}

.border-bottom-shades.border-bottom-black {
  border-bottom: 1px solid #000000 !important;
}

.border-left-shades.border-left-black {
  border-left: 1px solid #000000 !important;
}

.border-right-shades.border-right-black {
  border-right: 1px solid #000000 !important;
}

.overlay-shades.overlay-black {
  background: #000000; /* The Fallback */
  background: rgba(0, 0, 0, 0.8);
}

.shades.white {
  color: #ffffff !important;
}

.bg-shades.bg-white {
  background-color: #ffffff !important;
}
.bg-shades.bg-white.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(255, 255, 255, 0.6);
}

.btn-shades.btn-white {
  border-color: !important;
  background-color: #ffffff !important;
}
.btn-shades.btn-white:hover {
  border-color: !important;
  background-color: !important;
}
.btn-shades.btn-white:focus, .btn-shades.btn-white:active {
  border-color: !important;
  background-color: !important;
}

.btn-outline-shades.btn-outline-white {
  border-color: #ffffff !important;
  color: #ffffff !important;
}
.btn-outline-shades.btn-outline-white:hover {
  background-color: #ffffff !important;
}

input:focus ~ .bg-shades {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ffffff !important;
}

.border-shades.border-white {
  border: 1px solid #ffffff !important;
}

.border-top-shades.border-top-white {
  border-top: 1px solid #ffffff !important;
}

.border-bottom-shades.border-bottom-white {
  border-bottom: 1px solid #ffffff !important;
}

.border-left-shades.border-left-white {
  border-left: 1px solid #ffffff !important;
}

.border-right-shades.border-right-white {
  border-right: 1px solid #ffffff !important;
}

.overlay-shades.overlay-white {
  background: #ffffff; /* The Fallback */
  background: rgba(255, 255, 255, 0.8);
}

.shades.transparent {
  color: transparent !important;
}

.bg-shades.bg-transparent {
  background-color: transparent !important;
}
.bg-shades.bg-transparent.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(0, 0, 0, 0.6);
}

.btn-shades.btn-transparent {
  border-color: !important;
  background-color: transparent !important;
}
.btn-shades.btn-transparent:hover {
  border-color: !important;
  background-color: !important;
}
.btn-shades.btn-transparent:focus, .btn-shades.btn-transparent:active {
  border-color: !important;
  background-color: !important;
}

.btn-outline-shades.btn-outline-transparent {
  border-color: transparent !important;
  color: transparent !important;
}
.btn-outline-shades.btn-outline-transparent:hover {
  background-color: transparent !important;
}

input:focus ~ .bg-shades {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem transparent !important;
}

.border-shades.border-transparent {
  border: 1px solid transparent !important;
}

.border-top-shades.border-top-transparent {
  border-top: 1px solid transparent !important;
}

.border-bottom-shades.border-bottom-transparent {
  border-bottom: 1px solid transparent !important;
}

.border-left-shades.border-left-transparent {
  border-left: 1px solid transparent !important;
}

.border-right-shades.border-right-transparent {
  border-right: 1px solid transparent !important;
}

.overlay-shades.overlay-transparent {
  background: transparent; /* The Fallback */
  background: rgba(0, 0, 0, 0.8);
}

.black {
  color: #000000;
}

.bg-black {
  background-color: #000000;
}
.bg-black.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(0, 0, 0, 0.6);
}

input:focus ~ .bg-black {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #000000;
}

.border-black {
  border: 1px solid #000000;
}

.border-top-black {
  border-top: 1px solid #000000;
}

.border-bottom-black {
  border-bottom: 1px solid #000000;
}

.border-left-black {
  border-left: 1px solid #000000;
}

.border-right-black {
  border-right: 1px solid #000000;
}

.white {
  color: #ffffff;
}

.bg-white {
  background-color: #ffffff;
}
.bg-white.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(255, 255, 255, 0.6);
}

input:focus ~ .bg-white {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ffffff;
}

.border-white {
  border: 1px solid #ffffff;
}

.border-top-white {
  border-top: 1px solid #ffffff;
}

.border-bottom-white {
  border-bottom: 1px solid #ffffff;
}

.border-left-white {
  border-left: 1px solid #ffffff;
}

.border-right-white {
  border-right: 1px solid #ffffff;
}

.transparent {
  color: transparent;
}

.bg-transparent {
  background-color: transparent;
}
.bg-transparent.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(0, 0, 0, 0.6);
}

input:focus ~ .bg-transparent {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem transparent;
}

.border-transparent {
  border: 1px solid transparent;
}

.border-top-transparent {
  border-top: 1px solid transparent;
}

.border-bottom-transparent {
  border-bottom: 1px solid transparent;
}

.border-left-transparent {
  border-left: 1px solid transparent;
}

.border-right-transparent {
  border-right: 1px solid transparent;
}

html {
  font-size: 14px;
  height: 100%;
  width: 100%;
}
html body {
  height: 100%;
  background-color: #F4F5FA;
  direction: ltr;
}
html body.fixed-navbar {
  padding-top: 5rem;
}
html body a {
  color: #1e9ff2;
}
html body a:hover {
  color: #0c84d1;
}
html body .content {
  padding: 0;
  position: relative;
  transition: 300ms ease all;
  backface-visibility: hidden;
  min-height: calc(100% - 32px);
}
html body .content.app-content {
  overflow: hidden;
}
html body .content .content-wrapper {
  padding: 2.2rem;
}
html body .content .content-wrapper .content-header-title {
  font-weight: 500;
  letter-spacing: 1px;
  color: #464855;
}
html body .la {
  font-size: 1.2rem;
}
html body[data-col="1-column"]:not(.vertical-content-menu) .content,
html body[data-col="1-column"]:not(.vertical-content-menu) .footer {
  margin-left: 0px !important;
}
html body[data-col="1-column"].horizontal-layout .content,
html body[data-col="1-column"].horizontal-layout .footer {
  margin: 0 auto !important;
}
html body[data-col="1-column"].vertical-content-menu .content-body {
  margin-left: 0px !important;
}
html body.boxed-layout {
  padding-left: 0;
  padding-right: 0;
  background-color: #fff;
}
html body.boxed-layout .app-content {
  background-color: #F4F5FA;
}
html body.content-boxed-layout .content {
  width: 80%;
  margin: 0 auto;
  padding-left: 260px;
}
html body.bg-full-screen-image {
  background: url('bg-2.jpg') no-repeat center center fixed;
  background-size: cover;
}
html body .pace .pace-progress {
  background: #ff4961;
}

/*
* Blank page
*/
.blank-page .content-wrapper {
  padding: 0 !important;
}
.blank-page .content-wrapper .flexbox-container {
  display: flex;
  align-items: center;
  height: 100vh;
}

.app-content.center-layout {
  overflow: hidden;
}

@media (max-width: 767.98px) {
  html body .content .content-wrapper {
    padding: 1rem;
  }
  html body footer {
    text-align: center;
  }
}
/*
* Col 3 layout for detached and general type
*/
@media (min-width: 992px) {
  body .content-right {
    width: calc(100% - 300px);
    float: right;
  }
  body .content-left {
    width: calc(100% - 300px);
    float: left;
  }
  body .content-detached {
    width: 100%;
  }
  body .content-detached.content-right {
    float: right;
    margin-left: -300px;
  }
  body .content-detached.content-right .content-body {
    margin-left: 320px;
  }
  body .content-detached.content-left {
    float: left;
    margin-right: -300px;
  }
  body .content-detached.content-left .content-body {
    margin-right: 320px;
  }
  .sidebar-right.sidebar-sticky {
    float: right !important;
    margin-left: -300px;
    width: 300px !important;
  }
  .sidebar-left.sidebar-sticky {
    float: left !important;
    margin-right: -300px;
    width: 300px !important;
  }
  [data-col=content-left-sidebar] .sticky-wrapper {
    float: left;
  }
  .vertical-content-menu .content .sidebar-left {
    margin-left: 288px;
  }
  .vertical-content-menu .content .content-detached.content-right {
    float: right;
    width: calc(100% - 300px);
    margin-left: -300px;
  }
  .vertical-content-menu .content .content-detached.content-right .content-body {
    margin-left: 295px;
  }
  .vertical-content-menu .content .content-detached.content-left {
    float: left;
    width: 100%;
    margin-right: -300px;
  }
  .vertical-content-menu .content .content-detached.content-left .content-body {
    margin-right: 320px;
  }
}
/*=========================================================================================
	File Name: sidebar.scss
	Description: content sidebar specific scss.
	----------------------------------------------------------------------------------------
	Item Name: Modern Admin - Clean Bootstrap 4 Dashboard HTML Template
	 Version: 1.0
	Author: PIXINVENT
	Author URL: http://www.themeforest.net/user/pixinvent
==========================================================================================*/
.sidebar {
  position: relative;
  width: 100%;
}
@media (min-width: 992px) {
  .sidebar {
    vertical-align: top;
    width: 300px;
  }
}

.sidebar-fixed {
  position: fixed;
  height: 100%;
  overflow: scroll;
}

.sidenav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 120vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 997;
  display: none;
}

.drag-target {
  height: 100%;
  width: 40px;
  position: fixed;
  top: 0;
  left: -10px;
  z-index: 1036;
}

@media (min-width: 992px) {
  .sidebar-left {
    float: left;
  }
  .sidebar-right {
    float: right;
  }
}
.horizontal-menu-padding .header-navbar .navbar-container {
  padding: 0;
}

.header-navbar .navbar-container {
  height: auto;
}

footer.footer {
  padding: 0.8rem;
}
footer.navbar-shadow {
  box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.1);
}
footer.navbar-border {
  border-top: 1px solid #E4E7ED;
}
footer.footer-transparent {
  border: none;
}
footer.footer-light {
  background: #fff;
}
footer.footer-dark {
  background: #2C303B;
}
footer.footer-dark span {
  color: #fff;
}
footer .ft-heart:before {
  padding-left: 0.3rem;
}

/*=========================================================================================
	File Name: navigations.scss
	Description: Common mixin for menus, contain dark and light version scss.
	----------------------------------------------------------------------------------------
	Item Name: Modern Admin - Clean Bootstrap 4 Dashboard HTML Template
	 Version: 1.0
	Author: PIXINVENT
	Author URL: http://www.themeforest.net/user/pixinvent
==========================================================================================*/
.main-menu, .vertical-overlay-menu.menu-hide .main-menu {
  z-index: 1000;
  position: absolute;
  display: table-cell;
}
.main-menu.menu-light, .vertical-overlay-menu.menu-hide .menu-light.main-menu {
  color: #6b6f82;
  background: #fff;
  border-right: 1px solid #e4e7ed;
}
.main-menu.menu-light .main-menu-header {
  padding: 20px;
}
.main-menu.menu-light .main-menu-header .menu-search {
  background: #e6e6e6;
  padding: 0.5rem 1rem;
  color: #545766;
}
.main-menu.menu-light .main-menu-header .menu-search:focus {
  border-color: #d9d9d9;
}
.main-menu.menu-light .navigation {
  background: #fff;
}
.main-menu.menu-light .navigation .navigation-header {
  color: #6b6f82;
  padding: 30px 20px 8px 20px;
}
.main-menu.menu-light .navigation .navigation-header span {
  font-weight: 500;
  text-transform: uppercase;
}
.main-menu.menu-light .navigation li a {
  color: #6b6f82;
  transition: all 0.2s ease;
}
.main-menu.menu-light .navigation li a i, .main-menu.menu-light .navigation li a span {
  transition: all 0.2s ease;
}
.main-menu.menu-light .navigation li a span {
  display: inline-block;
}
.main-menu.menu-light .navigation li a span.menu-sub-title {
  color: #bdbfc9;
}
.main-menu.menu-light .navigation li.hover > a, .main-menu.menu-light .navigation li.open > a, .main-menu.menu-light .navigation li.active > a {
  color: #fff;
}
.main-menu.menu-light .navigation > li {
  padding: 0;
}
.main-menu.menu-light .navigation > li > a {
  padding: 12px 36px 12px 18px;
}
.main-menu.menu-light .navigation > li > a .label {
  margin-top: 4px;
  margin-right: 5px;
}
.main-menu.menu-light .navigation > li > a i {
  position: relative;
  top: 3px;
}
.main-menu.menu-light .navigation > li.open > a {
  color: #545766;
  background: whitesmoke;
  border-right: 4px solid #1e9ff2;
}
.main-menu.menu-light .navigation > li.open .hover > a {
  transform: translateX(-4px);
}
.main-menu.menu-light .navigation > li:not(.open) > ul {
  display: none;
}
.main-menu.menu-light .navigation > li.hover > a, .main-menu.menu-light .navigation > li:hover > a, .main-menu.menu-light .navigation > li.active > a {
  color: #545766;
}
.main-menu.menu-light .navigation > li.hover > a > i, .main-menu.menu-light .navigation > li:hover > a > i, .main-menu.menu-light .navigation > li.active > a > i {
  transform: translateX(6px);
}
.main-menu.menu-light .navigation > li.hover > a > span, .main-menu.menu-light .navigation > li:hover > a > span, .main-menu.menu-light .navigation > li.active > a > span {
  transform: translateX(4px);
}
.main-menu.menu-light .navigation > li.hover > a.mm-next, .main-menu.menu-light .navigation > li:hover > a.mm-next, .main-menu.menu-light .navigation > li.active > a.mm-next {
  background-color: inherit;
}
.main-menu.menu-light .navigation > li.active > a {
  color: #6b6f82;
  font-weight: 700;
  background: #f0f0f0;
}
.main-menu.menu-light .navigation > li .active {
  background: #f0f0f0;
}
.main-menu.menu-light .navigation > li .active > a {
  color: #85899b;
  font-weight: 700;
  background: #f0f0f0;
}
.main-menu.menu-light .navigation > li .active .hover > a {
  background: whitesmoke;
}
.main-menu.menu-light .navigation > li ul {
  padding: 0;
  margin: 0;
  font-size: 1rem;
}
.main-menu.menu-light .navigation > li ul li {
  color: #6b6f82;
  background: transparent;
}
.main-menu.menu-light .navigation > li ul li > a {
  padding: 8px 18px 8px 54px;
}
.main-menu.menu-light .navigation > li ul .has-sub:not(.open) > ul {
  display: none;
}
.main-menu.menu-light .navigation > li ul .open > a {
  color: #6b6f82;
}
.main-menu.menu-light .navigation > li ul .open > ul {
  display: block;
}
.main-menu.menu-light .navigation > li ul .open > ul li > a {
  padding: 8px 18px 8px 64px;
}
.main-menu.menu-light .navigation > li ul .open > ul .open > ul {
  display: block;
}
.main-menu.menu-light .navigation > li ul .open > ul .open > ul li > a {
  padding: 8px 18px 8px 74px;
}
.main-menu.menu-light .navigation > li ul .hover > a, .main-menu.menu-light .navigation > li ul:hover > a {
  color: #74798d;
}
.main-menu.menu-light .navigation > li ul .active {
  background: transparent;
}
.main-menu.menu-light .navigation > li ul .active > a {
  color: #85899b;
  font-weight: 700;
}
.main-menu.menu-light .navigation > li ul .active .hover > a {
  background-color: transparent;
}
.main-menu.menu-light .navigation > li > ul {
  background: #fff;
}
.main-menu.menu-light ul.menu-popout {
  background: #fff;
}
.main-menu.menu-light ul.menu-popout li a {
  color: #6b6f82;
}
.main-menu.menu-light ul.menu-popout li a span.menu-sub-title {
  color: #bdbfc9;
}
.main-menu.menu-light ul.menu-popout .has-sub:not(.open) > ul {
  display: none;
}
.main-menu.menu-light ul.menu-popout .has-sub.active {
  font-weight: normal;
}
.main-menu.menu-light ul.menu-popout .open > a {
  color: #6b6f82;
}
.main-menu.menu-light ul.menu-popout .open > ul {
  display: block;
}
.main-menu.menu-light ul.menu-popout .open > ul .open {
  background: #e8e8e8;
}
.main-menu.menu-light ul.menu-popout .open > ul .open > ul {
  display: block;
  background: #e8e8e8;
}
.main-menu.menu-light ul.menu-popout .hover > a, .main-menu.menu-light ul.menu-popout:hover > a {
  color: #74798d;
}
.main-menu.menu-light ul.menu-popout .active {
  font-weight: 700;
}
.main-menu.menu-light ul.menu-popout .active > a {
  color: #85899b;
}
.main-menu.menu-light ul.menu-popout .active .hover > a, .main-menu.menu-light ul.menu-popout .active :hover > a {
  background-color: transparent;
}
.main-menu.menu-dark, .vertical-overlay-menu.menu-hide .menu-dark.main-menu {
  color: #dcdcdc;
  background: #2C303B;
}
.main-menu.menu-dark .main-menu-header {
  padding: 20px;
}
.main-menu.menu-dark .main-menu-header .menu-search {
  background: #16181e;
  padding: 0.5rem 1rem;
  color: #c3c3c3;
}
.main-menu.menu-dark .main-menu-header .menu-search:focus {
  border-color: #0b0c0f;
}
.main-menu.menu-dark .navigation {
  background: #2C303B;
}
.main-menu.menu-dark .navigation .navigation-header {
  color: #dcdcdc;
  padding: 30px 20px 8px 20px;
}
.main-menu.menu-dark .navigation .navigation-header span {
  font-weight: 500;
  text-transform: uppercase;
}
.main-menu.menu-dark .navigation li a {
  color: #dcdcdc;
  transition: all 0.2s ease;
}
.main-menu.menu-dark .navigation li a i, .main-menu.menu-dark .navigation li a span {
  transition: all 0.2s ease;
}
.main-menu.menu-dark .navigation li a span {
  display: inline-block;
}
.main-menu.menu-dark .navigation li a span.menu-sub-title {
  color: white;
}
.main-menu.menu-dark .navigation li.hover > a, .main-menu.menu-dark .navigation li.open > a, .main-menu.menu-dark .navigation li.active > a {
  color: #fff;
}
.main-menu.menu-dark .navigation > li {
  padding: 0;
}
.main-menu.menu-dark .navigation > li > a {
  padding: 12px 36px 12px 18px;
}
.main-menu.menu-dark .navigation > li > a .label {
  margin-top: 4px;
  margin-right: 5px;
}
.main-menu.menu-dark .navigation > li > a i {
  position: relative;
  top: 3px;
}
.main-menu.menu-dark .navigation > li.open > a {
  color: #c3c3c3;
  background: #23262f;
  border-right: 4px solid #1e9ff2;
}
.main-menu.menu-dark .navigation > li.open .hover > a {
  transform: translateX(-4px);
}
.main-menu.menu-dark .navigation > li:not(.open) > ul {
  display: none;
}
.main-menu.menu-dark .navigation > li.hover > a, .main-menu.menu-dark .navigation > li:hover > a, .main-menu.menu-dark .navigation > li.active > a {
  color: #c3c3c3;
}
.main-menu.menu-dark .navigation > li.hover > a > i, .main-menu.menu-dark .navigation > li:hover > a > i, .main-menu.menu-dark .navigation > li.active > a > i {
  transform: translateX(6px);
}
.main-menu.menu-dark .navigation > li.hover > a > span, .main-menu.menu-dark .navigation > li:hover > a > span, .main-menu.menu-dark .navigation > li.active > a > span {
  transform: translateX(4px);
}
.main-menu.menu-dark .navigation > li.hover > a.mm-next, .main-menu.menu-dark .navigation > li:hover > a.mm-next, .main-menu.menu-dark .navigation > li.active > a.mm-next {
  background-color: inherit;
}
.main-menu.menu-dark .navigation > li.active > a {
  color: #dcdcdc;
  font-weight: 700;
  background: #1f2229;
}
.main-menu.menu-dark .navigation > li .active {
  background: #1f2229;
}
.main-menu.menu-dark .navigation > li .active > a {
  color: #f6f6f6;
  font-weight: 700;
  background: #1f2229;
}
.main-menu.menu-dark .navigation > li .active .hover > a {
  background: #23262f;
}
.main-menu.menu-dark .navigation > li ul {
  padding: 0;
  margin: 0;
  font-size: 1rem;
}
.main-menu.menu-dark .navigation > li ul li {
  color: #dcdcdc;
  background: transparent;
}
.main-menu.menu-dark .navigation > li ul li > a {
  padding: 8px 18px 8px 54px;
}
.main-menu.menu-dark .navigation > li ul .has-sub:not(.open) > ul {
  display: none;
}
.main-menu.menu-dark .navigation > li ul .open > a {
  color: #dcdcdc;
}
.main-menu.menu-dark .navigation > li ul .open > ul {
  display: block;
}
.main-menu.menu-dark .navigation > li ul .open > ul li > a {
  padding: 8px 18px 8px 64px;
}
.main-menu.menu-dark .navigation > li ul .open > ul .open > ul {
  display: block;
}
.main-menu.menu-dark .navigation > li ul .open > ul .open > ul li > a {
  padding: 8px 18px 8px 74px;
}
.main-menu.menu-dark .navigation > li ul .hover > a, .main-menu.menu-dark .navigation > li ul:hover > a {
  color: #e6e6e6;
}
.main-menu.menu-dark .navigation > li ul .active {
  background: transparent;
}
.main-menu.menu-dark .navigation > li ul .active > a {
  color: #f6f6f6;
  font-weight: 700;
}
.main-menu.menu-dark .navigation > li ul .active .hover > a {
  background-color: transparent;
}
.main-menu.menu-dark .navigation > li > ul {
  background: #2C303B;
}
.main-menu.menu-dark ul.menu-popout {
  background: #2C303B;
}
.main-menu.menu-dark ul.menu-popout li a {
  color: #dcdcdc;
}
.main-menu.menu-dark ul.menu-popout li a span.menu-sub-title {
  color: white;
}
.main-menu.menu-dark ul.menu-popout .has-sub:not(.open) > ul {
  display: none;
}
.main-menu.menu-dark ul.menu-popout .has-sub.active {
  font-weight: normal;
}
.main-menu.menu-dark ul.menu-popout .open > a {
  color: #dcdcdc;
}
.main-menu.menu-dark ul.menu-popout .open > ul {
  display: block;
}
.main-menu.menu-dark ul.menu-popout .open > ul .open {
  background: #181b21;
}
.main-menu.menu-dark ul.menu-popout .open > ul .open > ul {
  display: block;
  background: #181b21;
}
.main-menu.menu-dark ul.menu-popout .hover > a, .main-menu.menu-dark ul.menu-popout:hover > a {
  color: #e6e6e6;
}
.main-menu.menu-dark ul.menu-popout .active {
  font-weight: 700;
}
.main-menu.menu-dark ul.menu-popout .active > a {
  color: #f6f6f6;
}
.main-menu.menu-dark ul.menu-popout .active .hover > a, .main-menu.menu-dark ul.menu-popout .active :hover > a {
  background-color: transparent;
}
.main-menu.menu-fixed, .vertical-overlay-menu.menu-hide .menu-fixed.main-menu {
  position: fixed;
  height: 100%; /* fallback if needed */
  top: 5rem;
  height: calc(100% - 5rem);
}
.main-menu.menu-fixed .main-menu-footer {
  position: fixed;
}
.main-menu.menu-shadow, .vertical-overlay-menu.menu-hide .menu-shadow.main-menu {
  box-shadow: 10px 15px 30px 1px rgba(0, 0, 0, 0.1);
}
.main-menu.menu-border, .vertical-overlay-menu.menu-hide .menu-border.main-menu {
  border-right: 1px solid #e4e7ed;
}
.main-menu.menu-native-scroll .main-menu-content {
  overflow-y: scroll;
}
.main-menu.menu-bordered.menu-light .navigation > li {
  border-top: 1px solid #e4e7ed;
}
.main-menu.menu-bordered.menu-dark .navigation > li {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.main-menu .main-menu-content, .vertical-overlay-menu.menu-hide .main-menu .main-menu-content {
  height: 100%;
  position: relative;
}
.main-menu ul, .vertical-overlay-menu.menu-hide .main-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.main-menu ul.navigation-main, .vertical-overlay-menu.menu-hide .main-menu ul.navigation-main {
  overflow-x: hidden;
}
.main-menu a, .vertical-overlay-menu.menu-hide .main-menu a {
  outline: none;
}
.main-menu a:hover, .vertical-overlay-menu.menu-hide .main-menu a:hover, .main-menu a:focus, .vertical-overlay-menu.menu-hide .main-menu a:focus {
  text-decoration: none;
}

.navigation {
  font-size: 1.1rem;
  letter-spacing: 0.2px;
  font-family: "Quicksand", Georgia, "Times New Roman", Times, serif;
  font-weight: 400;
  overflow-y: hidden;
  padding-bottom: 20px;
}
.navigation .navigation-header {
  font-family: "Quicksand", Georgia, "Times New Roman", Times, serif;
  font-weight: 400;
  line-height: 1.2;
  padding: 12px 22px;
  font-size: 1rem;
}
.navigation li {
  position: relative;
  white-space: nowrap;
}
.navigation li a {
  display: block;
  /* white-space: nowrap; */
  text-overflow: ellipsis;
  overflow: hidden;
}
.navigation li .is-hidden {
  /* transition: all 250ms ease-in;
     transform: scale(0);
     opacity: 0; */
}
.navigation li .is-shown {
  /* transition: all 250ms ease-in;
     transform: scale(1);
     opacity: 1; */
}
.navigation li.disabled a {
  cursor: not-allowed;
}

.menu-popout li.disabled a {
  cursor: not-allowed;
}

.dropdown-notification .notification-text {
  margin-bottom: 0.5rem;
}
.dropdown-notification .notification-tag {
  position: relative;
  top: -28px;
  right: 20px;
}

.main-menu-header .user-content {
  padding: 20px;
}
.main-menu-header .user-content .media {
  overflow: inherit;
}
.main-menu-header .user-content .media-body {
  vertical-align: bottom;
  opacity: 1;
  width: 150px;
  white-space: nowrap;
  transition: all 0.3s ease 0.15s;
}

.main-menu-footer {
  position: relative;
  overflow: hidden;
  bottom: 0;
  display: block;
  z-index: 1000;
  color: #c5c9d4;
  background-color: #16181e;
}
.main-menu-footer.footer-open {
  max-height: 500px;
  transition: max-height 0.2s ease-in-out;
}
.main-menu-footer.footer-close {
  max-height: 15px;
  transition: max-height 0.2s ease-in-out;
}
.main-menu-footer a {
  color: #a8aebe;
}
.main-menu-footer a:hover, .main-menu-footer a:focus {
  color: #fff;
}
.main-menu-footer .header {
  height: 19px;
  border-bottom: 1px solid #21242c;
}
.main-menu-footer .toggle {
  transform: rotate(0deg);
}
.main-menu-footer .content {
  padding: 0;
}
.main-menu-footer .content .actions > a {
  display: block;
  float: left;
  width: 33.3333333333%;
  padding: 1rem 0;
  color: #a8aebe;
  text-align: center;
  border-top: 1px solid #21242c;
  border-left: 1px solid #21242c;
}
.main-menu-footer .content .actions > a > span {
  font-size: 1.35rem;
}
.main-menu-footer .content .actions > a:hover, .main-menu-footer .content .actions > a:focus {
  color: #fff;
}

body.vertical-layout.vertical-menu.menu-expanded .main-menu-footer .content {
  margin-left: 0;
}

.vertical-layout.menu-expanded .menu-icon-right ul.navigation li > a:after,
.vertical-layout.menu-collapsed .menu-icon-right ul.navigation li > a:after,
.vertical-overlay-menu .menu-icon-right ul.navigation li > a:after {
  left: 8px;
  right: initial !important;
}
.vertical-layout.menu-expanded .menu-icon-right ul.navigation li > a > i,
.vertical-layout.menu-collapsed .menu-icon-right ul.navigation li > a > i,
.vertical-overlay-menu .menu-icon-right ul.navigation li > a > i {
  float: right !important;
  margin: 0px -12px 0px 0px !important;
}

.horizontal-layout .navbar-icon-right ul.nav > li > a:after {
  float: left;
  position: relative;
  top: 27px;
  left: -16px;
}
.horizontal-layout .navbar-icon-right ul.nav > li > a > i {
  float: right;
  margin: 0px 4px 0 8px;
}
.horizontal-layout .navbar-fixed {
  z-index: 999 !important;
}

@media (max-width: 767.98px) {
  .menu-hide .main-menu, .vertical-overlay-menu.menu-hide .main-menu,
  .menu-open .main-menu {
    transition: transform 0.25s, top 0.35s, height 0.35s;
  }
  .main-menu, .vertical-overlay-menu.menu-hide .main-menu {
    transform: translate3d(-240px, 0, 0);
    backface-visibility: visible;
    perspective: 1000;
  }
  .menu-open .main-menu, .menu-open .vertical-overlay-menu.menu-hide .main-menu, .vertical-overlay-menu.menu-hide .menu-open .main-menu {
    transform: translate3d(0, 0, 0);
  }
}
@media (max-width: 991.98px) {
  .horizontal-layout.vertical-overlay-menu .main-menu-content {
    padding: 0;
  }
  .horizontal-layout.vertical-overlay-menu .main-menu-content .mega-dropdown-menu {
    margin: 0;
    width: 100%;
  }
  .horizontal-layout.vertical-overlay-menu .main-menu-content .mega-dropdown-menu > li {
    padding: 0;
  }
  .horizontal-layout.vertical-overlay-menu .navbar .navbar-container {
    margin-left: 0px;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .drag-target {
    z-index: 0;
  }
}
.display-inline {
  display: inline !important;
}

.display-block {
  display: block !important;
}

.display-inline-block {
  display: inline-block !important;
}

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

.display-table-cell {
  display: table-cell !important;
}

.position-top-0 {
  top: 0;
}

.position-right-0 {
  right: 0;
}

.position-bottom-0 {
  bottom: 0;
}

.position-left-0 {
  left: 0;
}

.zindex-1 {
  z-index: 1 !important;
}

.zindex-2 {
  z-index: 2 !important;
}

.zindex-3 {
  z-index: 3 !important;
}

.zindex-4 {
  z-index: 4 !important;
}

.zindex-0 {
  z-index: 0 !important;
}

.zindex-minus-1 {
  z-index: -1 !important;
}

.zindex-minus-2 {
  z-index: -2 !important;
}

.zindex-minus-3 {
  z-index: -3 !important;
}

.zindex-minus-4 {
  z-index: -4 !important;
}

.no-edge-top {
  top: 0 !important;
}

.no-edge-bottom {
  bottom: 0 !important;
}

.no-edge-left {
  left: 0 !important;
}

.no-edge-right {
  right: 0 !important;
}

.cursor-pointer {
  cursor: pointer;
}

.cursor-move {
  cursor: move;
}

.cursor-default {
  cursor: default;
}

.cursor-progress {
  cursor: progress;
}

.cursor-not-allowed {
  cursor: not-allowed;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-visible {
  overflow: visible;
}

.overflow-auto {
  overflow: auto;
}

.overflow-scroll {
  overflow: scroll;
}

.overflow-x-scroll {
  overflow: scroll;
}

.overflow-y-scroll {
  overflow: scroll;
}

.bullets-inside {
  list-style: inside;
}

.list-style-circle {
  list-style: circle;
}

.list-style-square {
  list-style: square;
}

.list-style-icons {
  padding-left: 10px;
  margin-left: 0;
  list-style: none;
}
.list-style-icons > li i {
  float: left;
  width: 1em;
  margin: 0 6px 0 0;
}

.border {
  border: 1px solid;
}

.border-top {
  border-top: 1px solid;
}

.border-bottom {
  border-bottom: 1px solid;
}

.border-left {
  border-left: 1px solid;
}

.border-right {
  border-right: 1px solid;
}

.border-2 {
  border-width: 2px !important;
}

.border-top-2 {
  border-top-width: 2px !important;
}

.border-bottom-2 {
  border-bottom-width: 2px !important;
}

.border-left-2 {
  border-left-width: 2px !important;
}

.border-right-2 {
  border-right-width: 2px !important;
}

.border-3 {
  border-width: 3px !important;
}

.border-top-3 {
  border-top-width: 3px !important;
}

.border-bottom-3 {
  border-bottom-width: 3px !important;
}

.border-left-3 {
  border-left-width: 3px !important;
}

.border-right-3 {
  border-right-width: 3px !important;
}

.no-border-top-radius {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.no-border-bottom-radius {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.no-border-top-left-radius {
  border-top-left-radius: 0 !important;
}

.no-border-top-right-radius {
  border-top-right-radius: 0 !important;
}

.no-border-bottom-left-radius {
  border-bottom-left-radius: 0 !important;
}

.no-border-bottom-right-radius {
  border-bottom-right-radius: 0 !important;
}

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

.box-shadow-1 {
  box-shadow: 0 7px 12px 0 rgba(62, 57, 107, 0.16);
}

.box-shadow-2 {
  box-shadow: 0 10px 18px 0 rgba(62, 57, 107, 0.2);
}

.box-shadow-3 {
  box-shadow: 0 14px 24px 0 rgba(62, 57, 107, 0.26);
}

.box-shadow-4 {
  box-shadow: 0 16px 28px 0 rgba(62, 57, 107, 0.3);
}

.box-shadow-5 {
  box-shadow: 0 27px 24px 0 rgba(62, 57, 107, 0.36);
}

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

.half-width {
  width: 50% !important;
}

.full-width {
  width: 100% !important;
}

.full-height {
  height: 100% !important;
}

.width-50 {
  width: 50px !important;
}

.width-100 {
  width: 100px !important;
}

.width-150 {
  width: 150px !important;
}

.width-200 {
  width: 200px !important;
}

.width-250 {
  width: 250px !important;
}

.width-300 {
  width: 300px !important;
}

.width-350 {
  width: 350px !important;
}

.width-400 {
  width: 400px !important;
}

.width-450 {
  width: 450px !important;
}

.width-500 {
  width: 500px !important;
}

.width-550 {
  width: 550px !important;
}

.width-600 {
  width: 600px !important;
}

.width-650 {
  width: 650px !important;
}

.width-700 {
  width: 700px !important;
}

.width-750 {
  width: 750px !important;
}

.width-800 {
  width: 800px !important;
}

.width-5-per {
  width: 5% !important;
}

.width-10-per {
  width: 10% !important;
}

.width-15-per {
  width: 15% !important;
}

.width-20-per {
  width: 20% !important;
}

.width-25-per {
  width: 25% !important;
}

.width-30-per {
  width: 30% !important;
}

.width-35-per {
  width: 35% !important;
}

.width-40-per {
  width: 40% !important;
}

.width-45-per {
  width: 45% !important;
}

.width-50-per {
  width: 50% !important;
}

.width-55-per {
  width: 55% !important;
}

.width-60-per {
  width: 60% !important;
}

.width-65-per {
  width: 65% !important;
}

.width-70-per {
  width: 70% !important;
}

.width-75-per {
  width: 75% !important;
}

.width-80-per {
  width: 80% !important;
}

.width-90-per {
  width: 90% !important;
}

.width-95-per {
  width: 95% !important;
}

.height-50 {
  height: 50px !important;
}

.height-75 {
  height: 75px !important;
}

.height-100 {
  height: 100px !important;
}

.height-150 {
  height: 150px !important;
}

.height-200 {
  height: 200px !important;
}

.height-250 {
  height: 250px !important;
}

.height-300 {
  height: 300px !important;
}

.height-350 {
  height: 350px !important;
}

.height-400 {
  height: 400px !important;
}

.height-450 {
  height: 450px !important;
}

.height-500 {
  height: 500px !important;
}

.height-550 {
  height: 550px !important;
}

.height-600 {
  height: 600px !important;
}

.height-650 {
  height: 650px !important;
}

.height-700 {
  height: 700px !important;
}

.height-750 {
  height: 750px !important;
}

.height-800 {
  height: 800px !important;
}

.height-5-per {
  height: 5% !important;
}

.height-10-per {
  height: 10% !important;
}

.height-15-per {
  height: 15% !important;
}

.height-20-per {
  height: 20% !important;
}

.height-25-per {
  height: 25% !important;
}

.height-30-per {
  height: 30% !important;
}

.height-35-per {
  height: 35% !important;
}

.height-40-per {
  height: 40% !important;
}

.height-45-per {
  height: 45% !important;
}

.height-50-per {
  height: 50% !important;
}

.height-55-per {
  height: 55% !important;
}

.height-60-per {
  height: 60% !important;
}

.height-65-per {
  height: 65% !important;
}

.height-70-per {
  height: 70% !important;
}

.height-75-per {
  height: 75% !important;
}

.height-80-per {
  height: 80% !important;
}

.full-height-vh-with-nav {
  height: calc(100vh - 5rem - 4rem);
}

.full-height-vh {
  height: 100vh;
}

.line-height-1 {
  line-height: 1 !important;
}

.line-height-2 {
  line-height: 2 !important;
}

.rotate-45 {
  transform: rotate(45deg);
}

.rotate-45-inverse {
  transform: rotate(-45deg);
}

.rotate-90 {
  transform: rotate(45deg);
}

.rotate-90-inverse {
  transform: rotate(-45deg);
}

.rotate-180 {
  transform: rotate(45deg);
}

.rotate-180-inverse {
  transform: rotate(-45deg);
}

.pull-up {
  transition: all 0.25s ease;
}
.pull-up:hover {
  transform: translateY(-4px) scale(1.02);
  box-shadow: 0px 14px 24px rgba(62, 57, 107, 0.2);
  z-index: 30;
}

.spinner {
  display: inline-block;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.spinner-reverse {
  display: inline-block;
  animation: spin-reverse 1s linear infinite;
}

@keyframes spin-reverse {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
.bg-cover {
  background-size: cover !important;
}

.background-repeat {
  background-repeat: repeat !important;
}

.background-no-repeat {
  background-repeat: no-repeat !important;
}

.img-xl {
  width: 64px !important;
  height: 64px !important;
}

.img-lg {
  width: 44px !important;
  height: 44px !important;
}

.img-sm {
  width: 36px !important;
  height: 36px !important;
}

.img-xs {
  width: 32px !important;
  height: 32px !important;
}

.bg-hexagons {
  background-color: #ffffff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='49' viewBox='0 0 28 49'%3E%3Cg fill-rule='evenodd'%3E%3Cg id='hexagons' fill='%23f7f7f7' fill-opacity='1' fill-rule='nonzero'%3E%3Cpath d='M13.99 9.25l13 7.5v15l-13 7.5L1 31.75v-15l12.99-7.5zM3 17.9v12.7l10.99 6.34 11-6.35V17.9l-11-6.34L3 17.9zM0 15l12.98-7.5V0h-2v6.35L0 12.69v2.3zm0 18.5L12.98 41v8h-2v-6.85L0 35.81v-2.3zM15 0v7.5L27.99 15H28v-2.31h-.01L17 6.35V0h-2zm0 49v-8l12.99-7.5H28v2.31h-.01L17 42.15V49h-2z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.bg-hexagons-danger {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='49' viewBox='0 0 28 49'%3E%3Cg fill-rule='evenodd'%3E%3Cg id='hexagons' fill='%23ff6576' fill-opacity='1' fill-rule='nonzero'%3E%3Cpath d='M13.99 9.25l13 7.5v15l-13 7.5L1 31.75v-15l12.99-7.5zM3 17.9v12.7l10.99 6.34 11-6.35V17.9l-11-6.34L3 17.9zM0 15l12.98-7.5V0h-2v6.35L0 12.69v2.3zm0 18.5L12.98 41v8h-2v-6.85L0 35.81v-2.3zM15 0v7.5L27.99 15H28v-2.31h-.01L17 6.35V0h-2zm0 49v-8l12.99-7.5H28v2.31h-.01L17 42.15V49h-2z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.avatar {
  position: relative;
  display: inline-block;
  width: 30px;
  white-space: nowrap;
  border-radius: 1000px;
  vertical-align: bottom;
}
.avatar i {
  position: absolute;
  right: -7px;
  bottom: 2px;
  width: 8px;
  height: 8px;
  border-radius: 100%;
}
.avatar span.text-circle {
  text-align: center;
  vertical-align: middle;
  color: #fff;
  font-size: 1.2rem;
  background: #babfc7;
  display: table-cell;
}
.avatar img {
  width: 100%;
  max-width: 100%;
  height: auto;
  border: 0 none;
  border-radius: 1000px;
}
.avatar .badge-up {
  top: -8px;
  right: -11px;
}

.avatar-online i {
  background-color: #28d094;
}

.avatar-off i {
  background-color: #babfc7;
}

.avatar-busy i {
  background-color: #ff4961;
}

.avatar-away i {
  background-color: #ff9149;
}

.avatar-100 {
  width: 100px;
}
.avatar-100 span.text-circle {
  width: 100px;
  height: 100px;
}
.avatar-100 i {
  height: 20px;
  width: 20px;
}

.avatar-50 {
  width: 50px;
}
.avatar-50 span.text-circle {
  width: 50px;
  height: 50px;
}
.avatar-50 i {
  height: 10px;
  width: 10px;
}

.avatar-lg {
  width: 144px;
}
.avatar-lg span.text-circle {
  width: 144px;
  height: 144px;
}
.avatar-lg i {
  right: 0;
  bottom: 0;
  height: 20px;
  width: 20px;
}

.avatar-md {
  width: 40px;
}
.avatar-md span.text-circle {
  width: 40px;
  height: 40px;
}
.avatar-md i {
  right: 0;
  bottom: 0;
  height: 10px;
  width: 10px;
}

.avatar-sm {
  width: 32px;
}
.avatar-sm span.text-circle {
  width: 32px;
  height: 32px;
}
.avatar-sm i {
  height: 8px;
  width: 8px;
}

.avatar-xs {
  width: 24px;
}
.avatar-xs span.text-circle {
  width: 24px;
  height: 24px;
}
.avatar-xs i {
  height: 7px;
  width: 7px;
}

/*=========================================================================================
	File Name: search.scss
	Description: Search  functionality.
	----------------------------------------------------------------------------------------
	Item Name: Modern Admin - Clean Bootstrap 4 Dashboard HTML Template
	 Version: 1.0
	Author: PIXINVENT
	Author URL: http://www.themeforest.net/user/pixinvent
==========================================================================================*/
.navbar-container a.nav-link-search {
  float: left;
}
.navbar-container .search-input {
  float: left;
  padding-top: 1.2rem;
  width: 0;
}
.navbar-container .search-input .input {
  width: 0;
  border: none;
  background: none;
  transition: all 0.2s ease-out;
  line-height: 16px;
}
.navbar-container .search-input.open .input {
  width: 136px;
  padding: 5px 10px;
  outline: none;
  background: none;
  transition: all 0.3s ease-out;
}

.navbar-light .search-input .input, .navbar-semi-dark .search-input .input {
  color: #2C303B;
}
.navbar-light .search-input .input::placeholder, .navbar-semi-dark .search-input .input::placeholder {
  color: #2C303B;
}
.navbar-light .search-input.open .input, .navbar-semi-dark .search-input.open .input {
  color: #2C303B;
  border-bottom: 1px solid #2C303B;
}

.navbar-dark .search-input .input, .navbar-semi-light .search-input .input {
  color: #F9FAFD;
}
.navbar-dark .search-input .input::placeholder, .navbar-semi-light .search-input .input::placeholder {
  color: #F9FAFD;
}
.navbar-dark .search-input.open .input, .navbar-semi-light .search-input.open .input {
  color: #F9FAFD;
  border-bottom: 1px solid #F9FAFD;
}

@media (max-width: 991.98px) {
  #navbar-mobile .search-input.open .input {
    width: 136px;
    color: #2C303B;
    border-bottom: 1px solid #2C303B;
    overflow: hidden;
    position: relative;
    background: none;
    z-index: 1;
    padding: 10px 10px;
    top: -5px;
  }
}
@media only screen and (max-width: 576px) {
  #search-results li.media {
    flex-direction: column;
  }
}
@media only screen and (max-width: 600px) {
  #search-results .img-fluid.rounded {
    margin-right: 1rem;
  }
}
.btn-social, .btn-social-icon {
  position: relative;
  padding-left: 3.95rem;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.btn-social > :first-child, .btn-social-icon > :first-child {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 2.95rem;
  line-height: 2.7rem;
  font-size: 1.6em;
  text-align: center;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}
.btn-social.btn-lg, .btn-lg.btn-social-icon, .btn-group-lg > .btn-social.btn, .btn-group-lg > .btn.btn-social-icon {
  padding-left: 3.25rem;
}
.btn-social.btn-lg > :first-child, .btn-lg.btn-social-icon > :first-child, .btn-group-lg > .btn-social.btn > :first-child, .btn-group-lg > .btn.btn-social-icon > :first-child {
  line-height: 3.7rem;
  width: 3rem;
  font-size: 1.8em;
}
.btn-social.btn-sm, .btn-sm.btn-social-icon, .btn-group-sm > .btn-social.btn, .btn-group-sm > .btn.btn-social-icon {
  padding-left: 3.75rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.btn-social.btn-sm > :first-child, .btn-sm.btn-social-icon > :first-child, .btn-group-sm > .btn-social.btn > :first-child, .btn-group-sm > .btn.btn-social-icon > :first-child {
  line-height: 2.2rem;
  width: 3rem;
  font-size: 1.4em;
}
.btn-social.btn-xs, .btn-xs.btn-social-icon {
  padding-left: 2.25rem;
  font-size: 0.75rem;
  line-height: 0.2rem;
}
.btn-social.btn-xs > :first-child, .btn-xs.btn-social-icon > :first-child {
  line-height: 2rem;
  width: 1.8rem;
  font-size: 1.2em;
}

.btn-social-icon {
  height: 2.95rem;
  width: 2.95rem;
  padding: 0;
}
.btn-social-icon > :first-child {
  border: none;
  text-align: center;
  width: 100% !important;
}
.btn-social-icon.btn-lg, .btn-group-lg > .btn-social-icon.btn {
  height: 4rem;
  width: 4rem;
  padding-left: 0;
  padding-right: 0;
}
.btn-social-icon.btn-sm, .btn-group-sm > .btn-social-icon.btn {
  height: 2.5rem;
  width: 2.5rem;
  padding-left: 0;
  padding-right: 0;
}
.btn-social-icon.btn-xs {
  height: 2rem;
  width: 2rem;
  padding-left: 0;
  padding-right: 0;
}

.btn-adn {
  background-color: #d87a68;
  color: #fff;
  background-color: #d87a68;
  border-color: #fff;
}
.btn-adn:hover {
  color: #fff;
  background-color: #d87a68;
  border-color: #d87a68;
}
.btn-adn:focus, .btn-adn.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.btn-adn.disabled, .btn-adn:disabled {
  color: #fff;
  background-color: #d87a68;
  border-color: #fff;
}
.btn-adn:not(:disabled):not(.disabled):active, .btn-adn:not(:disabled):not(.disabled).active, .show > .btn-adn.dropdown-toggle {
  color: #fff;
  background-color: #ce563f;
  border-color: #dfdfdf;
}
.btn-adn:not(:disabled):not(.disabled):active:focus, .btn-adn:not(:disabled):not(.disabled).active:focus, .show > .btn-adn.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-bitbucket {
  background-color: #205081;
  color: #fff;
  background-color: #205081;
  border-color: #fff;
}
.btn-bitbucket:hover {
  color: #fff;
  background-color: #205081;
  border-color: #205081;
}
.btn-bitbucket:focus, .btn-bitbucket.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.btn-bitbucket.disabled, .btn-bitbucket:disabled {
  color: #fff;
  background-color: #205081;
  border-color: #fff;
}
.btn-bitbucket:not(:disabled):not(.disabled):active, .btn-bitbucket:not(:disabled):not(.disabled).active, .show > .btn-bitbucket.dropdown-toggle {
  color: #fff;
  background-color: #163758;
  border-color: #dfdfdf;
}
.btn-bitbucket:not(:disabled):not(.disabled):active:focus, .btn-bitbucket:not(:disabled):not(.disabled).active:focus, .show > .btn-bitbucket.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-dropbox {
  background-color: #1087dd;
  color: #fff;
  background-color: #1087dd;
  border-color: #fff;
}
.btn-dropbox:hover {
  color: #fff;
  background-color: #1087dd;
  border-color: #1087dd;
}
.btn-dropbox:focus, .btn-dropbox.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.btn-dropbox.disabled, .btn-dropbox:disabled {
  color: #fff;
  background-color: #1087dd;
  border-color: #fff;
}
.btn-dropbox:not(:disabled):not(.disabled):active, .btn-dropbox:not(:disabled):not(.disabled).active, .show > .btn-dropbox.dropdown-toggle {
  color: #fff;
  background-color: #0d6aad;
  border-color: #dfdfdf;
}
.btn-dropbox:not(:disabled):not(.disabled):active:focus, .btn-dropbox:not(:disabled):not(.disabled).active:focus, .show > .btn-dropbox.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-facebook {
  background-color: #3b5998;
  color: #fff;
  background-color: #3b5998;
  border-color: #fff;
}
.btn-facebook:hover {
  color: #fff;
  background-color: #3b5998;
  border-color: #3b5998;
}
.btn-facebook:focus, .btn-facebook.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.btn-facebook.disabled, .btn-facebook:disabled {
  color: #fff;
  background-color: #3b5998;
  border-color: #fff;
}
.btn-facebook:not(:disabled):not(.disabled):active, .btn-facebook:not(:disabled):not(.disabled).active, .show > .btn-facebook.dropdown-toggle {
  color: #fff;
  background-color: #2d4373;
  border-color: #dfdfdf;
}
.btn-facebook:not(:disabled):not(.disabled):active:focus, .btn-facebook:not(:disabled):not(.disabled).active:focus, .show > .btn-facebook.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-flickr {
  background-color: #ff0084;
  color: #fff;
  background-color: #ff0084;
  border-color: #fff;
}
.btn-flickr:hover {
  color: #fff;
  background-color: #ff0084;
  border-color: #ff0084;
}
.btn-flickr:focus, .btn-flickr.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.btn-flickr.disabled, .btn-flickr:disabled {
  color: #fff;
  background-color: #ff0084;
  border-color: #fff;
}
.btn-flickr:not(:disabled):not(.disabled):active, .btn-flickr:not(:disabled):not(.disabled).active, .show > .btn-flickr.dropdown-toggle {
  color: #fff;
  background-color: #cc006a;
  border-color: #dfdfdf;
}
.btn-flickr:not(:disabled):not(.disabled):active:focus, .btn-flickr:not(:disabled):not(.disabled).active:focus, .show > .btn-flickr.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-foursquare {
  background-color: #f94877;
  color: #fff;
  background-color: #f94877;
  border-color: #fff;
}
.btn-foursquare:hover {
  color: #fff;
  background-color: #f94877;
  border-color: #f94877;
}
.btn-foursquare:focus, .btn-foursquare.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.btn-foursquare.disabled, .btn-foursquare:disabled {
  color: #fff;
  background-color: #f94877;
  border-color: #fff;
}
.btn-foursquare:not(:disabled):not(.disabled):active, .btn-foursquare:not(:disabled):not(.disabled).active, .show > .btn-foursquare.dropdown-toggle {
  color: #fff;
  background-color: #f71752;
  border-color: #dfdfdf;
}
.btn-foursquare:not(:disabled):not(.disabled):active:focus, .btn-foursquare:not(:disabled):not(.disabled).active:focus, .show > .btn-foursquare.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-github {
  background-color: #444444;
  color: #fff;
  background-color: #444444;
  border-color: #fff;
}
.btn-github:hover {
  color: #fff;
  background-color: #444444;
  border-color: #444444;
}
.btn-github:focus, .btn-github.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.btn-github.disabled, .btn-github:disabled {
  color: #fff;
  background-color: #444444;
  border-color: #fff;
}
.btn-github:not(:disabled):not(.disabled):active, .btn-github:not(:disabled):not(.disabled).active, .show > .btn-github.dropdown-toggle {
  color: #fff;
  background-color: #2b2b2b;
  border-color: #dfdfdf;
}
.btn-github:not(:disabled):not(.disabled):active:focus, .btn-github:not(:disabled):not(.disabled).active:focus, .show > .btn-github.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-google {
  background-color: #dd4b39;
  color: #fff;
  background-color: #dd4b39;
  border-color: #fff;
}
.btn-google:hover {
  color: #fff;
  background-color: #dd4b39;
  border-color: #dd4b39;
}
.btn-google:focus, .btn-google.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.btn-google.disabled, .btn-google:disabled {
  color: #fff;
  background-color: #dd4b39;
  border-color: #fff;
}
.btn-google:not(:disabled):not(.disabled):active, .btn-google:not(:disabled):not(.disabled).active, .show > .btn-google.dropdown-toggle {
  color: #fff;
  background-color: #c23321;
  border-color: #dfdfdf;
}
.btn-google:not(:disabled):not(.disabled):active:focus, .btn-google:not(:disabled):not(.disabled).active:focus, .show > .btn-google.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-instagram {
  background-color: #3f729b;
  color: #fff;
  background-color: #3f729b;
  border-color: #fff;
}
.btn-instagram:hover {
  color: #fff;
  background-color: #3f729b;
  border-color: #3f729b;
}
.btn-instagram:focus, .btn-instagram.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.btn-instagram.disabled, .btn-instagram:disabled {
  color: #fff;
  background-color: #3f729b;
  border-color: #fff;
}
.btn-instagram:not(:disabled):not(.disabled):active, .btn-instagram:not(:disabled):not(.disabled).active, .show > .btn-instagram.dropdown-toggle {
  color: #fff;
  background-color: #305777;
  border-color: #dfdfdf;
}
.btn-instagram:not(:disabled):not(.disabled):active:focus, .btn-instagram:not(:disabled):not(.disabled).active:focus, .show > .btn-instagram.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-linkedin {
  background-color: #007bb6;
  color: #fff;
  background-color: #007bb6;
  border-color: #fff;
}
.btn-linkedin:hover {
  color: #fff;
  background-color: #007bb6;
  border-color: #007bb6;
}
.btn-linkedin:focus, .btn-linkedin.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.btn-linkedin.disabled, .btn-linkedin:disabled {
  color: #fff;
  background-color: #007bb6;
  border-color: #fff;
}
.btn-linkedin:not(:disabled):not(.disabled):active, .btn-linkedin:not(:disabled):not(.disabled).active, .show > .btn-linkedin.dropdown-toggle {
  color: #fff;
  background-color: #005983;
  border-color: #dfdfdf;
}
.btn-linkedin:not(:disabled):not(.disabled):active:focus, .btn-linkedin:not(:disabled):not(.disabled).active:focus, .show > .btn-linkedin.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-microsoft {
  background-color: #2672ec;
  color: #fff;
  background-color: #2672ec;
  border-color: #fff;
}
.btn-microsoft:hover {
  color: #fff;
  background-color: #2672ec;
  border-color: #2672ec;
}
.btn-microsoft:focus, .btn-microsoft.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.btn-microsoft.disabled, .btn-microsoft:disabled {
  color: #fff;
  background-color: #2672ec;
  border-color: #fff;
}
.btn-microsoft:not(:disabled):not(.disabled):active, .btn-microsoft:not(:disabled):not(.disabled).active, .show > .btn-microsoft.dropdown-toggle {
  color: #fff;
  background-color: #125acd;
  border-color: #dfdfdf;
}
.btn-microsoft:not(:disabled):not(.disabled):active:focus, .btn-microsoft:not(:disabled):not(.disabled).active:focus, .show > .btn-microsoft.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-odnoklassniki {
  background-color: #f4731c;
  color: #fff;
  background-color: #f4731c;
  border-color: #fff;
}
.btn-odnoklassniki:hover {
  color: #fff;
  background-color: #f4731c;
  border-color: #f4731c;
}
.btn-odnoklassniki:focus, .btn-odnoklassniki.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.btn-odnoklassniki.disabled, .btn-odnoklassniki:disabled {
  color: #fff;
  background-color: #f4731c;
  border-color: #fff;
}
.btn-odnoklassniki:not(:disabled):not(.disabled):active, .btn-odnoklassniki:not(:disabled):not(.disabled).active, .show > .btn-odnoklassniki.dropdown-toggle {
  color: #fff;
  background-color: #d35b0a;
  border-color: #dfdfdf;
}
.btn-odnoklassniki:not(:disabled):not(.disabled):active:focus, .btn-odnoklassniki:not(:disabled):not(.disabled).active:focus, .show > .btn-odnoklassniki.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-openid {
  background-color: #f7931e;
  color: #2a2e30;
  background-color: #f7931e;
  border-color: #fff;
}
.btn-openid:hover {
  color: #2a2e30;
  background-color: #f7931e;
  border-color: #f7931e;
}
.btn-openid:focus, .btn-openid.focus {
  box-shadow: 0 0 0 0.2rem rgba(223, 224, 224, 0.5);
}
.btn-openid.disabled, .btn-openid:disabled {
  color: #2a2e30;
  background-color: #f7931e;
  border-color: #fff;
}
.btn-openid:not(:disabled):not(.disabled):active, .btn-openid:not(:disabled):not(.disabled).active, .show > .btn-openid.dropdown-toggle {
  color: #fff;
  background-color: #da7908;
  border-color: #dfdfdf;
}
.btn-openid:not(:disabled):not(.disabled):active:focus, .btn-openid:not(:disabled):not(.disabled).active:focus, .show > .btn-openid.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(223, 224, 224, 0.5);
}

.btn-pinterest {
  background-color: #cb2027;
  color: #fff;
  background-color: #cb2027;
  border-color: #fff;
}
.btn-pinterest:hover {
  color: #fff;
  background-color: #cb2027;
  border-color: #cb2027;
}
.btn-pinterest:focus, .btn-pinterest.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.btn-pinterest.disabled, .btn-pinterest:disabled {
  color: #fff;
  background-color: #cb2027;
  border-color: #fff;
}
.btn-pinterest:not(:disabled):not(.disabled):active, .btn-pinterest:not(:disabled):not(.disabled).active, .show > .btn-pinterest.dropdown-toggle {
  color: #fff;
  background-color: #9f191f;
  border-color: #dfdfdf;
}
.btn-pinterest:not(:disabled):not(.disabled):active:focus, .btn-pinterest:not(:disabled):not(.disabled).active:focus, .show > .btn-pinterest.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-reddit {
  background-color: #eff7ff;
  color: #2a2e30;
  background-color: #eff7ff;
  border-color: #000;
}
.btn-reddit:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-reddit:focus, .btn-reddit.focus {
  box-shadow: 0 0 0 0.2rem rgba(6, 7, 7, 0.5);
}
.btn-reddit.disabled, .btn-reddit:disabled {
  color: #2a2e30;
  background-color: #eff7ff;
  border-color: #000;
}
.btn-reddit:not(:disabled):not(.disabled):active, .btn-reddit:not(:disabled):not(.disabled).active, .show > .btn-reddit.dropdown-toggle {
  color: #2a2e30;
  background-color: #bcdeff;
  border-color: black;
}
.btn-reddit:not(:disabled):not(.disabled):active:focus, .btn-reddit:not(:disabled):not(.disabled).active:focus, .show > .btn-reddit.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(6, 7, 7, 0.5);
}

.btn-soundcloud {
  background-color: #ff5500;
  color: #fff;
  background-color: #ff5500;
  border-color: #fff;
}
.btn-soundcloud:hover {
  color: #fff;
  background-color: #ff5500;
  border-color: #ff5500;
}
.btn-soundcloud:focus, .btn-soundcloud.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.btn-soundcloud.disabled, .btn-soundcloud:disabled {
  color: #fff;
  background-color: #ff5500;
  border-color: #fff;
}
.btn-soundcloud:not(:disabled):not(.disabled):active, .btn-soundcloud:not(:disabled):not(.disabled).active, .show > .btn-soundcloud.dropdown-toggle {
  color: #fff;
  background-color: #cc4400;
  border-color: #dfdfdf;
}
.btn-soundcloud:not(:disabled):not(.disabled):active:focus, .btn-soundcloud:not(:disabled):not(.disabled).active:focus, .show > .btn-soundcloud.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-tumblr {
  background-color: #2c4762;
  color: #fff;
  background-color: #2c4762;
  border-color: #fff;
}
.btn-tumblr:hover {
  color: #fff;
  background-color: #2c4762;
  border-color: #2c4762;
}
.btn-tumblr:focus, .btn-tumblr.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.btn-tumblr.disabled, .btn-tumblr:disabled {
  color: #fff;
  background-color: #2c4762;
  border-color: #fff;
}
.btn-tumblr:not(:disabled):not(.disabled):active, .btn-tumblr:not(:disabled):not(.disabled).active, .show > .btn-tumblr.dropdown-toggle {
  color: #fff;
  background-color: #1c2e3f;
  border-color: #dfdfdf;
}
.btn-tumblr:not(:disabled):not(.disabled):active:focus, .btn-tumblr:not(:disabled):not(.disabled).active:focus, .show > .btn-tumblr.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-twitter {
  background-color: #55acee;
  color: #2a2e30;
  background-color: #55acee;
  border-color: #fff;
}
.btn-twitter:hover {
  color: #2a2e30;
  background-color: #fff;
  border-color: #55acee;
}
.btn-twitter:focus, .btn-twitter.focus {
  box-shadow: 0 0 0 0.2rem rgba(223, 224, 224, 0.5);
}
.btn-twitter.disabled, .btn-twitter:disabled {
  color: #2a2e30;
  background-color: #55acee;
  border-color: #fff;
}
.btn-twitter:not(:disabled):not(.disabled):active, .btn-twitter:not(:disabled):not(.disabled).active, .show > .btn-twitter.dropdown-toggle {
  color: #fff;
  background-color: #2795e9;
  border-color: #dfdfdf;
}
.btn-twitter:not(:disabled):not(.disabled):active:focus, .btn-twitter:not(:disabled):not(.disabled).active:focus, .show > .btn-twitter.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(223, 224, 224, 0.5);
}

.btn-vimeo {
  background-color: #1ab7ea;
  color: #fff;
  background-color: #1ab7ea;
  border-color: #fff;
}
.btn-vimeo:hover {
  color: #fff;
  background-color: #1ab7ea;
  border-color: #1ab7ea;
}
.btn-vimeo:focus, .btn-vimeo.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.btn-vimeo.disabled, .btn-vimeo:disabled {
  color: #fff;
  background-color: #1ab7ea;
  border-color: #fff;
}
.btn-vimeo:not(:disabled):not(.disabled):active, .btn-vimeo:not(:disabled):not(.disabled).active, .show > .btn-vimeo.dropdown-toggle {
  color: #fff;
  background-color: #1295bf;
  border-color: #dfdfdf;
}
.btn-vimeo:not(:disabled):not(.disabled):active:focus, .btn-vimeo:not(:disabled):not(.disabled).active:focus, .show > .btn-vimeo.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-vk {
  background-color: #587ea3;
  color: #fff;
  background-color: #587ea3;
  border-color: #fff;
}
.btn-vk:hover {
  color: #fff;
  background-color: #587ea3;
  border-color: #587ea3;
}
.btn-vk:focus, .btn-vk.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.btn-vk.disabled, .btn-vk:disabled {
  color: #fff;
  background-color: #587ea3;
  border-color: #fff;
}
.btn-vk:not(:disabled):not(.disabled):active, .btn-vk:not(:disabled):not(.disabled).active, .show > .btn-vk.dropdown-toggle {
  color: #fff;
  background-color: #466482;
  border-color: #dfdfdf;
}
.btn-vk:not(:disabled):not(.disabled):active:focus, .btn-vk:not(:disabled):not(.disabled).active:focus, .show > .btn-vk.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-yahoo {
  background-color: #720e9e;
  color: #fff;
  background-color: #720e9e;
  border-color: #fff;
}
.btn-yahoo:hover {
  color: #fff;
  background-color: #720e9e;
  border-color: #720e9e;
}
.btn-yahoo:focus, .btn-yahoo.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.btn-yahoo.disabled, .btn-yahoo:disabled {
  color: #fff;
  background-color: #720e9e;
  border-color: #fff;
}
.btn-yahoo:not(:disabled):not(.disabled):active, .btn-yahoo:not(:disabled):not(.disabled).active, .show > .btn-yahoo.dropdown-toggle {
  color: #fff;
  background-color: #500a6f;
  border-color: #dfdfdf;
}
.btn-yahoo:not(:disabled):not(.disabled):active:focus, .btn-yahoo:not(:disabled):not(.disabled).active:focus, .show > .btn-yahoo.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-outline-adn {
  border: 1px solid #d87a68 !important;
  color: #d87a68;
}

.btn-outline-bitbucket {
  border: 1px solid #205081 !important;
  color: #205081;
}

.btn-outline-dropbox {
  border: 1px solid #1087dd !important;
  color: #1087dd;
}

.btn-outline-facebook {
  border: 1px solid #3b5998 !important;
  color: #3b5998;
}

.btn-outline-flickr {
  border: 1px solid #ff0084 !important;
  color: #ff0084;
}

.btn-outline-foursquare {
  border: 1px solid #f94877 !important;
  color: #f94877;
}

.btn-outline-github {
  border: 1px solid #444444 !important;
  color: #444444;
}

.btn-outline-google {
  border: 1px solid #dd4b39 !important;
  color: #dd4b39;
}

.btn-outline-instagram {
  border: 1px solid #3f729b !important;
  color: #3f729b;
}

.btn-outline-linkedin {
  border: 1px solid #007bb6 !important;
  color: #007bb6;
}

.btn-outline-microsoft {
  border: 1px solid #2672ec !important;
  color: #2672ec;
}

.btn-outline-odnoklassniki {
  border: 1px solid #f4731c !important;
  color: #f4731c;
}

.btn-outline-openid {
  border: 1px solid #f7931e !important;
  color: #f7931e;
}

.btn-outline-pinterest {
  border: 1px solid #cb2027 !important;
  color: #cb2027;
}

.btn-outline-reddit {
  border: 1px solid #ff4500 !important;
  color: #ff4500;
}

.btn-outline-soundcloud {
  border: 1px solid #ff5500 !important;
  color: #ff5500;
}

.btn-outline-tumblr {
  border: 1px solid #2c4762 !important;
  color: #2c4762;
}

.btn-outline-twitter {
  border: 1px solid #55acee !important;
  color: #55acee;
}

.btn-outline-vimeo {
  border: 1px solid #1ab7ea !important;
  color: #1ab7ea;
}

.btn-outline-vk {
  border: 1px solid #587ea3 !important;
  color: #587ea3;
}

.btn-outline-yahoo {
  border: 1px solid #720e9e !important;
  color: #720e9e;
}

.btn-outline-adn:hover {
  color: #ad412d;
  border: 1px solid #ad412d !important;
}

.btn-outline-bitbucket:hover {
  color: #0c1d2f;
  border: 1px solid #0c1d2f !important;
}

.btn-outline-dropbox:hover {
  color: #094d7e;
  border: 1px solid #094d7e !important;
}

.btn-outline-facebook:hover {
  color: #1e2e4f;
  border: 1px solid #1e2e4f !important;
}

.btn-outline-flickr:hover {
  color: #99004f;
  border: 1px solid #99004f !important;
}

.btn-outline-foursquare:hover {
  color: #d4073d;
  border: 1px solid #d4073d !important;
}

.btn-outline-github:hover {
  color: #111111;
  border: 1px solid #111111 !important;
}

.btn-outline-google:hover {
  color: #96271a;
  border: 1px solid #96271a !important;
}

.btn-outline-instagram:hover {
  color: #223d52;
  border: 1px solid #223d52 !important;
}

.btn-outline-linkedin:hover {
  color: #003650;
  border: 1px solid #003650 !important;
}

.btn-outline-microsoft:hover {
  color: #0e459e;
  border: 1px solid #0e459e !important;
}

.btn-outline-odnoklassniki:hover {
  color: #a24608;
  border: 1px solid #a24608 !important;
}

.btn-outline-openid:hover {
  color: #a95e06;
  border: 1px solid #a95e06 !important;
}

.btn-outline-pinterest:hover {
  color: #731216;
  border: 1px solid #731216 !important;
}

.btn-outline-reddit:hover {
  color: #992900;
  border: 1px solid #992900 !important;
}

.btn-outline-soundcloud:hover {
  color: #993300;
  border: 1px solid #993300 !important;
}

.btn-outline-tumblr:hover {
  color: #0c141c;
  border: 1px solid #0c141c !important;
}

.btn-outline-twitter:hover {
  color: #147bc9;
  border: 1px solid #147bc9 !important;
}

.btn-outline-vimeo:hover {
  color: #0d7091;
  border: 1px solid #0d7091 !important;
}

.btn-outline-vk:hover {
  color: #344b61;
  border: 1px solid #344b61 !important;
}

.btn-outline-yahoo:hover {
  color: #2e0640;
  border: 1px solid #2e0640 !important;
}

.bg-adn {
  background-color: #d87a68;
}

.bg-bitbucket {
  background-color: #205081;
}

.bg-dropbox {
  background-color: #1087dd;
}

.bg-facebook {
  background-color: #3b5998;
}

.bg-flickr {
  background-color: #ff0084;
}

.bg-foursquare {
  background-color: #f94877;
}

.bg-github {
  background-color: #444444;
}

.bg-google {
  background-color: #dd4b39;
}

.bg-instagram {
  background-color: #3f729b;
}

.bg-linkedin {
  background-color: #007bb6;
}

.bg-microsoft {
  background-color: #2672ec;
}

.bg-odnoklassniki {
  background-color: #f4731c;
}

.bg-openid {
  background-color: #f7931e;
}

.bg-pinterest {
  background-color: #cb2027;
}

.bg-reddit {
  background-color: #ff4500;
}

.bg-soundcloud {
  background-color: #ff5500;
}

.bg-tumblr {
  background-color: #2c4762;
}

.bg-twitter {
  background-color: #55acee;
}

.bg-vimeo {
  background-color: #1ab7ea;
}

.bg-vk {
  background-color: #587ea3;
}

.bg-yahoo {
  background-color: #720e9e;
}

.content-head-image .content .content-wrapper .content-header {
  height: 200px;
  padding: 2rem 1rem 0;
  margin: 0 0 3rem;
  position: relative;
}
.content-head-image .content .content-wrapper .content-header::before {
  content: "";
  background-color: #000;
  opacity: 0.3;
  width: 100%;
  height: 200px;
  position: absolute;
  top: 0;
  left: 0;
}
.content-head-image .content .content-wrapper .content-header .content-header-title {
  color: #fff;
  font-size: 2rem;
}
.content-head-image .content .content-wrapper .content-header .breadcrumbs-top {
  position: absolute;
  bottom: 0rem;
}
.content-head-image .content .content-wrapper .content-header .breadcrumbs-top .breadcrumb li a, .content-head-image .content .content-wrapper .content-header .breadcrumbs-top .breadcrumb li::before, .content-head-image .content .content-wrapper .content-header .breadcrumbs-top .breadcrumb li::after {
  color: #fff;
}
.content-head-image .content .content-wrapper .content-header .breadcrumbs-top .breadcrumb li.active {
  color: #fff;
  font-weight: 500;
}

/*=========================================================================================
	File Name: customizer.scss
	Description: CSS used for demo purpose only. Remove this css from your project.
	----------------------------------------------------------------------------------------
	Item Name: Modern Admin - Clean Bootstrap 4 Dashboard HTML Template
	 Version: 1.0
	Author: PIXINVENT
	Author URL: http://www.themeforest.net/user/pixinvent
==========================================================================================*/
.customizer {
  width: 400px;
  right: -400px;
  padding: 0;
  background-color: #FFF;
  z-index: 1051;
  position: fixed;
  top: 0;
  bottom: 0;
  height: 100vh;
  transition: right 0.4s cubic-bezier(0.05, 0.74, 0.2, 0.99);
  backface-visibility: hidden;
  border-left: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}
.customizer.open {
  right: 0;
}
.customizer .customizer-content {
  position: relative;
  height: 100%;
}
.customizer .customizer-content .custom-control .custom-control-label {
  top: 0;
}
.customizer a.customizer-toggle {
  background: #FFF;
  color: #666ee8;
  display: block;
  border-radius: 15px 0 0 15px;
}
.customizer a.customizer-close {
  color: #000;
}
.customizer .customizer-close {
  position: absolute;
  right: 10px;
  top: 10px;
  padding: 7px;
  width: auto;
  z-index: 10;
}
.customizer .customizer-toggle {
  position: absolute;
  top: 35%;
  width: 54px;
  height: 50px;
  left: -54px;
  text-align: center;
  line-height: 56px;
  cursor: pointer;
}
.customizer .color-options a {
  white-space: pre;
}
.customizer .customizer-sidebar-options .active {
  background-color: #666ee8;
  border-color: #666ee8;
  color: #FFF;
}

.buy-now {
  position: fixed;
  bottom: 5%;
  right: 2%;
  z-index: 1051;
}

#scroll-top {
  width: 40px;
  height: 40px;
  z-index: 99;
  position: fixed;
  bottom: 100px;
  right: 30px;
  display: none;
  cursor: pointer;
  background: url('top.png') no-repeat;
}

.ps-container {
  touch-action: none;
  overflow: hidden !important;
  -ms-overflow-style: none;
}
@supports (-ms-overflow-style: none) {
  .ps-container {
    overflow: auto !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps-container {
    overflow: auto !important;
  }
}
.ps-container.ps-active-x > .ps-scrollbar-x-rail, .ps-container.ps-active-y > .ps-scrollbar-y-rail {
  display: block;
  background-color: transparent;
}
.ps-container.ps-in-scrolling {
  pointer-events: none;
}
.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
  background-color: #eee;
  opacity: 0.9;
}
.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  background-color: #999;
}
.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
  background-color: #eee;
  opacity: 0.9;
}
.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: #999;
}
.ps-container > .ps-scrollbar-x-rail {
  display: none;
  position: absolute; /* please don't change 'position' */
  border-radius: 4px;
  opacity: 0;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  bottom: 3px; /* there must be 'bottom' for ps-scrollbar-x-rail */
  height: 8px;
}
.ps-container > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  position: absolute; /* please don't change 'position' */
  background-color: #aaa;
  border-radius: 4px;
  transition: background-color 0.2s linear;
  bottom: 0; /* there must be 'bottom' for ps-scrollbar-x */
  height: 8px;
}
.ps-container > .ps-scrollbar-y-rail {
  display: none;
  position: absolute; /* please don't change 'position' */
  border-radius: 4px;
  opacity: 0;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  right: 3px; /* there must be 'right' for ps-scrollbar-y-rail */
  width: 8px;
}
.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  position: absolute; /* please don't change 'position' */
  background-color: #aaa;
  border-radius: 4px;
  transition: background-color 0.2s linear;
  right: 0; /* there must be 'right' for ps-scrollbar-y */
  width: 8px;
}
.ps-container:hover.ps-in-scrolling {
  pointer-events: none;
}
.ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
  background-color: #eee;
  opacity: 0.9;
}
.ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  background-color: #999;
}
.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
  background-color: #eee;
  opacity: 0.9;
}
.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: #999;
}
.ps-container:hover > .ps-scrollbar-x-rail,
.ps-container:hover > .ps-scrollbar-y-rail {
  opacity: 0.6;
}
.ps-container:hover > .ps-scrollbar-x-rail:hover {
  background-color: #eee;
  opacity: 0.9;
}
.ps-container:hover > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x {
  background-color: #999;
}
.ps-container:hover > .ps-scrollbar-y-rail:hover {
  background-color: #eee;
  opacity: 0.9;
}
.ps-container:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y {
  background-color: #999;
}

.ps-theme-dark {
  touch-action: none;
  overflow: hidden !important;
  -ms-overflow-style: none;
}
@supports (-ms-overflow-style: none) {
  .ps-theme-dark {
    overflow: auto !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps-theme-dark {
    overflow: auto !important;
  }
}
.ps-theme-dark.ps-active-x > .ps-scrollbar-x-rail, .ps-theme-dark.ps-active-y > .ps-scrollbar-y-rail {
  display: block;
  background-color: transperant;
}
.ps-theme-dark.ps-in-scrolling {
  pointer-events: none;
}
.ps-theme-dark.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
  background-color: rgba(0, 0, 0, 0.1);
  opacity: 0.9;
}
.ps-theme-dark.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  background-color: rgba(0, 0, 0, 0.4);
}
.ps-theme-dark.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
  background-color: rgba(0, 0, 0, 0.1);
  opacity: 0.9;
}
.ps-theme-dark.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: rgba(0, 0, 0, 0.4);
}
.ps-theme-dark > .ps-scrollbar-x-rail {
  display: none;
  position: absolute; /* please don't change 'position' */
  border-radius: 4px;
  opacity: 0;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  bottom: 3px; /* there must be 'bottom' for ps-scrollbar-x-rail */
  height: 8px;
}
.ps-theme-dark > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  position: absolute; /* please don't change 'position' */
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  transition: background-color 0.2s linear;
  bottom: 0; /* there must be 'bottom' for ps-scrollbar-x */
  height: 8px;
}
.ps-theme-dark > .ps-scrollbar-y-rail {
  display: none;
  position: absolute; /* please don't change 'position' */
  border-radius: 4px;
  opacity: 0;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  right: 0; /* there must be 'right' for ps-scrollbar-y-rail */
  width: 6px;
}
.ps-theme-dark > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  position: absolute; /* please don't change 'position' */
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  transition: background-color 0.2s linear;
  right: 0; /* there must be 'right' for ps-scrollbar-y */
  width: 6px;
}
.ps-theme-dark:hover.ps-in-scrolling {
  pointer-events: none;
}
.ps-theme-dark:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
  background-color: rgba(0, 0, 0, 0.1);
  opacity: 0.9;
}
.ps-theme-dark:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  background-color: rgba(0, 0, 0, 0.4);
}
.ps-theme-dark:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
  background-color: rgba(0, 0, 0, 0.1);
  opacity: 0.9;
}
.ps-theme-dark:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: rgba(0, 0, 0, 0.4);
}
.ps-theme-dark:hover > .ps-scrollbar-x-rail,
.ps-theme-dark:hover > .ps-scrollbar-y-rail {
  opacity: 0.6;
}
.ps-theme-dark:hover > .ps-scrollbar-x-rail:hover {
  background-color: rgba(0, 0, 0, 0.1);
  opacity: 0.9;
}
.ps-theme-dark:hover > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x {
  background-color: rgba(0, 0, 0, 0.4);
}
.ps-theme-dark:hover > .ps-scrollbar-y-rail:hover {
  background-color: rgba(0, 0, 0, 0.1);
  opacity: 0.9;
}
.ps-theme-dark:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y {
  background-color: rgba(0, 0, 0, 0.4);
}

.ps-theme-light {
  touch-action: none;
  overflow: hidden !important;
  -ms-overflow-style: none;
}
@supports (-ms-overflow-style: none) {
  .ps-theme-light {
    overflow: auto !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps-theme-light {
    overflow: auto !important;
  }
}
.ps-theme-light.ps-active-x > .ps-scrollbar-x-rail, .ps-theme-light.ps-active-y > .ps-scrollbar-y-rail {
  display: block;
  background-color: transperant;
}
.ps-theme-light.ps-in-scrolling {
  pointer-events: none;
}
.ps-theme-light.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
  background-color: rgba(255, 255, 255, 0.2);
  opacity: 0.9;
}
.ps-theme-light.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  background-color: rgba(255, 255, 255, 0.8);
}
.ps-theme-light.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
  background-color: rgba(255, 255, 255, 0.2);
  opacity: 0.9;
}
.ps-theme-light.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: rgba(255, 255, 255, 0.8);
}
.ps-theme-light > .ps-scrollbar-x-rail {
  display: none;
  position: absolute; /* please don't change 'position' */
  border-radius: 4px;
  opacity: 0;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  bottom: 3px; /* there must be 'bottom' for ps-scrollbar-x-rail */
  height: 8px;
}
.ps-theme-light > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  position: absolute; /* please don't change 'position' */
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 4px;
  transition: background-color 0.2s linear;
  bottom: 0; /* there must be 'bottom' for ps-scrollbar-x */
  height: 8px;
}
.ps-theme-light > .ps-scrollbar-y-rail {
  display: none;
  position: absolute; /* please don't change 'position' */
  border-radius: 4px;
  opacity: 0;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  right: 0; /* there must be 'right' for ps-scrollbar-y-rail */
  width: 6px;
}
.ps-theme-light > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  position: absolute; /* please don't change 'position' */
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 4px;
  transition: background-color 0.2s linear;
  right: 0; /* there must be 'right' for ps-scrollbar-y */
  width: 6px;
}
.ps-theme-light:hover.ps-in-scrolling {
  pointer-events: none;
}
.ps-theme-light:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
  background-color: rgba(255, 255, 255, 0.2);
  opacity: 0.9;
}
.ps-theme-light:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  background-color: rgba(255, 255, 255, 0.8);
}
.ps-theme-light:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
  background-color: rgba(255, 255, 255, 0.2);
  opacity: 0.9;
}
.ps-theme-light:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: rgba(255, 255, 255, 0.8);
}
.ps-theme-light:hover > .ps-scrollbar-x-rail,
.ps-theme-light:hover > .ps-scrollbar-y-rail {
  opacity: 0.6;
}
.ps-theme-light:hover > .ps-scrollbar-x-rail:hover {
  background-color: rgba(255, 255, 255, 0.2);
  opacity: 0.9;
}
.ps-theme-light:hover > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x {
  background-color: rgba(255, 255, 255, 0.8);
}
.ps-theme-light:hover > .ps-scrollbar-y-rail:hover {
  background-color: rgba(255, 255, 255, 0.2);
  opacity: 0.9;
}
.ps-theme-light:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y {
  background-color: rgba(255, 255, 255, 0.8);
}

.menu-collapsed .ps-theme-dark {
  touch-action: none;
  overflow: hidden !important;
  -ms-overflow-style: none;
}
@supports (-ms-overflow-style: none) {
  .menu-collapsed .ps-theme-dark {
    overflow: auto !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .menu-collapsed .ps-theme-dark {
    overflow: auto !important;
  }
}
.menu-collapsed .ps-theme-dark.ps-active-x > .ps-scrollbar-x-rail, .menu-collapsed .ps-theme-dark.ps-active-y > .ps-scrollbar-y-rail {
  display: block;
  background-color: transparent;
}
.menu-collapsed .ps-theme-dark.ps-in-scrolling {
  pointer-events: none;
}
.menu-collapsed .ps-theme-dark.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
  background-color: #eee;
  opacity: 0.9;
}
.menu-collapsed .ps-theme-dark.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  background-color: #999;
}
.menu-collapsed .ps-theme-dark.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
  background-color: #eee;
  opacity: 0.9;
}
.menu-collapsed .ps-theme-dark.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: #999;
}
.menu-collapsed .ps-theme-dark > .ps-scrollbar-x-rail {
  display: none;
  position: absolute; /* please don't change 'position' */
  border-radius: 4px;
  opacity: 0;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  bottom: 3px; /* there must be 'bottom' for ps-scrollbar-x-rail */
  height: 8px;
}
.menu-collapsed .ps-theme-dark > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  position: absolute; /* please don't change 'position' */
  background-color: #55595c !important;
  border-radius: 4px;
  transition: background-color 0.2s linear;
  bottom: 0; /* there must be 'bottom' for ps-scrollbar-x */
  height: 8px;
}
.menu-collapsed .ps-theme-dark > .ps-scrollbar-y-rail {
  display: none;
  position: absolute; /* please don't change 'position' */
  border-radius: 4px;
  opacity: 0;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  right: 0; /* there must be 'right' for ps-scrollbar-y-rail */
  width: 6px;
}
.menu-collapsed .ps-theme-dark > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  position: absolute; /* please don't change 'position' */
  background-color: #55595c !important;
  border-radius: 4px;
  transition: background-color 0.2s linear;
  right: 0; /* there must be 'right' for ps-scrollbar-y */
  width: 6px;
}
.menu-collapsed .ps-theme-dark:hover.ps-in-scrolling {
  pointer-events: none;
}
.menu-collapsed .ps-theme-dark:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
  background-color: #eee;
  opacity: 0.9;
}
.menu-collapsed .ps-theme-dark:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  background-color: #999;
}
.menu-collapsed .ps-theme-dark:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
  background-color: #eee;
  opacity: 0.9;
}
.menu-collapsed .ps-theme-dark:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: #999;
}
.menu-collapsed .ps-theme-dark:hover > .ps-scrollbar-x-rail,
.menu-collapsed .ps-theme-dark:hover > .ps-scrollbar-y-rail {
  opacity: 0;
}
.menu-collapsed .ps-theme-dark:hover > .ps-scrollbar-x-rail:hover {
  background-color: #eee;
  opacity: 0.9;
}
.menu-collapsed .ps-theme-dark:hover > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x {
  background-color: #999;
}
.menu-collapsed .ps-theme-dark:hover > .ps-scrollbar-y-rail:hover {
  background-color: #eee;
  opacity: 0.9;
}
.menu-collapsed .ps-theme-dark:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y {
  background-color: #999;
}
.menu-collapsed ul.ps-theme-dark {
  touch-action: none;
  overflow: hidden !important;
  -ms-overflow-style: none;
}
@supports (-ms-overflow-style: none) {
  .menu-collapsed ul.ps-theme-dark {
    overflow: auto !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .menu-collapsed ul.ps-theme-dark {
    overflow: auto !important;
  }
}
.menu-collapsed ul.ps-theme-dark.ps-active-x > .ps-scrollbar-x-rail, .menu-collapsed ul.ps-theme-dark.ps-active-y > .ps-scrollbar-y-rail {
  display: block;
  background-color: transperant;
}
.menu-collapsed ul.ps-theme-dark.ps-in-scrolling {
  pointer-events: none;
}
.menu-collapsed ul.ps-theme-dark.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
  background-color: rgba(0, 0, 0, 0.1);
  opacity: 0.9;
}
.menu-collapsed ul.ps-theme-dark.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  background-color: rgba(0, 0, 0, 0.4);
}
.menu-collapsed ul.ps-theme-dark.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
  background-color: rgba(0, 0, 0, 0.1);
  opacity: 0.9;
}
.menu-collapsed ul.ps-theme-dark.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: rgba(0, 0, 0, 0.4);
}
.menu-collapsed ul.ps-theme-dark > .ps-scrollbar-x-rail {
  display: none;
  position: absolute; /* please don't change 'position' */
  border-radius: 4px;
  opacity: 0;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  bottom: 3px; /* there must be 'bottom' for ps-scrollbar-x-rail */
  height: 8px;
}
.menu-collapsed ul.ps-theme-dark > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  position: absolute; /* please don't change 'position' */
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  transition: background-color 0.2s linear;
  bottom: 0; /* there must be 'bottom' for ps-scrollbar-x */
  height: 8px;
}
.menu-collapsed ul.ps-theme-dark > .ps-scrollbar-y-rail {
  display: none;
  position: absolute; /* please don't change 'position' */
  border-radius: 4px;
  opacity: 0;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  right: 0; /* there must be 'right' for ps-scrollbar-y-rail */
  width: 6px;
}
.menu-collapsed ul.ps-theme-dark > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  position: absolute; /* please don't change 'position' */
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  transition: background-color 0.2s linear;
  right: 0; /* there must be 'right' for ps-scrollbar-y */
  width: 6px;
}
.menu-collapsed ul.ps-theme-dark:hover.ps-in-scrolling {
  pointer-events: none;
}
.menu-collapsed ul.ps-theme-dark:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
  background-color: rgba(0, 0, 0, 0.1);
  opacity: 0.9;
}
.menu-collapsed ul.ps-theme-dark:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  background-color: rgba(0, 0, 0, 0.4);
}
.menu-collapsed ul.ps-theme-dark:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
  background-color: rgba(0, 0, 0, 0.1);
  opacity: 0.9;
}
.menu-collapsed ul.ps-theme-dark:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: rgba(0, 0, 0, 0.4);
}
.menu-collapsed ul.ps-theme-dark:hover > .ps-scrollbar-x-rail,
.menu-collapsed ul.ps-theme-dark:hover > .ps-scrollbar-y-rail {
  opacity: 0.6;
}
.menu-collapsed ul.ps-theme-dark:hover > .ps-scrollbar-x-rail:hover {
  background-color: rgba(0, 0, 0, 0.1);
  opacity: 0.9;
}
.menu-collapsed ul.ps-theme-dark:hover > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x {
  background-color: rgba(0, 0, 0, 0.4);
}
.menu-collapsed ul.ps-theme-dark:hover > .ps-scrollbar-y-rail:hover {
  background-color: rgba(0, 0, 0, 0.1);
  opacity: 0.9;
}
.menu-collapsed ul.ps-theme-dark:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y {
  background-color: rgba(0, 0, 0, 0.4);
}

.vertical-menu-modern.menu-collapsed .ps-theme-dark {
  touch-action: none;
  overflow: hidden !important;
  -ms-overflow-style: none;
}
@supports (-ms-overflow-style: none) {
  .vertical-menu-modern.menu-collapsed .ps-theme-dark {
    overflow: auto !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .vertical-menu-modern.menu-collapsed .ps-theme-dark {
    overflow: auto !important;
  }
}
.vertical-menu-modern.menu-collapsed .ps-theme-dark.ps-active-x > .ps-scrollbar-x-rail, .vertical-menu-modern.menu-collapsed .ps-theme-dark.ps-active-y > .ps-scrollbar-y-rail {
  display: block;
  background-color: transperant;
}
.vertical-menu-modern.menu-collapsed .ps-theme-dark.ps-in-scrolling {
  pointer-events: none;
}
.vertical-menu-modern.menu-collapsed .ps-theme-dark.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
  background-color: rgba(0, 0, 0, 0.1);
  opacity: 0.9;
}
.vertical-menu-modern.menu-collapsed .ps-theme-dark.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  background-color: rgba(0, 0, 0, 0.4);
}
.vertical-menu-modern.menu-collapsed .ps-theme-dark.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
  background-color: rgba(0, 0, 0, 0.1);
  opacity: 0.9;
}
.vertical-menu-modern.menu-collapsed .ps-theme-dark.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: rgba(0, 0, 0, 0.4);
}
.vertical-menu-modern.menu-collapsed .ps-theme-dark > .ps-scrollbar-x-rail {
  display: none;
  position: absolute; /* please don't change 'position' */
  border-radius: 4px;
  opacity: 0;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  bottom: 3px; /* there must be 'bottom' for ps-scrollbar-x-rail */
  height: 8px;
}
.vertical-menu-modern.menu-collapsed .ps-theme-dark > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  position: absolute; /* please don't change 'position' */
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  transition: background-color 0.2s linear;
  bottom: 0; /* there must be 'bottom' for ps-scrollbar-x */
  height: 8px;
}
.vertical-menu-modern.menu-collapsed .ps-theme-dark > .ps-scrollbar-y-rail {
  display: none;
  position: absolute; /* please don't change 'position' */
  border-radius: 4px;
  opacity: 0;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  right: 0; /* there must be 'right' for ps-scrollbar-y-rail */
  width: 6px;
}
.vertical-menu-modern.menu-collapsed .ps-theme-dark > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  position: absolute; /* please don't change 'position' */
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  transition: background-color 0.2s linear;
  right: 0; /* there must be 'right' for ps-scrollbar-y */
  width: 6px;
}
.vertical-menu-modern.menu-collapsed .ps-theme-dark:hover.ps-in-scrolling {
  pointer-events: none;
}
.vertical-menu-modern.menu-collapsed .ps-theme-dark:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
  background-color: rgba(0, 0, 0, 0.1);
  opacity: 0.9;
}
.vertical-menu-modern.menu-collapsed .ps-theme-dark:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  background-color: rgba(0, 0, 0, 0.4);
}
.vertical-menu-modern.menu-collapsed .ps-theme-dark:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
  background-color: rgba(0, 0, 0, 0.1);
  opacity: 0.9;
}
.vertical-menu-modern.menu-collapsed .ps-theme-dark:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: rgba(0, 0, 0, 0.4);
}
.vertical-menu-modern.menu-collapsed .ps-theme-dark:hover > .ps-scrollbar-x-rail,
.vertical-menu-modern.menu-collapsed .ps-theme-dark:hover > .ps-scrollbar-y-rail {
  opacity: 0.6;
}
.vertical-menu-modern.menu-collapsed .ps-theme-dark:hover > .ps-scrollbar-x-rail:hover {
  background-color: rgba(0, 0, 0, 0.1);
  opacity: 0.9;
}
.vertical-menu-modern.menu-collapsed .ps-theme-dark:hover > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x {
  background-color: rgba(0, 0, 0, 0.4);
}
.vertical-menu-modern.menu-collapsed .ps-theme-dark:hover > .ps-scrollbar-y-rail:hover {
  background-color: rgba(0, 0, 0, 0.1);
  opacity: 0.9;
}
.vertical-menu-modern.menu-collapsed .ps-theme-dark:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y {
  background-color: rgba(0, 0, 0, 0.4);
}
.vertical-menu-modern.menu-collapsed ul.ps-theme-dark {
  touch-action: none;
  overflow: hidden !important;
  -ms-overflow-style: none;
}
@supports (-ms-overflow-style: none) {
  .vertical-menu-modern.menu-collapsed ul.ps-theme-dark {
    overflow: auto !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .vertical-menu-modern.menu-collapsed ul.ps-theme-dark {
    overflow: auto !important;
  }
}
.vertical-menu-modern.menu-collapsed ul.ps-theme-dark.ps-active-x > .ps-scrollbar-x-rail, .vertical-menu-modern.menu-collapsed ul.ps-theme-dark.ps-active-y > .ps-scrollbar-y-rail {
  display: block;
  background-color: transperant;
}
.vertical-menu-modern.menu-collapsed ul.ps-theme-dark.ps-in-scrolling {
  pointer-events: none;
}
.vertical-menu-modern.menu-collapsed ul.ps-theme-dark.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
  background-color: rgba(0, 0, 0, 0.1);
  opacity: 0.9;
}
.vertical-menu-modern.menu-collapsed ul.ps-theme-dark.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  background-color: rgba(0, 0, 0, 0.4);
}
.vertical-menu-modern.menu-collapsed ul.ps-theme-dark.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
  background-color: rgba(0, 0, 0, 0.1);
  opacity: 0.9;
}
.vertical-menu-modern.menu-collapsed ul.ps-theme-dark.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: rgba(0, 0, 0, 0.4);
}
.vertical-menu-modern.menu-collapsed ul.ps-theme-dark > .ps-scrollbar-x-rail {
  display: none;
  position: absolute; /* please don't change 'position' */
  border-radius: 4px;
  opacity: 0;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  bottom: 3px; /* there must be 'bottom' for ps-scrollbar-x-rail */
  height: 8px;
}
.vertical-menu-modern.menu-collapsed ul.ps-theme-dark > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  position: absolute; /* please don't change 'position' */
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  transition: background-color 0.2s linear;
  bottom: 0; /* there must be 'bottom' for ps-scrollbar-x */
  height: 8px;
}
.vertical-menu-modern.menu-collapsed ul.ps-theme-dark > .ps-scrollbar-y-rail {
  display: none;
  position: absolute; /* please don't change 'position' */
  border-radius: 4px;
  opacity: 0;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  right: 0; /* there must be 'right' for ps-scrollbar-y-rail */
  width: 6px;
}
.vertical-menu-modern.menu-collapsed ul.ps-theme-dark > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  position: absolute; /* please don't change 'position' */
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  transition: background-color 0.2s linear;
  right: 0; /* there must be 'right' for ps-scrollbar-y */
  width: 6px;
}
.vertical-menu-modern.menu-collapsed ul.ps-theme-dark:hover.ps-in-scrolling {
  pointer-events: none;
}
.vertical-menu-modern.menu-collapsed ul.ps-theme-dark:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
  background-color: rgba(0, 0, 0, 0.1);
  opacity: 0.9;
}
.vertical-menu-modern.menu-collapsed ul.ps-theme-dark:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  background-color: rgba(0, 0, 0, 0.4);
}
.vertical-menu-modern.menu-collapsed ul.ps-theme-dark:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
  background-color: rgba(0, 0, 0, 0.1);
  opacity: 0.9;
}
.vertical-menu-modern.menu-collapsed ul.ps-theme-dark:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: rgba(0, 0, 0, 0.4);
}
.vertical-menu-modern.menu-collapsed ul.ps-theme-dark:hover > .ps-scrollbar-x-rail,
.vertical-menu-modern.menu-collapsed ul.ps-theme-dark:hover > .ps-scrollbar-y-rail {
  opacity: 0.6;
}
.vertical-menu-modern.menu-collapsed ul.ps-theme-dark:hover > .ps-scrollbar-x-rail:hover {
  background-color: rgba(0, 0, 0, 0.1);
  opacity: 0.9;
}
.vertical-menu-modern.menu-collapsed ul.ps-theme-dark:hover > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x {
  background-color: rgba(0, 0, 0, 0.4);
}
.vertical-menu-modern.menu-collapsed ul.ps-theme-dark:hover > .ps-scrollbar-y-rail:hover {
  background-color: rgba(0, 0, 0, 0.1);
  opacity: 0.9;
}
.vertical-menu-modern.menu-collapsed ul.ps-theme-dark:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y {
  background-color: rgba(0, 0, 0, 0.4);
}

/* to make scrollbars always visible */
.always-visible.ps-container > .ps-scrollbar-x-rail,
.always-visible.ps-container > .ps-scrollbar-y-rail {
  opacity: 0.6;
}

.large-margin.ps-container > .ps-scrollbar-x-rail {
  margin: 0 25%;
}

.large-margin.ps-container > .ps-scrollbar-y-rail {
  margin: 100px 0;
}

@media screen and (min-width: 0px) {
  head {
    font-family: "xs 0px";
  }
  body:after {
    content: "xs - min-width: 0px";
  }
}
@media screen and (min-width: 544px) {
  head {
    font-family: "sm 544px";
  }
  body:after {
    content: "sm - min-width: 544px";
  }
}
@media screen and (min-width: 768px) {
  head {
    font-family: "md 768px";
  }
  body:after {
    content: "md - min-width: 768px";
  }
}
@media screen and (min-width: 992px) {
  head {
    font-family: "lg 992px";
  }
  body:after {
    content: "lg - min-width: 992px";
  }
}
@media screen and (min-width: 1200px) {
  head {
    font-family: "xl 1200px";
  }
  body:after {
    content: "xl - min-width: 1200px";
  }
}
head {
  clear: both;
}
head title {
  font-family: "xs 0px, sm 544px, md 768px, lg 992px, xl 1200px";
}

body:after {
  display: none;
}

*[data-usn-if] {
  display: none;
}

.group-area {
  margin-bottom: 3rem;
}

.block {
  display: block;
  width: 100%;
}

select[multiple=multiple] {
  overflow: auto;
}

/* Input with icon */
.has-icon-left .form-control {
  padding-left: 2.5rem;
}

.form-control-position {
  position: absolute;
  top: 1px;
  z-index: 2;
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 3.2rem;
  text-align: center;
}

select.form-control:not([size]):not([multiple]),
input.form-control {
  /*--------------------------
      Sizing
      --------------------------*/
}
select.form-control:not([size]):not([multiple]).input-xl,
input.form-control.input-xl {
  height: 3.75rem;
  padding: 0.5rem 1rem;
  font-size: 1.5rem;
  line-height: 1.45;
  border-radius: 0.35rem;
}
select.form-control:not([size]):not([multiple]).form-group-xl .form-control,
input.form-control.form-group-xl .form-control {
  height: 3.75rem;
  padding: 0.5rem 0.5rem;
  font-size: 1.5rem;
  line-height: 1.45;
  border-radius: 0.35rem;
}
select.form-control:not([size]):not([multiple]).form-group-xl .form-control-static,
input.form-control.form-group-xl .form-control-static {
  height: 3.55rem;
  padding: 0.5rem 0.5rem;
  font-size: 1.5rem;
  line-height: 1.7;
}
select.form-control:not([size]):not([multiple]).input-lg,
input.form-control.input-lg {
  height: 3rem;
  padding: 0.75rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1.45;
  border-radius: 0.35rem;
}
select.form-control:not([size]):not([multiple]).form-group-lg .form-control,
input.form-control.form-group-lg .form-control {
  height: 3rem;
  padding: 1rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.25;
  border-radius: 0.35rem;
}
select.form-control:not([size]):not([multiple]).form-group-lg select.form-control,
input.form-control.form-group-lg select.form-control {
  height: calc(1.25em + 2rem + 2px);
  line-height: calc(1.25em + 2rem + 2px);
}
select.form-control:not([size]):not([multiple]).form-group-lg textarea.form-control,
select.form-control:not([size]):not([multiple]).form-group-lg select[multiple].form-control,
input.form-control.form-group-lg textarea.form-control,
input.form-control.form-group-lg select[multiple].form-control {
  height: auto;
}
select.form-control:not([size]):not([multiple]).form-group-lg .form-control-static,
input.form-control.form-group-lg .form-control-static {
  height: calc(1.25em + 2rem + 2px);
  min-height: 2.7rem;
  padding: 2rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.25;
}
select.form-control:not([size]):not([multiple]).input-sm,
input.form-control.input-sm {
  height: 2rem;
  padding: 0.95rem 0.95rem;
  font-size: 0.975rem;
  line-height: 1.45;
  border-radius: 0.21rem;
}
select.form-control:not([size]):not([multiple]).form-group-sm .form-control,
input.form-control.form-group-sm .form-control {
  /* font-size: $font-size-sm;
      line-height: $line-height-sm; */
  height: calc(1.875rem + 2px);
  padding: 0.5rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.45;
  border-radius: 0.21rem;
}
select.form-control:not([size]):not([multiple]).form-group-sm .form-control-static,
input.form-control.form-group-sm .form-control-static {
  font-size: 0.875rem;
  line-height: 1;
}
select.form-control:not([size]):not([multiple]).input-xs,
input.form-control.input-xs {
  height: 1.525rem;
  padding: 0.1rem 0.525rem;
  font-size: 0.75rem;
  line-height: 1.45;
  border-radius: 0.12rem;
}
select.form-control:not([size]):not([multiple]).form-group-xs .form-control,
input.form-control.form-group-xs .form-control {
  height: 1.525rem;
  padding: 0.2rem 0.275rem;
  font-size: 0.75rem;
  line-height: 1.45;
  border-radius: 0.12rem;
}
select.form-control:not([size]):not([multiple]).form-group-xs .form-control-static,
input.form-control.form-group-xs .form-control-static {
  height: 1.525rem;
  padding: 0.2rem 0.275rem;
  font-size: 0.75rem;
  line-height: 1.5;
}
select.form-control:not([size]):not([multiple]).input-xl + .form-control-position, select.form-control:not([size]):not([multiple]).form-group-xl > .form-control-position,
input.form-control.input-xl + .form-control-position,
input.form-control.form-group-xl > .form-control-position {
  width: 3.55rem;
  height: 3.55rem;
  line-height: 3.55rem;
  top: 4px;
}
select.form-control:not([size]):not([multiple]).input-lg + .form-control-position, select.form-control:not([size]):not([multiple]).form-group-lg > .form-control-position,
input.form-control.input-lg + .form-control-position,
input.form-control.form-group-lg > .form-control-position {
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  top: 4px;
}
select.form-control:not([size]):not([multiple]).input-sm + .form-control-position, select.form-control:not([size]):not([multiple]).form-group-sm > .form-control-position,
input.form-control.input-sm + .form-control-position,
input.form-control.form-group-sm > .form-control-position {
  width: calc(1.875rem + 2px);
  height: calc(1.875rem + 2px);
  line-height: 2rem;
  top: 10px;
}
select.form-control:not([size]):not([multiple]).input-xs + .form-control-position, select.form-control:not([size]):not([multiple]).form-group-xs > .form-control-position,
input.form-control.input-xs + .form-control-position,
input.form-control.form-group-xs > .form-control-position {
  width: 1.525rem;
  height: 1.525rem;
  line-height: 1.525rem;
  top: 0;
}

/*---------------------------------
Input Icon
---------------------------------*/
.position-relative .form-control {
  padding-right: calc(1.25em + 1.5rem + 2px);
}
.position-relative .form-control.input-xl {
  padding-right: 3.55rem;
}
.position-relative .form-control.input-lg {
  padding-right: calc(1.25em + 2rem + 2px);
}
.position-relative .form-control.input-sm {
  padding-right: calc(1.875rem + 2px);
}
.position-relative .form-control.input-xs {
  padding-right: 1.525rem;
}

/* Input Icon left */
.has-icon-left .form-control {
  padding-right: 1rem;
  padding-left: calc(1.25em + 1.5rem + 2px);
}
.has-icon-left .form-control.input-xl {
  padding-right: 0.5rem;
  padding-left: 3.55rem;
}
.has-icon-left .form-control.input-lg {
  padding-right: 1.25rem;
  padding-left: calc(1.25em + 2rem + 2px);
}
.has-icon-left .form-control.input-sm {
  padding-right: 0.75rem;
  padding-left: 1.7rem;
  padding: 20px;
}
.has-icon-left .form-control.input-xs {
  padding-right: 0.275rem;
  padding-left: 1.525rem;
}
.has-icon-left .form-control-position {
  right: auto;
  left: inherit;
}

input[type=color] {
  height: calc(1.25em + 1.5rem + 2px);
}

input[type=date].form-control,
input[type=time].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control {
  line-height: 1.45;
}

.font-size-large {
  font-size: 1.25rem;
}

.font-size-base {
  font-size: 1rem;
}

.font-size-small {
  font-size: 0.875rem;
}

.font-size-xsmall {
  font-size: 0.75rem;
}

.form-group-style {
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.07);
  padding-top: 7px;
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 4px;
  overflow: hidden;
}
.form-group-style label {
  margin: 0;
  text-transform: uppercase;
  font-weight: 700;
}
.form-group-style .form-control {
  border: none;
  padding-left: 0;
  margin-top: -4px;
  background: none;
}
.form-group-style.focus {
  background-color: #f0f0f0;
}
.form-group-style.focus label {
  opacity: 0.5;
}
.form-group-style label.filled {
  opacity: 0.5;
}

.input-group-xs .form-control,
.input-group-xs .input-group-addon,
.input-group-xs .input-group-btn > button {
  padding: 0.175rem 0.5rem;
  font-size: 0.725rem;
  line-height: 1.677777;
  border-bottom-left-radius: 0.175rem;
  border-top-left-radius: 0.175rem;
}
.input-group-xs .input-group-btn > button {
  border-radius: 0.175rem;
}

/* .input-group-btn > button {
    &.dropdown-toggle::after{
        margin-top: -1.75rem;
    }
} */
.input-group-addon {
  padding: 0.75rem;
}

.floating-label-form-group-with-focus label,
.floating-label-form-group-with-value label {
  color: #666ee8 !important;
  text-transform: uppercase;
  font-weight: 400;
}

/*=========================================================================================
	File Name: navigations.scss
	Description: Common mixin for menus, contain dark and light version scss.
	----------------------------------------------------------------------------------------
	Item Name: Modern Admin - Clean Bootstrap 4 Dashboard HTML Template
	 Version: 1.0
	Author: PIXINVENT
	Author URL: http://www.themeforest.net/user/pixinvent
==========================================================================================*/
.main-menu, .vertical-overlay-menu.menu-hide .main-menu {
  z-index: 1000;
  position: absolute;
  display: table-cell;
}
.main-menu.menu-light, .vertical-overlay-menu.menu-hide .menu-light.main-menu {
  color: #6b6f82;
  background: #fff;
  border-right: 1px solid #e4e7ed;
}
.main-menu.menu-light .main-menu-header {
  padding: 20px;
}
.main-menu.menu-light .main-menu-header .menu-search {
  background: #e6e6e6;
  padding: 0.5rem 1rem;
  color: #545766;
}
.main-menu.menu-light .main-menu-header .menu-search:focus {
  border-color: #d9d9d9;
}
.main-menu.menu-light .navigation {
  background: #fff;
}
.main-menu.menu-light .navigation .navigation-header {
  color: #6b6f82;
  padding: 30px 20px 8px 20px;
}
.main-menu.menu-light .navigation .navigation-header span {
  font-weight: 500;
  text-transform: uppercase;
}
.main-menu.menu-light .navigation li a {
  color: #6b6f82;
  transition: all 0.2s ease;
}
.main-menu.menu-light .navigation li a i, .main-menu.menu-light .navigation li a span {
  transition: all 0.2s ease;
}
.main-menu.menu-light .navigation li a span {
  display: inline-block;
}
.main-menu.menu-light .navigation li a span.menu-sub-title {
  color: #bdbfc9;
}
.main-menu.menu-light .navigation li.hover > a, .main-menu.menu-light .navigation li.open > a, .main-menu.menu-light .navigation li.active > a {
  color: #fff;
}
.main-menu.menu-light .navigation > li {
  padding: 0;
}
.main-menu.menu-light .navigation > li > a {
  padding: 12px 36px 12px 18px;
}
.main-menu.menu-light .navigation > li > a .label {
  margin-top: 4px;
  margin-right: 5px;
}
.main-menu.menu-light .navigation > li > a i {
  position: relative;
  top: 3px;
}
.main-menu.menu-light .navigation > li.open > a {
  color: #545766;
  background: whitesmoke;
  border-right: 4px solid #1e9ff2;
}
.main-menu.menu-light .navigation > li.open .hover > a {
  transform: translateX(-4px);
}
.main-menu.menu-light .navigation > li:not(.open) > ul {
  display: none;
}
.main-menu.menu-light .navigation > li.hover > a, .main-menu.menu-light .navigation > li:hover > a, .main-menu.menu-light .navigation > li.active > a {
  color: #545766;
}
.main-menu.menu-light .navigation > li.hover > a > i, .main-menu.menu-light .navigation > li:hover > a > i, .main-menu.menu-light .navigation > li.active > a > i {
  transform: translateX(6px);
}
.main-menu.menu-light .navigation > li.hover > a > span, .main-menu.menu-light .navigation > li:hover > a > span, .main-menu.menu-light .navigation > li.active > a > span {
  transform: translateX(4px);
}
.main-menu.menu-light .navigation > li.hover > a.mm-next, .main-menu.menu-light .navigation > li:hover > a.mm-next, .main-menu.menu-light .navigation > li.active > a.mm-next {
  background-color: inherit;
}
.main-menu.menu-light .navigation > li.active > a {
  color: #6b6f82;
  font-weight: 700;
  background: #f0f0f0;
}
.main-menu.menu-light .navigation > li .active {
  background: #f0f0f0;
}
.main-menu.menu-light .navigation > li .active > a {
  color: #85899b;
  font-weight: 700;
  background: #f0f0f0;
}
.main-menu.menu-light .navigation > li .active .hover > a {
  background: whitesmoke;
}
.main-menu.menu-light .navigation > li ul {
  padding: 0;
  margin: 0;
  font-size: 1rem;
}
.main-menu.menu-light .navigation > li ul li {
  color: #6b6f82;
  background: transparent;
}
.main-menu.menu-light .navigation > li ul li > a {
  padding: 8px 18px 8px 54px;
}
.main-menu.menu-light .navigation > li ul .has-sub:not(.open) > ul {
  display: none;
}
.main-menu.menu-light .navigation > li ul .open > a {
  color: #6b6f82;
}
.main-menu.menu-light .navigation > li ul .open > ul {
  display: block;
}
.main-menu.menu-light .navigation > li ul .open > ul li > a {
  padding: 8px 18px 8px 64px;
}
.main-menu.menu-light .navigation > li ul .open > ul .open > ul {
  display: block;
}
.main-menu.menu-light .navigation > li ul .open > ul .open > ul li > a {
  padding: 8px 18px 8px 74px;
}
.main-menu.menu-light .navigation > li ul .hover > a, .main-menu.menu-light .navigation > li ul:hover > a {
  color: #74798d;
}
.main-menu.menu-light .navigation > li ul .active {
  background: transparent;
}
.main-menu.menu-light .navigation > li ul .active > a {
  color: #85899b;
  font-weight: 700;
}
.main-menu.menu-light .navigation > li ul .active .hover > a {
  background-color: transparent;
}
.main-menu.menu-light .navigation > li > ul {
  background: #fff;
}
.main-menu.menu-light ul.menu-popout {
  background: #fff;
}
.main-menu.menu-light ul.menu-popout li a {
  color: #6b6f82;
}
.main-menu.menu-light ul.menu-popout li a span.menu-sub-title {
  color: #bdbfc9;
}
.main-menu.menu-light ul.menu-popout .has-sub:not(.open) > ul {
  display: none;
}
.main-menu.menu-light ul.menu-popout .has-sub.active {
  font-weight: normal;
}
.main-menu.menu-light ul.menu-popout .open > a {
  color: #6b6f82;
}
.main-menu.menu-light ul.menu-popout .open > ul {
  display: block;
}
.main-menu.menu-light ul.menu-popout .open > ul .open {
  background: #e8e8e8;
}
.main-menu.menu-light ul.menu-popout .open > ul .open > ul {
  display: block;
  background: #e8e8e8;
}
.main-menu.menu-light ul.menu-popout .hover > a, .main-menu.menu-light ul.menu-popout:hover > a {
  color: #74798d;
}
.main-menu.menu-light ul.menu-popout .active {
  font-weight: 700;
}
.main-menu.menu-light ul.menu-popout .active > a {
  color: #85899b;
}
.main-menu.menu-light ul.menu-popout .active .hover > a, .main-menu.menu-light ul.menu-popout .active :hover > a {
  background-color: transparent;
}
.main-menu.menu-dark, .vertical-overlay-menu.menu-hide .menu-dark.main-menu {
  color: #dcdcdc;
  background: #2C303B;
}
.main-menu.menu-dark .main-menu-header {
  padding: 20px;
}
.main-menu.menu-dark .main-menu-header .menu-search {
  background: #16181e;
  padding: 0.5rem 1rem;
  color: #c3c3c3;
}
.main-menu.menu-dark .main-menu-header .menu-search:focus {
  border-color: #0b0c0f;
}
.main-menu.menu-dark .navigation {
  background: #2C303B;
}
.main-menu.menu-dark .navigation .navigation-header {
  color: #dcdcdc;
  padding: 30px 20px 8px 20px;
}
.main-menu.menu-dark .navigation .navigation-header span {
  font-weight: 500;
  text-transform: uppercase;
}
.main-menu.menu-dark .navigation li a {
  color: #dcdcdc;
  transition: all 0.2s ease;
}
.main-menu.menu-dark .navigation li a i, .main-menu.menu-dark .navigation li a span {
  transition: all 0.2s ease;
}
.main-menu.menu-dark .navigation li a span {
  display: inline-block;
}
.main-menu.menu-dark .navigation li a span.menu-sub-title {
  color: white;
}
.main-menu.menu-dark .navigation li.hover > a, .main-menu.menu-dark .navigation li.open > a, .main-menu.menu-dark .navigation li.active > a {
  color: #fff;
}
.main-menu.menu-dark .navigation > li {
  padding: 0;
}
.main-menu.menu-dark .navigation > li > a {
  padding: 12px 36px 12px 18px;
}
.main-menu.menu-dark .navigation > li > a .label {
  margin-top: 4px;
  margin-right: 5px;
}
.main-menu.menu-dark .navigation > li > a i {
  position: relative;
  top: 3px;
}
.main-menu.menu-dark .navigation > li.open > a {
  color: #c3c3c3;
  background: #23262f;
  border-right: 4px solid #1e9ff2;
}
.main-menu.menu-dark .navigation > li.open .hover > a {
  transform: translateX(-4px);
}
.main-menu.menu-dark .navigation > li:not(.open) > ul {
  display: none;
}
.main-menu.menu-dark .navigation > li.hover > a, .main-menu.menu-dark .navigation > li:hover > a, .main-menu.menu-dark .navigation > li.active > a {
  color: #c3c3c3;
}
.main-menu.menu-dark .navigation > li.hover > a > i, .main-menu.menu-dark .navigation > li:hover > a > i, .main-menu.menu-dark .navigation > li.active > a > i {
  transform: translateX(6px);
}
.main-menu.menu-dark .navigation > li.hover > a > span, .main-menu.menu-dark .navigation > li:hover > a > span, .main-menu.menu-dark .navigation > li.active > a > span {
  transform: translateX(4px);
}
.main-menu.menu-dark .navigation > li.hover > a.mm-next, .main-menu.menu-dark .navigation > li:hover > a.mm-next, .main-menu.menu-dark .navigation > li.active > a.mm-next {
  background-color: inherit;
}
.main-menu.menu-dark .navigation > li.active > a {
  color: #dcdcdc;
  font-weight: 700;
  background: #1f2229;
}
.main-menu.menu-dark .navigation > li .active {
  background: #1f2229;
}
.main-menu.menu-dark .navigation > li .active > a {
  color: #f6f6f6;
  font-weight: 700;
  background: #1f2229;
}
.main-menu.menu-dark .navigation > li .active .hover > a {
  background: #23262f;
}
.main-menu.menu-dark .navigation > li ul {
  padding: 0;
  margin: 0;
  font-size: 1rem;
}
.main-menu.menu-dark .navigation > li ul li {
  color: #dcdcdc;
  background: transparent;
}
.main-menu.menu-dark .navigation > li ul li > a {
  padding: 8px 18px 8px 54px;
}
.main-menu.menu-dark .navigation > li ul .has-sub:not(.open) > ul {
  display: none;
}
.main-menu.menu-dark .navigation > li ul .open > a {
  color: #dcdcdc;
}
.main-menu.menu-dark .navigation > li ul .open > ul {
  display: block;
}
.main-menu.menu-dark .navigation > li ul .open > ul li > a {
  padding: 8px 18px 8px 64px;
}
.main-menu.menu-dark .navigation > li ul .open > ul .open > ul {
  display: block;
}
.main-menu.menu-dark .navigation > li ul .open > ul .open > ul li > a {
  padding: 8px 18px 8px 74px;
}
.main-menu.menu-dark .navigation > li ul .hover > a, .main-menu.menu-dark .navigation > li ul:hover > a {
  color: #e6e6e6;
}
.main-menu.menu-dark .navigation > li ul .active {
  background: transparent;
}
.main-menu.menu-dark .navigation > li ul .active > a {
  color: #f6f6f6;
  font-weight: 700;
}
.main-menu.menu-dark .navigation > li ul .active .hover > a {
  background-color: transparent;
}
.main-menu.menu-dark .navigation > li > ul {
  background: #2C303B;
}
.main-menu.menu-dark ul.menu-popout {
  background: #2C303B;
}
.main-menu.menu-dark ul.menu-popout li a {
  color: #dcdcdc;
}
.main-menu.menu-dark ul.menu-popout li a span.menu-sub-title {
  color: white;
}
.main-menu.menu-dark ul.menu-popout .has-sub:not(.open) > ul {
  display: none;
}
.main-menu.menu-dark ul.menu-popout .has-sub.active {
  font-weight: normal;
}
.main-menu.menu-dark ul.menu-popout .open > a {
  color: #dcdcdc;
}
.main-menu.menu-dark ul.menu-popout .open > ul {
  display: block;
}
.main-menu.menu-dark ul.menu-popout .open > ul .open {
  background: #181b21;
}
.main-menu.menu-dark ul.menu-popout .open > ul .open > ul {
  display: block;
  background: #181b21;
}
.main-menu.menu-dark ul.menu-popout .hover > a, .main-menu.menu-dark ul.menu-popout:hover > a {
  color: #e6e6e6;
}
.main-menu.menu-dark ul.menu-popout .active {
  font-weight: 700;
}
.main-menu.menu-dark ul.menu-popout .active > a {
  color: #f6f6f6;
}
.main-menu.menu-dark ul.menu-popout .active .hover > a, .main-menu.menu-dark ul.menu-popout .active :hover > a {
  background-color: transparent;
}
.main-menu.menu-fixed, .vertical-overlay-menu.menu-hide .menu-fixed.main-menu {
  position: fixed;
  height: 100%; /* fallback if needed */
  top: 5rem;
  height: calc(100% - 5rem);
}
.main-menu.menu-fixed .main-menu-footer {
  position: fixed;
}
.main-menu.menu-shadow, .vertical-overlay-menu.menu-hide .menu-shadow.main-menu {
  box-shadow: 10px 15px 30px 1px rgba(0, 0, 0, 0.1);
}
.main-menu.menu-border, .vertical-overlay-menu.menu-hide .menu-border.main-menu {
  border-right: 1px solid #e4e7ed;
}
.main-menu.menu-native-scroll .main-menu-content {
  overflow-y: scroll;
}
.main-menu.menu-bordered.menu-light .navigation > li {
  border-top: 1px solid #e4e7ed;
}
.main-menu.menu-bordered.menu-dark .navigation > li {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.main-menu .main-menu-content, .vertical-overlay-menu.menu-hide .main-menu .main-menu-content {
  height: 100%;
  position: relative;
}
.main-menu ul, .vertical-overlay-menu.menu-hide .main-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.main-menu ul.navigation-main, .vertical-overlay-menu.menu-hide .main-menu ul.navigation-main {
  overflow-x: hidden;
}
.main-menu a, .vertical-overlay-menu.menu-hide .main-menu a {
  outline: none;
}
.main-menu a:hover, .vertical-overlay-menu.menu-hide .main-menu a:hover, .main-menu a:focus, .vertical-overlay-menu.menu-hide .main-menu a:focus {
  text-decoration: none;
}

.navigation {
  font-size: 1.1rem;
  letter-spacing: 0.2px;
  font-family: "Quicksand", Georgia, "Times New Roman", Times, serif;
  font-weight: 400;
  overflow-y: hidden;
  padding-bottom: 20px;
}
.navigation .navigation-header {
  font-family: "Quicksand", Georgia, "Times New Roman", Times, serif;
  font-weight: 400;
  line-height: 1.2;
  padding: 12px 22px;
  font-size: 1rem;
}
.navigation li {
  position: relative;
  white-space: nowrap;
}
.navigation li a {
  display: block;
  /* white-space: nowrap; */
  text-overflow: ellipsis;
  overflow: hidden;
}
.navigation li .is-hidden {
  /* transition: all 250ms ease-in;
     transform: scale(0);
     opacity: 0; */
}
.navigation li .is-shown {
  /* transition: all 250ms ease-in;
     transform: scale(1);
     opacity: 1; */
}
.navigation li.disabled a {
  cursor: not-allowed;
}

.menu-popout li.disabled a {
  cursor: not-allowed;
}

.dropdown-notification .notification-text {
  margin-bottom: 0.5rem;
}
.dropdown-notification .notification-tag {
  position: relative;
  top: -28px;
  right: 20px;
}

.main-menu-header .user-content {
  padding: 20px;
}
.main-menu-header .user-content .media {
  overflow: inherit;
}
.main-menu-header .user-content .media-body {
  vertical-align: bottom;
  opacity: 1;
  width: 150px;
  white-space: nowrap;
  transition: all 0.3s ease 0.15s;
}

.main-menu-footer {
  position: relative;
  overflow: hidden;
  bottom: 0;
  display: block;
  z-index: 1000;
  color: #c5c9d4;
  background-color: #16181e;
}
.main-menu-footer.footer-open {
  max-height: 500px;
  transition: max-height 0.2s ease-in-out;
}
.main-menu-footer.footer-close {
  max-height: 15px;
  transition: max-height 0.2s ease-in-out;
}
.main-menu-footer a {
  color: #a8aebe;
}
.main-menu-footer a:hover, .main-menu-footer a:focus {
  color: #fff;
}
.main-menu-footer .header {
  height: 19px;
  border-bottom: 1px solid #21242c;
}
.main-menu-footer .toggle {
  transform: rotate(0deg);
}
.main-menu-footer .content {
  padding: 0;
}
.main-menu-footer .content .actions > a {
  display: block;
  float: left;
  width: 33.3333333333%;
  padding: 1rem 0;
  color: #a8aebe;
  text-align: center;
  border-top: 1px solid #21242c;
  border-left: 1px solid #21242c;
}
.main-menu-footer .content .actions > a > span {
  font-size: 1.35rem;
}
.main-menu-footer .content .actions > a:hover, .main-menu-footer .content .actions > a:focus {
  color: #fff;
}

body.vertical-layout.vertical-menu.menu-expanded .main-menu-footer .content {
  margin-left: 0;
}

.vertical-layout.menu-expanded .menu-icon-right ul.navigation li > a:after,
.vertical-layout.menu-collapsed .menu-icon-right ul.navigation li > a:after,
.vertical-overlay-menu .menu-icon-right ul.navigation li > a:after {
  left: 8px;
  right: initial !important;
}
.vertical-layout.menu-expanded .menu-icon-right ul.navigation li > a > i,
.vertical-layout.menu-collapsed .menu-icon-right ul.navigation li > a > i,
.vertical-overlay-menu .menu-icon-right ul.navigation li > a > i {
  float: right !important;
  margin: 0px -12px 0px 0px !important;
}

.horizontal-layout .navbar-icon-right ul.nav > li > a:after {
  float: left;
  position: relative;
  top: 27px;
  left: -16px;
}
.horizontal-layout .navbar-icon-right ul.nav > li > a > i {
  float: right;
  margin: 0px 4px 0 8px;
}
.horizontal-layout .navbar-fixed {
  z-index: 999 !important;
}

@media (max-width: 767.98px) {
  .menu-hide .main-menu, .vertical-overlay-menu.menu-hide .main-menu,
  .menu-open .main-menu {
    transition: transform 0.25s, top 0.35s, height 0.35s;
  }
  .main-menu, .vertical-overlay-menu.menu-hide .main-menu {
    transform: translate3d(-240px, 0, 0);
    backface-visibility: visible;
    perspective: 1000;
  }
  .menu-open .main-menu, .menu-open .vertical-overlay-menu.menu-hide .main-menu, .vertical-overlay-menu.menu-hide .menu-open .main-menu {
    transform: translate3d(0, 0, 0);
  }
}
@media (max-width: 991.98px) {
  .horizontal-layout.vertical-overlay-menu .main-menu-content {
    padding: 0;
  }
  .horizontal-layout.vertical-overlay-menu .main-menu-content .mega-dropdown-menu {
    margin: 0;
    width: 100%;
  }
  .horizontal-layout.vertical-overlay-menu .main-menu-content .mega-dropdown-menu > li {
    padding: 0;
  }
  .horizontal-layout.vertical-overlay-menu .navbar .navbar-container {
    margin-left: 0px;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .drag-target {
    z-index: 0;
  }
}
/*=========================================================================================
    File Name: vertical-menu-modern.scss
    Description: A calssic vertical modern style menu with expand and collops support. It support
    light & dark version, filpped layout, right side icons, native scroll and borders menu
    item seperation.
    ----------------------------------------------------------------------------------------
    Item Name: Modern Admin - Clean Bootstrap 4 Dashboard HTML Template
     Version: 1.0
    Author: PIXINVENT
    Author URL: http://www.themeforest.net/user/pixinvent
==========================================================================================*/
body.vertical-layout.vertical-menu-modern .main-menu .navigation > li > a > i {
  font-size: 1.6rem;
}
body.vertical-layout.vertical-menu-modern .toggle-icon {
  margin-right: 1rem;
}
@media (min-width: 576px) {
  body.vertical-layout.vertical-menu-modern.menu-flipped .main-menu {
    right: 0;
  }
}
body.vertical-layout.vertical-menu-modern .navbar .navbar-brand {
  white-space: nowrap;
}
body.vertical-layout.vertical-menu-modern .navbar .navbar-header .nav-toggle {
  position: absolute;
  right: 0;
}
body.vertical-layout.vertical-menu-modern .main-menu {
  transition: 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
}
body.vertical-layout.vertical-menu-modern .main-menu li a span {
  animation: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) 0s normal forwards 1 fadein;
}
body.vertical-layout.vertical-menu-modern.menu-expanded .navbar .navbar-header {
  float: left;
  width: 260px;
}
body.vertical-layout.vertical-menu-modern.menu-expanded .navbar.navbar-brand-center .navbar-header {
  float: left;
  width: auto;
}
body.vertical-layout.vertical-menu-modern.menu-expanded .navbar .navbar-container {
  margin-left: 260px;
}
body.vertical-layout.vertical-menu-modern.menu-expanded .navbar .navbar-brand .brand-text {
  animation: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) 0s normal forwards 1 fadein;
}
body.vertical-layout.vertical-menu-modern.menu-expanded .main-menu {
  width: 260px;
}
body.vertical-layout.vertical-menu-modern.menu-expanded .main-menu .navigation .navigation-header .la-ellipsis-h,
body.vertical-layout.vertical-menu-modern.menu-expanded .main-menu .navigation .navigation-header .nav-menu-icon {
  display: none;
}
body.vertical-layout.vertical-menu-modern.menu-expanded .main-menu .navigation > li > a > i {
  margin-right: 12px;
  float: left;
}
body.vertical-layout.vertical-menu-modern.menu-expanded .main-menu .navigation > li > a > i:before {
  font-size: 1.6rem;
}
body.vertical-layout.vertical-menu-modern.menu-expanded .main-menu .navigation > li > a > span.badge {
  position: absolute;
  right: 20px;
}
body.vertical-layout.vertical-menu-modern.menu-expanded .main-menu .navigation li.has-sub > a:not(.mm-next):after {
  content: "\f112";
  font-family: "LineAwesome";
  font-size: 1rem;
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 14px;
  transform: rotate(0deg);
}
body.vertical-layout.vertical-menu-modern.menu-expanded .main-menu .navigation li.has-sub .has-sub > a:not(.mm-next):after {
  top: 8px;
}
body.vertical-layout.vertical-menu-modern.menu-expanded .main-menu .navigation li.open > a:not(.mm-next):after {
  transform: rotate(90deg);
}
body.vertical-layout.vertical-menu-modern.menu-expanded .main-menu .main-menu-footer {
  width: 260px;
}
body.vertical-layout.vertical-menu-modern.menu-expanded .content,
body.vertical-layout.vertical-menu-modern.menu-expanded .footer {
  margin-left: 260px;
}
body.vertical-layout.vertical-menu-modern.menu-expanded .navbar-brand-center .content,
body.vertical-layout.vertical-menu-modern.menu-expanded .navbar-brand-center .footer {
  margin-left: 0;
}
body.vertical-layout.vertical-menu-modern.menu-collapsed .navbar .navbar-header {
  float: left;
  width: 60px;
}
body.vertical-layout.vertical-menu-modern.menu-collapsed .navbar .navbar-header .modern-nav-toggle {
  display: none;
}
body.vertical-layout.vertical-menu-modern.menu-collapsed .navbar .navbar-header.expanded {
  width: 260px;
  z-index: 1000;
}
body.vertical-layout.vertical-menu-modern.menu-collapsed .navbar .navbar-header.expanded .modern-nav-toggle {
  display: block;
}
body.vertical-layout.vertical-menu-modern.menu-collapsed .navbar .navbar-header.expanded .navbar-brand .brand-text {
  animation: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) 0s normal forwards 1 fadein;
}
body.vertical-layout.vertical-menu-modern.menu-collapsed .navbar .navbar-header .navbar-brand .brand-text {
  animation: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) 0s normal forwards 1 fadeout;
}
body.vertical-layout.vertical-menu-modern.menu-collapsed .navbar.navbar-brand-center .navbar-header {
  float: left;
  width: auto;
}
body.vertical-layout.vertical-menu-modern.menu-collapsed .navbar.navbar-brand-center .navbar-brand .brand-text {
  animation: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) 0s normal forwards 1 fadein;
}
body.vertical-layout.vertical-menu-modern.menu-collapsed .navbar .navbar-brand {
  padding: 18px 0px;
}
body.vertical-layout.vertical-menu-modern.menu-collapsed .navbar .navbar-container {
  margin-left: 60px;
}
body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu {
  width: 60px;
  transition: 300ms ease all;
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
}
body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu .main-menu-footer {
  width: 60px;
}
body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu .main-menu-footer,
body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu .main-menu-header .media-body .media-heading,
body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu .main-menu-header .media-body .text-muted,
body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu .main-menu-header .media-right {
  display: none;
}
body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu .main-menu-header .media-body {
  opacity: 0;
}
body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu .user-content {
  padding: 20px 10px;
}
body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu .navigation {
  overflow: visible;
}
body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu .navigation > li.navigation-header .ft-minus {
  display: block;
  font-size: 1.2rem;
}
body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu .navigation > li.navigation-header span {
  display: none;
}
body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu .navigation > li > a {
  text-overflow: inherit;
}
body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu .navigation > li > a > span {
  animation: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) 0s normal forwards 1 fadeout;
}
body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu .navigation > li > a > span.badge {
  float: none !important;
}
body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu .navigation > li > a i {
  margin-right: 12px;
  float: left;
}
body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu .navigation > li > a i:before {
  font-size: 1.6rem;
}
body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu .mTSWrapper {
  overflow: visible;
}
body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu.expanded {
  width: 260px;
}
body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu.expanded .navigation > li.navigation-header .la-ellipsis-h {
  display: none;
}
body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu.expanded .navigation > li.navigation-header span {
  display: block;
}
body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu.expanded .navigation > li > a > span {
  animation: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) 0s normal forwards 1 fadein;
}
body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu.expanded .navigation > li > a > span.badge {
  position: absolute;
  right: 20px;
}
body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu.expanded .navigation li.has-sub > a:not(.mm-next):after {
  content: "\f112";
  font-family: "LineAwesome";
  font-size: 1rem;
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 14px;
  transform: rotate(0deg);
}
body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu.expanded .navigation li.has-sub .has-sub > a:not(.mm-next):after {
  top: 8px;
}
body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu.expanded .navigation li.open > a:not(.mm-next):after {
  transform: rotate(90deg);
}
body.vertical-layout.vertical-menu-modern.menu-collapsed .content,
body.vertical-layout.vertical-menu-modern.menu-collapsed .footer {
  margin-left: 60px;
}
body.vertical-layout.vertical-menu-modern.menu-collapsed .navbar-brand-center .content,
body.vertical-layout.vertical-menu-modern.menu-collapsed .navbar-brand-center .footer {
  margin-left: 0;
}
body.vertical-layout.vertical-menu-modern.menu-collapsed.menu-flipped .content {
  margin: 0;
  margin-right: 60px;
}
@media (min-width: 576px) {
  body.vertical-layout.vertical-menu-modern.menu-collapsed.menu-flipped .main-menu {
    right: 0;
  }
  body.vertical-layout.vertical-menu-modern.menu-collapsed.menu-flipped .main-menu span.menu-title {
    right: 60px;
  }
  body.vertical-layout.vertical-menu-modern.menu-collapsed.menu-flipped .main-menu ul.menu-content {
    right: 60px;
    left: inherit;
  }
}
body.vertical-layout.vertical-menu-modern.menu-collapsed.menu-flipped .navbar .navbar-header {
  float: right;
}
body.vertical-layout.vertical-menu-modern.menu-collapsed.menu-flipped .navbar .navbar-container {
  margin: 0;
  margin-right: 60px;
}
body.vertical-layout.vertical-menu-modern.menu-collapsed.menu-flipped .footer {
  margin: 0;
  margin-right: 60px;
}

[data-textdirection=rtl] body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu .navigation > li > a {
  padding: 14px 16px !important;
}
[data-textdirection=rtl] body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu .navigation > li.navigation-header .la-ellipsis-h {
  padding: 12px 0px;
}

@media (min-width: 992px) {
  body.vertical-layout.vertical-menu-modern .main-menu {
    width: 260px;
  }
  body.vertical-layout.vertical-menu-modern .main-menu .navigation li.navigation-header .ft-minus {
    display: none;
  }
  body.vertical-layout.vertical-menu-modern .navbar .navbar-header {
    width: 260px;
  }
  body.vertical-layout.vertical-menu-modern .content,
  body.vertical-layout.vertical-menu-modern .footer {
    margin-left: 260px;
  }
  body.vertical-layout.vertical-menu-modern.menu-flipped .content {
    margin: 0;
    margin-right: 260px;
  }
  body.vertical-layout.vertical-menu-modern.menu-flipped .navbar .navbar-header {
    float: right;
  }
  body.vertical-layout.vertical-menu-modern.menu-flipped .navbar .navbar-container {
    margin: 0;
    margin-right: 260px;
  }
  body.vertical-layout.vertical-menu-modern.menu-flipped .footer {
    margin: 0;
    margin-right: 260px;
  }
}
@media (max-width: 991.98px) {
  body.vertical-layout.vertical-menu-modern .main-menu {
    width: 0;
  }
  body.vertical-layout.vertical-menu-modern .navbar .navbar-header {
    width: 0;
  }
  body.vertical-layout.vertical-menu-modern .content,
  body.vertical-layout.vertical-menu-modern .footer {
    margin-left: 0;
  }
}
@media (max-width: 767.98px) {
  body.vertical-layout.vertical-menu-modern.vertical-menu-modern .main-menu {
    width: 0;
  }
  body.vertical-layout.vertical-menu-modern.vertical-menu-modern .navbar .navbar-header {
    width: 0;
  }
  body.vertical-layout.vertical-menu-modern.vertical-menu-modern .content,
  body.vertical-layout.vertical-menu-modern.vertical-menu-modern .footer {
    margin-left: 0;
  }
  body.vertical-layout.vertical-menu-modern.menu-expanded .navbar .navbar-container {
    margin-left: 0px !important;
  }
  body.vertical-layout.vertical-menu-modern.menu-expanded .content,
  body.vertical-layout.vertical-menu-modern.menu-expanded .footer {
    margin-left: 0px !important;
  }
  html.loading .main-menu, html.loading .vertical-overlay-menu.menu-hide .main-menu, .vertical-overlay-menu.menu-hide html.loading .main-menu {
    opacity: 0;
    transform: translate3d(0px, 0, 0);
  }
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeout {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@media only screen and (max-width: 992px) and (min-width: 768px) {
  .vertical-overlay-menu[data-menu=vertical-menu-modern] #navbar-mobile .search-input.open .input {
    border-bottom: 1px solid #2c303b;
  }
}
/*=========================================================================================
	File Name: vertical-overlay-menu.scss
	Description: A overlay style vertical menu with show and hide support. It support
	light & dark version, filpped layout, right side icons, native scroll and borders menu
	item seperation.
	----------------------------------------------------------------------------------------
	Item Name: Modern Admin - Clean Bootstrap 4 Dashboard HTML Template
	 Version: 1.0
	Author: PIXINVENT
	Author URL: http://www.themeforest.net/user/pixinvent
==========================================================================================*/
.vertical-overlay-menu .content {
  margin-left: 0;
}
.vertical-overlay-menu .navbar .navbar-header {
  float: left;
  width: 260px;
}
.vertical-overlay-menu .navbar.navbar-brand-center .navbar-container {
  margin-left: 0;
}
.vertical-overlay-menu .navbar.navbar-brand-center .navbar-header {
  float: left;
  width: auto;
}
.vertical-overlay-menu .main-menu, .vertical-overlay-menu.menu-hide .main-menu {
  opacity: 0;
  transform: translate3d(0, 0, 0);
  transition: width 0.25s, opacity 0.25s, transform 0.25s;
  width: 260px;
  left: -260px;
}
.vertical-overlay-menu .main-menu .navigation .navigation-header .la-ellipsis-h,
.vertical-overlay-menu .main-menu .navigation .navigation-header .nav-menu-icon {
  display: none;
}
.vertical-overlay-menu .main-menu .navigation > li > a > i {
  font-size: 1.6rem;
  margin-right: 12px;
  float: left;
}
.vertical-overlay-menu .main-menu .navigation > li > a > i:before {
  transition: 200ms ease all;
}
.vertical-overlay-menu .main-menu .navigation li.has-sub > a:not(.mm-next):after {
  content: "\f112";
  font-family: "LineAwesome";
  font-size: 1rem;
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 14px;
  transform: rotate(0deg);
}
.vertical-overlay-menu .main-menu .navigation li.has-sub .has-sub > a:not(.mm-next):after {
  top: 8px;
}
.vertical-overlay-menu .main-menu .navigation li.open > a:not(.mm-next):after {
  transform: rotate(90deg);
}
.vertical-overlay-menu .main-menu .main-menu-footer {
  bottom: 55px;
}
.vertical-overlay-menu .main-menu .main-menu-footer {
  width: 260px;
}
.vertical-overlay-menu.menu-open .main-menu {
  opacity: 1;
  transform: translate3d(260px, 0, 0);
  transition: width 0.25s, opacity 0.25s, transform 0.25s;
}
.vertical-overlay-menu.menu-flipped .main-menu {
  right: -260px;
  left: inherit;
}
.vertical-overlay-menu.menu-flipped .navbar .navbar-container {
  margin: 0;
  margin-right: 260px;
}
.vertical-overlay-menu.menu-flipped .navbar .navbar-header {
  float: right;
}
.vertical-overlay-menu.menu-flipped.menu-open .main-menu {
  transform: translate3d(-260px, 0, 0);
}
.vertical-overlay-menu footer.footer.fixed-bottom {
  z-index: 999;
}
.vertical-overlay-menu.boxed-layout {
  position: relative;
}
.vertical-overlay-menu.boxed-layout .main-menu.menu-fixed {
  position: absolute;
}

@media (max-width: 991.98px) {
  .vertical-overlay-menu .main-menu .main-menu-footer {
    bottom: 0px;
  }
  .vertical-overlay-menu[data-menu=vertical-compact-menu].boxed-layout.menu-open .main-menu {
    transform: translate3d(120px, 0, 0);
  }
}
@media only screen and (max-width: 992px) and (min-width: 768px) {
  .vertical-overlay-menu #navbar-mobile .search-input.open .input {
    border-bottom: 1px solid #fff;
  }
}
@media (max-width: 768px) {
  .vertical-overlay-menu .header-navbar .navbar-header .mobile-menu a.menu-toggle {
    padding-top: 1rem;
  }
  .vertical-overlay-menu .header-navbar .navbar-header li.nav-item.d-md-none a.open-navbar-container {
    padding-top: 1rem;
  }
}
/*=========================================================================================
	File Name: horizontal-menu.scss
	Description: A classic horizontal menu for easy navingation & support all devices.
	It support light & dark version, filpped layout, right side icons, borders menu for
	item seperation.
	----------------------------------------------------------------------------------------
	Item Name: Modern Admin - Clean Bootstrap 4 Dashboard HTML Template
	 Version: 1.0
	Author: PIXINVENT
	Author URL: http://www.themeforest.net/user/pixinvent
==========================================================================================*/
.horizontal-menu .navbar-horizontal .nav-item i {
  font-size: 1.6rem;
  margin-right: 0.5rem;
}
.horizontal-menu .navbar-horizontal .nav-item a span {
  font-size: 1.1rem;
  position: relative;
  top: -2px;
}
.horizontal-menu .navbar-horizontal.navbar-icon-right .nav-item i {
  top: -4px;
  position: relative;
}
.horizontal-menu .navbar-horizontal ul#main-menu-navigation > li > a {
  padding: 1.8rem 1rem;
}
.horizontal-menu #main-menu-navigation ul li a span {
  transition: all 0.2s ease;
  display: inline-block;
}
.horizontal-menu #main-menu-navigation ul li a span:hover,
.horizontal-menu #main-menu-navigation ul li a span .hover {
  transform: translateX(4px);
}
.horizontal-menu.menu-collapsed #main-menu-navigation .nav-item > a > span {
  display: none;
}
.horizontal-menu .navigation-header {
  font-family: inherit;
  color: #929292;
  padding: 8px 20px;
  font-size: 1rem;
}
.horizontal-menu .navbar-flipped .navbar-nav .nav-item {
  float: right;
}
.horizontal-menu .navbar-light ul#main-menu-navigation > li.active > a {
  border-bottom: 1px solid #1e9ff2;
  background: #fff;
}
.horizontal-menu .navbar-light .active > a {
  background: whitesmoke;
  font-weight: 500;
}
.horizontal-menu .navbar-dark .nav-item.active > a {
  background-color: rgba(255, 255, 255, 0.05);
}
.horizontal-menu .navbar-dark .nav-item:hover,
.horizontal-menu .navbar-dark .nav-item .hover {
  background-color: rgba(255, 255, 255, 0.05);
}
.horizontal-menu .navbar-dark .active > a {
  background: whitesmoke;
  font-weight: 500;
}
.horizontal-menu[data-col=content-left-sidebar] .sticky-wrapper {
  float: none;
}

.horizontal-layout .main-menu .navigation > li > ul > li > a i {
  margin-right: 0.5rem;
}

@media (max-width: 767px) {
  .horizontal-layout.horizontal-menu-padding .header-navbar.navbar-with-menu .navbar-container {
    max-width: 100%;
  }
}
/*=========================================================================================
	File Name: vertical-overlay-menu.scss
	Description: A overlay style vertical menu with show and hide support. It support
	light & dark version, filpped layout, right side icons, native scroll and borders menu
	item seperation.
	----------------------------------------------------------------------------------------
	Item Name: Modern Admin - Clean Bootstrap 4 Dashboard HTML Template
	 Version: 1.0
	Author: PIXINVENT
	Author URL: http://www.themeforest.net/user/pixinvent
==========================================================================================*/
.vertical-overlay-menu .content {
  margin-left: 0;
}
.vertical-overlay-menu .navbar .navbar-header {
  float: left;
  width: 260px;
}
.vertical-overlay-menu .navbar.navbar-brand-center .navbar-container {
  margin-left: 0;
}
.vertical-overlay-menu .navbar.navbar-brand-center .navbar-header {
  float: left;
  width: auto;
}
.vertical-overlay-menu .main-menu, .vertical-overlay-menu.menu-hide .main-menu {
  opacity: 0;
  transform: translate3d(0, 0, 0);
  transition: width 0.25s, opacity 0.25s, transform 0.25s;
  width: 260px;
  left: -260px;
}
.vertical-overlay-menu .main-menu .navigation .navigation-header .la-ellipsis-h,
.vertical-overlay-menu .main-menu .navigation .navigation-header .nav-menu-icon {
  display: none;
}
.vertical-overlay-menu .main-menu .navigation > li > a > i {
  font-size: 1.6rem;
  margin-right: 12px;
  float: left;
}
.vertical-overlay-menu .main-menu .navigation > li > a > i:before {
  transition: 200ms ease all;
}
.vertical-overlay-menu .main-menu .navigation li.has-sub > a:not(.mm-next):after {
  content: "\f112";
  font-family: "LineAwesome";
  font-size: 1rem;
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 14px;
  transform: rotate(0deg);
}
.vertical-overlay-menu .main-menu .navigation li.has-sub .has-sub > a:not(.mm-next):after {
  top: 8px;
}
.vertical-overlay-menu .main-menu .navigation li.open > a:not(.mm-next):after {
  transform: rotate(90deg);
}
.vertical-overlay-menu .main-menu .main-menu-footer {
  bottom: 55px;
}
.vertical-overlay-menu .main-menu .main-menu-footer {
  width: 260px;
}
.vertical-overlay-menu.menu-open .main-menu {
  opacity: 1;
  transform: translate3d(260px, 0, 0);
  transition: width 0.25s, opacity 0.25s, transform 0.25s;
}
.vertical-overlay-menu.menu-flipped .main-menu {
  right: -260px;
  left: inherit;
}
.vertical-overlay-menu.menu-flipped .navbar .navbar-container {
  margin: 0;
  margin-right: 260px;
}
.vertical-overlay-menu.menu-flipped .navbar .navbar-header {
  float: right;
}
.vertical-overlay-menu.menu-flipped.menu-open .main-menu {
  transform: translate3d(-260px, 0, 0);
}
.vertical-overlay-menu footer.footer.fixed-bottom {
  z-index: 999;
}
.vertical-overlay-menu.boxed-layout {
  position: relative;
}
.vertical-overlay-menu.boxed-layout .main-menu.menu-fixed {
  position: absolute;
}

@media (max-width: 991.98px) {
  .vertical-overlay-menu .main-menu .main-menu-footer {
    bottom: 0px;
  }
  .vertical-overlay-menu[data-menu=vertical-compact-menu].boxed-layout.menu-open .main-menu {
    transform: translate3d(120px, 0, 0);
  }
}
@media only screen and (max-width: 992px) and (min-width: 768px) {
  .vertical-overlay-menu #navbar-mobile .search-input.open .input {
    border-bottom: 1px solid #fff;
  }
}
@media (max-width: 768px) {
  .vertical-overlay-menu .header-navbar .navbar-header .mobile-menu a.menu-toggle {
    padding-top: 1rem;
  }
  .vertical-overlay-menu .header-navbar .navbar-header li.nav-item.d-md-none a.open-navbar-container {
    padding-top: 1rem;
  }
}
.white {
  color: #ffffff !important;
}

.bg-white {
  background-color: #ffffff !important;
}
.bg-white .card-header, .bg-white .card-footer {
  background-color: transparent;
}
.bg-white.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(255, 255, 255, 0.6);
}

.selectboxit.selectboxit-btn.bg-white {
  background-color: #ffffff !important;
}

.alert-white {
  border-color: #ffffff !important;
  background-color: white !important;
  color: #a6a6a6 !important;
}
.alert-white .alert-link {
  color: #919191 !important;
}

.border-white {
  border-color: #ffffff;
}

.overlay-white {
  background: #ffffff; /* The Fallback */
  background: rgba(255, 255, 255, 0.8);
}

.color-info.white {
  background-color: #ffffff !important;
}

.btn-white {
  border-color: !important;
  background-color: #ffffff !important;
  color: #FFFFFF;
}
.btn-white:hover {
  border-color: !important;
  background-color: !important;
  color: #FFF !important;
}
.btn-white:focus, .btn-white:active {
  border-color: !important;
  background-color: !important;
  color: #FFF !important;
}
.btn-white.btn-glow {
  box-shadow: 0px 1px 20px 1px rgba(255, 255, 255, 0.6);
}

.btn-outline-white {
  border-color: #ffffff;
  background-color: transparent;
  color: #ffffff;
}
.btn-outline-white:hover {
  background-color: #ffffff;
  color: #FFF !important;
}
.btn-outline-white.btn-glow {
  box-shadow: 0px 1px 20px 1px rgba(255, 255, 255, 0.6);
}

input[type=checkbox].bg-white + .custom-control-label:before, input[type=radio].bg-white + .custom-control-label:before {
  background-color: #ffffff !important;
}

/* .custom-control-label{
  &:before{
    background-color: #ddd !important;
  }
} */
input:focus ~ .bg-white {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ffffff !important;
}

.border-white {
  border: 1px solid #ffffff !important;
}

.border-top-white {
  border-top: 1px solid #ffffff;
}

.border-bottom-white {
  border-bottom: 1px solid #ffffff;
}

.border-left-white {
  border-left: 1px solid #ffffff;
}

.border-right-white {
  border-right: 1px solid #ffffff;
}

.black {
  color: #000000 !important;
}

.bg-black {
  background-color: #000000 !important;
}
.bg-black .card-header, .bg-black .card-footer {
  background-color: transparent;
}
.bg-black.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(0, 0, 0, 0.6);
}

.selectboxit.selectboxit-btn.bg-black {
  background-color: #000000 !important;
}

.alert-black {
  border-color: #000000 !important;
  background-color: #242424 !important;
  color: black !important;
}
.alert-black .alert-link {
  color: black !important;
}

.border-black {
  border-color: #000000;
}

.overlay-black {
  background: #000000; /* The Fallback */
  background: rgba(0, 0, 0, 0.8);
}

.color-info.black {
  background-color: #000000 !important;
}

.btn-black {
  border-color: !important;
  background-color: #000000 !important;
  color: #FFFFFF;
}
.btn-black:hover {
  border-color: !important;
  background-color: !important;
  color: #FFF !important;
}
.btn-black:focus, .btn-black:active {
  border-color: !important;
  background-color: !important;
  color: #FFF !important;
}
.btn-black.btn-glow {
  box-shadow: 0px 1px 20px 1px rgba(0, 0, 0, 0.6);
}

.btn-outline-black {
  border-color: #000000;
  background-color: transparent;
  color: #000000;
}
.btn-outline-black:hover {
  background-color: #000000;
  color: #FFF !important;
}
.btn-outline-black.btn-glow {
  box-shadow: 0px 1px 20px 1px rgba(0, 0, 0, 0.6);
}

input[type=checkbox].bg-black + .custom-control-label:before, input[type=radio].bg-black + .custom-control-label:before {
  background-color: #000000 !important;
}

/* .custom-control-label{
  &:before{
    background-color: #ddd !important;
  }
} */
input:focus ~ .bg-black {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #000000 !important;
}

.border-black {
  border: 1px solid #000000 !important;
}

.border-top-black {
  border-top: 1px solid #000000;
}

.border-bottom-black {
  border-bottom: 1px solid #000000;
}

.border-left-black {
  border-left: 1px solid #000000;
}

.border-right-black {
  border-right: 1px solid #000000;
}

.primary.lighten-5 {
  color: #d5d7f9 !important;
}

.bg-primary.bg-lighten-5 {
  background-color: #d5d7f9 !important;
}
.bg-primary.bg-lighten-5.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(213, 215, 249, 0.6);
}

.btn-primary.btn-lighten-5 {
  border-color: #3a44e1 !important;
  background-color: #d5d7f9 !important;
}
.btn-primary.btn-lighten-5:hover {
  border-color: #3a44e1 !important;
  background-color: #232fde !important;
}
.btn-primary.btn-lighten-5:focus, .btn-primary.btn-lighten-5:active {
  border-color: #232fde !important;
  background-color: #1e29ca !important;
}

.btn-outline-primary.btn-outline-lighten-5 {
  border-color: #d5d7f9 !important;
  color: #d5d7f9 !important;
}
.btn-outline-primary.btn-outline-lighten-5:hover {
  background-color: #d5d7f9 !important;
}

input:focus ~ .bg-primary {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #d5d7f9 !important;
}

.border-primary.border-lighten-5 {
  border: 1px solid #d5d7f9 !important;
}

.border-top-primary.border-top-lighten-5 {
  border-top: 1px solid #d5d7f9 !important;
}

.border-bottom-primary.border-bottom-lighten-5 {
  border-bottom: 1px solid #d5d7f9 !important;
}

.border-left-primary.border-left-lighten-5 {
  border-left: 1px solid #d5d7f9 !important;
}

.border-right-primary.border-right-lighten-5 {
  border-right: 1px solid #d5d7f9 !important;
}

.overlay-primary.overlay-lighten-5 {
  background: #d5d7f9; /* The Fallback */
  background: rgba(213, 215, 249, 0.8);
}

.primary.lighten-4 {
  color: #bfc2f5 !important;
}

.bg-primary.bg-lighten-4 {
  background-color: #bfc2f5 !important;
}
.bg-primary.bg-lighten-4.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(191, 194, 245, 0.6);
}

.btn-primary.btn-lighten-4 {
  border-color: #3a44e1 !important;
  background-color: #bfc2f5 !important;
}
.btn-primary.btn-lighten-4:hover {
  border-color: #3a44e1 !important;
  background-color: #232fde !important;
}
.btn-primary.btn-lighten-4:focus, .btn-primary.btn-lighten-4:active {
  border-color: #232fde !important;
  background-color: #1e29ca !important;
}

.btn-outline-primary.btn-outline-lighten-4 {
  border-color: #bfc2f5 !important;
  color: #bfc2f5 !important;
}
.btn-outline-primary.btn-outline-lighten-4:hover {
  background-color: #bfc2f5 !important;
}

input:focus ~ .bg-primary {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #bfc2f5 !important;
}

.border-primary.border-lighten-4 {
  border: 1px solid #bfc2f5 !important;
}

.border-top-primary.border-top-lighten-4 {
  border-top: 1px solid #bfc2f5 !important;
}

.border-bottom-primary.border-bottom-lighten-4 {
  border-bottom: 1px solid #bfc2f5 !important;
}

.border-left-primary.border-left-lighten-4 {
  border-left: 1px solid #bfc2f5 !important;
}

.border-right-primary.border-right-lighten-4 {
  border-right: 1px solid #bfc2f5 !important;
}

.overlay-primary.overlay-lighten-4 {
  background: #bfc2f5; /* The Fallback */
  background: rgba(191, 194, 245, 0.8);
}

.primary.lighten-3 {
  color: #a9adf2 !important;
}

.bg-primary.bg-lighten-3 {
  background-color: #a9adf2 !important;
}
.bg-primary.bg-lighten-3.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(169, 173, 242, 0.6);
}

.btn-primary.btn-lighten-3 {
  border-color: #3a44e1 !important;
  background-color: #a9adf2 !important;
}
.btn-primary.btn-lighten-3:hover {
  border-color: #3a44e1 !important;
  background-color: #232fde !important;
}
.btn-primary.btn-lighten-3:focus, .btn-primary.btn-lighten-3:active {
  border-color: #232fde !important;
  background-color: #1e29ca !important;
}

.btn-outline-primary.btn-outline-lighten-3 {
  border-color: #a9adf2 !important;
  color: #a9adf2 !important;
}
.btn-outline-primary.btn-outline-lighten-3:hover {
  background-color: #a9adf2 !important;
}

input:focus ~ .bg-primary {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #a9adf2 !important;
}

.border-primary.border-lighten-3 {
  border: 1px solid #a9adf2 !important;
}

.border-top-primary.border-top-lighten-3 {
  border-top: 1px solid #a9adf2 !important;
}

.border-bottom-primary.border-bottom-lighten-3 {
  border-bottom: 1px solid #a9adf2 !important;
}

.border-left-primary.border-left-lighten-3 {
  border-left: 1px solid #a9adf2 !important;
}

.border-right-primary.border-right-lighten-3 {
  border-right: 1px solid #a9adf2 !important;
}

.overlay-primary.overlay-lighten-3 {
  background: #a9adf2; /* The Fallback */
  background: rgba(169, 173, 242, 0.8);
}

.primary.lighten-2 {
  color: #9298ef !important;
}

.bg-primary.bg-lighten-2 {
  background-color: #9298ef !important;
}
.bg-primary.bg-lighten-2.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(146, 152, 239, 0.6);
}

.btn-primary.btn-lighten-2 {
  border-color: #3a44e1 !important;
  background-color: #9298ef !important;
}
.btn-primary.btn-lighten-2:hover {
  border-color: #3a44e1 !important;
  background-color: #232fde !important;
}
.btn-primary.btn-lighten-2:focus, .btn-primary.btn-lighten-2:active {
  border-color: #232fde !important;
  background-color: #1e29ca !important;
}

.btn-outline-primary.btn-outline-lighten-2 {
  border-color: #9298ef !important;
  color: #9298ef !important;
}
.btn-outline-primary.btn-outline-lighten-2:hover {
  background-color: #9298ef !important;
}

input:focus ~ .bg-primary {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #9298ef !important;
}

.border-primary.border-lighten-2 {
  border: 1px solid #9298ef !important;
}

.border-top-primary.border-top-lighten-2 {
  border-top: 1px solid #9298ef !important;
}

.border-bottom-primary.border-bottom-lighten-2 {
  border-bottom: 1px solid #9298ef !important;
}

.border-left-primary.border-left-lighten-2 {
  border-left: 1px solid #9298ef !important;
}

.border-right-primary.border-right-lighten-2 {
  border-right: 1px solid #9298ef !important;
}

.overlay-primary.overlay-lighten-2 {
  background: #9298ef; /* The Fallback */
  background: rgba(146, 152, 239, 0.8);
}

.primary.lighten-1 {
  color: #7c83eb !important;
}

.bg-primary.bg-lighten-1 {
  background-color: #7c83eb !important;
}
.bg-primary.bg-lighten-1.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(124, 131, 235, 0.6);
}

.btn-primary.btn-lighten-1 {
  border-color: #3a44e1 !important;
  background-color: #7c83eb !important;
}
.btn-primary.btn-lighten-1:hover {
  border-color: #3a44e1 !important;
  background-color: #232fde !important;
}
.btn-primary.btn-lighten-1:focus, .btn-primary.btn-lighten-1:active {
  border-color: #232fde !important;
  background-color: #1e29ca !important;
}

.btn-outline-primary.btn-outline-lighten-1 {
  border-color: #7c83eb !important;
  color: #7c83eb !important;
}
.btn-outline-primary.btn-outline-lighten-1:hover {
  background-color: #7c83eb !important;
}

input:focus ~ .bg-primary {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #7c83eb !important;
}

.border-primary.border-lighten-1 {
  border: 1px solid #7c83eb !important;
}

.border-top-primary.border-top-lighten-1 {
  border-top: 1px solid #7c83eb !important;
}

.border-bottom-primary.border-bottom-lighten-1 {
  border-bottom: 1px solid #7c83eb !important;
}

.border-left-primary.border-left-lighten-1 {
  border-left: 1px solid #7c83eb !important;
}

.border-right-primary.border-right-lighten-1 {
  border-right: 1px solid #7c83eb !important;
}

.overlay-primary.overlay-lighten-1 {
  background: #7c83eb; /* The Fallback */
  background: rgba(124, 131, 235, 0.8);
}

.primary {
  color: #666ee8 !important;
}

.bg-primary {
  background-color: #666ee8 !important;
}
.bg-primary .card-header, .bg-primary .card-footer {
  background-color: transparent;
}
.bg-primary.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(102, 110, 232, 0.6);
}

.selectboxit.selectboxit-btn.bg-primary {
  background-color: #666ee8 !important;
}

.alert-primary {
  border-color: #666ee8 !important;
  background-color: #a4a9f1 !important;
  color: #141b87 !important;
}
.alert-primary .alert-link {
  color: #0f1464 !important;
}

.border-primary {
  border-color: #666ee8;
}

.overlay-primary {
  background: #666ee8; /* The Fallback */
  background: rgba(102, 110, 232, 0.8);
}

.color-info.primary {
  background-color: #666ee8 !important;
}

.btn-primary {
  border-color: #3a44e1 !important;
  background-color: #666ee8 !important;
  color: #FFFFFF;
}
.btn-primary:hover {
  border-color: #5059e5 !important;
  background-color: #7c83eb !important;
  color: #FFF !important;
}
.btn-primary:focus, .btn-primary:active {
  border-color: #3a44e1 !important;
  background-color: #232fde !important;
  color: #FFF !important;
}
.btn-primary.btn-glow {
  box-shadow: 0px 1px 20px 1px rgba(102, 110, 232, 0.6);
}

.btn-outline-primary {
  border-color: #666ee8;
  background-color: transparent;
  color: #666ee8;
}
.btn-outline-primary:hover {
  background-color: #666ee8;
  color: #FFF !important;
}
.btn-outline-primary.btn-glow {
  box-shadow: 0px 1px 20px 1px rgba(102, 110, 232, 0.6);
}

input[type=checkbox].bg-primary + .custom-control-label:before, input[type=radio].bg-primary + .custom-control-label:before {
  background-color: #666ee8 !important;
}

/* .custom-control-label{
  &:before{
    background-color: #ddd !important;
  }
} */
input:focus ~ .bg-primary {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #666ee8 !important;
}

.border-primary {
  border: 1px solid #666ee8 !important;
}

.border-top-primary {
  border-top: 1px solid #666ee8;
}

.border-bottom-primary {
  border-bottom: 1px solid #666ee8;
}

.border-left-primary {
  border-left: 1px solid #666ee8;
}

.border-right-primary {
  border-right: 1px solid #666ee8;
}

.primary.darken-1 {
  color: #5059e5 !important;
}

.bg-primary.bg-darken-1 {
  background-color: #5059e5 !important;
}
.bg-primary.bg-darken-1.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(80, 89, 229, 0.6);
}

.btn-primary.btn-darken-1 {
  border-color: #3a44e1 !important;
  background-color: #5059e5 !important;
}
.btn-primary.btn-darken-1:hover {
  border-color: #3a44e1 !important;
  background-color: #232fde !important;
}
.btn-primary.btn-darken-1:focus, .btn-primary.btn-darken-1:active {
  border-color: #232fde !important;
  background-color: #1e29ca !important;
}

.btn-outline-primary.btn-outline-darken-1 {
  border-color: #5059e5 !important;
  color: #5059e5 !important;
}
.btn-outline-primary.btn-outline-darken-1:hover {
  background-color: #5059e5 !important;
}

input:focus ~ .bg-primary {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #5059e5 !important;
}

.border-primary.border-darken-1 {
  border: 1px solid #5059e5 !important;
}

.border-top-primary.border-top-darken-1 {
  border-top: 1px solid #5059e5 !important;
}

.border-bottom-primary.border-bottom-darken-1 {
  border-bottom: 1px solid #5059e5 !important;
}

.border-left-primary.border-left-darken-1 {
  border-left: 1px solid #5059e5 !important;
}

.border-right-primary.border-right-darken-1 {
  border-right: 1px solid #5059e5 !important;
}

.overlay-primary.overlay-darken-1 {
  background: #5059e5; /* The Fallback */
  background: rgba(80, 89, 229, 0.8);
}

.primary.darken-2 {
  color: #3a44e1 !important;
}

.bg-primary.bg-darken-2 {
  background-color: #3a44e1 !important;
}
.bg-primary.bg-darken-2.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(58, 68, 225, 0.6);
}

.btn-primary.btn-darken-2 {
  border-color: #3a44e1 !important;
  background-color: #3a44e1 !important;
}
.btn-primary.btn-darken-2:hover {
  border-color: #3a44e1 !important;
  background-color: #232fde !important;
}
.btn-primary.btn-darken-2:focus, .btn-primary.btn-darken-2:active {
  border-color: #232fde !important;
  background-color: #1e29ca !important;
}

.btn-outline-primary.btn-outline-darken-2 {
  border-color: #3a44e1 !important;
  color: #3a44e1 !important;
}
.btn-outline-primary.btn-outline-darken-2:hover {
  background-color: #3a44e1 !important;
}

input:focus ~ .bg-primary {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #3a44e1 !important;
}

.border-primary.border-darken-2 {
  border: 1px solid #3a44e1 !important;
}

.border-top-primary.border-top-darken-2 {
  border-top: 1px solid #3a44e1 !important;
}

.border-bottom-primary.border-bottom-darken-2 {
  border-bottom: 1px solid #3a44e1 !important;
}

.border-left-primary.border-left-darken-2 {
  border-left: 1px solid #3a44e1 !important;
}

.border-right-primary.border-right-darken-2 {
  border-right: 1px solid #3a44e1 !important;
}

.overlay-primary.overlay-darken-2 {
  background: #3a44e1; /* The Fallback */
  background: rgba(58, 68, 225, 0.8);
}

.primary.darken-3 {
  color: #232fde !important;
}

.bg-primary.bg-darken-3 {
  background-color: #232fde !important;
}
.bg-primary.bg-darken-3.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(35, 47, 222, 0.6);
}

.btn-primary.btn-darken-3 {
  border-color: #3a44e1 !important;
  background-color: #232fde !important;
}
.btn-primary.btn-darken-3:hover {
  border-color: #3a44e1 !important;
  background-color: #232fde !important;
}
.btn-primary.btn-darken-3:focus, .btn-primary.btn-darken-3:active {
  border-color: #232fde !important;
  background-color: #1e29ca !important;
}

.btn-outline-primary.btn-outline-darken-3 {
  border-color: #232fde !important;
  color: #232fde !important;
}
.btn-outline-primary.btn-outline-darken-3:hover {
  background-color: #232fde !important;
}

input:focus ~ .bg-primary {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #232fde !important;
}

.border-primary.border-darken-3 {
  border: 1px solid #232fde !important;
}

.border-top-primary.border-top-darken-3 {
  border-top: 1px solid #232fde !important;
}

.border-bottom-primary.border-bottom-darken-3 {
  border-bottom: 1px solid #232fde !important;
}

.border-left-primary.border-left-darken-3 {
  border-left: 1px solid #232fde !important;
}

.border-right-primary.border-right-darken-3 {
  border-right: 1px solid #232fde !important;
}

.overlay-primary.overlay-darken-3 {
  background: #232fde; /* The Fallback */
  background: rgba(35, 47, 222, 0.8);
}

.primary.darken-4 {
  color: #1e29ca !important;
}

.bg-primary.bg-darken-4 {
  background-color: #1e29ca !important;
}
.bg-primary.bg-darken-4.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(30, 41, 202, 0.6);
}

.btn-primary.btn-darken-4 {
  border-color: #3a44e1 !important;
  background-color: #1e29ca !important;
}
.btn-primary.btn-darken-4:hover {
  border-color: #3a44e1 !important;
  background-color: #232fde !important;
}
.btn-primary.btn-darken-4:focus, .btn-primary.btn-darken-4:active {
  border-color: #232fde !important;
  background-color: #1e29ca !important;
}

.btn-outline-primary.btn-outline-darken-4 {
  border-color: #1e29ca !important;
  color: #1e29ca !important;
}
.btn-outline-primary.btn-outline-darken-4:hover {
  background-color: #1e29ca !important;
}

input:focus ~ .bg-primary {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #1e29ca !important;
}

.border-primary.border-darken-4 {
  border: 1px solid #1e29ca !important;
}

.border-top-primary.border-top-darken-4 {
  border-top: 1px solid #1e29ca !important;
}

.border-bottom-primary.border-bottom-darken-4 {
  border-bottom: 1px solid #1e29ca !important;
}

.border-left-primary.border-left-darken-4 {
  border-left: 1px solid #1e29ca !important;
}

.border-right-primary.border-right-darken-4 {
  border-right: 1px solid #1e29ca !important;
}

.overlay-primary.overlay-darken-4 {
  background: #1e29ca; /* The Fallback */
  background: rgba(30, 41, 202, 0.8);
}

.primary.accent-1 {
  color: #efefff !important;
}

.bg-primary.bg-accent-1 {
  background-color: #efefff !important;
}
.bg-primary.bg-accent-1.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(239, 239, 255, 0.6);
}

.btn-primary.btn-accent-1 {
  border-color: #3a44e1 !important;
  background-color: #efefff !important;
}
.btn-primary.btn-accent-1:hover {
  border-color: #3a44e1 !important;
  background-color: #232fde !important;
}
.btn-primary.btn-accent-1:focus, .btn-primary.btn-accent-1:active {
  border-color: #232fde !important;
  background-color: #1e29ca !important;
}

.btn-outline-primary.btn-outline-accent-1 {
  border-color: #efefff !important;
  color: #efefff !important;
}
.btn-outline-primary.btn-outline-accent-1:hover {
  background-color: #efefff !important;
}

input:focus ~ .bg-primary {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #efefff !important;
}

.border-primary.border-accent-1 {
  border: 1px solid #efefff !important;
}

.border-top-primary.border-top-accent-1 {
  border-top: 1px solid #efefff !important;
}

.border-bottom-primary.border-bottom-accent-1 {
  border-bottom: 1px solid #efefff !important;
}

.border-left-primary.border-left-accent-1 {
  border-left: 1px solid #efefff !important;
}

.border-right-primary.border-right-accent-1 {
  border-right: 1px solid #efefff !important;
}

.overlay-primary.overlay-accent-1 {
  background: #efefff; /* The Fallback */
  background: rgba(239, 239, 255, 0.8);
}

.primary.accent-2 {
  color: #dbdbff !important;
}

.bg-primary.bg-accent-2 {
  background-color: #dbdbff !important;
}
.bg-primary.bg-accent-2.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(219, 219, 255, 0.6);
}

.btn-primary.btn-accent-2 {
  border-color: #3a44e1 !important;
  background-color: #dbdbff !important;
}
.btn-primary.btn-accent-2:hover {
  border-color: #3a44e1 !important;
  background-color: #232fde !important;
}
.btn-primary.btn-accent-2:focus, .btn-primary.btn-accent-2:active {
  border-color: #232fde !important;
  background-color: #1e29ca !important;
}

.btn-outline-primary.btn-outline-accent-2 {
  border-color: #dbdbff !important;
  color: #dbdbff !important;
}
.btn-outline-primary.btn-outline-accent-2:hover {
  background-color: #dbdbff !important;
}

input:focus ~ .bg-primary {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #dbdbff !important;
}

.border-primary.border-accent-2 {
  border: 1px solid #dbdbff !important;
}

.border-top-primary.border-top-accent-2 {
  border-top: 1px solid #dbdbff !important;
}

.border-bottom-primary.border-bottom-accent-2 {
  border-bottom: 1px solid #dbdbff !important;
}

.border-left-primary.border-left-accent-2 {
  border-left: 1px solid #dbdbff !important;
}

.border-right-primary.border-right-accent-2 {
  border-right: 1px solid #dbdbff !important;
}

.overlay-primary.overlay-accent-2 {
  background: #dbdbff; /* The Fallback */
  background: rgba(219, 219, 255, 0.8);
}

.primary.accent-3 {
  color: #bcbfff !important;
}

.bg-primary.bg-accent-3 {
  background-color: #bcbfff !important;
}
.bg-primary.bg-accent-3.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(188, 191, 255, 0.6);
}

.btn-primary.btn-accent-3 {
  border-color: #3a44e1 !important;
  background-color: #bcbfff !important;
}
.btn-primary.btn-accent-3:hover {
  border-color: #3a44e1 !important;
  background-color: #232fde !important;
}
.btn-primary.btn-accent-3:focus, .btn-primary.btn-accent-3:active {
  border-color: #232fde !important;
  background-color: #1e29ca !important;
}

.btn-outline-primary.btn-outline-accent-3 {
  border-color: #bcbfff !important;
  color: #bcbfff !important;
}
.btn-outline-primary.btn-outline-accent-3:hover {
  background-color: #bcbfff !important;
}

input:focus ~ .bg-primary {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #bcbfff !important;
}

.border-primary.border-accent-3 {
  border: 1px solid #bcbfff !important;
}

.border-top-primary.border-top-accent-3 {
  border-top: 1px solid #bcbfff !important;
}

.border-bottom-primary.border-bottom-accent-3 {
  border-bottom: 1px solid #bcbfff !important;
}

.border-left-primary.border-left-accent-3 {
  border-left: 1px solid #bcbfff !important;
}

.border-right-primary.border-right-accent-3 {
  border-right: 1px solid #bcbfff !important;
}

.overlay-primary.overlay-accent-3 {
  background: #bcbfff; /* The Fallback */
  background: rgba(188, 191, 255, 0.8);
}

.primary.accent-4 {
  color: #a2a6ff !important;
}

.bg-primary.bg-accent-4 {
  background-color: #a2a6ff !important;
}
.bg-primary.bg-accent-4.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(162, 166, 255, 0.6);
}

.btn-primary.btn-accent-4 {
  border-color: #3a44e1 !important;
  background-color: #a2a6ff !important;
}
.btn-primary.btn-accent-4:hover {
  border-color: #3a44e1 !important;
  background-color: #232fde !important;
}
.btn-primary.btn-accent-4:focus, .btn-primary.btn-accent-4:active {
  border-color: #232fde !important;
  background-color: #1e29ca !important;
}

.btn-outline-primary.btn-outline-accent-4 {
  border-color: #a2a6ff !important;
  color: #a2a6ff !important;
}
.btn-outline-primary.btn-outline-accent-4:hover {
  background-color: #a2a6ff !important;
}

input:focus ~ .bg-primary {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #a2a6ff !important;
}

.border-primary.border-accent-4 {
  border: 1px solid #a2a6ff !important;
}

.border-top-primary.border-top-accent-4 {
  border-top: 1px solid #a2a6ff !important;
}

.border-bottom-primary.border-bottom-accent-4 {
  border-bottom: 1px solid #a2a6ff !important;
}

.border-left-primary.border-left-accent-4 {
  border-left: 1px solid #a2a6ff !important;
}

.border-right-primary.border-right-accent-4 {
  border-right: 1px solid #a2a6ff !important;
}

.overlay-primary.overlay-accent-4 {
  background: #a2a6ff; /* The Fallback */
  background: rgba(162, 166, 255, 0.8);
}

.secondary.lighten-5 {
  color: #afb2bd !important;
}

.bg-secondary.bg-lighten-5 {
  background-color: #afb2bd !important;
}
.bg-secondary.bg-lighten-5.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(175, 178, 189, 0.6);
}

.btn-secondary.btn-lighten-5 {
  border-color: #545766 !important;
  background-color: #afb2bd !important;
}
.btn-secondary.btn-lighten-5:hover {
  border-color: #545766 !important;
  background-color: #484b58 !important;
}
.btn-secondary.btn-lighten-5:focus, .btn-secondary.btn-lighten-5:active {
  border-color: #484b58 !important;
  background-color: #3d3f4a !important;
}

.btn-outline-secondary.btn-outline-lighten-5 {
  border-color: #afb2bd !important;
  color: #afb2bd !important;
}
.btn-outline-secondary.btn-outline-lighten-5:hover {
  background-color: #afb2bd !important;
}

input:focus ~ .bg-secondary {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #afb2bd !important;
}

.border-secondary.border-lighten-5 {
  border: 1px solid #afb2bd !important;
}

.border-top-secondary.border-top-lighten-5 {
  border-top: 1px solid #afb2bd !important;
}

.border-bottom-secondary.border-bottom-lighten-5 {
  border-bottom: 1px solid #afb2bd !important;
}

.border-left-secondary.border-left-lighten-5 {
  border-left: 1px solid #afb2bd !important;
}

.border-right-secondary.border-right-lighten-5 {
  border-right: 1px solid #afb2bd !important;
}

.overlay-secondary.overlay-lighten-5 {
  background: #afb2bd; /* The Fallback */
  background: rgba(175, 178, 189, 0.8);
}

.secondary.lighten-4 {
  color: #a1a4b2 !important;
}

.bg-secondary.bg-lighten-4 {
  background-color: #a1a4b2 !important;
}
.bg-secondary.bg-lighten-4.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(161, 164, 178, 0.6);
}

.btn-secondary.btn-lighten-4 {
  border-color: #545766 !important;
  background-color: #a1a4b2 !important;
}
.btn-secondary.btn-lighten-4:hover {
  border-color: #545766 !important;
  background-color: #484b58 !important;
}
.btn-secondary.btn-lighten-4:focus, .btn-secondary.btn-lighten-4:active {
  border-color: #484b58 !important;
  background-color: #3d3f4a !important;
}

.btn-outline-secondary.btn-outline-lighten-4 {
  border-color: #a1a4b2 !important;
  color: #a1a4b2 !important;
}
.btn-outline-secondary.btn-outline-lighten-4:hover {
  background-color: #a1a4b2 !important;
}

input:focus ~ .bg-secondary {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #a1a4b2 !important;
}

.border-secondary.border-lighten-4 {
  border: 1px solid #a1a4b2 !important;
}

.border-top-secondary.border-top-lighten-4 {
  border-top: 1px solid #a1a4b2 !important;
}

.border-bottom-secondary.border-bottom-lighten-4 {
  border-bottom: 1px solid #a1a4b2 !important;
}

.border-left-secondary.border-left-lighten-4 {
  border-left: 1px solid #a1a4b2 !important;
}

.border-right-secondary.border-right-lighten-4 {
  border-right: 1px solid #a1a4b2 !important;
}

.overlay-secondary.overlay-lighten-4 {
  background: #a1a4b2; /* The Fallback */
  background: rgba(161, 164, 178, 0.8);
}

.secondary.lighten-3 {
  color: #9397a6 !important;
}

.bg-secondary.bg-lighten-3 {
  background-color: #9397a6 !important;
}
.bg-secondary.bg-lighten-3.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(147, 151, 166, 0.6);
}

.btn-secondary.btn-lighten-3 {
  border-color: #545766 !important;
  background-color: #9397a6 !important;
}
.btn-secondary.btn-lighten-3:hover {
  border-color: #545766 !important;
  background-color: #484b58 !important;
}
.btn-secondary.btn-lighten-3:focus, .btn-secondary.btn-lighten-3:active {
  border-color: #484b58 !important;
  background-color: #3d3f4a !important;
}

.btn-outline-secondary.btn-outline-lighten-3 {
  border-color: #9397a6 !important;
  color: #9397a6 !important;
}
.btn-outline-secondary.btn-outline-lighten-3:hover {
  background-color: #9397a6 !important;
}

input:focus ~ .bg-secondary {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #9397a6 !important;
}

.border-secondary.border-lighten-3 {
  border: 1px solid #9397a6 !important;
}

.border-top-secondary.border-top-lighten-3 {
  border-top: 1px solid #9397a6 !important;
}

.border-bottom-secondary.border-bottom-lighten-3 {
  border-bottom: 1px solid #9397a6 !important;
}

.border-left-secondary.border-left-lighten-3 {
  border-left: 1px solid #9397a6 !important;
}

.border-right-secondary.border-right-lighten-3 {
  border-right: 1px solid #9397a6 !important;
}

.overlay-secondary.overlay-lighten-3 {
  background: #9397a6; /* The Fallback */
  background: rgba(147, 151, 166, 0.8);
}

.secondary.lighten-2 {
  color: #85899b !important;
}

.bg-secondary.bg-lighten-2 {
  background-color: #85899b !important;
}
.bg-secondary.bg-lighten-2.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(133, 137, 155, 0.6);
}

.btn-secondary.btn-lighten-2 {
  border-color: #545766 !important;
  background-color: #85899b !important;
}
.btn-secondary.btn-lighten-2:hover {
  border-color: #545766 !important;
  background-color: #484b58 !important;
}
.btn-secondary.btn-lighten-2:focus, .btn-secondary.btn-lighten-2:active {
  border-color: #484b58 !important;
  background-color: #3d3f4a !important;
}

.btn-outline-secondary.btn-outline-lighten-2 {
  border-color: #85899b !important;
  color: #85899b !important;
}
.btn-outline-secondary.btn-outline-lighten-2:hover {
  background-color: #85899b !important;
}

input:focus ~ .bg-secondary {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #85899b !important;
}

.border-secondary.border-lighten-2 {
  border: 1px solid #85899b !important;
}

.border-top-secondary.border-top-lighten-2 {
  border-top: 1px solid #85899b !important;
}

.border-bottom-secondary.border-bottom-lighten-2 {
  border-bottom: 1px solid #85899b !important;
}

.border-left-secondary.border-left-lighten-2 {
  border-left: 1px solid #85899b !important;
}

.border-right-secondary.border-right-lighten-2 {
  border-right: 1px solid #85899b !important;
}

.overlay-secondary.overlay-lighten-2 {
  background: #85899b; /* The Fallback */
  background: rgba(133, 137, 155, 0.8);
}

.secondary.lighten-1 {
  color: #777b8f !important;
}

.bg-secondary.bg-lighten-1 {
  background-color: #777b8f !important;
}
.bg-secondary.bg-lighten-1.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(119, 123, 143, 0.6);
}

.btn-secondary.btn-lighten-1 {
  border-color: #545766 !important;
  background-color: #777b8f !important;
}
.btn-secondary.btn-lighten-1:hover {
  border-color: #545766 !important;
  background-color: #484b58 !important;
}
.btn-secondary.btn-lighten-1:focus, .btn-secondary.btn-lighten-1:active {
  border-color: #484b58 !important;
  background-color: #3d3f4a !important;
}

.btn-outline-secondary.btn-outline-lighten-1 {
  border-color: #777b8f !important;
  color: #777b8f !important;
}
.btn-outline-secondary.btn-outline-lighten-1:hover {
  background-color: #777b8f !important;
}

input:focus ~ .bg-secondary {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #777b8f !important;
}

.border-secondary.border-lighten-1 {
  border: 1px solid #777b8f !important;
}

.border-top-secondary.border-top-lighten-1 {
  border-top: 1px solid #777b8f !important;
}

.border-bottom-secondary.border-bottom-lighten-1 {
  border-bottom: 1px solid #777b8f !important;
}

.border-left-secondary.border-left-lighten-1 {
  border-left: 1px solid #777b8f !important;
}

.border-right-secondary.border-right-lighten-1 {
  border-right: 1px solid #777b8f !important;
}

.overlay-secondary.overlay-lighten-1 {
  background: #777b8f; /* The Fallback */
  background: rgba(119, 123, 143, 0.8);
}

.secondary {
  color: #6b6f82 !important;
}

.bg-secondary {
  background-color: #6b6f82 !important;
}
.bg-secondary .card-header, .bg-secondary .card-footer {
  background-color: transparent;
}
.bg-secondary.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(107, 111, 130, 0.6);
}

.selectboxit.selectboxit-btn.bg-secondary {
  background-color: #6b6f82 !important;
}

.alert-secondary {
  border-color: #6b6f82 !important;
  background-color: #9094a4 !important;
  color: #1a1b20 !important;
}
.alert-secondary .alert-link {
  color: #08080a !important;
}

.border-secondary {
  border-color: #6b6f82;
}

.overlay-secondary {
  background: #6b6f82; /* The Fallback */
  background: rgba(107, 111, 130, 0.8);
}

.color-info.secondary {
  background-color: #6b6f82 !important;
}

.btn-secondary {
  border-color: #545766 !important;
  background-color: #6b6f82 !important;
  color: #FFFFFF;
}
.btn-secondary:hover {
  border-color: #5f6374 !important;
  background-color: #777b8f !important;
  color: #FFF !important;
}
.btn-secondary:focus, .btn-secondary:active {
  border-color: #545766 !important;
  background-color: #484b58 !important;
  color: #FFF !important;
}
.btn-secondary.btn-glow {
  box-shadow: 0px 1px 20px 1px rgba(107, 111, 130, 0.6);
}

.btn-outline-secondary {
  border-color: #6b6f82;
  background-color: transparent;
  color: #6b6f82;
}
.btn-outline-secondary:hover {
  background-color: #6b6f82;
  color: #FFF !important;
}
.btn-outline-secondary.btn-glow {
  box-shadow: 0px 1px 20px 1px rgba(107, 111, 130, 0.6);
}

input[type=checkbox].bg-secondary + .custom-control-label:before, input[type=radio].bg-secondary + .custom-control-label:before {
  background-color: #6b6f82 !important;
}

/* .custom-control-label{
  &:before{
    background-color: #ddd !important;
  }
} */
input:focus ~ .bg-secondary {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #6b6f82 !important;
}

.border-secondary {
  border: 1px solid #6b6f82 !important;
}

.border-top-secondary {
  border-top: 1px solid #6b6f82;
}

.border-bottom-secondary {
  border-bottom: 1px solid #6b6f82;
}

.border-left-secondary {
  border-left: 1px solid #6b6f82;
}

.border-right-secondary {
  border-right: 1px solid #6b6f82;
}

.secondary.darken-1 {
  color: #5f6374 !important;
}

.bg-secondary.bg-darken-1 {
  background-color: #5f6374 !important;
}
.bg-secondary.bg-darken-1.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(95, 99, 116, 0.6);
}

.btn-secondary.btn-darken-1 {
  border-color: #545766 !important;
  background-color: #5f6374 !important;
}
.btn-secondary.btn-darken-1:hover {
  border-color: #545766 !important;
  background-color: #484b58 !important;
}
.btn-secondary.btn-darken-1:focus, .btn-secondary.btn-darken-1:active {
  border-color: #484b58 !important;
  background-color: #3d3f4a !important;
}

.btn-outline-secondary.btn-outline-darken-1 {
  border-color: #5f6374 !important;
  color: #5f6374 !important;
}
.btn-outline-secondary.btn-outline-darken-1:hover {
  background-color: #5f6374 !important;
}

input:focus ~ .bg-secondary {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #5f6374 !important;
}

.border-secondary.border-darken-1 {
  border: 1px solid #5f6374 !important;
}

.border-top-secondary.border-top-darken-1 {
  border-top: 1px solid #5f6374 !important;
}

.border-bottom-secondary.border-bottom-darken-1 {
  border-bottom: 1px solid #5f6374 !important;
}

.border-left-secondary.border-left-darken-1 {
  border-left: 1px solid #5f6374 !important;
}

.border-right-secondary.border-right-darken-1 {
  border-right: 1px solid #5f6374 !important;
}

.overlay-secondary.overlay-darken-1 {
  background: #5f6374; /* The Fallback */
  background: rgba(95, 99, 116, 0.8);
}

.secondary.darken-2 {
  color: #545766 !important;
}

.bg-secondary.bg-darken-2 {
  background-color: #545766 !important;
}
.bg-secondary.bg-darken-2.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(84, 87, 102, 0.6);
}

.btn-secondary.btn-darken-2 {
  border-color: #545766 !important;
  background-color: #545766 !important;
}
.btn-secondary.btn-darken-2:hover {
  border-color: #545766 !important;
  background-color: #484b58 !important;
}
.btn-secondary.btn-darken-2:focus, .btn-secondary.btn-darken-2:active {
  border-color: #484b58 !important;
  background-color: #3d3f4a !important;
}

.btn-outline-secondary.btn-outline-darken-2 {
  border-color: #545766 !important;
  color: #545766 !important;
}
.btn-outline-secondary.btn-outline-darken-2:hover {
  background-color: #545766 !important;
}

input:focus ~ .bg-secondary {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #545766 !important;
}

.border-secondary.border-darken-2 {
  border: 1px solid #545766 !important;
}

.border-top-secondary.border-top-darken-2 {
  border-top: 1px solid #545766 !important;
}

.border-bottom-secondary.border-bottom-darken-2 {
  border-bottom: 1px solid #545766 !important;
}

.border-left-secondary.border-left-darken-2 {
  border-left: 1px solid #545766 !important;
}

.border-right-secondary.border-right-darken-2 {
  border-right: 1px solid #545766 !important;
}

.overlay-secondary.overlay-darken-2 {
  background: #545766; /* The Fallback */
  background: rgba(84, 87, 102, 0.8);
}

.secondary.darken-3 {
  color: #484b58 !important;
}

.bg-secondary.bg-darken-3 {
  background-color: #484b58 !important;
}
.bg-secondary.bg-darken-3.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(72, 75, 88, 0.6);
}

.btn-secondary.btn-darken-3 {
  border-color: #545766 !important;
  background-color: #484b58 !important;
}
.btn-secondary.btn-darken-3:hover {
  border-color: #545766 !important;
  background-color: #484b58 !important;
}
.btn-secondary.btn-darken-3:focus, .btn-secondary.btn-darken-3:active {
  border-color: #484b58 !important;
  background-color: #3d3f4a !important;
}

.btn-outline-secondary.btn-outline-darken-3 {
  border-color: #484b58 !important;
  color: #484b58 !important;
}
.btn-outline-secondary.btn-outline-darken-3:hover {
  background-color: #484b58 !important;
}

input:focus ~ .bg-secondary {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #484b58 !important;
}

.border-secondary.border-darken-3 {
  border: 1px solid #484b58 !important;
}

.border-top-secondary.border-top-darken-3 {
  border-top: 1px solid #484b58 !important;
}

.border-bottom-secondary.border-bottom-darken-3 {
  border-bottom: 1px solid #484b58 !important;
}

.border-left-secondary.border-left-darken-3 {
  border-left: 1px solid #484b58 !important;
}

.border-right-secondary.border-right-darken-3 {
  border-right: 1px solid #484b58 !important;
}

.overlay-secondary.overlay-darken-3 {
  background: #484b58; /* The Fallback */
  background: rgba(72, 75, 88, 0.8);
}

.secondary.darken-4 {
  color: #3d3f4a !important;
}

.bg-secondary.bg-darken-4 {
  background-color: #3d3f4a !important;
}
.bg-secondary.bg-darken-4.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(61, 63, 74, 0.6);
}

.btn-secondary.btn-darken-4 {
  border-color: #545766 !important;
  background-color: #3d3f4a !important;
}
.btn-secondary.btn-darken-4:hover {
  border-color: #545766 !important;
  background-color: #484b58 !important;
}
.btn-secondary.btn-darken-4:focus, .btn-secondary.btn-darken-4:active {
  border-color: #484b58 !important;
  background-color: #3d3f4a !important;
}

.btn-outline-secondary.btn-outline-darken-4 {
  border-color: #3d3f4a !important;
  color: #3d3f4a !important;
}
.btn-outline-secondary.btn-outline-darken-4:hover {
  background-color: #3d3f4a !important;
}

input:focus ~ .bg-secondary {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #3d3f4a !important;
}

.border-secondary.border-darken-4 {
  border: 1px solid #3d3f4a !important;
}

.border-top-secondary.border-top-darken-4 {
  border-top: 1px solid #3d3f4a !important;
}

.border-bottom-secondary.border-bottom-darken-4 {
  border-bottom: 1px solid #3d3f4a !important;
}

.border-left-secondary.border-left-darken-4 {
  border-left: 1px solid #3d3f4a !important;
}

.border-right-secondary.border-right-darken-4 {
  border-right: 1px solid #3d3f4a !important;
}

.overlay-secondary.overlay-darken-4 {
  background: #3d3f4a; /* The Fallback */
  background: rgba(61, 63, 74, 0.8);
}

.success.lighten-5 {
  color: #8ee9c9 !important;
}

.bg-success.bg-lighten-5 {
  background-color: #8ee9c9 !important;
}
.bg-success.bg-lighten-5.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(142, 233, 201, 0.6);
}

.btn-success.btn-lighten-5 {
  border-color: #20a576 !important;
  background-color: #8ee9c9 !important;
}
.btn-success.btn-lighten-5:hover {
  border-color: #20a576 !important;
  background-color: #1c9066 !important;
}
.btn-success.btn-lighten-5:focus, .btn-success.btn-lighten-5:active {
  border-color: #1c9066 !important;
  background-color: #187a57 !important;
}

.btn-outline-success.btn-outline-lighten-5 {
  border-color: #8ee9c9 !important;
  color: #8ee9c9 !important;
}
.btn-outline-success.btn-outline-lighten-5:hover {
  background-color: #8ee9c9 !important;
}

input:focus ~ .bg-success {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #8ee9c9 !important;
}

.border-success.border-lighten-5 {
  border: 1px solid #8ee9c9 !important;
}

.border-top-success.border-top-lighten-5 {
  border-top: 1px solid #8ee9c9 !important;
}

.border-bottom-success.border-bottom-lighten-5 {
  border-bottom: 1px solid #8ee9c9 !important;
}

.border-left-success.border-left-lighten-5 {
  border-left: 1px solid #8ee9c9 !important;
}

.border-right-success.border-right-lighten-5 {
  border-right: 1px solid #8ee9c9 !important;
}

.overlay-success.overlay-lighten-5 {
  background: #8ee9c9; /* The Fallback */
  background: rgba(142, 233, 201, 0.8);
}

.success.lighten-4 {
  color: #79e5be !important;
}

.bg-success.bg-lighten-4 {
  background-color: #79e5be !important;
}
.bg-success.bg-lighten-4.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(121, 229, 190, 0.6);
}

.btn-success.btn-lighten-4 {
  border-color: #20a576 !important;
  background-color: #79e5be !important;
}
.btn-success.btn-lighten-4:hover {
  border-color: #20a576 !important;
  background-color: #1c9066 !important;
}
.btn-success.btn-lighten-4:focus, .btn-success.btn-lighten-4:active {
  border-color: #1c9066 !important;
  background-color: #187a57 !important;
}

.btn-outline-success.btn-outline-lighten-4 {
  border-color: #79e5be !important;
  color: #79e5be !important;
}
.btn-outline-success.btn-outline-lighten-4:hover {
  background-color: #79e5be !important;
}

input:focus ~ .bg-success {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #79e5be !important;
}

.border-success.border-lighten-4 {
  border: 1px solid #79e5be !important;
}

.border-top-success.border-top-lighten-4 {
  border-top: 1px solid #79e5be !important;
}

.border-bottom-success.border-bottom-lighten-4 {
  border-bottom: 1px solid #79e5be !important;
}

.border-left-success.border-left-lighten-4 {
  border-left: 1px solid #79e5be !important;
}

.border-right-success.border-right-lighten-4 {
  border-right: 1px solid #79e5be !important;
}

.overlay-success.overlay-lighten-4 {
  background: #79e5be; /* The Fallback */
  background: rgba(121, 229, 190, 0.8);
}

.success.lighten-3 {
  color: #63e1b4 !important;
}

.bg-success.bg-lighten-3 {
  background-color: #63e1b4 !important;
}
.bg-success.bg-lighten-3.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(99, 225, 180, 0.6);
}

.btn-success.btn-lighten-3 {
  border-color: #20a576 !important;
  background-color: #63e1b4 !important;
}
.btn-success.btn-lighten-3:hover {
  border-color: #20a576 !important;
  background-color: #1c9066 !important;
}
.btn-success.btn-lighten-3:focus, .btn-success.btn-lighten-3:active {
  border-color: #1c9066 !important;
  background-color: #187a57 !important;
}

.btn-outline-success.btn-outline-lighten-3 {
  border-color: #63e1b4 !important;
  color: #63e1b4 !important;
}
.btn-outline-success.btn-outline-lighten-3:hover {
  background-color: #63e1b4 !important;
}

input:focus ~ .bg-success {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #63e1b4 !important;
}

.border-success.border-lighten-3 {
  border: 1px solid #63e1b4 !important;
}

.border-top-success.border-top-lighten-3 {
  border-top: 1px solid #63e1b4 !important;
}

.border-bottom-success.border-bottom-lighten-3 {
  border-bottom: 1px solid #63e1b4 !important;
}

.border-left-success.border-left-lighten-3 {
  border-left: 1px solid #63e1b4 !important;
}

.border-right-success.border-right-lighten-3 {
  border-right: 1px solid #63e1b4 !important;
}

.overlay-success.overlay-lighten-3 {
  background: #63e1b4; /* The Fallback */
  background: rgba(99, 225, 180, 0.8);
}

.success.lighten-2 {
  color: #4eddaa !important;
}

.bg-success.bg-lighten-2 {
  background-color: #4eddaa !important;
}
.bg-success.bg-lighten-2.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(78, 221, 170, 0.6);
}

.btn-success.btn-lighten-2 {
  border-color: #20a576 !important;
  background-color: #4eddaa !important;
}
.btn-success.btn-lighten-2:hover {
  border-color: #20a576 !important;
  background-color: #1c9066 !important;
}
.btn-success.btn-lighten-2:focus, .btn-success.btn-lighten-2:active {
  border-color: #1c9066 !important;
  background-color: #187a57 !important;
}

.btn-outline-success.btn-outline-lighten-2 {
  border-color: #4eddaa !important;
  color: #4eddaa !important;
}
.btn-outline-success.btn-outline-lighten-2:hover {
  background-color: #4eddaa !important;
}

input:focus ~ .bg-success {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #4eddaa !important;
}

.border-success.border-lighten-2 {
  border: 1px solid #4eddaa !important;
}

.border-top-success.border-top-lighten-2 {
  border-top: 1px solid #4eddaa !important;
}

.border-bottom-success.border-bottom-lighten-2 {
  border-bottom: 1px solid #4eddaa !important;
}

.border-left-success.border-left-lighten-2 {
  border-left: 1px solid #4eddaa !important;
}

.border-right-success.border-right-lighten-2 {
  border-right: 1px solid #4eddaa !important;
}

.overlay-success.overlay-lighten-2 {
  background: #4eddaa; /* The Fallback */
  background: rgba(78, 221, 170, 0.8);
}

.success.lighten-1 {
  color: #39d9a0 !important;
}

.bg-success.bg-lighten-1 {
  background-color: #39d9a0 !important;
}
.bg-success.bg-lighten-1.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(57, 217, 160, 0.6);
}

.btn-success.btn-lighten-1 {
  border-color: #20a576 !important;
  background-color: #39d9a0 !important;
}
.btn-success.btn-lighten-1:hover {
  border-color: #20a576 !important;
  background-color: #1c9066 !important;
}
.btn-success.btn-lighten-1:focus, .btn-success.btn-lighten-1:active {
  border-color: #1c9066 !important;
  background-color: #187a57 !important;
}

.btn-outline-success.btn-outline-lighten-1 {
  border-color: #39d9a0 !important;
  color: #39d9a0 !important;
}
.btn-outline-success.btn-outline-lighten-1:hover {
  background-color: #39d9a0 !important;
}

input:focus ~ .bg-success {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #39d9a0 !important;
}

.border-success.border-lighten-1 {
  border: 1px solid #39d9a0 !important;
}

.border-top-success.border-top-lighten-1 {
  border-top: 1px solid #39d9a0 !important;
}

.border-bottom-success.border-bottom-lighten-1 {
  border-bottom: 1px solid #39d9a0 !important;
}

.border-left-success.border-left-lighten-1 {
  border-left: 1px solid #39d9a0 !important;
}

.border-right-success.border-right-lighten-1 {
  border-right: 1px solid #39d9a0 !important;
}

.overlay-success.overlay-lighten-1 {
  background: #39d9a0; /* The Fallback */
  background: rgba(57, 217, 160, 0.8);
}

.success {
  color: #28d094 !important;
}

.bg-success {
  background-color: #28d094 !important;
}
.bg-success .card-header, .bg-success .card-footer {
  background-color: transparent;
}
.bg-success.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(40, 208, 148, 0.6);
}

.selectboxit.selectboxit-btn.bg-success {
  background-color: #28d094 !important;
}

.alert-success {
  border-color: #28d094 !important;
  background-color: #5fe0b2 !important;
  color: #0b3a29 !important;
}
.alert-success .alert-link {
  color: #051811 !important;
}

.border-success {
  border-color: #28d094;
}

.overlay-success {
  background: #28d094; /* The Fallback */
  background: rgba(40, 208, 148, 0.8);
}

.color-info.success {
  background-color: #28d094 !important;
}

.btn-success {
  border-color: #20a576 !important;
  background-color: #28d094 !important;
  color: #FFFFFF;
}
.btn-success:hover {
  border-color: #24bb85 !important;
  background-color: #39d9a0 !important;
  color: #FFF !important;
}
.btn-success:focus, .btn-success:active {
  border-color: #20a576 !important;
  background-color: #1c9066 !important;
  color: #FFF !important;
}
.btn-success.btn-glow {
  box-shadow: 0px 1px 20px 1px rgba(40, 208, 148, 0.6);
}

.btn-outline-success {
  border-color: #28d094;
  background-color: transparent;
  color: #28d094;
}
.btn-outline-success:hover {
  background-color: #28d094;
  color: #FFF !important;
}
.btn-outline-success.btn-glow {
  box-shadow: 0px 1px 20px 1px rgba(40, 208, 148, 0.6);
}

input[type=checkbox].bg-success + .custom-control-label:before, input[type=radio].bg-success + .custom-control-label:before {
  background-color: #28d094 !important;
}

/* .custom-control-label{
  &:before{
    background-color: #ddd !important;
  }
} */
input:focus ~ .bg-success {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #28d094 !important;
}

.border-success {
  border: 1px solid #28d094 !important;
}

.border-top-success {
  border-top: 1px solid #28d094;
}

.border-bottom-success {
  border-bottom: 1px solid #28d094;
}

.border-left-success {
  border-left: 1px solid #28d094;
}

.border-right-success {
  border-right: 1px solid #28d094;
}

.success.darken-1 {
  color: #24bb85 !important;
}

.bg-success.bg-darken-1 {
  background-color: #24bb85 !important;
}
.bg-success.bg-darken-1.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(36, 187, 133, 0.6);
}

.btn-success.btn-darken-1 {
  border-color: #20a576 !important;
  background-color: #24bb85 !important;
}
.btn-success.btn-darken-1:hover {
  border-color: #20a576 !important;
  background-color: #1c9066 !important;
}
.btn-success.btn-darken-1:focus, .btn-success.btn-darken-1:active {
  border-color: #1c9066 !important;
  background-color: #187a57 !important;
}

.btn-outline-success.btn-outline-darken-1 {
  border-color: #24bb85 !important;
  color: #24bb85 !important;
}
.btn-outline-success.btn-outline-darken-1:hover {
  background-color: #24bb85 !important;
}

input:focus ~ .bg-success {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #24bb85 !important;
}

.border-success.border-darken-1 {
  border: 1px solid #24bb85 !important;
}

.border-top-success.border-top-darken-1 {
  border-top: 1px solid #24bb85 !important;
}

.border-bottom-success.border-bottom-darken-1 {
  border-bottom: 1px solid #24bb85 !important;
}

.border-left-success.border-left-darken-1 {
  border-left: 1px solid #24bb85 !important;
}

.border-right-success.border-right-darken-1 {
  border-right: 1px solid #24bb85 !important;
}

.overlay-success.overlay-darken-1 {
  background: #24bb85; /* The Fallback */
  background: rgba(36, 187, 133, 0.8);
}

.success.darken-2 {
  color: #20a576 !important;
}

.bg-success.bg-darken-2 {
  background-color: #20a576 !important;
}
.bg-success.bg-darken-2.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(32, 165, 118, 0.6);
}

.btn-success.btn-darken-2 {
  border-color: #20a576 !important;
  background-color: #20a576 !important;
}
.btn-success.btn-darken-2:hover {
  border-color: #20a576 !important;
  background-color: #1c9066 !important;
}
.btn-success.btn-darken-2:focus, .btn-success.btn-darken-2:active {
  border-color: #1c9066 !important;
  background-color: #187a57 !important;
}

.btn-outline-success.btn-outline-darken-2 {
  border-color: #20a576 !important;
  color: #20a576 !important;
}
.btn-outline-success.btn-outline-darken-2:hover {
  background-color: #20a576 !important;
}

input:focus ~ .bg-success {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #20a576 !important;
}

.border-success.border-darken-2 {
  border: 1px solid #20a576 !important;
}

.border-top-success.border-top-darken-2 {
  border-top: 1px solid #20a576 !important;
}

.border-bottom-success.border-bottom-darken-2 {
  border-bottom: 1px solid #20a576 !important;
}

.border-left-success.border-left-darken-2 {
  border-left: 1px solid #20a576 !important;
}

.border-right-success.border-right-darken-2 {
  border-right: 1px solid #20a576 !important;
}

.overlay-success.overlay-darken-2 {
  background: #20a576; /* The Fallback */
  background: rgba(32, 165, 118, 0.8);
}

.success.darken-3 {
  color: #1c9066 !important;
}

.bg-success.bg-darken-3 {
  background-color: #1c9066 !important;
}
.bg-success.bg-darken-3.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(28, 144, 102, 0.6);
}

.btn-success.btn-darken-3 {
  border-color: #20a576 !important;
  background-color: #1c9066 !important;
}
.btn-success.btn-darken-3:hover {
  border-color: #20a576 !important;
  background-color: #1c9066 !important;
}
.btn-success.btn-darken-3:focus, .btn-success.btn-darken-3:active {
  border-color: #1c9066 !important;
  background-color: #187a57 !important;
}

.btn-outline-success.btn-outline-darken-3 {
  border-color: #1c9066 !important;
  color: #1c9066 !important;
}
.btn-outline-success.btn-outline-darken-3:hover {
  background-color: #1c9066 !important;
}

input:focus ~ .bg-success {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #1c9066 !important;
}

.border-success.border-darken-3 {
  border: 1px solid #1c9066 !important;
}

.border-top-success.border-top-darken-3 {
  border-top: 1px solid #1c9066 !important;
}

.border-bottom-success.border-bottom-darken-3 {
  border-bottom: 1px solid #1c9066 !important;
}

.border-left-success.border-left-darken-3 {
  border-left: 1px solid #1c9066 !important;
}

.border-right-success.border-right-darken-3 {
  border-right: 1px solid #1c9066 !important;
}

.overlay-success.overlay-darken-3 {
  background: #1c9066; /* The Fallback */
  background: rgba(28, 144, 102, 0.8);
}

.success.darken-4 {
  color: #187a57 !important;
}

.bg-success.bg-darken-4 {
  background-color: #187a57 !important;
}
.bg-success.bg-darken-4.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(24, 122, 87, 0.6);
}

.btn-success.btn-darken-4 {
  border-color: #20a576 !important;
  background-color: #187a57 !important;
}
.btn-success.btn-darken-4:hover {
  border-color: #20a576 !important;
  background-color: #1c9066 !important;
}
.btn-success.btn-darken-4:focus, .btn-success.btn-darken-4:active {
  border-color: #1c9066 !important;
  background-color: #187a57 !important;
}

.btn-outline-success.btn-outline-darken-4 {
  border-color: #187a57 !important;
  color: #187a57 !important;
}
.btn-outline-success.btn-outline-darken-4:hover {
  background-color: #187a57 !important;
}

input:focus ~ .bg-success {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #187a57 !important;
}

.border-success.border-darken-4 {
  border: 1px solid #187a57 !important;
}

.border-top-success.border-top-darken-4 {
  border-top: 1px solid #187a57 !important;
}

.border-bottom-success.border-bottom-darken-4 {
  border-bottom: 1px solid #187a57 !important;
}

.border-left-success.border-left-darken-4 {
  border-left: 1px solid #187a57 !important;
}

.border-right-success.border-right-darken-4 {
  border-right: 1px solid #187a57 !important;
}

.overlay-success.overlay-darken-4 {
  background: #187a57; /* The Fallback */
  background: rgba(24, 122, 87, 0.8);
}

.success.accent-1 {
  color: #e1fff0 !important;
}

.bg-success.bg-accent-1 {
  background-color: #e1fff0 !important;
}
.bg-success.bg-accent-1.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(225, 255, 240, 0.6);
}

.btn-success.btn-accent-1 {
  border-color: #20a576 !important;
  background-color: #e1fff0 !important;
}
.btn-success.btn-accent-1:hover {
  border-color: #20a576 !important;
  background-color: #1c9066 !important;
}
.btn-success.btn-accent-1:focus, .btn-success.btn-accent-1:active {
  border-color: #1c9066 !important;
  background-color: #187a57 !important;
}

.btn-outline-success.btn-outline-accent-1 {
  border-color: #e1fff0 !important;
  color: #e1fff0 !important;
}
.btn-outline-success.btn-outline-accent-1:hover {
  background-color: #e1fff0 !important;
}

input:focus ~ .bg-success {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #e1fff0 !important;
}

.border-success.border-accent-1 {
  border: 1px solid #e1fff0 !important;
}

.border-top-success.border-top-accent-1 {
  border-top: 1px solid #e1fff0 !important;
}

.border-bottom-success.border-bottom-accent-1 {
  border-bottom: 1px solid #e1fff0 !important;
}

.border-left-success.border-left-accent-1 {
  border-left: 1px solid #e1fff0 !important;
}

.border-right-success.border-right-accent-1 {
  border-right: 1px solid #e1fff0 !important;
}

.overlay-success.overlay-accent-1 {
  background: #e1fff0; /* The Fallback */
  background: rgba(225, 255, 240, 0.8);
}

.success.accent-2 {
  color: #aeffd5 !important;
}

.bg-success.bg-accent-2 {
  background-color: #aeffd5 !important;
}
.bg-success.bg-accent-2.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(174, 255, 213, 0.6);
}

.btn-success.btn-accent-2 {
  border-color: #20a576 !important;
  background-color: #aeffd5 !important;
}
.btn-success.btn-accent-2:hover {
  border-color: #20a576 !important;
  background-color: #1c9066 !important;
}
.btn-success.btn-accent-2:focus, .btn-success.btn-accent-2:active {
  border-color: #1c9066 !important;
  background-color: #187a57 !important;
}

.btn-outline-success.btn-outline-accent-2 {
  border-color: #aeffd5 !important;
  color: #aeffd5 !important;
}
.btn-outline-success.btn-outline-accent-2:hover {
  background-color: #aeffd5 !important;
}

input:focus ~ .bg-success {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #aeffd5 !important;
}

.border-success.border-accent-2 {
  border: 1px solid #aeffd5 !important;
}

.border-top-success.border-top-accent-2 {
  border-top: 1px solid #aeffd5 !important;
}

.border-bottom-success.border-bottom-accent-2 {
  border-bottom: 1px solid #aeffd5 !important;
}

.border-left-success.border-left-accent-2 {
  border-left: 1px solid #aeffd5 !important;
}

.border-right-success.border-right-accent-2 {
  border-right: 1px solid #aeffd5 !important;
}

.overlay-success.overlay-accent-2 {
  background: #aeffd5; /* The Fallback */
  background: rgba(174, 255, 213, 0.8);
}

.success.accent-3 {
  color: #7bffbb !important;
}

.bg-success.bg-accent-3 {
  background-color: #7bffbb !important;
}
.bg-success.bg-accent-3.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(123, 255, 187, 0.6);
}

.btn-success.btn-accent-3 {
  border-color: #20a576 !important;
  background-color: #7bffbb !important;
}
.btn-success.btn-accent-3:hover {
  border-color: #20a576 !important;
  background-color: #1c9066 !important;
}
.btn-success.btn-accent-3:focus, .btn-success.btn-accent-3:active {
  border-color: #1c9066 !important;
  background-color: #187a57 !important;
}

.btn-outline-success.btn-outline-accent-3 {
  border-color: #7bffbb !important;
  color: #7bffbb !important;
}
.btn-outline-success.btn-outline-accent-3:hover {
  background-color: #7bffbb !important;
}

input:focus ~ .bg-success {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #7bffbb !important;
}

.border-success.border-accent-3 {
  border: 1px solid #7bffbb !important;
}

.border-top-success.border-top-accent-3 {
  border-top: 1px solid #7bffbb !important;
}

.border-bottom-success.border-bottom-accent-3 {
  border-bottom: 1px solid #7bffbb !important;
}

.border-left-success.border-left-accent-3 {
  border-left: 1px solid #7bffbb !important;
}

.border-right-success.border-right-accent-3 {
  border-right: 1px solid #7bffbb !important;
}

.overlay-success.overlay-accent-3 {
  background: #7bffbb; /* The Fallback */
  background: rgba(123, 255, 187, 0.8);
}

.success.accent-4 {
  color: #62ffae !important;
}

.bg-success.bg-accent-4 {
  background-color: #62ffae !important;
}
.bg-success.bg-accent-4.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(98, 255, 174, 0.6);
}

.btn-success.btn-accent-4 {
  border-color: #20a576 !important;
  background-color: #62ffae !important;
}
.btn-success.btn-accent-4:hover {
  border-color: #20a576 !important;
  background-color: #1c9066 !important;
}
.btn-success.btn-accent-4:focus, .btn-success.btn-accent-4:active {
  border-color: #1c9066 !important;
  background-color: #187a57 !important;
}

.btn-outline-success.btn-outline-accent-4 {
  border-color: #62ffae !important;
  color: #62ffae !important;
}
.btn-outline-success.btn-outline-accent-4:hover {
  background-color: #62ffae !important;
}

input:focus ~ .bg-success {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #62ffae !important;
}

.border-success.border-accent-4 {
  border: 1px solid #62ffae !important;
}

.border-top-success.border-top-accent-4 {
  border-top: 1px solid #62ffae !important;
}

.border-bottom-success.border-bottom-accent-4 {
  border-bottom: 1px solid #62ffae !important;
}

.border-left-success.border-left-accent-4 {
  border-left: 1px solid #62ffae !important;
}

.border-right-success.border-right-accent-4 {
  border-right: 1px solid #62ffae !important;
}

.overlay-success.overlay-accent-4 {
  background: #62ffae; /* The Fallback */
  background: rgba(98, 255, 174, 0.8);
}

.info.lighten-5 {
  color: #97d2f9 !important;
}

.bg-info.bg-lighten-5 {
  background-color: #97d2f9 !important;
}
.bg-info.bg-lighten-5.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(151, 210, 249, 0.6);
}

.btn-info.btn-lighten-5 {
  border-color: #0c84d1 !important;
  background-color: #97d2f9 !important;
}
.btn-info.btn-lighten-5:hover {
  border-color: #0c84d1 !important;
  background-color: #0b75b9 !important;
}
.btn-info.btn-lighten-5:focus, .btn-info.btn-lighten-5:active {
  border-color: #0b75b9 !important;
  background-color: #0965a1 !important;
}

.btn-outline-info.btn-outline-lighten-5 {
  border-color: #97d2f9 !important;
  color: #97d2f9 !important;
}
.btn-outline-info.btn-outline-lighten-5:hover {
  background-color: #97d2f9 !important;
}

input:focus ~ .bg-info {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #97d2f9 !important;
}

.border-info.border-lighten-5 {
  border: 1px solid #97d2f9 !important;
}

.border-top-info.border-top-lighten-5 {
  border-top: 1px solid #97d2f9 !important;
}

.border-bottom-info.border-bottom-lighten-5 {
  border-bottom: 1px solid #97d2f9 !important;
}

.border-left-info.border-left-lighten-5 {
  border-left: 1px solid #97d2f9 !important;
}

.border-right-info.border-right-lighten-5 {
  border-right: 1px solid #97d2f9 !important;
}

.overlay-info.overlay-lighten-5 {
  background: #97d2f9; /* The Fallback */
  background: rgba(151, 210, 249, 0.8);
}

.info.lighten-4 {
  color: #7ec8f8 !important;
}

.bg-info.bg-lighten-4 {
  background-color: #7ec8f8 !important;
}
.bg-info.bg-lighten-4.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(126, 200, 248, 0.6);
}

.btn-info.btn-lighten-4 {
  border-color: #0c84d1 !important;
  background-color: #7ec8f8 !important;
}
.btn-info.btn-lighten-4:hover {
  border-color: #0c84d1 !important;
  background-color: #0b75b9 !important;
}
.btn-info.btn-lighten-4:focus, .btn-info.btn-lighten-4:active {
  border-color: #0b75b9 !important;
  background-color: #0965a1 !important;
}

.btn-outline-info.btn-outline-lighten-4 {
  border-color: #7ec8f8 !important;
  color: #7ec8f8 !important;
}
.btn-outline-info.btn-outline-lighten-4:hover {
  background-color: #7ec8f8 !important;
}

input:focus ~ .bg-info {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #7ec8f8 !important;
}

.border-info.border-lighten-4 {
  border: 1px solid #7ec8f8 !important;
}

.border-top-info.border-top-lighten-4 {
  border-top: 1px solid #7ec8f8 !important;
}

.border-bottom-info.border-bottom-lighten-4 {
  border-bottom: 1px solid #7ec8f8 !important;
}

.border-left-info.border-left-lighten-4 {
  border-left: 1px solid #7ec8f8 !important;
}

.border-right-info.border-right-lighten-4 {
  border-right: 1px solid #7ec8f8 !important;
}

.overlay-info.overlay-lighten-4 {
  background: #7ec8f8; /* The Fallback */
  background: rgba(126, 200, 248, 0.8);
}

.info.lighten-3 {
  color: #66bef6 !important;
}

.bg-info.bg-lighten-3 {
  background-color: #66bef6 !important;
}
.bg-info.bg-lighten-3.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(102, 190, 246, 0.6);
}

.btn-info.btn-lighten-3 {
  border-color: #0c84d1 !important;
  background-color: #66bef6 !important;
}
.btn-info.btn-lighten-3:hover {
  border-color: #0c84d1 !important;
  background-color: #0b75b9 !important;
}
.btn-info.btn-lighten-3:focus, .btn-info.btn-lighten-3:active {
  border-color: #0b75b9 !important;
  background-color: #0965a1 !important;
}

.btn-outline-info.btn-outline-lighten-3 {
  border-color: #66bef6 !important;
  color: #66bef6 !important;
}
.btn-outline-info.btn-outline-lighten-3:hover {
  background-color: #66bef6 !important;
}

input:focus ~ .bg-info {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #66bef6 !important;
}

.border-info.border-lighten-3 {
  border: 1px solid #66bef6 !important;
}

.border-top-info.border-top-lighten-3 {
  border-top: 1px solid #66bef6 !important;
}

.border-bottom-info.border-bottom-lighten-3 {
  border-bottom: 1px solid #66bef6 !important;
}

.border-left-info.border-left-lighten-3 {
  border-left: 1px solid #66bef6 !important;
}

.border-right-info.border-right-lighten-3 {
  border-right: 1px solid #66bef6 !important;
}

.overlay-info.overlay-lighten-3 {
  background: #66bef6; /* The Fallback */
  background: rgba(102, 190, 246, 0.8);
}

.info.lighten-2 {
  color: #4eb4f5 !important;
}

.bg-info.bg-lighten-2 {
  background-color: #4eb4f5 !important;
}
.bg-info.bg-lighten-2.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(78, 180, 245, 0.6);
}

.btn-info.btn-lighten-2 {
  border-color: #0c84d1 !important;
  background-color: #4eb4f5 !important;
}
.btn-info.btn-lighten-2:hover {
  border-color: #0c84d1 !important;
  background-color: #0b75b9 !important;
}
.btn-info.btn-lighten-2:focus, .btn-info.btn-lighten-2:active {
  border-color: #0b75b9 !important;
  background-color: #0965a1 !important;
}

.btn-outline-info.btn-outline-lighten-2 {
  border-color: #4eb4f5 !important;
  color: #4eb4f5 !important;
}
.btn-outline-info.btn-outline-lighten-2:hover {
  background-color: #4eb4f5 !important;
}

input:focus ~ .bg-info {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #4eb4f5 !important;
}

.border-info.border-lighten-2 {
  border: 1px solid #4eb4f5 !important;
}

.border-top-info.border-top-lighten-2 {
  border-top: 1px solid #4eb4f5 !important;
}

.border-bottom-info.border-bottom-lighten-2 {
  border-bottom: 1px solid #4eb4f5 !important;
}

.border-left-info.border-left-lighten-2 {
  border-left: 1px solid #4eb4f5 !important;
}

.border-right-info.border-right-lighten-2 {
  border-right: 1px solid #4eb4f5 !important;
}

.overlay-info.overlay-lighten-2 {
  background: #4eb4f5; /* The Fallback */
  background: rgba(78, 180, 245, 0.8);
}

.info.lighten-1 {
  color: #36a9f3 !important;
}

.bg-info.bg-lighten-1 {
  background-color: #36a9f3 !important;
}
.bg-info.bg-lighten-1.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(54, 169, 243, 0.6);
}

.btn-info.btn-lighten-1 {
  border-color: #0c84d1 !important;
  background-color: #36a9f3 !important;
}
.btn-info.btn-lighten-1:hover {
  border-color: #0c84d1 !important;
  background-color: #0b75b9 !important;
}
.btn-info.btn-lighten-1:focus, .btn-info.btn-lighten-1:active {
  border-color: #0b75b9 !important;
  background-color: #0965a1 !important;
}

.btn-outline-info.btn-outline-lighten-1 {
  border-color: #36a9f3 !important;
  color: #36a9f3 !important;
}
.btn-outline-info.btn-outline-lighten-1:hover {
  background-color: #36a9f3 !important;
}

input:focus ~ .bg-info {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #36a9f3 !important;
}

.border-info.border-lighten-1 {
  border: 1px solid #36a9f3 !important;
}

.border-top-info.border-top-lighten-1 {
  border-top: 1px solid #36a9f3 !important;
}

.border-bottom-info.border-bottom-lighten-1 {
  border-bottom: 1px solid #36a9f3 !important;
}

.border-left-info.border-left-lighten-1 {
  border-left: 1px solid #36a9f3 !important;
}

.border-right-info.border-right-lighten-1 {
  border-right: 1px solid #36a9f3 !important;
}

.overlay-info.overlay-lighten-1 {
  background: #36a9f3; /* The Fallback */
  background: rgba(54, 169, 243, 0.8);
}

.info {
  color: #1e9ff2 !important;
}

.bg-info {
  background-color: #1e9ff2 !important;
}
.bg-info .card-header, .bg-info .card-footer {
  background-color: transparent;
}
.bg-info.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(30, 159, 242, 0.6);
}

.selectboxit.selectboxit-btn.bg-info {
  background-color: #1e9ff2 !important;
}

.alert-info {
  border-color: #1e9ff2 !important;
  background-color: #62bcf6 !important;
  color: #053858 !important;
}
.alert-info .alert-link {
  color: #031f32 !important;
}

.border-info {
  border-color: #1e9ff2;
}

.overlay-info {
  background: #1e9ff2; /* The Fallback */
  background: rgba(30, 159, 242, 0.8);
}

.color-info.info {
  background-color: #1e9ff2 !important;
}

.btn-info {
  border-color: #0c84d1 !important;
  background-color: #1e9ff2 !important;
  color: #FFFFFF;
}
.btn-info:hover {
  border-color: #0d93e9 !important;
  background-color: #36a9f3 !important;
  color: #FFF !important;
}
.btn-info:focus, .btn-info:active {
  border-color: #0c84d1 !important;
  background-color: #0b75b9 !important;
  color: #FFF !important;
}
.btn-info.btn-glow {
  box-shadow: 0px 1px 20px 1px rgba(30, 159, 242, 0.6);
}

.btn-outline-info {
  border-color: #1e9ff2;
  background-color: transparent;
  color: #1e9ff2;
}
.btn-outline-info:hover {
  background-color: #1e9ff2;
  color: #FFF !important;
}
.btn-outline-info.btn-glow {
  box-shadow: 0px 1px 20px 1px rgba(30, 159, 242, 0.6);
}

input[type=checkbox].bg-info + .custom-control-label:before, input[type=radio].bg-info + .custom-control-label:before {
  background-color: #1e9ff2 !important;
}

/* .custom-control-label{
  &:before{
    background-color: #ddd !important;
  }
} */
input:focus ~ .bg-info {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #1e9ff2 !important;
}

.border-info {
  border: 1px solid #1e9ff2 !important;
}

.border-top-info {
  border-top: 1px solid #1e9ff2;
}

.border-bottom-info {
  border-bottom: 1px solid #1e9ff2;
}

.border-left-info {
  border-left: 1px solid #1e9ff2;
}

.border-right-info {
  border-right: 1px solid #1e9ff2;
}

.info.darken-1 {
  color: #0d93e9 !important;
}

.bg-info.bg-darken-1 {
  background-color: #0d93e9 !important;
}
.bg-info.bg-darken-1.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(13, 147, 233, 0.6);
}

.btn-info.btn-darken-1 {
  border-color: #0c84d1 !important;
  background-color: #0d93e9 !important;
}
.btn-info.btn-darken-1:hover {
  border-color: #0c84d1 !important;
  background-color: #0b75b9 !important;
}
.btn-info.btn-darken-1:focus, .btn-info.btn-darken-1:active {
  border-color: #0b75b9 !important;
  background-color: #0965a1 !important;
}

.btn-outline-info.btn-outline-darken-1 {
  border-color: #0d93e9 !important;
  color: #0d93e9 !important;
}
.btn-outline-info.btn-outline-darken-1:hover {
  background-color: #0d93e9 !important;
}

input:focus ~ .bg-info {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #0d93e9 !important;
}

.border-info.border-darken-1 {
  border: 1px solid #0d93e9 !important;
}

.border-top-info.border-top-darken-1 {
  border-top: 1px solid #0d93e9 !important;
}

.border-bottom-info.border-bottom-darken-1 {
  border-bottom: 1px solid #0d93e9 !important;
}

.border-left-info.border-left-darken-1 {
  border-left: 1px solid #0d93e9 !important;
}

.border-right-info.border-right-darken-1 {
  border-right: 1px solid #0d93e9 !important;
}

.overlay-info.overlay-darken-1 {
  background: #0d93e9; /* The Fallback */
  background: rgba(13, 147, 233, 0.8);
}

.info.darken-2 {
  color: #0c84d1 !important;
}

.bg-info.bg-darken-2 {
  background-color: #0c84d1 !important;
}
.bg-info.bg-darken-2.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(12, 132, 209, 0.6);
}

.btn-info.btn-darken-2 {
  border-color: #0c84d1 !important;
  background-color: #0c84d1 !important;
}
.btn-info.btn-darken-2:hover {
  border-color: #0c84d1 !important;
  background-color: #0b75b9 !important;
}
.btn-info.btn-darken-2:focus, .btn-info.btn-darken-2:active {
  border-color: #0b75b9 !important;
  background-color: #0965a1 !important;
}

.btn-outline-info.btn-outline-darken-2 {
  border-color: #0c84d1 !important;
  color: #0c84d1 !important;
}
.btn-outline-info.btn-outline-darken-2:hover {
  background-color: #0c84d1 !important;
}

input:focus ~ .bg-info {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #0c84d1 !important;
}

.border-info.border-darken-2 {
  border: 1px solid #0c84d1 !important;
}

.border-top-info.border-top-darken-2 {
  border-top: 1px solid #0c84d1 !important;
}

.border-bottom-info.border-bottom-darken-2 {
  border-bottom: 1px solid #0c84d1 !important;
}

.border-left-info.border-left-darken-2 {
  border-left: 1px solid #0c84d1 !important;
}

.border-right-info.border-right-darken-2 {
  border-right: 1px solid #0c84d1 !important;
}

.overlay-info.overlay-darken-2 {
  background: #0c84d1; /* The Fallback */
  background: rgba(12, 132, 209, 0.8);
}

.info.darken-3 {
  color: #0b75b9 !important;
}

.bg-info.bg-darken-3 {
  background-color: #0b75b9 !important;
}
.bg-info.bg-darken-3.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(11, 117, 185, 0.6);
}

.btn-info.btn-darken-3 {
  border-color: #0c84d1 !important;
  background-color: #0b75b9 !important;
}
.btn-info.btn-darken-3:hover {
  border-color: #0c84d1 !important;
  background-color: #0b75b9 !important;
}
.btn-info.btn-darken-3:focus, .btn-info.btn-darken-3:active {
  border-color: #0b75b9 !important;
  background-color: #0965a1 !important;
}

.btn-outline-info.btn-outline-darken-3 {
  border-color: #0b75b9 !important;
  color: #0b75b9 !important;
}
.btn-outline-info.btn-outline-darken-3:hover {
  background-color: #0b75b9 !important;
}

input:focus ~ .bg-info {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #0b75b9 !important;
}

.border-info.border-darken-3 {
  border: 1px solid #0b75b9 !important;
}

.border-top-info.border-top-darken-3 {
  border-top: 1px solid #0b75b9 !important;
}

.border-bottom-info.border-bottom-darken-3 {
  border-bottom: 1px solid #0b75b9 !important;
}

.border-left-info.border-left-darken-3 {
  border-left: 1px solid #0b75b9 !important;
}

.border-right-info.border-right-darken-3 {
  border-right: 1px solid #0b75b9 !important;
}

.overlay-info.overlay-darken-3 {
  background: #0b75b9; /* The Fallback */
  background: rgba(11, 117, 185, 0.8);
}

.info.darken-4 {
  color: #0965a1 !important;
}

.bg-info.bg-darken-4 {
  background-color: #0965a1 !important;
}
.bg-info.bg-darken-4.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(9, 101, 161, 0.6);
}

.btn-info.btn-darken-4 {
  border-color: #0c84d1 !important;
  background-color: #0965a1 !important;
}
.btn-info.btn-darken-4:hover {
  border-color: #0c84d1 !important;
  background-color: #0b75b9 !important;
}
.btn-info.btn-darken-4:focus, .btn-info.btn-darken-4:active {
  border-color: #0b75b9 !important;
  background-color: #0965a1 !important;
}

.btn-outline-info.btn-outline-darken-4 {
  border-color: #0965a1 !important;
  color: #0965a1 !important;
}
.btn-outline-info.btn-outline-darken-4:hover {
  background-color: #0965a1 !important;
}

input:focus ~ .bg-info {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #0965a1 !important;
}

.border-info.border-darken-4 {
  border: 1px solid #0965a1 !important;
}

.border-top-info.border-top-darken-4 {
  border-top: 1px solid #0965a1 !important;
}

.border-bottom-info.border-bottom-darken-4 {
  border-bottom: 1px solid #0965a1 !important;
}

.border-left-info.border-left-darken-4 {
  border-left: 1px solid #0965a1 !important;
}

.border-right-info.border-right-darken-4 {
  border-right: 1px solid #0965a1 !important;
}

.overlay-info.overlay-darken-4 {
  background: #0965a1; /* The Fallback */
  background: rgba(9, 101, 161, 0.8);
}

.info.accent-1 {
  color: #eff5ff !important;
}

.bg-info.bg-accent-1 {
  background-color: #eff5ff !important;
}
.bg-info.bg-accent-1.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(239, 245, 255, 0.6);
}

.btn-info.btn-accent-1 {
  border-color: #0c84d1 !important;
  background-color: #eff5ff !important;
}
.btn-info.btn-accent-1:hover {
  border-color: #0c84d1 !important;
  background-color: #0b75b9 !important;
}
.btn-info.btn-accent-1:focus, .btn-info.btn-accent-1:active {
  border-color: #0b75b9 !important;
  background-color: #0965a1 !important;
}

.btn-outline-info.btn-outline-accent-1 {
  border-color: #eff5ff !important;
  color: #eff5ff !important;
}
.btn-outline-info.btn-outline-accent-1:hover {
  background-color: #eff5ff !important;
}

input:focus ~ .bg-info {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #eff5ff !important;
}

.border-info.border-accent-1 {
  border: 1px solid #eff5ff !important;
}

.border-top-info.border-top-accent-1 {
  border-top: 1px solid #eff5ff !important;
}

.border-bottom-info.border-bottom-accent-1 {
  border-bottom: 1px solid #eff5ff !important;
}

.border-left-info.border-left-accent-1 {
  border-left: 1px solid #eff5ff !important;
}

.border-right-info.border-right-accent-1 {
  border-right: 1px solid #eff5ff !important;
}

.overlay-info.overlay-accent-1 {
  background: #eff5ff; /* The Fallback */
  background: rgba(239, 245, 255, 0.8);
}

.info.accent-2 {
  color: #dfecff !important;
}

.bg-info.bg-accent-2 {
  background-color: #dfecff !important;
}
.bg-info.bg-accent-2.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(223, 236, 255, 0.6);
}

.btn-info.btn-accent-2 {
  border-color: #0c84d1 !important;
  background-color: #dfecff !important;
}
.btn-info.btn-accent-2:hover {
  border-color: #0c84d1 !important;
  background-color: #0b75b9 !important;
}
.btn-info.btn-accent-2:focus, .btn-info.btn-accent-2:active {
  border-color: #0b75b9 !important;
  background-color: #0965a1 !important;
}

.btn-outline-info.btn-outline-accent-2 {
  border-color: #dfecff !important;
  color: #dfecff !important;
}
.btn-outline-info.btn-outline-accent-2:hover {
  background-color: #dfecff !important;
}

input:focus ~ .bg-info {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #dfecff !important;
}

.border-info.border-accent-2 {
  border: 1px solid #dfecff !important;
}

.border-top-info.border-top-accent-2 {
  border-top: 1px solid #dfecff !important;
}

.border-bottom-info.border-bottom-accent-2 {
  border-bottom: 1px solid #dfecff !important;
}

.border-left-info.border-left-accent-2 {
  border-left: 1px solid #dfecff !important;
}

.border-right-info.border-right-accent-2 {
  border-right: 1px solid #dfecff !important;
}

.overlay-info.overlay-accent-2 {
  background: #dfecff; /* The Fallback */
  background: rgba(223, 236, 255, 0.8);
}

.info.accent-3 {
  color: #accfff !important;
}

.bg-info.bg-accent-3 {
  background-color: #accfff !important;
}
.bg-info.bg-accent-3.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(172, 207, 255, 0.6);
}

.btn-info.btn-accent-3 {
  border-color: #0c84d1 !important;
  background-color: #accfff !important;
}
.btn-info.btn-accent-3:hover {
  border-color: #0c84d1 !important;
  background-color: #0b75b9 !important;
}
.btn-info.btn-accent-3:focus, .btn-info.btn-accent-3:active {
  border-color: #0b75b9 !important;
  background-color: #0965a1 !important;
}

.btn-outline-info.btn-outline-accent-3 {
  border-color: #accfff !important;
  color: #accfff !important;
}
.btn-outline-info.btn-outline-accent-3:hover {
  background-color: #accfff !important;
}

input:focus ~ .bg-info {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #accfff !important;
}

.border-info.border-accent-3 {
  border: 1px solid #accfff !important;
}

.border-top-info.border-top-accent-3 {
  border-top: 1px solid #accfff !important;
}

.border-bottom-info.border-bottom-accent-3 {
  border-bottom: 1px solid #accfff !important;
}

.border-left-info.border-left-accent-3 {
  border-left: 1px solid #accfff !important;
}

.border-right-info.border-right-accent-3 {
  border-right: 1px solid #accfff !important;
}

.overlay-info.overlay-accent-3 {
  background: #accfff; /* The Fallback */
  background: rgba(172, 207, 255, 0.8);
}

.info.accent-4 {
  color: #92c0ff !important;
}

.bg-info.bg-accent-4 {
  background-color: #92c0ff !important;
}
.bg-info.bg-accent-4.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(146, 192, 255, 0.6);
}

.btn-info.btn-accent-4 {
  border-color: #0c84d1 !important;
  background-color: #92c0ff !important;
}
.btn-info.btn-accent-4:hover {
  border-color: #0c84d1 !important;
  background-color: #0b75b9 !important;
}
.btn-info.btn-accent-4:focus, .btn-info.btn-accent-4:active {
  border-color: #0b75b9 !important;
  background-color: #0965a1 !important;
}

.btn-outline-info.btn-outline-accent-4 {
  border-color: #92c0ff !important;
  color: #92c0ff !important;
}
.btn-outline-info.btn-outline-accent-4:hover {
  background-color: #92c0ff !important;
}

input:focus ~ .bg-info {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #92c0ff !important;
}

.border-info.border-accent-4 {
  border: 1px solid #92c0ff !important;
}

.border-top-info.border-top-accent-4 {
  border-top: 1px solid #92c0ff !important;
}

.border-bottom-info.border-bottom-accent-4 {
  border-bottom: 1px solid #92c0ff !important;
}

.border-left-info.border-left-accent-4 {
  border-left: 1px solid #92c0ff !important;
}

.border-right-info.border-right-accent-4 {
  border-right: 1px solid #92c0ff !important;
}

.overlay-info.overlay-accent-4 {
  background: #92c0ff; /* The Fallback */
  background: rgba(146, 192, 255, 0.8);
}

.warning.lighten-5 {
  color: #ffdec9 !important;
}

.bg-warning.bg-lighten-5 {
  background-color: #ffdec9 !important;
}
.bg-warning.bg-lighten-5.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(255, 222, 201, 0.6);
}

.btn-warning.btn-lighten-5 {
  border-color: #ff7216 !important;
  background-color: #ffdec9 !important;
}
.btn-warning.btn-lighten-5:hover {
  border-color: #ff7216 !important;
  background-color: #fc6300 !important;
}
.btn-warning.btn-lighten-5:focus, .btn-warning.btn-lighten-5:active {
  border-color: #fc6300 !important;
  background-color: #e25900 !important;
}

.btn-outline-warning.btn-outline-lighten-5 {
  border-color: #ffdec9 !important;
  color: #ffdec9 !important;
}
.btn-outline-warning.btn-outline-lighten-5:hover {
  background-color: #ffdec9 !important;
}

input:focus ~ .bg-warning {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ffdec9 !important;
}

.border-warning.border-lighten-5 {
  border: 1px solid #ffdec9 !important;
}

.border-top-warning.border-top-lighten-5 {
  border-top: 1px solid #ffdec9 !important;
}

.border-bottom-warning.border-bottom-lighten-5 {
  border-bottom: 1px solid #ffdec9 !important;
}

.border-left-warning.border-left-lighten-5 {
  border-left: 1px solid #ffdec9 !important;
}

.border-right-warning.border-right-lighten-5 {
  border-right: 1px solid #ffdec9 !important;
}

.overlay-warning.overlay-lighten-5 {
  background: #ffdec9; /* The Fallback */
  background: rgba(255, 222, 201, 0.8);
}

.warning.lighten-4 {
  color: #ffcfaf !important;
}

.bg-warning.bg-lighten-4 {
  background-color: #ffcfaf !important;
}
.bg-warning.bg-lighten-4.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(255, 207, 175, 0.6);
}

.btn-warning.btn-lighten-4 {
  border-color: #ff7216 !important;
  background-color: #ffcfaf !important;
}
.btn-warning.btn-lighten-4:hover {
  border-color: #ff7216 !important;
  background-color: #fc6300 !important;
}
.btn-warning.btn-lighten-4:focus, .btn-warning.btn-lighten-4:active {
  border-color: #fc6300 !important;
  background-color: #e25900 !important;
}

.btn-outline-warning.btn-outline-lighten-4 {
  border-color: #ffcfaf !important;
  color: #ffcfaf !important;
}
.btn-outline-warning.btn-outline-lighten-4:hover {
  background-color: #ffcfaf !important;
}

input:focus ~ .bg-warning {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ffcfaf !important;
}

.border-warning.border-lighten-4 {
  border: 1px solid #ffcfaf !important;
}

.border-top-warning.border-top-lighten-4 {
  border-top: 1px solid #ffcfaf !important;
}

.border-bottom-warning.border-bottom-lighten-4 {
  border-bottom: 1px solid #ffcfaf !important;
}

.border-left-warning.border-left-lighten-4 {
  border-left: 1px solid #ffcfaf !important;
}

.border-right-warning.border-right-lighten-4 {
  border-right: 1px solid #ffcfaf !important;
}

.overlay-warning.overlay-lighten-4 {
  background: #ffcfaf; /* The Fallback */
  background: rgba(255, 207, 175, 0.8);
}

.warning.lighten-3 {
  color: #ffbf96 !important;
}

.bg-warning.bg-lighten-3 {
  background-color: #ffbf96 !important;
}
.bg-warning.bg-lighten-3.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(255, 191, 150, 0.6);
}

.btn-warning.btn-lighten-3 {
  border-color: #ff7216 !important;
  background-color: #ffbf96 !important;
}
.btn-warning.btn-lighten-3:hover {
  border-color: #ff7216 !important;
  background-color: #fc6300 !important;
}
.btn-warning.btn-lighten-3:focus, .btn-warning.btn-lighten-3:active {
  border-color: #fc6300 !important;
  background-color: #e25900 !important;
}

.btn-outline-warning.btn-outline-lighten-3 {
  border-color: #ffbf96 !important;
  color: #ffbf96 !important;
}
.btn-outline-warning.btn-outline-lighten-3:hover {
  background-color: #ffbf96 !important;
}

input:focus ~ .bg-warning {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ffbf96 !important;
}

.border-warning.border-lighten-3 {
  border: 1px solid #ffbf96 !important;
}

.border-top-warning.border-top-lighten-3 {
  border-top: 1px solid #ffbf96 !important;
}

.border-bottom-warning.border-bottom-lighten-3 {
  border-bottom: 1px solid #ffbf96 !important;
}

.border-left-warning.border-left-lighten-3 {
  border-left: 1px solid #ffbf96 !important;
}

.border-right-warning.border-right-lighten-3 {
  border-right: 1px solid #ffbf96 !important;
}

.overlay-warning.overlay-lighten-3 {
  background: #ffbf96; /* The Fallback */
  background: rgba(255, 191, 150, 0.8);
}

.warning.lighten-2 {
  color: #ffb07c !important;
}

.bg-warning.bg-lighten-2 {
  background-color: #ffb07c !important;
}
.bg-warning.bg-lighten-2.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(255, 176, 124, 0.6);
}

.btn-warning.btn-lighten-2 {
  border-color: #ff7216 !important;
  background-color: #ffb07c !important;
}
.btn-warning.btn-lighten-2:hover {
  border-color: #ff7216 !important;
  background-color: #fc6300 !important;
}
.btn-warning.btn-lighten-2:focus, .btn-warning.btn-lighten-2:active {
  border-color: #fc6300 !important;
  background-color: #e25900 !important;
}

.btn-outline-warning.btn-outline-lighten-2 {
  border-color: #ffb07c !important;
  color: #ffb07c !important;
}
.btn-outline-warning.btn-outline-lighten-2:hover {
  background-color: #ffb07c !important;
}

input:focus ~ .bg-warning {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ffb07c !important;
}

.border-warning.border-lighten-2 {
  border: 1px solid #ffb07c !important;
}

.border-top-warning.border-top-lighten-2 {
  border-top: 1px solid #ffb07c !important;
}

.border-bottom-warning.border-bottom-lighten-2 {
  border-bottom: 1px solid #ffb07c !important;
}

.border-left-warning.border-left-lighten-2 {
  border-left: 1px solid #ffb07c !important;
}

.border-right-warning.border-right-lighten-2 {
  border-right: 1px solid #ffb07c !important;
}

.overlay-warning.overlay-lighten-2 {
  background: #ffb07c; /* The Fallback */
  background: rgba(255, 176, 124, 0.8);
}

.warning.lighten-1 {
  color: #ffa063 !important;
}

.bg-warning.bg-lighten-1 {
  background-color: #ffa063 !important;
}
.bg-warning.bg-lighten-1.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(255, 160, 99, 0.6);
}

.btn-warning.btn-lighten-1 {
  border-color: #ff7216 !important;
  background-color: #ffa063 !important;
}
.btn-warning.btn-lighten-1:hover {
  border-color: #ff7216 !important;
  background-color: #fc6300 !important;
}
.btn-warning.btn-lighten-1:focus, .btn-warning.btn-lighten-1:active {
  border-color: #fc6300 !important;
  background-color: #e25900 !important;
}

.btn-outline-warning.btn-outline-lighten-1 {
  border-color: #ffa063 !important;
  color: #ffa063 !important;
}
.btn-outline-warning.btn-outline-lighten-1:hover {
  background-color: #ffa063 !important;
}

input:focus ~ .bg-warning {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ffa063 !important;
}

.border-warning.border-lighten-1 {
  border: 1px solid #ffa063 !important;
}

.border-top-warning.border-top-lighten-1 {
  border-top: 1px solid #ffa063 !important;
}

.border-bottom-warning.border-bottom-lighten-1 {
  border-bottom: 1px solid #ffa063 !important;
}

.border-left-warning.border-left-lighten-1 {
  border-left: 1px solid #ffa063 !important;
}

.border-right-warning.border-right-lighten-1 {
  border-right: 1px solid #ffa063 !important;
}

.overlay-warning.overlay-lighten-1 {
  background: #ffa063; /* The Fallback */
  background: rgba(255, 160, 99, 0.8);
}

.warning {
  color: #ff9149 !important;
}

.bg-warning {
  background-color: #ff9149 !important;
}
.bg-warning .card-header, .bg-warning .card-footer {
  background-color: transparent;
}
.bg-warning.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(255, 145, 73, 0.6);
}

.selectboxit.selectboxit-btn.bg-warning {
  background-color: #ff9149 !important;
}

.alert-warning {
  border-color: #ff9149 !important;
  background-color: #ffbc90 !important;
  color: #963b00 !important;
}
.alert-warning .alert-link {
  color: #6d2b00 !important;
}

.border-warning {
  border-color: #ff9149;
}

.overlay-warning {
  background: #ff9149; /* The Fallback */
  background: rgba(255, 145, 73, 0.8);
}

.color-info.warning {
  background-color: #ff9149 !important;
}

.btn-warning {
  border-color: #ff7216 !important;
  background-color: #ff9149 !important;
  color: #FFFFFF;
}
.btn-warning:hover {
  border-color: #ff8230 !important;
  background-color: #ffa063 !important;
  color: #FFF !important;
}
.btn-warning:focus, .btn-warning:active {
  border-color: #ff7216 !important;
  background-color: #fc6300 !important;
  color: #FFF !important;
}
.btn-warning.btn-glow {
  box-shadow: 0px 1px 20px 1px rgba(255, 145, 73, 0.6);
}

.btn-outline-warning {
  border-color: #ff9149;
  background-color: transparent;
  color: #ff9149;
}
.btn-outline-warning:hover {
  background-color: #ff9149;
  color: #FFF !important;
}
.btn-outline-warning.btn-glow {
  box-shadow: 0px 1px 20px 1px rgba(255, 145, 73, 0.6);
}

input[type=checkbox].bg-warning + .custom-control-label:before, input[type=radio].bg-warning + .custom-control-label:before {
  background-color: #ff9149 !important;
}

/* .custom-control-label{
  &:before{
    background-color: #ddd !important;
  }
} */
input:focus ~ .bg-warning {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ff9149 !important;
}

.border-warning {
  border: 1px solid #ff9149 !important;
}

.border-top-warning {
  border-top: 1px solid #ff9149;
}

.border-bottom-warning {
  border-bottom: 1px solid #ff9149;
}

.border-left-warning {
  border-left: 1px solid #ff9149;
}

.border-right-warning {
  border-right: 1px solid #ff9149;
}

.warning.darken-1 {
  color: #ff8230 !important;
}

.bg-warning.bg-darken-1 {
  background-color: #ff8230 !important;
}
.bg-warning.bg-darken-1.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(255, 130, 48, 0.6);
}

.btn-warning.btn-darken-1 {
  border-color: #ff7216 !important;
  background-color: #ff8230 !important;
}
.btn-warning.btn-darken-1:hover {
  border-color: #ff7216 !important;
  background-color: #fc6300 !important;
}
.btn-warning.btn-darken-1:focus, .btn-warning.btn-darken-1:active {
  border-color: #fc6300 !important;
  background-color: #e25900 !important;
}

.btn-outline-warning.btn-outline-darken-1 {
  border-color: #ff8230 !important;
  color: #ff8230 !important;
}
.btn-outline-warning.btn-outline-darken-1:hover {
  background-color: #ff8230 !important;
}

input:focus ~ .bg-warning {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ff8230 !important;
}

.border-warning.border-darken-1 {
  border: 1px solid #ff8230 !important;
}

.border-top-warning.border-top-darken-1 {
  border-top: 1px solid #ff8230 !important;
}

.border-bottom-warning.border-bottom-darken-1 {
  border-bottom: 1px solid #ff8230 !important;
}

.border-left-warning.border-left-darken-1 {
  border-left: 1px solid #ff8230 !important;
}

.border-right-warning.border-right-darken-1 {
  border-right: 1px solid #ff8230 !important;
}

.overlay-warning.overlay-darken-1 {
  background: #ff8230; /* The Fallback */
  background: rgba(255, 130, 48, 0.8);
}

.warning.darken-2 {
  color: #ff7216 !important;
}

.bg-warning.bg-darken-2 {
  background-color: #ff7216 !important;
}
.bg-warning.bg-darken-2.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(255, 114, 22, 0.6);
}

.btn-warning.btn-darken-2 {
  border-color: #ff7216 !important;
  background-color: #ff7216 !important;
}
.btn-warning.btn-darken-2:hover {
  border-color: #ff7216 !important;
  background-color: #fc6300 !important;
}
.btn-warning.btn-darken-2:focus, .btn-warning.btn-darken-2:active {
  border-color: #fc6300 !important;
  background-color: #e25900 !important;
}

.btn-outline-warning.btn-outline-darken-2 {
  border-color: #ff7216 !important;
  color: #ff7216 !important;
}
.btn-outline-warning.btn-outline-darken-2:hover {
  background-color: #ff7216 !important;
}

input:focus ~ .bg-warning {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ff7216 !important;
}

.border-warning.border-darken-2 {
  border: 1px solid #ff7216 !important;
}

.border-top-warning.border-top-darken-2 {
  border-top: 1px solid #ff7216 !important;
}

.border-bottom-warning.border-bottom-darken-2 {
  border-bottom: 1px solid #ff7216 !important;
}

.border-left-warning.border-left-darken-2 {
  border-left: 1px solid #ff7216 !important;
}

.border-right-warning.border-right-darken-2 {
  border-right: 1px solid #ff7216 !important;
}

.overlay-warning.overlay-darken-2 {
  background: #ff7216; /* The Fallback */
  background: rgba(255, 114, 22, 0.8);
}

.warning.darken-3 {
  color: #fc6300 !important;
}

.bg-warning.bg-darken-3 {
  background-color: #fc6300 !important;
}
.bg-warning.bg-darken-3.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(252, 99, 0, 0.6);
}

.btn-warning.btn-darken-3 {
  border-color: #ff7216 !important;
  background-color: #fc6300 !important;
}
.btn-warning.btn-darken-3:hover {
  border-color: #ff7216 !important;
  background-color: #fc6300 !important;
}
.btn-warning.btn-darken-3:focus, .btn-warning.btn-darken-3:active {
  border-color: #fc6300 !important;
  background-color: #e25900 !important;
}

.btn-outline-warning.btn-outline-darken-3 {
  border-color: #fc6300 !important;
  color: #fc6300 !important;
}
.btn-outline-warning.btn-outline-darken-3:hover {
  background-color: #fc6300 !important;
}

input:focus ~ .bg-warning {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #fc6300 !important;
}

.border-warning.border-darken-3 {
  border: 1px solid #fc6300 !important;
}

.border-top-warning.border-top-darken-3 {
  border-top: 1px solid #fc6300 !important;
}

.border-bottom-warning.border-bottom-darken-3 {
  border-bottom: 1px solid #fc6300 !important;
}

.border-left-warning.border-left-darken-3 {
  border-left: 1px solid #fc6300 !important;
}

.border-right-warning.border-right-darken-3 {
  border-right: 1px solid #fc6300 !important;
}

.overlay-warning.overlay-darken-3 {
  background: #fc6300; /* The Fallback */
  background: rgba(252, 99, 0, 0.8);
}

.warning.darken-4 {
  color: #e25900 !important;
}

.bg-warning.bg-darken-4 {
  background-color: #e25900 !important;
}
.bg-warning.bg-darken-4.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(226, 89, 0, 0.6);
}

.btn-warning.btn-darken-4 {
  border-color: #ff7216 !important;
  background-color: #e25900 !important;
}
.btn-warning.btn-darken-4:hover {
  border-color: #ff7216 !important;
  background-color: #fc6300 !important;
}
.btn-warning.btn-darken-4:focus, .btn-warning.btn-darken-4:active {
  border-color: #fc6300 !important;
  background-color: #e25900 !important;
}

.btn-outline-warning.btn-outline-darken-4 {
  border-color: #e25900 !important;
  color: #e25900 !important;
}
.btn-outline-warning.btn-outline-darken-4:hover {
  background-color: #e25900 !important;
}

input:focus ~ .bg-warning {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #e25900 !important;
}

.border-warning.border-darken-4 {
  border: 1px solid #e25900 !important;
}

.border-top-warning.border-top-darken-4 {
  border-top: 1px solid #e25900 !important;
}

.border-bottom-warning.border-bottom-darken-4 {
  border-bottom: 1px solid #e25900 !important;
}

.border-left-warning.border-left-darken-4 {
  border-left: 1px solid #e25900 !important;
}

.border-right-warning.border-right-darken-4 {
  border-right: 1px solid #e25900 !important;
}

.overlay-warning.overlay-darken-4 {
  background: #e25900; /* The Fallback */
  background: rgba(226, 89, 0, 0.8);
}

.warning.accent-1 {
  color: #fff5ef !important;
}

.bg-warning.bg-accent-1 {
  background-color: #fff5ef !important;
}
.bg-warning.bg-accent-1.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(255, 245, 239, 0.6);
}

.btn-warning.btn-accent-1 {
  border-color: #ff7216 !important;
  background-color: #fff5ef !important;
}
.btn-warning.btn-accent-1:hover {
  border-color: #ff7216 !important;
  background-color: #fc6300 !important;
}
.btn-warning.btn-accent-1:focus, .btn-warning.btn-accent-1:active {
  border-color: #fc6300 !important;
  background-color: #e25900 !important;
}

.btn-outline-warning.btn-outline-accent-1 {
  border-color: #fff5ef !important;
  color: #fff5ef !important;
}
.btn-outline-warning.btn-outline-accent-1:hover {
  background-color: #fff5ef !important;
}

input:focus ~ .bg-warning {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #fff5ef !important;
}

.border-warning.border-accent-1 {
  border: 1px solid #fff5ef !important;
}

.border-top-warning.border-top-accent-1 {
  border-top: 1px solid #fff5ef !important;
}

.border-bottom-warning.border-bottom-accent-1 {
  border-bottom: 1px solid #fff5ef !important;
}

.border-left-warning.border-left-accent-1 {
  border-left: 1px solid #fff5ef !important;
}

.border-right-warning.border-right-accent-1 {
  border-right: 1px solid #fff5ef !important;
}

.overlay-warning.overlay-accent-1 {
  background: #fff5ef; /* The Fallback */
  background: rgba(255, 245, 239, 0.8);
}

.warning.accent-2 {
  color: #ffe5d8 !important;
}

.bg-warning.bg-accent-2 {
  background-color: #ffe5d8 !important;
}
.bg-warning.bg-accent-2.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(255, 229, 216, 0.6);
}

.btn-warning.btn-accent-2 {
  border-color: #ff7216 !important;
  background-color: #ffe5d8 !important;
}
.btn-warning.btn-accent-2:hover {
  border-color: #ff7216 !important;
  background-color: #fc6300 !important;
}
.btn-warning.btn-accent-2:focus, .btn-warning.btn-accent-2:active {
  border-color: #fc6300 !important;
  background-color: #e25900 !important;
}

.btn-outline-warning.btn-outline-accent-2 {
  border-color: #ffe5d8 !important;
  color: #ffe5d8 !important;
}
.btn-outline-warning.btn-outline-accent-2:hover {
  background-color: #ffe5d8 !important;
}

input:focus ~ .bg-warning {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ffe5d8 !important;
}

.border-warning.border-accent-2 {
  border: 1px solid #ffe5d8 !important;
}

.border-top-warning.border-top-accent-2 {
  border-top: 1px solid #ffe5d8 !important;
}

.border-bottom-warning.border-bottom-accent-2 {
  border-bottom: 1px solid #ffe5d8 !important;
}

.border-left-warning.border-left-accent-2 {
  border-left: 1px solid #ffe5d8 !important;
}

.border-right-warning.border-right-accent-2 {
  border-right: 1px solid #ffe5d8 !important;
}

.overlay-warning.overlay-accent-2 {
  background: #ffe5d8; /* The Fallback */
  background: rgba(255, 229, 216, 0.8);
}

.warning.accent-3 {
  color: #ffddd0 !important;
}

.bg-warning.bg-accent-3 {
  background-color: #ffddd0 !important;
}
.bg-warning.bg-accent-3.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(255, 221, 208, 0.6);
}

.btn-warning.btn-accent-3 {
  border-color: #ff7216 !important;
  background-color: #ffddd0 !important;
}
.btn-warning.btn-accent-3:hover {
  border-color: #ff7216 !important;
  background-color: #fc6300 !important;
}
.btn-warning.btn-accent-3:focus, .btn-warning.btn-accent-3:active {
  border-color: #fc6300 !important;
  background-color: #e25900 !important;
}

.btn-outline-warning.btn-outline-accent-3 {
  border-color: #ffddd0 !important;
  color: #ffddd0 !important;
}
.btn-outline-warning.btn-outline-accent-3:hover {
  background-color: #ffddd0 !important;
}

input:focus ~ .bg-warning {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ffddd0 !important;
}

.border-warning.border-accent-3 {
  border: 1px solid #ffddd0 !important;
}

.border-top-warning.border-top-accent-3 {
  border-top: 1px solid #ffddd0 !important;
}

.border-bottom-warning.border-bottom-accent-3 {
  border-bottom: 1px solid #ffddd0 !important;
}

.border-left-warning.border-left-accent-3 {
  border-left: 1px solid #ffddd0 !important;
}

.border-right-warning.border-right-accent-3 {
  border-right: 1px solid #ffddd0 !important;
}

.overlay-warning.overlay-accent-3 {
  background: #ffddd0; /* The Fallback */
  background: rgba(255, 221, 208, 0.8);
}

.warning.accent-4 {
  color: #ffcab7 !important;
}

.bg-warning.bg-accent-4 {
  background-color: #ffcab7 !important;
}
.bg-warning.bg-accent-4.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(255, 202, 183, 0.6);
}

.btn-warning.btn-accent-4 {
  border-color: #ff7216 !important;
  background-color: #ffcab7 !important;
}
.btn-warning.btn-accent-4:hover {
  border-color: #ff7216 !important;
  background-color: #fc6300 !important;
}
.btn-warning.btn-accent-4:focus, .btn-warning.btn-accent-4:active {
  border-color: #fc6300 !important;
  background-color: #e25900 !important;
}

.btn-outline-warning.btn-outline-accent-4 {
  border-color: #ffcab7 !important;
  color: #ffcab7 !important;
}
.btn-outline-warning.btn-outline-accent-4:hover {
  background-color: #ffcab7 !important;
}

input:focus ~ .bg-warning {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ffcab7 !important;
}

.border-warning.border-accent-4 {
  border: 1px solid #ffcab7 !important;
}

.border-top-warning.border-top-accent-4 {
  border-top: 1px solid #ffcab7 !important;
}

.border-bottom-warning.border-bottom-accent-4 {
  border-bottom: 1px solid #ffcab7 !important;
}

.border-left-warning.border-left-accent-4 {
  border-left: 1px solid #ffcab7 !important;
}

.border-right-warning.border-right-accent-4 {
  border-right: 1px solid #ffcab7 !important;
}

.overlay-warning.overlay-accent-4 {
  background: #ffcab7; /* The Fallback */
  background: rgba(255, 202, 183, 0.8);
}

.danger.lighten-5 {
  color: #ffc9d0 !important;
}

.bg-danger.bg-lighten-5 {
  background-color: #ffc9d0 !important;
}
.bg-danger.bg-lighten-5.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(255, 201, 208, 0.6);
}

.btn-danger.btn-lighten-5 {
  border-color: #ff1635 !important;
  background-color: #ffc9d0 !important;
}
.btn-danger.btn-lighten-5:hover {
  border-color: #ff1635 !important;
  background-color: #fc0021 !important;
}
.btn-danger.btn-lighten-5:focus, .btn-danger.btn-lighten-5:active {
  border-color: #fc0021 !important;
  background-color: #e2001e !important;
}

.btn-outline-danger.btn-outline-lighten-5 {
  border-color: #ffc9d0 !important;
  color: #ffc9d0 !important;
}
.btn-outline-danger.btn-outline-lighten-5:hover {
  background-color: #ffc9d0 !important;
}

input:focus ~ .bg-danger {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ffc9d0 !important;
}

.border-danger.border-lighten-5 {
  border: 1px solid #ffc9d0 !important;
}

.border-top-danger.border-top-lighten-5 {
  border-top: 1px solid #ffc9d0 !important;
}

.border-bottom-danger.border-bottom-lighten-5 {
  border-bottom: 1px solid #ffc9d0 !important;
}

.border-left-danger.border-left-lighten-5 {
  border-left: 1px solid #ffc9d0 !important;
}

.border-right-danger.border-right-lighten-5 {
  border-right: 1px solid #ffc9d0 !important;
}

.overlay-danger.overlay-lighten-5 {
  background: #ffc9d0; /* The Fallback */
  background: rgba(255, 201, 208, 0.8);
}

.danger.lighten-4 {
  color: #ffafba !important;
}

.bg-danger.bg-lighten-4 {
  background-color: #ffafba !important;
}
.bg-danger.bg-lighten-4.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(255, 175, 186, 0.6);
}

.btn-danger.btn-lighten-4 {
  border-color: #ff1635 !important;
  background-color: #ffafba !important;
}
.btn-danger.btn-lighten-4:hover {
  border-color: #ff1635 !important;
  background-color: #fc0021 !important;
}
.btn-danger.btn-lighten-4:focus, .btn-danger.btn-lighten-4:active {
  border-color: #fc0021 !important;
  background-color: #e2001e !important;
}

.btn-outline-danger.btn-outline-lighten-4 {
  border-color: #ffafba !important;
  color: #ffafba !important;
}
.btn-outline-danger.btn-outline-lighten-4:hover {
  background-color: #ffafba !important;
}

input:focus ~ .bg-danger {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ffafba !important;
}

.border-danger.border-lighten-4 {
  border: 1px solid #ffafba !important;
}

.border-top-danger.border-top-lighten-4 {
  border-top: 1px solid #ffafba !important;
}

.border-bottom-danger.border-bottom-lighten-4 {
  border-bottom: 1px solid #ffafba !important;
}

.border-left-danger.border-left-lighten-4 {
  border-left: 1px solid #ffafba !important;
}

.border-right-danger.border-right-lighten-4 {
  border-right: 1px solid #ffafba !important;
}

.overlay-danger.overlay-lighten-4 {
  background: #ffafba; /* The Fallback */
  background: rgba(255, 175, 186, 0.8);
}

.danger.lighten-3 {
  color: #ff96a3 !important;
}

.bg-danger.bg-lighten-3 {
  background-color: #ff96a3 !important;
}
.bg-danger.bg-lighten-3.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(255, 150, 163, 0.6);
}

.btn-danger.btn-lighten-3 {
  border-color: #ff1635 !important;
  background-color: #ff96a3 !important;
}
.btn-danger.btn-lighten-3:hover {
  border-color: #ff1635 !important;
  background-color: #fc0021 !important;
}
.btn-danger.btn-lighten-3:focus, .btn-danger.btn-lighten-3:active {
  border-color: #fc0021 !important;
  background-color: #e2001e !important;
}

.btn-outline-danger.btn-outline-lighten-3 {
  border-color: #ff96a3 !important;
  color: #ff96a3 !important;
}
.btn-outline-danger.btn-outline-lighten-3:hover {
  background-color: #ff96a3 !important;
}

input:focus ~ .bg-danger {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ff96a3 !important;
}

.border-danger.border-lighten-3 {
  border: 1px solid #ff96a3 !important;
}

.border-top-danger.border-top-lighten-3 {
  border-top: 1px solid #ff96a3 !important;
}

.border-bottom-danger.border-bottom-lighten-3 {
  border-bottom: 1px solid #ff96a3 !important;
}

.border-left-danger.border-left-lighten-3 {
  border-left: 1px solid #ff96a3 !important;
}

.border-right-danger.border-right-lighten-3 {
  border-right: 1px solid #ff96a3 !important;
}

.overlay-danger.overlay-lighten-3 {
  background: #ff96a3; /* The Fallback */
  background: rgba(255, 150, 163, 0.8);
}

.danger.lighten-2 {
  color: #ff7c8d !important;
}

.bg-danger.bg-lighten-2 {
  background-color: #ff7c8d !important;
}
.bg-danger.bg-lighten-2.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(255, 124, 141, 0.6);
}

.btn-danger.btn-lighten-2 {
  border-color: #ff1635 !important;
  background-color: #ff7c8d !important;
}
.btn-danger.btn-lighten-2:hover {
  border-color: #ff1635 !important;
  background-color: #fc0021 !important;
}
.btn-danger.btn-lighten-2:focus, .btn-danger.btn-lighten-2:active {
  border-color: #fc0021 !important;
  background-color: #e2001e !important;
}

.btn-outline-danger.btn-outline-lighten-2 {
  border-color: #ff7c8d !important;
  color: #ff7c8d !important;
}
.btn-outline-danger.btn-outline-lighten-2:hover {
  background-color: #ff7c8d !important;
}

input:focus ~ .bg-danger {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ff7c8d !important;
}

.border-danger.border-lighten-2 {
  border: 1px solid #ff7c8d !important;
}

.border-top-danger.border-top-lighten-2 {
  border-top: 1px solid #ff7c8d !important;
}

.border-bottom-danger.border-bottom-lighten-2 {
  border-bottom: 1px solid #ff7c8d !important;
}

.border-left-danger.border-left-lighten-2 {
  border-left: 1px solid #ff7c8d !important;
}

.border-right-danger.border-right-lighten-2 {
  border-right: 1px solid #ff7c8d !important;
}

.overlay-danger.overlay-lighten-2 {
  background: #ff7c8d; /* The Fallback */
  background: rgba(255, 124, 141, 0.8);
}

.danger.lighten-1 {
  color: #ff6377 !important;
}

.bg-danger.bg-lighten-1 {
  background-color: #ff6377 !important;
}
.bg-danger.bg-lighten-1.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(255, 99, 119, 0.6);
}

.btn-danger.btn-lighten-1 {
  border-color: #ff1635 !important;
  background-color: #ff6377 !important;
}
.btn-danger.btn-lighten-1:hover {
  border-color: #ff1635 !important;
  background-color: #fc0021 !important;
}
.btn-danger.btn-lighten-1:focus, .btn-danger.btn-lighten-1:active {
  border-color: #fc0021 !important;
  background-color: #e2001e !important;
}

.btn-outline-danger.btn-outline-lighten-1 {
  border-color: #ff6377 !important;
  color: #ff6377 !important;
}
.btn-outline-danger.btn-outline-lighten-1:hover {
  background-color: #ff6377 !important;
}

input:focus ~ .bg-danger {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ff6377 !important;
}

.border-danger.border-lighten-1 {
  border: 1px solid #ff6377 !important;
}

.border-top-danger.border-top-lighten-1 {
  border-top: 1px solid #ff6377 !important;
}

.border-bottom-danger.border-bottom-lighten-1 {
  border-bottom: 1px solid #ff6377 !important;
}

.border-left-danger.border-left-lighten-1 {
  border-left: 1px solid #ff6377 !important;
}

.border-right-danger.border-right-lighten-1 {
  border-right: 1px solid #ff6377 !important;
}

.overlay-danger.overlay-lighten-1 {
  background: #ff6377; /* The Fallback */
  background: rgba(255, 99, 119, 0.8);
}

.danger {
  color: #ff4961 !important;
}

.bg-danger {
  background-color: #ff4961 !important;
}
.bg-danger .card-header, .bg-danger .card-footer {
  background-color: transparent;
}
.bg-danger.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(255, 73, 97, 0.6);
}

.selectboxit.selectboxit-btn.bg-danger {
  background-color: #ff4961 !important;
}

.alert-danger {
  border-color: #ff4961 !important;
  background-color: #ff909f !important;
  color: #960014 !important;
}
.alert-danger .alert-link {
  color: #6d000e !important;
}

.border-danger {
  border-color: #ff4961;
}

.overlay-danger {
  background: #ff4961; /* The Fallback */
  background: rgba(255, 73, 97, 0.8);
}

.color-info.danger {
  background-color: #ff4961 !important;
}

.btn-danger {
  border-color: #ff1635 !important;
  background-color: #ff4961 !important;
  color: #FFFFFF;
}
.btn-danger:hover {
  border-color: #ff304b !important;
  background-color: #ff6377 !important;
  color: #FFF !important;
}
.btn-danger:focus, .btn-danger:active {
  border-color: #ff1635 !important;
  background-color: #fc0021 !important;
  color: #FFF !important;
}
.btn-danger.btn-glow {
  box-shadow: 0px 1px 20px 1px rgba(255, 73, 97, 0.6);
}

.btn-outline-danger {
  border-color: #ff4961;
  background-color: transparent;
  color: #ff4961;
}
.btn-outline-danger:hover {
  background-color: #ff4961;
  color: #FFF !important;
}
.btn-outline-danger.btn-glow {
  box-shadow: 0px 1px 20px 1px rgba(255, 73, 97, 0.6);
}

input[type=checkbox].bg-danger + .custom-control-label:before, input[type=radio].bg-danger + .custom-control-label:before {
  background-color: #ff4961 !important;
}

/* .custom-control-label{
  &:before{
    background-color: #ddd !important;
  }
} */
input:focus ~ .bg-danger {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ff4961 !important;
}

.border-danger {
  border: 1px solid #ff4961 !important;
}

.border-top-danger {
  border-top: 1px solid #ff4961;
}

.border-bottom-danger {
  border-bottom: 1px solid #ff4961;
}

.border-left-danger {
  border-left: 1px solid #ff4961;
}

.border-right-danger {
  border-right: 1px solid #ff4961;
}

.danger.darken-1 {
  color: #ff304b !important;
}

.bg-danger.bg-darken-1 {
  background-color: #ff304b !important;
}
.bg-danger.bg-darken-1.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(255, 48, 75, 0.6);
}

.btn-danger.btn-darken-1 {
  border-color: #ff1635 !important;
  background-color: #ff304b !important;
}
.btn-danger.btn-darken-1:hover {
  border-color: #ff1635 !important;
  background-color: #fc0021 !important;
}
.btn-danger.btn-darken-1:focus, .btn-danger.btn-darken-1:active {
  border-color: #fc0021 !important;
  background-color: #e2001e !important;
}

.btn-outline-danger.btn-outline-darken-1 {
  border-color: #ff304b !important;
  color: #ff304b !important;
}
.btn-outline-danger.btn-outline-darken-1:hover {
  background-color: #ff304b !important;
}

input:focus ~ .bg-danger {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ff304b !important;
}

.border-danger.border-darken-1 {
  border: 1px solid #ff304b !important;
}

.border-top-danger.border-top-darken-1 {
  border-top: 1px solid #ff304b !important;
}

.border-bottom-danger.border-bottom-darken-1 {
  border-bottom: 1px solid #ff304b !important;
}

.border-left-danger.border-left-darken-1 {
  border-left: 1px solid #ff304b !important;
}

.border-right-danger.border-right-darken-1 {
  border-right: 1px solid #ff304b !important;
}

.overlay-danger.overlay-darken-1 {
  background: #ff304b; /* The Fallback */
  background: rgba(255, 48, 75, 0.8);
}

.danger.darken-2 {
  color: #ff1635 !important;
}

.bg-danger.bg-darken-2 {
  background-color: #ff1635 !important;
}
.bg-danger.bg-darken-2.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(255, 22, 53, 0.6);
}

.btn-danger.btn-darken-2 {
  border-color: #ff1635 !important;
  background-color: #ff1635 !important;
}
.btn-danger.btn-darken-2:hover {
  border-color: #ff1635 !important;
  background-color: #fc0021 !important;
}
.btn-danger.btn-darken-2:focus, .btn-danger.btn-darken-2:active {
  border-color: #fc0021 !important;
  background-color: #e2001e !important;
}

.btn-outline-danger.btn-outline-darken-2 {
  border-color: #ff1635 !important;
  color: #ff1635 !important;
}
.btn-outline-danger.btn-outline-darken-2:hover {
  background-color: #ff1635 !important;
}

input:focus ~ .bg-danger {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ff1635 !important;
}

.border-danger.border-darken-2 {
  border: 1px solid #ff1635 !important;
}

.border-top-danger.border-top-darken-2 {
  border-top: 1px solid #ff1635 !important;
}

.border-bottom-danger.border-bottom-darken-2 {
  border-bottom: 1px solid #ff1635 !important;
}

.border-left-danger.border-left-darken-2 {
  border-left: 1px solid #ff1635 !important;
}

.border-right-danger.border-right-darken-2 {
  border-right: 1px solid #ff1635 !important;
}

.overlay-danger.overlay-darken-2 {
  background: #ff1635; /* The Fallback */
  background: rgba(255, 22, 53, 0.8);
}

.danger.darken-3 {
  color: #fc0021 !important;
}

.bg-danger.bg-darken-3 {
  background-color: #fc0021 !important;
}
.bg-danger.bg-darken-3.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(252, 0, 33, 0.6);
}

.btn-danger.btn-darken-3 {
  border-color: #ff1635 !important;
  background-color: #fc0021 !important;
}
.btn-danger.btn-darken-3:hover {
  border-color: #ff1635 !important;
  background-color: #fc0021 !important;
}
.btn-danger.btn-darken-3:focus, .btn-danger.btn-darken-3:active {
  border-color: #fc0021 !important;
  background-color: #e2001e !important;
}

.btn-outline-danger.btn-outline-darken-3 {
  border-color: #fc0021 !important;
  color: #fc0021 !important;
}
.btn-outline-danger.btn-outline-darken-3:hover {
  background-color: #fc0021 !important;
}

input:focus ~ .bg-danger {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #fc0021 !important;
}

.border-danger.border-darken-3 {
  border: 1px solid #fc0021 !important;
}

.border-top-danger.border-top-darken-3 {
  border-top: 1px solid #fc0021 !important;
}

.border-bottom-danger.border-bottom-darken-3 {
  border-bottom: 1px solid #fc0021 !important;
}

.border-left-danger.border-left-darken-3 {
  border-left: 1px solid #fc0021 !important;
}

.border-right-danger.border-right-darken-3 {
  border-right: 1px solid #fc0021 !important;
}

.overlay-danger.overlay-darken-3 {
  background: #fc0021; /* The Fallback */
  background: rgba(252, 0, 33, 0.8);
}

.danger.darken-4 {
  color: #e2001e !important;
}

.bg-danger.bg-darken-4 {
  background-color: #e2001e !important;
}
.bg-danger.bg-darken-4.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(226, 0, 30, 0.6);
}

.btn-danger.btn-darken-4 {
  border-color: #ff1635 !important;
  background-color: #e2001e !important;
}
.btn-danger.btn-darken-4:hover {
  border-color: #ff1635 !important;
  background-color: #fc0021 !important;
}
.btn-danger.btn-darken-4:focus, .btn-danger.btn-darken-4:active {
  border-color: #fc0021 !important;
  background-color: #e2001e !important;
}

.btn-outline-danger.btn-outline-darken-4 {
  border-color: #e2001e !important;
  color: #e2001e !important;
}
.btn-outline-danger.btn-outline-darken-4:hover {
  background-color: #e2001e !important;
}

input:focus ~ .bg-danger {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #e2001e !important;
}

.border-danger.border-darken-4 {
  border: 1px solid #e2001e !important;
}

.border-top-danger.border-top-darken-4 {
  border-top: 1px solid #e2001e !important;
}

.border-bottom-danger.border-bottom-darken-4 {
  border-bottom: 1px solid #e2001e !important;
}

.border-left-danger.border-left-darken-4 {
  border-left: 1px solid #e2001e !important;
}

.border-right-danger.border-right-darken-4 {
  border-right: 1px solid #e2001e !important;
}

.overlay-danger.overlay-darken-4 {
  background: #e2001e; /* The Fallback */
  background: rgba(226, 0, 30, 0.8);
}

.danger.accent-1 {
  color: #ffeef1 !important;
}

.bg-danger.bg-accent-1 {
  background-color: #ffeef1 !important;
}
.bg-danger.bg-accent-1.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(255, 238, 241, 0.6);
}

.btn-danger.btn-accent-1 {
  border-color: #ff1635 !important;
  background-color: #ffeef1 !important;
}
.btn-danger.btn-accent-1:hover {
  border-color: #ff1635 !important;
  background-color: #fc0021 !important;
}
.btn-danger.btn-accent-1:focus, .btn-danger.btn-accent-1:active {
  border-color: #fc0021 !important;
  background-color: #e2001e !important;
}

.btn-outline-danger.btn-outline-accent-1 {
  border-color: #ffeef1 !important;
  color: #ffeef1 !important;
}
.btn-outline-danger.btn-outline-accent-1:hover {
  background-color: #ffeef1 !important;
}

input:focus ~ .bg-danger {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ffeef1 !important;
}

.border-danger.border-accent-1 {
  border: 1px solid #ffeef1 !important;
}

.border-top-danger.border-top-accent-1 {
  border-top: 1px solid #ffeef1 !important;
}

.border-bottom-danger.border-bottom-accent-1 {
  border-bottom: 1px solid #ffeef1 !important;
}

.border-left-danger.border-left-accent-1 {
  border-left: 1px solid #ffeef1 !important;
}

.border-right-danger.border-right-accent-1 {
  border-right: 1px solid #ffeef1 !important;
}

.overlay-danger.overlay-accent-1 {
  background: #ffeef1; /* The Fallback */
  background: rgba(255, 238, 241, 0.8);
}

.danger.accent-2 {
  color: #ffd6db !important;
}

.bg-danger.bg-accent-2 {
  background-color: #ffd6db !important;
}
.bg-danger.bg-accent-2.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(255, 214, 219, 0.6);
}

.btn-danger.btn-accent-2 {
  border-color: #ff1635 !important;
  background-color: #ffd6db !important;
}
.btn-danger.btn-accent-2:hover {
  border-color: #ff1635 !important;
  background-color: #fc0021 !important;
}
.btn-danger.btn-accent-2:focus, .btn-danger.btn-accent-2:active {
  border-color: #fc0021 !important;
  background-color: #e2001e !important;
}

.btn-outline-danger.btn-outline-accent-2 {
  border-color: #ffd6db !important;
  color: #ffd6db !important;
}
.btn-outline-danger.btn-outline-accent-2:hover {
  background-color: #ffd6db !important;
}

input:focus ~ .bg-danger {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ffd6db !important;
}

.border-danger.border-accent-2 {
  border: 1px solid #ffd6db !important;
}

.border-top-danger.border-top-accent-2 {
  border-top: 1px solid #ffd6db !important;
}

.border-bottom-danger.border-bottom-accent-2 {
  border-bottom: 1px solid #ffd6db !important;
}

.border-left-danger.border-left-accent-2 {
  border-left: 1px solid #ffd6db !important;
}

.border-right-danger.border-right-accent-2 {
  border-right: 1px solid #ffd6db !important;
}

.overlay-danger.overlay-accent-2 {
  background: #ffd6db; /* The Fallback */
  background: rgba(255, 214, 219, 0.8);
}

.danger.accent-3 {
  color: #ffd0d3 !important;
}

.bg-danger.bg-accent-3 {
  background-color: #ffd0d3 !important;
}
.bg-danger.bg-accent-3.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(255, 208, 211, 0.6);
}

.btn-danger.btn-accent-3 {
  border-color: #ff1635 !important;
  background-color: #ffd0d3 !important;
}
.btn-danger.btn-accent-3:hover {
  border-color: #ff1635 !important;
  background-color: #fc0021 !important;
}
.btn-danger.btn-accent-3:focus, .btn-danger.btn-accent-3:active {
  border-color: #fc0021 !important;
  background-color: #e2001e !important;
}

.btn-outline-danger.btn-outline-accent-3 {
  border-color: #ffd0d3 !important;
  color: #ffd0d3 !important;
}
.btn-outline-danger.btn-outline-accent-3:hover {
  background-color: #ffd0d3 !important;
}

input:focus ~ .bg-danger {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ffd0d3 !important;
}

.border-danger.border-accent-3 {
  border: 1px solid #ffd0d3 !important;
}

.border-top-danger.border-top-accent-3 {
  border-top: 1px solid #ffd0d3 !important;
}

.border-bottom-danger.border-bottom-accent-3 {
  border-bottom: 1px solid #ffd0d3 !important;
}

.border-left-danger.border-left-accent-3 {
  border-left: 1px solid #ffd0d3 !important;
}

.border-right-danger.border-right-accent-3 {
  border-right: 1px solid #ffd0d3 !important;
}

.overlay-danger.overlay-accent-3 {
  background: #ffd0d3; /* The Fallback */
  background: rgba(255, 208, 211, 0.8);
}

.danger.accent-4 {
  color: #ffb7bc !important;
}

.bg-danger.bg-accent-4 {
  background-color: #ffb7bc !important;
}
.bg-danger.bg-accent-4.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(255, 183, 188, 0.6);
}

.btn-danger.btn-accent-4 {
  border-color: #ff1635 !important;
  background-color: #ffb7bc !important;
}
.btn-danger.btn-accent-4:hover {
  border-color: #ff1635 !important;
  background-color: #fc0021 !important;
}
.btn-danger.btn-accent-4:focus, .btn-danger.btn-accent-4:active {
  border-color: #fc0021 !important;
  background-color: #e2001e !important;
}

.btn-outline-danger.btn-outline-accent-4 {
  border-color: #ffb7bc !important;
  color: #ffb7bc !important;
}
.btn-outline-danger.btn-outline-accent-4:hover {
  background-color: #ffb7bc !important;
}

input:focus ~ .bg-danger {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ffb7bc !important;
}

.border-danger.border-accent-4 {
  border: 1px solid #ffb7bc !important;
}

.border-top-danger.border-top-accent-4 {
  border-top: 1px solid #ffb7bc !important;
}

.border-bottom-danger.border-bottom-accent-4 {
  border-bottom: 1px solid #ffb7bc !important;
}

.border-left-danger.border-left-accent-4 {
  border-left: 1px solid #ffb7bc !important;
}

.border-right-danger.border-right-accent-4 {
  border-right: 1px solid #ffb7bc !important;
}

.overlay-danger.overlay-accent-4 {
  background: #ffb7bc; /* The Fallback */
  background: rgba(255, 183, 188, 0.8);
}

.light {
  color: #e0e0e0 !important;
}

.bg-light {
  background-color: #e0e0e0 !important;
}
.bg-light .card-header, .bg-light .card-footer {
  background-color: transparent;
}
.bg-light.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(224, 224, 224, 0.6);
}

.selectboxit.selectboxit-btn.bg-light {
  background-color: #e0e0e0 !important;
}

.alert-light {
  border-color: #e0e0e0 !important;
  background-color: white !important;
  color: #878787 !important;
}
.alert-light .alert-link {
  color: #727272 !important;
}

.border-light {
  border-color: #e0e0e0;
}

.overlay-light {
  background: #e0e0e0; /* The Fallback */
  background: rgba(224, 224, 224, 0.8);
}

.color-info.light {
  background-color: #e0e0e0 !important;
}

.btn-light {
  border-color: !important;
  background-color: #e0e0e0 !important;
  color: #FFFFFF;
}
.btn-light:hover {
  border-color: #9e9e9e !important;
  background-color: #bdbdbd !important;
  color: #FFF !important;
}
.btn-light:focus, .btn-light:active {
  border-color: !important;
  background-color: !important;
  color: #FFF !important;
}
.btn-light.btn-glow {
  box-shadow: 0px 1px 20px 1px rgba(224, 224, 224, 0.6);
}

.btn-outline-light {
  border-color: #e0e0e0;
  background-color: transparent;
  color: #e0e0e0;
}
.btn-outline-light:hover {
  background-color: #e0e0e0;
  color: #FFF !important;
}
.btn-outline-light.btn-glow {
  box-shadow: 0px 1px 20px 1px rgba(224, 224, 224, 0.6);
}

input[type=checkbox].bg-light + .custom-control-label:before, input[type=radio].bg-light + .custom-control-label:before {
  background-color: #e0e0e0 !important;
}

/* .custom-control-label{
  &:before{
    background-color: #ddd !important;
  }
} */
input:focus ~ .bg-light {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #e0e0e0 !important;
}

.border-light {
  border: 1px solid #e0e0e0 !important;
}

.border-top-light {
  border-top: 1px solid #e0e0e0;
}

.border-bottom-light {
  border-bottom: 1px solid #e0e0e0;
}

.border-left-light {
  border-left: 1px solid #e0e0e0;
}

.border-right-light {
  border-right: 1px solid #e0e0e0;
}

.light.lighten-1 {
  color: #bdbdbd !important;
}

.bg-light.bg-lighten-1 {
  background-color: #bdbdbd !important;
}
.bg-light.bg-lighten-1.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(189, 189, 189, 0.6);
}

.btn-light.btn-lighten-1 {
  border-color: !important;
  background-color: #bdbdbd !important;
}
.btn-light.btn-lighten-1:hover {
  border-color: !important;
  background-color: !important;
}
.btn-light.btn-lighten-1:focus, .btn-light.btn-lighten-1:active {
  border-color: !important;
  background-color: !important;
}

.btn-outline-light.btn-outline-lighten-1 {
  border-color: #bdbdbd !important;
  color: #bdbdbd !important;
}
.btn-outline-light.btn-outline-lighten-1:hover {
  background-color: #bdbdbd !important;
}

input:focus ~ .bg-light {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #bdbdbd !important;
}

.border-light.border-lighten-1 {
  border: 1px solid #bdbdbd !important;
}

.border-top-light.border-top-lighten-1 {
  border-top: 1px solid #bdbdbd !important;
}

.border-bottom-light.border-bottom-lighten-1 {
  border-bottom: 1px solid #bdbdbd !important;
}

.border-left-light.border-left-lighten-1 {
  border-left: 1px solid #bdbdbd !important;
}

.border-right-light.border-right-lighten-1 {
  border-right: 1px solid #bdbdbd !important;
}

.overlay-light.overlay-lighten-1 {
  background: #bdbdbd; /* The Fallback */
  background: rgba(189, 189, 189, 0.8);
}

.light.darken-1 {
  color: #9e9e9e !important;
}

.bg-light.bg-darken-1 {
  background-color: #9e9e9e !important;
}
.bg-light.bg-darken-1.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(158, 158, 158, 0.6);
}

.btn-light.btn-darken-1 {
  border-color: !important;
  background-color: #9e9e9e !important;
}
.btn-light.btn-darken-1:hover {
  border-color: !important;
  background-color: !important;
}
.btn-light.btn-darken-1:focus, .btn-light.btn-darken-1:active {
  border-color: !important;
  background-color: !important;
}

.btn-outline-light.btn-outline-darken-1 {
  border-color: #9e9e9e !important;
  color: #9e9e9e !important;
}
.btn-outline-light.btn-outline-darken-1:hover {
  background-color: #9e9e9e !important;
}

input:focus ~ .bg-light {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #9e9e9e !important;
}

.border-light.border-darken-1 {
  border: 1px solid #9e9e9e !important;
}

.border-top-light.border-top-darken-1 {
  border-top: 1px solid #9e9e9e !important;
}

.border-bottom-light.border-bottom-darken-1 {
  border-bottom: 1px solid #9e9e9e !important;
}

.border-left-light.border-left-darken-1 {
  border-left: 1px solid #9e9e9e !important;
}

.border-right-light.border-right-darken-1 {
  border-right: 1px solid #9e9e9e !important;
}

.overlay-light.overlay-darken-1 {
  background: #9e9e9e; /* The Fallback */
  background: rgba(158, 158, 158, 0.8);
}

.dark {
  color: #424242 !important;
}

.bg-dark {
  background-color: #424242 !important;
}
.bg-dark .card-header, .bg-dark .card-footer {
  background-color: transparent;
}
.bg-dark.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(66, 66, 66, 0.6);
}

.selectboxit.selectboxit-btn.bg-dark {
  background-color: #424242 !important;
}

.alert-dark {
  border-color: #424242 !important;
  background-color: #666666 !important;
  color: black !important;
}
.alert-dark .alert-link {
  color: black !important;
}

.border-dark {
  border-color: #424242;
}

.overlay-dark {
  background: #424242; /* The Fallback */
  background: rgba(66, 66, 66, 0.8);
}

.color-info.dark {
  background-color: #424242 !important;
}

.btn-dark {
  border-color: !important;
  background-color: #424242 !important;
  color: #FFFFFF;
}
.btn-dark:hover {
  border-color: #212121 !important;
  background-color: #616161 !important;
  color: #FFF !important;
}
.btn-dark:focus, .btn-dark:active {
  border-color: !important;
  background-color: !important;
  color: #FFF !important;
}
.btn-dark.btn-glow {
  box-shadow: 0px 1px 20px 1px rgba(66, 66, 66, 0.6);
}

.btn-outline-dark {
  border-color: #424242;
  background-color: transparent;
  color: #424242;
}
.btn-outline-dark:hover {
  background-color: #424242;
  color: #FFF !important;
}
.btn-outline-dark.btn-glow {
  box-shadow: 0px 1px 20px 1px rgba(66, 66, 66, 0.6);
}

input[type=checkbox].bg-dark + .custom-control-label:before, input[type=radio].bg-dark + .custom-control-label:before {
  background-color: #424242 !important;
}

/* .custom-control-label{
  &:before{
    background-color: #ddd !important;
  }
} */
input:focus ~ .bg-dark {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #424242 !important;
}

.border-dark {
  border: 1px solid #424242 !important;
}

.border-top-dark {
  border-top: 1px solid #424242;
}

.border-bottom-dark {
  border-bottom: 1px solid #424242;
}

.border-left-dark {
  border-left: 1px solid #424242;
}

.border-right-dark {
  border-right: 1px solid #424242;
}

.dark.lighten-1 {
  color: #616161 !important;
}

.bg-dark.bg-lighten-1 {
  background-color: #616161 !important;
}
.bg-dark.bg-lighten-1.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(97, 97, 97, 0.6);
}

.btn-dark.btn-lighten-1 {
  border-color: !important;
  background-color: #616161 !important;
}
.btn-dark.btn-lighten-1:hover {
  border-color: !important;
  background-color: !important;
}
.btn-dark.btn-lighten-1:focus, .btn-dark.btn-lighten-1:active {
  border-color: !important;
  background-color: !important;
}

.btn-outline-dark.btn-outline-lighten-1 {
  border-color: #616161 !important;
  color: #616161 !important;
}
.btn-outline-dark.btn-outline-lighten-1:hover {
  background-color: #616161 !important;
}

input:focus ~ .bg-dark {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #616161 !important;
}

.border-dark.border-lighten-1 {
  border: 1px solid #616161 !important;
}

.border-top-dark.border-top-lighten-1 {
  border-top: 1px solid #616161 !important;
}

.border-bottom-dark.border-bottom-lighten-1 {
  border-bottom: 1px solid #616161 !important;
}

.border-left-dark.border-left-lighten-1 {
  border-left: 1px solid #616161 !important;
}

.border-right-dark.border-right-lighten-1 {
  border-right: 1px solid #616161 !important;
}

.overlay-dark.overlay-lighten-1 {
  background: #616161; /* The Fallback */
  background: rgba(97, 97, 97, 0.8);
}

.dark.darken-1 {
  color: #212121 !important;
}

.bg-dark.bg-darken-1 {
  background-color: #212121 !important;
}
.bg-dark.bg-darken-1.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(33, 33, 33, 0.6);
}

.btn-dark.btn-darken-1 {
  border-color: !important;
  background-color: #212121 !important;
}
.btn-dark.btn-darken-1:hover {
  border-color: !important;
  background-color: !important;
}
.btn-dark.btn-darken-1:focus, .btn-dark.btn-darken-1:active {
  border-color: !important;
  background-color: !important;
}

.btn-outline-dark.btn-outline-darken-1 {
  border-color: #212121 !important;
  color: #212121 !important;
}
.btn-outline-dark.btn-outline-darken-1:hover {
  background-color: #212121 !important;
}

input:focus ~ .bg-dark {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #212121 !important;
}

.border-dark.border-darken-1 {
  border: 1px solid #212121 !important;
}

.border-top-dark.border-top-darken-1 {
  border-top: 1px solid #212121 !important;
}

.border-bottom-dark.border-bottom-darken-1 {
  border-bottom: 1px solid #212121 !important;
}

.border-left-dark.border-left-darken-1 {
  border-left: 1px solid #212121 !important;
}

.border-right-dark.border-right-darken-1 {
  border-right: 1px solid #212121 !important;
}

.overlay-dark.overlay-darken-1 {
  background: #212121; /* The Fallback */
  background: rgba(33, 33, 33, 0.8);
}

.red.lighten-5 {
  color: #ffebee !important;
}

.bg-red.bg-lighten-5 {
  background-color: #ffebee !important;
}
.bg-red.bg-lighten-5.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(255, 235, 238, 0.6);
}

.btn-red.btn-lighten-5 {
  border-color: #d32f2f !important;
  background-color: #ffebee !important;
}
.btn-red.btn-lighten-5:hover {
  border-color: #d32f2f !important;
  background-color: #c62828 !important;
}
.btn-red.btn-lighten-5:focus, .btn-red.btn-lighten-5:active {
  border-color: #c62828 !important;
  background-color: #b71c1c !important;
}

.btn-outline-red.btn-outline-lighten-5 {
  border-color: #ffebee !important;
  color: #ffebee !important;
}
.btn-outline-red.btn-outline-lighten-5:hover {
  background-color: #ffebee !important;
}

input:focus ~ .bg-red {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ffebee !important;
}

.border-red.border-lighten-5 {
  border: 1px solid #ffebee !important;
}

.border-top-red.border-top-lighten-5 {
  border-top: 1px solid #ffebee !important;
}

.border-bottom-red.border-bottom-lighten-5 {
  border-bottom: 1px solid #ffebee !important;
}

.border-left-red.border-left-lighten-5 {
  border-left: 1px solid #ffebee !important;
}

.border-right-red.border-right-lighten-5 {
  border-right: 1px solid #ffebee !important;
}

.overlay-red.overlay-lighten-5 {
  background: #ffebee; /* The Fallback */
  background: rgba(255, 235, 238, 0.8);
}

.red.lighten-4 {
  color: #ffcdd2 !important;
}

.bg-red.bg-lighten-4 {
  background-color: #ffcdd2 !important;
}
.bg-red.bg-lighten-4.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(255, 205, 210, 0.6);
}

.btn-red.btn-lighten-4 {
  border-color: #d32f2f !important;
  background-color: #ffcdd2 !important;
}
.btn-red.btn-lighten-4:hover {
  border-color: #d32f2f !important;
  background-color: #c62828 !important;
}
.btn-red.btn-lighten-4:focus, .btn-red.btn-lighten-4:active {
  border-color: #c62828 !important;
  background-color: #b71c1c !important;
}

.btn-outline-red.btn-outline-lighten-4 {
  border-color: #ffcdd2 !important;
  color: #ffcdd2 !important;
}
.btn-outline-red.btn-outline-lighten-4:hover {
  background-color: #ffcdd2 !important;
}

input:focus ~ .bg-red {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ffcdd2 !important;
}

.border-red.border-lighten-4 {
  border: 1px solid #ffcdd2 !important;
}

.border-top-red.border-top-lighten-4 {
  border-top: 1px solid #ffcdd2 !important;
}

.border-bottom-red.border-bottom-lighten-4 {
  border-bottom: 1px solid #ffcdd2 !important;
}

.border-left-red.border-left-lighten-4 {
  border-left: 1px solid #ffcdd2 !important;
}

.border-right-red.border-right-lighten-4 {
  border-right: 1px solid #ffcdd2 !important;
}

.overlay-red.overlay-lighten-4 {
  background: #ffcdd2; /* The Fallback */
  background: rgba(255, 205, 210, 0.8);
}

.red.lighten-3 {
  color: #ef9a9a !important;
}

.bg-red.bg-lighten-3 {
  background-color: #ef9a9a !important;
}
.bg-red.bg-lighten-3.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(239, 154, 154, 0.6);
}

.btn-red.btn-lighten-3 {
  border-color: #d32f2f !important;
  background-color: #ef9a9a !important;
}
.btn-red.btn-lighten-3:hover {
  border-color: #d32f2f !important;
  background-color: #c62828 !important;
}
.btn-red.btn-lighten-3:focus, .btn-red.btn-lighten-3:active {
  border-color: #c62828 !important;
  background-color: #b71c1c !important;
}

.btn-outline-red.btn-outline-lighten-3 {
  border-color: #ef9a9a !important;
  color: #ef9a9a !important;
}
.btn-outline-red.btn-outline-lighten-3:hover {
  background-color: #ef9a9a !important;
}

input:focus ~ .bg-red {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ef9a9a !important;
}

.border-red.border-lighten-3 {
  border: 1px solid #ef9a9a !important;
}

.border-top-red.border-top-lighten-3 {
  border-top: 1px solid #ef9a9a !important;
}

.border-bottom-red.border-bottom-lighten-3 {
  border-bottom: 1px solid #ef9a9a !important;
}

.border-left-red.border-left-lighten-3 {
  border-left: 1px solid #ef9a9a !important;
}

.border-right-red.border-right-lighten-3 {
  border-right: 1px solid #ef9a9a !important;
}

.overlay-red.overlay-lighten-3 {
  background: #ef9a9a; /* The Fallback */
  background: rgba(239, 154, 154, 0.8);
}

.red.lighten-2 {
  color: #e57373 !important;
}

.bg-red.bg-lighten-2 {
  background-color: #e57373 !important;
}
.bg-red.bg-lighten-2.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(229, 115, 115, 0.6);
}

.btn-red.btn-lighten-2 {
  border-color: #d32f2f !important;
  background-color: #e57373 !important;
}
.btn-red.btn-lighten-2:hover {
  border-color: #d32f2f !important;
  background-color: #c62828 !important;
}
.btn-red.btn-lighten-2:focus, .btn-red.btn-lighten-2:active {
  border-color: #c62828 !important;
  background-color: #b71c1c !important;
}

.btn-outline-red.btn-outline-lighten-2 {
  border-color: #e57373 !important;
  color: #e57373 !important;
}
.btn-outline-red.btn-outline-lighten-2:hover {
  background-color: #e57373 !important;
}

input:focus ~ .bg-red {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #e57373 !important;
}

.border-red.border-lighten-2 {
  border: 1px solid #e57373 !important;
}

.border-top-red.border-top-lighten-2 {
  border-top: 1px solid #e57373 !important;
}

.border-bottom-red.border-bottom-lighten-2 {
  border-bottom: 1px solid #e57373 !important;
}

.border-left-red.border-left-lighten-2 {
  border-left: 1px solid #e57373 !important;
}

.border-right-red.border-right-lighten-2 {
  border-right: 1px solid #e57373 !important;
}

.overlay-red.overlay-lighten-2 {
  background: #e57373; /* The Fallback */
  background: rgba(229, 115, 115, 0.8);
}

.red.lighten-1 {
  color: #ef5350 !important;
}

.bg-red.bg-lighten-1 {
  background-color: #ef5350 !important;
}
.bg-red.bg-lighten-1.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(239, 83, 80, 0.6);
}

.btn-red.btn-lighten-1 {
  border-color: #d32f2f !important;
  background-color: #ef5350 !important;
}
.btn-red.btn-lighten-1:hover {
  border-color: #d32f2f !important;
  background-color: #c62828 !important;
}
.btn-red.btn-lighten-1:focus, .btn-red.btn-lighten-1:active {
  border-color: #c62828 !important;
  background-color: #b71c1c !important;
}

.btn-outline-red.btn-outline-lighten-1 {
  border-color: #ef5350 !important;
  color: #ef5350 !important;
}
.btn-outline-red.btn-outline-lighten-1:hover {
  background-color: #ef5350 !important;
}

input:focus ~ .bg-red {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ef5350 !important;
}

.border-red.border-lighten-1 {
  border: 1px solid #ef5350 !important;
}

.border-top-red.border-top-lighten-1 {
  border-top: 1px solid #ef5350 !important;
}

.border-bottom-red.border-bottom-lighten-1 {
  border-bottom: 1px solid #ef5350 !important;
}

.border-left-red.border-left-lighten-1 {
  border-left: 1px solid #ef5350 !important;
}

.border-right-red.border-right-lighten-1 {
  border-right: 1px solid #ef5350 !important;
}

.overlay-red.overlay-lighten-1 {
  background: #ef5350; /* The Fallback */
  background: rgba(239, 83, 80, 0.8);
}

.red {
  color: #f44336 !important;
}

.bg-red {
  background-color: #f44336 !important;
}
.bg-red .card-header, .bg-red .card-footer {
  background-color: transparent;
}
.bg-red.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(244, 67, 54, 0.6);
}

.selectboxit.selectboxit-btn.bg-red {
  background-color: #f44336 !important;
}

.alert-red {
  border-color: #f44336 !important;
  background-color: #f8827a !important;
  color: #710e06 !important;
}
.alert-red .alert-link {
  color: #4b0904 !important;
}

.border-red {
  border-color: #f44336;
}

.overlay-red {
  background: #f44336; /* The Fallback */
  background: rgba(244, 67, 54, 0.8);
}

.color-info.red {
  background-color: #f44336 !important;
}

.btn-red {
  border-color: #d32f2f !important;
  background-color: #f44336 !important;
  color: #FFFFFF;
}
.btn-red:hover {
  border-color: #e53935 !important;
  background-color: #ef5350 !important;
  color: #FFF !important;
}
.btn-red:focus, .btn-red:active {
  border-color: #d32f2f !important;
  background-color: #c62828 !important;
  color: #FFF !important;
}
.btn-red.btn-glow {
  box-shadow: 0px 1px 20px 1px rgba(244, 67, 54, 0.6);
}

.btn-outline-red {
  border-color: #f44336;
  background-color: transparent;
  color: #f44336;
}
.btn-outline-red:hover {
  background-color: #f44336;
  color: #FFF !important;
}
.btn-outline-red.btn-glow {
  box-shadow: 0px 1px 20px 1px rgba(244, 67, 54, 0.6);
}

input[type=checkbox].bg-red + .custom-control-label:before, input[type=radio].bg-red + .custom-control-label:before {
  background-color: #f44336 !important;
}

/* .custom-control-label{
  &:before{
    background-color: #ddd !important;
  }
} */
input:focus ~ .bg-red {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #f44336 !important;
}

.border-red {
  border: 1px solid #f44336 !important;
}

.border-top-red {
  border-top: 1px solid #f44336;
}

.border-bottom-red {
  border-bottom: 1px solid #f44336;
}

.border-left-red {
  border-left: 1px solid #f44336;
}

.border-right-red {
  border-right: 1px solid #f44336;
}

.red.darken-1 {
  color: #e53935 !important;
}

.bg-red.bg-darken-1 {
  background-color: #e53935 !important;
}
.bg-red.bg-darken-1.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(229, 57, 53, 0.6);
}

.btn-red.btn-darken-1 {
  border-color: #d32f2f !important;
  background-color: #e53935 !important;
}
.btn-red.btn-darken-1:hover {
  border-color: #d32f2f !important;
  background-color: #c62828 !important;
}
.btn-red.btn-darken-1:focus, .btn-red.btn-darken-1:active {
  border-color: #c62828 !important;
  background-color: #b71c1c !important;
}

.btn-outline-red.btn-outline-darken-1 {
  border-color: #e53935 !important;
  color: #e53935 !important;
}
.btn-outline-red.btn-outline-darken-1:hover {
  background-color: #e53935 !important;
}

input:focus ~ .bg-red {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #e53935 !important;
}

.border-red.border-darken-1 {
  border: 1px solid #e53935 !important;
}

.border-top-red.border-top-darken-1 {
  border-top: 1px solid #e53935 !important;
}

.border-bottom-red.border-bottom-darken-1 {
  border-bottom: 1px solid #e53935 !important;
}

.border-left-red.border-left-darken-1 {
  border-left: 1px solid #e53935 !important;
}

.border-right-red.border-right-darken-1 {
  border-right: 1px solid #e53935 !important;
}

.overlay-red.overlay-darken-1 {
  background: #e53935; /* The Fallback */
  background: rgba(229, 57, 53, 0.8);
}

.red.darken-2 {
  color: #d32f2f !important;
}

.bg-red.bg-darken-2 {
  background-color: #d32f2f !important;
}
.bg-red.bg-darken-2.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(211, 47, 47, 0.6);
}

.btn-red.btn-darken-2 {
  border-color: #d32f2f !important;
  background-color: #d32f2f !important;
}
.btn-red.btn-darken-2:hover {
  border-color: #d32f2f !important;
  background-color: #c62828 !important;
}
.btn-red.btn-darken-2:focus, .btn-red.btn-darken-2:active {
  border-color: #c62828 !important;
  background-color: #b71c1c !important;
}

.btn-outline-red.btn-outline-darken-2 {
  border-color: #d32f2f !important;
  color: #d32f2f !important;
}
.btn-outline-red.btn-outline-darken-2:hover {
  background-color: #d32f2f !important;
}

input:focus ~ .bg-red {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #d32f2f !important;
}

.border-red.border-darken-2 {
  border: 1px solid #d32f2f !important;
}

.border-top-red.border-top-darken-2 {
  border-top: 1px solid #d32f2f !important;
}

.border-bottom-red.border-bottom-darken-2 {
  border-bottom: 1px solid #d32f2f !important;
}

.border-left-red.border-left-darken-2 {
  border-left: 1px solid #d32f2f !important;
}

.border-right-red.border-right-darken-2 {
  border-right: 1px solid #d32f2f !important;
}

.overlay-red.overlay-darken-2 {
  background: #d32f2f; /* The Fallback */
  background: rgba(211, 47, 47, 0.8);
}

.red.darken-3 {
  color: #c62828 !important;
}

.bg-red.bg-darken-3 {
  background-color: #c62828 !important;
}
.bg-red.bg-darken-3.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(198, 40, 40, 0.6);
}

.btn-red.btn-darken-3 {
  border-color: #d32f2f !important;
  background-color: #c62828 !important;
}
.btn-red.btn-darken-3:hover {
  border-color: #d32f2f !important;
  background-color: #c62828 !important;
}
.btn-red.btn-darken-3:focus, .btn-red.btn-darken-3:active {
  border-color: #c62828 !important;
  background-color: #b71c1c !important;
}

.btn-outline-red.btn-outline-darken-3 {
  border-color: #c62828 !important;
  color: #c62828 !important;
}
.btn-outline-red.btn-outline-darken-3:hover {
  background-color: #c62828 !important;
}

input:focus ~ .bg-red {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #c62828 !important;
}

.border-red.border-darken-3 {
  border: 1px solid #c62828 !important;
}

.border-top-red.border-top-darken-3 {
  border-top: 1px solid #c62828 !important;
}

.border-bottom-red.border-bottom-darken-3 {
  border-bottom: 1px solid #c62828 !important;
}

.border-left-red.border-left-darken-3 {
  border-left: 1px solid #c62828 !important;
}

.border-right-red.border-right-darken-3 {
  border-right: 1px solid #c62828 !important;
}

.overlay-red.overlay-darken-3 {
  background: #c62828; /* The Fallback */
  background: rgba(198, 40, 40, 0.8);
}

.red.darken-4 {
  color: #b71c1c !important;
}

.bg-red.bg-darken-4 {
  background-color: #b71c1c !important;
}
.bg-red.bg-darken-4.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(183, 28, 28, 0.6);
}

.btn-red.btn-darken-4 {
  border-color: #d32f2f !important;
  background-color: #b71c1c !important;
}
.btn-red.btn-darken-4:hover {
  border-color: #d32f2f !important;
  background-color: #c62828 !important;
}
.btn-red.btn-darken-4:focus, .btn-red.btn-darken-4:active {
  border-color: #c62828 !important;
  background-color: #b71c1c !important;
}

.btn-outline-red.btn-outline-darken-4 {
  border-color: #b71c1c !important;
  color: #b71c1c !important;
}
.btn-outline-red.btn-outline-darken-4:hover {
  background-color: #b71c1c !important;
}

input:focus ~ .bg-red {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #b71c1c !important;
}

.border-red.border-darken-4 {
  border: 1px solid #b71c1c !important;
}

.border-top-red.border-top-darken-4 {
  border-top: 1px solid #b71c1c !important;
}

.border-bottom-red.border-bottom-darken-4 {
  border-bottom: 1px solid #b71c1c !important;
}

.border-left-red.border-left-darken-4 {
  border-left: 1px solid #b71c1c !important;
}

.border-right-red.border-right-darken-4 {
  border-right: 1px solid #b71c1c !important;
}

.overlay-red.overlay-darken-4 {
  background: #b71c1c; /* The Fallback */
  background: rgba(183, 28, 28, 0.8);
}

.red.accent-1 {
  color: #ff8a80 !important;
}

.bg-red.bg-accent-1 {
  background-color: #ff8a80 !important;
}
.bg-red.bg-accent-1.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(255, 138, 128, 0.6);
}

.btn-red.btn-accent-1 {
  border-color: #d32f2f !important;
  background-color: #ff8a80 !important;
}
.btn-red.btn-accent-1:hover {
  border-color: #d32f2f !important;
  background-color: #c62828 !important;
}
.btn-red.btn-accent-1:focus, .btn-red.btn-accent-1:active {
  border-color: #c62828 !important;
  background-color: #b71c1c !important;
}

.btn-outline-red.btn-outline-accent-1 {
  border-color: #ff8a80 !important;
  color: #ff8a80 !important;
}
.btn-outline-red.btn-outline-accent-1:hover {
  background-color: #ff8a80 !important;
}

input:focus ~ .bg-red {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ff8a80 !important;
}

.border-red.border-accent-1 {
  border: 1px solid #ff8a80 !important;
}

.border-top-red.border-top-accent-1 {
  border-top: 1px solid #ff8a80 !important;
}

.border-bottom-red.border-bottom-accent-1 {
  border-bottom: 1px solid #ff8a80 !important;
}

.border-left-red.border-left-accent-1 {
  border-left: 1px solid #ff8a80 !important;
}

.border-right-red.border-right-accent-1 {
  border-right: 1px solid #ff8a80 !important;
}

.overlay-red.overlay-accent-1 {
  background: #ff8a80; /* The Fallback */
  background: rgba(255, 138, 128, 0.8);
}

.red.accent-2 {
  color: #ff5252 !important;
}

.bg-red.bg-accent-2 {
  background-color: #ff5252 !important;
}
.bg-red.bg-accent-2.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(255, 82, 82, 0.6);
}

.btn-red.btn-accent-2 {
  border-color: #d32f2f !important;
  background-color: #ff5252 !important;
}
.btn-red.btn-accent-2:hover {
  border-color: #d32f2f !important;
  background-color: #c62828 !important;
}
.btn-red.btn-accent-2:focus, .btn-red.btn-accent-2:active {
  border-color: #c62828 !important;
  background-color: #b71c1c !important;
}

.btn-outline-red.btn-outline-accent-2 {
  border-color: #ff5252 !important;
  color: #ff5252 !important;
}
.btn-outline-red.btn-outline-accent-2:hover {
  background-color: #ff5252 !important;
}

input:focus ~ .bg-red {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ff5252 !important;
}

.border-red.border-accent-2 {
  border: 1px solid #ff5252 !important;
}

.border-top-red.border-top-accent-2 {
  border-top: 1px solid #ff5252 !important;
}

.border-bottom-red.border-bottom-accent-2 {
  border-bottom: 1px solid #ff5252 !important;
}

.border-left-red.border-left-accent-2 {
  border-left: 1px solid #ff5252 !important;
}

.border-right-red.border-right-accent-2 {
  border-right: 1px solid #ff5252 !important;
}

.overlay-red.overlay-accent-2 {
  background: #ff5252; /* The Fallback */
  background: rgba(255, 82, 82, 0.8);
}

.red.accent-3 {
  color: #ff1744 !important;
}

.bg-red.bg-accent-3 {
  background-color: #ff1744 !important;
}
.bg-red.bg-accent-3.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(255, 23, 68, 0.6);
}

.btn-red.btn-accent-3 {
  border-color: #d32f2f !important;
  background-color: #ff1744 !important;
}
.btn-red.btn-accent-3:hover {
  border-color: #d32f2f !important;
  background-color: #c62828 !important;
}
.btn-red.btn-accent-3:focus, .btn-red.btn-accent-3:active {
  border-color: #c62828 !important;
  background-color: #b71c1c !important;
}

.btn-outline-red.btn-outline-accent-3 {
  border-color: #ff1744 !important;
  color: #ff1744 !important;
}
.btn-outline-red.btn-outline-accent-3:hover {
  background-color: #ff1744 !important;
}

input:focus ~ .bg-red {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ff1744 !important;
}

.border-red.border-accent-3 {
  border: 1px solid #ff1744 !important;
}

.border-top-red.border-top-accent-3 {
  border-top: 1px solid #ff1744 !important;
}

.border-bottom-red.border-bottom-accent-3 {
  border-bottom: 1px solid #ff1744 !important;
}

.border-left-red.border-left-accent-3 {
  border-left: 1px solid #ff1744 !important;
}

.border-right-red.border-right-accent-3 {
  border-right: 1px solid #ff1744 !important;
}

.overlay-red.overlay-accent-3 {
  background: #ff1744; /* The Fallback */
  background: rgba(255, 23, 68, 0.8);
}

.red.accent-4 {
  color: #d50000 !important;
}

.bg-red.bg-accent-4 {
  background-color: #d50000 !important;
}
.bg-red.bg-accent-4.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(213, 0, 0, 0.6);
}

.btn-red.btn-accent-4 {
  border-color: #d32f2f !important;
  background-color: #d50000 !important;
}
.btn-red.btn-accent-4:hover {
  border-color: #d32f2f !important;
  background-color: #c62828 !important;
}
.btn-red.btn-accent-4:focus, .btn-red.btn-accent-4:active {
  border-color: #c62828 !important;
  background-color: #b71c1c !important;
}

.btn-outline-red.btn-outline-accent-4 {
  border-color: #d50000 !important;
  color: #d50000 !important;
}
.btn-outline-red.btn-outline-accent-4:hover {
  background-color: #d50000 !important;
}

input:focus ~ .bg-red {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #d50000 !important;
}

.border-red.border-accent-4 {
  border: 1px solid #d50000 !important;
}

.border-top-red.border-top-accent-4 {
  border-top: 1px solid #d50000 !important;
}

.border-bottom-red.border-bottom-accent-4 {
  border-bottom: 1px solid #d50000 !important;
}

.border-left-red.border-left-accent-4 {
  border-left: 1px solid #d50000 !important;
}

.border-right-red.border-right-accent-4 {
  border-right: 1px solid #d50000 !important;
}

.overlay-red.overlay-accent-4 {
  background: #d50000; /* The Fallback */
  background: rgba(213, 0, 0, 0.8);
}

.pink.lighten-5 {
  color: #fce4ec !important;
}

.bg-pink.bg-lighten-5 {
  background-color: #fce4ec !important;
}
.bg-pink.bg-lighten-5.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(252, 228, 236, 0.6);
}

.btn-pink.btn-lighten-5 {
  border-color: #c2185b !important;
  background-color: #fce4ec !important;
}
.btn-pink.btn-lighten-5:hover {
  border-color: #c2185b !important;
  background-color: #ad1457 !important;
}
.btn-pink.btn-lighten-5:focus, .btn-pink.btn-lighten-5:active {
  border-color: #ad1457 !important;
  background-color: #880e4f !important;
}

.btn-outline-pink.btn-outline-lighten-5 {
  border-color: #fce4ec !important;
  color: #fce4ec !important;
}
.btn-outline-pink.btn-outline-lighten-5:hover {
  background-color: #fce4ec !important;
}

input:focus ~ .bg-pink {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #fce4ec !important;
}

.border-pink.border-lighten-5 {
  border: 1px solid #fce4ec !important;
}

.border-top-pink.border-top-lighten-5 {
  border-top: 1px solid #fce4ec !important;
}

.border-bottom-pink.border-bottom-lighten-5 {
  border-bottom: 1px solid #fce4ec !important;
}

.border-left-pink.border-left-lighten-5 {
  border-left: 1px solid #fce4ec !important;
}

.border-right-pink.border-right-lighten-5 {
  border-right: 1px solid #fce4ec !important;
}

.overlay-pink.overlay-lighten-5 {
  background: #fce4ec; /* The Fallback */
  background: rgba(252, 228, 236, 0.8);
}

.pink.lighten-4 {
  color: #f8bbd0 !important;
}

.bg-pink.bg-lighten-4 {
  background-color: #f8bbd0 !important;
}
.bg-pink.bg-lighten-4.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(248, 187, 208, 0.6);
}

.btn-pink.btn-lighten-4 {
  border-color: #c2185b !important;
  background-color: #f8bbd0 !important;
}
.btn-pink.btn-lighten-4:hover {
  border-color: #c2185b !important;
  background-color: #ad1457 !important;
}
.btn-pink.btn-lighten-4:focus, .btn-pink.btn-lighten-4:active {
  border-color: #ad1457 !important;
  background-color: #880e4f !important;
}

.btn-outline-pink.btn-outline-lighten-4 {
  border-color: #f8bbd0 !important;
  color: #f8bbd0 !important;
}
.btn-outline-pink.btn-outline-lighten-4:hover {
  background-color: #f8bbd0 !important;
}

input:focus ~ .bg-pink {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #f8bbd0 !important;
}

.border-pink.border-lighten-4 {
  border: 1px solid #f8bbd0 !important;
}

.border-top-pink.border-top-lighten-4 {
  border-top: 1px solid #f8bbd0 !important;
}

.border-bottom-pink.border-bottom-lighten-4 {
  border-bottom: 1px solid #f8bbd0 !important;
}

.border-left-pink.border-left-lighten-4 {
  border-left: 1px solid #f8bbd0 !important;
}

.border-right-pink.border-right-lighten-4 {
  border-right: 1px solid #f8bbd0 !important;
}

.overlay-pink.overlay-lighten-4 {
  background: #f8bbd0; /* The Fallback */
  background: rgba(248, 187, 208, 0.8);
}

.pink.lighten-3 {
  color: #f48fb1 !important;
}

.bg-pink.bg-lighten-3 {
  background-color: #f48fb1 !important;
}
.bg-pink.bg-lighten-3.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(244, 143, 177, 0.6);
}

.btn-pink.btn-lighten-3 {
  border-color: #c2185b !important;
  background-color: #f48fb1 !important;
}
.btn-pink.btn-lighten-3:hover {
  border-color: #c2185b !important;
  background-color: #ad1457 !important;
}
.btn-pink.btn-lighten-3:focus, .btn-pink.btn-lighten-3:active {
  border-color: #ad1457 !important;
  background-color: #880e4f !important;
}

.btn-outline-pink.btn-outline-lighten-3 {
  border-color: #f48fb1 !important;
  color: #f48fb1 !important;
}
.btn-outline-pink.btn-outline-lighten-3:hover {
  background-color: #f48fb1 !important;
}

input:focus ~ .bg-pink {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #f48fb1 !important;
}

.border-pink.border-lighten-3 {
  border: 1px solid #f48fb1 !important;
}

.border-top-pink.border-top-lighten-3 {
  border-top: 1px solid #f48fb1 !important;
}

.border-bottom-pink.border-bottom-lighten-3 {
  border-bottom: 1px solid #f48fb1 !important;
}

.border-left-pink.border-left-lighten-3 {
  border-left: 1px solid #f48fb1 !important;
}

.border-right-pink.border-right-lighten-3 {
  border-right: 1px solid #f48fb1 !important;
}

.overlay-pink.overlay-lighten-3 {
  background: #f48fb1; /* The Fallback */
  background: rgba(244, 143, 177, 0.8);
}

.pink.lighten-2 {
  color: #f06292 !important;
}

.bg-pink.bg-lighten-2 {
  background-color: #f06292 !important;
}
.bg-pink.bg-lighten-2.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(240, 98, 146, 0.6);
}

.btn-pink.btn-lighten-2 {
  border-color: #c2185b !important;
  background-color: #f06292 !important;
}
.btn-pink.btn-lighten-2:hover {
  border-color: #c2185b !important;
  background-color: #ad1457 !important;
}
.btn-pink.btn-lighten-2:focus, .btn-pink.btn-lighten-2:active {
  border-color: #ad1457 !important;
  background-color: #880e4f !important;
}

.btn-outline-pink.btn-outline-lighten-2 {
  border-color: #f06292 !important;
  color: #f06292 !important;
}
.btn-outline-pink.btn-outline-lighten-2:hover {
  background-color: #f06292 !important;
}

input:focus ~ .bg-pink {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #f06292 !important;
}

.border-pink.border-lighten-2 {
  border: 1px solid #f06292 !important;
}

.border-top-pink.border-top-lighten-2 {
  border-top: 1px solid #f06292 !important;
}

.border-bottom-pink.border-bottom-lighten-2 {
  border-bottom: 1px solid #f06292 !important;
}

.border-left-pink.border-left-lighten-2 {
  border-left: 1px solid #f06292 !important;
}

.border-right-pink.border-right-lighten-2 {
  border-right: 1px solid #f06292 !important;
}

.overlay-pink.overlay-lighten-2 {
  background: #f06292; /* The Fallback */
  background: rgba(240, 98, 146, 0.8);
}

.pink.lighten-1 {
  color: #ec407a !important;
}

.bg-pink.bg-lighten-1 {
  background-color: #ec407a !important;
}
.bg-pink.bg-lighten-1.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(236, 64, 122, 0.6);
}

.btn-pink.btn-lighten-1 {
  border-color: #c2185b !important;
  background-color: #ec407a !important;
}
.btn-pink.btn-lighten-1:hover {
  border-color: #c2185b !important;
  background-color: #ad1457 !important;
}
.btn-pink.btn-lighten-1:focus, .btn-pink.btn-lighten-1:active {
  border-color: #ad1457 !important;
  background-color: #880e4f !important;
}

.btn-outline-pink.btn-outline-lighten-1 {
  border-color: #ec407a !important;
  color: #ec407a !important;
}
.btn-outline-pink.btn-outline-lighten-1:hover {
  background-color: #ec407a !important;
}

input:focus ~ .bg-pink {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ec407a !important;
}

.border-pink.border-lighten-1 {
  border: 1px solid #ec407a !important;
}

.border-top-pink.border-top-lighten-1 {
  border-top: 1px solid #ec407a !important;
}

.border-bottom-pink.border-bottom-lighten-1 {
  border-bottom: 1px solid #ec407a !important;
}

.border-left-pink.border-left-lighten-1 {
  border-left: 1px solid #ec407a !important;
}

.border-right-pink.border-right-lighten-1 {
  border-right: 1px solid #ec407a !important;
}

.overlay-pink.overlay-lighten-1 {
  background: #ec407a; /* The Fallback */
  background: rgba(236, 64, 122, 0.8);
}

.pink {
  color: #e91e63 !important;
}

.bg-pink {
  background-color: #e91e63 !important;
}
.bg-pink .card-header, .bg-pink .card-footer {
  background-color: transparent;
}
.bg-pink.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(233, 30, 99, 0.6);
}

.selectboxit.selectboxit-btn.bg-pink {
  background-color: #e91e63 !important;
}

.alert-pink {
  border-color: #e91e63 !important;
  background-color: #ef5f90 !important;
  color: #4d081f !important;
}
.alert-pink .alert-link {
  color: #280410 !important;
}

.border-pink {
  border-color: #e91e63;
}

.overlay-pink {
  background: #e91e63; /* The Fallback */
  background: rgba(233, 30, 99, 0.8);
}

.color-info.pink {
  background-color: #e91e63 !important;
}

.btn-pink {
  border-color: #c2185b !important;
  background-color: #e91e63 !important;
  color: #FFFFFF;
}
.btn-pink:hover {
  border-color: #d81b60 !important;
  background-color: #ec407a !important;
  color: #FFF !important;
}
.btn-pink:focus, .btn-pink:active {
  border-color: #c2185b !important;
  background-color: #ad1457 !important;
  color: #FFF !important;
}
.btn-pink.btn-glow {
  box-shadow: 0px 1px 20px 1px rgba(233, 30, 99, 0.6);
}

.btn-outline-pink {
  border-color: #e91e63;
  background-color: transparent;
  color: #e91e63;
}
.btn-outline-pink:hover {
  background-color: #e91e63;
  color: #FFF !important;
}
.btn-outline-pink.btn-glow {
  box-shadow: 0px 1px 20px 1px rgba(233, 30, 99, 0.6);
}

input[type=checkbox].bg-pink + .custom-control-label:before, input[type=radio].bg-pink + .custom-control-label:before {
  background-color: #e91e63 !important;
}

/* .custom-control-label{
  &:before{
    background-color: #ddd !important;
  }
} */
input:focus ~ .bg-pink {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #e91e63 !important;
}

.border-pink {
  border: 1px solid #e91e63 !important;
}

.border-top-pink {
  border-top: 1px solid #e91e63;
}

.border-bottom-pink {
  border-bottom: 1px solid #e91e63;
}

.border-left-pink {
  border-left: 1px solid #e91e63;
}

.border-right-pink {
  border-right: 1px solid #e91e63;
}

.pink.darken-1 {
  color: #d81b60 !important;
}

.bg-pink.bg-darken-1 {
  background-color: #d81b60 !important;
}
.bg-pink.bg-darken-1.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(216, 27, 96, 0.6);
}

.btn-pink.btn-darken-1 {
  border-color: #c2185b !important;
  background-color: #d81b60 !important;
}
.btn-pink.btn-darken-1:hover {
  border-color: #c2185b !important;
  background-color: #ad1457 !important;
}
.btn-pink.btn-darken-1:focus, .btn-pink.btn-darken-1:active {
  border-color: #ad1457 !important;
  background-color: #880e4f !important;
}

.btn-outline-pink.btn-outline-darken-1 {
  border-color: #d81b60 !important;
  color: #d81b60 !important;
}
.btn-outline-pink.btn-outline-darken-1:hover {
  background-color: #d81b60 !important;
}

input:focus ~ .bg-pink {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #d81b60 !important;
}

.border-pink.border-darken-1 {
  border: 1px solid #d81b60 !important;
}

.border-top-pink.border-top-darken-1 {
  border-top: 1px solid #d81b60 !important;
}

.border-bottom-pink.border-bottom-darken-1 {
  border-bottom: 1px solid #d81b60 !important;
}

.border-left-pink.border-left-darken-1 {
  border-left: 1px solid #d81b60 !important;
}

.border-right-pink.border-right-darken-1 {
  border-right: 1px solid #d81b60 !important;
}

.overlay-pink.overlay-darken-1 {
  background: #d81b60; /* The Fallback */
  background: rgba(216, 27, 96, 0.8);
}

.pink.darken-2 {
  color: #c2185b !important;
}

.bg-pink.bg-darken-2 {
  background-color: #c2185b !important;
}
.bg-pink.bg-darken-2.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(194, 24, 91, 0.6);
}

.btn-pink.btn-darken-2 {
  border-color: #c2185b !important;
  background-color: #c2185b !important;
}
.btn-pink.btn-darken-2:hover {
  border-color: #c2185b !important;
  background-color: #ad1457 !important;
}
.btn-pink.btn-darken-2:focus, .btn-pink.btn-darken-2:active {
  border-color: #ad1457 !important;
  background-color: #880e4f !important;
}

.btn-outline-pink.btn-outline-darken-2 {
  border-color: #c2185b !important;
  color: #c2185b !important;
}
.btn-outline-pink.btn-outline-darken-2:hover {
  background-color: #c2185b !important;
}

input:focus ~ .bg-pink {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #c2185b !important;
}

.border-pink.border-darken-2 {
  border: 1px solid #c2185b !important;
}

.border-top-pink.border-top-darken-2 {
  border-top: 1px solid #c2185b !important;
}

.border-bottom-pink.border-bottom-darken-2 {
  border-bottom: 1px solid #c2185b !important;
}

.border-left-pink.border-left-darken-2 {
  border-left: 1px solid #c2185b !important;
}

.border-right-pink.border-right-darken-2 {
  border-right: 1px solid #c2185b !important;
}

.overlay-pink.overlay-darken-2 {
  background: #c2185b; /* The Fallback */
  background: rgba(194, 24, 91, 0.8);
}

.pink.darken-3 {
  color: #ad1457 !important;
}

.bg-pink.bg-darken-3 {
  background-color: #ad1457 !important;
}
.bg-pink.bg-darken-3.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(173, 20, 87, 0.6);
}

.btn-pink.btn-darken-3 {
  border-color: #c2185b !important;
  background-color: #ad1457 !important;
}
.btn-pink.btn-darken-3:hover {
  border-color: #c2185b !important;
  background-color: #ad1457 !important;
}
.btn-pink.btn-darken-3:focus, .btn-pink.btn-darken-3:active {
  border-color: #ad1457 !important;
  background-color: #880e4f !important;
}

.btn-outline-pink.btn-outline-darken-3 {
  border-color: #ad1457 !important;
  color: #ad1457 !important;
}
.btn-outline-pink.btn-outline-darken-3:hover {
  background-color: #ad1457 !important;
}

input:focus ~ .bg-pink {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ad1457 !important;
}

.border-pink.border-darken-3 {
  border: 1px solid #ad1457 !important;
}

.border-top-pink.border-top-darken-3 {
  border-top: 1px solid #ad1457 !important;
}

.border-bottom-pink.border-bottom-darken-3 {
  border-bottom: 1px solid #ad1457 !important;
}

.border-left-pink.border-left-darken-3 {
  border-left: 1px solid #ad1457 !important;
}

.border-right-pink.border-right-darken-3 {
  border-right: 1px solid #ad1457 !important;
}

.overlay-pink.overlay-darken-3 {
  background: #ad1457; /* The Fallback */
  background: rgba(173, 20, 87, 0.8);
}

.pink.darken-4 {
  color: #880e4f !important;
}

.bg-pink.bg-darken-4 {
  background-color: #880e4f !important;
}
.bg-pink.bg-darken-4.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(136, 14, 79, 0.6);
}

.btn-pink.btn-darken-4 {
  border-color: #c2185b !important;
  background-color: #880e4f !important;
}
.btn-pink.btn-darken-4:hover {
  border-color: #c2185b !important;
  background-color: #ad1457 !important;
}
.btn-pink.btn-darken-4:focus, .btn-pink.btn-darken-4:active {
  border-color: #ad1457 !important;
  background-color: #880e4f !important;
}

.btn-outline-pink.btn-outline-darken-4 {
  border-color: #880e4f !important;
  color: #880e4f !important;
}
.btn-outline-pink.btn-outline-darken-4:hover {
  background-color: #880e4f !important;
}

input:focus ~ .bg-pink {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #880e4f !important;
}

.border-pink.border-darken-4 {
  border: 1px solid #880e4f !important;
}

.border-top-pink.border-top-darken-4 {
  border-top: 1px solid #880e4f !important;
}

.border-bottom-pink.border-bottom-darken-4 {
  border-bottom: 1px solid #880e4f !important;
}

.border-left-pink.border-left-darken-4 {
  border-left: 1px solid #880e4f !important;
}

.border-right-pink.border-right-darken-4 {
  border-right: 1px solid #880e4f !important;
}

.overlay-pink.overlay-darken-4 {
  background: #880e4f; /* The Fallback */
  background: rgba(136, 14, 79, 0.8);
}

.pink.accent-1 {
  color: #ff80ab !important;
}

.bg-pink.bg-accent-1 {
  background-color: #ff80ab !important;
}
.bg-pink.bg-accent-1.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(255, 128, 171, 0.6);
}

.btn-pink.btn-accent-1 {
  border-color: #c2185b !important;
  background-color: #ff80ab !important;
}
.btn-pink.btn-accent-1:hover {
  border-color: #c2185b !important;
  background-color: #ad1457 !important;
}
.btn-pink.btn-accent-1:focus, .btn-pink.btn-accent-1:active {
  border-color: #ad1457 !important;
  background-color: #880e4f !important;
}

.btn-outline-pink.btn-outline-accent-1 {
  border-color: #ff80ab !important;
  color: #ff80ab !important;
}
.btn-outline-pink.btn-outline-accent-1:hover {
  background-color: #ff80ab !important;
}

input:focus ~ .bg-pink {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ff80ab !important;
}

.border-pink.border-accent-1 {
  border: 1px solid #ff80ab !important;
}

.border-top-pink.border-top-accent-1 {
  border-top: 1px solid #ff80ab !important;
}

.border-bottom-pink.border-bottom-accent-1 {
  border-bottom: 1px solid #ff80ab !important;
}

.border-left-pink.border-left-accent-1 {
  border-left: 1px solid #ff80ab !important;
}

.border-right-pink.border-right-accent-1 {
  border-right: 1px solid #ff80ab !important;
}

.overlay-pink.overlay-accent-1 {
  background: #ff80ab; /* The Fallback */
  background: rgba(255, 128, 171, 0.8);
}

.pink.accent-2 {
  color: #ff4081 !important;
}

.bg-pink.bg-accent-2 {
  background-color: #ff4081 !important;
}
.bg-pink.bg-accent-2.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(255, 64, 129, 0.6);
}

.btn-pink.btn-accent-2 {
  border-color: #c2185b !important;
  background-color: #ff4081 !important;
}
.btn-pink.btn-accent-2:hover {
  border-color: #c2185b !important;
  background-color: #ad1457 !important;
}
.btn-pink.btn-accent-2:focus, .btn-pink.btn-accent-2:active {
  border-color: #ad1457 !important;
  background-color: #880e4f !important;
}

.btn-outline-pink.btn-outline-accent-2 {
  border-color: #ff4081 !important;
  color: #ff4081 !important;
}
.btn-outline-pink.btn-outline-accent-2:hover {
  background-color: #ff4081 !important;
}

input:focus ~ .bg-pink {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ff4081 !important;
}

.border-pink.border-accent-2 {
  border: 1px solid #ff4081 !important;
}

.border-top-pink.border-top-accent-2 {
  border-top: 1px solid #ff4081 !important;
}

.border-bottom-pink.border-bottom-accent-2 {
  border-bottom: 1px solid #ff4081 !important;
}

.border-left-pink.border-left-accent-2 {
  border-left: 1px solid #ff4081 !important;
}

.border-right-pink.border-right-accent-2 {
  border-right: 1px solid #ff4081 !important;
}

.overlay-pink.overlay-accent-2 {
  background: #ff4081; /* The Fallback */
  background: rgba(255, 64, 129, 0.8);
}

.pink.accent-3 {
  color: #f50057 !important;
}

.bg-pink.bg-accent-3 {
  background-color: #f50057 !important;
}
.bg-pink.bg-accent-3.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(245, 0, 87, 0.6);
}

.btn-pink.btn-accent-3 {
  border-color: #c2185b !important;
  background-color: #f50057 !important;
}
.btn-pink.btn-accent-3:hover {
  border-color: #c2185b !important;
  background-color: #ad1457 !important;
}
.btn-pink.btn-accent-3:focus, .btn-pink.btn-accent-3:active {
  border-color: #ad1457 !important;
  background-color: #880e4f !important;
}

.btn-outline-pink.btn-outline-accent-3 {
  border-color: #f50057 !important;
  color: #f50057 !important;
}
.btn-outline-pink.btn-outline-accent-3:hover {
  background-color: #f50057 !important;
}

input:focus ~ .bg-pink {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #f50057 !important;
}

.border-pink.border-accent-3 {
  border: 1px solid #f50057 !important;
}

.border-top-pink.border-top-accent-3 {
  border-top: 1px solid #f50057 !important;
}

.border-bottom-pink.border-bottom-accent-3 {
  border-bottom: 1px solid #f50057 !important;
}

.border-left-pink.border-left-accent-3 {
  border-left: 1px solid #f50057 !important;
}

.border-right-pink.border-right-accent-3 {
  border-right: 1px solid #f50057 !important;
}

.overlay-pink.overlay-accent-3 {
  background: #f50057; /* The Fallback */
  background: rgba(245, 0, 87, 0.8);
}

.pink.accent-4 {
  color: #c51162 !important;
}

.bg-pink.bg-accent-4 {
  background-color: #c51162 !important;
}
.bg-pink.bg-accent-4.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(197, 17, 98, 0.6);
}

.btn-pink.btn-accent-4 {
  border-color: #c2185b !important;
  background-color: #c51162 !important;
}
.btn-pink.btn-accent-4:hover {
  border-color: #c2185b !important;
  background-color: #ad1457 !important;
}
.btn-pink.btn-accent-4:focus, .btn-pink.btn-accent-4:active {
  border-color: #ad1457 !important;
  background-color: #880e4f !important;
}

.btn-outline-pink.btn-outline-accent-4 {
  border-color: #c51162 !important;
  color: #c51162 !important;
}
.btn-outline-pink.btn-outline-accent-4:hover {
  background-color: #c51162 !important;
}

input:focus ~ .bg-pink {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #c51162 !important;
}

.border-pink.border-accent-4 {
  border: 1px solid #c51162 !important;
}

.border-top-pink.border-top-accent-4 {
  border-top: 1px solid #c51162 !important;
}

.border-bottom-pink.border-bottom-accent-4 {
  border-bottom: 1px solid #c51162 !important;
}

.border-left-pink.border-left-accent-4 {
  border-left: 1px solid #c51162 !important;
}

.border-right-pink.border-right-accent-4 {
  border-right: 1px solid #c51162 !important;
}

.overlay-pink.overlay-accent-4 {
  background: #c51162; /* The Fallback */
  background: rgba(197, 17, 98, 0.8);
}

.purple.lighten-5 {
  color: #f3e5f5 !important;
}

.bg-purple.bg-lighten-5 {
  background-color: #f3e5f5 !important;
}
.bg-purple.bg-lighten-5.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(243, 229, 245, 0.6);
}

.btn-purple.btn-lighten-5 {
  border-color: #7b1fa2 !important;
  background-color: #f3e5f5 !important;
}
.btn-purple.btn-lighten-5:hover {
  border-color: #7b1fa2 !important;
  background-color: #6a1b9a !important;
}
.btn-purple.btn-lighten-5:focus, .btn-purple.btn-lighten-5:active {
  border-color: #6a1b9a !important;
  background-color: #4a148c !important;
}

.btn-outline-purple.btn-outline-lighten-5 {
  border-color: #f3e5f5 !important;
  color: #f3e5f5 !important;
}
.btn-outline-purple.btn-outline-lighten-5:hover {
  background-color: #f3e5f5 !important;
}

input:focus ~ .bg-purple {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #f3e5f5 !important;
}

.border-purple.border-lighten-5 {
  border: 1px solid #f3e5f5 !important;
}

.border-top-purple.border-top-lighten-5 {
  border-top: 1px solid #f3e5f5 !important;
}

.border-bottom-purple.border-bottom-lighten-5 {
  border-bottom: 1px solid #f3e5f5 !important;
}

.border-left-purple.border-left-lighten-5 {
  border-left: 1px solid #f3e5f5 !important;
}

.border-right-purple.border-right-lighten-5 {
  border-right: 1px solid #f3e5f5 !important;
}

.overlay-purple.overlay-lighten-5 {
  background: #f3e5f5; /* The Fallback */
  background: rgba(243, 229, 245, 0.8);
}

.purple.lighten-4 {
  color: #e1bee7 !important;
}

.bg-purple.bg-lighten-4 {
  background-color: #e1bee7 !important;
}
.bg-purple.bg-lighten-4.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(225, 190, 231, 0.6);
}

.btn-purple.btn-lighten-4 {
  border-color: #7b1fa2 !important;
  background-color: #e1bee7 !important;
}
.btn-purple.btn-lighten-4:hover {
  border-color: #7b1fa2 !important;
  background-color: #6a1b9a !important;
}
.btn-purple.btn-lighten-4:focus, .btn-purple.btn-lighten-4:active {
  border-color: #6a1b9a !important;
  background-color: #4a148c !important;
}

.btn-outline-purple.btn-outline-lighten-4 {
  border-color: #e1bee7 !important;
  color: #e1bee7 !important;
}
.btn-outline-purple.btn-outline-lighten-4:hover {
  background-color: #e1bee7 !important;
}

input:focus ~ .bg-purple {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #e1bee7 !important;
}

.border-purple.border-lighten-4 {
  border: 1px solid #e1bee7 !important;
}

.border-top-purple.border-top-lighten-4 {
  border-top: 1px solid #e1bee7 !important;
}

.border-bottom-purple.border-bottom-lighten-4 {
  border-bottom: 1px solid #e1bee7 !important;
}

.border-left-purple.border-left-lighten-4 {
  border-left: 1px solid #e1bee7 !important;
}

.border-right-purple.border-right-lighten-4 {
  border-right: 1px solid #e1bee7 !important;
}

.overlay-purple.overlay-lighten-4 {
  background: #e1bee7; /* The Fallback */
  background: rgba(225, 190, 231, 0.8);
}

.purple.lighten-3 {
  color: #ce93d8 !important;
}

.bg-purple.bg-lighten-3 {
  background-color: #ce93d8 !important;
}
.bg-purple.bg-lighten-3.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(206, 147, 216, 0.6);
}

.btn-purple.btn-lighten-3 {
  border-color: #7b1fa2 !important;
  background-color: #ce93d8 !important;
}
.btn-purple.btn-lighten-3:hover {
  border-color: #7b1fa2 !important;
  background-color: #6a1b9a !important;
}
.btn-purple.btn-lighten-3:focus, .btn-purple.btn-lighten-3:active {
  border-color: #6a1b9a !important;
  background-color: #4a148c !important;
}

.btn-outline-purple.btn-outline-lighten-3 {
  border-color: #ce93d8 !important;
  color: #ce93d8 !important;
}
.btn-outline-purple.btn-outline-lighten-3:hover {
  background-color: #ce93d8 !important;
}

input:focus ~ .bg-purple {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ce93d8 !important;
}

.border-purple.border-lighten-3 {
  border: 1px solid #ce93d8 !important;
}

.border-top-purple.border-top-lighten-3 {
  border-top: 1px solid #ce93d8 !important;
}

.border-bottom-purple.border-bottom-lighten-3 {
  border-bottom: 1px solid #ce93d8 !important;
}

.border-left-purple.border-left-lighten-3 {
  border-left: 1px solid #ce93d8 !important;
}

.border-right-purple.border-right-lighten-3 {
  border-right: 1px solid #ce93d8 !important;
}

.overlay-purple.overlay-lighten-3 {
  background: #ce93d8; /* The Fallback */
  background: rgba(206, 147, 216, 0.8);
}

.purple.lighten-2 {
  color: #ba68c8 !important;
}

.bg-purple.bg-lighten-2 {
  background-color: #ba68c8 !important;
}
.bg-purple.bg-lighten-2.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(186, 104, 200, 0.6);
}

.btn-purple.btn-lighten-2 {
  border-color: #7b1fa2 !important;
  background-color: #ba68c8 !important;
}
.btn-purple.btn-lighten-2:hover {
  border-color: #7b1fa2 !important;
  background-color: #6a1b9a !important;
}
.btn-purple.btn-lighten-2:focus, .btn-purple.btn-lighten-2:active {
  border-color: #6a1b9a !important;
  background-color: #4a148c !important;
}

.btn-outline-purple.btn-outline-lighten-2 {
  border-color: #ba68c8 !important;
  color: #ba68c8 !important;
}
.btn-outline-purple.btn-outline-lighten-2:hover {
  background-color: #ba68c8 !important;
}

input:focus ~ .bg-purple {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ba68c8 !important;
}

.border-purple.border-lighten-2 {
  border: 1px solid #ba68c8 !important;
}

.border-top-purple.border-top-lighten-2 {
  border-top: 1px solid #ba68c8 !important;
}

.border-bottom-purple.border-bottom-lighten-2 {
  border-bottom: 1px solid #ba68c8 !important;
}

.border-left-purple.border-left-lighten-2 {
  border-left: 1px solid #ba68c8 !important;
}

.border-right-purple.border-right-lighten-2 {
  border-right: 1px solid #ba68c8 !important;
}

.overlay-purple.overlay-lighten-2 {
  background: #ba68c8; /* The Fallback */
  background: rgba(186, 104, 200, 0.8);
}

.purple.lighten-1 {
  color: #ab47bc !important;
}

.bg-purple.bg-lighten-1 {
  background-color: #ab47bc !important;
}
.bg-purple.bg-lighten-1.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(171, 71, 188, 0.6);
}

.btn-purple.btn-lighten-1 {
  border-color: #7b1fa2 !important;
  background-color: #ab47bc !important;
}
.btn-purple.btn-lighten-1:hover {
  border-color: #7b1fa2 !important;
  background-color: #6a1b9a !important;
}
.btn-purple.btn-lighten-1:focus, .btn-purple.btn-lighten-1:active {
  border-color: #6a1b9a !important;
  background-color: #4a148c !important;
}

.btn-outline-purple.btn-outline-lighten-1 {
  border-color: #ab47bc !important;
  color: #ab47bc !important;
}
.btn-outline-purple.btn-outline-lighten-1:hover {
  background-color: #ab47bc !important;
}

input:focus ~ .bg-purple {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ab47bc !important;
}

.border-purple.border-lighten-1 {
  border: 1px solid #ab47bc !important;
}

.border-top-purple.border-top-lighten-1 {
  border-top: 1px solid #ab47bc !important;
}

.border-bottom-purple.border-bottom-lighten-1 {
  border-bottom: 1px solid #ab47bc !important;
}

.border-left-purple.border-left-lighten-1 {
  border-left: 1px solid #ab47bc !important;
}

.border-right-purple.border-right-lighten-1 {
  border-right: 1px solid #ab47bc !important;
}

.overlay-purple.overlay-lighten-1 {
  background: #ab47bc; /* The Fallback */
  background: rgba(171, 71, 188, 0.8);
}

.purple {
  color: #9c27b0 !important;
}

.bg-purple {
  background-color: #9c27b0 !important;
}
.bg-purple .card-header, .bg-purple .card-footer {
  background-color: transparent;
}
.bg-purple.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(156, 39, 176, 0.6);
}

.selectboxit.selectboxit-btn.bg-purple {
  background-color: #9c27b0 !important;
}

.alert-purple {
  border-color: #9c27b0 !important;
  background-color: #c248d6 !important;
  color: #1a071e !important;
}
.alert-purple .alert-link {
  color: black !important;
}

.border-purple {
  border-color: #9c27b0;
}

.overlay-purple {
  background: #9c27b0; /* The Fallback */
  background: rgba(156, 39, 176, 0.8);
}

.color-info.purple {
  background-color: #9c27b0 !important;
}

.btn-purple {
  border-color: #7b1fa2 !important;
  background-color: #9c27b0 !important;
  color: #FFFFFF;
}
.btn-purple:hover {
  border-color: #8e24aa !important;
  background-color: #ab47bc !important;
  color: #FFF !important;
}
.btn-purple:focus, .btn-purple:active {
  border-color: #7b1fa2 !important;
  background-color: #6a1b9a !important;
  color: #FFF !important;
}
.btn-purple.btn-glow {
  box-shadow: 0px 1px 20px 1px rgba(156, 39, 176, 0.6);
}

.btn-outline-purple {
  border-color: #9c27b0;
  background-color: transparent;
  color: #9c27b0;
}
.btn-outline-purple:hover {
  background-color: #9c27b0;
  color: #FFF !important;
}
.btn-outline-purple.btn-glow {
  box-shadow: 0px 1px 20px 1px rgba(156, 39, 176, 0.6);
}

input[type=checkbox].bg-purple + .custom-control-label:before, input[type=radio].bg-purple + .custom-control-label:before {
  background-color: #9c27b0 !important;
}

/* .custom-control-label{
  &:before{
    background-color: #ddd !important;
  }
} */
input:focus ~ .bg-purple {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #9c27b0 !important;
}

.border-purple {
  border: 1px solid #9c27b0 !important;
}

.border-top-purple {
  border-top: 1px solid #9c27b0;
}

.border-bottom-purple {
  border-bottom: 1px solid #9c27b0;
}

.border-left-purple {
  border-left: 1px solid #9c27b0;
}

.border-right-purple {
  border-right: 1px solid #9c27b0;
}

.purple.darken-1 {
  color: #8e24aa !important;
}

.bg-purple.bg-darken-1 {
  background-color: #8e24aa !important;
}
.bg-purple.bg-darken-1.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(142, 36, 170, 0.6);
}

.btn-purple.btn-darken-1 {
  border-color: #7b1fa2 !important;
  background-color: #8e24aa !important;
}
.btn-purple.btn-darken-1:hover {
  border-color: #7b1fa2 !important;
  background-color: #6a1b9a !important;
}
.btn-purple.btn-darken-1:focus, .btn-purple.btn-darken-1:active {
  border-color: #6a1b9a !important;
  background-color: #4a148c !important;
}

.btn-outline-purple.btn-outline-darken-1 {
  border-color: #8e24aa !important;
  color: #8e24aa !important;
}
.btn-outline-purple.btn-outline-darken-1:hover {
  background-color: #8e24aa !important;
}

input:focus ~ .bg-purple {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #8e24aa !important;
}

.border-purple.border-darken-1 {
  border: 1px solid #8e24aa !important;
}

.border-top-purple.border-top-darken-1 {
  border-top: 1px solid #8e24aa !important;
}

.border-bottom-purple.border-bottom-darken-1 {
  border-bottom: 1px solid #8e24aa !important;
}

.border-left-purple.border-left-darken-1 {
  border-left: 1px solid #8e24aa !important;
}

.border-right-purple.border-right-darken-1 {
  border-right: 1px solid #8e24aa !important;
}

.overlay-purple.overlay-darken-1 {
  background: #8e24aa; /* The Fallback */
  background: rgba(142, 36, 170, 0.8);
}

.purple.darken-2 {
  color: #7b1fa2 !important;
}

.bg-purple.bg-darken-2 {
  background-color: #7b1fa2 !important;
}
.bg-purple.bg-darken-2.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(123, 31, 162, 0.6);
}

.btn-purple.btn-darken-2 {
  border-color: #7b1fa2 !important;
  background-color: #7b1fa2 !important;
}
.btn-purple.btn-darken-2:hover {
  border-color: #7b1fa2 !important;
  background-color: #6a1b9a !important;
}
.btn-purple.btn-darken-2:focus, .btn-purple.btn-darken-2:active {
  border-color: #6a1b9a !important;
  background-color: #4a148c !important;
}

.btn-outline-purple.btn-outline-darken-2 {
  border-color: #7b1fa2 !important;
  color: #7b1fa2 !important;
}
.btn-outline-purple.btn-outline-darken-2:hover {
  background-color: #7b1fa2 !important;
}

input:focus ~ .bg-purple {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #7b1fa2 !important;
}

.border-purple.border-darken-2 {
  border: 1px solid #7b1fa2 !important;
}

.border-top-purple.border-top-darken-2 {
  border-top: 1px solid #7b1fa2 !important;
}

.border-bottom-purple.border-bottom-darken-2 {
  border-bottom: 1px solid #7b1fa2 !important;
}

.border-left-purple.border-left-darken-2 {
  border-left: 1px solid #7b1fa2 !important;
}

.border-right-purple.border-right-darken-2 {
  border-right: 1px solid #7b1fa2 !important;
}

.overlay-purple.overlay-darken-2 {
  background: #7b1fa2; /* The Fallback */
  background: rgba(123, 31, 162, 0.8);
}

.purple.darken-3 {
  color: #6a1b9a !important;
}

.bg-purple.bg-darken-3 {
  background-color: #6a1b9a !important;
}
.bg-purple.bg-darken-3.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(106, 27, 154, 0.6);
}

.btn-purple.btn-darken-3 {
  border-color: #7b1fa2 !important;
  background-color: #6a1b9a !important;
}
.btn-purple.btn-darken-3:hover {
  border-color: #7b1fa2 !important;
  background-color: #6a1b9a !important;
}
.btn-purple.btn-darken-3:focus, .btn-purple.btn-darken-3:active {
  border-color: #6a1b9a !important;
  background-color: #4a148c !important;
}

.btn-outline-purple.btn-outline-darken-3 {
  border-color: #6a1b9a !important;
  color: #6a1b9a !important;
}
.btn-outline-purple.btn-outline-darken-3:hover {
  background-color: #6a1b9a !important;
}

input:focus ~ .bg-purple {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #6a1b9a !important;
}

.border-purple.border-darken-3 {
  border: 1px solid #6a1b9a !important;
}

.border-top-purple.border-top-darken-3 {
  border-top: 1px solid #6a1b9a !important;
}

.border-bottom-purple.border-bottom-darken-3 {
  border-bottom: 1px solid #6a1b9a !important;
}

.border-left-purple.border-left-darken-3 {
  border-left: 1px solid #6a1b9a !important;
}

.border-right-purple.border-right-darken-3 {
  border-right: 1px solid #6a1b9a !important;
}

.overlay-purple.overlay-darken-3 {
  background: #6a1b9a; /* The Fallback */
  background: rgba(106, 27, 154, 0.8);
}

.purple.darken-4 {
  color: #4a148c !important;
}

.bg-purple.bg-darken-4 {
  background-color: #4a148c !important;
}
.bg-purple.bg-darken-4.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(74, 20, 140, 0.6);
}

.btn-purple.btn-darken-4 {
  border-color: #7b1fa2 !important;
  background-color: #4a148c !important;
}
.btn-purple.btn-darken-4:hover {
  border-color: #7b1fa2 !important;
  background-color: #6a1b9a !important;
}
.btn-purple.btn-darken-4:focus, .btn-purple.btn-darken-4:active {
  border-color: #6a1b9a !important;
  background-color: #4a148c !important;
}

.btn-outline-purple.btn-outline-darken-4 {
  border-color: #4a148c !important;
  color: #4a148c !important;
}
.btn-outline-purple.btn-outline-darken-4:hover {
  background-color: #4a148c !important;
}

input:focus ~ .bg-purple {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #4a148c !important;
}

.border-purple.border-darken-4 {
  border: 1px solid #4a148c !important;
}

.border-top-purple.border-top-darken-4 {
  border-top: 1px solid #4a148c !important;
}

.border-bottom-purple.border-bottom-darken-4 {
  border-bottom: 1px solid #4a148c !important;
}

.border-left-purple.border-left-darken-4 {
  border-left: 1px solid #4a148c !important;
}

.border-right-purple.border-right-darken-4 {
  border-right: 1px solid #4a148c !important;
}

.overlay-purple.overlay-darken-4 {
  background: #4a148c; /* The Fallback */
  background: rgba(74, 20, 140, 0.8);
}

.purple.accent-1 {
  color: #ea80fc !important;
}

.bg-purple.bg-accent-1 {
  background-color: #ea80fc !important;
}
.bg-purple.bg-accent-1.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(234, 128, 252, 0.6);
}

.btn-purple.btn-accent-1 {
  border-color: #7b1fa2 !important;
  background-color: #ea80fc !important;
}
.btn-purple.btn-accent-1:hover {
  border-color: #7b1fa2 !important;
  background-color: #6a1b9a !important;
}
.btn-purple.btn-accent-1:focus, .btn-purple.btn-accent-1:active {
  border-color: #6a1b9a !important;
  background-color: #4a148c !important;
}

.btn-outline-purple.btn-outline-accent-1 {
  border-color: #ea80fc !important;
  color: #ea80fc !important;
}
.btn-outline-purple.btn-outline-accent-1:hover {
  background-color: #ea80fc !important;
}

input:focus ~ .bg-purple {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ea80fc !important;
}

.border-purple.border-accent-1 {
  border: 1px solid #ea80fc !important;
}

.border-top-purple.border-top-accent-1 {
  border-top: 1px solid #ea80fc !important;
}

.border-bottom-purple.border-bottom-accent-1 {
  border-bottom: 1px solid #ea80fc !important;
}

.border-left-purple.border-left-accent-1 {
  border-left: 1px solid #ea80fc !important;
}

.border-right-purple.border-right-accent-1 {
  border-right: 1px solid #ea80fc !important;
}

.overlay-purple.overlay-accent-1 {
  background: #ea80fc; /* The Fallback */
  background: rgba(234, 128, 252, 0.8);
}

.purple.accent-2 {
  color: #e040fb !important;
}

.bg-purple.bg-accent-2 {
  background-color: #e040fb !important;
}
.bg-purple.bg-accent-2.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(224, 64, 251, 0.6);
}

.btn-purple.btn-accent-2 {
  border-color: #7b1fa2 !important;
  background-color: #e040fb !important;
}
.btn-purple.btn-accent-2:hover {
  border-color: #7b1fa2 !important;
  background-color: #6a1b9a !important;
}
.btn-purple.btn-accent-2:focus, .btn-purple.btn-accent-2:active {
  border-color: #6a1b9a !important;
  background-color: #4a148c !important;
}

.btn-outline-purple.btn-outline-accent-2 {
  border-color: #e040fb !important;
  color: #e040fb !important;
}
.btn-outline-purple.btn-outline-accent-2:hover {
  background-color: #e040fb !important;
}

input:focus ~ .bg-purple {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #e040fb !important;
}

.border-purple.border-accent-2 {
  border: 1px solid #e040fb !important;
}

.border-top-purple.border-top-accent-2 {
  border-top: 1px solid #e040fb !important;
}

.border-bottom-purple.border-bottom-accent-2 {
  border-bottom: 1px solid #e040fb !important;
}

.border-left-purple.border-left-accent-2 {
  border-left: 1px solid #e040fb !important;
}

.border-right-purple.border-right-accent-2 {
  border-right: 1px solid #e040fb !important;
}

.overlay-purple.overlay-accent-2 {
  background: #e040fb; /* The Fallback */
  background: rgba(224, 64, 251, 0.8);
}

.purple.accent-3 {
  color: #d500f9 !important;
}

.bg-purple.bg-accent-3 {
  background-color: #d500f9 !important;
}
.bg-purple.bg-accent-3.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(213, 0, 249, 0.6);
}

.btn-purple.btn-accent-3 {
  border-color: #7b1fa2 !important;
  background-color: #d500f9 !important;
}
.btn-purple.btn-accent-3:hover {
  border-color: #7b1fa2 !important;
  background-color: #6a1b9a !important;
}
.btn-purple.btn-accent-3:focus, .btn-purple.btn-accent-3:active {
  border-color: #6a1b9a !important;
  background-color: #4a148c !important;
}

.btn-outline-purple.btn-outline-accent-3 {
  border-color: #d500f9 !important;
  color: #d500f9 !important;
}
.btn-outline-purple.btn-outline-accent-3:hover {
  background-color: #d500f9 !important;
}

input:focus ~ .bg-purple {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #d500f9 !important;
}

.border-purple.border-accent-3 {
  border: 1px solid #d500f9 !important;
}

.border-top-purple.border-top-accent-3 {
  border-top: 1px solid #d500f9 !important;
}

.border-bottom-purple.border-bottom-accent-3 {
  border-bottom: 1px solid #d500f9 !important;
}

.border-left-purple.border-left-accent-3 {
  border-left: 1px solid #d500f9 !important;
}

.border-right-purple.border-right-accent-3 {
  border-right: 1px solid #d500f9 !important;
}

.overlay-purple.overlay-accent-3 {
  background: #d500f9; /* The Fallback */
  background: rgba(213, 0, 249, 0.8);
}

.purple.accent-4 {
  color: #dd00ff !important;
}

.bg-purple.bg-accent-4 {
  background-color: #dd00ff !important;
}
.bg-purple.bg-accent-4.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(221, 0, 255, 0.6);
}

.btn-purple.btn-accent-4 {
  border-color: #7b1fa2 !important;
  background-color: #dd00ff !important;
}
.btn-purple.btn-accent-4:hover {
  border-color: #7b1fa2 !important;
  background-color: #6a1b9a !important;
}
.btn-purple.btn-accent-4:focus, .btn-purple.btn-accent-4:active {
  border-color: #6a1b9a !important;
  background-color: #4a148c !important;
}

.btn-outline-purple.btn-outline-accent-4 {
  border-color: #dd00ff !important;
  color: #dd00ff !important;
}
.btn-outline-purple.btn-outline-accent-4:hover {
  background-color: #dd00ff !important;
}

input:focus ~ .bg-purple {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #dd00ff !important;
}

.border-purple.border-accent-4 {
  border: 1px solid #dd00ff !important;
}

.border-top-purple.border-top-accent-4 {
  border-top: 1px solid #dd00ff !important;
}

.border-bottom-purple.border-bottom-accent-4 {
  border-bottom: 1px solid #dd00ff !important;
}

.border-left-purple.border-left-accent-4 {
  border-left: 1px solid #dd00ff !important;
}

.border-right-purple.border-right-accent-4 {
  border-right: 1px solid #dd00ff !important;
}

.overlay-purple.overlay-accent-4 {
  background: #dd00ff; /* The Fallback */
  background: rgba(221, 0, 255, 0.8);
}

.blue.lighten-5 {
  color: #e3f2fd !important;
}

.bg-blue.bg-lighten-5 {
  background-color: #e3f2fd !important;
}
.bg-blue.bg-lighten-5.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(227, 242, 253, 0.6);
}

.btn-blue.btn-lighten-5 {
  border-color: #1976d2 !important;
  background-color: #e3f2fd !important;
}
.btn-blue.btn-lighten-5:hover {
  border-color: #1976d2 !important;
  background-color: #1565c0 !important;
}
.btn-blue.btn-lighten-5:focus, .btn-blue.btn-lighten-5:active {
  border-color: #1565c0 !important;
  background-color: #0d47a1 !important;
}

.btn-outline-blue.btn-outline-lighten-5 {
  border-color: #e3f2fd !important;
  color: #e3f2fd !important;
}
.btn-outline-blue.btn-outline-lighten-5:hover {
  background-color: #e3f2fd !important;
}

input:focus ~ .bg-blue {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #e3f2fd !important;
}

.border-blue.border-lighten-5 {
  border: 1px solid #e3f2fd !important;
}

.border-top-blue.border-top-lighten-5 {
  border-top: 1px solid #e3f2fd !important;
}

.border-bottom-blue.border-bottom-lighten-5 {
  border-bottom: 1px solid #e3f2fd !important;
}

.border-left-blue.border-left-lighten-5 {
  border-left: 1px solid #e3f2fd !important;
}

.border-right-blue.border-right-lighten-5 {
  border-right: 1px solid #e3f2fd !important;
}

.overlay-blue.overlay-lighten-5 {
  background: #e3f2fd; /* The Fallback */
  background: rgba(227, 242, 253, 0.8);
}

.blue.lighten-4 {
  color: #bbdefb !important;
}

.bg-blue.bg-lighten-4 {
  background-color: #bbdefb !important;
}
.bg-blue.bg-lighten-4.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(187, 222, 251, 0.6);
}

.btn-blue.btn-lighten-4 {
  border-color: #1976d2 !important;
  background-color: #bbdefb !important;
}
.btn-blue.btn-lighten-4:hover {
  border-color: #1976d2 !important;
  background-color: #1565c0 !important;
}
.btn-blue.btn-lighten-4:focus, .btn-blue.btn-lighten-4:active {
  border-color: #1565c0 !important;
  background-color: #0d47a1 !important;
}

.btn-outline-blue.btn-outline-lighten-4 {
  border-color: #bbdefb !important;
  color: #bbdefb !important;
}
.btn-outline-blue.btn-outline-lighten-4:hover {
  background-color: #bbdefb !important;
}

input:focus ~ .bg-blue {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #bbdefb !important;
}

.border-blue.border-lighten-4 {
  border: 1px solid #bbdefb !important;
}

.border-top-blue.border-top-lighten-4 {
  border-top: 1px solid #bbdefb !important;
}

.border-bottom-blue.border-bottom-lighten-4 {
  border-bottom: 1px solid #bbdefb !important;
}

.border-left-blue.border-left-lighten-4 {
  border-left: 1px solid #bbdefb !important;
}

.border-right-blue.border-right-lighten-4 {
  border-right: 1px solid #bbdefb !important;
}

.overlay-blue.overlay-lighten-4 {
  background: #bbdefb; /* The Fallback */
  background: rgba(187, 222, 251, 0.8);
}

.blue.lighten-3 {
  color: #90caf9 !important;
}

.bg-blue.bg-lighten-3 {
  background-color: #90caf9 !important;
}
.bg-blue.bg-lighten-3.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(144, 202, 249, 0.6);
}

.btn-blue.btn-lighten-3 {
  border-color: #1976d2 !important;
  background-color: #90caf9 !important;
}
.btn-blue.btn-lighten-3:hover {
  border-color: #1976d2 !important;
  background-color: #1565c0 !important;
}
.btn-blue.btn-lighten-3:focus, .btn-blue.btn-lighten-3:active {
  border-color: #1565c0 !important;
  background-color: #0d47a1 !important;
}

.btn-outline-blue.btn-outline-lighten-3 {
  border-color: #90caf9 !important;
  color: #90caf9 !important;
}
.btn-outline-blue.btn-outline-lighten-3:hover {
  background-color: #90caf9 !important;
}

input:focus ~ .bg-blue {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #90caf9 !important;
}

.border-blue.border-lighten-3 {
  border: 1px solid #90caf9 !important;
}

.border-top-blue.border-top-lighten-3 {
  border-top: 1px solid #90caf9 !important;
}

.border-bottom-blue.border-bottom-lighten-3 {
  border-bottom: 1px solid #90caf9 !important;
}

.border-left-blue.border-left-lighten-3 {
  border-left: 1px solid #90caf9 !important;
}

.border-right-blue.border-right-lighten-3 {
  border-right: 1px solid #90caf9 !important;
}

.overlay-blue.overlay-lighten-3 {
  background: #90caf9; /* The Fallback */
  background: rgba(144, 202, 249, 0.8);
}

.blue.lighten-2 {
  color: #64b5f6 !important;
}

.bg-blue.bg-lighten-2 {
  background-color: #64b5f6 !important;
}
.bg-blue.bg-lighten-2.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(100, 181, 246, 0.6);
}

.btn-blue.btn-lighten-2 {
  border-color: #1976d2 !important;
  background-color: #64b5f6 !important;
}
.btn-blue.btn-lighten-2:hover {
  border-color: #1976d2 !important;
  background-color: #1565c0 !important;
}
.btn-blue.btn-lighten-2:focus, .btn-blue.btn-lighten-2:active {
  border-color: #1565c0 !important;
  background-color: #0d47a1 !important;
}

.btn-outline-blue.btn-outline-lighten-2 {
  border-color: #64b5f6 !important;
  color: #64b5f6 !important;
}
.btn-outline-blue.btn-outline-lighten-2:hover {
  background-color: #64b5f6 !important;
}

input:focus ~ .bg-blue {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #64b5f6 !important;
}

.border-blue.border-lighten-2 {
  border: 1px solid #64b5f6 !important;
}

.border-top-blue.border-top-lighten-2 {
  border-top: 1px solid #64b5f6 !important;
}

.border-bottom-blue.border-bottom-lighten-2 {
  border-bottom: 1px solid #64b5f6 !important;
}

.border-left-blue.border-left-lighten-2 {
  border-left: 1px solid #64b5f6 !important;
}

.border-right-blue.border-right-lighten-2 {
  border-right: 1px solid #64b5f6 !important;
}

.overlay-blue.overlay-lighten-2 {
  background: #64b5f6; /* The Fallback */
  background: rgba(100, 181, 246, 0.8);
}

.blue.lighten-1 {
  color: #42a5f5 !important;
}

.bg-blue.bg-lighten-1 {
  background-color: #42a5f5 !important;
}
.bg-blue.bg-lighten-1.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(66, 165, 245, 0.6);
}

.btn-blue.btn-lighten-1 {
  border-color: #1976d2 !important;
  background-color: #42a5f5 !important;
}
.btn-blue.btn-lighten-1:hover {
  border-color: #1976d2 !important;
  background-color: #1565c0 !important;
}
.btn-blue.btn-lighten-1:focus, .btn-blue.btn-lighten-1:active {
  border-color: #1565c0 !important;
  background-color: #0d47a1 !important;
}

.btn-outline-blue.btn-outline-lighten-1 {
  border-color: #42a5f5 !important;
  color: #42a5f5 !important;
}
.btn-outline-blue.btn-outline-lighten-1:hover {
  background-color: #42a5f5 !important;
}

input:focus ~ .bg-blue {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #42a5f5 !important;
}

.border-blue.border-lighten-1 {
  border: 1px solid #42a5f5 !important;
}

.border-top-blue.border-top-lighten-1 {
  border-top: 1px solid #42a5f5 !important;
}

.border-bottom-blue.border-bottom-lighten-1 {
  border-bottom: 1px solid #42a5f5 !important;
}

.border-left-blue.border-left-lighten-1 {
  border-left: 1px solid #42a5f5 !important;
}

.border-right-blue.border-right-lighten-1 {
  border-right: 1px solid #42a5f5 !important;
}

.overlay-blue.overlay-lighten-1 {
  background: #42a5f5; /* The Fallback */
  background: rgba(66, 165, 245, 0.8);
}

.blue {
  color: #2196f3 !important;
}

.bg-blue {
  background-color: #2196f3 !important;
}
.bg-blue .card-header, .bg-blue .card-footer {
  background-color: transparent;
}
.bg-blue.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(33, 150, 243, 0.6);
}

.selectboxit.selectboxit-btn.bg-blue {
  background-color: #2196f3 !important;
}

.alert-blue {
  border-color: #2196f3 !important;
  background-color: #65b6f7 !important;
  color: #05365d !important;
}
.alert-blue .alert-link {
  color: #031f36 !important;
}

.border-blue {
  border-color: #2196f3;
}

.overlay-blue {
  background: #2196f3; /* The Fallback */
  background: rgba(33, 150, 243, 0.8);
}

.color-info.blue {
  background-color: #2196f3 !important;
}

.btn-blue {
  border-color: #1976d2 !important;
  background-color: #2196f3 !important;
  color: #FFFFFF;
}
.btn-blue:hover {
  border-color: #1e88e5 !important;
  background-color: #42a5f5 !important;
  color: #FFF !important;
}
.btn-blue:focus, .btn-blue:active {
  border-color: #1976d2 !important;
  background-color: #1565c0 !important;
  color: #FFF !important;
}
.btn-blue.btn-glow {
  box-shadow: 0px 1px 20px 1px rgba(33, 150, 243, 0.6);
}

.btn-outline-blue {
  border-color: #2196f3;
  background-color: transparent;
  color: #2196f3;
}
.btn-outline-blue:hover {
  background-color: #2196f3;
  color: #FFF !important;
}
.btn-outline-blue.btn-glow {
  box-shadow: 0px 1px 20px 1px rgba(33, 150, 243, 0.6);
}

input[type=checkbox].bg-blue + .custom-control-label:before, input[type=radio].bg-blue + .custom-control-label:before {
  background-color: #2196f3 !important;
}

/* .custom-control-label{
  &:before{
    background-color: #ddd !important;
  }
} */
input:focus ~ .bg-blue {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #2196f3 !important;
}

.border-blue {
  border: 1px solid #2196f3 !important;
}

.border-top-blue {
  border-top: 1px solid #2196f3;
}

.border-bottom-blue {
  border-bottom: 1px solid #2196f3;
}

.border-left-blue {
  border-left: 1px solid #2196f3;
}

.border-right-blue {
  border-right: 1px solid #2196f3;
}

.blue.darken-1 {
  color: #1e88e5 !important;
}

.bg-blue.bg-darken-1 {
  background-color: #1e88e5 !important;
}
.bg-blue.bg-darken-1.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(30, 136, 229, 0.6);
}

.btn-blue.btn-darken-1 {
  border-color: #1976d2 !important;
  background-color: #1e88e5 !important;
}
.btn-blue.btn-darken-1:hover {
  border-color: #1976d2 !important;
  background-color: #1565c0 !important;
}
.btn-blue.btn-darken-1:focus, .btn-blue.btn-darken-1:active {
  border-color: #1565c0 !important;
  background-color: #0d47a1 !important;
}

.btn-outline-blue.btn-outline-darken-1 {
  border-color: #1e88e5 !important;
  color: #1e88e5 !important;
}
.btn-outline-blue.btn-outline-darken-1:hover {
  background-color: #1e88e5 !important;
}

input:focus ~ .bg-blue {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #1e88e5 !important;
}

.border-blue.border-darken-1 {
  border: 1px solid #1e88e5 !important;
}

.border-top-blue.border-top-darken-1 {
  border-top: 1px solid #1e88e5 !important;
}

.border-bottom-blue.border-bottom-darken-1 {
  border-bottom: 1px solid #1e88e5 !important;
}

.border-left-blue.border-left-darken-1 {
  border-left: 1px solid #1e88e5 !important;
}

.border-right-blue.border-right-darken-1 {
  border-right: 1px solid #1e88e5 !important;
}

.overlay-blue.overlay-darken-1 {
  background: #1e88e5; /* The Fallback */
  background: rgba(30, 136, 229, 0.8);
}

.blue.darken-2 {
  color: #1976d2 !important;
}

.bg-blue.bg-darken-2 {
  background-color: #1976d2 !important;
}
.bg-blue.bg-darken-2.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(25, 118, 210, 0.6);
}

.btn-blue.btn-darken-2 {
  border-color: #1976d2 !important;
  background-color: #1976d2 !important;
}
.btn-blue.btn-darken-2:hover {
  border-color: #1976d2 !important;
  background-color: #1565c0 !important;
}
.btn-blue.btn-darken-2:focus, .btn-blue.btn-darken-2:active {
  border-color: #1565c0 !important;
  background-color: #0d47a1 !important;
}

.btn-outline-blue.btn-outline-darken-2 {
  border-color: #1976d2 !important;
  color: #1976d2 !important;
}
.btn-outline-blue.btn-outline-darken-2:hover {
  background-color: #1976d2 !important;
}

input:focus ~ .bg-blue {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #1976d2 !important;
}

.border-blue.border-darken-2 {
  border: 1px solid #1976d2 !important;
}

.border-top-blue.border-top-darken-2 {
  border-top: 1px solid #1976d2 !important;
}

.border-bottom-blue.border-bottom-darken-2 {
  border-bottom: 1px solid #1976d2 !important;
}

.border-left-blue.border-left-darken-2 {
  border-left: 1px solid #1976d2 !important;
}

.border-right-blue.border-right-darken-2 {
  border-right: 1px solid #1976d2 !important;
}

.overlay-blue.overlay-darken-2 {
  background: #1976d2; /* The Fallback */
  background: rgba(25, 118, 210, 0.8);
}

.blue.darken-3 {
  color: #1565c0 !important;
}

.bg-blue.bg-darken-3 {
  background-color: #1565c0 !important;
}
.bg-blue.bg-darken-3.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(21, 101, 192, 0.6);
}

.btn-blue.btn-darken-3 {
  border-color: #1976d2 !important;
  background-color: #1565c0 !important;
}
.btn-blue.btn-darken-3:hover {
  border-color: #1976d2 !important;
  background-color: #1565c0 !important;
}
.btn-blue.btn-darken-3:focus, .btn-blue.btn-darken-3:active {
  border-color: #1565c0 !important;
  background-color: #0d47a1 !important;
}

.btn-outline-blue.btn-outline-darken-3 {
  border-color: #1565c0 !important;
  color: #1565c0 !important;
}
.btn-outline-blue.btn-outline-darken-3:hover {
  background-color: #1565c0 !important;
}

input:focus ~ .bg-blue {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #1565c0 !important;
}

.border-blue.border-darken-3 {
  border: 1px solid #1565c0 !important;
}

.border-top-blue.border-top-darken-3 {
  border-top: 1px solid #1565c0 !important;
}

.border-bottom-blue.border-bottom-darken-3 {
  border-bottom: 1px solid #1565c0 !important;
}

.border-left-blue.border-left-darken-3 {
  border-left: 1px solid #1565c0 !important;
}

.border-right-blue.border-right-darken-3 {
  border-right: 1px solid #1565c0 !important;
}

.overlay-blue.overlay-darken-3 {
  background: #1565c0; /* The Fallback */
  background: rgba(21, 101, 192, 0.8);
}

.blue.darken-4 {
  color: #0d47a1 !important;
}

.bg-blue.bg-darken-4 {
  background-color: #0d47a1 !important;
}
.bg-blue.bg-darken-4.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(13, 71, 161, 0.6);
}

.btn-blue.btn-darken-4 {
  border-color: #1976d2 !important;
  background-color: #0d47a1 !important;
}
.btn-blue.btn-darken-4:hover {
  border-color: #1976d2 !important;
  background-color: #1565c0 !important;
}
.btn-blue.btn-darken-4:focus, .btn-blue.btn-darken-4:active {
  border-color: #1565c0 !important;
  background-color: #0d47a1 !important;
}

.btn-outline-blue.btn-outline-darken-4 {
  border-color: #0d47a1 !important;
  color: #0d47a1 !important;
}
.btn-outline-blue.btn-outline-darken-4:hover {
  background-color: #0d47a1 !important;
}

input:focus ~ .bg-blue {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #0d47a1 !important;
}

.border-blue.border-darken-4 {
  border: 1px solid #0d47a1 !important;
}

.border-top-blue.border-top-darken-4 {
  border-top: 1px solid #0d47a1 !important;
}

.border-bottom-blue.border-bottom-darken-4 {
  border-bottom: 1px solid #0d47a1 !important;
}

.border-left-blue.border-left-darken-4 {
  border-left: 1px solid #0d47a1 !important;
}

.border-right-blue.border-right-darken-4 {
  border-right: 1px solid #0d47a1 !important;
}

.overlay-blue.overlay-darken-4 {
  background: #0d47a1; /* The Fallback */
  background: rgba(13, 71, 161, 0.8);
}

.blue.accent-1 {
  color: #82b1ff !important;
}

.bg-blue.bg-accent-1 {
  background-color: #82b1ff !important;
}
.bg-blue.bg-accent-1.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(130, 177, 255, 0.6);
}

.btn-blue.btn-accent-1 {
  border-color: #1976d2 !important;
  background-color: #82b1ff !important;
}
.btn-blue.btn-accent-1:hover {
  border-color: #1976d2 !important;
  background-color: #1565c0 !important;
}
.btn-blue.btn-accent-1:focus, .btn-blue.btn-accent-1:active {
  border-color: #1565c0 !important;
  background-color: #0d47a1 !important;
}

.btn-outline-blue.btn-outline-accent-1 {
  border-color: #82b1ff !important;
  color: #82b1ff !important;
}
.btn-outline-blue.btn-outline-accent-1:hover {
  background-color: #82b1ff !important;
}

input:focus ~ .bg-blue {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #82b1ff !important;
}

.border-blue.border-accent-1 {
  border: 1px solid #82b1ff !important;
}

.border-top-blue.border-top-accent-1 {
  border-top: 1px solid #82b1ff !important;
}

.border-bottom-blue.border-bottom-accent-1 {
  border-bottom: 1px solid #82b1ff !important;
}

.border-left-blue.border-left-accent-1 {
  border-left: 1px solid #82b1ff !important;
}

.border-right-blue.border-right-accent-1 {
  border-right: 1px solid #82b1ff !important;
}

.overlay-blue.overlay-accent-1 {
  background: #82b1ff; /* The Fallback */
  background: rgba(130, 177, 255, 0.8);
}

.blue.accent-2 {
  color: #448aff !important;
}

.bg-blue.bg-accent-2 {
  background-color: #448aff !important;
}
.bg-blue.bg-accent-2.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(68, 138, 255, 0.6);
}

.btn-blue.btn-accent-2 {
  border-color: #1976d2 !important;
  background-color: #448aff !important;
}
.btn-blue.btn-accent-2:hover {
  border-color: #1976d2 !important;
  background-color: #1565c0 !important;
}
.btn-blue.btn-accent-2:focus, .btn-blue.btn-accent-2:active {
  border-color: #1565c0 !important;
  background-color: #0d47a1 !important;
}

.btn-outline-blue.btn-outline-accent-2 {
  border-color: #448aff !important;
  color: #448aff !important;
}
.btn-outline-blue.btn-outline-accent-2:hover {
  background-color: #448aff !important;
}

input:focus ~ .bg-blue {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #448aff !important;
}

.border-blue.border-accent-2 {
  border: 1px solid #448aff !important;
}

.border-top-blue.border-top-accent-2 {
  border-top: 1px solid #448aff !important;
}

.border-bottom-blue.border-bottom-accent-2 {
  border-bottom: 1px solid #448aff !important;
}

.border-left-blue.border-left-accent-2 {
  border-left: 1px solid #448aff !important;
}

.border-right-blue.border-right-accent-2 {
  border-right: 1px solid #448aff !important;
}

.overlay-blue.overlay-accent-2 {
  background: #448aff; /* The Fallback */
  background: rgba(68, 138, 255, 0.8);
}

.blue.accent-3 {
  color: #2979ff !important;
}

.bg-blue.bg-accent-3 {
  background-color: #2979ff !important;
}
.bg-blue.bg-accent-3.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(41, 121, 255, 0.6);
}

.btn-blue.btn-accent-3 {
  border-color: #1976d2 !important;
  background-color: #2979ff !important;
}
.btn-blue.btn-accent-3:hover {
  border-color: #1976d2 !important;
  background-color: #1565c0 !important;
}
.btn-blue.btn-accent-3:focus, .btn-blue.btn-accent-3:active {
  border-color: #1565c0 !important;
  background-color: #0d47a1 !important;
}

.btn-outline-blue.btn-outline-accent-3 {
  border-color: #2979ff !important;
  color: #2979ff !important;
}
.btn-outline-blue.btn-outline-accent-3:hover {
  background-color: #2979ff !important;
}

input:focus ~ .bg-blue {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #2979ff !important;
}

.border-blue.border-accent-3 {
  border: 1px solid #2979ff !important;
}

.border-top-blue.border-top-accent-3 {
  border-top: 1px solid #2979ff !important;
}

.border-bottom-blue.border-bottom-accent-3 {
  border-bottom: 1px solid #2979ff !important;
}

.border-left-blue.border-left-accent-3 {
  border-left: 1px solid #2979ff !important;
}

.border-right-blue.border-right-accent-3 {
  border-right: 1px solid #2979ff !important;
}

.overlay-blue.overlay-accent-3 {
  background: #2979ff; /* The Fallback */
  background: rgba(41, 121, 255, 0.8);
}

.blue.accent-4 {
  color: #2962ff !important;
}

.bg-blue.bg-accent-4 {
  background-color: #2962ff !important;
}
.bg-blue.bg-accent-4.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(41, 98, 255, 0.6);
}

.btn-blue.btn-accent-4 {
  border-color: #1976d2 !important;
  background-color: #2962ff !important;
}
.btn-blue.btn-accent-4:hover {
  border-color: #1976d2 !important;
  background-color: #1565c0 !important;
}
.btn-blue.btn-accent-4:focus, .btn-blue.btn-accent-4:active {
  border-color: #1565c0 !important;
  background-color: #0d47a1 !important;
}

.btn-outline-blue.btn-outline-accent-4 {
  border-color: #2962ff !important;
  color: #2962ff !important;
}
.btn-outline-blue.btn-outline-accent-4:hover {
  background-color: #2962ff !important;
}

input:focus ~ .bg-blue {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #2962ff !important;
}

.border-blue.border-accent-4 {
  border: 1px solid #2962ff !important;
}

.border-top-blue.border-top-accent-4 {
  border-top: 1px solid #2962ff !important;
}

.border-bottom-blue.border-bottom-accent-4 {
  border-bottom: 1px solid #2962ff !important;
}

.border-left-blue.border-left-accent-4 {
  border-left: 1px solid #2962ff !important;
}

.border-right-blue.border-right-accent-4 {
  border-right: 1px solid #2962ff !important;
}

.overlay-blue.overlay-accent-4 {
  background: #2962ff; /* The Fallback */
  background: rgba(41, 98, 255, 0.8);
}

.cyan.lighten-5 {
  color: #e0f7fa !important;
}

.bg-cyan.bg-lighten-5 {
  background-color: #e0f7fa !important;
}
.bg-cyan.bg-lighten-5.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(224, 247, 250, 0.6);
}

.btn-cyan.btn-lighten-5 {
  border-color: #0097a7 !important;
  background-color: #e0f7fa !important;
}
.btn-cyan.btn-lighten-5:hover {
  border-color: #0097a7 !important;
  background-color: #00838f !important;
}
.btn-cyan.btn-lighten-5:focus, .btn-cyan.btn-lighten-5:active {
  border-color: #00838f !important;
  background-color: #006064 !important;
}

.btn-outline-cyan.btn-outline-lighten-5 {
  border-color: #e0f7fa !important;
  color: #e0f7fa !important;
}
.btn-outline-cyan.btn-outline-lighten-5:hover {
  background-color: #e0f7fa !important;
}

input:focus ~ .bg-cyan {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #e0f7fa !important;
}

.border-cyan.border-lighten-5 {
  border: 1px solid #e0f7fa !important;
}

.border-top-cyan.border-top-lighten-5 {
  border-top: 1px solid #e0f7fa !important;
}

.border-bottom-cyan.border-bottom-lighten-5 {
  border-bottom: 1px solid #e0f7fa !important;
}

.border-left-cyan.border-left-lighten-5 {
  border-left: 1px solid #e0f7fa !important;
}

.border-right-cyan.border-right-lighten-5 {
  border-right: 1px solid #e0f7fa !important;
}

.overlay-cyan.overlay-lighten-5 {
  background: #e0f7fa; /* The Fallback */
  background: rgba(224, 247, 250, 0.8);
}

.cyan.lighten-4 {
  color: #b2ebf2 !important;
}

.bg-cyan.bg-lighten-4 {
  background-color: #b2ebf2 !important;
}
.bg-cyan.bg-lighten-4.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(178, 235, 242, 0.6);
}

.btn-cyan.btn-lighten-4 {
  border-color: #0097a7 !important;
  background-color: #b2ebf2 !important;
}
.btn-cyan.btn-lighten-4:hover {
  border-color: #0097a7 !important;
  background-color: #00838f !important;
}
.btn-cyan.btn-lighten-4:focus, .btn-cyan.btn-lighten-4:active {
  border-color: #00838f !important;
  background-color: #006064 !important;
}

.btn-outline-cyan.btn-outline-lighten-4 {
  border-color: #b2ebf2 !important;
  color: #b2ebf2 !important;
}
.btn-outline-cyan.btn-outline-lighten-4:hover {
  background-color: #b2ebf2 !important;
}

input:focus ~ .bg-cyan {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #b2ebf2 !important;
}

.border-cyan.border-lighten-4 {
  border: 1px solid #b2ebf2 !important;
}

.border-top-cyan.border-top-lighten-4 {
  border-top: 1px solid #b2ebf2 !important;
}

.border-bottom-cyan.border-bottom-lighten-4 {
  border-bottom: 1px solid #b2ebf2 !important;
}

.border-left-cyan.border-left-lighten-4 {
  border-left: 1px solid #b2ebf2 !important;
}

.border-right-cyan.border-right-lighten-4 {
  border-right: 1px solid #b2ebf2 !important;
}

.overlay-cyan.overlay-lighten-4 {
  background: #b2ebf2; /* The Fallback */
  background: rgba(178, 235, 242, 0.8);
}

.cyan.lighten-3 {
  color: #80deea !important;
}

.bg-cyan.bg-lighten-3 {
  background-color: #80deea !important;
}
.bg-cyan.bg-lighten-3.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(128, 222, 234, 0.6);
}

.btn-cyan.btn-lighten-3 {
  border-color: #0097a7 !important;
  background-color: #80deea !important;
}
.btn-cyan.btn-lighten-3:hover {
  border-color: #0097a7 !important;
  background-color: #00838f !important;
}
.btn-cyan.btn-lighten-3:focus, .btn-cyan.btn-lighten-3:active {
  border-color: #00838f !important;
  background-color: #006064 !important;
}

.btn-outline-cyan.btn-outline-lighten-3 {
  border-color: #80deea !important;
  color: #80deea !important;
}
.btn-outline-cyan.btn-outline-lighten-3:hover {
  background-color: #80deea !important;
}

input:focus ~ .bg-cyan {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #80deea !important;
}

.border-cyan.border-lighten-3 {
  border: 1px solid #80deea !important;
}

.border-top-cyan.border-top-lighten-3 {
  border-top: 1px solid #80deea !important;
}

.border-bottom-cyan.border-bottom-lighten-3 {
  border-bottom: 1px solid #80deea !important;
}

.border-left-cyan.border-left-lighten-3 {
  border-left: 1px solid #80deea !important;
}

.border-right-cyan.border-right-lighten-3 {
  border-right: 1px solid #80deea !important;
}

.overlay-cyan.overlay-lighten-3 {
  background: #80deea; /* The Fallback */
  background: rgba(128, 222, 234, 0.8);
}

.cyan.lighten-2 {
  color: #4dd0e1 !important;
}

.bg-cyan.bg-lighten-2 {
  background-color: #4dd0e1 !important;
}
.bg-cyan.bg-lighten-2.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(77, 208, 225, 0.6);
}

.btn-cyan.btn-lighten-2 {
  border-color: #0097a7 !important;
  background-color: #4dd0e1 !important;
}
.btn-cyan.btn-lighten-2:hover {
  border-color: #0097a7 !important;
  background-color: #00838f !important;
}
.btn-cyan.btn-lighten-2:focus, .btn-cyan.btn-lighten-2:active {
  border-color: #00838f !important;
  background-color: #006064 !important;
}

.btn-outline-cyan.btn-outline-lighten-2 {
  border-color: #4dd0e1 !important;
  color: #4dd0e1 !important;
}
.btn-outline-cyan.btn-outline-lighten-2:hover {
  background-color: #4dd0e1 !important;
}

input:focus ~ .bg-cyan {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #4dd0e1 !important;
}

.border-cyan.border-lighten-2 {
  border: 1px solid #4dd0e1 !important;
}

.border-top-cyan.border-top-lighten-2 {
  border-top: 1px solid #4dd0e1 !important;
}

.border-bottom-cyan.border-bottom-lighten-2 {
  border-bottom: 1px solid #4dd0e1 !important;
}

.border-left-cyan.border-left-lighten-2 {
  border-left: 1px solid #4dd0e1 !important;
}

.border-right-cyan.border-right-lighten-2 {
  border-right: 1px solid #4dd0e1 !important;
}

.overlay-cyan.overlay-lighten-2 {
  background: #4dd0e1; /* The Fallback */
  background: rgba(77, 208, 225, 0.8);
}

.cyan.lighten-1 {
  color: #26c6da !important;
}

.bg-cyan.bg-lighten-1 {
  background-color: #26c6da !important;
}
.bg-cyan.bg-lighten-1.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(38, 198, 218, 0.6);
}

.btn-cyan.btn-lighten-1 {
  border-color: #0097a7 !important;
  background-color: #26c6da !important;
}
.btn-cyan.btn-lighten-1:hover {
  border-color: #0097a7 !important;
  background-color: #00838f !important;
}
.btn-cyan.btn-lighten-1:focus, .btn-cyan.btn-lighten-1:active {
  border-color: #00838f !important;
  background-color: #006064 !important;
}

.btn-outline-cyan.btn-outline-lighten-1 {
  border-color: #26c6da !important;
  color: #26c6da !important;
}
.btn-outline-cyan.btn-outline-lighten-1:hover {
  background-color: #26c6da !important;
}

input:focus ~ .bg-cyan {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #26c6da !important;
}

.border-cyan.border-lighten-1 {
  border: 1px solid #26c6da !important;
}

.border-top-cyan.border-top-lighten-1 {
  border-top: 1px solid #26c6da !important;
}

.border-bottom-cyan.border-bottom-lighten-1 {
  border-bottom: 1px solid #26c6da !important;
}

.border-left-cyan.border-left-lighten-1 {
  border-left: 1px solid #26c6da !important;
}

.border-right-cyan.border-right-lighten-1 {
  border-right: 1px solid #26c6da !important;
}

.overlay-cyan.overlay-lighten-1 {
  background: #26c6da; /* The Fallback */
  background: rgba(38, 198, 218, 0.8);
}

.cyan {
  color: #00bcd4 !important;
}

.bg-cyan {
  background-color: #00bcd4 !important;
}
.bg-cyan .card-header, .bg-cyan .card-footer {
  background-color: transparent;
}
.bg-cyan.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(0, 188, 212, 0.6);
}

.selectboxit.selectboxit-btn.bg-cyan {
  background-color: #00bcd4 !important;
}

.alert-cyan {
  border-color: #00bcd4 !important;
  background-color: #1ce5ff !important;
  color: #001e22 !important;
}
.alert-cyan .alert-link {
  color: black !important;
}

.border-cyan {
  border-color: #00bcd4;
}

.overlay-cyan {
  background: #00bcd4; /* The Fallback */
  background: rgba(0, 188, 212, 0.8);
}

.color-info.cyan {
  background-color: #00bcd4 !important;
}

.btn-cyan {
  border-color: #0097a7 !important;
  background-color: #00bcd4 !important;
  color: #FFFFFF;
}
.btn-cyan:hover {
  border-color: #00acc1 !important;
  background-color: #26c6da !important;
  color: #FFF !important;
}
.btn-cyan:focus, .btn-cyan:active {
  border-color: #0097a7 !important;
  background-color: #00838f !important;
  color: #FFF !important;
}
.btn-cyan.btn-glow {
  box-shadow: 0px 1px 20px 1px rgba(0, 188, 212, 0.6);
}

.btn-outline-cyan {
  border-color: #00bcd4;
  background-color: transparent;
  color: #00bcd4;
}
.btn-outline-cyan:hover {
  background-color: #00bcd4;
  color: #FFF !important;
}
.btn-outline-cyan.btn-glow {
  box-shadow: 0px 1px 20px 1px rgba(0, 188, 212, 0.6);
}

input[type=checkbox].bg-cyan + .custom-control-label:before, input[type=radio].bg-cyan + .custom-control-label:before {
  background-color: #00bcd4 !important;
}

/* .custom-control-label{
  &:before{
    background-color: #ddd !important;
  }
} */
input:focus ~ .bg-cyan {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #00bcd4 !important;
}

.border-cyan {
  border: 1px solid #00bcd4 !important;
}

.border-top-cyan {
  border-top: 1px solid #00bcd4;
}

.border-bottom-cyan {
  border-bottom: 1px solid #00bcd4;
}

.border-left-cyan {
  border-left: 1px solid #00bcd4;
}

.border-right-cyan {
  border-right: 1px solid #00bcd4;
}

.cyan.darken-1 {
  color: #00acc1 !important;
}

.bg-cyan.bg-darken-1 {
  background-color: #00acc1 !important;
}
.bg-cyan.bg-darken-1.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(0, 172, 193, 0.6);
}

.btn-cyan.btn-darken-1 {
  border-color: #0097a7 !important;
  background-color: #00acc1 !important;
}
.btn-cyan.btn-darken-1:hover {
  border-color: #0097a7 !important;
  background-color: #00838f !important;
}
.btn-cyan.btn-darken-1:focus, .btn-cyan.btn-darken-1:active {
  border-color: #00838f !important;
  background-color: #006064 !important;
}

.btn-outline-cyan.btn-outline-darken-1 {
  border-color: #00acc1 !important;
  color: #00acc1 !important;
}
.btn-outline-cyan.btn-outline-darken-1:hover {
  background-color: #00acc1 !important;
}

input:focus ~ .bg-cyan {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #00acc1 !important;
}

.border-cyan.border-darken-1 {
  border: 1px solid #00acc1 !important;
}

.border-top-cyan.border-top-darken-1 {
  border-top: 1px solid #00acc1 !important;
}

.border-bottom-cyan.border-bottom-darken-1 {
  border-bottom: 1px solid #00acc1 !important;
}

.border-left-cyan.border-left-darken-1 {
  border-left: 1px solid #00acc1 !important;
}

.border-right-cyan.border-right-darken-1 {
  border-right: 1px solid #00acc1 !important;
}

.overlay-cyan.overlay-darken-1 {
  background: #00acc1; /* The Fallback */
  background: rgba(0, 172, 193, 0.8);
}

.cyan.darken-2 {
  color: #0097a7 !important;
}

.bg-cyan.bg-darken-2 {
  background-color: #0097a7 !important;
}
.bg-cyan.bg-darken-2.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(0, 151, 167, 0.6);
}

.btn-cyan.btn-darken-2 {
  border-color: #0097a7 !important;
  background-color: #0097a7 !important;
}
.btn-cyan.btn-darken-2:hover {
  border-color: #0097a7 !important;
  background-color: #00838f !important;
}
.btn-cyan.btn-darken-2:focus, .btn-cyan.btn-darken-2:active {
  border-color: #00838f !important;
  background-color: #006064 !important;
}

.btn-outline-cyan.btn-outline-darken-2 {
  border-color: #0097a7 !important;
  color: #0097a7 !important;
}
.btn-outline-cyan.btn-outline-darken-2:hover {
  background-color: #0097a7 !important;
}

input:focus ~ .bg-cyan {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #0097a7 !important;
}

.border-cyan.border-darken-2 {
  border: 1px solid #0097a7 !important;
}

.border-top-cyan.border-top-darken-2 {
  border-top: 1px solid #0097a7 !important;
}

.border-bottom-cyan.border-bottom-darken-2 {
  border-bottom: 1px solid #0097a7 !important;
}

.border-left-cyan.border-left-darken-2 {
  border-left: 1px solid #0097a7 !important;
}

.border-right-cyan.border-right-darken-2 {
  border-right: 1px solid #0097a7 !important;
}

.overlay-cyan.overlay-darken-2 {
  background: #0097a7; /* The Fallback */
  background: rgba(0, 151, 167, 0.8);
}

.cyan.darken-3 {
  color: #00838f !important;
}

.bg-cyan.bg-darken-3 {
  background-color: #00838f !important;
}
.bg-cyan.bg-darken-3.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(0, 131, 143, 0.6);
}

.btn-cyan.btn-darken-3 {
  border-color: #0097a7 !important;
  background-color: #00838f !important;
}
.btn-cyan.btn-darken-3:hover {
  border-color: #0097a7 !important;
  background-color: #00838f !important;
}
.btn-cyan.btn-darken-3:focus, .btn-cyan.btn-darken-3:active {
  border-color: #00838f !important;
  background-color: #006064 !important;
}

.btn-outline-cyan.btn-outline-darken-3 {
  border-color: #00838f !important;
  color: #00838f !important;
}
.btn-outline-cyan.btn-outline-darken-3:hover {
  background-color: #00838f !important;
}

input:focus ~ .bg-cyan {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #00838f !important;
}

.border-cyan.border-darken-3 {
  border: 1px solid #00838f !important;
}

.border-top-cyan.border-top-darken-3 {
  border-top: 1px solid #00838f !important;
}

.border-bottom-cyan.border-bottom-darken-3 {
  border-bottom: 1px solid #00838f !important;
}

.border-left-cyan.border-left-darken-3 {
  border-left: 1px solid #00838f !important;
}

.border-right-cyan.border-right-darken-3 {
  border-right: 1px solid #00838f !important;
}

.overlay-cyan.overlay-darken-3 {
  background: #00838f; /* The Fallback */
  background: rgba(0, 131, 143, 0.8);
}

.cyan.darken-4 {
  color: #006064 !important;
}

.bg-cyan.bg-darken-4 {
  background-color: #006064 !important;
}
.bg-cyan.bg-darken-4.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(0, 96, 100, 0.6);
}

.btn-cyan.btn-darken-4 {
  border-color: #0097a7 !important;
  background-color: #006064 !important;
}
.btn-cyan.btn-darken-4:hover {
  border-color: #0097a7 !important;
  background-color: #00838f !important;
}
.btn-cyan.btn-darken-4:focus, .btn-cyan.btn-darken-4:active {
  border-color: #00838f !important;
  background-color: #006064 !important;
}

.btn-outline-cyan.btn-outline-darken-4 {
  border-color: #006064 !important;
  color: #006064 !important;
}
.btn-outline-cyan.btn-outline-darken-4:hover {
  background-color: #006064 !important;
}

input:focus ~ .bg-cyan {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #006064 !important;
}

.border-cyan.border-darken-4 {
  border: 1px solid #006064 !important;
}

.border-top-cyan.border-top-darken-4 {
  border-top: 1px solid #006064 !important;
}

.border-bottom-cyan.border-bottom-darken-4 {
  border-bottom: 1px solid #006064 !important;
}

.border-left-cyan.border-left-darken-4 {
  border-left: 1px solid #006064 !important;
}

.border-right-cyan.border-right-darken-4 {
  border-right: 1px solid #006064 !important;
}

.overlay-cyan.overlay-darken-4 {
  background: #006064; /* The Fallback */
  background: rgba(0, 96, 100, 0.8);
}

.cyan.accent-1 {
  color: #84ffff !important;
}

.bg-cyan.bg-accent-1 {
  background-color: #84ffff !important;
}
.bg-cyan.bg-accent-1.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(132, 255, 255, 0.6);
}

.btn-cyan.btn-accent-1 {
  border-color: #0097a7 !important;
  background-color: #84ffff !important;
}
.btn-cyan.btn-accent-1:hover {
  border-color: #0097a7 !important;
  background-color: #00838f !important;
}
.btn-cyan.btn-accent-1:focus, .btn-cyan.btn-accent-1:active {
  border-color: #00838f !important;
  background-color: #006064 !important;
}

.btn-outline-cyan.btn-outline-accent-1 {
  border-color: #84ffff !important;
  color: #84ffff !important;
}
.btn-outline-cyan.btn-outline-accent-1:hover {
  background-color: #84ffff !important;
}

input:focus ~ .bg-cyan {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #84ffff !important;
}

.border-cyan.border-accent-1 {
  border: 1px solid #84ffff !important;
}

.border-top-cyan.border-top-accent-1 {
  border-top: 1px solid #84ffff !important;
}

.border-bottom-cyan.border-bottom-accent-1 {
  border-bottom: 1px solid #84ffff !important;
}

.border-left-cyan.border-left-accent-1 {
  border-left: 1px solid #84ffff !important;
}

.border-right-cyan.border-right-accent-1 {
  border-right: 1px solid #84ffff !important;
}

.overlay-cyan.overlay-accent-1 {
  background: #84ffff; /* The Fallback */
  background: rgba(132, 255, 255, 0.8);
}

.cyan.accent-2 {
  color: #18ffff !important;
}

.bg-cyan.bg-accent-2 {
  background-color: #18ffff !important;
}
.bg-cyan.bg-accent-2.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(24, 255, 255, 0.6);
}

.btn-cyan.btn-accent-2 {
  border-color: #0097a7 !important;
  background-color: #18ffff !important;
}
.btn-cyan.btn-accent-2:hover {
  border-color: #0097a7 !important;
  background-color: #00838f !important;
}
.btn-cyan.btn-accent-2:focus, .btn-cyan.btn-accent-2:active {
  border-color: #00838f !important;
  background-color: #006064 !important;
}

.btn-outline-cyan.btn-outline-accent-2 {
  border-color: #18ffff !important;
  color: #18ffff !important;
}
.btn-outline-cyan.btn-outline-accent-2:hover {
  background-color: #18ffff !important;
}

input:focus ~ .bg-cyan {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #18ffff !important;
}

.border-cyan.border-accent-2 {
  border: 1px solid #18ffff !important;
}

.border-top-cyan.border-top-accent-2 {
  border-top: 1px solid #18ffff !important;
}

.border-bottom-cyan.border-bottom-accent-2 {
  border-bottom: 1px solid #18ffff !important;
}

.border-left-cyan.border-left-accent-2 {
  border-left: 1px solid #18ffff !important;
}

.border-right-cyan.border-right-accent-2 {
  border-right: 1px solid #18ffff !important;
}

.overlay-cyan.overlay-accent-2 {
  background: #18ffff; /* The Fallback */
  background: rgba(24, 255, 255, 0.8);
}

.cyan.accent-3 {
  color: #00e5ff !important;
}

.bg-cyan.bg-accent-3 {
  background-color: #00e5ff !important;
}
.bg-cyan.bg-accent-3.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(0, 229, 255, 0.6);
}

.btn-cyan.btn-accent-3 {
  border-color: #0097a7 !important;
  background-color: #00e5ff !important;
}
.btn-cyan.btn-accent-3:hover {
  border-color: #0097a7 !important;
  background-color: #00838f !important;
}
.btn-cyan.btn-accent-3:focus, .btn-cyan.btn-accent-3:active {
  border-color: #00838f !important;
  background-color: #006064 !important;
}

.btn-outline-cyan.btn-outline-accent-3 {
  border-color: #00e5ff !important;
  color: #00e5ff !important;
}
.btn-outline-cyan.btn-outline-accent-3:hover {
  background-color: #00e5ff !important;
}

input:focus ~ .bg-cyan {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #00e5ff !important;
}

.border-cyan.border-accent-3 {
  border: 1px solid #00e5ff !important;
}

.border-top-cyan.border-top-accent-3 {
  border-top: 1px solid #00e5ff !important;
}

.border-bottom-cyan.border-bottom-accent-3 {
  border-bottom: 1px solid #00e5ff !important;
}

.border-left-cyan.border-left-accent-3 {
  border-left: 1px solid #00e5ff !important;
}

.border-right-cyan.border-right-accent-3 {
  border-right: 1px solid #00e5ff !important;
}

.overlay-cyan.overlay-accent-3 {
  background: #00e5ff; /* The Fallback */
  background: rgba(0, 229, 255, 0.8);
}

.cyan.accent-4 {
  color: #00b8d4 !important;
}

.bg-cyan.bg-accent-4 {
  background-color: #00b8d4 !important;
}
.bg-cyan.bg-accent-4.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(0, 184, 212, 0.6);
}

.btn-cyan.btn-accent-4 {
  border-color: #0097a7 !important;
  background-color: #00b8d4 !important;
}
.btn-cyan.btn-accent-4:hover {
  border-color: #0097a7 !important;
  background-color: #00838f !important;
}
.btn-cyan.btn-accent-4:focus, .btn-cyan.btn-accent-4:active {
  border-color: #00838f !important;
  background-color: #006064 !important;
}

.btn-outline-cyan.btn-outline-accent-4 {
  border-color: #00b8d4 !important;
  color: #00b8d4 !important;
}
.btn-outline-cyan.btn-outline-accent-4:hover {
  background-color: #00b8d4 !important;
}

input:focus ~ .bg-cyan {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #00b8d4 !important;
}

.border-cyan.border-accent-4 {
  border: 1px solid #00b8d4 !important;
}

.border-top-cyan.border-top-accent-4 {
  border-top: 1px solid #00b8d4 !important;
}

.border-bottom-cyan.border-bottom-accent-4 {
  border-bottom: 1px solid #00b8d4 !important;
}

.border-left-cyan.border-left-accent-4 {
  border-left: 1px solid #00b8d4 !important;
}

.border-right-cyan.border-right-accent-4 {
  border-right: 1px solid #00b8d4 !important;
}

.overlay-cyan.overlay-accent-4 {
  background: #00b8d4; /* The Fallback */
  background: rgba(0, 184, 212, 0.8);
}

.teal.lighten-5 {
  color: #e0f2f1 !important;
}

.bg-teal.bg-lighten-5 {
  background-color: #e0f2f1 !important;
}
.bg-teal.bg-lighten-5.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(224, 242, 241, 0.6);
}

.btn-teal.btn-lighten-5 {
  border-color: #00796b !important;
  background-color: #e0f2f1 !important;
}
.btn-teal.btn-lighten-5:hover {
  border-color: #00796b !important;
  background-color: #00695c !important;
}
.btn-teal.btn-lighten-5:focus, .btn-teal.btn-lighten-5:active {
  border-color: #00695c !important;
  background-color: #004d40 !important;
}

.btn-outline-teal.btn-outline-lighten-5 {
  border-color: #e0f2f1 !important;
  color: #e0f2f1 !important;
}
.btn-outline-teal.btn-outline-lighten-5:hover {
  background-color: #e0f2f1 !important;
}

input:focus ~ .bg-teal {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #e0f2f1 !important;
}

.border-teal.border-lighten-5 {
  border: 1px solid #e0f2f1 !important;
}

.border-top-teal.border-top-lighten-5 {
  border-top: 1px solid #e0f2f1 !important;
}

.border-bottom-teal.border-bottom-lighten-5 {
  border-bottom: 1px solid #e0f2f1 !important;
}

.border-left-teal.border-left-lighten-5 {
  border-left: 1px solid #e0f2f1 !important;
}

.border-right-teal.border-right-lighten-5 {
  border-right: 1px solid #e0f2f1 !important;
}

.overlay-teal.overlay-lighten-5 {
  background: #e0f2f1; /* The Fallback */
  background: rgba(224, 242, 241, 0.8);
}

.teal.lighten-4 {
  color: #b2dfdb !important;
}

.bg-teal.bg-lighten-4 {
  background-color: #b2dfdb !important;
}
.bg-teal.bg-lighten-4.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(178, 223, 219, 0.6);
}

.btn-teal.btn-lighten-4 {
  border-color: #00796b !important;
  background-color: #b2dfdb !important;
}
.btn-teal.btn-lighten-4:hover {
  border-color: #00796b !important;
  background-color: #00695c !important;
}
.btn-teal.btn-lighten-4:focus, .btn-teal.btn-lighten-4:active {
  border-color: #00695c !important;
  background-color: #004d40 !important;
}

.btn-outline-teal.btn-outline-lighten-4 {
  border-color: #b2dfdb !important;
  color: #b2dfdb !important;
}
.btn-outline-teal.btn-outline-lighten-4:hover {
  background-color: #b2dfdb !important;
}

input:focus ~ .bg-teal {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #b2dfdb !important;
}

.border-teal.border-lighten-4 {
  border: 1px solid #b2dfdb !important;
}

.border-top-teal.border-top-lighten-4 {
  border-top: 1px solid #b2dfdb !important;
}

.border-bottom-teal.border-bottom-lighten-4 {
  border-bottom: 1px solid #b2dfdb !important;
}

.border-left-teal.border-left-lighten-4 {
  border-left: 1px solid #b2dfdb !important;
}

.border-right-teal.border-right-lighten-4 {
  border-right: 1px solid #b2dfdb !important;
}

.overlay-teal.overlay-lighten-4 {
  background: #b2dfdb; /* The Fallback */
  background: rgba(178, 223, 219, 0.8);
}

.teal.lighten-3 {
  color: #80cbc4 !important;
}

.bg-teal.bg-lighten-3 {
  background-color: #80cbc4 !important;
}
.bg-teal.bg-lighten-3.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(128, 203, 196, 0.6);
}

.btn-teal.btn-lighten-3 {
  border-color: #00796b !important;
  background-color: #80cbc4 !important;
}
.btn-teal.btn-lighten-3:hover {
  border-color: #00796b !important;
  background-color: #00695c !important;
}
.btn-teal.btn-lighten-3:focus, .btn-teal.btn-lighten-3:active {
  border-color: #00695c !important;
  background-color: #004d40 !important;
}

.btn-outline-teal.btn-outline-lighten-3 {
  border-color: #80cbc4 !important;
  color: #80cbc4 !important;
}
.btn-outline-teal.btn-outline-lighten-3:hover {
  background-color: #80cbc4 !important;
}

input:focus ~ .bg-teal {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #80cbc4 !important;
}

.border-teal.border-lighten-3 {
  border: 1px solid #80cbc4 !important;
}

.border-top-teal.border-top-lighten-3 {
  border-top: 1px solid #80cbc4 !important;
}

.border-bottom-teal.border-bottom-lighten-3 {
  border-bottom: 1px solid #80cbc4 !important;
}

.border-left-teal.border-left-lighten-3 {
  border-left: 1px solid #80cbc4 !important;
}

.border-right-teal.border-right-lighten-3 {
  border-right: 1px solid #80cbc4 !important;
}

.overlay-teal.overlay-lighten-3 {
  background: #80cbc4; /* The Fallback */
  background: rgba(128, 203, 196, 0.8);
}

.teal.lighten-2 {
  color: #4db6ac !important;
}

.bg-teal.bg-lighten-2 {
  background-color: #4db6ac !important;
}
.bg-teal.bg-lighten-2.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(77, 182, 172, 0.6);
}

.btn-teal.btn-lighten-2 {
  border-color: #00796b !important;
  background-color: #4db6ac !important;
}
.btn-teal.btn-lighten-2:hover {
  border-color: #00796b !important;
  background-color: #00695c !important;
}
.btn-teal.btn-lighten-2:focus, .btn-teal.btn-lighten-2:active {
  border-color: #00695c !important;
  background-color: #004d40 !important;
}

.btn-outline-teal.btn-outline-lighten-2 {
  border-color: #4db6ac !important;
  color: #4db6ac !important;
}
.btn-outline-teal.btn-outline-lighten-2:hover {
  background-color: #4db6ac !important;
}

input:focus ~ .bg-teal {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #4db6ac !important;
}

.border-teal.border-lighten-2 {
  border: 1px solid #4db6ac !important;
}

.border-top-teal.border-top-lighten-2 {
  border-top: 1px solid #4db6ac !important;
}

.border-bottom-teal.border-bottom-lighten-2 {
  border-bottom: 1px solid #4db6ac !important;
}

.border-left-teal.border-left-lighten-2 {
  border-left: 1px solid #4db6ac !important;
}

.border-right-teal.border-right-lighten-2 {
  border-right: 1px solid #4db6ac !important;
}

.overlay-teal.overlay-lighten-2 {
  background: #4db6ac; /* The Fallback */
  background: rgba(77, 182, 172, 0.8);
}

.teal.lighten-1 {
  color: #26a69a !important;
}

.bg-teal.bg-lighten-1 {
  background-color: #26a69a !important;
}
.bg-teal.bg-lighten-1.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(38, 166, 154, 0.6);
}

.btn-teal.btn-lighten-1 {
  border-color: #00796b !important;
  background-color: #26a69a !important;
}
.btn-teal.btn-lighten-1:hover {
  border-color: #00796b !important;
  background-color: #00695c !important;
}
.btn-teal.btn-lighten-1:focus, .btn-teal.btn-lighten-1:active {
  border-color: #00695c !important;
  background-color: #004d40 !important;
}

.btn-outline-teal.btn-outline-lighten-1 {
  border-color: #26a69a !important;
  color: #26a69a !important;
}
.btn-outline-teal.btn-outline-lighten-1:hover {
  background-color: #26a69a !important;
}

input:focus ~ .bg-teal {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #26a69a !important;
}

.border-teal.border-lighten-1 {
  border: 1px solid #26a69a !important;
}

.border-top-teal.border-top-lighten-1 {
  border-top: 1px solid #26a69a !important;
}

.border-bottom-teal.border-bottom-lighten-1 {
  border-bottom: 1px solid #26a69a !important;
}

.border-left-teal.border-left-lighten-1 {
  border-left: 1px solid #26a69a !important;
}

.border-right-teal.border-right-lighten-1 {
  border-right: 1px solid #26a69a !important;
}

.overlay-teal.overlay-lighten-1 {
  background: #26a69a; /* The Fallback */
  background: rgba(38, 166, 154, 0.8);
}

.teal {
  color: #009688 !important;
}

.bg-teal {
  background-color: #009688 !important;
}
.bg-teal .card-header, .bg-teal .card-footer {
  background-color: transparent;
}
.bg-teal.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(0, 150, 136, 0.6);
}

.selectboxit.selectboxit-btn.bg-teal {
  background-color: #009688 !important;
}

.alert-teal {
  border-color: #009688 !important;
  background-color: #00ddc9 !important;
  color: black !important;
}
.alert-teal .alert-link {
  color: black !important;
}

.border-teal {
  border-color: #009688;
}

.overlay-teal {
  background: #009688; /* The Fallback */
  background: rgba(0, 150, 136, 0.8);
}

.color-info.teal {
  background-color: #009688 !important;
}

.btn-teal {
  border-color: #00796b !important;
  background-color: #009688 !important;
  color: #FFFFFF;
}
.btn-teal:hover {
  border-color: #00897b !important;
  background-color: #26a69a !important;
  color: #FFF !important;
}
.btn-teal:focus, .btn-teal:active {
  border-color: #00796b !important;
  background-color: #00695c !important;
  color: #FFF !important;
}
.btn-teal.btn-glow {
  box-shadow: 0px 1px 20px 1px rgba(0, 150, 136, 0.6);
}

.btn-outline-teal {
  border-color: #009688;
  background-color: transparent;
  color: #009688;
}
.btn-outline-teal:hover {
  background-color: #009688;
  color: #FFF !important;
}
.btn-outline-teal.btn-glow {
  box-shadow: 0px 1px 20px 1px rgba(0, 150, 136, 0.6);
}

input[type=checkbox].bg-teal + .custom-control-label:before, input[type=radio].bg-teal + .custom-control-label:before {
  background-color: #009688 !important;
}

/* .custom-control-label{
  &:before{
    background-color: #ddd !important;
  }
} */
input:focus ~ .bg-teal {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #009688 !important;
}

.border-teal {
  border: 1px solid #009688 !important;
}

.border-top-teal {
  border-top: 1px solid #009688;
}

.border-bottom-teal {
  border-bottom: 1px solid #009688;
}

.border-left-teal {
  border-left: 1px solid #009688;
}

.border-right-teal {
  border-right: 1px solid #009688;
}

.teal.darken-1 {
  color: #00897b !important;
}

.bg-teal.bg-darken-1 {
  background-color: #00897b !important;
}
.bg-teal.bg-darken-1.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(0, 137, 123, 0.6);
}

.btn-teal.btn-darken-1 {
  border-color: #00796b !important;
  background-color: #00897b !important;
}
.btn-teal.btn-darken-1:hover {
  border-color: #00796b !important;
  background-color: #00695c !important;
}
.btn-teal.btn-darken-1:focus, .btn-teal.btn-darken-1:active {
  border-color: #00695c !important;
  background-color: #004d40 !important;
}

.btn-outline-teal.btn-outline-darken-1 {
  border-color: #00897b !important;
  color: #00897b !important;
}
.btn-outline-teal.btn-outline-darken-1:hover {
  background-color: #00897b !important;
}

input:focus ~ .bg-teal {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #00897b !important;
}

.border-teal.border-darken-1 {
  border: 1px solid #00897b !important;
}

.border-top-teal.border-top-darken-1 {
  border-top: 1px solid #00897b !important;
}

.border-bottom-teal.border-bottom-darken-1 {
  border-bottom: 1px solid #00897b !important;
}

.border-left-teal.border-left-darken-1 {
  border-left: 1px solid #00897b !important;
}

.border-right-teal.border-right-darken-1 {
  border-right: 1px solid #00897b !important;
}

.overlay-teal.overlay-darken-1 {
  background: #00897b; /* The Fallback */
  background: rgba(0, 137, 123, 0.8);
}

.teal.darken-2 {
  color: #00796b !important;
}

.bg-teal.bg-darken-2 {
  background-color: #00796b !important;
}
.bg-teal.bg-darken-2.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(0, 121, 107, 0.6);
}

.btn-teal.btn-darken-2 {
  border-color: #00796b !important;
  background-color: #00796b !important;
}
.btn-teal.btn-darken-2:hover {
  border-color: #00796b !important;
  background-color: #00695c !important;
}
.btn-teal.btn-darken-2:focus, .btn-teal.btn-darken-2:active {
  border-color: #00695c !important;
  background-color: #004d40 !important;
}

.btn-outline-teal.btn-outline-darken-2 {
  border-color: #00796b !important;
  color: #00796b !important;
}
.btn-outline-teal.btn-outline-darken-2:hover {
  background-color: #00796b !important;
}

input:focus ~ .bg-teal {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #00796b !important;
}

.border-teal.border-darken-2 {
  border: 1px solid #00796b !important;
}

.border-top-teal.border-top-darken-2 {
  border-top: 1px solid #00796b !important;
}

.border-bottom-teal.border-bottom-darken-2 {
  border-bottom: 1px solid #00796b !important;
}

.border-left-teal.border-left-darken-2 {
  border-left: 1px solid #00796b !important;
}

.border-right-teal.border-right-darken-2 {
  border-right: 1px solid #00796b !important;
}

.overlay-teal.overlay-darken-2 {
  background: #00796b; /* The Fallback */
  background: rgba(0, 121, 107, 0.8);
}

.teal.darken-3 {
  color: #00695c !important;
}

.bg-teal.bg-darken-3 {
  background-color: #00695c !important;
}
.bg-teal.bg-darken-3.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(0, 105, 92, 0.6);
}

.btn-teal.btn-darken-3 {
  border-color: #00796b !important;
  background-color: #00695c !important;
}
.btn-teal.btn-darken-3:hover {
  border-color: #00796b !important;
  background-color: #00695c !important;
}
.btn-teal.btn-darken-3:focus, .btn-teal.btn-darken-3:active {
  border-color: #00695c !important;
  background-color: #004d40 !important;
}

.btn-outline-teal.btn-outline-darken-3 {
  border-color: #00695c !important;
  color: #00695c !important;
}
.btn-outline-teal.btn-outline-darken-3:hover {
  background-color: #00695c !important;
}

input:focus ~ .bg-teal {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #00695c !important;
}

.border-teal.border-darken-3 {
  border: 1px solid #00695c !important;
}

.border-top-teal.border-top-darken-3 {
  border-top: 1px solid #00695c !important;
}

.border-bottom-teal.border-bottom-darken-3 {
  border-bottom: 1px solid #00695c !important;
}

.border-left-teal.border-left-darken-3 {
  border-left: 1px solid #00695c !important;
}

.border-right-teal.border-right-darken-3 {
  border-right: 1px solid #00695c !important;
}

.overlay-teal.overlay-darken-3 {
  background: #00695c; /* The Fallback */
  background: rgba(0, 105, 92, 0.8);
}

.teal.darken-4 {
  color: #004d40 !important;
}

.bg-teal.bg-darken-4 {
  background-color: #004d40 !important;
}
.bg-teal.bg-darken-4.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(0, 77, 64, 0.6);
}

.btn-teal.btn-darken-4 {
  border-color: #00796b !important;
  background-color: #004d40 !important;
}
.btn-teal.btn-darken-4:hover {
  border-color: #00796b !important;
  background-color: #00695c !important;
}
.btn-teal.btn-darken-4:focus, .btn-teal.btn-darken-4:active {
  border-color: #00695c !important;
  background-color: #004d40 !important;
}

.btn-outline-teal.btn-outline-darken-4 {
  border-color: #004d40 !important;
  color: #004d40 !important;
}
.btn-outline-teal.btn-outline-darken-4:hover {
  background-color: #004d40 !important;
}

input:focus ~ .bg-teal {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #004d40 !important;
}

.border-teal.border-darken-4 {
  border: 1px solid #004d40 !important;
}

.border-top-teal.border-top-darken-4 {
  border-top: 1px solid #004d40 !important;
}

.border-bottom-teal.border-bottom-darken-4 {
  border-bottom: 1px solid #004d40 !important;
}

.border-left-teal.border-left-darken-4 {
  border-left: 1px solid #004d40 !important;
}

.border-right-teal.border-right-darken-4 {
  border-right: 1px solid #004d40 !important;
}

.overlay-teal.overlay-darken-4 {
  background: #004d40; /* The Fallback */
  background: rgba(0, 77, 64, 0.8);
}

.teal.accent-1 {
  color: #a7ffeb !important;
}

.bg-teal.bg-accent-1 {
  background-color: #a7ffeb !important;
}
.bg-teal.bg-accent-1.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(167, 255, 235, 0.6);
}

.btn-teal.btn-accent-1 {
  border-color: #00796b !important;
  background-color: #a7ffeb !important;
}
.btn-teal.btn-accent-1:hover {
  border-color: #00796b !important;
  background-color: #00695c !important;
}
.btn-teal.btn-accent-1:focus, .btn-teal.btn-accent-1:active {
  border-color: #00695c !important;
  background-color: #004d40 !important;
}

.btn-outline-teal.btn-outline-accent-1 {
  border-color: #a7ffeb !important;
  color: #a7ffeb !important;
}
.btn-outline-teal.btn-outline-accent-1:hover {
  background-color: #a7ffeb !important;
}

input:focus ~ .bg-teal {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #a7ffeb !important;
}

.border-teal.border-accent-1 {
  border: 1px solid #a7ffeb !important;
}

.border-top-teal.border-top-accent-1 {
  border-top: 1px solid #a7ffeb !important;
}

.border-bottom-teal.border-bottom-accent-1 {
  border-bottom: 1px solid #a7ffeb !important;
}

.border-left-teal.border-left-accent-1 {
  border-left: 1px solid #a7ffeb !important;
}

.border-right-teal.border-right-accent-1 {
  border-right: 1px solid #a7ffeb !important;
}

.overlay-teal.overlay-accent-1 {
  background: #a7ffeb; /* The Fallback */
  background: rgba(167, 255, 235, 0.8);
}

.teal.accent-2 {
  color: #64ffda !important;
}

.bg-teal.bg-accent-2 {
  background-color: #64ffda !important;
}
.bg-teal.bg-accent-2.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(100, 255, 218, 0.6);
}

.btn-teal.btn-accent-2 {
  border-color: #00796b !important;
  background-color: #64ffda !important;
}
.btn-teal.btn-accent-2:hover {
  border-color: #00796b !important;
  background-color: #00695c !important;
}
.btn-teal.btn-accent-2:focus, .btn-teal.btn-accent-2:active {
  border-color: #00695c !important;
  background-color: #004d40 !important;
}

.btn-outline-teal.btn-outline-accent-2 {
  border-color: #64ffda !important;
  color: #64ffda !important;
}
.btn-outline-teal.btn-outline-accent-2:hover {
  background-color: #64ffda !important;
}

input:focus ~ .bg-teal {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #64ffda !important;
}

.border-teal.border-accent-2 {
  border: 1px solid #64ffda !important;
}

.border-top-teal.border-top-accent-2 {
  border-top: 1px solid #64ffda !important;
}

.border-bottom-teal.border-bottom-accent-2 {
  border-bottom: 1px solid #64ffda !important;
}

.border-left-teal.border-left-accent-2 {
  border-left: 1px solid #64ffda !important;
}

.border-right-teal.border-right-accent-2 {
  border-right: 1px solid #64ffda !important;
}

.overlay-teal.overlay-accent-2 {
  background: #64ffda; /* The Fallback */
  background: rgba(100, 255, 218, 0.8);
}

.teal.accent-3 {
  color: #1de9b6 !important;
}

.bg-teal.bg-accent-3 {
  background-color: #1de9b6 !important;
}
.bg-teal.bg-accent-3.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(29, 233, 182, 0.6);
}

.btn-teal.btn-accent-3 {
  border-color: #00796b !important;
  background-color: #1de9b6 !important;
}
.btn-teal.btn-accent-3:hover {
  border-color: #00796b !important;
  background-color: #00695c !important;
}
.btn-teal.btn-accent-3:focus, .btn-teal.btn-accent-3:active {
  border-color: #00695c !important;
  background-color: #004d40 !important;
}

.btn-outline-teal.btn-outline-accent-3 {
  border-color: #1de9b6 !important;
  color: #1de9b6 !important;
}
.btn-outline-teal.btn-outline-accent-3:hover {
  background-color: #1de9b6 !important;
}

input:focus ~ .bg-teal {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #1de9b6 !important;
}

.border-teal.border-accent-3 {
  border: 1px solid #1de9b6 !important;
}

.border-top-teal.border-top-accent-3 {
  border-top: 1px solid #1de9b6 !important;
}

.border-bottom-teal.border-bottom-accent-3 {
  border-bottom: 1px solid #1de9b6 !important;
}

.border-left-teal.border-left-accent-3 {
  border-left: 1px solid #1de9b6 !important;
}

.border-right-teal.border-right-accent-3 {
  border-right: 1px solid #1de9b6 !important;
}

.overlay-teal.overlay-accent-3 {
  background: #1de9b6; /* The Fallback */
  background: rgba(29, 233, 182, 0.8);
}

.teal.accent-4 {
  color: #00bfa5 !important;
}

.bg-teal.bg-accent-4 {
  background-color: #00bfa5 !important;
}
.bg-teal.bg-accent-4.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(0, 191, 165, 0.6);
}

.btn-teal.btn-accent-4 {
  border-color: #00796b !important;
  background-color: #00bfa5 !important;
}
.btn-teal.btn-accent-4:hover {
  border-color: #00796b !important;
  background-color: #00695c !important;
}
.btn-teal.btn-accent-4:focus, .btn-teal.btn-accent-4:active {
  border-color: #00695c !important;
  background-color: #004d40 !important;
}

.btn-outline-teal.btn-outline-accent-4 {
  border-color: #00bfa5 !important;
  color: #00bfa5 !important;
}
.btn-outline-teal.btn-outline-accent-4:hover {
  background-color: #00bfa5 !important;
}

input:focus ~ .bg-teal {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #00bfa5 !important;
}

.border-teal.border-accent-4 {
  border: 1px solid #00bfa5 !important;
}

.border-top-teal.border-top-accent-4 {
  border-top: 1px solid #00bfa5 !important;
}

.border-bottom-teal.border-bottom-accent-4 {
  border-bottom: 1px solid #00bfa5 !important;
}

.border-left-teal.border-left-accent-4 {
  border-left: 1px solid #00bfa5 !important;
}

.border-right-teal.border-right-accent-4 {
  border-right: 1px solid #00bfa5 !important;
}

.overlay-teal.overlay-accent-4 {
  background: #00bfa5; /* The Fallback */
  background: rgba(0, 191, 165, 0.8);
}

.yellow.lighten-5 {
  color: #fffde7 !important;
}

.bg-yellow.bg-lighten-5 {
  background-color: #fffde7 !important;
}
.bg-yellow.bg-lighten-5.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(255, 253, 231, 0.6);
}

.btn-yellow.btn-lighten-5 {
  border-color: #fbc02d !important;
  background-color: #fffde7 !important;
}
.btn-yellow.btn-lighten-5:hover {
  border-color: #fbc02d !important;
  background-color: #f9a825 !important;
}
.btn-yellow.btn-lighten-5:focus, .btn-yellow.btn-lighten-5:active {
  border-color: #f9a825 !important;
  background-color: #f57f17 !important;
}

.btn-outline-yellow.btn-outline-lighten-5 {
  border-color: #fffde7 !important;
  color: #fffde7 !important;
}
.btn-outline-yellow.btn-outline-lighten-5:hover {
  background-color: #fffde7 !important;
}

input:focus ~ .bg-yellow {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #fffde7 !important;
}

.border-yellow.border-lighten-5 {
  border: 1px solid #fffde7 !important;
}

.border-top-yellow.border-top-lighten-5 {
  border-top: 1px solid #fffde7 !important;
}

.border-bottom-yellow.border-bottom-lighten-5 {
  border-bottom: 1px solid #fffde7 !important;
}

.border-left-yellow.border-left-lighten-5 {
  border-left: 1px solid #fffde7 !important;
}

.border-right-yellow.border-right-lighten-5 {
  border-right: 1px solid #fffde7 !important;
}

.overlay-yellow.overlay-lighten-5 {
  background: #fffde7; /* The Fallback */
  background: rgba(255, 253, 231, 0.8);
}

.yellow.lighten-4 {
  color: #fff9c4 !important;
}

.bg-yellow.bg-lighten-4 {
  background-color: #fff9c4 !important;
}
.bg-yellow.bg-lighten-4.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(255, 249, 196, 0.6);
}

.btn-yellow.btn-lighten-4 {
  border-color: #fbc02d !important;
  background-color: #fff9c4 !important;
}
.btn-yellow.btn-lighten-4:hover {
  border-color: #fbc02d !important;
  background-color: #f9a825 !important;
}
.btn-yellow.btn-lighten-4:focus, .btn-yellow.btn-lighten-4:active {
  border-color: #f9a825 !important;
  background-color: #f57f17 !important;
}

.btn-outline-yellow.btn-outline-lighten-4 {
  border-color: #fff9c4 !important;
  color: #fff9c4 !important;
}
.btn-outline-yellow.btn-outline-lighten-4:hover {
  background-color: #fff9c4 !important;
}

input:focus ~ .bg-yellow {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #fff9c4 !important;
}

.border-yellow.border-lighten-4 {
  border: 1px solid #fff9c4 !important;
}

.border-top-yellow.border-top-lighten-4 {
  border-top: 1px solid #fff9c4 !important;
}

.border-bottom-yellow.border-bottom-lighten-4 {
  border-bottom: 1px solid #fff9c4 !important;
}

.border-left-yellow.border-left-lighten-4 {
  border-left: 1px solid #fff9c4 !important;
}

.border-right-yellow.border-right-lighten-4 {
  border-right: 1px solid #fff9c4 !important;
}

.overlay-yellow.overlay-lighten-4 {
  background: #fff9c4; /* The Fallback */
  background: rgba(255, 249, 196, 0.8);
}

.yellow.lighten-3 {
  color: #fff59d !important;
}

.bg-yellow.bg-lighten-3 {
  background-color: #fff59d !important;
}
.bg-yellow.bg-lighten-3.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(255, 245, 157, 0.6);
}

.btn-yellow.btn-lighten-3 {
  border-color: #fbc02d !important;
  background-color: #fff59d !important;
}
.btn-yellow.btn-lighten-3:hover {
  border-color: #fbc02d !important;
  background-color: #f9a825 !important;
}
.btn-yellow.btn-lighten-3:focus, .btn-yellow.btn-lighten-3:active {
  border-color: #f9a825 !important;
  background-color: #f57f17 !important;
}

.btn-outline-yellow.btn-outline-lighten-3 {
  border-color: #fff59d !important;
  color: #fff59d !important;
}
.btn-outline-yellow.btn-outline-lighten-3:hover {
  background-color: #fff59d !important;
}

input:focus ~ .bg-yellow {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #fff59d !important;
}

.border-yellow.border-lighten-3 {
  border: 1px solid #fff59d !important;
}

.border-top-yellow.border-top-lighten-3 {
  border-top: 1px solid #fff59d !important;
}

.border-bottom-yellow.border-bottom-lighten-3 {
  border-bottom: 1px solid #fff59d !important;
}

.border-left-yellow.border-left-lighten-3 {
  border-left: 1px solid #fff59d !important;
}

.border-right-yellow.border-right-lighten-3 {
  border-right: 1px solid #fff59d !important;
}

.overlay-yellow.overlay-lighten-3 {
  background: #fff59d; /* The Fallback */
  background: rgba(255, 245, 157, 0.8);
}

.yellow.lighten-2 {
  color: #fff176 !important;
}

.bg-yellow.bg-lighten-2 {
  background-color: #fff176 !important;
}
.bg-yellow.bg-lighten-2.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(255, 241, 118, 0.6);
}

.btn-yellow.btn-lighten-2 {
  border-color: #fbc02d !important;
  background-color: #fff176 !important;
}
.btn-yellow.btn-lighten-2:hover {
  border-color: #fbc02d !important;
  background-color: #f9a825 !important;
}
.btn-yellow.btn-lighten-2:focus, .btn-yellow.btn-lighten-2:active {
  border-color: #f9a825 !important;
  background-color: #f57f17 !important;
}

.btn-outline-yellow.btn-outline-lighten-2 {
  border-color: #fff176 !important;
  color: #fff176 !important;
}
.btn-outline-yellow.btn-outline-lighten-2:hover {
  background-color: #fff176 !important;
}

input:focus ~ .bg-yellow {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #fff176 !important;
}

.border-yellow.border-lighten-2 {
  border: 1px solid #fff176 !important;
}

.border-top-yellow.border-top-lighten-2 {
  border-top: 1px solid #fff176 !important;
}

.border-bottom-yellow.border-bottom-lighten-2 {
  border-bottom: 1px solid #fff176 !important;
}

.border-left-yellow.border-left-lighten-2 {
  border-left: 1px solid #fff176 !important;
}

.border-right-yellow.border-right-lighten-2 {
  border-right: 1px solid #fff176 !important;
}

.overlay-yellow.overlay-lighten-2 {
  background: #fff176; /* The Fallback */
  background: rgba(255, 241, 118, 0.8);
}

.yellow.lighten-1 {
  color: #ffee58 !important;
}

.bg-yellow.bg-lighten-1 {
  background-color: #ffee58 !important;
}
.bg-yellow.bg-lighten-1.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(255, 238, 88, 0.6);
}

.btn-yellow.btn-lighten-1 {
  border-color: #fbc02d !important;
  background-color: #ffee58 !important;
}
.btn-yellow.btn-lighten-1:hover {
  border-color: #fbc02d !important;
  background-color: #f9a825 !important;
}
.btn-yellow.btn-lighten-1:focus, .btn-yellow.btn-lighten-1:active {
  border-color: #f9a825 !important;
  background-color: #f57f17 !important;
}

.btn-outline-yellow.btn-outline-lighten-1 {
  border-color: #ffee58 !important;
  color: #ffee58 !important;
}
.btn-outline-yellow.btn-outline-lighten-1:hover {
  background-color: #ffee58 !important;
}

input:focus ~ .bg-yellow {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ffee58 !important;
}

.border-yellow.border-lighten-1 {
  border: 1px solid #ffee58 !important;
}

.border-top-yellow.border-top-lighten-1 {
  border-top: 1px solid #ffee58 !important;
}

.border-bottom-yellow.border-bottom-lighten-1 {
  border-bottom: 1px solid #ffee58 !important;
}

.border-left-yellow.border-left-lighten-1 {
  border-left: 1px solid #ffee58 !important;
}

.border-right-yellow.border-right-lighten-1 {
  border-right: 1px solid #ffee58 !important;
}

.overlay-yellow.overlay-lighten-1 {
  background: #ffee58; /* The Fallback */
  background: rgba(255, 238, 88, 0.8);
}

.yellow {
  color: #ffeb3b !important;
}

.bg-yellow {
  background-color: #ffeb3b !important;
}
.bg-yellow .card-header, .bg-yellow .card-footer {
  background-color: transparent;
}
.bg-yellow.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(255, 235, 59, 0.6);
}

.selectboxit.selectboxit-btn.bg-yellow {
  background-color: #ffeb3b !important;
}

.alert-yellow {
  border-color: #ffeb3b !important;
  background-color: #fff282 !important;
  color: #887a00 !important;
}
.alert-yellow .alert-link {
  color: #5f5500 !important;
}

.border-yellow {
  border-color: #ffeb3b;
}

.overlay-yellow {
  background: #ffeb3b; /* The Fallback */
  background: rgba(255, 235, 59, 0.8);
}

.color-info.yellow {
  background-color: #ffeb3b !important;
}

.btn-yellow {
  border-color: #fbc02d !important;
  background-color: #ffeb3b !important;
  color: #FFFFFF;
}
.btn-yellow:hover {
  border-color: #fdd835 !important;
  background-color: #ffee58 !important;
  color: #FFF !important;
}
.btn-yellow:focus, .btn-yellow:active {
  border-color: #fbc02d !important;
  background-color: #f9a825 !important;
  color: #FFF !important;
}
.btn-yellow.btn-glow {
  box-shadow: 0px 1px 20px 1px rgba(255, 235, 59, 0.6);
}

.btn-outline-yellow {
  border-color: #ffeb3b;
  background-color: transparent;
  color: #ffeb3b;
}
.btn-outline-yellow:hover {
  background-color: #ffeb3b;
  color: #FFF !important;
}
.btn-outline-yellow.btn-glow {
  box-shadow: 0px 1px 20px 1px rgba(255, 235, 59, 0.6);
}

input[type=checkbox].bg-yellow + .custom-control-label:before, input[type=radio].bg-yellow + .custom-control-label:before {
  background-color: #ffeb3b !important;
}

/* .custom-control-label{
  &:before{
    background-color: #ddd !important;
  }
} */
input:focus ~ .bg-yellow {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ffeb3b !important;
}

.border-yellow {
  border: 1px solid #ffeb3b !important;
}

.border-top-yellow {
  border-top: 1px solid #ffeb3b;
}

.border-bottom-yellow {
  border-bottom: 1px solid #ffeb3b;
}

.border-left-yellow {
  border-left: 1px solid #ffeb3b;
}

.border-right-yellow {
  border-right: 1px solid #ffeb3b;
}

.yellow.darken-1 {
  color: #fdd835 !important;
}

.bg-yellow.bg-darken-1 {
  background-color: #fdd835 !important;
}
.bg-yellow.bg-darken-1.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(253, 216, 53, 0.6);
}

.btn-yellow.btn-darken-1 {
  border-color: #fbc02d !important;
  background-color: #fdd835 !important;
}
.btn-yellow.btn-darken-1:hover {
  border-color: #fbc02d !important;
  background-color: #f9a825 !important;
}
.btn-yellow.btn-darken-1:focus, .btn-yellow.btn-darken-1:active {
  border-color: #f9a825 !important;
  background-color: #f57f17 !important;
}

.btn-outline-yellow.btn-outline-darken-1 {
  border-color: #fdd835 !important;
  color: #fdd835 !important;
}
.btn-outline-yellow.btn-outline-darken-1:hover {
  background-color: #fdd835 !important;
}

input:focus ~ .bg-yellow {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #fdd835 !important;
}

.border-yellow.border-darken-1 {
  border: 1px solid #fdd835 !important;
}

.border-top-yellow.border-top-darken-1 {
  border-top: 1px solid #fdd835 !important;
}

.border-bottom-yellow.border-bottom-darken-1 {
  border-bottom: 1px solid #fdd835 !important;
}

.border-left-yellow.border-left-darken-1 {
  border-left: 1px solid #fdd835 !important;
}

.border-right-yellow.border-right-darken-1 {
  border-right: 1px solid #fdd835 !important;
}

.overlay-yellow.overlay-darken-1 {
  background: #fdd835; /* The Fallback */
  background: rgba(253, 216, 53, 0.8);
}

.yellow.darken-2 {
  color: #fbc02d !important;
}

.bg-yellow.bg-darken-2 {
  background-color: #fbc02d !important;
}
.bg-yellow.bg-darken-2.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(251, 192, 45, 0.6);
}

.btn-yellow.btn-darken-2 {
  border-color: #fbc02d !important;
  background-color: #fbc02d !important;
}
.btn-yellow.btn-darken-2:hover {
  border-color: #fbc02d !important;
  background-color: #f9a825 !important;
}
.btn-yellow.btn-darken-2:focus, .btn-yellow.btn-darken-2:active {
  border-color: #f9a825 !important;
  background-color: #f57f17 !important;
}

.btn-outline-yellow.btn-outline-darken-2 {
  border-color: #fbc02d !important;
  color: #fbc02d !important;
}
.btn-outline-yellow.btn-outline-darken-2:hover {
  background-color: #fbc02d !important;
}

input:focus ~ .bg-yellow {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #fbc02d !important;
}

.border-yellow.border-darken-2 {
  border: 1px solid #fbc02d !important;
}

.border-top-yellow.border-top-darken-2 {
  border-top: 1px solid #fbc02d !important;
}

.border-bottom-yellow.border-bottom-darken-2 {
  border-bottom: 1px solid #fbc02d !important;
}

.border-left-yellow.border-left-darken-2 {
  border-left: 1px solid #fbc02d !important;
}

.border-right-yellow.border-right-darken-2 {
  border-right: 1px solid #fbc02d !important;
}

.overlay-yellow.overlay-darken-2 {
  background: #fbc02d; /* The Fallback */
  background: rgba(251, 192, 45, 0.8);
}

.yellow.darken-3 {
  color: #f9a825 !important;
}

.bg-yellow.bg-darken-3 {
  background-color: #f9a825 !important;
}
.bg-yellow.bg-darken-3.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(249, 168, 37, 0.6);
}

.btn-yellow.btn-darken-3 {
  border-color: #fbc02d !important;
  background-color: #f9a825 !important;
}
.btn-yellow.btn-darken-3:hover {
  border-color: #fbc02d !important;
  background-color: #f9a825 !important;
}
.btn-yellow.btn-darken-3:focus, .btn-yellow.btn-darken-3:active {
  border-color: #f9a825 !important;
  background-color: #f57f17 !important;
}

.btn-outline-yellow.btn-outline-darken-3 {
  border-color: #f9a825 !important;
  color: #f9a825 !important;
}
.btn-outline-yellow.btn-outline-darken-3:hover {
  background-color: #f9a825 !important;
}

input:focus ~ .bg-yellow {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #f9a825 !important;
}

.border-yellow.border-darken-3 {
  border: 1px solid #f9a825 !important;
}

.border-top-yellow.border-top-darken-3 {
  border-top: 1px solid #f9a825 !important;
}

.border-bottom-yellow.border-bottom-darken-3 {
  border-bottom: 1px solid #f9a825 !important;
}

.border-left-yellow.border-left-darken-3 {
  border-left: 1px solid #f9a825 !important;
}

.border-right-yellow.border-right-darken-3 {
  border-right: 1px solid #f9a825 !important;
}

.overlay-yellow.overlay-darken-3 {
  background: #f9a825; /* The Fallback */
  background: rgba(249, 168, 37, 0.8);
}

.yellow.darken-4 {
  color: #f57f17 !important;
}

.bg-yellow.bg-darken-4 {
  background-color: #f57f17 !important;
}
.bg-yellow.bg-darken-4.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(245, 127, 23, 0.6);
}

.btn-yellow.btn-darken-4 {
  border-color: #fbc02d !important;
  background-color: #f57f17 !important;
}
.btn-yellow.btn-darken-4:hover {
  border-color: #fbc02d !important;
  background-color: #f9a825 !important;
}
.btn-yellow.btn-darken-4:focus, .btn-yellow.btn-darken-4:active {
  border-color: #f9a825 !important;
  background-color: #f57f17 !important;
}

.btn-outline-yellow.btn-outline-darken-4 {
  border-color: #f57f17 !important;
  color: #f57f17 !important;
}
.btn-outline-yellow.btn-outline-darken-4:hover {
  background-color: #f57f17 !important;
}

input:focus ~ .bg-yellow {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #f57f17 !important;
}

.border-yellow.border-darken-4 {
  border: 1px solid #f57f17 !important;
}

.border-top-yellow.border-top-darken-4 {
  border-top: 1px solid #f57f17 !important;
}

.border-bottom-yellow.border-bottom-darken-4 {
  border-bottom: 1px solid #f57f17 !important;
}

.border-left-yellow.border-left-darken-4 {
  border-left: 1px solid #f57f17 !important;
}

.border-right-yellow.border-right-darken-4 {
  border-right: 1px solid #f57f17 !important;
}

.overlay-yellow.overlay-darken-4 {
  background: #f57f17; /* The Fallback */
  background: rgba(245, 127, 23, 0.8);
}

.yellow.accent-1 {
  color: #ffff8d !important;
}

.bg-yellow.bg-accent-1 {
  background-color: #ffff8d !important;
}
.bg-yellow.bg-accent-1.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(255, 255, 141, 0.6);
}

.btn-yellow.btn-accent-1 {
  border-color: #fbc02d !important;
  background-color: #ffff8d !important;
}
.btn-yellow.btn-accent-1:hover {
  border-color: #fbc02d !important;
  background-color: #f9a825 !important;
}
.btn-yellow.btn-accent-1:focus, .btn-yellow.btn-accent-1:active {
  border-color: #f9a825 !important;
  background-color: #f57f17 !important;
}

.btn-outline-yellow.btn-outline-accent-1 {
  border-color: #ffff8d !important;
  color: #ffff8d !important;
}
.btn-outline-yellow.btn-outline-accent-1:hover {
  background-color: #ffff8d !important;
}

input:focus ~ .bg-yellow {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ffff8d !important;
}

.border-yellow.border-accent-1 {
  border: 1px solid #ffff8d !important;
}

.border-top-yellow.border-top-accent-1 {
  border-top: 1px solid #ffff8d !important;
}

.border-bottom-yellow.border-bottom-accent-1 {
  border-bottom: 1px solid #ffff8d !important;
}

.border-left-yellow.border-left-accent-1 {
  border-left: 1px solid #ffff8d !important;
}

.border-right-yellow.border-right-accent-1 {
  border-right: 1px solid #ffff8d !important;
}

.overlay-yellow.overlay-accent-1 {
  background: #ffff8d; /* The Fallback */
  background: rgba(255, 255, 141, 0.8);
}

.yellow.accent-2 {
  color: #ffff00 !important;
}

.bg-yellow.bg-accent-2 {
  background-color: #ffff00 !important;
}
.bg-yellow.bg-accent-2.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(255, 255, 0, 0.6);
}

.btn-yellow.btn-accent-2 {
  border-color: #fbc02d !important;
  background-color: #ffff00 !important;
}
.btn-yellow.btn-accent-2:hover {
  border-color: #fbc02d !important;
  background-color: #f9a825 !important;
}
.btn-yellow.btn-accent-2:focus, .btn-yellow.btn-accent-2:active {
  border-color: #f9a825 !important;
  background-color: #f57f17 !important;
}

.btn-outline-yellow.btn-outline-accent-2 {
  border-color: #ffff00 !important;
  color: #ffff00 !important;
}
.btn-outline-yellow.btn-outline-accent-2:hover {
  background-color: #ffff00 !important;
}

input:focus ~ .bg-yellow {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ffff00 !important;
}

.border-yellow.border-accent-2 {
  border: 1px solid #ffff00 !important;
}

.border-top-yellow.border-top-accent-2 {
  border-top: 1px solid #ffff00 !important;
}

.border-bottom-yellow.border-bottom-accent-2 {
  border-bottom: 1px solid #ffff00 !important;
}

.border-left-yellow.border-left-accent-2 {
  border-left: 1px solid #ffff00 !important;
}

.border-right-yellow.border-right-accent-2 {
  border-right: 1px solid #ffff00 !important;
}

.overlay-yellow.overlay-accent-2 {
  background: #ffff00; /* The Fallback */
  background: rgba(255, 255, 0, 0.8);
}

.yellow.accent-3 {
  color: #ffea00 !important;
}

.bg-yellow.bg-accent-3 {
  background-color: #ffea00 !important;
}
.bg-yellow.bg-accent-3.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(255, 234, 0, 0.6);
}

.btn-yellow.btn-accent-3 {
  border-color: #fbc02d !important;
  background-color: #ffea00 !important;
}
.btn-yellow.btn-accent-3:hover {
  border-color: #fbc02d !important;
  background-color: #f9a825 !important;
}
.btn-yellow.btn-accent-3:focus, .btn-yellow.btn-accent-3:active {
  border-color: #f9a825 !important;
  background-color: #f57f17 !important;
}

.btn-outline-yellow.btn-outline-accent-3 {
  border-color: #ffea00 !important;
  color: #ffea00 !important;
}
.btn-outline-yellow.btn-outline-accent-3:hover {
  background-color: #ffea00 !important;
}

input:focus ~ .bg-yellow {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ffea00 !important;
}

.border-yellow.border-accent-3 {
  border: 1px solid #ffea00 !important;
}

.border-top-yellow.border-top-accent-3 {
  border-top: 1px solid #ffea00 !important;
}

.border-bottom-yellow.border-bottom-accent-3 {
  border-bottom: 1px solid #ffea00 !important;
}

.border-left-yellow.border-left-accent-3 {
  border-left: 1px solid #ffea00 !important;
}

.border-right-yellow.border-right-accent-3 {
  border-right: 1px solid #ffea00 !important;
}

.overlay-yellow.overlay-accent-3 {
  background: #ffea00; /* The Fallback */
  background: rgba(255, 234, 0, 0.8);
}

.yellow.accent-4 {
  color: #ffd600 !important;
}

.bg-yellow.bg-accent-4 {
  background-color: #ffd600 !important;
}
.bg-yellow.bg-accent-4.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(255, 214, 0, 0.6);
}

.btn-yellow.btn-accent-4 {
  border-color: #fbc02d !important;
  background-color: #ffd600 !important;
}
.btn-yellow.btn-accent-4:hover {
  border-color: #fbc02d !important;
  background-color: #f9a825 !important;
}
.btn-yellow.btn-accent-4:focus, .btn-yellow.btn-accent-4:active {
  border-color: #f9a825 !important;
  background-color: #f57f17 !important;
}

.btn-outline-yellow.btn-outline-accent-4 {
  border-color: #ffd600 !important;
  color: #ffd600 !important;
}
.btn-outline-yellow.btn-outline-accent-4:hover {
  background-color: #ffd600 !important;
}

input:focus ~ .bg-yellow {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ffd600 !important;
}

.border-yellow.border-accent-4 {
  border: 1px solid #ffd600 !important;
}

.border-top-yellow.border-top-accent-4 {
  border-top: 1px solid #ffd600 !important;
}

.border-bottom-yellow.border-bottom-accent-4 {
  border-bottom: 1px solid #ffd600 !important;
}

.border-left-yellow.border-left-accent-4 {
  border-left: 1px solid #ffd600 !important;
}

.border-right-yellow.border-right-accent-4 {
  border-right: 1px solid #ffd600 !important;
}

.overlay-yellow.overlay-accent-4 {
  background: #ffd600; /* The Fallback */
  background: rgba(255, 214, 0, 0.8);
}

.amber.lighten-5 {
  color: #fff8e1 !important;
}

.bg-amber.bg-lighten-5 {
  background-color: #fff8e1 !important;
}
.bg-amber.bg-lighten-5.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(255, 248, 225, 0.6);
}

.btn-amber.btn-lighten-5 {
  border-color: #ffa000 !important;
  background-color: #fff8e1 !important;
}
.btn-amber.btn-lighten-5:hover {
  border-color: #ffa000 !important;
  background-color: #ff8f00 !important;
}
.btn-amber.btn-lighten-5:focus, .btn-amber.btn-lighten-5:active {
  border-color: #ff8f00 !important;
  background-color: #ff6f00 !important;
}

.btn-outline-amber.btn-outline-lighten-5 {
  border-color: #fff8e1 !important;
  color: #fff8e1 !important;
}
.btn-outline-amber.btn-outline-lighten-5:hover {
  background-color: #fff8e1 !important;
}

input:focus ~ .bg-amber {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #fff8e1 !important;
}

.border-amber.border-lighten-5 {
  border: 1px solid #fff8e1 !important;
}

.border-top-amber.border-top-lighten-5 {
  border-top: 1px solid #fff8e1 !important;
}

.border-bottom-amber.border-bottom-lighten-5 {
  border-bottom: 1px solid #fff8e1 !important;
}

.border-left-amber.border-left-lighten-5 {
  border-left: 1px solid #fff8e1 !important;
}

.border-right-amber.border-right-lighten-5 {
  border-right: 1px solid #fff8e1 !important;
}

.overlay-amber.overlay-lighten-5 {
  background: #fff8e1; /* The Fallback */
  background: rgba(255, 248, 225, 0.8);
}

.amber.lighten-4 {
  color: #ffecb3 !important;
}

.bg-amber.bg-lighten-4 {
  background-color: #ffecb3 !important;
}
.bg-amber.bg-lighten-4.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(255, 236, 179, 0.6);
}

.btn-amber.btn-lighten-4 {
  border-color: #ffa000 !important;
  background-color: #ffecb3 !important;
}
.btn-amber.btn-lighten-4:hover {
  border-color: #ffa000 !important;
  background-color: #ff8f00 !important;
}
.btn-amber.btn-lighten-4:focus, .btn-amber.btn-lighten-4:active {
  border-color: #ff8f00 !important;
  background-color: #ff6f00 !important;
}

.btn-outline-amber.btn-outline-lighten-4 {
  border-color: #ffecb3 !important;
  color: #ffecb3 !important;
}
.btn-outline-amber.btn-outline-lighten-4:hover {
  background-color: #ffecb3 !important;
}

input:focus ~ .bg-amber {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ffecb3 !important;
}

.border-amber.border-lighten-4 {
  border: 1px solid #ffecb3 !important;
}

.border-top-amber.border-top-lighten-4 {
  border-top: 1px solid #ffecb3 !important;
}

.border-bottom-amber.border-bottom-lighten-4 {
  border-bottom: 1px solid #ffecb3 !important;
}

.border-left-amber.border-left-lighten-4 {
  border-left: 1px solid #ffecb3 !important;
}

.border-right-amber.border-right-lighten-4 {
  border-right: 1px solid #ffecb3 !important;
}

.overlay-amber.overlay-lighten-4 {
  background: #ffecb3; /* The Fallback */
  background: rgba(255, 236, 179, 0.8);
}

.amber.lighten-3 {
  color: #ffe082 !important;
}

.bg-amber.bg-lighten-3 {
  background-color: #ffe082 !important;
}
.bg-amber.bg-lighten-3.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(255, 224, 130, 0.6);
}

.btn-amber.btn-lighten-3 {
  border-color: #ffa000 !important;
  background-color: #ffe082 !important;
}
.btn-amber.btn-lighten-3:hover {
  border-color: #ffa000 !important;
  background-color: #ff8f00 !important;
}
.btn-amber.btn-lighten-3:focus, .btn-amber.btn-lighten-3:active {
  border-color: #ff8f00 !important;
  background-color: #ff6f00 !important;
}

.btn-outline-amber.btn-outline-lighten-3 {
  border-color: #ffe082 !important;
  color: #ffe082 !important;
}
.btn-outline-amber.btn-outline-lighten-3:hover {
  background-color: #ffe082 !important;
}

input:focus ~ .bg-amber {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ffe082 !important;
}

.border-amber.border-lighten-3 {
  border: 1px solid #ffe082 !important;
}

.border-top-amber.border-top-lighten-3 {
  border-top: 1px solid #ffe082 !important;
}

.border-bottom-amber.border-bottom-lighten-3 {
  border-bottom: 1px solid #ffe082 !important;
}

.border-left-amber.border-left-lighten-3 {
  border-left: 1px solid #ffe082 !important;
}

.border-right-amber.border-right-lighten-3 {
  border-right: 1px solid #ffe082 !important;
}

.overlay-amber.overlay-lighten-3 {
  background: #ffe082; /* The Fallback */
  background: rgba(255, 224, 130, 0.8);
}

.amber.lighten-2 {
  color: #ffd54f !important;
}

.bg-amber.bg-lighten-2 {
  background-color: #ffd54f !important;
}
.bg-amber.bg-lighten-2.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(255, 213, 79, 0.6);
}

.btn-amber.btn-lighten-2 {
  border-color: #ffa000 !important;
  background-color: #ffd54f !important;
}
.btn-amber.btn-lighten-2:hover {
  border-color: #ffa000 !important;
  background-color: #ff8f00 !important;
}
.btn-amber.btn-lighten-2:focus, .btn-amber.btn-lighten-2:active {
  border-color: #ff8f00 !important;
  background-color: #ff6f00 !important;
}

.btn-outline-amber.btn-outline-lighten-2 {
  border-color: #ffd54f !important;
  color: #ffd54f !important;
}
.btn-outline-amber.btn-outline-lighten-2:hover {
  background-color: #ffd54f !important;
}

input:focus ~ .bg-amber {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ffd54f !important;
}

.border-amber.border-lighten-2 {
  border: 1px solid #ffd54f !important;
}

.border-top-amber.border-top-lighten-2 {
  border-top: 1px solid #ffd54f !important;
}

.border-bottom-amber.border-bottom-lighten-2 {
  border-bottom: 1px solid #ffd54f !important;
}

.border-left-amber.border-left-lighten-2 {
  border-left: 1px solid #ffd54f !important;
}

.border-right-amber.border-right-lighten-2 {
  border-right: 1px solid #ffd54f !important;
}

.overlay-amber.overlay-lighten-2 {
  background: #ffd54f; /* The Fallback */
  background: rgba(255, 213, 79, 0.8);
}

.amber.lighten-1 {
  color: #ffca28 !important;
}

.bg-amber.bg-lighten-1 {
  background-color: #ffca28 !important;
}
.bg-amber.bg-lighten-1.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(255, 202, 40, 0.6);
}

.btn-amber.btn-lighten-1 {
  border-color: #ffa000 !important;
  background-color: #ffca28 !important;
}
.btn-amber.btn-lighten-1:hover {
  border-color: #ffa000 !important;
  background-color: #ff8f00 !important;
}
.btn-amber.btn-lighten-1:focus, .btn-amber.btn-lighten-1:active {
  border-color: #ff8f00 !important;
  background-color: #ff6f00 !important;
}

.btn-outline-amber.btn-outline-lighten-1 {
  border-color: #ffca28 !important;
  color: #ffca28 !important;
}
.btn-outline-amber.btn-outline-lighten-1:hover {
  background-color: #ffca28 !important;
}

input:focus ~ .bg-amber {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ffca28 !important;
}

.border-amber.border-lighten-1 {
  border: 1px solid #ffca28 !important;
}

.border-top-amber.border-top-lighten-1 {
  border-top: 1px solid #ffca28 !important;
}

.border-bottom-amber.border-bottom-lighten-1 {
  border-bottom: 1px solid #ffca28 !important;
}

.border-left-amber.border-left-lighten-1 {
  border-left: 1px solid #ffca28 !important;
}

.border-right-amber.border-right-lighten-1 {
  border-right: 1px solid #ffca28 !important;
}

.overlay-amber.overlay-lighten-1 {
  background: #ffca28; /* The Fallback */
  background: rgba(255, 202, 40, 0.8);
}

.amber {
  color: #ffc107 !important;
}

.bg-amber {
  background-color: #ffc107 !important;
}
.bg-amber .card-header, .bg-amber .card-footer {
  background-color: transparent;
}
.bg-amber.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(255, 193, 7, 0.6);
}

.selectboxit.selectboxit-btn.bg-amber {
  background-color: #ffc107 !important;
}

.alert-amber {
  border-color: #ffc107 !important;
  background-color: #ffd34e !important;
  color: #543f00 !important;
}
.alert-amber .alert-link {
  color: #2b2000 !important;
}

.border-amber {
  border-color: #ffc107;
}

.overlay-amber {
  background: #ffc107; /* The Fallback */
  background: rgba(255, 193, 7, 0.8);
}

.color-info.amber {
  background-color: #ffc107 !important;
}

.btn-amber {
  border-color: #ffa000 !important;
  background-color: #ffc107 !important;
  color: #FFFFFF;
}
.btn-amber:hover {
  border-color: #ffb300 !important;
  background-color: #ffca28 !important;
  color: #FFF !important;
}
.btn-amber:focus, .btn-amber:active {
  border-color: #ffa000 !important;
  background-color: #ff8f00 !important;
  color: #FFF !important;
}
.btn-amber.btn-glow {
  box-shadow: 0px 1px 20px 1px rgba(255, 193, 7, 0.6);
}

.btn-outline-amber {
  border-color: #ffc107;
  background-color: transparent;
  color: #ffc107;
}
.btn-outline-amber:hover {
  background-color: #ffc107;
  color: #FFF !important;
}
.btn-outline-amber.btn-glow {
  box-shadow: 0px 1px 20px 1px rgba(255, 193, 7, 0.6);
}

input[type=checkbox].bg-amber + .custom-control-label:before, input[type=radio].bg-amber + .custom-control-label:before {
  background-color: #ffc107 !important;
}

/* .custom-control-label{
  &:before{
    background-color: #ddd !important;
  }
} */
input:focus ~ .bg-amber {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ffc107 !important;
}

.border-amber {
  border: 1px solid #ffc107 !important;
}

.border-top-amber {
  border-top: 1px solid #ffc107;
}

.border-bottom-amber {
  border-bottom: 1px solid #ffc107;
}

.border-left-amber {
  border-left: 1px solid #ffc107;
}

.border-right-amber {
  border-right: 1px solid #ffc107;
}

.amber.darken-1 {
  color: #ffb300 !important;
}

.bg-amber.bg-darken-1 {
  background-color: #ffb300 !important;
}
.bg-amber.bg-darken-1.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(255, 179, 0, 0.6);
}

.btn-amber.btn-darken-1 {
  border-color: #ffa000 !important;
  background-color: #ffb300 !important;
}
.btn-amber.btn-darken-1:hover {
  border-color: #ffa000 !important;
  background-color: #ff8f00 !important;
}
.btn-amber.btn-darken-1:focus, .btn-amber.btn-darken-1:active {
  border-color: #ff8f00 !important;
  background-color: #ff6f00 !important;
}

.btn-outline-amber.btn-outline-darken-1 {
  border-color: #ffb300 !important;
  color: #ffb300 !important;
}
.btn-outline-amber.btn-outline-darken-1:hover {
  background-color: #ffb300 !important;
}

input:focus ~ .bg-amber {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ffb300 !important;
}

.border-amber.border-darken-1 {
  border: 1px solid #ffb300 !important;
}

.border-top-amber.border-top-darken-1 {
  border-top: 1px solid #ffb300 !important;
}

.border-bottom-amber.border-bottom-darken-1 {
  border-bottom: 1px solid #ffb300 !important;
}

.border-left-amber.border-left-darken-1 {
  border-left: 1px solid #ffb300 !important;
}

.border-right-amber.border-right-darken-1 {
  border-right: 1px solid #ffb300 !important;
}

.overlay-amber.overlay-darken-1 {
  background: #ffb300; /* The Fallback */
  background: rgba(255, 179, 0, 0.8);
}

.amber.darken-2 {
  color: #ffa000 !important;
}

.bg-amber.bg-darken-2 {
  background-color: #ffa000 !important;
}
.bg-amber.bg-darken-2.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(255, 160, 0, 0.6);
}

.btn-amber.btn-darken-2 {
  border-color: #ffa000 !important;
  background-color: #ffa000 !important;
}
.btn-amber.btn-darken-2:hover {
  border-color: #ffa000 !important;
  background-color: #ff8f00 !important;
}
.btn-amber.btn-darken-2:focus, .btn-amber.btn-darken-2:active {
  border-color: #ff8f00 !important;
  background-color: #ff6f00 !important;
}

.btn-outline-amber.btn-outline-darken-2 {
  border-color: #ffa000 !important;
  color: #ffa000 !important;
}
.btn-outline-amber.btn-outline-darken-2:hover {
  background-color: #ffa000 !important;
}

input:focus ~ .bg-amber {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ffa000 !important;
}

.border-amber.border-darken-2 {
  border: 1px solid #ffa000 !important;
}

.border-top-amber.border-top-darken-2 {
  border-top: 1px solid #ffa000 !important;
}

.border-bottom-amber.border-bottom-darken-2 {
  border-bottom: 1px solid #ffa000 !important;
}

.border-left-amber.border-left-darken-2 {
  border-left: 1px solid #ffa000 !important;
}

.border-right-amber.border-right-darken-2 {
  border-right: 1px solid #ffa000 !important;
}

.overlay-amber.overlay-darken-2 {
  background: #ffa000; /* The Fallback */
  background: rgba(255, 160, 0, 0.8);
}

.amber.darken-3 {
  color: #ff8f00 !important;
}

.bg-amber.bg-darken-3 {
  background-color: #ff8f00 !important;
}
.bg-amber.bg-darken-3.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(255, 143, 0, 0.6);
}

.btn-amber.btn-darken-3 {
  border-color: #ffa000 !important;
  background-color: #ff8f00 !important;
}
.btn-amber.btn-darken-3:hover {
  border-color: #ffa000 !important;
  background-color: #ff8f00 !important;
}
.btn-amber.btn-darken-3:focus, .btn-amber.btn-darken-3:active {
  border-color: #ff8f00 !important;
  background-color: #ff6f00 !important;
}

.btn-outline-amber.btn-outline-darken-3 {
  border-color: #ff8f00 !important;
  color: #ff8f00 !important;
}
.btn-outline-amber.btn-outline-darken-3:hover {
  background-color: #ff8f00 !important;
}

input:focus ~ .bg-amber {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ff8f00 !important;
}

.border-amber.border-darken-3 {
  border: 1px solid #ff8f00 !important;
}

.border-top-amber.border-top-darken-3 {
  border-top: 1px solid #ff8f00 !important;
}

.border-bottom-amber.border-bottom-darken-3 {
  border-bottom: 1px solid #ff8f00 !important;
}

.border-left-amber.border-left-darken-3 {
  border-left: 1px solid #ff8f00 !important;
}

.border-right-amber.border-right-darken-3 {
  border-right: 1px solid #ff8f00 !important;
}

.overlay-amber.overlay-darken-3 {
  background: #ff8f00; /* The Fallback */
  background: rgba(255, 143, 0, 0.8);
}

.amber.darken-4 {
  color: #ff6f00 !important;
}

.bg-amber.bg-darken-4 {
  background-color: #ff6f00 !important;
}
.bg-amber.bg-darken-4.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(255, 111, 0, 0.6);
}

.btn-amber.btn-darken-4 {
  border-color: #ffa000 !important;
  background-color: #ff6f00 !important;
}
.btn-amber.btn-darken-4:hover {
  border-color: #ffa000 !important;
  background-color: #ff8f00 !important;
}
.btn-amber.btn-darken-4:focus, .btn-amber.btn-darken-4:active {
  border-color: #ff8f00 !important;
  background-color: #ff6f00 !important;
}

.btn-outline-amber.btn-outline-darken-4 {
  border-color: #ff6f00 !important;
  color: #ff6f00 !important;
}
.btn-outline-amber.btn-outline-darken-4:hover {
  background-color: #ff6f00 !important;
}

input:focus ~ .bg-amber {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ff6f00 !important;
}

.border-amber.border-darken-4 {
  border: 1px solid #ff6f00 !important;
}

.border-top-amber.border-top-darken-4 {
  border-top: 1px solid #ff6f00 !important;
}

.border-bottom-amber.border-bottom-darken-4 {
  border-bottom: 1px solid #ff6f00 !important;
}

.border-left-amber.border-left-darken-4 {
  border-left: 1px solid #ff6f00 !important;
}

.border-right-amber.border-right-darken-4 {
  border-right: 1px solid #ff6f00 !important;
}

.overlay-amber.overlay-darken-4 {
  background: #ff6f00; /* The Fallback */
  background: rgba(255, 111, 0, 0.8);
}

.amber.accent-1 {
  color: #ffe57f !important;
}

.bg-amber.bg-accent-1 {
  background-color: #ffe57f !important;
}
.bg-amber.bg-accent-1.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(255, 229, 127, 0.6);
}

.btn-amber.btn-accent-1 {
  border-color: #ffa000 !important;
  background-color: #ffe57f !important;
}
.btn-amber.btn-accent-1:hover {
  border-color: #ffa000 !important;
  background-color: #ff8f00 !important;
}
.btn-amber.btn-accent-1:focus, .btn-amber.btn-accent-1:active {
  border-color: #ff8f00 !important;
  background-color: #ff6f00 !important;
}

.btn-outline-amber.btn-outline-accent-1 {
  border-color: #ffe57f !important;
  color: #ffe57f !important;
}
.btn-outline-amber.btn-outline-accent-1:hover {
  background-color: #ffe57f !important;
}

input:focus ~ .bg-amber {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ffe57f !important;
}

.border-amber.border-accent-1 {
  border: 1px solid #ffe57f !important;
}

.border-top-amber.border-top-accent-1 {
  border-top: 1px solid #ffe57f !important;
}

.border-bottom-amber.border-bottom-accent-1 {
  border-bottom: 1px solid #ffe57f !important;
}

.border-left-amber.border-left-accent-1 {
  border-left: 1px solid #ffe57f !important;
}

.border-right-amber.border-right-accent-1 {
  border-right: 1px solid #ffe57f !important;
}

.overlay-amber.overlay-accent-1 {
  background: #ffe57f; /* The Fallback */
  background: rgba(255, 229, 127, 0.8);
}

.amber.accent-2 {
  color: #ffd740 !important;
}

.bg-amber.bg-accent-2 {
  background-color: #ffd740 !important;
}
.bg-amber.bg-accent-2.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(255, 215, 64, 0.6);
}

.btn-amber.btn-accent-2 {
  border-color: #ffa000 !important;
  background-color: #ffd740 !important;
}
.btn-amber.btn-accent-2:hover {
  border-color: #ffa000 !important;
  background-color: #ff8f00 !important;
}
.btn-amber.btn-accent-2:focus, .btn-amber.btn-accent-2:active {
  border-color: #ff8f00 !important;
  background-color: #ff6f00 !important;
}

.btn-outline-amber.btn-outline-accent-2 {
  border-color: #ffd740 !important;
  color: #ffd740 !important;
}
.btn-outline-amber.btn-outline-accent-2:hover {
  background-color: #ffd740 !important;
}

input:focus ~ .bg-amber {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ffd740 !important;
}

.border-amber.border-accent-2 {
  border: 1px solid #ffd740 !important;
}

.border-top-amber.border-top-accent-2 {
  border-top: 1px solid #ffd740 !important;
}

.border-bottom-amber.border-bottom-accent-2 {
  border-bottom: 1px solid #ffd740 !important;
}

.border-left-amber.border-left-accent-2 {
  border-left: 1px solid #ffd740 !important;
}

.border-right-amber.border-right-accent-2 {
  border-right: 1px solid #ffd740 !important;
}

.overlay-amber.overlay-accent-2 {
  background: #ffd740; /* The Fallback */
  background: rgba(255, 215, 64, 0.8);
}

.amber.accent-3 {
  color: #ffc400 !important;
}

.bg-amber.bg-accent-3 {
  background-color: #ffc400 !important;
}
.bg-amber.bg-accent-3.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(255, 196, 0, 0.6);
}

.btn-amber.btn-accent-3 {
  border-color: #ffa000 !important;
  background-color: #ffc400 !important;
}
.btn-amber.btn-accent-3:hover {
  border-color: #ffa000 !important;
  background-color: #ff8f00 !important;
}
.btn-amber.btn-accent-3:focus, .btn-amber.btn-accent-3:active {
  border-color: #ff8f00 !important;
  background-color: #ff6f00 !important;
}

.btn-outline-amber.btn-outline-accent-3 {
  border-color: #ffc400 !important;
  color: #ffc400 !important;
}
.btn-outline-amber.btn-outline-accent-3:hover {
  background-color: #ffc400 !important;
}

input:focus ~ .bg-amber {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ffc400 !important;
}

.border-amber.border-accent-3 {
  border: 1px solid #ffc400 !important;
}

.border-top-amber.border-top-accent-3 {
  border-top: 1px solid #ffc400 !important;
}

.border-bottom-amber.border-bottom-accent-3 {
  border-bottom: 1px solid #ffc400 !important;
}

.border-left-amber.border-left-accent-3 {
  border-left: 1px solid #ffc400 !important;
}

.border-right-amber.border-right-accent-3 {
  border-right: 1px solid #ffc400 !important;
}

.overlay-amber.overlay-accent-3 {
  background: #ffc400; /* The Fallback */
  background: rgba(255, 196, 0, 0.8);
}

.amber.accent-4 {
  color: #ffab00 !important;
}

.bg-amber.bg-accent-4 {
  background-color: #ffab00 !important;
}
.bg-amber.bg-accent-4.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(255, 171, 0, 0.6);
}

.btn-amber.btn-accent-4 {
  border-color: #ffa000 !important;
  background-color: #ffab00 !important;
}
.btn-amber.btn-accent-4:hover {
  border-color: #ffa000 !important;
  background-color: #ff8f00 !important;
}
.btn-amber.btn-accent-4:focus, .btn-amber.btn-accent-4:active {
  border-color: #ff8f00 !important;
  background-color: #ff6f00 !important;
}

.btn-outline-amber.btn-outline-accent-4 {
  border-color: #ffab00 !important;
  color: #ffab00 !important;
}
.btn-outline-amber.btn-outline-accent-4:hover {
  background-color: #ffab00 !important;
}

input:focus ~ .bg-amber {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ffab00 !important;
}

.border-amber.border-accent-4 {
  border: 1px solid #ffab00 !important;
}

.border-top-amber.border-top-accent-4 {
  border-top: 1px solid #ffab00 !important;
}

.border-bottom-amber.border-bottom-accent-4 {
  border-bottom: 1px solid #ffab00 !important;
}

.border-left-amber.border-left-accent-4 {
  border-left: 1px solid #ffab00 !important;
}

.border-right-amber.border-right-accent-4 {
  border-right: 1px solid #ffab00 !important;
}

.overlay-amber.overlay-accent-4 {
  background: #ffab00; /* The Fallback */
  background: rgba(255, 171, 0, 0.8);
}

.blue-grey.lighten-5 {
  color: #eceff1 !important;
}

.bg-blue-grey.bg-lighten-5 {
  background-color: #eceff1 !important;
}
.bg-blue-grey.bg-lighten-5.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(236, 239, 241, 0.6);
}

.btn-blue-grey.btn-lighten-5 {
  border-color: #455a64 !important;
  background-color: #eceff1 !important;
}
.btn-blue-grey.btn-lighten-5:hover {
  border-color: #455a64 !important;
  background-color: #37474f !important;
}
.btn-blue-grey.btn-lighten-5:focus, .btn-blue-grey.btn-lighten-5:active {
  border-color: #37474f !important;
  background-color: #263238 !important;
}

.btn-outline-blue-grey.btn-outline-lighten-5 {
  border-color: #eceff1 !important;
  color: #eceff1 !important;
}
.btn-outline-blue-grey.btn-outline-lighten-5:hover {
  background-color: #eceff1 !important;
}

input:focus ~ .bg-blue-grey {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #eceff1 !important;
}

.border-blue-grey.border-lighten-5 {
  border: 1px solid #eceff1 !important;
}

.border-top-blue-grey.border-top-lighten-5 {
  border-top: 1px solid #eceff1 !important;
}

.border-bottom-blue-grey.border-bottom-lighten-5 {
  border-bottom: 1px solid #eceff1 !important;
}

.border-left-blue-grey.border-left-lighten-5 {
  border-left: 1px solid #eceff1 !important;
}

.border-right-blue-grey.border-right-lighten-5 {
  border-right: 1px solid #eceff1 !important;
}

.overlay-blue-grey.overlay-lighten-5 {
  background: #eceff1; /* The Fallback */
  background: rgba(236, 239, 241, 0.8);
}

.blue-grey.lighten-4 {
  color: #cfd8dc !important;
}

.bg-blue-grey.bg-lighten-4 {
  background-color: #cfd8dc !important;
}
.bg-blue-grey.bg-lighten-4.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(207, 216, 220, 0.6);
}

.btn-blue-grey.btn-lighten-4 {
  border-color: #455a64 !important;
  background-color: #cfd8dc !important;
}
.btn-blue-grey.btn-lighten-4:hover {
  border-color: #455a64 !important;
  background-color: #37474f !important;
}
.btn-blue-grey.btn-lighten-4:focus, .btn-blue-grey.btn-lighten-4:active {
  border-color: #37474f !important;
  background-color: #263238 !important;
}

.btn-outline-blue-grey.btn-outline-lighten-4 {
  border-color: #cfd8dc !important;
  color: #cfd8dc !important;
}
.btn-outline-blue-grey.btn-outline-lighten-4:hover {
  background-color: #cfd8dc !important;
}

input:focus ~ .bg-blue-grey {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #cfd8dc !important;
}

.border-blue-grey.border-lighten-4 {
  border: 1px solid #cfd8dc !important;
}

.border-top-blue-grey.border-top-lighten-4 {
  border-top: 1px solid #cfd8dc !important;
}

.border-bottom-blue-grey.border-bottom-lighten-4 {
  border-bottom: 1px solid #cfd8dc !important;
}

.border-left-blue-grey.border-left-lighten-4 {
  border-left: 1px solid #cfd8dc !important;
}

.border-right-blue-grey.border-right-lighten-4 {
  border-right: 1px solid #cfd8dc !important;
}

.overlay-blue-grey.overlay-lighten-4 {
  background: #cfd8dc; /* The Fallback */
  background: rgba(207, 216, 220, 0.8);
}

.blue-grey.lighten-3 {
  color: #b0bec5 !important;
}

.bg-blue-grey.bg-lighten-3 {
  background-color: #b0bec5 !important;
}
.bg-blue-grey.bg-lighten-3.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(176, 190, 197, 0.6);
}

.btn-blue-grey.btn-lighten-3 {
  border-color: #455a64 !important;
  background-color: #b0bec5 !important;
}
.btn-blue-grey.btn-lighten-3:hover {
  border-color: #455a64 !important;
  background-color: #37474f !important;
}
.btn-blue-grey.btn-lighten-3:focus, .btn-blue-grey.btn-lighten-3:active {
  border-color: #37474f !important;
  background-color: #263238 !important;
}

.btn-outline-blue-grey.btn-outline-lighten-3 {
  border-color: #b0bec5 !important;
  color: #b0bec5 !important;
}
.btn-outline-blue-grey.btn-outline-lighten-3:hover {
  background-color: #b0bec5 !important;
}

input:focus ~ .bg-blue-grey {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #b0bec5 !important;
}

.border-blue-grey.border-lighten-3 {
  border: 1px solid #b0bec5 !important;
}

.border-top-blue-grey.border-top-lighten-3 {
  border-top: 1px solid #b0bec5 !important;
}

.border-bottom-blue-grey.border-bottom-lighten-3 {
  border-bottom: 1px solid #b0bec5 !important;
}

.border-left-blue-grey.border-left-lighten-3 {
  border-left: 1px solid #b0bec5 !important;
}

.border-right-blue-grey.border-right-lighten-3 {
  border-right: 1px solid #b0bec5 !important;
}

.overlay-blue-grey.overlay-lighten-3 {
  background: #b0bec5; /* The Fallback */
  background: rgba(176, 190, 197, 0.8);
}

.blue-grey.lighten-2 {
  color: #90a4ae !important;
}

.bg-blue-grey.bg-lighten-2 {
  background-color: #90a4ae !important;
}
.bg-blue-grey.bg-lighten-2.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(144, 164, 174, 0.6);
}

.btn-blue-grey.btn-lighten-2 {
  border-color: #455a64 !important;
  background-color: #90a4ae !important;
}
.btn-blue-grey.btn-lighten-2:hover {
  border-color: #455a64 !important;
  background-color: #37474f !important;
}
.btn-blue-grey.btn-lighten-2:focus, .btn-blue-grey.btn-lighten-2:active {
  border-color: #37474f !important;
  background-color: #263238 !important;
}

.btn-outline-blue-grey.btn-outline-lighten-2 {
  border-color: #90a4ae !important;
  color: #90a4ae !important;
}
.btn-outline-blue-grey.btn-outline-lighten-2:hover {
  background-color: #90a4ae !important;
}

input:focus ~ .bg-blue-grey {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #90a4ae !important;
}

.border-blue-grey.border-lighten-2 {
  border: 1px solid #90a4ae !important;
}

.border-top-blue-grey.border-top-lighten-2 {
  border-top: 1px solid #90a4ae !important;
}

.border-bottom-blue-grey.border-bottom-lighten-2 {
  border-bottom: 1px solid #90a4ae !important;
}

.border-left-blue-grey.border-left-lighten-2 {
  border-left: 1px solid #90a4ae !important;
}

.border-right-blue-grey.border-right-lighten-2 {
  border-right: 1px solid #90a4ae !important;
}

.overlay-blue-grey.overlay-lighten-2 {
  background: #90a4ae; /* The Fallback */
  background: rgba(144, 164, 174, 0.8);
}

.blue-grey.lighten-1 {
  color: #78909c !important;
}

.bg-blue-grey.bg-lighten-1 {
  background-color: #78909c !important;
}
.bg-blue-grey.bg-lighten-1.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(120, 144, 156, 0.6);
}

.btn-blue-grey.btn-lighten-1 {
  border-color: #455a64 !important;
  background-color: #78909c !important;
}
.btn-blue-grey.btn-lighten-1:hover {
  border-color: #455a64 !important;
  background-color: #37474f !important;
}
.btn-blue-grey.btn-lighten-1:focus, .btn-blue-grey.btn-lighten-1:active {
  border-color: #37474f !important;
  background-color: #263238 !important;
}

.btn-outline-blue-grey.btn-outline-lighten-1 {
  border-color: #78909c !important;
  color: #78909c !important;
}
.btn-outline-blue-grey.btn-outline-lighten-1:hover {
  background-color: #78909c !important;
}

input:focus ~ .bg-blue-grey {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #78909c !important;
}

.border-blue-grey.border-lighten-1 {
  border: 1px solid #78909c !important;
}

.border-top-blue-grey.border-top-lighten-1 {
  border-top: 1px solid #78909c !important;
}

.border-bottom-blue-grey.border-bottom-lighten-1 {
  border-bottom: 1px solid #78909c !important;
}

.border-left-blue-grey.border-left-lighten-1 {
  border-left: 1px solid #78909c !important;
}

.border-right-blue-grey.border-right-lighten-1 {
  border-right: 1px solid #78909c !important;
}

.overlay-blue-grey.overlay-lighten-1 {
  background: #78909c; /* The Fallback */
  background: rgba(120, 144, 156, 0.8);
}

.blue-grey {
  color: #607d8b !important;
}

.bg-blue-grey {
  background-color: #607d8b !important;
}
.bg-blue-grey .card-header, .bg-blue-grey .card-footer {
  background-color: transparent;
}
.bg-blue-grey.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(96, 125, 139, 0.6);
}

.selectboxit.selectboxit-btn.bg-blue-grey {
  background-color: #607d8b !important;
}

.alert-blue-grey {
  border-color: #607d8b !important;
  background-color: #87a0ac !important;
  color: #171e21 !important;
}
.alert-blue-grey .alert-link {
  color: #060809 !important;
}

.border-blue-grey {
  border-color: #607d8b;
}

.overlay-blue-grey {
  background: #607d8b; /* The Fallback */
  background: rgba(96, 125, 139, 0.8);
}

.color-info.blue-grey {
  background-color: #607d8b !important;
}

.btn-blue-grey {
  border-color: #455a64 !important;
  background-color: #607d8b !important;
  color: #FFFFFF;
}
.btn-blue-grey:hover {
  border-color: #546e7a !important;
  background-color: #78909c !important;
  color: #FFF !important;
}
.btn-blue-grey:focus, .btn-blue-grey:active {
  border-color: #455a64 !important;
  background-color: #37474f !important;
  color: #FFF !important;
}
.btn-blue-grey.btn-glow {
  box-shadow: 0px 1px 20px 1px rgba(96, 125, 139, 0.6);
}

.btn-outline-blue-grey {
  border-color: #607d8b;
  background-color: transparent;
  color: #607d8b;
}
.btn-outline-blue-grey:hover {
  background-color: #607d8b;
  color: #FFF !important;
}
.btn-outline-blue-grey.btn-glow {
  box-shadow: 0px 1px 20px 1px rgba(96, 125, 139, 0.6);
}

input[type=checkbox].bg-blue-grey + .custom-control-label:before, input[type=radio].bg-blue-grey + .custom-control-label:before {
  background-color: #607d8b !important;
}

/* .custom-control-label{
  &:before{
    background-color: #ddd !important;
  }
} */
input:focus ~ .bg-blue-grey {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #607d8b !important;
}

.border-blue-grey {
  border: 1px solid #607d8b !important;
}

.border-top-blue-grey {
  border-top: 1px solid #607d8b;
}

.border-bottom-blue-grey {
  border-bottom: 1px solid #607d8b;
}

.border-left-blue-grey {
  border-left: 1px solid #607d8b;
}

.border-right-blue-grey {
  border-right: 1px solid #607d8b;
}

.blue-grey.darken-1 {
  color: #546e7a !important;
}

.bg-blue-grey.bg-darken-1 {
  background-color: #546e7a !important;
}
.bg-blue-grey.bg-darken-1.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(84, 110, 122, 0.6);
}

.btn-blue-grey.btn-darken-1 {
  border-color: #455a64 !important;
  background-color: #546e7a !important;
}
.btn-blue-grey.btn-darken-1:hover {
  border-color: #455a64 !important;
  background-color: #37474f !important;
}
.btn-blue-grey.btn-darken-1:focus, .btn-blue-grey.btn-darken-1:active {
  border-color: #37474f !important;
  background-color: #263238 !important;
}

.btn-outline-blue-grey.btn-outline-darken-1 {
  border-color: #546e7a !important;
  color: #546e7a !important;
}
.btn-outline-blue-grey.btn-outline-darken-1:hover {
  background-color: #546e7a !important;
}

input:focus ~ .bg-blue-grey {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #546e7a !important;
}

.border-blue-grey.border-darken-1 {
  border: 1px solid #546e7a !important;
}

.border-top-blue-grey.border-top-darken-1 {
  border-top: 1px solid #546e7a !important;
}

.border-bottom-blue-grey.border-bottom-darken-1 {
  border-bottom: 1px solid #546e7a !important;
}

.border-left-blue-grey.border-left-darken-1 {
  border-left: 1px solid #546e7a !important;
}

.border-right-blue-grey.border-right-darken-1 {
  border-right: 1px solid #546e7a !important;
}

.overlay-blue-grey.overlay-darken-1 {
  background: #546e7a; /* The Fallback */
  background: rgba(84, 110, 122, 0.8);
}

.blue-grey.darken-2 {
  color: #455a64 !important;
}

.bg-blue-grey.bg-darken-2 {
  background-color: #455a64 !important;
}
.bg-blue-grey.bg-darken-2.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(69, 90, 100, 0.6);
}

.btn-blue-grey.btn-darken-2 {
  border-color: #455a64 !important;
  background-color: #455a64 !important;
}
.btn-blue-grey.btn-darken-2:hover {
  border-color: #455a64 !important;
  background-color: #37474f !important;
}
.btn-blue-grey.btn-darken-2:focus, .btn-blue-grey.btn-darken-2:active {
  border-color: #37474f !important;
  background-color: #263238 !important;
}

.btn-outline-blue-grey.btn-outline-darken-2 {
  border-color: #455a64 !important;
  color: #455a64 !important;
}
.btn-outline-blue-grey.btn-outline-darken-2:hover {
  background-color: #455a64 !important;
}

input:focus ~ .bg-blue-grey {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #455a64 !important;
}

.border-blue-grey.border-darken-2 {
  border: 1px solid #455a64 !important;
}

.border-top-blue-grey.border-top-darken-2 {
  border-top: 1px solid #455a64 !important;
}

.border-bottom-blue-grey.border-bottom-darken-2 {
  border-bottom: 1px solid #455a64 !important;
}

.border-left-blue-grey.border-left-darken-2 {
  border-left: 1px solid #455a64 !important;
}

.border-right-blue-grey.border-right-darken-2 {
  border-right: 1px solid #455a64 !important;
}

.overlay-blue-grey.overlay-darken-2 {
  background: #455a64; /* The Fallback */
  background: rgba(69, 90, 100, 0.8);
}

.blue-grey.darken-3 {
  color: #37474f !important;
}

.bg-blue-grey.bg-darken-3 {
  background-color: #37474f !important;
}
.bg-blue-grey.bg-darken-3.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(55, 71, 79, 0.6);
}

.btn-blue-grey.btn-darken-3 {
  border-color: #455a64 !important;
  background-color: #37474f !important;
}
.btn-blue-grey.btn-darken-3:hover {
  border-color: #455a64 !important;
  background-color: #37474f !important;
}
.btn-blue-grey.btn-darken-3:focus, .btn-blue-grey.btn-darken-3:active {
  border-color: #37474f !important;
  background-color: #263238 !important;
}

.btn-outline-blue-grey.btn-outline-darken-3 {
  border-color: #37474f !important;
  color: #37474f !important;
}
.btn-outline-blue-grey.btn-outline-darken-3:hover {
  background-color: #37474f !important;
}

input:focus ~ .bg-blue-grey {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #37474f !important;
}

.border-blue-grey.border-darken-3 {
  border: 1px solid #37474f !important;
}

.border-top-blue-grey.border-top-darken-3 {
  border-top: 1px solid #37474f !important;
}

.border-bottom-blue-grey.border-bottom-darken-3 {
  border-bottom: 1px solid #37474f !important;
}

.border-left-blue-grey.border-left-darken-3 {
  border-left: 1px solid #37474f !important;
}

.border-right-blue-grey.border-right-darken-3 {
  border-right: 1px solid #37474f !important;
}

.overlay-blue-grey.overlay-darken-3 {
  background: #37474f; /* The Fallback */
  background: rgba(55, 71, 79, 0.8);
}

.blue-grey.darken-4 {
  color: #263238 !important;
}

.bg-blue-grey.bg-darken-4 {
  background-color: #263238 !important;
}
.bg-blue-grey.bg-darken-4.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(38, 50, 56, 0.6);
}

.btn-blue-grey.btn-darken-4 {
  border-color: #455a64 !important;
  background-color: #263238 !important;
}
.btn-blue-grey.btn-darken-4:hover {
  border-color: #455a64 !important;
  background-color: #37474f !important;
}
.btn-blue-grey.btn-darken-4:focus, .btn-blue-grey.btn-darken-4:active {
  border-color: #37474f !important;
  background-color: #263238 !important;
}

.btn-outline-blue-grey.btn-outline-darken-4 {
  border-color: #263238 !important;
  color: #263238 !important;
}
.btn-outline-blue-grey.btn-outline-darken-4:hover {
  background-color: #263238 !important;
}

input:focus ~ .bg-blue-grey {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #263238 !important;
}

.border-blue-grey.border-darken-4 {
  border: 1px solid #263238 !important;
}

.border-top-blue-grey.border-top-darken-4 {
  border-top: 1px solid #263238 !important;
}

.border-bottom-blue-grey.border-bottom-darken-4 {
  border-bottom: 1px solid #263238 !important;
}

.border-left-blue-grey.border-left-darken-4 {
  border-left: 1px solid #263238 !important;
}

.border-right-blue-grey.border-right-darken-4 {
  border-right: 1px solid #263238 !important;
}

.overlay-blue-grey.overlay-darken-4 {
  background: #263238; /* The Fallback */
  background: rgba(38, 50, 56, 0.8);
}

.grey-blue.lighten-5 {
  color: #eceff1 !important;
}

.bg-grey-blue.bg-lighten-5 {
  background-color: #eceff1 !important;
}
.bg-grey-blue.bg-lighten-5.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(236, 239, 241, 0.6);
}

.btn-grey-blue.btn-lighten-5 {
  border-color: #2c303b !important;
  background-color: #eceff1 !important;
}
.btn-grey-blue.btn-lighten-5:hover {
  border-color: #2c303b !important;
  background-color: #37474f !important;
}
.btn-grey-blue.btn-lighten-5:focus, .btn-grey-blue.btn-lighten-5:active {
  border-color: #37474f !important;
  background-color: #263238 !important;
}

.btn-outline-grey-blue.btn-outline-lighten-5 {
  border-color: #eceff1 !important;
  color: #eceff1 !important;
}
.btn-outline-grey-blue.btn-outline-lighten-5:hover {
  background-color: #eceff1 !important;
}

input:focus ~ .bg-grey-blue {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #eceff1 !important;
}

.border-grey-blue.border-lighten-5 {
  border: 1px solid #eceff1 !important;
}

.border-top-grey-blue.border-top-lighten-5 {
  border-top: 1px solid #eceff1 !important;
}

.border-bottom-grey-blue.border-bottom-lighten-5 {
  border-bottom: 1px solid #eceff1 !important;
}

.border-left-grey-blue.border-left-lighten-5 {
  border-left: 1px solid #eceff1 !important;
}

.border-right-grey-blue.border-right-lighten-5 {
  border-right: 1px solid #eceff1 !important;
}

.overlay-grey-blue.overlay-lighten-5 {
  background: #eceff1; /* The Fallback */
  background: rgba(236, 239, 241, 0.8);
}

.grey-blue.lighten-4 {
  color: #cfd8dc !important;
}

.bg-grey-blue.bg-lighten-4 {
  background-color: #cfd8dc !important;
}
.bg-grey-blue.bg-lighten-4.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(207, 216, 220, 0.6);
}

.btn-grey-blue.btn-lighten-4 {
  border-color: #2c303b !important;
  background-color: #cfd8dc !important;
}
.btn-grey-blue.btn-lighten-4:hover {
  border-color: #2c303b !important;
  background-color: #37474f !important;
}
.btn-grey-blue.btn-lighten-4:focus, .btn-grey-blue.btn-lighten-4:active {
  border-color: #37474f !important;
  background-color: #263238 !important;
}

.btn-outline-grey-blue.btn-outline-lighten-4 {
  border-color: #cfd8dc !important;
  color: #cfd8dc !important;
}
.btn-outline-grey-blue.btn-outline-lighten-4:hover {
  background-color: #cfd8dc !important;
}

input:focus ~ .bg-grey-blue {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #cfd8dc !important;
}

.border-grey-blue.border-lighten-4 {
  border: 1px solid #cfd8dc !important;
}

.border-top-grey-blue.border-top-lighten-4 {
  border-top: 1px solid #cfd8dc !important;
}

.border-bottom-grey-blue.border-bottom-lighten-4 {
  border-bottom: 1px solid #cfd8dc !important;
}

.border-left-grey-blue.border-left-lighten-4 {
  border-left: 1px solid #cfd8dc !important;
}

.border-right-grey-blue.border-right-lighten-4 {
  border-right: 1px solid #cfd8dc !important;
}

.overlay-grey-blue.overlay-lighten-4 {
  background: #cfd8dc; /* The Fallback */
  background: rgba(207, 216, 220, 0.8);
}

.grey-blue.lighten-3 {
  color: #b0bec5 !important;
}

.bg-grey-blue.bg-lighten-3 {
  background-color: #b0bec5 !important;
}
.bg-grey-blue.bg-lighten-3.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(176, 190, 197, 0.6);
}

.btn-grey-blue.btn-lighten-3 {
  border-color: #2c303b !important;
  background-color: #b0bec5 !important;
}
.btn-grey-blue.btn-lighten-3:hover {
  border-color: #2c303b !important;
  background-color: #37474f !important;
}
.btn-grey-blue.btn-lighten-3:focus, .btn-grey-blue.btn-lighten-3:active {
  border-color: #37474f !important;
  background-color: #263238 !important;
}

.btn-outline-grey-blue.btn-outline-lighten-3 {
  border-color: #b0bec5 !important;
  color: #b0bec5 !important;
}
.btn-outline-grey-blue.btn-outline-lighten-3:hover {
  background-color: #b0bec5 !important;
}

input:focus ~ .bg-grey-blue {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #b0bec5 !important;
}

.border-grey-blue.border-lighten-3 {
  border: 1px solid #b0bec5 !important;
}

.border-top-grey-blue.border-top-lighten-3 {
  border-top: 1px solid #b0bec5 !important;
}

.border-bottom-grey-blue.border-bottom-lighten-3 {
  border-bottom: 1px solid #b0bec5 !important;
}

.border-left-grey-blue.border-left-lighten-3 {
  border-left: 1px solid #b0bec5 !important;
}

.border-right-grey-blue.border-right-lighten-3 {
  border-right: 1px solid #b0bec5 !important;
}

.overlay-grey-blue.overlay-lighten-3 {
  background: #b0bec5; /* The Fallback */
  background: rgba(176, 190, 197, 0.8);
}

.grey-blue.lighten-2 {
  color: #6f85ad !important;
}

.bg-grey-blue.bg-lighten-2 {
  background-color: #6f85ad !important;
}
.bg-grey-blue.bg-lighten-2.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(111, 133, 173, 0.6);
}

.btn-grey-blue.btn-lighten-2 {
  border-color: #2c303b !important;
  background-color: #6f85ad !important;
}
.btn-grey-blue.btn-lighten-2:hover {
  border-color: #2c303b !important;
  background-color: #37474f !important;
}
.btn-grey-blue.btn-lighten-2:focus, .btn-grey-blue.btn-lighten-2:active {
  border-color: #37474f !important;
  background-color: #263238 !important;
}

.btn-outline-grey-blue.btn-outline-lighten-2 {
  border-color: #6f85ad !important;
  color: #6f85ad !important;
}
.btn-outline-grey-blue.btn-outline-lighten-2:hover {
  background-color: #6f85ad !important;
}

input:focus ~ .bg-grey-blue {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #6f85ad !important;
}

.border-grey-blue.border-lighten-2 {
  border: 1px solid #6f85ad !important;
}

.border-top-grey-blue.border-top-lighten-2 {
  border-top: 1px solid #6f85ad !important;
}

.border-bottom-grey-blue.border-bottom-lighten-2 {
  border-bottom: 1px solid #6f85ad !important;
}

.border-left-grey-blue.border-left-lighten-2 {
  border-left: 1px solid #6f85ad !important;
}

.border-right-grey-blue.border-right-lighten-2 {
  border-right: 1px solid #6f85ad !important;
}

.overlay-grey-blue.overlay-lighten-2 {
  background: #6f85ad; /* The Fallback */
  background: rgba(111, 133, 173, 0.8);
}

.grey-blue.lighten-1 {
  color: #78909c !important;
}

.bg-grey-blue.bg-lighten-1 {
  background-color: #78909c !important;
}
.bg-grey-blue.bg-lighten-1.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(120, 144, 156, 0.6);
}

.btn-grey-blue.btn-lighten-1 {
  border-color: #2c303b !important;
  background-color: #78909c !important;
}
.btn-grey-blue.btn-lighten-1:hover {
  border-color: #2c303b !important;
  background-color: #37474f !important;
}
.btn-grey-blue.btn-lighten-1:focus, .btn-grey-blue.btn-lighten-1:active {
  border-color: #37474f !important;
  background-color: #263238 !important;
}

.btn-outline-grey-blue.btn-outline-lighten-1 {
  border-color: #78909c !important;
  color: #78909c !important;
}
.btn-outline-grey-blue.btn-outline-lighten-1:hover {
  background-color: #78909c !important;
}

input:focus ~ .bg-grey-blue {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #78909c !important;
}

.border-grey-blue.border-lighten-1 {
  border: 1px solid #78909c !important;
}

.border-top-grey-blue.border-top-lighten-1 {
  border-top: 1px solid #78909c !important;
}

.border-bottom-grey-blue.border-bottom-lighten-1 {
  border-bottom: 1px solid #78909c !important;
}

.border-left-grey-blue.border-left-lighten-1 {
  border-left: 1px solid #78909c !important;
}

.border-right-grey-blue.border-right-lighten-1 {
  border-right: 1px solid #78909c !important;
}

.overlay-grey-blue.overlay-lighten-1 {
  background: #78909c; /* The Fallback */
  background: rgba(120, 144, 156, 0.8);
}

.grey-blue {
  color: #1b2942 !important;
}

.bg-grey-blue {
  background-color: #1b2942 !important;
}
.bg-grey-blue .card-header, .bg-grey-blue .card-footer {
  background-color: transparent;
}
.bg-grey-blue.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(27, 41, 66, 0.6);
}

.selectboxit.selectboxit-btn.bg-grey-blue {
  background-color: #1b2942 !important;
}

.alert-grey-blue {
  border-color: #1b2942 !important;
  background-color: #304875 !important;
  color: black !important;
}
.alert-grey-blue .alert-link {
  color: black !important;
}

.border-grey-blue {
  border-color: #1b2942;
}

.overlay-grey-blue {
  background: #1b2942; /* The Fallback */
  background: rgba(27, 41, 66, 0.8);
}

.color-info.grey-blue {
  background-color: #1b2942 !important;
}

.btn-grey-blue {
  border-color: #2c303b !important;
  background-color: #1b2942 !important;
  color: #FFFFFF;
}
.btn-grey-blue:hover {
  border-color: #546e7a !important;
  background-color: #78909c !important;
  color: #FFF !important;
}
.btn-grey-blue:focus, .btn-grey-blue:active {
  border-color: #2c303b !important;
  background-color: #37474f !important;
  color: #FFF !important;
}
.btn-grey-blue.btn-glow {
  box-shadow: 0px 1px 20px 1px rgba(27, 41, 66, 0.6);
}

.btn-outline-grey-blue {
  border-color: #1b2942;
  background-color: transparent;
  color: #1b2942;
}
.btn-outline-grey-blue:hover {
  background-color: #1b2942;
  color: #FFF !important;
}
.btn-outline-grey-blue.btn-glow {
  box-shadow: 0px 1px 20px 1px rgba(27, 41, 66, 0.6);
}

input[type=checkbox].bg-grey-blue + .custom-control-label:before, input[type=radio].bg-grey-blue + .custom-control-label:before {
  background-color: #1b2942 !important;
}

/* .custom-control-label{
  &:before{
    background-color: #ddd !important;
  }
} */
input:focus ~ .bg-grey-blue {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #1b2942 !important;
}

.border-grey-blue {
  border: 1px solid #1b2942 !important;
}

.border-top-grey-blue {
  border-top: 1px solid #1b2942;
}

.border-bottom-grey-blue {
  border-bottom: 1px solid #1b2942;
}

.border-left-grey-blue {
  border-left: 1px solid #1b2942;
}

.border-right-grey-blue {
  border-right: 1px solid #1b2942;
}

.grey-blue.darken-1 {
  color: #546e7a !important;
}

.bg-grey-blue.bg-darken-1 {
  background-color: #546e7a !important;
}
.bg-grey-blue.bg-darken-1.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(84, 110, 122, 0.6);
}

.btn-grey-blue.btn-darken-1 {
  border-color: #2c303b !important;
  background-color: #546e7a !important;
}
.btn-grey-blue.btn-darken-1:hover {
  border-color: #2c303b !important;
  background-color: #37474f !important;
}
.btn-grey-blue.btn-darken-1:focus, .btn-grey-blue.btn-darken-1:active {
  border-color: #37474f !important;
  background-color: #263238 !important;
}

.btn-outline-grey-blue.btn-outline-darken-1 {
  border-color: #546e7a !important;
  color: #546e7a !important;
}
.btn-outline-grey-blue.btn-outline-darken-1:hover {
  background-color: #546e7a !important;
}

input:focus ~ .bg-grey-blue {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #546e7a !important;
}

.border-grey-blue.border-darken-1 {
  border: 1px solid #546e7a !important;
}

.border-top-grey-blue.border-top-darken-1 {
  border-top: 1px solid #546e7a !important;
}

.border-bottom-grey-blue.border-bottom-darken-1 {
  border-bottom: 1px solid #546e7a !important;
}

.border-left-grey-blue.border-left-darken-1 {
  border-left: 1px solid #546e7a !important;
}

.border-right-grey-blue.border-right-darken-1 {
  border-right: 1px solid #546e7a !important;
}

.overlay-grey-blue.overlay-darken-1 {
  background: #546e7a; /* The Fallback */
  background: rgba(84, 110, 122, 0.8);
}

.grey-blue.darken-2 {
  color: #2c303b !important;
}

.bg-grey-blue.bg-darken-2 {
  background-color: #2c303b !important;
}
.bg-grey-blue.bg-darken-2.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(44, 48, 59, 0.6);
}

.btn-grey-blue.btn-darken-2 {
  border-color: #2c303b !important;
  background-color: #2c303b !important;
}
.btn-grey-blue.btn-darken-2:hover {
  border-color: #2c303b !important;
  background-color: #37474f !important;
}
.btn-grey-blue.btn-darken-2:focus, .btn-grey-blue.btn-darken-2:active {
  border-color: #37474f !important;
  background-color: #263238 !important;
}

.btn-outline-grey-blue.btn-outline-darken-2 {
  border-color: #2c303b !important;
  color: #2c303b !important;
}
.btn-outline-grey-blue.btn-outline-darken-2:hover {
  background-color: #2c303b !important;
}

input:focus ~ .bg-grey-blue {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #2c303b !important;
}

.border-grey-blue.border-darken-2 {
  border: 1px solid #2c303b !important;
}

.border-top-grey-blue.border-top-darken-2 {
  border-top: 1px solid #2c303b !important;
}

.border-bottom-grey-blue.border-bottom-darken-2 {
  border-bottom: 1px solid #2c303b !important;
}

.border-left-grey-blue.border-left-darken-2 {
  border-left: 1px solid #2c303b !important;
}

.border-right-grey-blue.border-right-darken-2 {
  border-right: 1px solid #2c303b !important;
}

.overlay-grey-blue.overlay-darken-2 {
  background: #2c303b; /* The Fallback */
  background: rgba(44, 48, 59, 0.8);
}

.grey-blue.darken-3 {
  color: #37474f !important;
}

.bg-grey-blue.bg-darken-3 {
  background-color: #37474f !important;
}
.bg-grey-blue.bg-darken-3.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(55, 71, 79, 0.6);
}

.btn-grey-blue.btn-darken-3 {
  border-color: #2c303b !important;
  background-color: #37474f !important;
}
.btn-grey-blue.btn-darken-3:hover {
  border-color: #2c303b !important;
  background-color: #37474f !important;
}
.btn-grey-blue.btn-darken-3:focus, .btn-grey-blue.btn-darken-3:active {
  border-color: #37474f !important;
  background-color: #263238 !important;
}

.btn-outline-grey-blue.btn-outline-darken-3 {
  border-color: #37474f !important;
  color: #37474f !important;
}
.btn-outline-grey-blue.btn-outline-darken-3:hover {
  background-color: #37474f !important;
}

input:focus ~ .bg-grey-blue {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #37474f !important;
}

.border-grey-blue.border-darken-3 {
  border: 1px solid #37474f !important;
}

.border-top-grey-blue.border-top-darken-3 {
  border-top: 1px solid #37474f !important;
}

.border-bottom-grey-blue.border-bottom-darken-3 {
  border-bottom: 1px solid #37474f !important;
}

.border-left-grey-blue.border-left-darken-3 {
  border-left: 1px solid #37474f !important;
}

.border-right-grey-blue.border-right-darken-3 {
  border-right: 1px solid #37474f !important;
}

.overlay-grey-blue.overlay-darken-3 {
  background: #37474f; /* The Fallback */
  background: rgba(55, 71, 79, 0.8);
}

.grey-blue.darken-4 {
  color: #263238 !important;
}

.bg-grey-blue.bg-darken-4 {
  background-color: #263238 !important;
}
.bg-grey-blue.bg-darken-4.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(38, 50, 56, 0.6);
}

.btn-grey-blue.btn-darken-4 {
  border-color: #2c303b !important;
  background-color: #263238 !important;
}
.btn-grey-blue.btn-darken-4:hover {
  border-color: #2c303b !important;
  background-color: #37474f !important;
}
.btn-grey-blue.btn-darken-4:focus, .btn-grey-blue.btn-darken-4:active {
  border-color: #37474f !important;
  background-color: #263238 !important;
}

.btn-outline-grey-blue.btn-outline-darken-4 {
  border-color: #263238 !important;
  color: #263238 !important;
}
.btn-outline-grey-blue.btn-outline-darken-4:hover {
  background-color: #263238 !important;
}

input:focus ~ .bg-grey-blue {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #263238 !important;
}

.border-grey-blue.border-darken-4 {
  border: 1px solid #263238 !important;
}

.border-top-grey-blue.border-top-darken-4 {
  border-top: 1px solid #263238 !important;
}

.border-bottom-grey-blue.border-bottom-darken-4 {
  border-bottom: 1px solid #263238 !important;
}

.border-left-grey-blue.border-left-darken-4 {
  border-left: 1px solid #263238 !important;
}

.border-right-grey-blue.border-right-darken-4 {
  border-right: 1px solid #263238 !important;
}

.overlay-grey-blue.overlay-darken-4 {
  background: #263238; /* The Fallback */
  background: rgba(38, 50, 56, 0.8);
}

.shades.black {
  color: #000000 !important;
}

.bg-shades.bg-black {
  background-color: #000000 !important;
}
.bg-shades.bg-black.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(0, 0, 0, 0.6);
}

.btn-shades.btn-black {
  border-color: !important;
  background-color: #000000 !important;
}
.btn-shades.btn-black:hover {
  border-color: !important;
  background-color: !important;
}
.btn-shades.btn-black:focus, .btn-shades.btn-black:active {
  border-color: !important;
  background-color: !important;
}

.btn-outline-shades.btn-outline-black {
  border-color: #000000 !important;
  color: #000000 !important;
}
.btn-outline-shades.btn-outline-black:hover {
  background-color: #000000 !important;
}

input:focus ~ .bg-shades {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #000000 !important;
}

.border-shades.border-black {
  border: 1px solid #000000 !important;
}

.border-top-shades.border-top-black {
  border-top: 1px solid #000000 !important;
}

.border-bottom-shades.border-bottom-black {
  border-bottom: 1px solid #000000 !important;
}

.border-left-shades.border-left-black {
  border-left: 1px solid #000000 !important;
}

.border-right-shades.border-right-black {
  border-right: 1px solid #000000 !important;
}

.overlay-shades.overlay-black {
  background: #000000; /* The Fallback */
  background: rgba(0, 0, 0, 0.8);
}

.shades.white {
  color: #ffffff !important;
}

.bg-shades.bg-white {
  background-color: #ffffff !important;
}
.bg-shades.bg-white.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(255, 255, 255, 0.6);
}

.btn-shades.btn-white {
  border-color: !important;
  background-color: #ffffff !important;
}
.btn-shades.btn-white:hover {
  border-color: !important;
  background-color: !important;
}
.btn-shades.btn-white:focus, .btn-shades.btn-white:active {
  border-color: !important;
  background-color: !important;
}

.btn-outline-shades.btn-outline-white {
  border-color: #ffffff !important;
  color: #ffffff !important;
}
.btn-outline-shades.btn-outline-white:hover {
  background-color: #ffffff !important;
}

input:focus ~ .bg-shades {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ffffff !important;
}

.border-shades.border-white {
  border: 1px solid #ffffff !important;
}

.border-top-shades.border-top-white {
  border-top: 1px solid #ffffff !important;
}

.border-bottom-shades.border-bottom-white {
  border-bottom: 1px solid #ffffff !important;
}

.border-left-shades.border-left-white {
  border-left: 1px solid #ffffff !important;
}

.border-right-shades.border-right-white {
  border-right: 1px solid #ffffff !important;
}

.overlay-shades.overlay-white {
  background: #ffffff; /* The Fallback */
  background: rgba(255, 255, 255, 0.8);
}

.shades.transparent {
  color: transparent !important;
}

.bg-shades.bg-transparent {
  background-color: transparent !important;
}
.bg-shades.bg-transparent.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(0, 0, 0, 0.6);
}

.btn-shades.btn-transparent {
  border-color: !important;
  background-color: transparent !important;
}
.btn-shades.btn-transparent:hover {
  border-color: !important;
  background-color: !important;
}
.btn-shades.btn-transparent:focus, .btn-shades.btn-transparent:active {
  border-color: !important;
  background-color: !important;
}

.btn-outline-shades.btn-outline-transparent {
  border-color: transparent !important;
  color: transparent !important;
}
.btn-outline-shades.btn-outline-transparent:hover {
  background-color: transparent !important;
}

input:focus ~ .bg-shades {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem transparent !important;
}

.border-shades.border-transparent {
  border: 1px solid transparent !important;
}

.border-top-shades.border-top-transparent {
  border-top: 1px solid transparent !important;
}

.border-bottom-shades.border-bottom-transparent {
  border-bottom: 1px solid transparent !important;
}

.border-left-shades.border-left-transparent {
  border-left: 1px solid transparent !important;
}

.border-right-shades.border-right-transparent {
  border-right: 1px solid transparent !important;
}

.overlay-shades.overlay-transparent {
  background: transparent; /* The Fallback */
  background: rgba(0, 0, 0, 0.8);
}

.black {
  color: #000000;
}

.bg-black {
  background-color: #000000;
}
.bg-black.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(0, 0, 0, 0.6);
}

input:focus ~ .bg-black {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #000000;
}

.border-black {
  border: 1px solid #000000;
}

.border-top-black {
  border-top: 1px solid #000000;
}

.border-bottom-black {
  border-bottom: 1px solid #000000;
}

.border-left-black {
  border-left: 1px solid #000000;
}

.border-right-black {
  border-right: 1px solid #000000;
}

.white {
  color: #ffffff;
}

.bg-white {
  background-color: #ffffff;
}
.bg-white.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(255, 255, 255, 0.6);
}

input:focus ~ .bg-white {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ffffff;
}

.border-white {
  border: 1px solid #ffffff;
}

.border-top-white {
  border-top: 1px solid #ffffff;
}

.border-bottom-white {
  border-bottom: 1px solid #ffffff;
}

.border-left-white {
  border-left: 1px solid #ffffff;
}

.border-right-white {
  border-right: 1px solid #ffffff;
}

.transparent {
  color: transparent;
}

.bg-transparent {
  background-color: transparent;
}
.bg-transparent.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(0, 0, 0, 0.6);
}

input:focus ~ .bg-transparent {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem transparent;
}

.border-transparent {
  border: 1px solid transparent;
}

.border-top-transparent {
  border-top: 1px solid transparent;
}

.border-bottom-transparent {
  border-bottom: 1px solid transparent;
}

.border-left-transparent {
  border-left: 1px solid transparent;
}

.border-right-transparent {
  border-right: 1px solid transparent;
}

.bg-gradient-x-white .card-header,
.bg-gradient-x-white .card-footer,
.bg-gradient-y-white .card-header,
.bg-gradient-y-white .card-footer,
.bg-gradient-directional-white .card-header,
.bg-gradient-directional-white .card-footer,
.bg-gradient-radial-white .card-header,
.bg-gradient-radial-white .card-footer,
.bg-gradient-striped-white .card-header,
.bg-gradient-striped-white .card-footer,
.bg-gradient-x2-white .card-header,
.bg-gradient-x2-white .card-footer,
.bg-gradient-y2-white .card-header,
.bg-gradient-y2-white .card-footer {
  background-color: transparent;
}

.bg-gradient-x-black .card-header,
.bg-gradient-x-black .card-footer,
.bg-gradient-y-black .card-header,
.bg-gradient-y-black .card-footer,
.bg-gradient-directional-black .card-header,
.bg-gradient-directional-black .card-footer,
.bg-gradient-radial-black .card-header,
.bg-gradient-radial-black .card-footer,
.bg-gradient-striped-black .card-header,
.bg-gradient-striped-black .card-footer,
.bg-gradient-x2-black .card-header,
.bg-gradient-x2-black .card-footer,
.bg-gradient-y2-black .card-header,
.bg-gradient-y2-black .card-footer {
  background-color: transparent;
}

.bg-gradient-x-primary {
  background-image: linear-gradient(to right, #3a44e1 0%, #9298ef 100%);
  background-repeat: repeat-x;
}

.bg-gradient-y-primary {
  background-image: linear-gradient(to bottom, #3a44e1 0%, #9298ef 100%);
  background-repeat: repeat-x;
}

.bg-gradient-directional-primary {
  background-image: linear-gradient(45deg, #3a44e1, #9298ef);
  background-repeat: repeat-x;
}

.bg-gradient-x2-primary {
  background-image: linear-gradient(to right, #9298ef, #666ee8 50%, #a9adf2);
  background-repeat: no-repeat;
}

.bg-gradient-y2-primary {
  background-image: linear-gradient(#9298ef, #666ee8 50%, #a9adf2);
  background-repeat: no-repeat;
}

.bg-gradient-radial-primary {
  background-image: radial-gradient(circle, #3a44e1, #9298ef);
  background-repeat: no-repeat;
}

.bg-gradient-striped-primary {
  background-image: linear-gradient(45deg, #a9adf2 25%, transparent 25%, transparent 50%, #a9adf2 50%, #a9adf2 75%, transparent 75%, transparent);
}

.bg-gradient-x-primary .card-header,
.bg-gradient-x-primary .card-footer,
.bg-gradient-y-primary .card-header,
.bg-gradient-y-primary .card-footer,
.bg-gradient-directional-primary .card-header,
.bg-gradient-directional-primary .card-footer,
.bg-gradient-radial-primary .card-header,
.bg-gradient-radial-primary .card-footer,
.bg-gradient-striped-primary .card-header,
.bg-gradient-striped-primary .card-footer,
.bg-gradient-x2-primary .card-header,
.bg-gradient-x2-primary .card-footer,
.bg-gradient-y2-primary .card-header,
.bg-gradient-y2-primary .card-footer {
  background-color: transparent;
}

.bg-gradient-x-secondary {
  background-image: linear-gradient(to right, #545766 0%, #85899b 100%);
  background-repeat: repeat-x;
}

.bg-gradient-y-secondary {
  background-image: linear-gradient(to bottom, #545766 0%, #85899b 100%);
  background-repeat: repeat-x;
}

.bg-gradient-directional-secondary {
  background-image: linear-gradient(45deg, #545766, #85899b);
  background-repeat: repeat-x;
}

.bg-gradient-x2-secondary {
  background-image: linear-gradient(to right, #85899b, #6b6f82 50%, #9397a6);
  background-repeat: no-repeat;
}

.bg-gradient-y2-secondary {
  background-image: linear-gradient(#85899b, #6b6f82 50%, #9397a6);
  background-repeat: no-repeat;
}

.bg-gradient-radial-secondary {
  background-image: radial-gradient(circle, #545766, #85899b);
  background-repeat: no-repeat;
}

.bg-gradient-striped-secondary {
  background-image: linear-gradient(45deg, #9397a6 25%, transparent 25%, transparent 50%, #9397a6 50%, #9397a6 75%, transparent 75%, transparent);
}

.bg-gradient-x-secondary .card-header,
.bg-gradient-x-secondary .card-footer,
.bg-gradient-y-secondary .card-header,
.bg-gradient-y-secondary .card-footer,
.bg-gradient-directional-secondary .card-header,
.bg-gradient-directional-secondary .card-footer,
.bg-gradient-radial-secondary .card-header,
.bg-gradient-radial-secondary .card-footer,
.bg-gradient-striped-secondary .card-header,
.bg-gradient-striped-secondary .card-footer,
.bg-gradient-x2-secondary .card-header,
.bg-gradient-x2-secondary .card-footer,
.bg-gradient-y2-secondary .card-header,
.bg-gradient-y2-secondary .card-footer {
  background-color: transparent;
}

.bg-gradient-x-success {
  background-image: linear-gradient(to right, #20a576 0%, #4eddaa 100%);
  background-repeat: repeat-x;
}

.bg-gradient-y-success {
  background-image: linear-gradient(to bottom, #20a576 0%, #4eddaa 100%);
  background-repeat: repeat-x;
}

.bg-gradient-directional-success {
  background-image: linear-gradient(45deg, #20a576, #4eddaa);
  background-repeat: repeat-x;
}

.bg-gradient-x2-success {
  background-image: linear-gradient(to right, #4eddaa, #28d094 50%, #63e1b4);
  background-repeat: no-repeat;
}

.bg-gradient-y2-success {
  background-image: linear-gradient(#4eddaa, #28d094 50%, #63e1b4);
  background-repeat: no-repeat;
}

.bg-gradient-radial-success {
  background-image: radial-gradient(circle, #20a576, #4eddaa);
  background-repeat: no-repeat;
}

.bg-gradient-striped-success {
  background-image: linear-gradient(45deg, #63e1b4 25%, transparent 25%, transparent 50%, #63e1b4 50%, #63e1b4 75%, transparent 75%, transparent);
}

.bg-gradient-x-success .card-header,
.bg-gradient-x-success .card-footer,
.bg-gradient-y-success .card-header,
.bg-gradient-y-success .card-footer,
.bg-gradient-directional-success .card-header,
.bg-gradient-directional-success .card-footer,
.bg-gradient-radial-success .card-header,
.bg-gradient-radial-success .card-footer,
.bg-gradient-striped-success .card-header,
.bg-gradient-striped-success .card-footer,
.bg-gradient-x2-success .card-header,
.bg-gradient-x2-success .card-footer,
.bg-gradient-y2-success .card-header,
.bg-gradient-y2-success .card-footer {
  background-color: transparent;
}

.bg-gradient-x-info {
  background-image: linear-gradient(to right, #0c84d1 0%, #4eb4f5 100%);
  background-repeat: repeat-x;
}

.bg-gradient-y-info {
  background-image: linear-gradient(to bottom, #0c84d1 0%, #4eb4f5 100%);
  background-repeat: repeat-x;
}

.bg-gradient-directional-info {
  background-image: linear-gradient(45deg, #0c84d1, #4eb4f5);
  background-repeat: repeat-x;
}

.bg-gradient-x2-info {
  background-image: linear-gradient(to right, #4eb4f5, #1e9ff2 50%, #66bef6);
  background-repeat: no-repeat;
}

.bg-gradient-y2-info {
  background-image: linear-gradient(#4eb4f5, #1e9ff2 50%, #66bef6);
  background-repeat: no-repeat;
}

.bg-gradient-radial-info {
  background-image: radial-gradient(circle, #0c84d1, #4eb4f5);
  background-repeat: no-repeat;
}

.bg-gradient-striped-info {
  background-image: linear-gradient(45deg, #66bef6 25%, transparent 25%, transparent 50%, #66bef6 50%, #66bef6 75%, transparent 75%, transparent);
}

.bg-gradient-x-info .card-header,
.bg-gradient-x-info .card-footer,
.bg-gradient-y-info .card-header,
.bg-gradient-y-info .card-footer,
.bg-gradient-directional-info .card-header,
.bg-gradient-directional-info .card-footer,
.bg-gradient-radial-info .card-header,
.bg-gradient-radial-info .card-footer,
.bg-gradient-striped-info .card-header,
.bg-gradient-striped-info .card-footer,
.bg-gradient-x2-info .card-header,
.bg-gradient-x2-info .card-footer,
.bg-gradient-y2-info .card-header,
.bg-gradient-y2-info .card-footer {
  background-color: transparent;
}

.bg-gradient-x-warning {
  background-image: linear-gradient(to right, #ff7216 0%, #ffb07c 100%);
  background-repeat: repeat-x;
}

.bg-gradient-y-warning {
  background-image: linear-gradient(to bottom, #ff7216 0%, #ffb07c 100%);
  background-repeat: repeat-x;
}

.bg-gradient-directional-warning {
  background-image: linear-gradient(45deg, #ff7216, #ffb07c);
  background-repeat: repeat-x;
}

.bg-gradient-x2-warning {
  background-image: linear-gradient(to right, #ffb07c, #ff9149 50%, #ffbf96);
  background-repeat: no-repeat;
}

.bg-gradient-y2-warning {
  background-image: linear-gradient(#ffb07c, #ff9149 50%, #ffbf96);
  background-repeat: no-repeat;
}

.bg-gradient-radial-warning {
  background-image: radial-gradient(circle, #ff7216, #ffb07c);
  background-repeat: no-repeat;
}

.bg-gradient-striped-warning {
  background-image: linear-gradient(45deg, #ffbf96 25%, transparent 25%, transparent 50%, #ffbf96 50%, #ffbf96 75%, transparent 75%, transparent);
}

.bg-gradient-x-warning .card-header,
.bg-gradient-x-warning .card-footer,
.bg-gradient-y-warning .card-header,
.bg-gradient-y-warning .card-footer,
.bg-gradient-directional-warning .card-header,
.bg-gradient-directional-warning .card-footer,
.bg-gradient-radial-warning .card-header,
.bg-gradient-radial-warning .card-footer,
.bg-gradient-striped-warning .card-header,
.bg-gradient-striped-warning .card-footer,
.bg-gradient-x2-warning .card-header,
.bg-gradient-x2-warning .card-footer,
.bg-gradient-y2-warning .card-header,
.bg-gradient-y2-warning .card-footer {
  background-color: transparent;
}

.bg-gradient-x-danger {
  background-image: linear-gradient(to right, #ff1635 0%, #ff7c8d 100%);
  background-repeat: repeat-x;
}

.bg-gradient-y-danger {
  background-image: linear-gradient(to bottom, #ff1635 0%, #ff7c8d 100%);
  background-repeat: repeat-x;
}

.bg-gradient-directional-danger {
  background-image: linear-gradient(45deg, #ff1635, #ff7c8d);
  background-repeat: repeat-x;
}

.bg-gradient-x2-danger {
  background-image: linear-gradient(to right, #ff7c8d, #ff4961 50%, #ff96a3);
  background-repeat: no-repeat;
}

.bg-gradient-y2-danger {
  background-image: linear-gradient(#ff7c8d, #ff4961 50%, #ff96a3);
  background-repeat: no-repeat;
}

.bg-gradient-radial-danger {
  background-image: radial-gradient(circle, #ff1635, #ff7c8d);
  background-repeat: no-repeat;
}

.bg-gradient-striped-danger {
  background-image: linear-gradient(45deg, #ff96a3 25%, transparent 25%, transparent 50%, #ff96a3 50%, #ff96a3 75%, transparent 75%, transparent);
}

.bg-gradient-x-danger .card-header,
.bg-gradient-x-danger .card-footer,
.bg-gradient-y-danger .card-header,
.bg-gradient-y-danger .card-footer,
.bg-gradient-directional-danger .card-header,
.bg-gradient-directional-danger .card-footer,
.bg-gradient-radial-danger .card-header,
.bg-gradient-radial-danger .card-footer,
.bg-gradient-striped-danger .card-header,
.bg-gradient-striped-danger .card-footer,
.bg-gradient-x2-danger .card-header,
.bg-gradient-x2-danger .card-footer,
.bg-gradient-y2-danger .card-header,
.bg-gradient-y2-danger .card-footer {
  background-color: transparent;
}

.bg-gradient-x-light .card-header,
.bg-gradient-x-light .card-footer,
.bg-gradient-y-light .card-header,
.bg-gradient-y-light .card-footer,
.bg-gradient-directional-light .card-header,
.bg-gradient-directional-light .card-footer,
.bg-gradient-radial-light .card-header,
.bg-gradient-radial-light .card-footer,
.bg-gradient-striped-light .card-header,
.bg-gradient-striped-light .card-footer,
.bg-gradient-x2-light .card-header,
.bg-gradient-x2-light .card-footer,
.bg-gradient-y2-light .card-header,
.bg-gradient-y2-light .card-footer {
  background-color: transparent;
}

.bg-gradient-x-dark .card-header,
.bg-gradient-x-dark .card-footer,
.bg-gradient-y-dark .card-header,
.bg-gradient-y-dark .card-footer,
.bg-gradient-directional-dark .card-header,
.bg-gradient-directional-dark .card-footer,
.bg-gradient-radial-dark .card-header,
.bg-gradient-radial-dark .card-footer,
.bg-gradient-striped-dark .card-header,
.bg-gradient-striped-dark .card-footer,
.bg-gradient-x2-dark .card-header,
.bg-gradient-x2-dark .card-footer,
.bg-gradient-y2-dark .card-header,
.bg-gradient-y2-dark .card-footer {
  background-color: transparent;
}

.bg-gradient-x-red {
  background-image: linear-gradient(to right, #d32f2f 0%, #e57373 100%);
  background-repeat: repeat-x;
}

.bg-gradient-y-red {
  background-image: linear-gradient(to bottom, #d32f2f 0%, #e57373 100%);
  background-repeat: repeat-x;
}

.bg-gradient-directional-red {
  background-image: linear-gradient(45deg, #d32f2f, #e57373);
  background-repeat: repeat-x;
}

.bg-gradient-x2-red {
  background-image: linear-gradient(to right, #e57373, #f44336 50%, #ef9a9a);
  background-repeat: no-repeat;
}

.bg-gradient-y2-red {
  background-image: linear-gradient(#e57373, #f44336 50%, #ef9a9a);
  background-repeat: no-repeat;
}

.bg-gradient-radial-red {
  background-image: radial-gradient(circle, #d32f2f, #e57373);
  background-repeat: no-repeat;
}

.bg-gradient-striped-red {
  background-image: linear-gradient(45deg, #ef9a9a 25%, transparent 25%, transparent 50%, #ef9a9a 50%, #ef9a9a 75%, transparent 75%, transparent);
}

.bg-gradient-x-red .card-header,
.bg-gradient-x-red .card-footer,
.bg-gradient-y-red .card-header,
.bg-gradient-y-red .card-footer,
.bg-gradient-directional-red .card-header,
.bg-gradient-directional-red .card-footer,
.bg-gradient-radial-red .card-header,
.bg-gradient-radial-red .card-footer,
.bg-gradient-striped-red .card-header,
.bg-gradient-striped-red .card-footer,
.bg-gradient-x2-red .card-header,
.bg-gradient-x2-red .card-footer,
.bg-gradient-y2-red .card-header,
.bg-gradient-y2-red .card-footer {
  background-color: transparent;
}

.bg-gradient-x-pink {
  background-image: linear-gradient(to right, #c2185b 0%, #f06292 100%);
  background-repeat: repeat-x;
}

.bg-gradient-y-pink {
  background-image: linear-gradient(to bottom, #c2185b 0%, #f06292 100%);
  background-repeat: repeat-x;
}

.bg-gradient-directional-pink {
  background-image: linear-gradient(45deg, #c2185b, #f06292);
  background-repeat: repeat-x;
}

.bg-gradient-x2-pink {
  background-image: linear-gradient(to right, #f06292, #e91e63 50%, #f48fb1);
  background-repeat: no-repeat;
}

.bg-gradient-y2-pink {
  background-image: linear-gradient(#f06292, #e91e63 50%, #f48fb1);
  background-repeat: no-repeat;
}

.bg-gradient-radial-pink {
  background-image: radial-gradient(circle, #c2185b, #f06292);
  background-repeat: no-repeat;
}

.bg-gradient-striped-pink {
  background-image: linear-gradient(45deg, #f48fb1 25%, transparent 25%, transparent 50%, #f48fb1 50%, #f48fb1 75%, transparent 75%, transparent);
}

.bg-gradient-x-pink .card-header,
.bg-gradient-x-pink .card-footer,
.bg-gradient-y-pink .card-header,
.bg-gradient-y-pink .card-footer,
.bg-gradient-directional-pink .card-header,
.bg-gradient-directional-pink .card-footer,
.bg-gradient-radial-pink .card-header,
.bg-gradient-radial-pink .card-footer,
.bg-gradient-striped-pink .card-header,
.bg-gradient-striped-pink .card-footer,
.bg-gradient-x2-pink .card-header,
.bg-gradient-x2-pink .card-footer,
.bg-gradient-y2-pink .card-header,
.bg-gradient-y2-pink .card-footer {
  background-color: transparent;
}

.bg-gradient-x-purple {
  background-image: linear-gradient(to right, #7b1fa2 0%, #ba68c8 100%);
  background-repeat: repeat-x;
}

.bg-gradient-y-purple {
  background-image: linear-gradient(to bottom, #7b1fa2 0%, #ba68c8 100%);
  background-repeat: repeat-x;
}

.bg-gradient-directional-purple {
  background-image: linear-gradient(45deg, #7b1fa2, #ba68c8);
  background-repeat: repeat-x;
}

.bg-gradient-x2-purple {
  background-image: linear-gradient(to right, #ba68c8, #9c27b0 50%, #ce93d8);
  background-repeat: no-repeat;
}

.bg-gradient-y2-purple {
  background-image: linear-gradient(#ba68c8, #9c27b0 50%, #ce93d8);
  background-repeat: no-repeat;
}

.bg-gradient-radial-purple {
  background-image: radial-gradient(circle, #7b1fa2, #ba68c8);
  background-repeat: no-repeat;
}

.bg-gradient-striped-purple {
  background-image: linear-gradient(45deg, #ce93d8 25%, transparent 25%, transparent 50%, #ce93d8 50%, #ce93d8 75%, transparent 75%, transparent);
}

.bg-gradient-x-purple .card-header,
.bg-gradient-x-purple .card-footer,
.bg-gradient-y-purple .card-header,
.bg-gradient-y-purple .card-footer,
.bg-gradient-directional-purple .card-header,
.bg-gradient-directional-purple .card-footer,
.bg-gradient-radial-purple .card-header,
.bg-gradient-radial-purple .card-footer,
.bg-gradient-striped-purple .card-header,
.bg-gradient-striped-purple .card-footer,
.bg-gradient-x2-purple .card-header,
.bg-gradient-x2-purple .card-footer,
.bg-gradient-y2-purple .card-header,
.bg-gradient-y2-purple .card-footer {
  background-color: transparent;
}

.bg-gradient-x-blue {
  background-image: linear-gradient(to right, #1976d2 0%, #64b5f6 100%);
  background-repeat: repeat-x;
}

.bg-gradient-y-blue {
  background-image: linear-gradient(to bottom, #1976d2 0%, #64b5f6 100%);
  background-repeat: repeat-x;
}

.bg-gradient-directional-blue {
  background-image: linear-gradient(45deg, #1976d2, #64b5f6);
  background-repeat: repeat-x;
}

.bg-gradient-x2-blue {
  background-image: linear-gradient(to right, #64b5f6, #2196f3 50%, #90caf9);
  background-repeat: no-repeat;
}

.bg-gradient-y2-blue {
  background-image: linear-gradient(#64b5f6, #2196f3 50%, #90caf9);
  background-repeat: no-repeat;
}

.bg-gradient-radial-blue {
  background-image: radial-gradient(circle, #1976d2, #64b5f6);
  background-repeat: no-repeat;
}

.bg-gradient-striped-blue {
  background-image: linear-gradient(45deg, #90caf9 25%, transparent 25%, transparent 50%, #90caf9 50%, #90caf9 75%, transparent 75%, transparent);
}

.bg-gradient-x-blue .card-header,
.bg-gradient-x-blue .card-footer,
.bg-gradient-y-blue .card-header,
.bg-gradient-y-blue .card-footer,
.bg-gradient-directional-blue .card-header,
.bg-gradient-directional-blue .card-footer,
.bg-gradient-radial-blue .card-header,
.bg-gradient-radial-blue .card-footer,
.bg-gradient-striped-blue .card-header,
.bg-gradient-striped-blue .card-footer,
.bg-gradient-x2-blue .card-header,
.bg-gradient-x2-blue .card-footer,
.bg-gradient-y2-blue .card-header,
.bg-gradient-y2-blue .card-footer {
  background-color: transparent;
}

.bg-gradient-x-cyan {
  background-image: linear-gradient(to right, #0097a7 0%, #4dd0e1 100%);
  background-repeat: repeat-x;
}

.bg-gradient-y-cyan {
  background-image: linear-gradient(to bottom, #0097a7 0%, #4dd0e1 100%);
  background-repeat: repeat-x;
}

.bg-gradient-directional-cyan {
  background-image: linear-gradient(45deg, #0097a7, #4dd0e1);
  background-repeat: repeat-x;
}

.bg-gradient-x2-cyan {
  background-image: linear-gradient(to right, #4dd0e1, #00bcd4 50%, #80deea);
  background-repeat: no-repeat;
}

.bg-gradient-y2-cyan {
  background-image: linear-gradient(#4dd0e1, #00bcd4 50%, #80deea);
  background-repeat: no-repeat;
}

.bg-gradient-radial-cyan {
  background-image: radial-gradient(circle, #0097a7, #4dd0e1);
  background-repeat: no-repeat;
}

.bg-gradient-striped-cyan {
  background-image: linear-gradient(45deg, #80deea 25%, transparent 25%, transparent 50%, #80deea 50%, #80deea 75%, transparent 75%, transparent);
}

.bg-gradient-x-cyan .card-header,
.bg-gradient-x-cyan .card-footer,
.bg-gradient-y-cyan .card-header,
.bg-gradient-y-cyan .card-footer,
.bg-gradient-directional-cyan .card-header,
.bg-gradient-directional-cyan .card-footer,
.bg-gradient-radial-cyan .card-header,
.bg-gradient-radial-cyan .card-footer,
.bg-gradient-striped-cyan .card-header,
.bg-gradient-striped-cyan .card-footer,
.bg-gradient-x2-cyan .card-header,
.bg-gradient-x2-cyan .card-footer,
.bg-gradient-y2-cyan .card-header,
.bg-gradient-y2-cyan .card-footer {
  background-color: transparent;
}

.bg-gradient-x-teal {
  background-image: linear-gradient(to right, #00796b 0%, #4db6ac 100%);
  background-repeat: repeat-x;
}

.bg-gradient-y-teal {
  background-image: linear-gradient(to bottom, #00796b 0%, #4db6ac 100%);
  background-repeat: repeat-x;
}

.bg-gradient-directional-teal {
  background-image: linear-gradient(45deg, #00796b, #4db6ac);
  background-repeat: repeat-x;
}

.bg-gradient-x2-teal {
  background-image: linear-gradient(to right, #4db6ac, #009688 50%, #80cbc4);
  background-repeat: no-repeat;
}

.bg-gradient-y2-teal {
  background-image: linear-gradient(#4db6ac, #009688 50%, #80cbc4);
  background-repeat: no-repeat;
}

.bg-gradient-radial-teal {
  background-image: radial-gradient(circle, #00796b, #4db6ac);
  background-repeat: no-repeat;
}

.bg-gradient-striped-teal {
  background-image: linear-gradient(45deg, #80cbc4 25%, transparent 25%, transparent 50%, #80cbc4 50%, #80cbc4 75%, transparent 75%, transparent);
}

.bg-gradient-x-teal .card-header,
.bg-gradient-x-teal .card-footer,
.bg-gradient-y-teal .card-header,
.bg-gradient-y-teal .card-footer,
.bg-gradient-directional-teal .card-header,
.bg-gradient-directional-teal .card-footer,
.bg-gradient-radial-teal .card-header,
.bg-gradient-radial-teal .card-footer,
.bg-gradient-striped-teal .card-header,
.bg-gradient-striped-teal .card-footer,
.bg-gradient-x2-teal .card-header,
.bg-gradient-x2-teal .card-footer,
.bg-gradient-y2-teal .card-header,
.bg-gradient-y2-teal .card-footer {
  background-color: transparent;
}

.bg-gradient-x-yellow {
  background-image: linear-gradient(to right, #fbc02d 0%, #fff176 100%);
  background-repeat: repeat-x;
}

.bg-gradient-y-yellow {
  background-image: linear-gradient(to bottom, #fbc02d 0%, #fff176 100%);
  background-repeat: repeat-x;
}

.bg-gradient-directional-yellow {
  background-image: linear-gradient(45deg, #fbc02d, #fff176);
  background-repeat: repeat-x;
}

.bg-gradient-x2-yellow {
  background-image: linear-gradient(to right, #fff176, #ffeb3b 50%, #fff59d);
  background-repeat: no-repeat;
}

.bg-gradient-y2-yellow {
  background-image: linear-gradient(#fff176, #ffeb3b 50%, #fff59d);
  background-repeat: no-repeat;
}

.bg-gradient-radial-yellow {
  background-image: radial-gradient(circle, #fbc02d, #fff176);
  background-repeat: no-repeat;
}

.bg-gradient-striped-yellow {
  background-image: linear-gradient(45deg, #fff59d 25%, transparent 25%, transparent 50%, #fff59d 50%, #fff59d 75%, transparent 75%, transparent);
}

.bg-gradient-x-yellow .card-header,
.bg-gradient-x-yellow .card-footer,
.bg-gradient-y-yellow .card-header,
.bg-gradient-y-yellow .card-footer,
.bg-gradient-directional-yellow .card-header,
.bg-gradient-directional-yellow .card-footer,
.bg-gradient-radial-yellow .card-header,
.bg-gradient-radial-yellow .card-footer,
.bg-gradient-striped-yellow .card-header,
.bg-gradient-striped-yellow .card-footer,
.bg-gradient-x2-yellow .card-header,
.bg-gradient-x2-yellow .card-footer,
.bg-gradient-y2-yellow .card-header,
.bg-gradient-y2-yellow .card-footer {
  background-color: transparent;
}

.bg-gradient-x-amber {
  background-image: linear-gradient(to right, #ffa000 0%, #ffd54f 100%);
  background-repeat: repeat-x;
}

.bg-gradient-y-amber {
  background-image: linear-gradient(to bottom, #ffa000 0%, #ffd54f 100%);
  background-repeat: repeat-x;
}

.bg-gradient-directional-amber {
  background-image: linear-gradient(45deg, #ffa000, #ffd54f);
  background-repeat: repeat-x;
}

.bg-gradient-x2-amber {
  background-image: linear-gradient(to right, #ffd54f, #ffc107 50%, #ffe082);
  background-repeat: no-repeat;
}

.bg-gradient-y2-amber {
  background-image: linear-gradient(#ffd54f, #ffc107 50%, #ffe082);
  background-repeat: no-repeat;
}

.bg-gradient-radial-amber {
  background-image: radial-gradient(circle, #ffa000, #ffd54f);
  background-repeat: no-repeat;
}

.bg-gradient-striped-amber {
  background-image: linear-gradient(45deg, #ffe082 25%, transparent 25%, transparent 50%, #ffe082 50%, #ffe082 75%, transparent 75%, transparent);
}

.bg-gradient-x-amber .card-header,
.bg-gradient-x-amber .card-footer,
.bg-gradient-y-amber .card-header,
.bg-gradient-y-amber .card-footer,
.bg-gradient-directional-amber .card-header,
.bg-gradient-directional-amber .card-footer,
.bg-gradient-radial-amber .card-header,
.bg-gradient-radial-amber .card-footer,
.bg-gradient-striped-amber .card-header,
.bg-gradient-striped-amber .card-footer,
.bg-gradient-x2-amber .card-header,
.bg-gradient-x2-amber .card-footer,
.bg-gradient-y2-amber .card-header,
.bg-gradient-y2-amber .card-footer {
  background-color: transparent;
}

.bg-gradient-x-blue-grey {
  background-image: linear-gradient(to right, #455a64 0%, #90a4ae 100%);
  background-repeat: repeat-x;
}

.bg-gradient-y-blue-grey {
  background-image: linear-gradient(to bottom, #455a64 0%, #90a4ae 100%);
  background-repeat: repeat-x;
}

.bg-gradient-directional-blue-grey {
  background-image: linear-gradient(45deg, #455a64, #90a4ae);
  background-repeat: repeat-x;
}

.bg-gradient-x2-blue-grey {
  background-image: linear-gradient(to right, #90a4ae, #607d8b 50%, #b0bec5);
  background-repeat: no-repeat;
}

.bg-gradient-y2-blue-grey {
  background-image: linear-gradient(#90a4ae, #607d8b 50%, #b0bec5);
  background-repeat: no-repeat;
}

.bg-gradient-radial-blue-grey {
  background-image: radial-gradient(circle, #455a64, #90a4ae);
  background-repeat: no-repeat;
}

.bg-gradient-striped-blue-grey {
  background-image: linear-gradient(45deg, #b0bec5 25%, transparent 25%, transparent 50%, #b0bec5 50%, #b0bec5 75%, transparent 75%, transparent);
}

.bg-gradient-x-blue-grey .card-header,
.bg-gradient-x-blue-grey .card-footer,
.bg-gradient-y-blue-grey .card-header,
.bg-gradient-y-blue-grey .card-footer,
.bg-gradient-directional-blue-grey .card-header,
.bg-gradient-directional-blue-grey .card-footer,
.bg-gradient-radial-blue-grey .card-header,
.bg-gradient-radial-blue-grey .card-footer,
.bg-gradient-striped-blue-grey .card-header,
.bg-gradient-striped-blue-grey .card-footer,
.bg-gradient-x2-blue-grey .card-header,
.bg-gradient-x2-blue-grey .card-footer,
.bg-gradient-y2-blue-grey .card-header,
.bg-gradient-y2-blue-grey .card-footer {
  background-color: transparent;
}

.bg-gradient-x-grey-blue {
  background-image: linear-gradient(to right, #2c303b 0%, #6f85ad 100%);
  background-repeat: repeat-x;
}

.bg-gradient-y-grey-blue {
  background-image: linear-gradient(to bottom, #2c303b 0%, #6f85ad 100%);
  background-repeat: repeat-x;
}

.bg-gradient-directional-grey-blue {
  background-image: linear-gradient(45deg, #2c303b, #6f85ad);
  background-repeat: repeat-x;
}

.bg-gradient-x2-grey-blue {
  background-image: linear-gradient(to right, #6f85ad, #1b2942 50%, #b0bec5);
  background-repeat: no-repeat;
}

.bg-gradient-y2-grey-blue {
  background-image: linear-gradient(#6f85ad, #1b2942 50%, #b0bec5);
  background-repeat: no-repeat;
}

.bg-gradient-radial-grey-blue {
  background-image: radial-gradient(circle, #2c303b, #6f85ad);
  background-repeat: no-repeat;
}

.bg-gradient-striped-grey-blue {
  background-image: linear-gradient(45deg, #b0bec5 25%, transparent 25%, transparent 50%, #b0bec5 50%, #b0bec5 75%, transparent 75%, transparent);
}

.bg-gradient-x-grey-blue .card-header,
.bg-gradient-x-grey-blue .card-footer,
.bg-gradient-y-grey-blue .card-header,
.bg-gradient-y-grey-blue .card-footer,
.bg-gradient-directional-grey-blue .card-header,
.bg-gradient-directional-grey-blue .card-footer,
.bg-gradient-radial-grey-blue .card-header,
.bg-gradient-radial-grey-blue .card-footer,
.bg-gradient-striped-grey-blue .card-header,
.bg-gradient-striped-grey-blue .card-footer,
.bg-gradient-x2-grey-blue .card-header,
.bg-gradient-x2-grey-blue .card-footer,
.bg-gradient-y2-grey-blue .card-header,
.bg-gradient-y2-grey-blue .card-footer {
  background-color: transparent;
}

.bs-callout-white {
  display: block;
  border-color: #ffffff !important;
  background-color: white;
  border-radius: 0.25rem;
  color: gray;
}
.bs-callout-white h1, .bs-callout-white h2, .bs-callout-white h3, .bs-callout-white h4, .bs-callout-white h5, .bs-callout-white h6 {
  margin-top: 0;
  color: #ffffff;
}
.bs-callout-white p:last-child {
  margin-bottom: 0;
}
.bs-callout-white code, .bs-callout-white .highlight {
  background-color: #fff;
}
.bs-callout-white.callout-transparent {
  display: block;
  border-color: #ffffff !important;
  background-color: transparent;
  border-radius: 0.25rem;
  color: gray;
}
.bs-callout-white.callout-transparent h1, .bs-callout-white.callout-transparent h2, .bs-callout-white.callout-transparent h3, .bs-callout-white.callout-transparent h4, .bs-callout-white.callout-transparent h5, .bs-callout-white.callout-transparent h6 {
  margin-top: 0;
  color: #ffffff;
}
.bs-callout-white.callout-transparent p:last-child {
  margin-bottom: 0;
}
.bs-callout-white.callout-transparent code, .bs-callout-white.callout-transparent .highlight {
  background-color: #fff;
}
.bs-callout-white .callout-arrow-left:before {
  border-left-color: #ffffff;
}
.bs-callout-white .callout-arrow-right:before {
  border-right-color: #ffffff;
}

.bs-callout-black {
  display: block;
  border-color: #000000 !important;
  background-color: #525252;
  border-radius: 0.25rem;
  color: black;
}
.bs-callout-black h1, .bs-callout-black h2, .bs-callout-black h3, .bs-callout-black h4, .bs-callout-black h5, .bs-callout-black h6 {
  margin-top: 0;
  color: #000000;
}
.bs-callout-black p:last-child {
  margin-bottom: 0;
}
.bs-callout-black code, .bs-callout-black .highlight {
  background-color: #fff;
}
.bs-callout-black.callout-transparent {
  display: block;
  border-color: #000000 !important;
  background-color: transparent;
  border-radius: 0.25rem;
  color: black;
}
.bs-callout-black.callout-transparent h1, .bs-callout-black.callout-transparent h2, .bs-callout-black.callout-transparent h3, .bs-callout-black.callout-transparent h4, .bs-callout-black.callout-transparent h5, .bs-callout-black.callout-transparent h6 {
  margin-top: 0;
  color: #000000;
}
.bs-callout-black.callout-transparent p:last-child {
  margin-bottom: 0;
}
.bs-callout-black.callout-transparent code, .bs-callout-black.callout-transparent .highlight {
  background-color: #fff;
}
.bs-callout-black .callout-arrow-left:before {
  border-left-color: #000000;
}
.bs-callout-black .callout-arrow-right:before {
  border-right-color: #000000;
}

.climacon-primary.climacon-lighten-5 .climacon_component-stroke {
  fill: #d5d7f9;
}

.climacon-primary.climacon-lighten-4 .climacon_component-stroke {
  fill: #bfc2f5;
}

.climacon-primary.climacon-lighten-3 .climacon_component-stroke {
  fill: #a9adf2;
}

.climacon-primary.climacon-lighten-2 .climacon_component-stroke {
  fill: #9298ef;
}

.climacon-primary.climacon-lighten-1 .climacon_component-stroke {
  fill: #7c83eb;
}

.bs-callout-primary {
  display: block;
  border-color: #666ee8 !important;
  background-color: #f4f4fd;
  border-radius: 0.25rem;
  color: #0a0e45;
}
.bs-callout-primary h1, .bs-callout-primary h2, .bs-callout-primary h3, .bs-callout-primary h4, .bs-callout-primary h5, .bs-callout-primary h6 {
  margin-top: 0;
  color: #666ee8;
}
.bs-callout-primary p:last-child {
  margin-bottom: 0;
}
.bs-callout-primary code, .bs-callout-primary .highlight {
  background-color: #fff;
}
.bs-callout-primary.callout-transparent {
  display: block;
  border-color: #666ee8 !important;
  background-color: transparent;
  border-radius: 0.25rem;
  color: #0a0e45;
}
.bs-callout-primary.callout-transparent h1, .bs-callout-primary.callout-transparent h2, .bs-callout-primary.callout-transparent h3, .bs-callout-primary.callout-transparent h4, .bs-callout-primary.callout-transparent h5, .bs-callout-primary.callout-transparent h6 {
  margin-top: 0;
  color: #666ee8;
}
.bs-callout-primary.callout-transparent p:last-child {
  margin-bottom: 0;
}
.bs-callout-primary.callout-transparent code, .bs-callout-primary.callout-transparent .highlight {
  background-color: #fff;
}
.bs-callout-primary .callout-arrow-left:before {
  border-left-color: #666ee8;
}
.bs-callout-primary .callout-arrow-right:before {
  border-right-color: #666ee8;
}

.climacon-primary.climacon-darken-1 .climacon_component-stroke {
  fill: #5059e5;
}

.climacon-primary.climacon-darken-2 .climacon_component-stroke {
  fill: #3a44e1;
}

.climacon-primary.climacon-darken-3 .climacon_component-stroke {
  fill: #232fde;
}

.climacon-primary.climacon-darken-4 .climacon_component-stroke {
  fill: #1e29ca;
}

.climacon-primary.climacon-accent-1 .climacon_component-stroke {
  fill: #efefff;
}

.climacon-primary.climacon-accent-2 .climacon_component-stroke {
  fill: #dbdbff;
}

.climacon-primary.climacon-accent-3 .climacon_component-stroke {
  fill: #bcbfff;
}

.climacon-primary.climacon-accent-4 .climacon_component-stroke {
  fill: #a2a6ff;
}

.climacon-secondary.climacon-lighten-5 .climacon_component-stroke {
  fill: #afb2bd;
}

.climacon-secondary.climacon-lighten-4 .climacon_component-stroke {
  fill: #a1a4b2;
}

.climacon-secondary.climacon-lighten-3 .climacon_component-stroke {
  fill: #9397a6;
}

.climacon-secondary.climacon-lighten-2 .climacon_component-stroke {
  fill: #85899b;
}

.climacon-secondary.climacon-lighten-1 .climacon_component-stroke {
  fill: #777b8f;
}

.bs-callout-secondary {
  display: block;
  border-color: #6b6f82 !important;
  background-color: #c3c5cd;
  border-radius: 0.25rem;
  color: black;
}
.bs-callout-secondary h1, .bs-callout-secondary h2, .bs-callout-secondary h3, .bs-callout-secondary h4, .bs-callout-secondary h5, .bs-callout-secondary h6 {
  margin-top: 0;
  color: #6b6f82;
}
.bs-callout-secondary p:last-child {
  margin-bottom: 0;
}
.bs-callout-secondary code, .bs-callout-secondary .highlight {
  background-color: #fff;
}
.bs-callout-secondary.callout-transparent {
  display: block;
  border-color: #6b6f82 !important;
  background-color: transparent;
  border-radius: 0.25rem;
  color: black;
}
.bs-callout-secondary.callout-transparent h1, .bs-callout-secondary.callout-transparent h2, .bs-callout-secondary.callout-transparent h3, .bs-callout-secondary.callout-transparent h4, .bs-callout-secondary.callout-transparent h5, .bs-callout-secondary.callout-transparent h6 {
  margin-top: 0;
  color: #6b6f82;
}
.bs-callout-secondary.callout-transparent p:last-child {
  margin-bottom: 0;
}
.bs-callout-secondary.callout-transparent code, .bs-callout-secondary.callout-transparent .highlight {
  background-color: #fff;
}
.bs-callout-secondary .callout-arrow-left:before {
  border-left-color: #6b6f82;
}
.bs-callout-secondary .callout-arrow-right:before {
  border-right-color: #6b6f82;
}

.climacon-secondary.climacon-darken-1 .climacon_component-stroke {
  fill: #5f6374;
}

.climacon-secondary.climacon-darken-2 .climacon_component-stroke {
  fill: #545766;
}

.climacon-secondary.climacon-darken-3 .climacon_component-stroke {
  fill: #484b58;
}

.climacon-secondary.climacon-darken-4 .climacon_component-stroke {
  fill: #3d3f4a;
}

.climacon-success.climacon-lighten-5 .climacon_component-stroke {
  fill: #8ee9c9;
}

.climacon-success.climacon-lighten-4 .climacon_component-stroke {
  fill: #79e5be;
}

.climacon-success.climacon-lighten-3 .climacon_component-stroke {
  fill: #63e1b4;
}

.climacon-success.climacon-lighten-2 .climacon_component-stroke {
  fill: #4eddaa;
}

.climacon-success.climacon-lighten-1 .climacon_component-stroke {
  fill: #39d9a0;
}

.bs-callout-success {
  display: block;
  border-color: #28d094 !important;
  background-color: #acefd7;
  border-radius: 0.25rem;
  color: black;
}
.bs-callout-success h1, .bs-callout-success h2, .bs-callout-success h3, .bs-callout-success h4, .bs-callout-success h5, .bs-callout-success h6 {
  margin-top: 0;
  color: #28d094;
}
.bs-callout-success p:last-child {
  margin-bottom: 0;
}
.bs-callout-success code, .bs-callout-success .highlight {
  background-color: #fff;
}
.bs-callout-success.callout-transparent {
  display: block;
  border-color: #28d094 !important;
  background-color: transparent;
  border-radius: 0.25rem;
  color: black;
}
.bs-callout-success.callout-transparent h1, .bs-callout-success.callout-transparent h2, .bs-callout-success.callout-transparent h3, .bs-callout-success.callout-transparent h4, .bs-callout-success.callout-transparent h5, .bs-callout-success.callout-transparent h6 {
  margin-top: 0;
  color: #28d094;
}
.bs-callout-success.callout-transparent p:last-child {
  margin-bottom: 0;
}
.bs-callout-success.callout-transparent code, .bs-callout-success.callout-transparent .highlight {
  background-color: #fff;
}
.bs-callout-success .callout-arrow-left:before {
  border-left-color: #28d094;
}
.bs-callout-success .callout-arrow-right:before {
  border-right-color: #28d094;
}

.climacon-success.climacon-darken-1 .climacon_component-stroke {
  fill: #24bb85;
}

.climacon-success.climacon-darken-2 .climacon_component-stroke {
  fill: #20a576;
}

.climacon-success.climacon-darken-3 .climacon_component-stroke {
  fill: #1c9066;
}

.climacon-success.climacon-darken-4 .climacon_component-stroke {
  fill: #187a57;
}

.climacon-success.climacon-accent-1 .climacon_component-stroke {
  fill: #e1fff0;
}

.climacon-success.climacon-accent-2 .climacon_component-stroke {
  fill: #aeffd5;
}

.climacon-success.climacon-accent-3 .climacon_component-stroke {
  fill: #7bffbb;
}

.climacon-success.climacon-accent-4 .climacon_component-stroke {
  fill: #62ffae;
}

.climacon-info.climacon-lighten-5 .climacon_component-stroke {
  fill: #97d2f9;
}

.climacon-info.climacon-lighten-4 .climacon_component-stroke {
  fill: #7ec8f8;
}

.climacon-info.climacon-lighten-3 .climacon_component-stroke {
  fill: #66bef6;
}

.climacon-info.climacon-lighten-2 .climacon_component-stroke {
  fill: #4eb4f5;
}

.climacon-info.climacon-lighten-1 .climacon_component-stroke {
  fill: #36a9f3;
}

.bs-callout-info {
  display: block;
  border-color: #1e9ff2 !important;
  background-color: #b8e1fb;
  border-radius: 0.25rem;
  color: #010a10;
}
.bs-callout-info h1, .bs-callout-info h2, .bs-callout-info h3, .bs-callout-info h4, .bs-callout-info h5, .bs-callout-info h6 {
  margin-top: 0;
  color: #1e9ff2;
}
.bs-callout-info p:last-child {
  margin-bottom: 0;
}
.bs-callout-info code, .bs-callout-info .highlight {
  background-color: #fff;
}
.bs-callout-info.callout-transparent {
  display: block;
  border-color: #1e9ff2 !important;
  background-color: transparent;
  border-radius: 0.25rem;
  color: #010a10;
}
.bs-callout-info.callout-transparent h1, .bs-callout-info.callout-transparent h2, .bs-callout-info.callout-transparent h3, .bs-callout-info.callout-transparent h4, .bs-callout-info.callout-transparent h5, .bs-callout-info.callout-transparent h6 {
  margin-top: 0;
  color: #1e9ff2;
}
.bs-callout-info.callout-transparent p:last-child {
  margin-bottom: 0;
}
.bs-callout-info.callout-transparent code, .bs-callout-info.callout-transparent .highlight {
  background-color: #fff;
}
.bs-callout-info .callout-arrow-left:before {
  border-left-color: #1e9ff2;
}
.bs-callout-info .callout-arrow-right:before {
  border-right-color: #1e9ff2;
}

.climacon-info.climacon-darken-1 .climacon_component-stroke {
  fill: #0d93e9;
}

.climacon-info.climacon-darken-2 .climacon_component-stroke {
  fill: #0c84d1;
}

.climacon-info.climacon-darken-3 .climacon_component-stroke {
  fill: #0b75b9;
}

.climacon-info.climacon-darken-4 .climacon_component-stroke {
  fill: #0965a1;
}

.climacon-info.climacon-accent-1 .climacon_component-stroke {
  fill: #eff5ff;
}

.climacon-info.climacon-accent-2 .climacon_component-stroke {
  fill: #dfecff;
}

.climacon-info.climacon-accent-3 .climacon_component-stroke {
  fill: #accfff;
}

.climacon-info.climacon-accent-4 .climacon_component-stroke {
  fill: #92c0ff;
}

.climacon-warning.climacon-lighten-5 .climacon_component-stroke {
  fill: #ffdec9;
}

.climacon-warning.climacon-lighten-4 .climacon_component-stroke {
  fill: #ffcfaf;
}

.climacon-warning.climacon-lighten-3 .climacon_component-stroke {
  fill: #ffbf96;
}

.climacon-warning.climacon-lighten-2 .climacon_component-stroke {
  fill: #ffb07c;
}

.climacon-warning.climacon-lighten-1 .climacon_component-stroke {
  fill: #ffa063;
}

.bs-callout-warning {
  display: block;
  border-color: #ff9149 !important;
  background-color: #fff4ec;
  border-radius: 0.25rem;
  color: #491d00;
}
.bs-callout-warning h1, .bs-callout-warning h2, .bs-callout-warning h3, .bs-callout-warning h4, .bs-callout-warning h5, .bs-callout-warning h6 {
  margin-top: 0;
  color: #ff9149;
}
.bs-callout-warning p:last-child {
  margin-bottom: 0;
}
.bs-callout-warning code, .bs-callout-warning .highlight {
  background-color: #fff;
}
.bs-callout-warning.callout-transparent {
  display: block;
  border-color: #ff9149 !important;
  background-color: transparent;
  border-radius: 0.25rem;
  color: #491d00;
}
.bs-callout-warning.callout-transparent h1, .bs-callout-warning.callout-transparent h2, .bs-callout-warning.callout-transparent h3, .bs-callout-warning.callout-transparent h4, .bs-callout-warning.callout-transparent h5, .bs-callout-warning.callout-transparent h6 {
  margin-top: 0;
  color: #ff9149;
}
.bs-callout-warning.callout-transparent p:last-child {
  margin-bottom: 0;
}
.bs-callout-warning.callout-transparent code, .bs-callout-warning.callout-transparent .highlight {
  background-color: #fff;
}
.bs-callout-warning .callout-arrow-left:before {
  border-left-color: #ff9149;
}
.bs-callout-warning .callout-arrow-right:before {
  border-right-color: #ff9149;
}

.climacon-warning.climacon-darken-1 .climacon_component-stroke {
  fill: #ff8230;
}

.climacon-warning.climacon-darken-2 .climacon_component-stroke {
  fill: #ff7216;
}

.climacon-warning.climacon-darken-3 .climacon_component-stroke {
  fill: #fc6300;
}

.climacon-warning.climacon-darken-4 .climacon_component-stroke {
  fill: #e25900;
}

.climacon-warning.climacon-accent-1 .climacon_component-stroke {
  fill: #fff5ef;
}

.climacon-warning.climacon-accent-2 .climacon_component-stroke {
  fill: #ffe5d8;
}

.climacon-warning.climacon-accent-3 .climacon_component-stroke {
  fill: #ffddd0;
}

.climacon-warning.climacon-accent-4 .climacon_component-stroke {
  fill: #ffcab7;
}

.climacon-danger.climacon-lighten-5 .climacon_component-stroke {
  fill: #ffc9d0;
}

.climacon-danger.climacon-lighten-4 .climacon_component-stroke {
  fill: #ffafba;
}

.climacon-danger.climacon-lighten-3 .climacon_component-stroke {
  fill: #ff96a3;
}

.climacon-danger.climacon-lighten-2 .climacon_component-stroke {
  fill: #ff7c8d;
}

.climacon-danger.climacon-lighten-1 .climacon_component-stroke {
  fill: #ff6377;
}

.bs-callout-danger {
  display: block;
  border-color: #ff4961 !important;
  background-color: #ffecef;
  border-radius: 0.25rem;
  color: #49000a;
}
.bs-callout-danger h1, .bs-callout-danger h2, .bs-callout-danger h3, .bs-callout-danger h4, .bs-callout-danger h5, .bs-callout-danger h6 {
  margin-top: 0;
  color: #ff4961;
}
.bs-callout-danger p:last-child {
  margin-bottom: 0;
}
.bs-callout-danger code, .bs-callout-danger .highlight {
  background-color: #fff;
}
.bs-callout-danger.callout-transparent {
  display: block;
  border-color: #ff4961 !important;
  background-color: transparent;
  border-radius: 0.25rem;
  color: #49000a;
}
.bs-callout-danger.callout-transparent h1, .bs-callout-danger.callout-transparent h2, .bs-callout-danger.callout-transparent h3, .bs-callout-danger.callout-transparent h4, .bs-callout-danger.callout-transparent h5, .bs-callout-danger.callout-transparent h6 {
  margin-top: 0;
  color: #ff4961;
}
.bs-callout-danger.callout-transparent p:last-child {
  margin-bottom: 0;
}
.bs-callout-danger.callout-transparent code, .bs-callout-danger.callout-transparent .highlight {
  background-color: #fff;
}
.bs-callout-danger .callout-arrow-left:before {
  border-left-color: #ff4961;
}
.bs-callout-danger .callout-arrow-right:before {
  border-right-color: #ff4961;
}

.climacon-danger.climacon-darken-1 .climacon_component-stroke {
  fill: #ff304b;
}

.climacon-danger.climacon-darken-2 .climacon_component-stroke {
  fill: #ff1635;
}

.climacon-danger.climacon-darken-3 .climacon_component-stroke {
  fill: #fc0021;
}

.climacon-danger.climacon-darken-4 .climacon_component-stroke {
  fill: #e2001e;
}

.climacon-danger.climacon-accent-1 .climacon_component-stroke {
  fill: #ffeef1;
}

.climacon-danger.climacon-accent-2 .climacon_component-stroke {
  fill: #ffd6db;
}

.climacon-danger.climacon-accent-3 .climacon_component-stroke {
  fill: #ffd0d3;
}

.climacon-danger.climacon-accent-4 .climacon_component-stroke {
  fill: #ffb7bc;
}

.bs-callout-light {
  display: block;
  border-color: #e0e0e0 !important;
  background-color: white;
  border-radius: 0.25rem;
  color: #616161;
}
.bs-callout-light h1, .bs-callout-light h2, .bs-callout-light h3, .bs-callout-light h4, .bs-callout-light h5, .bs-callout-light h6 {
  margin-top: 0;
  color: #e0e0e0;
}
.bs-callout-light p:last-child {
  margin-bottom: 0;
}
.bs-callout-light code, .bs-callout-light .highlight {
  background-color: #fff;
}
.bs-callout-light.callout-transparent {
  display: block;
  border-color: #e0e0e0 !important;
  background-color: transparent;
  border-radius: 0.25rem;
  color: #616161;
}
.bs-callout-light.callout-transparent h1, .bs-callout-light.callout-transparent h2, .bs-callout-light.callout-transparent h3, .bs-callout-light.callout-transparent h4, .bs-callout-light.callout-transparent h5, .bs-callout-light.callout-transparent h6 {
  margin-top: 0;
  color: #e0e0e0;
}
.bs-callout-light.callout-transparent p:last-child {
  margin-bottom: 0;
}
.bs-callout-light.callout-transparent code, .bs-callout-light.callout-transparent .highlight {
  background-color: #fff;
}
.bs-callout-light .callout-arrow-left:before {
  border-left-color: #e0e0e0;
}
.bs-callout-light .callout-arrow-right:before {
  border-right-color: #e0e0e0;
}

.climacon-light.climacon-lighten-1 .climacon_component-stroke {
  fill: #bdbdbd;
}

.climacon-light.climacon-darken-1 .climacon_component-stroke {
  fill: #9e9e9e;
}

.bs-callout-dark {
  display: block;
  border-color: #424242 !important;
  background-color: #949494;
  border-radius: 0.25rem;
  color: black;
}
.bs-callout-dark h1, .bs-callout-dark h2, .bs-callout-dark h3, .bs-callout-dark h4, .bs-callout-dark h5, .bs-callout-dark h6 {
  margin-top: 0;
  color: #424242;
}
.bs-callout-dark p:last-child {
  margin-bottom: 0;
}
.bs-callout-dark code, .bs-callout-dark .highlight {
  background-color: #fff;
}
.bs-callout-dark.callout-transparent {
  display: block;
  border-color: #424242 !important;
  background-color: transparent;
  border-radius: 0.25rem;
  color: black;
}
.bs-callout-dark.callout-transparent h1, .bs-callout-dark.callout-transparent h2, .bs-callout-dark.callout-transparent h3, .bs-callout-dark.callout-transparent h4, .bs-callout-dark.callout-transparent h5, .bs-callout-dark.callout-transparent h6 {
  margin-top: 0;
  color: #424242;
}
.bs-callout-dark.callout-transparent p:last-child {
  margin-bottom: 0;
}
.bs-callout-dark.callout-transparent code, .bs-callout-dark.callout-transparent .highlight {
  background-color: #fff;
}
.bs-callout-dark .callout-arrow-left:before {
  border-left-color: #424242;
}
.bs-callout-dark .callout-arrow-right:before {
  border-right-color: #424242;
}

.climacon-dark.climacon-lighten-1 .climacon_component-stroke {
  fill: #616161;
}

.climacon-dark.climacon-darken-1 .climacon_component-stroke {
  fill: #212121;
}

.climacon-red.climacon-lighten-5 .climacon_component-stroke {
  fill: #ffebee;
}

.climacon-red.climacon-lighten-4 .climacon_component-stroke {
  fill: #ffcdd2;
}

.climacon-red.climacon-lighten-3 .climacon_component-stroke {
  fill: #ef9a9a;
}

.climacon-red.climacon-lighten-2 .climacon_component-stroke {
  fill: #e57373;
}

.climacon-red.climacon-lighten-1 .climacon_component-stroke {
  fill: #ef5350;
}

.bs-callout-red {
  display: block;
  border-color: #f44336 !important;
  background-color: #fcd4d1;
  border-radius: 0.25rem;
  color: #290502;
}
.bs-callout-red h1, .bs-callout-red h2, .bs-callout-red h3, .bs-callout-red h4, .bs-callout-red h5, .bs-callout-red h6 {
  margin-top: 0;
  color: #f44336;
}
.bs-callout-red p:last-child {
  margin-bottom: 0;
}
.bs-callout-red code, .bs-callout-red .highlight {
  background-color: #fff;
}
.bs-callout-red.callout-transparent {
  display: block;
  border-color: #f44336 !important;
  background-color: transparent;
  border-radius: 0.25rem;
  color: #290502;
}
.bs-callout-red.callout-transparent h1, .bs-callout-red.callout-transparent h2, .bs-callout-red.callout-transparent h3, .bs-callout-red.callout-transparent h4, .bs-callout-red.callout-transparent h5, .bs-callout-red.callout-transparent h6 {
  margin-top: 0;
  color: #f44336;
}
.bs-callout-red.callout-transparent p:last-child {
  margin-bottom: 0;
}
.bs-callout-red.callout-transparent code, .bs-callout-red.callout-transparent .highlight {
  background-color: #fff;
}
.bs-callout-red .callout-arrow-left:before {
  border-left-color: #f44336;
}
.bs-callout-red .callout-arrow-right:before {
  border-right-color: #f44336;
}

.climacon-red.climacon-darken-1 .climacon_component-stroke {
  fill: #e53935;
}

.climacon-red.climacon-darken-2 .climacon_component-stroke {
  fill: #d32f2f;
}

.climacon-red.climacon-darken-3 .climacon_component-stroke {
  fill: #c62828;
}

.climacon-red.climacon-darken-4 .climacon_component-stroke {
  fill: #b71c1c;
}

.climacon-red.climacon-accent-1 .climacon_component-stroke {
  fill: #ff8a80;
}

.climacon-red.climacon-accent-2 .climacon_component-stroke {
  fill: #ff5252;
}

.climacon-red.climacon-accent-3 .climacon_component-stroke {
  fill: #ff1744;
}

.climacon-red.climacon-accent-4 .climacon_component-stroke {
  fill: #d50000;
}

.climacon-pink.climacon-lighten-5 .climacon_component-stroke {
  fill: #fce4ec;
}

.climacon-pink.climacon-lighten-4 .climacon_component-stroke {
  fill: #f8bbd0;
}

.climacon-pink.climacon-lighten-3 .climacon_component-stroke {
  fill: #f48fb1;
}

.climacon-pink.climacon-lighten-2 .climacon_component-stroke {
  fill: #f06292;
}

.climacon-pink.climacon-lighten-1 .climacon_component-stroke {
  fill: #ec407a;
}

.bs-callout-pink {
  display: block;
  border-color: #e91e63 !important;
  background-color: #f8b3ca;
  border-radius: 0.25rem;
  color: #070103;
}
.bs-callout-pink h1, .bs-callout-pink h2, .bs-callout-pink h3, .bs-callout-pink h4, .bs-callout-pink h5, .bs-callout-pink h6 {
  margin-top: 0;
  color: #e91e63;
}
.bs-callout-pink p:last-child {
  margin-bottom: 0;
}
.bs-callout-pink code, .bs-callout-pink .highlight {
  background-color: #fff;
}
.bs-callout-pink.callout-transparent {
  display: block;
  border-color: #e91e63 !important;
  background-color: transparent;
  border-radius: 0.25rem;
  color: #070103;
}
.bs-callout-pink.callout-transparent h1, .bs-callout-pink.callout-transparent h2, .bs-callout-pink.callout-transparent h3, .bs-callout-pink.callout-transparent h4, .bs-callout-pink.callout-transparent h5, .bs-callout-pink.callout-transparent h6 {
  margin-top: 0;
  color: #e91e63;
}
.bs-callout-pink.callout-transparent p:last-child {
  margin-bottom: 0;
}
.bs-callout-pink.callout-transparent code, .bs-callout-pink.callout-transparent .highlight {
  background-color: #fff;
}
.bs-callout-pink .callout-arrow-left:before {
  border-left-color: #e91e63;
}
.bs-callout-pink .callout-arrow-right:before {
  border-right-color: #e91e63;
}

.climacon-pink.climacon-darken-1 .climacon_component-stroke {
  fill: #d81b60;
}

.climacon-pink.climacon-darken-2 .climacon_component-stroke {
  fill: #c2185b;
}

.climacon-pink.climacon-darken-3 .climacon_component-stroke {
  fill: #ad1457;
}

.climacon-pink.climacon-darken-4 .climacon_component-stroke {
  fill: #880e4f;
}

.climacon-pink.climacon-accent-1 .climacon_component-stroke {
  fill: #ff80ab;
}

.climacon-pink.climacon-accent-2 .climacon_component-stroke {
  fill: #ff4081;
}

.climacon-pink.climacon-accent-3 .climacon_component-stroke {
  fill: #f50057;
}

.climacon-pink.climacon-accent-4 .climacon_component-stroke {
  fill: #c51162;
}

.climacon-purple.climacon-lighten-5 .climacon_component-stroke {
  fill: #f3e5f5;
}

.climacon-purple.climacon-lighten-4 .climacon_component-stroke {
  fill: #e1bee7;
}

.climacon-purple.climacon-lighten-3 .climacon_component-stroke {
  fill: #ce93d8;
}

.climacon-purple.climacon-lighten-2 .climacon_component-stroke {
  fill: #ba68c8;
}

.climacon-purple.climacon-lighten-1 .climacon_component-stroke {
  fill: #ab47bc;
}

.bs-callout-purple {
  display: block;
  border-color: #9c27b0 !important;
  background-color: #db93e7;
  border-radius: 0.25rem;
  color: black;
}
.bs-callout-purple h1, .bs-callout-purple h2, .bs-callout-purple h3, .bs-callout-purple h4, .bs-callout-purple h5, .bs-callout-purple h6 {
  margin-top: 0;
  color: #9c27b0;
}
.bs-callout-purple p:last-child {
  margin-bottom: 0;
}
.bs-callout-purple code, .bs-callout-purple .highlight {
  background-color: #fff;
}
.bs-callout-purple.callout-transparent {
  display: block;
  border-color: #9c27b0 !important;
  background-color: transparent;
  border-radius: 0.25rem;
  color: black;
}
.bs-callout-purple.callout-transparent h1, .bs-callout-purple.callout-transparent h2, .bs-callout-purple.callout-transparent h3, .bs-callout-purple.callout-transparent h4, .bs-callout-purple.callout-transparent h5, .bs-callout-purple.callout-transparent h6 {
  margin-top: 0;
  color: #9c27b0;
}
.bs-callout-purple.callout-transparent p:last-child {
  margin-bottom: 0;
}
.bs-callout-purple.callout-transparent code, .bs-callout-purple.callout-transparent .highlight {
  background-color: #fff;
}
.bs-callout-purple .callout-arrow-left:before {
  border-left-color: #9c27b0;
}
.bs-callout-purple .callout-arrow-right:before {
  border-right-color: #9c27b0;
}

.climacon-purple.climacon-darken-1 .climacon_component-stroke {
  fill: #8e24aa;
}

.climacon-purple.climacon-darken-2 .climacon_component-stroke {
  fill: #7b1fa2;
}

.climacon-purple.climacon-darken-3 .climacon_component-stroke {
  fill: #6a1b9a;
}

.climacon-purple.climacon-darken-4 .climacon_component-stroke {
  fill: #4a148c;
}

.climacon-purple.climacon-accent-1 .climacon_component-stroke {
  fill: #ea80fc;
}

.climacon-purple.climacon-accent-2 .climacon_component-stroke {
  fill: #e040fb;
}

.climacon-purple.climacon-accent-3 .climacon_component-stroke {
  fill: #d500f9;
}

.climacon-purple.climacon-accent-4 .climacon_component-stroke {
  fill: #dd00ff;
}

.climacon-blue.climacon-lighten-5 .climacon_component-stroke {
  fill: #e3f2fd;
}

.climacon-blue.climacon-lighten-4 .climacon_component-stroke {
  fill: #bbdefb;
}

.climacon-blue.climacon-lighten-3 .climacon_component-stroke {
  fill: #90caf9;
}

.climacon-blue.climacon-lighten-2 .climacon_component-stroke {
  fill: #64b5f6;
}

.climacon-blue.climacon-lighten-1 .climacon_component-stroke {
  fill: #42a5f5;
}

.bs-callout-blue {
  display: block;
  border-color: #2196f3 !important;
  background-color: #bcdffb;
  border-radius: 0.25rem;
  color: #010c14;
}
.bs-callout-blue h1, .bs-callout-blue h2, .bs-callout-blue h3, .bs-callout-blue h4, .bs-callout-blue h5, .bs-callout-blue h6 {
  margin-top: 0;
  color: #2196f3;
}
.bs-callout-blue p:last-child {
  margin-bottom: 0;
}
.bs-callout-blue code, .bs-callout-blue .highlight {
  background-color: #fff;
}
.bs-callout-blue.callout-transparent {
  display: block;
  border-color: #2196f3 !important;
  background-color: transparent;
  border-radius: 0.25rem;
  color: #010c14;
}
.bs-callout-blue.callout-transparent h1, .bs-callout-blue.callout-transparent h2, .bs-callout-blue.callout-transparent h3, .bs-callout-blue.callout-transparent h4, .bs-callout-blue.callout-transparent h5, .bs-callout-blue.callout-transparent h6 {
  margin-top: 0;
  color: #2196f3;
}
.bs-callout-blue.callout-transparent p:last-child {
  margin-bottom: 0;
}
.bs-callout-blue.callout-transparent code, .bs-callout-blue.callout-transparent .highlight {
  background-color: #fff;
}
.bs-callout-blue .callout-arrow-left:before {
  border-left-color: #2196f3;
}
.bs-callout-blue .callout-arrow-right:before {
  border-right-color: #2196f3;
}

.climacon-blue.climacon-darken-1 .climacon_component-stroke {
  fill: #1e88e5;
}

.climacon-blue.climacon-darken-2 .climacon_component-stroke {
  fill: #1976d2;
}

.climacon-blue.climacon-darken-3 .climacon_component-stroke {
  fill: #1565c0;
}

.climacon-blue.climacon-darken-4 .climacon_component-stroke {
  fill: #0d47a1;
}

.climacon-blue.climacon-accent-1 .climacon_component-stroke {
  fill: #82b1ff;
}

.climacon-blue.climacon-accent-2 .climacon_component-stroke {
  fill: #448aff;
}

.climacon-blue.climacon-accent-3 .climacon_component-stroke {
  fill: #2979ff;
}

.climacon-blue.climacon-accent-4 .climacon_component-stroke {
  fill: #2962ff;
}

.climacon-cyan.climacon-lighten-5 .climacon_component-stroke {
  fill: #e0f7fa;
}

.climacon-cyan.climacon-lighten-4 .climacon_component-stroke {
  fill: #b2ebf2;
}

.climacon-cyan.climacon-lighten-3 .climacon_component-stroke {
  fill: #80deea;
}

.climacon-cyan.climacon-lighten-2 .climacon_component-stroke {
  fill: #4dd0e1;
}

.climacon-cyan.climacon-lighten-1 .climacon_component-stroke {
  fill: #26c6da;
}

.bs-callout-cyan {
  display: block;
  border-color: #00bcd4 !important;
  background-color: #78f0ff;
  border-radius: 0.25rem;
  color: black;
}
.bs-callout-cyan h1, .bs-callout-cyan h2, .bs-callout-cyan h3, .bs-callout-cyan h4, .bs-callout-cyan h5, .bs-callout-cyan h6 {
  margin-top: 0;
  color: #00bcd4;
}
.bs-callout-cyan p:last-child {
  margin-bottom: 0;
}
.bs-callout-cyan code, .bs-callout-cyan .highlight {
  background-color: #fff;
}
.bs-callout-cyan.callout-transparent {
  display: block;
  border-color: #00bcd4 !important;
  background-color: transparent;
  border-radius: 0.25rem;
  color: black;
}
.bs-callout-cyan.callout-transparent h1, .bs-callout-cyan.callout-transparent h2, .bs-callout-cyan.callout-transparent h3, .bs-callout-cyan.callout-transparent h4, .bs-callout-cyan.callout-transparent h5, .bs-callout-cyan.callout-transparent h6 {
  margin-top: 0;
  color: #00bcd4;
}
.bs-callout-cyan.callout-transparent p:last-child {
  margin-bottom: 0;
}
.bs-callout-cyan.callout-transparent code, .bs-callout-cyan.callout-transparent .highlight {
  background-color: #fff;
}
.bs-callout-cyan .callout-arrow-left:before {
  border-left-color: #00bcd4;
}
.bs-callout-cyan .callout-arrow-right:before {
  border-right-color: #00bcd4;
}

.climacon-cyan.climacon-darken-1 .climacon_component-stroke {
  fill: #00acc1;
}

.climacon-cyan.climacon-darken-2 .climacon_component-stroke {
  fill: #0097a7;
}

.climacon-cyan.climacon-darken-3 .climacon_component-stroke {
  fill: #00838f;
}

.climacon-cyan.climacon-darken-4 .climacon_component-stroke {
  fill: #006064;
}

.climacon-cyan.climacon-accent-1 .climacon_component-stroke {
  fill: #84ffff;
}

.climacon-cyan.climacon-accent-2 .climacon_component-stroke {
  fill: #18ffff;
}

.climacon-cyan.climacon-accent-3 .climacon_component-stroke {
  fill: #00e5ff;
}

.climacon-cyan.climacon-accent-4 .climacon_component-stroke {
  fill: #00b8d4;
}

.climacon-teal.climacon-lighten-5 .climacon_component-stroke {
  fill: #e0f2f1;
}

.climacon-teal.climacon-lighten-4 .climacon_component-stroke {
  fill: #b2dfdb;
}

.climacon-teal.climacon-lighten-3 .climacon_component-stroke {
  fill: #80cbc4;
}

.climacon-teal.climacon-lighten-2 .climacon_component-stroke {
  fill: #4db6ac;
}

.climacon-teal.climacon-lighten-1 .climacon_component-stroke {
  fill: #26a69a;
}

.bs-callout-teal {
  display: block;
  border-color: #009688 !important;
  background-color: #3affed;
  border-radius: 0.25rem;
  color: black;
}
.bs-callout-teal h1, .bs-callout-teal h2, .bs-callout-teal h3, .bs-callout-teal h4, .bs-callout-teal h5, .bs-callout-teal h6 {
  margin-top: 0;
  color: #009688;
}
.bs-callout-teal p:last-child {
  margin-bottom: 0;
}
.bs-callout-teal code, .bs-callout-teal .highlight {
  background-color: #fff;
}
.bs-callout-teal.callout-transparent {
  display: block;
  border-color: #009688 !important;
  background-color: transparent;
  border-radius: 0.25rem;
  color: black;
}
.bs-callout-teal.callout-transparent h1, .bs-callout-teal.callout-transparent h2, .bs-callout-teal.callout-transparent h3, .bs-callout-teal.callout-transparent h4, .bs-callout-teal.callout-transparent h5, .bs-callout-teal.callout-transparent h6 {
  margin-top: 0;
  color: #009688;
}
.bs-callout-teal.callout-transparent p:last-child {
  margin-bottom: 0;
}
.bs-callout-teal.callout-transparent code, .bs-callout-teal.callout-transparent .highlight {
  background-color: #fff;
}
.bs-callout-teal .callout-arrow-left:before {
  border-left-color: #009688;
}
.bs-callout-teal .callout-arrow-right:before {
  border-right-color: #009688;
}

.climacon-teal.climacon-darken-1 .climacon_component-stroke {
  fill: #00897b;
}

.climacon-teal.climacon-darken-2 .climacon_component-stroke {
  fill: #00796b;
}

.climacon-teal.climacon-darken-3 .climacon_component-stroke {
  fill: #00695c;
}

.climacon-teal.climacon-darken-4 .climacon_component-stroke {
  fill: #004d40;
}

.climacon-teal.climacon-accent-1 .climacon_component-stroke {
  fill: #a7ffeb;
}

.climacon-teal.climacon-accent-2 .climacon_component-stroke {
  fill: #64ffda;
}

.climacon-teal.climacon-accent-3 .climacon_component-stroke {
  fill: #1de9b6;
}

.climacon-teal.climacon-accent-4 .climacon_component-stroke {
  fill: #00bfa5;
}

.climacon-yellow.climacon-lighten-5 .climacon_component-stroke {
  fill: #fffde7;
}

.climacon-yellow.climacon-lighten-4 .climacon_component-stroke {
  fill: #fff9c4;
}

.climacon-yellow.climacon-lighten-3 .climacon_component-stroke {
  fill: #fff59d;
}

.climacon-yellow.climacon-lighten-2 .climacon_component-stroke {
  fill: #fff176;
}

.climacon-yellow.climacon-lighten-1 .climacon_component-stroke {
  fill: #ffee58;
}

.bs-callout-yellow {
  display: block;
  border-color: #ffeb3b !important;
  background-color: #fffcde;
  border-radius: 0.25rem;
  color: #3b3500;
}
.bs-callout-yellow h1, .bs-callout-yellow h2, .bs-callout-yellow h3, .bs-callout-yellow h4, .bs-callout-yellow h5, .bs-callout-yellow h6 {
  margin-top: 0;
  color: #ffeb3b;
}
.bs-callout-yellow p:last-child {
  margin-bottom: 0;
}
.bs-callout-yellow code, .bs-callout-yellow .highlight {
  background-color: #fff;
}
.bs-callout-yellow.callout-transparent {
  display: block;
  border-color: #ffeb3b !important;
  background-color: transparent;
  border-radius: 0.25rem;
  color: #3b3500;
}
.bs-callout-yellow.callout-transparent h1, .bs-callout-yellow.callout-transparent h2, .bs-callout-yellow.callout-transparent h3, .bs-callout-yellow.callout-transparent h4, .bs-callout-yellow.callout-transparent h5, .bs-callout-yellow.callout-transparent h6 {
  margin-top: 0;
  color: #ffeb3b;
}
.bs-callout-yellow.callout-transparent p:last-child {
  margin-bottom: 0;
}
.bs-callout-yellow.callout-transparent code, .bs-callout-yellow.callout-transparent .highlight {
  background-color: #fff;
}
.bs-callout-yellow .callout-arrow-left:before {
  border-left-color: #ffeb3b;
}
.bs-callout-yellow .callout-arrow-right:before {
  border-right-color: #ffeb3b;
}

.climacon-yellow.climacon-darken-1 .climacon_component-stroke {
  fill: #fdd835;
}

.climacon-yellow.climacon-darken-2 .climacon_component-stroke {
  fill: #fbc02d;
}

.climacon-yellow.climacon-darken-3 .climacon_component-stroke {
  fill: #f9a825;
}

.climacon-yellow.climacon-darken-4 .climacon_component-stroke {
  fill: #f57f17;
}

.climacon-yellow.climacon-accent-1 .climacon_component-stroke {
  fill: #ffff8d;
}

.climacon-yellow.climacon-accent-2 .climacon_component-stroke {
  fill: #ffff00;
}

.climacon-yellow.climacon-accent-3 .climacon_component-stroke {
  fill: #ffea00;
}

.climacon-yellow.climacon-accent-4 .climacon_component-stroke {
  fill: #ffd600;
}

.climacon-amber.climacon-lighten-5 .climacon_component-stroke {
  fill: #fff8e1;
}

.climacon-amber.climacon-lighten-4 .climacon_component-stroke {
  fill: #ffecb3;
}

.climacon-amber.climacon-lighten-3 .climacon_component-stroke {
  fill: #ffe082;
}

.climacon-amber.climacon-lighten-2 .climacon_component-stroke {
  fill: #ffd54f;
}

.climacon-amber.climacon-lighten-1 .climacon_component-stroke {
  fill: #ffca28;
}

.bs-callout-amber {
  display: block;
  border-color: #ffc107 !important;
  background-color: #ffeaaa;
  border-radius: 0.25rem;
  color: #070500;
}
.bs-callout-amber h1, .bs-callout-amber h2, .bs-callout-amber h3, .bs-callout-amber h4, .bs-callout-amber h5, .bs-callout-amber h6 {
  margin-top: 0;
  color: #ffc107;
}
.bs-callout-amber p:last-child {
  margin-bottom: 0;
}
.bs-callout-amber code, .bs-callout-amber .highlight {
  background-color: #fff;
}
.bs-callout-amber.callout-transparent {
  display: block;
  border-color: #ffc107 !important;
  background-color: transparent;
  border-radius: 0.25rem;
  color: #070500;
}
.bs-callout-amber.callout-transparent h1, .bs-callout-amber.callout-transparent h2, .bs-callout-amber.callout-transparent h3, .bs-callout-amber.callout-transparent h4, .bs-callout-amber.callout-transparent h5, .bs-callout-amber.callout-transparent h6 {
  margin-top: 0;
  color: #ffc107;
}
.bs-callout-amber.callout-transparent p:last-child {
  margin-bottom: 0;
}
.bs-callout-amber.callout-transparent code, .bs-callout-amber.callout-transparent .highlight {
  background-color: #fff;
}
.bs-callout-amber .callout-arrow-left:before {
  border-left-color: #ffc107;
}
.bs-callout-amber .callout-arrow-right:before {
  border-right-color: #ffc107;
}

.climacon-amber.climacon-darken-1 .climacon_component-stroke {
  fill: #ffb300;
}

.climacon-amber.climacon-darken-2 .climacon_component-stroke {
  fill: #ffa000;
}

.climacon-amber.climacon-darken-3 .climacon_component-stroke {
  fill: #ff8f00;
}

.climacon-amber.climacon-darken-4 .climacon_component-stroke {
  fill: #ff6f00;
}

.climacon-amber.climacon-accent-1 .climacon_component-stroke {
  fill: #ffe57f;
}

.climacon-amber.climacon-accent-2 .climacon_component-stroke {
  fill: #ffd740;
}

.climacon-amber.climacon-accent-3 .climacon_component-stroke {
  fill: #ffc400;
}

.climacon-amber.climacon-accent-4 .climacon_component-stroke {
  fill: #ffab00;
}

.climacon-blue-grey.climacon-lighten-5 .climacon_component-stroke {
  fill: #eceff1;
}

.climacon-blue-grey.climacon-lighten-4 .climacon_component-stroke {
  fill: #cfd8dc;
}

.climacon-blue-grey.climacon-lighten-3 .climacon_component-stroke {
  fill: #b0bec5;
}

.climacon-blue-grey.climacon-lighten-2 .climacon_component-stroke {
  fill: #90a4ae;
}

.climacon-blue-grey.climacon-lighten-1 .climacon_component-stroke {
  fill: #78909c;
}

.bs-callout-blue-grey {
  display: block;
  border-color: #607d8b !important;
  background-color: #bdcbd1;
  border-radius: 0.25rem;
  color: black;
}
.bs-callout-blue-grey h1, .bs-callout-blue-grey h2, .bs-callout-blue-grey h3, .bs-callout-blue-grey h4, .bs-callout-blue-grey h5, .bs-callout-blue-grey h6 {
  margin-top: 0;
  color: #607d8b;
}
.bs-callout-blue-grey p:last-child {
  margin-bottom: 0;
}
.bs-callout-blue-grey code, .bs-callout-blue-grey .highlight {
  background-color: #fff;
}
.bs-callout-blue-grey.callout-transparent {
  display: block;
  border-color: #607d8b !important;
  background-color: transparent;
  border-radius: 0.25rem;
  color: black;
}
.bs-callout-blue-grey.callout-transparent h1, .bs-callout-blue-grey.callout-transparent h2, .bs-callout-blue-grey.callout-transparent h3, .bs-callout-blue-grey.callout-transparent h4, .bs-callout-blue-grey.callout-transparent h5, .bs-callout-blue-grey.callout-transparent h6 {
  margin-top: 0;
  color: #607d8b;
}
.bs-callout-blue-grey.callout-transparent p:last-child {
  margin-bottom: 0;
}
.bs-callout-blue-grey.callout-transparent code, .bs-callout-blue-grey.callout-transparent .highlight {
  background-color: #fff;
}
.bs-callout-blue-grey .callout-arrow-left:before {
  border-left-color: #607d8b;
}
.bs-callout-blue-grey .callout-arrow-right:before {
  border-right-color: #607d8b;
}

.climacon-blue-grey.climacon-darken-1 .climacon_component-stroke {
  fill: #546e7a;
}

.climacon-blue-grey.climacon-darken-2 .climacon_component-stroke {
  fill: #455a64;
}

.climacon-blue-grey.climacon-darken-3 .climacon_component-stroke {
  fill: #37474f;
}

.climacon-blue-grey.climacon-darken-4 .climacon_component-stroke {
  fill: #263238;
}

.climacon-grey-blue.climacon-lighten-5 .climacon_component-stroke {
  fill: #eceff1;
}

.climacon-grey-blue.climacon-lighten-4 .climacon_component-stroke {
  fill: #cfd8dc;
}

.climacon-grey-blue.climacon-lighten-3 .climacon_component-stroke {
  fill: #b0bec5;
}

.climacon-grey-blue.climacon-lighten-2 .climacon_component-stroke {
  fill: #6f85ad;
}

.climacon-grey-blue.climacon-lighten-1 .climacon_component-stroke {
  fill: #78909c;
}

.bs-callout-grey-blue {
  display: block;
  border-color: #1b2942 !important;
  background-color: #4b71b5;
  border-radius: 0.25rem;
  color: black;
}
.bs-callout-grey-blue h1, .bs-callout-grey-blue h2, .bs-callout-grey-blue h3, .bs-callout-grey-blue h4, .bs-callout-grey-blue h5, .bs-callout-grey-blue h6 {
  margin-top: 0;
  color: #1b2942;
}
.bs-callout-grey-blue p:last-child {
  margin-bottom: 0;
}
.bs-callout-grey-blue code, .bs-callout-grey-blue .highlight {
  background-color: #fff;
}
.bs-callout-grey-blue.callout-transparent {
  display: block;
  border-color: #1b2942 !important;
  background-color: transparent;
  border-radius: 0.25rem;
  color: black;
}
.bs-callout-grey-blue.callout-transparent h1, .bs-callout-grey-blue.callout-transparent h2, .bs-callout-grey-blue.callout-transparent h3, .bs-callout-grey-blue.callout-transparent h4, .bs-callout-grey-blue.callout-transparent h5, .bs-callout-grey-blue.callout-transparent h6 {
  margin-top: 0;
  color: #1b2942;
}
.bs-callout-grey-blue.callout-transparent p:last-child {
  margin-bottom: 0;
}
.bs-callout-grey-blue.callout-transparent code, .bs-callout-grey-blue.callout-transparent .highlight {
  background-color: #fff;
}
.bs-callout-grey-blue .callout-arrow-left:before {
  border-left-color: #1b2942;
}
.bs-callout-grey-blue .callout-arrow-right:before {
  border-right-color: #1b2942;
}

.climacon-grey-blue.climacon-darken-1 .climacon_component-stroke {
  fill: #546e7a;
}

.climacon-grey-blue.climacon-darken-2 .climacon_component-stroke {
  fill: #2c303b;
}

.climacon-grey-blue.climacon-darken-3 .climacon_component-stroke {
  fill: #37474f;
}

.climacon-grey-blue.climacon-darken-4 .climacon_component-stroke {
  fill: #263238;
}

.climacon-shades.climacon-black .climacon_component-stroke {
  fill: #000000;
}

.climacon-shades.climacon-white .climacon_component-stroke {
  fill: #ffffff;
}

.climacon-shades.climacon-transparent .climacon_component-stroke {
  fill: transparent;
}

/**
 * Copyright (c) 2016 Connor Atherton
 *
 * All animations must live in their own file
 * in the animations directory and be included
 * here.
 *
 */
/**
 * Styles shared by multiple animations
 */
/* Custom Loader.CSS */
.loader-container {
  position: absolute;
  top: 50%;
  left: 50%;
}

.double-bounce {
  width: 40px;
  height: 40px;
  position: relative;
  margin: 40px auto;
}
.double-bounce .child {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #333;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  animation: doubleBounce 2s infinite ease-in-out;
}
.double-bounce .double-bounce2 {
  animation-delay: -1s;
}
@keyframes doubleBounce {
  0%, 100% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
}
.chasing-dots {
  width: 40px;
  height: 40px;
  position: relative;
  text-align: center;
  animation: chasingDotsRotate 2s infinite linear;
}
.chasing-dots .child {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #333;
  border-radius: 100%;
  animation: chasingDotsBounce 2s infinite ease-in-out;
}
.chasing-dots .dot2 {
  top: auto;
  bottom: 0;
  animation-delay: -1s;
}
@keyframes chasingDotsRotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes chasingDotsBounce {
  0%, 100% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
}
/*
 * Spinner positions
 * 1 2 3
 * 4 5 6
 * 7 8 9
 */
.cube-grid {
  width: 40px;
  height: 40px;
  margin: 40px auto;
}
.cube-grid .cube {
  width: 33.33%;
  height: 33.33%;
  background-color: #333;
  float: left;
  animation: cubeGridScaleDelay 1.3s infinite ease-in-out;
}
.cube-grid .cube1 {
  animation-delay: 0.2s;
}
.cube-grid .cube2 {
  animation-delay: 0.3s;
}
.cube-grid .cube3 {
  animation-delay: 0.4s;
}
.cube-grid .cube4 {
  animation-delay: 0.1s;
}
.cube-grid .cube5 {
  animation-delay: 0.2s;
}
.cube-grid .cube6 {
  animation-delay: 0.3s;
}
.cube-grid .cube7 {
  animation-delay: 0s;
}
.cube-grid .cube8 {
  animation-delay: 0.1s;
}
.cube-grid .cube9 {
  animation-delay: 0.2s;
}
@keyframes cubeGridScaleDelay {
  0%, 70%, 100% {
    transform: scale3D(1, 1, 1);
  }
  35% {
    transform: scale3D(0, 0, 1);
  }
}
.fading-circle {
  margin: 40px auto;
  width: 40px;
  height: 40px;
  position: relative;
}
.fading-circle .circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.fading-circle .circle:before {
  content: "";
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #333;
  border-radius: 100%;
  animation: circleFadeDelay 1.2s infinite ease-in-out both;
}
.fading-circle .circle2 {
  transform: rotate(30deg);
}
.fading-circle .circle2:before {
  animation-delay: -1.1s;
}
.fading-circle .circle3 {
  transform: rotate(60deg);
}
.fading-circle .circle3:before {
  animation-delay: -1s;
}
.fading-circle .circle4 {
  transform: rotate(90deg);
}
.fading-circle .circle4:before {
  animation-delay: -0.9s;
}
.fading-circle .circle5 {
  transform: rotate(120deg);
}
.fading-circle .circle5:before {
  animation-delay: -0.8s;
}
.fading-circle .circle6 {
  transform: rotate(150deg);
}
.fading-circle .circle6:before {
  animation-delay: -0.7s;
}
.fading-circle .circle7 {
  transform: rotate(180deg);
}
.fading-circle .circle7:before {
  animation-delay: -0.6s;
}
.fading-circle .circle8 {
  transform: rotate(210deg);
}
.fading-circle .circle8:before {
  animation-delay: -0.5s;
}
.fading-circle .circle9 {
  transform: rotate(240deg);
}
.fading-circle .circle9:before {
  animation-delay: -0.4s;
}
.fading-circle .circle10 {
  transform: rotate(270deg);
}
.fading-circle .circle10:before {
  animation-delay: -0.3s;
}
.fading-circle .circle11 {
  transform: rotate(300deg);
}
.fading-circle .circle11:before {
  animation-delay: -0.2s;
}
.fading-circle .circle12 {
  transform: rotate(330deg);
}
.fading-circle .circle12:before {
  animation-delay: -0.1s;
}
@keyframes circleFadeDelay {
  0%, 39%, 100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}
.folding-cube {
  width: 40px;
  height: 40px;
  position: relative;
  transform: rotateZ(45deg);
}
.folding-cube .cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  transform: scale(1.1);
}
.folding-cube .cube:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #333;
  animation: foldCubeAngle 2.4s infinite linear both;
  transform-origin: 100% 100%;
}
.folding-cube .cube2 {
  transform: scale(1.1) rotateZ(90deg);
}
.folding-cube .cube2:before {
  animation-delay: 0.3s;
}
.folding-cube .cube3 {
  transform: scale(1.1) rotateZ(180deg);
}
.folding-cube .cube3:before {
  animation-delay: 0.6s;
}
.folding-cube .cube4 {
  transform: scale(1.1) rotateZ(270deg);
}
.folding-cube .cube4:before {
  animation-delay: 0.9s;
}
@keyframes foldCubeAngle {
  0%, 10% {
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%, 75% {
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%, 100% {
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}
/**
 * Dots
 */
@keyframes scale {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  45% {
    transform: scale(0.1);
    opacity: 0.7;
  }
  80% {
    transform: scale(1);
    opacity: 1;
  }
}
.ball-pulse > div:nth-child(1) {
  animation: scale 0.75s -0.24s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}
.ball-pulse > div:nth-child(2) {
  animation: scale 0.75s -0.12s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}
.ball-pulse > div:nth-child(3) {
  animation: scale 0.75s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}
.ball-pulse > div {
  background-color: #6b6f82;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  animation-fill-mode: both;
  display: inline-block;
}

@keyframes ball-pulse-sync {
  33% {
    transform: translateY(10px);
  }
  66% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
.ball-pulse-sync > div:nth-child(1) {
  animation: ball-pulse-sync 0.6s -0.14s infinite ease-in-out;
}
.ball-pulse-sync > div:nth-child(2) {
  animation: ball-pulse-sync 0.6s -0.07s infinite ease-in-out;
}
.ball-pulse-sync > div:nth-child(3) {
  animation: ball-pulse-sync 0.6s 0s infinite ease-in-out;
}
.ball-pulse-sync > div {
  background-color: #6b6f82;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  animation-fill-mode: both;
  display: inline-block;
}

@keyframes ball-scale {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
.ball-scale > div {
  background-color: #6b6f82;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  animation-fill-mode: both;
  display: inline-block;
  height: 60px;
  width: 60px;
  animation: ball-scale 1s 0s ease-in-out infinite;
}

@keyframes ball-scale {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
.ball-scale > div {
  background-color: #6b6f82;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  animation-fill-mode: both;
  display: inline-block;
  height: 60px;
  width: 60px;
  animation: ball-scale 1s 0s ease-in-out infinite;
}

.ball-scale-random {
  width: 37px;
  height: 40px;
}
.ball-scale-random > div {
  background-color: #6b6f82;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  animation-fill-mode: both;
  position: absolute;
  display: inline-block;
  height: 30px;
  width: 30px;
  animation: ball-scale 1s 0s ease-in-out infinite;
}
.ball-scale-random > div:nth-child(1) {
  margin-left: -7px;
  animation: ball-scale 1s 0.2s ease-in-out infinite;
}
.ball-scale-random > div:nth-child(3) {
  margin-left: -2px;
  margin-top: 9px;
  animation: ball-scale 1s 0.5s ease-in-out infinite;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.ball-rotate {
  position: relative;
}
.ball-rotate > div {
  background-color: #6b6f82;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  animation-fill-mode: both;
  position: relative;
}
.ball-rotate > div:first-child {
  animation: rotate 1s 0s cubic-bezier(0.7, -0.13, 0.22, 0.86) infinite;
}
.ball-rotate > div:before, .ball-rotate > div:after {
  background-color: #6b6f82;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  content: "";
  position: absolute;
  opacity: 0.8;
}
.ball-rotate > div:before {
  top: 0px;
  left: -28px;
}
.ball-rotate > div:after {
  top: 0px;
  left: 25px;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg) scale(1);
  }
  50% {
    transform: rotate(180deg) scale(0.6);
  }
  100% {
    transform: rotate(360deg) scale(1);
  }
}
.ball-clip-rotate > div {
  background-color: #6b6f82;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  animation-fill-mode: both;
  border: 2px solid #6b6f82;
  border-bottom-color: transparent;
  height: 25px;
  width: 25px;
  background: transparent !important;
  display: inline-block;
  animation: rotate 0.75s 0s linear infinite;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg) scale(1);
  }
  50% {
    transform: rotate(180deg) scale(0.6);
  }
  100% {
    transform: rotate(360deg) scale(1);
  }
}
@keyframes scale {
  30% {
    transform: scale(0.3);
  }
  100% {
    transform: scale(1);
  }
}
.ball-clip-rotate-pulse {
  position: relative;
  transform: translateY(-15px);
}
.ball-clip-rotate-pulse > div {
  animation-fill-mode: both;
  position: absolute;
  top: 0px;
  left: 0px;
  border-radius: 100%;
}
.ball-clip-rotate-pulse > div:first-child {
  background: #6b6f82;
  height: 16px;
  width: 16px;
  top: 7px;
  left: -7px;
  animation: scale 1s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
}
.ball-clip-rotate-pulse > div:last-child {
  position: absolute;
  border: 2px solid #6b6f82;
  width: 30px;
  height: 30px;
  left: -16px;
  top: -2px;
  background: transparent;
  border: 2px solid;
  border-color: #6b6f82 transparent #6b6f82 transparent;
  animation: rotate 1s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
  animation-duration: 1s;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg) scale(1);
  }
  50% {
    transform: rotate(180deg) scale(0.6);
  }
  100% {
    transform: rotate(360deg) scale(1);
  }
}
.ball-clip-rotate-multiple {
  position: relative;
}
.ball-clip-rotate-multiple > div {
  animation-fill-mode: both;
  position: absolute;
  left: -20px;
  top: -20px;
  border: 2px solid #6b6f82;
  border-bottom-color: transparent;
  border-top-color: transparent;
  border-radius: 100%;
  height: 35px;
  width: 35px;
  animation: rotate 1s 0s ease-in-out infinite;
}
.ball-clip-rotate-multiple > div:last-child {
  display: inline-block;
  top: -10px;
  left: -10px;
  width: 15px;
  height: 15px;
  animation-duration: 0.5s;
  border-color: #6b6f82 transparent #6b6f82 transparent;
  animation-direction: reverse;
}

@keyframes ball-scale-ripple {
  0% {
    transform: scale(0.1);
    opacity: 1;
  }
  70% {
    transform: scale(1);
    opacity: 0.7;
  }
  100% {
    opacity: 0;
  }
}
.ball-scale-ripple > div {
  animation-fill-mode: both;
  height: 50px;
  width: 50px;
  border-radius: 100%;
  border: 2px solid #6b6f82;
  animation: ball-scale-ripple 1s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);
}

@keyframes ball-scale-ripple-multiple {
  0% {
    transform: scale(0.1);
    opacity: 1;
  }
  70% {
    transform: scale(1);
    opacity: 0.7;
  }
  100% {
    opacity: 0;
  }
}
.ball-scale-ripple-multiple {
  position: relative;
  transform: translateY(-25px);
}
.ball-scale-ripple-multiple > div:nth-child(0) {
  animation-delay: -0.8s;
}
.ball-scale-ripple-multiple > div:nth-child(1) {
  animation-delay: -0.6s;
}
.ball-scale-ripple-multiple > div:nth-child(2) {
  animation-delay: -0.4s;
}
.ball-scale-ripple-multiple > div:nth-child(3) {
  animation-delay: -0.2s;
}
.ball-scale-ripple-multiple > div {
  animation-fill-mode: both;
  position: absolute;
  top: -2px;
  left: -26px;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  border: 2px solid #6b6f82;
  animation: ball-scale-ripple-multiple 1.25s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);
}

@keyframes ball-beat {
  50% {
    opacity: 0.2;
    transform: scale(0.75);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.ball-beat > div {
  background-color: #6b6f82;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  animation-fill-mode: both;
  display: inline-block;
  animation: ball-beat 0.7s 0s infinite linear;
}
.ball-beat > div:nth-child(2n-1) {
  animation-delay: -0.35s !important;
}

@keyframes ball-scale-multiple {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
.ball-scale-multiple {
  position: relative;
}
.ball-scale-multiple > div:nth-child(2) {
  animation-delay: -0.4s;
}
.ball-scale-multiple > div:nth-child(3) {
  animation-delay: -0.2s;
}
.ball-scale-multiple > div {
  background-color: #6b6f82;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  animation-fill-mode: both;
  position: absolute;
  top: 0px;
  opacity: 0;
  margin: 0;
  width: 60px;
  height: 60px;
  animation: ball-scale-multiple 1s 0s linear infinite;
}

@keyframes ball-triangle-path-1 {
  33% {
    transform: translate(25px, -50px);
  }
  66% {
    transform: translate(50px, 0px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
@keyframes ball-triangle-path-2 {
  33% {
    transform: translate(25px, 50px);
  }
  66% {
    transform: translate(-25px, 50px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
@keyframes ball-triangle-path-3 {
  33% {
    transform: translate(-50px, 0px);
  }
  66% {
    transform: translate(-25px, -50px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.ball-triangle-path {
  position: relative;
  transform: translate(-29.9940011998px, -37.5093773443px);
}
.ball-triangle-path > div:nth-child(1) {
  animation-name: ball-triangle-path-1;
  animation-delay: 0;
  animation-duration: 2s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}
.ball-triangle-path > div:nth-child(2) {
  animation-name: ball-triangle-path-2;
  animation-delay: 0;
  animation-duration: 2s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}
.ball-triangle-path > div:nth-child(3) {
  animation-name: ball-triangle-path-3;
  animation-delay: 0;
  animation-duration: 2s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}
.ball-triangle-path > div {
  animation-fill-mode: both;
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  border: 1px solid #6b6f82;
}
.ball-triangle-path > div:nth-of-type(1) {
  top: 50px;
}
.ball-triangle-path > div:nth-of-type(2) {
  left: 25px;
}
.ball-triangle-path > div:nth-of-type(3) {
  top: 50px;
  left: 50px;
}

@keyframes ball-pulse-rise-even {
  0% {
    transform: scale(1.1);
  }
  25% {
    transform: translateY(-30px);
  }
  50% {
    transform: scale(0.4);
  }
  75% {
    transform: translateY(30px);
  }
  100% {
    transform: translateY(0);
    transform: scale(1);
  }
}
@keyframes ball-pulse-rise-odd {
  0% {
    transform: scale(0.4);
  }
  25% {
    transform: translateY(30px);
  }
  50% {
    transform: scale(1.1);
  }
  75% {
    transform: translateY(-30px);
  }
  100% {
    transform: translateY(0);
    transform: scale(0.75);
  }
}
.ball-pulse-rise > div {
  background-color: #6b6f82;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  animation-fill-mode: both;
  display: inline-block;
  animation-duration: 1s;
  animation-timing-function: cubic-bezier(0.15, 0.46, 0.9, 0.6);
  animation-iteration-count: infinite;
  animation-delay: 0;
}
.ball-pulse-rise > div:nth-child(2n) {
  animation-name: ball-pulse-rise-even;
}
.ball-pulse-rise > div:nth-child(2n-1) {
  animation-name: ball-pulse-rise-odd;
}

@keyframes ball-grid-beat {
  50% {
    opacity: 0.7;
  }
  100% {
    opacity: 1;
  }
}
.ball-grid-beat {
  width: 57px;
}
.ball-grid-beat > div:nth-child(1) {
  animation-delay: -0.16s;
  animation-duration: 1.26s;
}
.ball-grid-beat > div:nth-child(2) {
  animation-delay: 0.18s;
  animation-duration: 0.89s;
}
.ball-grid-beat > div:nth-child(3) {
  animation-delay: 0.61s;
  animation-duration: 1.3s;
}
.ball-grid-beat > div:nth-child(4) {
  animation-delay: -0.13s;
  animation-duration: 0.93s;
}
.ball-grid-beat > div:nth-child(5) {
  animation-delay: 0.73s;
  animation-duration: 1.06s;
}
.ball-grid-beat > div:nth-child(6) {
  animation-delay: 0.77s;
  animation-duration: 1.19s;
}
.ball-grid-beat > div:nth-child(7) {
  animation-delay: 0.69s;
  animation-duration: 0.67s;
}
.ball-grid-beat > div:nth-child(8) {
  animation-delay: 0.52s;
  animation-duration: 1.54s;
}
.ball-grid-beat > div:nth-child(9) {
  animation-delay: 0.14s;
  animation-duration: 0.91s;
}
.ball-grid-beat > div {
  background-color: #6b6f82;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  animation-fill-mode: both;
  display: inline-block;
  float: left;
  animation-name: ball-grid-beat;
  animation-iteration-count: infinite;
  animation-delay: 0;
}

@keyframes ball-grid-pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.5);
    opacity: 0.7;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.ball-grid-pulse {
  width: 57px;
}
.ball-grid-pulse > div:nth-child(1) {
  animation-delay: -0.14s;
  animation-duration: 1.2s;
}
.ball-grid-pulse > div:nth-child(2) {
  animation-delay: 0.69s;
  animation-duration: 1.14s;
}
.ball-grid-pulse > div:nth-child(3) {
  animation-delay: -0.06s;
  animation-duration: 0.86s;
}
.ball-grid-pulse > div:nth-child(4) {
  animation-delay: 0.08s;
  animation-duration: 1.1s;
}
.ball-grid-pulse > div:nth-child(5) {
  animation-delay: 0.5s;
  animation-duration: 1.04s;
}
.ball-grid-pulse > div:nth-child(6) {
  animation-delay: -0.1s;
  animation-duration: 1.29s;
}
.ball-grid-pulse > div:nth-child(7) {
  animation-delay: 0.56s;
  animation-duration: 1.56s;
}
.ball-grid-pulse > div:nth-child(8) {
  animation-delay: 0.13s;
  animation-duration: 1.37s;
}
.ball-grid-pulse > div:nth-child(9) {
  animation-delay: 0.1s;
  animation-duration: 0.87s;
}
.ball-grid-pulse > div {
  background-color: #6b6f82;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  animation-fill-mode: both;
  display: inline-block;
  float: left;
  animation-name: ball-grid-pulse;
  animation-iteration-count: infinite;
  animation-delay: 0;
}

@keyframes ball-spin-fade-loader {
  50% {
    opacity: 0.3;
    transform: scale(0.4);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.ball-spin-fade-loader {
  position: relative;
  top: -10px;
  left: -10px;
}
.ball-spin-fade-loader > div:nth-child(1) {
  top: 25px;
  left: 0;
  animation: ball-spin-fade-loader 1s -0.96s infinite linear;
}
.ball-spin-fade-loader > div:nth-child(2) {
  top: 17.0454545455px;
  left: 17.0454545455px;
  animation: ball-spin-fade-loader 1s -0.84s infinite linear;
}
.ball-spin-fade-loader > div:nth-child(3) {
  top: 0;
  left: 25px;
  animation: ball-spin-fade-loader 1s -0.72s infinite linear;
}
.ball-spin-fade-loader > div:nth-child(4) {
  top: -17.0454545455px;
  left: 17.0454545455px;
  animation: ball-spin-fade-loader 1s -0.6s infinite linear;
}
.ball-spin-fade-loader > div:nth-child(5) {
  top: -25px;
  left: 0;
  animation: ball-spin-fade-loader 1s -0.48s infinite linear;
}
.ball-spin-fade-loader > div:nth-child(6) {
  top: -17.0454545455px;
  left: -17.0454545455px;
  animation: ball-spin-fade-loader 1s -0.36s infinite linear;
}
.ball-spin-fade-loader > div:nth-child(7) {
  top: 0;
  left: -25px;
  animation: ball-spin-fade-loader 1s -0.24s infinite linear;
}
.ball-spin-fade-loader > div:nth-child(8) {
  top: 17.0454545455px;
  left: -17.0454545455px;
  animation: ball-spin-fade-loader 1s -0.12s infinite linear;
}
.ball-spin-fade-loader > div {
  background-color: #6b6f82;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  animation-fill-mode: both;
  position: absolute;
}

@keyframes ball-spin-loader {
  75% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}
.ball-spin-loader {
  position: relative;
}
.ball-spin-loader > span:nth-child(1) {
  top: 45px;
  left: 0;
  animation: ball-spin-loader 2s 0.9s infinite linear;
}
.ball-spin-loader > span:nth-child(2) {
  top: 30.6818181818px;
  left: 30.6818181818px;
  animation: ball-spin-loader 2s 1.8s infinite linear;
}
.ball-spin-loader > span:nth-child(3) {
  top: 0;
  left: 45px;
  animation: ball-spin-loader 2s 2.7s infinite linear;
}
.ball-spin-loader > span:nth-child(4) {
  top: -30.6818181818px;
  left: 30.6818181818px;
  animation: ball-spin-loader 2s 3.6s infinite linear;
}
.ball-spin-loader > span:nth-child(5) {
  top: -45px;
  left: 0;
  animation: ball-spin-loader 2s 4.5s infinite linear;
}
.ball-spin-loader > span:nth-child(6) {
  top: -30.6818181818px;
  left: -30.6818181818px;
  animation: ball-spin-loader 2s 5.4s infinite linear;
}
.ball-spin-loader > span:nth-child(7) {
  top: 0;
  left: -45px;
  animation: ball-spin-loader 2s 6.3s infinite linear;
}
.ball-spin-loader > span:nth-child(8) {
  top: 30.6818181818px;
  left: -30.6818181818px;
  animation: ball-spin-loader 2s 7.2s infinite linear;
}
.ball-spin-loader > div {
  animation-fill-mode: both;
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  background: green;
}

@keyframes ball-zig {
  33% {
    transform: translate(-15px, -30px);
  }
  66% {
    transform: translate(15px, -30px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes ball-zag {
  33% {
    transform: translate(15px, 30px);
  }
  66% {
    transform: translate(-15px, 30px);
  }
  100% {
    transform: translate(0, 0);
  }
}
.ball-zig-zag {
  position: relative;
  transform: translate(-15px, -15px);
}
.ball-zig-zag > div {
  background-color: #6b6f82;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  animation-fill-mode: both;
  position: absolute;
  margin-left: 15px;
  top: 4px;
  left: -7px;
}
.ball-zig-zag > div:first-child {
  animation: ball-zig 0.7s 0s infinite linear;
}
.ball-zig-zag > div:last-child {
  animation: ball-zag 0.7s 0s infinite linear;
}

@keyframes ball-zig-deflect {
  17% {
    transform: translate(-15px, -30px);
  }
  34% {
    transform: translate(15px, -30px);
  }
  50% {
    transform: translate(0, 0);
  }
  67% {
    transform: translate(15px, -30px);
  }
  84% {
    transform: translate(-15px, -30px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes ball-zag-deflect {
  17% {
    transform: translate(15px, 30px);
  }
  34% {
    transform: translate(-15px, 30px);
  }
  50% {
    transform: translate(0, 0);
  }
  67% {
    transform: translate(-15px, 30px);
  }
  84% {
    transform: translate(15px, 30px);
  }
  100% {
    transform: translate(0, 0);
  }
}
.ball-zig-zag-deflect {
  position: relative;
  transform: translate(-15px, -15px);
}
.ball-zig-zag-deflect > div {
  background-color: #6b6f82;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  animation-fill-mode: both;
  position: absolute;
  margin-left: 15px;
  top: 4px;
  left: -7px;
}
.ball-zig-zag-deflect > div:first-child {
  animation: ball-zig-deflect 1.5s 0s infinite linear;
}
.ball-zig-zag-deflect > div:last-child {
  animation: ball-zag-deflect 1.5s 0s infinite linear;
}

/**
 * Lines
 */
@keyframes line-scale {
  0% {
    transform: scaley(1);
  }
  50% {
    transform: scaley(0.4);
  }
  100% {
    transform: scaley(1);
  }
}
.line-scale > div:nth-child(1) {
  animation: line-scale 1s -0.4s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}
.line-scale > div:nth-child(2) {
  animation: line-scale 1s -0.3s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}
.line-scale > div:nth-child(3) {
  animation: line-scale 1s -0.2s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}
.line-scale > div:nth-child(4) {
  animation: line-scale 1s -0.1s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}
.line-scale > div:nth-child(5) {
  animation: line-scale 1s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}
.line-scale > div {
  background-color: #6b6f82;
  width: 4px;
  height: 3.45rem;
  border-radius: 2px;
  margin: 2px;
  animation-fill-mode: both;
  display: inline-block;
}

@keyframes line-scale-party {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}
.line-scale-party > div:nth-child(1) {
  animation-delay: 0.38s;
  animation-duration: 1.07s;
}
.line-scale-party > div:nth-child(2) {
  animation-delay: -0.02s;
  animation-duration: 0.64s;
}
.line-scale-party > div:nth-child(3) {
  animation-delay: 0.06s;
  animation-duration: 0.59s;
}
.line-scale-party > div:nth-child(4) {
  animation-delay: 0.03s;
  animation-duration: 1.22s;
}
.line-scale-party > div {
  background-color: #6b6f82;
  width: 4px;
  height: 3.45rem;
  border-radius: 2px;
  margin: 2px;
  animation-fill-mode: both;
  display: inline-block;
  animation-name: line-scale-party;
  animation-iteration-count: infinite;
  animation-delay: 0;
}

@keyframes line-scale-pulse-out {
  0% {
    transform: scaley(1);
  }
  50% {
    transform: scaley(0.4);
  }
  100% {
    transform: scaley(1);
  }
}
.line-scale-pulse-out > div {
  background-color: #6b6f82;
  width: 4px;
  height: 3.45rem;
  border-radius: 2px;
  margin: 2px;
  animation-fill-mode: both;
  display: inline-block;
  animation: line-scale-pulse-out 0.9s -0.6s infinite cubic-bezier(0.85, 0.25, 0.37, 0.85);
}
.line-scale-pulse-out > div:nth-child(2), .line-scale-pulse-out > div:nth-child(4) {
  animation-delay: -0.4s !important;
}
.line-scale-pulse-out > div:nth-child(1), .line-scale-pulse-out > div:nth-child(5) {
  animation-delay: -0.2s !important;
}

@keyframes line-scale-pulse-out-rapid {
  0% {
    transform: scaley(1);
  }
  80% {
    transform: scaley(0.3);
  }
  90% {
    transform: scaley(1);
  }
}
.line-scale-pulse-out-rapid > div {
  background-color: #6b6f82;
  width: 4px;
  height: 3.45rem;
  border-radius: 2px;
  margin: 2px;
  animation-fill-mode: both;
  display: inline-block;
  vertical-align: middle;
  animation: line-scale-pulse-out-rapid 0.9s -0.5s infinite cubic-bezier(0.11, 0.49, 0.38, 0.78);
}
.line-scale-pulse-out-rapid > div:nth-child(2), .line-scale-pulse-out-rapid > div:nth-child(4) {
  animation-delay: -0.25s !important;
}
.line-scale-pulse-out-rapid > div:nth-child(1), .line-scale-pulse-out-rapid > div:nth-child(5) {
  animation-delay: 0s !important;
}

@keyframes line-spin-fade-loader {
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}
.line-spin-fade-loader {
  position: relative;
  top: -10px;
  left: -4px;
}
.line-spin-fade-loader > div:nth-child(1) {
  top: 20px;
  left: 0;
  animation: line-spin-fade-loader 1.2s -0.84s infinite ease-in-out;
}
.line-spin-fade-loader > div:nth-child(2) {
  top: 13.6363636364px;
  left: 13.6363636364px;
  transform: rotate(-45deg);
  animation: line-spin-fade-loader 1.2s -0.72s infinite ease-in-out;
}
.line-spin-fade-loader > div:nth-child(3) {
  top: 0;
  left: 20px;
  transform: rotate(90deg);
  animation: line-spin-fade-loader 1.2s -0.6s infinite ease-in-out;
}
.line-spin-fade-loader > div:nth-child(4) {
  top: -13.6363636364px;
  left: 13.6363636364px;
  transform: rotate(45deg);
  animation: line-spin-fade-loader 1.2s -0.48s infinite ease-in-out;
}
.line-spin-fade-loader > div:nth-child(5) {
  top: -20px;
  left: 0;
  animation: line-spin-fade-loader 1.2s -0.36s infinite ease-in-out;
}
.line-spin-fade-loader > div:nth-child(6) {
  top: -13.6363636364px;
  left: -13.6363636364px;
  transform: rotate(-45deg);
  animation: line-spin-fade-loader 1.2s -0.24s infinite ease-in-out;
}
.line-spin-fade-loader > div:nth-child(7) {
  top: 0;
  left: -20px;
  transform: rotate(90deg);
  animation: line-spin-fade-loader 1.2s -0.12s infinite ease-in-out;
}
.line-spin-fade-loader > div:nth-child(8) {
  top: 13.6363636364px;
  left: -13.6363636364px;
  transform: rotate(45deg);
  animation: line-spin-fade-loader 1.2s 0s infinite ease-in-out;
}
.line-spin-fade-loader > div {
  background-color: #6b6f82;
  width: 4px;
  height: 3.45rem;
  border-radius: 2px;
  margin: 2px;
  animation-fill-mode: both;
  position: absolute;
  width: 5px;
  height: 15px;
}

/**
 * Misc
 */
@keyframes triangle-skew-spin {
  25% {
    transform: perspective(100px) rotateX(180deg) rotateY(0);
  }
  50% {
    transform: perspective(100px) rotateX(180deg) rotateY(180deg);
  }
  75% {
    transform: perspective(100px) rotateX(0) rotateY(180deg);
  }
  100% {
    transform: perspective(100px) rotateX(0) rotateY(0);
  }
}
.triangle-skew-spin > div {
  animation-fill-mode: both;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid #6b6f82;
  animation: triangle-skew-spin 3s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
}

@keyframes square-spin {
  25% {
    transform: perspective(100px) rotateX(180deg) rotateY(0);
  }
  50% {
    transform: perspective(100px) rotateX(180deg) rotateY(180deg);
  }
  75% {
    transform: perspective(100px) rotateX(0) rotateY(180deg);
  }
  100% {
    transform: perspective(100px) rotateX(0) rotateY(0);
  }
}
.square-spin > div {
  animation-fill-mode: both;
  width: 50px;
  height: 50px;
  background: #6b6f82;
  animation: square-spin 3s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
}

@keyframes rotate_pacman_half_up {
  0% {
    transform: rotate(270deg);
  }
  50% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(270deg);
  }
}
@keyframes rotate_pacman_half_down {
  0% {
    transform: rotate(90deg);
  }
  50% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(90deg);
  }
}
@keyframes pacman-balls {
  75% {
    opacity: 0.7;
  }
  100% {
    transform: translate(-100px, -6.25px);
  }
}
.pacman {
  position: relative;
}
.pacman > div:nth-child(2) {
  animation: pacman-balls 1s -0.99s infinite linear;
}
.pacman > div:nth-child(3) {
  animation: pacman-balls 1s -0.66s infinite linear;
}
.pacman > div:nth-child(4) {
  animation: pacman-balls 1s -0.33s infinite linear;
}
.pacman > div:nth-child(5) {
  animation: pacman-balls 1s 0s infinite linear;
}
.pacman > div:first-of-type {
  width: 0px;
  height: 0px;
  border-right: 25px solid transparent;
  border-top: 25px solid #6b6f82;
  border-left: 25px solid #6b6f82;
  border-bottom: 25px solid #6b6f82;
  border-radius: 25px;
  animation: rotate_pacman_half_up 0.5s 0s infinite;
  position: relative;
  left: -30px;
}
.pacman > div:nth-child(2) {
  width: 0px;
  height: 0px;
  border-right: 25px solid transparent;
  border-top: 25px solid #6b6f82;
  border-left: 25px solid #6b6f82;
  border-bottom: 25px solid #6b6f82;
  border-radius: 25px;
  animation: rotate_pacman_half_down 0.5s 0s infinite;
  margin-top: -50px;
  position: relative;
  left: -30px;
}
.pacman > div:nth-child(3),
.pacman > div:nth-child(4),
.pacman > div:nth-child(5),
.pacman > div:nth-child(6) {
  background-color: #6b6f82;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  width: 10px;
  height: 10px;
  position: absolute;
  transform: translate(0, -6.25px);
  top: 25px;
  left: 70px;
}

@keyframes cube-transition {
  25% {
    transform: translateX(50px) scale(0.5) rotate(-90deg);
  }
  50% {
    transform: translate(50px, 50px) rotate(-180deg);
  }
  75% {
    transform: translateY(50px) scale(0.5) rotate(-270deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
.cube-transition {
  position: relative;
  transform: translate(-25px, -25px);
}
.cube-transition > div {
  animation-fill-mode: both;
  width: 10px;
  height: 10px;
  position: absolute;
  top: -5px;
  left: -5px;
  background-color: #6b6f82;
  animation: cube-transition 1.6s 0s infinite ease-in-out;
}
.cube-transition > div:last-child {
  animation-delay: -0.8s;
}

@keyframes spin-rotate {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.semi-circle-spin {
  position: relative;
  width: 35px;
  height: 35px;
  overflow: hidden;
}
.semi-circle-spin > div {
  position: absolute;
  border-width: 0px;
  border-radius: 100%;
  animation: spin-rotate 0.6s 0s infinite linear;
  background-image: linear-gradient(transparent 0%, transparent 70%, #6b6f82 30%, #6b6f82 100%);
  width: 100%;
  height: 100%;
}

.loader-wrapper {
  position: relative;
}

.loader-container {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}

#preloader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1050;
}

#preloader-wrapper .loader-section {
  position: fixed;
  width: 100%;
  height: 51%;
  background: #222222;
  z-index: 1050;
}

#preloader-wrapper .loader-section.section-top {
  top: 0;
}

#preloader-wrapper .loader-section.section-bottom {
  bottom: 0;
}

#loader {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  z-index: 1051; /* anything higher than z-index: 1000 of .loader-section */
}

/* Loaded */
.loaded #preloader-wrapper .loader-section.section-top { /* Chrome, Opera 15+, Safari 3.1+ */ /* IE 9 */
  transform: translateY(-100%); /* Firefox 16+, IE 10+, Opera */
}

.loaded #preloader-wrapper .loader-section.section-bottom { /* Chrome, Opera 15+, Safari 3.1+ */ /* IE 9 */
  transform: translateY(100%); /* Firefox 16+, IE 10+, Opera */
}

.loaded #loader {
  opacity: 0;
}

.loaded #preloader-wrapper {
  visibility: hidden;
}

.loaded #loader {
  opacity: 0;
  transition: all 0.3s ease-out;
}

.loaded #preloader-wrapper .loader-section.section-bottom,
.loaded #preloader-wrapper .loader-section.section-top {
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.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: 0.75s;
}
@keyframes bounce {
  from, 20%, 53%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    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(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.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(0.9, 0.9, 0.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.39063deg) skewY(0.39063deg);
  }
  88.8% {
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}
.jello {
  animation-name: jello;
  transform-origin: center;
}
@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.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.61, 0.355, 1);
  }
  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.61, 0.355, 1);
  }
  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.61, 0.355, 1);
  }
  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.61, 0.355, 1);
  }
  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(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.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(0.95, 0.95, 0.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;
}

/* 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(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  animation-name: zoomIn;
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  animation-name: zoomInDown;
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  animation-name: zoomInLeft;
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  animation-name: zoomInRight;
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  animation-name: zoomInUp;
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  animation-name: zoomOut;
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  animation-name: zoomOutDown;
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}
.zoomOutLeft {
  animation-name: zoomOutLeft;
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}
.zoomOutRight {
  animation-name: zoomOutRight;
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 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;
}

.emoji-mart,
.emoji-mart * {
  box-sizing: border-box;
  line-height: 1.15;
}

.emoji-mart {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", sans-serif;
  font-size: 16px;
  display: inline-block;
  color: #222427;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  background: #fff;
}

.emoji-mart .emoji-mart-emoji {
  padding: 6px;
}

.emoji-mart-bar {
  border: 0 solid #d9d9d9;
}

.emoji-mart-bar:first-child {
  border-bottom-width: 1px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.emoji-mart-bar:last-child {
  border-top-width: 1px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.emoji-mart-anchors {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 0 6px;
  color: #858585;
  line-height: 0;
}

.emoji-mart-anchor {
  position: relative;
  display: block;
  flex: 1 1 auto;
  text-align: center;
  padding: 12px 4px;
  overflow: hidden;
  transition: color 0.1s ease-out;
}

.emoji-mart-anchor:hover,
.emoji-mart-anchor-selected {
  color: #464646;
}

.emoji-mart-anchor-selected .emoji-mart-anchor-bar {
  bottom: 0;
}

.emoji-mart-anchor-bar {
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #464646;
}

.emoji-mart-anchors i {
  display: inline-block;
  width: 100%;
  max-width: 22px;
}

.emoji-mart-anchors svg {
  fill: currentColor;
  max-height: 18px;
}

.emoji-mart-scroll {
  overflow-y: scroll;
  height: 270px;
  padding: 0 6px 6px 6px;
  will-change: transform; /* avoids "repaints on scroll" in mobile Chrome */
}

.emoji-mart-search {
  margin-top: 6px;
  padding: 0 6px;
  position: relative;
}

.emoji-mart-search input {
  font-size: 16px;
  display: block;
  width: 100%;
  padding: 5px 25px 6px 10px;
  border-radius: 5px;
  border: 1px solid #d9d9d9;
  outline: 0;
}

.emoji-mart-search input::-webkit-search-decoration,
.emoji-mart-search input::-webkit-search-cancel-button,
.emoji-mart-search input::-webkit-search-results-button,
.emoji-mart-search input::-webkit-search-results-decoration {
  /* remove webkit/blink styles for <input type="search">
   * via https://stackoverflow.com/a/9422689 */
  -webkit-appearance: none;
  -webkit-appearance: none;
}

.emoji-mart-search-icon {
  position: absolute;
  top: 9px;
  right: 16px;
  z-index: 2;
  padding: 0;
  border: none;
  background: none;
  line-height: 0;
}

.emoji-mart-category .emoji-mart-emoji span {
  z-index: 1;
  position: relative;
  text-align: center;
  cursor: default;
}

.emoji-mart-category .emoji-mart-emoji:hover:before {
  z-index: 0;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f4f4f4;
  border-radius: 100%;
}

.emoji-mart-category-label {
  z-index: 2;
  position: relative;
  position: sticky;
  top: 0;
}

.emoji-mart-category-label span {
  display: block;
  width: 100%;
  font-weight: 500;
  padding: 5px 6px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.95);
}

.emoji-mart-emoji {
  position: relative;
  display: inline-block;
  font-size: 0;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  box-shadow: none;
}

.emoji-mart-emoji-native {
  font-family: "Segoe UI Emoji", "Segoe UI Symbol", "Segoe UI", "Apple Color Emoji", "Twemoji Mozilla", "Noto Color Emoji", "EmojiOne Color", "Android Emoji";
}

.emoji-mart-no-results {
  font-size: 14px;
  text-align: center;
  padding-top: 70px;
  color: #858585;
}

.emoji-mart-no-results .emoji-mart-category-label {
  display: none;
}

.emoji-mart-no-results .emoji-mart-no-results-label {
  margin-top: 0.2em;
}

.emoji-mart-no-results .emoji-mart-emoji:hover:before {
  content: none;
}

.emoji-mart-preview {
  position: relative;
  height: 70px;
}

.emoji-mart-preview-emoji,
.emoji-mart-preview-data,
.emoji-mart-preview-skins {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.emoji-mart-preview-emoji {
  left: 12px;
}

.emoji-mart-preview-data {
  left: 68px;
  right: 12px;
  word-break: break-all;
}

.emoji-mart-preview-skins {
  right: 30px;
  text-align: right;
}

.emoji-mart-preview-name {
  font-size: 14px;
}

.emoji-mart-preview-shortnames {
  font-size: 12px;
  color: #888;
}

.emoji-mart-preview-shortname + .emoji-mart-preview-shortname,
.emoji-mart-preview-shortname + .emoji-mart-preview-emoticon,
.emoji-mart-preview-emoticon + .emoji-mart-preview-emoticon {
  margin-left: 0.5em;
}

.emoji-mart-preview-emoticons {
  font-size: 11px;
  color: #bbb;
}

.emoji-mart-title span {
  display: inline-block;
  vertical-align: middle;
}

.emoji-mart-title .emoji-mart-emoji {
  padding: 0;
}

.emoji-mart-title-label {
  color: #999A9C;
  font-size: 26px;
  font-weight: 300;
}

.emoji-mart-skin-swatches {
  font-size: 0;
  padding: 2px 0;
  border: 1px solid #d9d9d9;
  border-radius: 12px;
  background-color: #fff;
}

.emoji-mart-skin-swatches-opened .emoji-mart-skin-swatch {
  width: 16px;
  padding: 0 2px;
}

.emoji-mart-skin-swatches-opened .emoji-mart-skin-swatch-selected:after {
  opacity: 0.75;
}

.emoji-mart-skin-swatch {
  display: inline-block;
  width: 0;
  vertical-align: middle;
  transition-property: width, padding;
  transition-duration: 0.125s;
  transition-timing-function: ease-out;
}

.emoji-mart-skin-swatch:nth-child(1) {
  transition-delay: 0s;
}

.emoji-mart-skin-swatch:nth-child(2) {
  transition-delay: 0.03s;
}

.emoji-mart-skin-swatch:nth-child(3) {
  transition-delay: 0.06s;
}

.emoji-mart-skin-swatch:nth-child(4) {
  transition-delay: 0.09s;
}

.emoji-mart-skin-swatch:nth-child(5) {
  transition-delay: 0.12s;
}

.emoji-mart-skin-swatch:nth-child(6) {
  transition-delay: 0.15s;
}

.emoji-mart-skin-swatch-selected {
  position: relative;
  width: 16px;
  padding: 0 2px;
}

.emoji-mart-skin-swatch-selected:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4px;
  height: 4px;
  margin: -2px 0 0 -2px;
  background-color: #fff;
  border-radius: 100%;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.2s ease-out;
}

.emoji-mart-skin {
  display: inline-block;
  width: 100%;
  padding-top: 100%;
  max-width: 12px;
  border-radius: 100%;
}

.emoji-mart-skin-tone-1 {
  background-color: #ffc93a;
}

.emoji-mart-skin-tone-2 {
  background-color: #fadcbc;
}

.emoji-mart-skin-tone-3 {
  background-color: #e0bb95;
}

.emoji-mart-skin-tone-4 {
  background-color: #bf8f68;
}

.emoji-mart-skin-tone-5 {
  background-color: #9b643d;
}

.emoji-mart-skin-tone-6 {
  background-color: #594539;
}

/* For screenreaders only, via https://stackoverflow.com/a/19758620 */
.emoji-mart-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
/*!**************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/angular-calendar/css/angular-calendar.css?ngGlobalStyle ***!
  \**************************************************************************************************************************************************************************************************************************************************************/
.cal-month-view .cal-header {
  text-align: center;
  font-weight: bolder; }

.cal-month-view .cal-header .cal-cell {
  padding: 5px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  white-space: nowrap; }

.cal-month-view .cal-days {
  border: 1px solid;
  border-bottom: 0; }

.cal-month-view .cal-cell-top {
  min-height: 78px;
  flex: 1; }

.cal-month-view .cal-cell-row {
  -js-display: flex;
  display: flex; }

.cal-month-view .cal-cell {
  float: left;
  flex: 1;
  -js-display: flex;
  display: flex;
  flex-direction: column;
  align-items: stretch; }

.cal-month-view .cal-day-cell {
  min-height: 100px; }
  @media all and (-ms-high-contrast: none) {
    .cal-month-view .cal-day-cell {
      display: block; } }

.cal-month-view .cal-day-cell:not(:last-child) {
  border-right: 1px solid; }

.cal-month-view .cal-days .cal-cell-row {
  border-bottom: 1px solid; }

.cal-month-view .cal-day-badge {
  margin-top: 18px;
  margin-left: 10px;
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  border-radius: 10px; }

.cal-month-view .cal-day-number {
  font-size: 1.2em;
  font-weight: 400;
  opacity: 0.5;
  margin-top: 15px;
  margin-right: 15px;
  float: right;
  margin-bottom: 10px; }

.cal-month-view .cal-events {
  flex: 1;
  align-items: flex-end;
  margin: 3px;
  line-height: 10px;
  -js-display: flex;
  display: flex;
  flex-wrap: wrap; }

.cal-month-view .cal-event {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
  margin: 2px; }

.cal-month-view .cal-day-cell.cal-in-month.cal-has-events {
  cursor: pointer; }

.cal-month-view .cal-day-cell.cal-out-month .cal-day-number {
  opacity: 0.1;
  cursor: default; }

.cal-month-view .cal-day-cell.cal-today .cal-day-number {
  font-size: 1.9em; }

.cal-month-view .cal-open-day-events {
  padding: 15px; }

.cal-month-view .cal-open-day-events .cal-event {
  position: relative;
  top: 2px; }

.cal-month-view .cal-out-month .cal-day-badge,
.cal-month-view .cal-out-month .cal-event {
  opacity: 0.3; }

.cal-month-view .cal-draggable {
  cursor: move; }

.cal-month-view .cal-drag-active * {
  pointer-events: none; }

.cal-month-view .cal-event-title {
  cursor: pointer; }
  .cal-month-view .cal-event-title:hover {
    text-decoration: underline; }

.cal-month-view {
  background-color: #fff; }
  .cal-month-view .cal-cell-row:hover {
    background-color: #fafafa; }
  .cal-month-view .cal-cell-row .cal-cell:hover,
  .cal-month-view .cal-cell.cal-has-events.cal-open {
    background-color: #ededed; }
  .cal-month-view .cal-days {
    border-color: #e1e1e1; }
  .cal-month-view .cal-day-cell:not(:last-child) {
    border-right-color: #e1e1e1; }
  .cal-month-view .cal-days .cal-cell-row {
    border-bottom-color: #e1e1e1; }
  .cal-month-view .cal-day-badge {
    background-color: #b94a48;
    color: #fff; }
  .cal-month-view .cal-event {
    background-color: #1e90ff;
    border-color: #d1e8ff;
    color: #fff; }
  .cal-month-view .cal-day-cell.cal-weekend .cal-day-number {
    color: #8b0000; }
  .cal-month-view .cal-day-cell.cal-today {
    background-color: #e8fde7; }
  .cal-month-view .cal-day-cell.cal-drag-over {
    background-color: #e0e0e0 !important; }
  .cal-month-view .cal-open-day-events {
    color: #fff;
    background-color: #555;
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.5); }

.cal-week-view {
  /* stylelint-disable-next-line selector-type-no-unknown */ }
  .cal-week-view * {
    box-sizing: border-box; }
  .cal-week-view .cal-day-headers {
    -js-display: flex;
    display: flex;
    padding-left: 70px;
    border: 1px solid; }
  .cal-week-view .cal-day-headers .cal-header {
    flex: 1;
    text-align: center;
    padding: 5px; }
    .cal-week-view .cal-day-headers .cal-header:not(:last-child) {
      border-right: 1px solid; }
    .cal-week-view .cal-day-headers .cal-header:first-child {
      border-left: 1px solid; }
  .cal-week-view .cal-day-headers span {
    font-weight: 400;
    opacity: 0.5; }
  .cal-week-view .cal-day-column {
    flex-grow: 1;
    border-left: solid 1px; }
  .cal-week-view .cal-event {
    font-size: 12px;
    border: 1px solid; }
  .cal-week-view .cal-time-label-column {
    width: 70px;
    height: 100%; }
  .cal-week-view .cal-current-time-marker {
    position: absolute;
    width: 100%;
    height: 2px;
    z-index: 2; }
  .cal-week-view .cal-all-day-events {
    border: solid 1px;
    border-top: 0;
    border-bottom-width: 3px;
    padding-top: 3px;
    position: relative; }
    .cal-week-view .cal-all-day-events .cal-day-columns {
      height: 100%;
      width: 100%;
      -js-display: flex;
      display: flex;
      position: absolute;
      top: 0;
      z-index: 0; }
    .cal-week-view .cal-all-day-events .cal-events-row {
      position: relative;
      height: 31px;
      margin-left: 70px; }
    .cal-week-view .cal-all-day-events .cal-event-container {
      display: inline-block;
      position: absolute; }
      .cal-week-view .cal-all-day-events .cal-event-container.resize-active {
        z-index: 1;
        pointer-events: none; }
    .cal-week-view .cal-all-day-events .cal-event {
      padding: 0 5px;
      margin-left: 2px;
      margin-right: 2px;
      height: 28px;
      line-height: 28px; }
    .cal-week-view .cal-all-day-events .cal-starts-within-week .cal-event {
      border-top-left-radius: 5px;
      border-bottom-left-radius: 5px; }
    .cal-week-view .cal-all-day-events .cal-ends-within-week .cal-event {
      border-top-right-radius: 5px;
      border-bottom-right-radius: 5px; }
    .cal-week-view .cal-all-day-events .cal-time-label-column {
      -js-display: flex;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 14px; }
    .cal-week-view .cal-all-day-events .cal-resize-handle {
      width: 6px;
      height: 100%;
      cursor: col-resize;
      position: absolute;
      top: 0; }
      .cal-week-view .cal-all-day-events .cal-resize-handle.cal-resize-handle-after-end {
        right: 0; }
  .cal-week-view .cal-event,
  .cal-week-view .cal-header {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .cal-week-view .cal-drag-active {
    pointer-events: none;
    z-index: 1; }
    .cal-week-view .cal-drag-active * {
      pointer-events: none; }
  .cal-week-view .cal-time-events {
    position: relative;
    border: solid 1px;
    border-top: 0;
    -js-display: flex;
    display: flex; }
    .cal-week-view .cal-time-events .cal-day-columns {
      -js-display: flex;
      display: flex;
      flex-grow: 1; }
    .cal-week-view .cal-time-events .cal-day-column {
      position: relative; }
    .cal-week-view .cal-time-events .cal-events-container {
      position: relative; }
    .cal-week-view .cal-time-events .cal-event-container {
      position: absolute;
      z-index: 1; }
    .cal-week-view .cal-time-events .cal-event {
      width: calc(100% - 2px);
      height: calc(100% - 2px);
      margin: 1px;
      padding: 0 5px;
      line-height: 25px; }
    .cal-week-view .cal-time-events .cal-resize-handle {
      width: 100%;
      height: 4px;
      cursor: row-resize;
      position: absolute; }
      .cal-week-view .cal-time-events .cal-resize-handle.cal-resize-handle-after-end {
        bottom: 0; }
  .cal-week-view .cal-hour-segment {
    position: relative; }
    .cal-week-view .cal-hour-segment::after {
      content: '\00a0'; }
  .cal-week-view .cal-event-container:not(.cal-draggable) {
    cursor: pointer; }
  .cal-week-view .cal-draggable {
    cursor: move; }
  .cal-week-view mwl-calendar-week-view-hour-segment,
  .cal-week-view .cal-hour-segment {
    display: block; }
  .cal-week-view .cal-hour:not(:last-child) .cal-hour-segment,
  .cal-week-view .cal-hour:last-child :not(:last-child) .cal-hour-segment {
    border-bottom: thin dashed; }
  .cal-week-view .cal-time {
    font-weight: bold;
    padding-top: 5px;
    width: 70px;
    text-align: center; }
  .cal-week-view .cal-hour-segment.cal-after-hour-start .cal-time {
    display: none; }
  .cal-week-view .cal-starts-within-day .cal-event {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px; }
  .cal-week-view .cal-ends-within-day .cal-event {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px; }

.cal-week-view {
  background-color: #fff;
  border-top: solid 1px #e1e1e1; }
  .cal-week-view .cal-day-headers {
    border-color: #e1e1e1;
    border-top: 0; }
  .cal-week-view .cal-day-headers .cal-header:not(:last-child) {
    border-right-color: #e1e1e1; }
  .cal-week-view .cal-day-headers .cal-header:first-child {
    border-left-color: #e1e1e1; }
  .cal-week-view .cal-day-headers .cal-header:hover,
  .cal-week-view .cal-day-headers .cal-drag-over {
    background-color: #ededed; }
  .cal-week-view .cal-day-column {
    border-left-color: #e1e1e1; }
  .cal-week-view .cal-event {
    background-color: #d1e8ff;
    border-color: #1e90ff;
    color: #1e90ff; }
  .cal-week-view .cal-all-day-events {
    border-color: #e1e1e1; }
  .cal-week-view .cal-header.cal-today {
    background-color: #e8fde7; }
  .cal-week-view .cal-header.cal-weekend span {
    color: #8b0000; }
  .cal-week-view .cal-time-events {
    border-color: #e1e1e1; }
    .cal-week-view .cal-time-events .cal-day-columns:not(.cal-resize-active) .cal-hour-segment:hover {
      background-color: #ededed; }
  .cal-week-view .cal-hour-odd {
    background-color: #fafafa; }
  .cal-week-view .cal-drag-over .cal-hour-segment {
    background-color: #ededed; }
  .cal-week-view .cal-hour:not(:last-child) .cal-hour-segment,
  .cal-week-view .cal-hour:last-child :not(:last-child) .cal-hour-segment {
    border-bottom-color: #e1e1e1; }
  .cal-week-view .cal-current-time-marker {
    background-color: #ea4334; }

.cal-day-view {
  /* stylelint-disable-next-line selector-type-no-unknown */ }
  .cal-day-view mwl-calendar-week-view-header {
    display: none; }
  .cal-day-view .cal-events-container {
    margin-left: 70px; }
  .cal-day-view .cal-day-column {
    border-left: 0; }
  .cal-day-view .cal-current-time-marker {
    margin-left: 70px;
    width: calc(100% - 70px); }

.cal-tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  font-size: 11px;
  word-wrap: break-word;
  opacity: 0.9; }

.cal-tooltip.cal-tooltip-top {
  padding: 5px 0;
  margin-top: -3px; }

.cal-tooltip.cal-tooltip-top .cal-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0; }

.cal-tooltip.cal-tooltip-right {
  padding: 0 5px;
  margin-left: 3px; }

.cal-tooltip.cal-tooltip-right .cal-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0; }

.cal-tooltip.cal-tooltip-bottom {
  padding: 5px 0;
  margin-top: 3px; }

.cal-tooltip.cal-tooltip-bottom .cal-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px; }

.cal-tooltip.cal-tooltip-left {
  padding: 0 5px;
  margin-left: -3px; }

.cal-tooltip.cal-tooltip-left .cal-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px; }

.cal-tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  text-align: center;
  border-radius: 0.25rem; }

.cal-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.cal-tooltip.cal-tooltip-top .cal-tooltip-arrow {
  border-top-color: #000; }

.cal-tooltip.cal-tooltip-right .cal-tooltip-arrow {
  border-right-color: #000; }

.cal-tooltip.cal-tooltip-bottom .cal-tooltip-arrow {
  border-bottom-color: #000; }

.cal-tooltip.cal-tooltip-left .cal-tooltip-arrow {
  border-left-color: #000; }

.cal-tooltip-inner {
  color: #fff;
  background-color: #000; }

/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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]!./node_modules/ngx-sharebuttons/themes/default.scss?ngGlobalStyle ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/** Colors variables */
.sb-default .sb-wrapper {
  --sb-color: #fff;
  --sb-background: var(--button-color);
  --sb-border-radius: 4px;
  --sb-overflow: hidden;
}
.sb-default .sb-wrapper.sb-show-icon.sb-show-text {
  --sb-text-padding: 0 1em 0 0;
}
.sb-default .sb-wrapper.sb-show-icon.sb-show-text .sb-text {
  filter: none;
}
/*!*****************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/grapesjs/dist/css/grapes.min.css?ngGlobalStyle ***!
  \*****************************************************************************************************************************************************************************************************************************************************/
.CodeMirror{font-family:monospace;height:300px;color:black;direction:ltr}.CodeMirror-lines{padding:4px 0}.CodeMirror pre.CodeMirror-line,.CodeMirror pre.CodeMirror-line-like{padding:0 4px}.CodeMirror-scrollbar-filler,.CodeMirror-gutter-filler{background-color:white}.CodeMirror-gutters{border-right:1px solid #ddd;background-color:#f7f7f7;white-space:nowrap}.CodeMirror-linenumber{padding:0 3px 0 5px;min-width:20px;text-align:right;color:#999;white-space:nowrap}.CodeMirror-guttermarker{color:black}.CodeMirror-guttermarker-subtle{color:#999}.CodeMirror-cursor{border-left:1px solid black;border-right:none;width:0}.CodeMirror div.CodeMirror-secondarycursor{border-left:1px solid silver}.cm-fat-cursor .CodeMirror-cursor{width:auto;border:0 !important;background:#7e7}.cm-fat-cursor div.CodeMirror-cursors{z-index:1}.cm-fat-cursor-mark{background-color:rgba(20, 255, 20, 0.5);animation:blink 1.06s steps(1) infinite}.cm-animate-fat-cursor{width:auto;animation:blink 1.06s steps(1) infinite;background-color:#7e7}@keyframes blink{50%{background-color:transparent}}.cm-tab{display:inline-block;text-decoration:inherit}.CodeMirror-rulers{position:absolute;left:0;right:0;top:-50px;bottom:0;overflow:hidden}.CodeMirror-ruler{border-left:1px solid #ccc;top:0;bottom:0;position:absolute}.cm-s-default .cm-header{color:blue}.cm-s-default .cm-quote{color:#090}.cm-negative{color:#d44}.cm-positive{color:#292}.cm-header,.cm-strong{font-weight:bold}.cm-em{font-style:italic}.cm-link{text-decoration:underline}.cm-strikethrough{text-decoration:line-through}.cm-s-default .cm-keyword{color:#708}.cm-s-default .cm-atom{color:#219}.cm-s-default .cm-number{color:#164}.cm-s-default .cm-def{color:blue}.cm-s-default .cm-variable-2{color:#05a}.cm-s-default .cm-variable-3,.cm-s-default .cm-type{color:#085}.cm-s-default .cm-comment{color:#a50}.cm-s-default .cm-string{color:#a11}.cm-s-default .cm-string-2{color:#f50}.cm-s-default .cm-meta{color:#555}.cm-s-default .cm-qualifier{color:#555}.cm-s-default .cm-builtin{color:#30a}.cm-s-default .cm-bracket{color:#997}.cm-s-default .cm-tag{color:#170}.cm-s-default .cm-attribute{color:#00c}.cm-s-default .cm-hr{color:#999}.cm-s-default .cm-link{color:#00c}.cm-s-default .cm-error{color:red}.cm-invalidchar{color:red}.CodeMirror-composing{border-bottom:2px solid}div.CodeMirror span.CodeMirror-matchingbracket{color:#0b0}div.CodeMirror span.CodeMirror-nonmatchingbracket{color:#a22}.CodeMirror-matchingtag{background:rgba(255, 150, 0, 0.3)}.CodeMirror-activeline-background{background:#e8f2ff}.CodeMirror{position:relative;overflow:hidden;background:white}.CodeMirror-scroll{overflow:scroll !important;margin-bottom:-50px;margin-right:-50px;padding-bottom:50px;height:100%;outline:none;position:relative}.CodeMirror-sizer{position:relative;border-right:50px solid transparent}.CodeMirror-vscrollbar,.CodeMirror-hscrollbar,.CodeMirror-scrollbar-filler,.CodeMirror-gutter-filler{position:absolute;z-index:6;display:none;outline:none}.CodeMirror-vscrollbar{right:0;top:0;overflow-x:hidden;overflow-y:scroll}.CodeMirror-hscrollbar{bottom:0;left:0;overflow-y:hidden;overflow-x:scroll}.CodeMirror-scrollbar-filler{right:0;bottom:0}.CodeMirror-gutter-filler{left:0;bottom:0}.CodeMirror-gutters{position:absolute;left:0;top:0;min-height:100%;z-index:3}.CodeMirror-gutter{white-space:normal;height:100%;display:inline-block;vertical-align:top;margin-bottom:-50px}.CodeMirror-gutter-wrapper{position:absolute;z-index:4;background:none !important;border:none !important}.CodeMirror-gutter-background{position:absolute;top:0;bottom:0;z-index:4}.CodeMirror-gutter-elt{position:absolute;cursor:default;z-index:4}.CodeMirror-gutter-wrapper ::selection{background-color:transparent}.CodeMirror-gutter-wrapper ::-moz-selection{background-color:transparent}.CodeMirror-lines{cursor:text;min-height:1px}.CodeMirror pre.CodeMirror-line,.CodeMirror pre.CodeMirror-line-like{border-radius:0;border-width:0;background:transparent;font-family:inherit;font-size:inherit;margin:0;white-space:pre;word-wrap:normal;line-height:inherit;color:inherit;z-index:2;position:relative;overflow:visible;-webkit-tap-highlight-color:transparent;font-variant-ligatures:contextual}.CodeMirror-wrap pre.CodeMirror-line,.CodeMirror-wrap pre.CodeMirror-line-like{word-wrap:break-word;white-space:pre-wrap;word-break:normal}.CodeMirror-linebackground{position:absolute;left:0;right:0;top:0;bottom:0;z-index:0}.CodeMirror-linewidget{position:relative;z-index:2;padding:.1px}.CodeMirror-rtl pre{direction:rtl}.CodeMirror-code{outline:none}.CodeMirror-scroll,.CodeMirror-sizer,.CodeMirror-gutter,.CodeMirror-gutters,.CodeMirror-linenumber{box-sizing:content-box}.CodeMirror-measure{position:absolute;width:100%;height:0;overflow:hidden;visibility:hidden}.CodeMirror-cursor{position:absolute;pointer-events:none}.CodeMirror-measure pre{position:static}div.CodeMirror-cursors{visibility:hidden;position:relative;z-index:3}div.CodeMirror-dragcursors{visibility:visible}.CodeMirror-focused div.CodeMirror-cursors{visibility:visible}.CodeMirror-selected{background:#d9d9d9}.CodeMirror-focused .CodeMirror-selected{background:#d7d4f0}.CodeMirror-crosshair{cursor:crosshair}.CodeMirror-line::selection,.CodeMirror-line>span::selection,.CodeMirror-line>span>span::selection{background:#d7d4f0}.CodeMirror-line::-moz-selection,.CodeMirror-line>span::-moz-selection,.CodeMirror-line>span>span::-moz-selection{background:#d7d4f0}.cm-searching{background-color:#ffa;background-color:rgba(255, 255, 0, 0.4)}.cm-force-border{padding-right:.1px}@media print{.CodeMirror div.CodeMirror-cursors{visibility:hidden}}.cm-tab-wrap-hack:after{content:""}span.CodeMirror-selectedtext{background:none}.cm-s-hopscotch.CodeMirror{background:#322931;color:#d5d3d5}.cm-s-hopscotch div.CodeMirror-selected{background:#433b42 !important}.cm-s-hopscotch .CodeMirror-gutters{background:#322931;border-right:0px}.cm-s-hopscotch .CodeMirror-linenumber{color:#797379}.cm-s-hopscotch .CodeMirror-cursor{border-left:1px solid #989498 !important}.cm-s-hopscotch span.cm-comment{color:#b33508}.cm-s-hopscotch span.cm-atom{color:#c85e7c}.cm-s-hopscotch span.cm-number{color:#c85e7c}.cm-s-hopscotch span.cm-property,.cm-s-hopscotch span.cm-attribute{color:#8fc13e}.cm-s-hopscotch span.cm-keyword{color:#dd464c}.cm-s-hopscotch span.cm-string{color:#fdcc59}.cm-s-hopscotch span.cm-variable{color:#8fc13e}.cm-s-hopscotch span.cm-variable-2{color:#1290bf}.cm-s-hopscotch span.cm-def{color:#fd8b19}.cm-s-hopscotch span.cm-error{background:#dd464c;color:#989498}.cm-s-hopscotch span.cm-bracket{color:#d5d3d5}.cm-s-hopscotch span.cm-tag{color:#dd464c}.cm-s-hopscotch span.cm-link{color:#c85e7c}.cm-s-hopscotch .CodeMirror-matchingbracket{text-decoration:underline;color:white !important}.cm-s-hopscotch .CodeMirror-activeline-background{background:#302020}.gjs-is__grab,.gjs-is__grab *{cursor:grab !important}.gjs-is__grabbing,.gjs-is__grabbing *{-webkit-user-select:none;-o-user-select:none;user-select:none;cursor:grabbing !important}:root{--gjs-main-color: #444;--gjs-primary-color: #444;--gjs-secondary-color: #ddd;--gjs-tertiary-color: #804f7b;--gjs-quaternary-color: #d278c9;--gjs-font-color: #ddd;--gjs-font-color-active: #f8f8f8;--gjs-main-dark-color: rgba(0, 0, 0, 0.2);--gjs-secondary-dark-color: rgba(0, 0, 0, 0.1);--gjs-main-light-color: rgba(255, 255, 255, 0.1);--gjs-secondary-light-color: rgba(255, 255, 255, 0.7);--gjs-soft-light-color: rgba(255, 255, 255, 0.015);--gjs-color-blue: #3b97e3;--gjs-color-red: #dd3636;--gjs-color-yellow: #ffca6f;--gjs-color-green: #62c462;--gjs-left-width: 15%;--gjs-color-highlight: #71b7f1;--gjs-color-warn: #ffca6f;--gjs-handle-margin: -5px;--gjs-light-border: rgba(255, 255, 255, 0.05);--gjs-arrow-color: rgba(255, 255, 255, 0.7);--gjs-dark-text-shadow: rgba(0, 0, 0, 0.2);--gjs-color-input-padding: 22px;--gjs-input-padding: 5px;--gjs-padding-elem-classmanager: 5px 6px;--gjs-upload-padding: 150px 10px;--gjs-animation-duration: 0.2s;--gjs-main-font: Helvetica, sans-serif;--gjs-font-size: 0.75rem;--gjs-placeholder-background-color: var(--gjs-color-green);--gjs-canvas-top: 40px;--gjs-flex-item-gap: 5px}.gjs-bg-main,.gjs-off-prv,.gjs-sm-colorp-c{background-color:var(--gjs-main-color)}.gjs-color-main,.gjs-off-prv,.gjs-sm-stack #gjs-sm-add{color:var(--gjs-font-color);fill:var(--gjs-font-color)}.gjs-color-active{color:var(--gjs-font-color-active);fill:var(--gjs-font-color-active)}.gjs-color-warn{color:var(--gjs-color-warn);fill:var(--gjs-color-warn)}.gjs-color-hl{color:var(--gjs-color-highlight);fill:var(--gjs-color-highlight)}.gjs-invis-invis,.gjs-clm-tags #gjs-clm-new,.gjs-no-app{background-color:rgba(0,0,0,0);border:none;color:inherit}.gjs-no-app{height:10px}.opac50{opacity:.5;filter:alpha(opacity=50)}.gjs-checker-bg,.gjs-field-colorp-c,.checker-bg,.gjs-sm-layer-preview{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==")}.gjs-no-user-select,.gjs-grabbing,.gjs-grabbing *,.gjs-rte-toolbar,.gjs-layer-name{-webkit-user-select:none;-o-user-select:none;user-select:none}.gjs-no-pointer-events,.gjs-resizer-c,.gjs-margin-v-el,.gjs-padding-v-el,.gjs-fixedmargin-v-el,.gjs-fixedpadding-v-el{pointer-events:none}.no-select,.gjs-clm-tags #gjs-clm-close,.gjs-com-no-select,.gjs-com-no-select img,.gjs-category-title,.gjs-layer-title,.gjs-block-category .gjs-title,.gjs-sm-sector-title,.gjs-trait-category .gjs-title{-webkit-user-select:none;-o-user-select:none;user-select:none}.clear{clear:both}.gjs-category-open,.gjs-block-category.gjs-open,.gjs-sm-sector.gjs-sm-open,.gjs-trait-category.gjs-open{border-bottom:1px solid rgba(0,0,0,.25)}.gjs-category-title,.gjs-layer-title,.gjs-block-category .gjs-title,.gjs-sm-sector-title,.gjs-trait-category .gjs-title{font-weight:lighter;background-color:var(--gjs-secondary-dark-color);letter-spacing:1px;padding:9px 10px 9px 20px;border-bottom:1px solid rgba(0,0,0,.25);text-align:left;position:relative;cursor:pointer}.btn-cl,.gjs-am-close,.gjs-mdl-btn-close{opacity:.3;filter:alpha(opacity=30);font-size:25px;cursor:pointer}.btn-cl:hover,.gjs-am-close:hover,.gjs-mdl-btn-close:hover{opacity:.7;filter:alpha(opacity=70)}.gjs-traits-label{border-bottom:1px solid var(--gjs-main-dark-color);font-weight:lighter;margin-bottom:5px;padding:10px;text-align:left}.gjs-label-wrp{width:30%;min-width:30%}.gjs-field-wrp{flex-grow:1}.gjs-traits-c,.gjs-traits-cs{display:flex;flex-direction:column}.gjs-trait-categories{display:flex;flex-direction:column}.gjs-trait-category{width:100%}.gjs-trait-category .gjs-caret-icon{margin-right:5px}.gjs-trt-header{font-weight:lighter;padding:10px}.gjs-trt-trait{display:flex;justify-content:flex-start;padding:5px 10px;font-weight:lighter;align-items:center;text-align:left;gap:5px}.gjs-trt-traits{font-size:var(--gjs-font-size)}.gjs-trt-trait .gjs-label{text-align:left;text-overflow:ellipsis;overflow:hidden}.gjs-guide-info{position:absolute}.gjs-guide-info__content{position:absolute;height:100%;display:flex;width:100%;padding:5px}.gjs-guide-info__line{position:relative;margin:auto}.gjs-guide-info__line::before,.gjs-guide-info__line::after{content:"";display:block;position:absolute;background-color:inherit}.gjs-guide-info__y{padding:0 5px}.gjs-guide-info__y .gjs-guide-info__content{justify-content:center}.gjs-guide-info__y .gjs-guide-info__line{width:100%;height:1px}.gjs-guide-info__y .gjs-guide-info__line::before,.gjs-guide-info__y .gjs-guide-info__line::after{width:1px;height:10px;top:0;bottom:0;left:0;margin:auto}.gjs-guide-info__y .gjs-guide-info__line::after{left:auto;right:0}.gjs-guide-info__x{padding:5px 0}.gjs-guide-info__x .gjs-guide-info__content{align-items:center}.gjs-guide-info__x .gjs-guide-info__line{height:100%;width:1px}.gjs-guide-info__x .gjs-guide-info__line::before,.gjs-guide-info__x .gjs-guide-info__line::after{width:10px;height:1px;left:0;right:0;top:0;margin:auto;transform:translateX(-50%)}.gjs-guide-info__x .gjs-guide-info__line::after{top:auto;bottom:0}.gjs-badge{white-space:nowrap}.gjs-badge__icon{vertical-align:middle;display:inline-block;width:15px;height:15px}.gjs-badge__icon svg{fill:currentColor}.gjs-badge__name{display:inline-block;vertical-align:middle}.gjs-frame-wrapper{position:absolute;width:100%;height:100%;left:0;right:0;margin:auto}.gjs-frame-wrapper--anim{transition:width .35s ease,height .35s ease}.gjs-frame-wrapper__top{transform:translateY(-100%) translateX(-50%);display:flex;padding:5px 0;position:absolute;width:100%;left:50%;top:0}.gjs-frame-wrapper__top-r{margin-left:auto}.gjs-frame-wrapper__left{position:absolute;left:0;transform:translateX(-100%) translateY(-50%);height:100%;top:50%}.gjs-frame-wrapper__bottom{position:absolute;bottom:0;transform:translateY(100%) translateX(-50%);width:100%;left:50%}.gjs-frame-wrapper__right{position:absolute;right:0;transform:translateX(100%) translateY(-50%);height:100%;top:50%}.gjs-frame-wrapper__icon{width:24px;cursor:pointer}.gjs-frame-wrapper__icon>svg{fill:currentColor}.gjs-padding-v-top,.gjs-fixedpadding-v-top{width:100%;top:0;left:0}.gjs-padding-v-right,.gjs-fixedpadding-v-right{right:0}.gjs-padding-v-bottom,.gjs-fixedpadding-v-bottom{width:100%;left:0;bottom:0}.gjs-padding-v-left,.gjs-fixedpadding-v-left{left:0}.gjs-cv-canvas{box-sizing:border-box;width:calc(100% - var(--gjs-left-width));height:calc(100% - var(--gjs-canvas-top));bottom:0;overflow:hidden;z-index:1;position:absolute;left:0;top:var(--gjs-canvas-top)}.gjs-cv-canvas-bg{background-color:rgba(0,0,0,.15)}.gjs-cv-canvas.gjs-cui{width:100%;height:100%;top:0}.gjs-cv-canvas.gjs-is__grab .gjs-cv-canvas__frames,.gjs-cv-canvas.gjs-is__grabbing .gjs-cv-canvas__frames{pointer-events:none}.gjs-cv-canvas__frames{position:absolute;top:0;left:0;width:100%;height:100%}.gjs-cv-canvas__spots{position:absolute;pointer-events:none;z-index:1}.gjs-cv-canvas .gjs-ghost{display:none;pointer-events:none;background-color:#5b5b5b;border:2px dashed #ccc;position:absolute;z-index:10;opacity:.55;filter:alpha(opacity=55)}.gjs-cv-canvas .gjs-highlighter,.gjs-cv-canvas .gjs-highlighter-sel{position:absolute;outline:1px solid var(--gjs-color-blue);outline-offset:-1px;pointer-events:none;width:100%;height:100%}.gjs-cv-canvas .gjs-highlighter-warning{outline:3px solid var(--gjs-color-yellow)}.gjs-cv-canvas .gjs-highlighter-sel{outline:2px solid var(--gjs-color-blue);outline-offset:-2px}.gjs-cv-canvas #gjs-tools,.gjs-cv-canvas .gjs-tools{width:100%;height:100%;position:absolute;top:0;left:0;outline:none;z-index:1}.gjs-cv-canvas #gjs-tools{z-index:2}.gjs-cv-canvas *{box-sizing:border-box}.gjs-frame{outline:medium none;height:100%;width:100%;border:none;margin:auto;display:block;transition:width .35s ease,height .35s ease;position:absolute;top:0;bottom:0;left:0;right:0}.gjs-toolbar{position:absolute;background-color:var(--gjs-color-blue);white-space:nowrap;color:#fff;z-index:10;top:0;left:0}.gjs-toolbar-item{width:26px;padding:5px;cursor:pointer;display:inline-block}.gjs-toolbar-item svg{fill:currentColor;vertical-align:middle}.gjs-resizer-c{position:absolute;left:0;top:0;width:100%;height:100%;z-index:9}.gjs-margin-v-el,.gjs-padding-v-el,.gjs-fixedmargin-v-el,.gjs-fixedpadding-v-el{opacity:.1;filter:alpha(opacity=10);position:absolute;background-color:#ff0}.gjs-fixedmargin-v-el,.gjs-fixedpadding-v-el{opacity:.2;filter:alpha(opacity=20)}.gjs-padding-v-el,.gjs-fixedpadding-v-el{background-color:navy}.gjs-resizer-h{pointer-events:all;position:absolute;border:3px solid var(--gjs-color-blue);width:10px;height:10px;background-color:#fff;margin:var(--gjs-handle-margin)}.gjs-resizer-h-tl{top:0;left:0;cursor:nwse-resize}.gjs-resizer-h-tr{top:0;right:0;cursor:nesw-resize}.gjs-resizer-h-tc{top:0;margin:var(--gjs-handle-margin) auto;left:0;right:0;cursor:ns-resize}.gjs-resizer-h-cl{left:0;margin:auto var(--gjs-handle-margin);top:0;bottom:0;cursor:ew-resize}.gjs-resizer-h-cr{margin:auto var(--gjs-handle-margin);top:0;bottom:0;right:0;cursor:ew-resize}.gjs-resizer-h-bl{bottom:0;left:0;cursor:nesw-resize}.gjs-resizer-h-bc{bottom:0;margin:var(--gjs-handle-margin) auto;left:0;right:0;cursor:ns-resize}.gjs-resizer-h-br{bottom:0;right:0;cursor:nwse-resize}.gjs-pn-panel .gjs-resizer-h{background-color:rgba(0,0,0,.2);border:none;opacity:0;transition:opacity .25s}.gjs-pn-panel .gjs-resizer-h:hover{opacity:1}.gjs-pn-panel .gjs-resizer-h-tc,.gjs-pn-panel .gjs-resizer-h-bc{margin:0 auto;width:100%}.gjs-pn-panel .gjs-resizer-h-cr,.gjs-pn-panel .gjs-resizer-h-cl{margin:auto 0;height:100%}.gjs-resizing .gjs-highlighter,.gjs-resizing .gjs-badge{display:none !important}.gjs-resizing-tl *{cursor:nwse-resize !important}.gjs-resizing-tr *{cursor:nesw-resize !important}.gjs-resizing-tc *{cursor:ns-resize !important}.gjs-resizing-cl *{cursor:ew-resize !important}.gjs-resizing-cr *{cursor:ew-resize !important}.gjs-resizing-bl *{cursor:nesw-resize !important}.gjs-resizing-bc *{cursor:ns-resize !important}.gjs-resizing-br *{cursor:nwse-resize !important}.no-dots,.ui-resizable-handle{border:none !important;margin:0 !important;outline:none !important}.gjs-com-dashed *{outline:1px dashed #888;outline-offset:-2px;box-sizing:border-box}.gjs-com-badge,.gjs-badge{pointer-events:none;background-color:var(--gjs-color-blue);color:#fff;padding:2px 5px;position:absolute;z-index:1;font-size:12px;outline:none;display:none}.gjs-badge-warning{background-color:var(--gjs-color-yellow)}.gjs-placeholder,.gjs-com-placeholder,.gjs-placeholder{position:absolute;z-index:10;pointer-events:none;display:none}.gjs-placeholder,.gjs-placeholder{border-style:solid !important;outline:none;box-sizing:border-box;transition:top var(--gjs-animation-duration),left var(--gjs-animation-duration),width var(--gjs-animation-duration),height var(--gjs-animation-duration)}.gjs-placeholder.horizontal,.gjs-com-placeholder.horizontal,.gjs-placeholder.horizontal{border-color:rgba(0,0,0,0) var(--gjs-placeholder-background-color);border-width:3px 5px;margin:-3px 0 0}.gjs-placeholder.vertical,.gjs-com-placeholder.vertical,.gjs-placeholder.vertical{border-color:var(--gjs-placeholder-background-color) rgba(0,0,0,0);border-width:5px 3px;margin:0 0 0 -3px}.gjs-placeholder-int,.gjs-com-placeholder-int,.gjs-placeholder-int{background-color:var(--gjs-placeholder-background-color);box-shadow:0 0 3px rgba(0,0,0,.2);height:100%;width:100%;pointer-events:none;padding:1.5px;outline:none}.gjs-pn-panel{display:inline-block;position:absolute;box-sizing:border-box;text-align:center;padding:5px;z-index:3}.gjs-pn-panel .icon-undo,.gjs-pn-panel .icon-redo{font-size:20px;height:30px;width:25px}.gjs-pn-commands{width:calc(100% - var(--gjs-left-width));left:0;top:0;box-shadow:0 0 5px var(--gjs-main-dark-color)}.gjs-pn-options{right:var(--gjs-left-width);top:0}.gjs-pn-views{border-bottom:2px solid var(--gjs-main-dark-color);right:0;width:var(--gjs-left-width);z-index:4}.gjs-pn-views-container{height:100%;padding:42px 0 0;right:0;width:var(--gjs-left-width);overflow:auto;box-shadow:0 0 5px var(--gjs-main-dark-color)}.gjs-pn-buttons{align-items:center;display:flex;justify-content:space-between}.gjs-pn-btn{box-sizing:border-box;min-height:30px;min-width:30px;line-height:21px;background-color:rgba(0,0,0,0);border:none;font-size:18px;margin-right:5px;border-radius:2px;padding:4px;position:relative;cursor:pointer}.gjs-pn-btn.gjs-pn-active{background-color:rgba(0,0,0,.15);box-shadow:0 0 3px rgba(0,0,0,.25) inset}.gjs-pn-btn svg{fill:currentColor}.gjs-label{line-height:18px}.gjs-fields{display:flex}.gjs-select{padding:0;width:100%}.gjs-select select{padding-right:10px}.gjs-select:-moz-focusring,.gjs-select select:-moz-focusring{color:rgba(0,0,0,0);text-shadow:0 0 0 var(--gjs-secondary-light-color)}.gjs-input:focus,.gjs-button:focus,.gjs-btn-prim:focus,.gjs-select:focus,.gjs-select select:focus{outline:none}.gjs-field input,.gjs-field select,.gjs-field textarea{appearance:none;color:inherit;border:none;background-color:rgba(0,0,0,0);box-sizing:border-box;width:100%;position:relative;padding:var(--gjs-input-padding);z-index:1}.gjs-field input:focus,.gjs-field select:focus,.gjs-field textarea:focus{outline:none}.gjs-field input[type=number]{-moz-appearance:textfield}.gjs-field input[type=number]::-webkit-outer-spin-button,.gjs-field input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.gjs-field-range{flex:9 1 auto}.gjs-field-integer input{padding-right:30px}.gjs-select option,.gjs-field-select option,.gjs-clm-select option,.gjs-sm-select option,.gjs-fields option,.gjs-sm-unit option{background-color:var(--gjs-main-color);color:var(--gjs-font-color)}.gjs-field{background-color:var(--gjs-main-dark-color);border:none;box-shadow:none;border-radius:2px;box-sizing:border-box;padding:0;position:relative}.gjs-field textarea{resize:vertical}.gjs-field .gjs-sel-arrow{height:100%;width:9px;position:absolute;right:0;top:0;z-index:0}.gjs-field .gjs-d-s-arrow{bottom:0;top:0;margin:auto;right:var(--gjs-input-padding);border-top:4px solid var(--gjs-arrow-color);position:absolute;height:0;width:0;border-left:3px solid rgba(0,0,0,0);border-right:4px solid rgba(0,0,0,0);cursor:pointer}.gjs-field-arrows{position:absolute;cursor:ns-resize;margin:auto;height:20px;width:9px;z-index:10;bottom:0;right:calc(var(--gjs-input-padding) - 2px);top:0}.gjs-field-color,.gjs-field-radio{width:100%}.gjs-field-color input{padding-right:var(--gjs-color-input-padding);box-sizing:border-box}.gjs-field-colorp{border-left:1px solid var(--gjs-main-dark-color);box-sizing:border-box;height:100%;padding:2px;position:absolute;right:0;top:0;width:var(--gjs-color-input-padding);z-index:10}.gjs-field-colorp .gjs-checker-bg,.gjs-field-colorp .gjs-field-colorp-c{height:100%;width:100%;border-radius:1px}.gjs-field-colorp-c{height:100%;position:relative;width:100%}.gjs-field-color-picker{background-color:var(--gjs-font-color);cursor:pointer;height:100%;width:100%;box-shadow:0 0 1px var(--gjs-main-dark-color);border-radius:1px;position:absolute;top:0}.gjs-field-checkbox{padding:0;width:17px;height:17px;display:block;cursor:pointer}.gjs-field-checkbox input{display:none}.gjs-field-checkbox input:checked+.gjs-chk-icon{border-color:hsla(0,0%,100%,.5);border-width:0 2px 2px 0;border-style:solid}.gjs-radio-item{flex:1 1 auto;text-align:center;border-left:1px solid var(--gjs-dark-text-shadow)}.gjs-radio-item:first-child{border:none}.gjs-radio-item:hover{background:var(--gjs-main-dark-color)}.gjs-radio-item input{display:none}.gjs-radio-item input:checked+.gjs-radio-item-label{background-color:hsla(0,0%,100%,.2)}.gjs-radio-items{display:flex}.gjs-radio-item-label{cursor:pointer;display:block;padding:var(--gjs-input-padding)}.gjs-field-units{position:absolute;margin:auto;right:10px;bottom:0;top:0}.gjs-field-unit{position:absolute;right:10px;top:3px;font-size:10px;color:var(--gjs-arrow-color);cursor:pointer}.gjs-input-unit{text-align:center}.gjs-field-arrow-u,.gjs-field-arrow-d{position:absolute;height:0;width:0;border-left:3px solid rgba(0,0,0,0);border-right:4px solid rgba(0,0,0,0);border-top:4px solid var(--gjs-arrow-color);bottom:4px;cursor:pointer}.gjs-field-arrow-u{border-bottom:4px solid var(--gjs-arrow-color);border-top:none;top:4px}.gjs-field-select{padding:0}.gjs-field-range{background-color:rgba(0,0,0,0);border:none;box-shadow:none;padding:0}.gjs-field-range input{margin:0;height:100%}.gjs-field-range input:focus{outline:none}.gjs-field-range input::-webkit-slider-thumb{-webkit-appearance:none;margin-top:-4px;height:10px;width:10px;border:1px solid var(--gjs-main-dark-color);border-radius:100%;background-color:var(--gjs-font-color);cursor:pointer}.gjs-field-range input::-moz-range-thumb{height:10px;width:10px;border:1px solid var(--gjs-main-dark-color);border-radius:100%;background-color:var(--gjs-font-color);cursor:pointer}.gjs-field-range input::-ms-thumb{height:10px;width:10px;border:1px solid var(--gjs-main-dark-color);border-radius:100%;background-color:var(--gjs-font-color);cursor:pointer}.gjs-field-range input::-moz-range-track{background-color:var(--gjs-main-dark-color);border-radius:1px;margin-top:3px;height:3px}.gjs-field-range input::-webkit-slider-runnable-track{background-color:var(--gjs-main-dark-color);border-radius:1px;margin-top:3px;height:3px}.gjs-field-range input::-ms-track{background-color:var(--gjs-main-dark-color);border-radius:1px;margin-top:3px;height:3px}.gjs-btn-prim{color:inherit;background-color:var(--gjs-main-light-color);border-radius:2px;padding:3px 6px;padding:var(--gjs-input-padding);cursor:pointer;border:none}.gjs-btn-prim:active{background-color:var(--gjs-main-light-color)}.gjs-btn--full{width:100%}.gjs-chk-icon{transform:rotate(45deg);box-sizing:border-box;display:block;height:14px;margin:0 5px;width:6px}.gjs-add-trasp{background:none;border:none;color:var(--gjs-font-color);cursor:pointer;font-size:1em;border-radius:2px;opacity:.75;filter:alpha(opacity=75)}.gjs-add-trasp:hover{opacity:1;filter:alpha(opacity=100)}.gjs-add-trasp:active{background-color:rgba(0,0,0,.2)}.gjs-devices-c{display:flex;align-items:center;padding:2px 3px 3px 3px}.gjs-devices-c .gjs-device-label{flex-grow:2;text-align:left;margin-right:10px}.gjs-devices-c .gjs-select{flex-grow:20}.gjs-devices-c .gjs-add-trasp{flex-grow:1;margin-left:5px}.gjs-sm-clear{cursor:pointer;width:14px;min-width:14px;height:14px;margin-left:3px}.gjs-sm-header{font-weight:lighter;padding:10px}.gjs-sm-sector{clear:both;font-weight:lighter;text-align:left}.gjs-sm-sector-title{display:flex;align-items:center}.gjs-sm-sector-caret{width:17px;height:17px;min-width:17px;transform:rotate(-90deg)}.gjs-sm-sector-label{margin-left:5px}.gjs-sm-sector.gjs-sm-open .gjs-sm-sector-caret{transform:none}.gjs-sm-properties{font-size:var(--gjs-font-size);padding:10px 5px;display:flex;flex-wrap:wrap;align-items:flex-end;box-sizing:border-box;width:100%}.gjs-sm-label{margin:5px 5px 3px 0;display:flex;align-items:center}.gjs-sm-close-btn,.gjs-sm-preview-file-close{display:block;font-size:23px;position:absolute;cursor:pointer;right:5px;top:0;opacity:.7;filter:alpha(opacity=70)}.gjs-sm-close-btn:hover,.gjs-sm-preview-file-close:hover{opacity:.9;filter:alpha(opacity=90)}.gjs-sm-field,.gjs-clm-field,.gjs-clm-select{width:100%;position:relative}.gjs-sm-field input,.gjs-clm-field input,.gjs-clm-select input,.gjs-sm-field select,.gjs-clm-field select,.gjs-clm-select select{background-color:rgba(0,0,0,0);color:hsla(0,0%,100%,.7);border:none;width:100%}.gjs-sm-field input,.gjs-clm-field input,.gjs-clm-select input{box-sizing:border-box}.gjs-sm-field select,.gjs-clm-field select,.gjs-clm-select select{position:relative;z-index:1;appearance:none}.gjs-sm-field select::-ms-expand,.gjs-clm-field select::-ms-expand,.gjs-clm-select select::-ms-expand{display:none}.gjs-sm-field select:-moz-focusring,.gjs-clm-field select:-moz-focusring,.gjs-clm-select select:-moz-focusring{color:rgba(0,0,0,0);text-shadow:0 0 0 var(--gjs-secondary-light-color)}.gjs-sm-field input:focus,.gjs-clm-field input:focus,.gjs-clm-select input:focus,.gjs-sm-field select:focus,.gjs-clm-field select:focus,.gjs-clm-select select:focus{outline:none}.gjs-sm-field .gjs-sm-unit,.gjs-clm-field .gjs-sm-unit,.gjs-clm-select .gjs-sm-unit{position:absolute;right:10px;top:3px;font-size:10px;color:var(--gjs-secondary-light-color);cursor:pointer}.gjs-sm-field .gjs-clm-sel-arrow,.gjs-clm-field .gjs-clm-sel-arrow,.gjs-clm-select .gjs-clm-sel-arrow,.gjs-sm-field .gjs-sm-int-arrows,.gjs-clm-field .gjs-sm-int-arrows,.gjs-clm-select .gjs-sm-int-arrows,.gjs-sm-field .gjs-sm-sel-arrow,.gjs-clm-field .gjs-sm-sel-arrow,.gjs-clm-select .gjs-sm-sel-arrow{height:100%;width:9px;position:absolute;right:0;top:0;cursor:ns-resize}.gjs-sm-field .gjs-sm-sel-arrow,.gjs-clm-field .gjs-sm-sel-arrow,.gjs-clm-select .gjs-sm-sel-arrow{cursor:pointer}.gjs-sm-field .gjs-clm-d-s-arrow,.gjs-clm-field .gjs-clm-d-s-arrow,.gjs-clm-select .gjs-clm-d-s-arrow,.gjs-sm-field .gjs-sm-d-arrow,.gjs-clm-field .gjs-sm-d-arrow,.gjs-clm-select .gjs-sm-d-arrow,.gjs-sm-field .gjs-sm-d-s-arrow,.gjs-clm-field .gjs-sm-d-s-arrow,.gjs-clm-select .gjs-sm-d-s-arrow,.gjs-sm-field .gjs-sm-u-arrow,.gjs-clm-field .gjs-sm-u-arrow,.gjs-clm-select .gjs-sm-u-arrow{position:absolute;height:0;width:0;border-left:3px solid rgba(0,0,0,0);border-right:4px solid rgba(0,0,0,0);cursor:pointer}.gjs-sm-field .gjs-sm-u-arrow,.gjs-clm-field .gjs-sm-u-arrow,.gjs-clm-select .gjs-sm-u-arrow{border-bottom:4px solid var(--gjs-secondary-light-color);top:4px}.gjs-sm-field .gjs-clm-d-s-arrow,.gjs-clm-field .gjs-clm-d-s-arrow,.gjs-clm-select .gjs-clm-d-s-arrow,.gjs-sm-field .gjs-sm-d-arrow,.gjs-clm-field .gjs-sm-d-arrow,.gjs-clm-select .gjs-sm-d-arrow,.gjs-sm-field .gjs-sm-d-s-arrow,.gjs-clm-field .gjs-sm-d-s-arrow,.gjs-clm-select .gjs-sm-d-s-arrow{border-top:4px solid var(--gjs-secondary-light-color);bottom:4px}.gjs-sm-field .gjs-clm-d-s-arrow,.gjs-clm-field .gjs-clm-d-s-arrow,.gjs-clm-select .gjs-clm-d-s-arrow,.gjs-sm-field .gjs-sm-d-s-arrow,.gjs-clm-field .gjs-sm-d-s-arrow,.gjs-clm-select .gjs-sm-d-s-arrow{bottom:7px}.gjs-sm-field.gjs-sm-color,.gjs-sm-color.gjs-clm-field,.gjs-sm-field.gjs-sm-input,.gjs-sm-input.gjs-clm-field,.gjs-sm-field.gjs-sm-integer,.gjs-sm-integer.gjs-clm-field,.gjs-sm-field.gjs-sm-list,.gjs-sm-list.gjs-clm-field,.gjs-sm-field.gjs-sm-select,.gjs-sm-select.gjs-clm-field,.gjs-clm-select{background-color:var(--gjs-main-dark-color);border:1px solid rgba(0,0,0,.1);box-shadow:1px 1px 0 var(--gjs-main-light-color);color:var(--gjs-secondary-light-color);border-radius:2px;box-sizing:border-box;padding:0 5px}.gjs-sm-field.gjs-sm-composite,.gjs-sm-composite.gjs-clm-field,.gjs-sm-composite.gjs-clm-select{border-radius:2px}.gjs-sm-field.gjs-sm-select,.gjs-sm-select.gjs-clm-field,.gjs-clm-select{padding:0}.gjs-sm-field.gjs-sm-select select,.gjs-sm-select.gjs-clm-field select,.gjs-clm-select select{height:20px}.gjs-sm-field.gjs-sm-select option,.gjs-sm-select.gjs-clm-field option,.gjs-clm-select option{padding:3px 0}.gjs-sm-field.gjs-sm-composite,.gjs-sm-composite.gjs-clm-field,.gjs-sm-composite.gjs-clm-select{background-color:var(--gjs-secondary-dark-color);border:1px solid rgba(0,0,0,.25)}.gjs-sm-field.gjs-sm-list,.gjs-sm-list.gjs-clm-field,.gjs-sm-list.gjs-clm-select{width:auto;padding:0;overflow:hidden;float:left}.gjs-sm-field.gjs-sm-list input,.gjs-sm-list.gjs-clm-field input,.gjs-sm-list.gjs-clm-select input{display:none}.gjs-sm-field.gjs-sm-list label,.gjs-sm-list.gjs-clm-field label,.gjs-sm-list.gjs-clm-select label{cursor:pointer;padding:5px;display:block}.gjs-sm-field.gjs-sm-list .gjs-sm-radio:checked+label,.gjs-sm-list.gjs-clm-field .gjs-sm-radio:checked+label,.gjs-sm-list.gjs-clm-select .gjs-sm-radio:checked+label{background-color:hsla(0,0%,100%,.2)}.gjs-sm-field.gjs-sm-list .gjs-sm-icon,.gjs-sm-list.gjs-clm-field .gjs-sm-icon,.gjs-sm-list.gjs-clm-select .gjs-sm-icon{background-repeat:no-repeat;background-position:center;text-shadow:none;line-height:normal}.gjs-sm-field.gjs-sm-integer select,.gjs-sm-integer.gjs-clm-field select,.gjs-sm-integer.gjs-clm-select select{width:auto;padding:0}.gjs-sm-list .gjs-sm-el{float:left;border-left:1px solid var(--gjs-main-dark-color)}.gjs-sm-list .gjs-sm-el:first-child{border:none}.gjs-sm-list .gjs-sm-el:hover{background:var(--gjs-main-dark-color)}.gjs-sm-slider .gjs-field-integer{flex:1 1 65px}.gjs-sm-property{box-sizing:border-box;float:left;width:50%;margin-bottom:5px;padding:0 5px}.gjs-sm-property--full,.gjs-sm-property.gjs-sm-composite,.gjs-sm-property.gjs-sm-file,.gjs-sm-property.gjs-sm-list,.gjs-sm-property.gjs-sm-stack,.gjs-sm-property.gjs-sm-slider,.gjs-sm-property.gjs-sm-color{width:100%}.gjs-sm-property .gjs-sm-btn{background-color:color-mix(in srgb, var(--gjs-main-dark-color), white 13%);border-radius:2px;box-shadow:1px 1px 0 color-mix(in srgb, var(--gjs-main-dark-color), white 2%),1px 1px 0 color-mix(in srgb, var(--gjs-main-dark-color), white 17%) inset;padding:5px;position:relative;text-align:center;height:auto;width:100%;cursor:pointer;color:var(--gjs-font-color);box-sizing:border-box;text-shadow:-1px -1px 0 var(--gjs-main-dark-color);border:none;opacity:.85;filter:alpha(opacity=85)}.gjs-sm-property .gjs-sm-btn-c{box-sizing:border-box;float:left;width:100%}.gjs-sm-property__text-shadow .gjs-sm-layer-preview-cnt::after{color:#000;content:"T";font-weight:900;line-height:17px;padding:0 4px}.gjs-sm-preview-file{background-color:var(--gjs-light-border);border-radius:2px;margin-top:5px;position:relative;overflow:hidden;border:1px solid color-mix(in srgb, var(--gjs-light-border), black 1%);padding:3px 20px}.gjs-sm-preview-file-cnt{background-size:auto 100%;background-repeat:no-repeat;background-position:center center;height:50px}.gjs-sm-preview-file-close{top:-5px;width:14px;height:14px}.gjs-sm-layers{margin-top:5px;padding:1px 3px;min-height:30px}.gjs-sm-layer{background-color:hsla(0,0%,100%,.055);border-radius:2px;margin:2px 0;padding:7px;position:relative}.gjs-sm-layer.gjs-sm-active{background-color:hsla(0,0%,100%,.12)}.gjs-sm-layer .gjs-sm-label-wrp{display:flex;align-items:center}.gjs-sm-layer #gjs-sm-move{height:14px;width:14px;min-width:14px;cursor:grab}.gjs-sm-layer #gjs-sm-label{flex-grow:1;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;margin:0 5px}.gjs-sm-layer-preview{height:15px;width:15px;min-width:15px;margin-right:5px;border-radius:2px}.gjs-sm-layer-preview-cnt{border-radius:2px;background-color:#fff;height:100%;width:100%;background-size:cover !important}.gjs-sm-layer #gjs-sm-close-layer{display:block;cursor:pointer;height:14px;width:14px;min-width:14px;opacity:.5;filter:alpha(opacity=50)}.gjs-sm-layer #gjs-sm-close-layer:hover{opacity:.8;filter:alpha(opacity=80)}.gjs-sm-stack .gjs-sm-properties{padding:5px 0 0}.gjs-sm-property__border-radius .gjs-sm-property__border-bottom-right-radius{order:4}.gjs-sm-stack #gjs-sm-add{background:none;border:none;cursor:pointer;outline:none;position:absolute;right:0;top:-17px;opacity:.75;padding:0;width:18px;height:18px}.gjs-sm-stack #gjs-sm-add:hover{opacity:1;filter:alpha(opacity=100)}.gjs-sm-colorp-c{height:100%;width:20px;position:absolute;right:0;top:0;box-sizing:border-box;border-radius:2px;padding:2px}.gjs-sm-colorp-c .gjs-field-colorp-c,.gjs-sm-colorp-c .gjs-checker-bg{height:100%;width:100%;border-radius:1px}.gjs-sm-color-picker{background-color:var(--gjs-font-color);cursor:pointer;height:16px;width:100%;margin-top:-16px;box-shadow:0 0 1px var(--gjs-main-dark-color);border-radius:1px}.gjs-sm-btn-upload #gjs-sm-upload{left:0;top:0;position:absolute;width:100%;opacity:0;cursor:pointer}.gjs-sm-btn-upload #gjs-sm-label{padding:2px 0}.gjs-sm-layer>#gjs-sm-move{opacity:.7;filter:alpha(opacity=70);cursor:move;font-size:12px;float:left;margin:0 5px 0 0}.gjs-sm-layer>#gjs-sm-move:hover{opacity:.9;filter:alpha(opacity=90)}.gjs-blocks-c{display:flex;flex-wrap:wrap;justify-content:flex-start}.gjs-block-categories{display:flex;flex-direction:column}.gjs-block-category{width:100%}.gjs-block-category .gjs-caret-icon{margin-right:5px}.gjs-block{-webkit-user-select:none;-o-user-select:none;user-select:none;width:45%;min-width:45px;padding:1em;box-sizing:border-box;min-height:90px;cursor:all-scroll;font-size:11px;font-weight:lighter;text-align:center;display:flex;flex-direction:column;justify-content:space-between;border:1px solid rgba(0,0,0,.2);border-radius:3px;margin:10px 2.5% 5px;box-shadow:0 1px 0 0 rgba(0,0,0,.15);transition:all .2s ease 0s;transition-property:box-shadow,color}.gjs-block:hover{box-shadow:0 3px 4px 0 rgba(0,0,0,.15)}.gjs-block svg{fill:currentColor}.gjs-block__media{margin-bottom:10px;pointer-events:none}.gjs-block-svg{width:54px;fill:currentColor}.gjs-block-svg-path{fill:currentColor}.gjs-block.fa{font-size:2em;line-height:2em;padding:11px}.gjs-block-label{line-height:normal;font-size:.65rem;font-weight:normal;font-family:Helvetica,sans-serif;overflow:hidden;text-overflow:ellipsis;pointer-events:none}.gjs-block.gjs-bdrag{width:auto;padding:0}.gjs-selected-parent{border:1px solid var(--gjs-color-yellow)}.gjs-opac50{opacity:.5;filter:alpha(opacity=50)}.gjs-layer{font-weight:lighter;text-align:left;position:relative;font-size:var(--gjs-font-size);display:grid}.gjs-layer-item{display:flex;align-items:center;justify-content:space-between;padding:5px 10px;border-bottom:1px solid var(--gjs-main-dark-color);background-color:var(--gjs-secondary-dark-color);gap:var(--gjs-flex-item-gap);cursor:pointer}.gjs-layer-item-left,.gjs-layer-item-right{display:flex;align-items:center;gap:var(--gjs-flex-item-gap)}.gjs-layer-item-left{width:100%}.gjs-layer-hidden{opacity:.55;filter:alpha(opacity=55)}.gjs-layer-vis{box-sizing:content-box;cursor:pointer;z-index:1}.gjs-layer-vis-on,.gjs-layer-vis-off{display:flex;width:13px;height:13px}.gjs-layer-vis-off{display:none}.gjs-layer-vis.gjs-layer-off .gjs-layer-vis-on{display:none}.gjs-layer-vis.gjs-layer-off .gjs-layer-vis-off{display:flex}.gjs-layer-caret{width:15px;height:15px;cursor:pointer;box-sizing:content-box;transform:rotate(90deg);display:flex;opacity:.7;filter:alpha(opacity=70)}.gjs-layer-caret:hover{opacity:1;filter:alpha(opacity=100)}.gjs-layer.open>.gjs-layer-item .gjs-layer-caret{transform:rotate(180deg)}.gjs-layer-title{padding:0;display:flex;align-items:center;background-color:rgba(0,0,0,0) !important;border-bottom:none}.gjs-layer-title-inn{align-items:center;position:relative;display:flex;gap:var(--gjs-flex-item-gap)}.gjs-layer-title-c{width:100%}.gjs-layer__icon{display:block;width:100%;max-width:15px;max-height:15px;padding-left:5px}.gjs-layer__icon svg{fill:currentColor}.gjs-layer-name{display:inline-block;box-sizing:content-box;overflow:hidden;white-space:nowrap;max-width:170px;height:auto}.gjs-layer-name--no-edit{text-overflow:ellipsis}.gjs-layer>.gjs-layer-children{display:none}.gjs-layer.open>.gjs-layer-children{display:block}.gjs-layer-no-chld>.gjs-layer-title-inn>.gjs-layer-caret{visibility:hidden}.gjs-layer-move{display:flex;width:13px;height:13px;box-sizing:content-box;cursor:move}.gjs-layer.gjs-hovered .gjs-layer-item{background-color:var(--gjs-soft-light-color)}.gjs-layer.gjs-selected .gjs-layer-item{background-color:var(--gjs-main-light-color)}.gjs-layers{position:relative;height:100%}.gjs-layers #gjs-placeholder{width:100%;position:absolute}.gjs-layers #gjs-placeholder #gjs-plh-int{height:100%;padding:1px}.gjs-layers #gjs-placeholder #gjs-plh-int.gjs-insert{background-color:var(--gjs-color-green)}#gjs-clm-add-tag,.gjs-clm-tags-btn{background-color:hsla(0,0%,100%,.15);border-radius:2px;padding:3px;margin-right:3px;border:1px solid rgba(0,0,0,.15);width:24px;height:24px;box-sizing:border-box;cursor:pointer}.gjs-clm-tags-btn svg{fill:currentColor;display:block}.gjs-clm-header{display:flex;align-items:center;margin:7px 0}.gjs-clm-header-status{flex-shrink:1;margin-left:auto}.gjs-clm-tag{display:flex;overflow:hidden;align-items:center;border-radius:3px;margin:0 3px 3px 0;padding:5px;cursor:default}.gjs-clm-tag-status,.gjs-clm-tag-close{width:12px;height:12px;flex-shrink:1}.gjs-clm-tag-status svg,.gjs-clm-tag-close svg{vertical-align:middle;fill:currentColor}.gjs-clm-sels-info{margin:7px 0;text-align:left}.gjs-clm-sel-id{font-size:.9em;opacity:.5;filter:alpha(opacity=50)}.gjs-clm-label-sel{float:left;padding-right:5px}.gjs-clm-tags{font-size:var(--gjs-font-size);padding:10px 5px}.gjs-clm-tags #gjs-clm-sel{padding:7px 0;float:left}.gjs-clm-tags #gjs-clm-sel{font-style:italic;margin-left:5px}.gjs-clm-tags #gjs-clm-tags-field{clear:both;padding:5px;margin-bottom:5px;display:flex;flex-wrap:wrap}.gjs-clm-tags #gjs-clm-tags-c{display:flex;flex-wrap:wrap;vertical-align:top;overflow:hidden}.gjs-clm-tags #gjs-clm-new{color:var(--gjs-font-color);padding:var(--gjs-padding-elem-classmanager);display:none}.gjs-clm-tags #gjs-clm-close{opacity:.85;filter:alpha(opacity=85);font-size:20px;line-height:0;cursor:pointer;color:hsla(0,0%,100%,.9)}.gjs-clm-tags #gjs-clm-close:hover{opacity:1;filter:alpha(opacity=100)}.gjs-clm-tags #gjs-clm-checkbox{color:hsla(0,0%,100%,.9);vertical-align:middle;cursor:pointer;font-size:9px}.gjs-clm-tags #gjs-clm-tag-label{flex-grow:1;text-overflow:ellipsis;overflow:hidden;padding:0 3px;cursor:text}.gjs-mdl-container{font-family:var(--gjs-main-font);overflow-y:auto;position:fixed;background-color:rgba(0,0,0,.5);display:flex;top:0;left:0;right:0;bottom:0;z-index:100}.gjs-mdl-dialog{text-shadow:-1px -1px 0 rgba(0,0,0,.05);animation:gjs-slide-down .215s;margin:auto;max-width:850px;width:90%;border-radius:3px;font-weight:lighter;position:relative;z-index:2}.gjs-mdl-title{font-size:1rem}.gjs-mdl-btn-close{position:absolute;right:15px;top:5px}.gjs-mdl-active .gjs-mdl-dialog{animation:gjs-mdl-slide-down .216s}.gjs-mdl-header,.gjs-mdl-content{padding:10px 15px;clear:both}.gjs-mdl-header{position:relative;border-bottom:1px solid var(--gjs-main-dark-color);padding:15px 15px 7px}.gjs-export-dl::after{content:"";clear:both;display:block;margin-bottom:10px}.gjs-dropzone{display:none;opacity:0;position:absolute;top:0;left:0;z-index:11;width:100%;height:100%;transition:opacity .25s;pointer-events:none}.gjs-dropzone-active .gjs-dropzone{display:block;opacity:1}.gjs-am-assets{height:290px;overflow:auto;clear:both;display:flex;flex-wrap:wrap;align-items:flex-start;align-content:flex-start}.gjs-am-assets-header{padding:5px}.gjs-am-add-asset .gjs-am-add-field{width:70%;float:left}.gjs-am-add-asset button{width:25%;float:right}.gjs-am-preview-cont{position:relative;height:70px;width:30%;background-color:var(--gjs-main-color);border-radius:2px;float:left;overflow:hidden}.gjs-am-preview{position:absolute;background-position:center center;background-size:cover;background-repeat:no-repeat;height:100%;width:100%;z-index:1}.gjs-am-preview-bg{opacity:.5;filter:alpha(opacity=50);position:absolute;height:100%;width:100%;z-index:0}.gjs-am-dimensions{opacity:.5;filter:alpha(opacity=50);font-size:10px}.gjs-am-meta{width:70%;float:left;font-size:12px;padding:5px 0 0 5px;box-sizing:border-box}.gjs-am-meta>div{margin-bottom:5px}.gjs-am-close{cursor:pointer;position:absolute;right:5px;top:0;display:none}.gjs-am-asset{border-bottom:1px solid color-mix(in srgb, var(--gjs-main-dark-color), black 3%);padding:5px;cursor:pointer;position:relative;box-sizing:border-box;width:100%}.gjs-am-asset:hover .gjs-am-close{display:block}.gjs-am-highlight{background-color:var(--gjs-main-light-color)}.gjs-am-assets-cont{background-color:var(--gjs-secondary-dark-color);border-radius:3px;box-sizing:border-box;padding:10px;width:45%;float:right;height:325px;overflow:hidden}.gjs-am-file-uploader{width:55%;float:left}.gjs-am-file-uploader>form{background-color:var(--gjs-secondary-dark-color);border:2px dashed;border-radius:3px;position:relative;text-align:center;margin-bottom:15px}.gjs-am-file-uploader>form.gjs-am-hover{border:2px solid var(--gjs-color-green);color:color-mix(in srgb, var(--gjs-color-green), white 5%)}.gjs-am-file-uploader>form.gjs-am-disabled{border-color:red}.gjs-am-file-uploader>form #gjs-am-uploadFile{opacity:0;filter:alpha(opacity=0);padding:var(--gjs-upload-padding);width:100%;box-sizing:border-box}.gjs-am-file-uploader #gjs-am-title{position:absolute;padding:var(--gjs-upload-padding);width:100%}.gjs-cm-editor-c{float:left;box-sizing:border-box;width:50%}.gjs-cm-editor-c .CodeMirror{height:450px}.gjs-cm-editor{font-size:12px}.gjs-cm-editor#gjs-cm-htmlmixed{padding-right:10px;border-right:1px solid var(--gjs-main-dark-color)}.gjs-cm-editor#gjs-cm-htmlmixed #gjs-cm-title{color:#a97d44}.gjs-cm-editor#gjs-cm-css{padding-left:10px}.gjs-cm-editor#gjs-cm-css #gjs-cm-title{color:#ddca7e}.gjs-cm-editor #gjs-cm-title{background-color:var(--gjs-main-dark-color);font-size:12px;padding:5px 10px 3px;text-align:right}.gjs-rte-toolbar{position:absolute;z-index:10}.gjs-rte-toolbar-ui{border:1px solid var(--gjs-main-dark-color);border-radius:3px}.gjs-rte-actionbar{display:flex}.gjs-rte-action{display:flex;align-items:center;justify-content:center;padding:5px;width:25px;border-right:1px solid var(--gjs-main-dark-color);text-align:center;cursor:pointer;outline:none}.gjs-rte-action:last-child{border-right:none}.gjs-rte-action:hover{background-color:var(--gjs-main-light-color)}.gjs-rte-active{background-color:var(--gjs-main-light-color)}.gjs-rte-disabled{color:var(--gjs-main-light-color);cursor:not-allowed}.gjs-rte-disabled:hover{background-color:unset}.sp-container{position:absolute;top:0;left:0;display:inline-block;z-index:9999994;overflow:hidden}.sp-container.sp-flat{position:relative}.sp-container,.sp-container *{box-sizing:content-box}.sp-top{position:relative;width:100%;display:inline-block}.sp-top-inner{position:absolute;top:0;left:0;bottom:0;right:0}.sp-color{position:absolute;top:0;left:0;bottom:0;right:20%}.sp-hue{position:absolute;top:0;right:0;bottom:0;left:84%;height:100%}.sp-clear-enabled .sp-hue{top:33px;height:77.5%}.sp-fill{padding-top:80%}.sp-sat,.sp-val{position:absolute;top:0;left:0;right:0;bottom:0}.sp-alpha-enabled .sp-top{margin-bottom:18px}.sp-alpha-enabled .sp-alpha{display:block}.sp-alpha-handle{position:absolute;top:-4px;bottom:-4px;width:6px;left:50%;cursor:pointer;border:1px solid #000;background:#fff;opacity:.8}.sp-alpha{display:none;position:absolute;bottom:-14px;right:0;left:0;height:8px}.sp-alpha-inner{border:solid 1px #333}.sp-clear{display:none}.sp-clear.sp-clear-display{background-position:center}.sp-clear-enabled .sp-clear{display:block;position:absolute;top:0px;right:0;bottom:0;left:84%;height:28px}.sp-container,.sp-replacer,.sp-preview,.sp-dragger,.sp-slider,.sp-alpha,.sp-clear,.sp-alpha-handle,.sp-container.sp-dragging .sp-input,.sp-container button{-webkit-user-select:none;-o-user-select:none;user-select:none}.sp-container.sp-input-disabled .sp-input-container{display:none}.sp-container.sp-buttons-disabled .sp-button-container{display:none}.sp-container.sp-palette-buttons-disabled .sp-palette-button-container{display:none}.sp-palette-only .sp-picker-container{display:none}.sp-palette-disabled .sp-palette-container{display:none}.sp-initial-disabled .sp-initial{display:none}.sp-sat{background-image:linear-gradient(to right, #fff, rgba(204, 154, 129, 0));-ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr=#FFFFFFFF, endColorstr=#00CC9A81)";filter:progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr="#FFFFFFFF", endColorstr="#00CC9A81")}.sp-val{background-image:linear-gradient(to top, #000, rgba(204, 154, 129, 0));-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#00CC9A81, endColorstr=#FF000000)";filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#00CC9A81", endColorstr="#FF000000")}.sp-hue{background:linear-gradient(to bottom, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%)}.sp-1{height:17%;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff0000", endColorstr="#ffff00")}.sp-2{height:16%;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffff00", endColorstr="#00ff00")}.sp-3{height:17%;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#00ff00", endColorstr="#00ffff")}.sp-4{height:17%;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#00ffff", endColorstr="#0000ff")}.sp-5{height:16%;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#0000ff", endColorstr="#ff00ff")}.sp-6{height:17%;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff00ff", endColorstr="#ff0000")}.sp-hidden{display:none !important}.sp-cf:before,.sp-cf:after{content:"";display:table}.sp-cf:after{clear:both}@media(max-device-width: 480px){.sp-color{right:40%}.sp-hue{left:63%}.sp-fill{padding-top:60%}}.sp-dragger{border-radius:5px;height:5px;width:5px;border:1px solid #fff;background:#000;cursor:pointer;position:absolute;top:0;left:0}.sp-slider{position:absolute;top:0;cursor:pointer;height:3px;left:-1px;right:-1px;border:1px solid #000;background:#fff;opacity:.8}.sp-container{border-radius:0;background-color:#ececec;border:solid 1px #f0c49b;padding:0}.sp-container,.sp-container button,.sp-container input,.sp-color,.sp-hue,.sp-clear{font:normal 12px "Lucida Grande","Lucida Sans Unicode","Lucida Sans",Geneva,Verdana,sans-serif;-ms-box-sizing:border-box;box-sizing:border-box}.sp-top{margin-bottom:3px}.sp-color,.sp-hue,.sp-clear{border:solid 1px #666}.sp-input-container{float:right;width:100px;margin-bottom:4px}.sp-initial-disabled .sp-input-container{width:100%}.sp-input{font-size:12px !important;border:1px inset;padding:4px 5px;margin:0;width:100%;background:rgba(0,0,0,0);border-radius:3px;color:#222}.sp-input:focus{border:1px solid orange}.sp-input.sp-validation-error{border:1px solid red;background:#fdd}.sp-picker-container,.sp-palette-container{float:left;position:relative;padding:10px;padding-bottom:300px;margin-bottom:-290px}.sp-picker-container{width:172px;border-left:solid 1px #fff}.sp-palette-container{border-right:solid 1px #ccc}.sp-palette-only .sp-palette-container{border:0}.sp-palette .sp-thumb-el{display:block;position:relative;float:left;width:24px;height:15px;margin:3px;cursor:pointer;border:solid 2px rgba(0,0,0,0)}.sp-palette .sp-thumb-el:hover,.sp-palette .sp-thumb-el.sp-thumb-active{border-color:orange}.sp-thumb-el{position:relative}.sp-initial{float:left;border:solid 1px #333}.sp-initial span{width:30px;height:25px;border:none;display:block;float:left;margin:0}.sp-initial .sp-clear-display{background-position:center}.sp-palette-button-container,.sp-button-container{float:right}.sp-replacer{margin:0;overflow:hidden;cursor:pointer;padding:4px;display:inline-block;border:solid 1px #91765d;background:#eee;color:#333;vertical-align:middle}.sp-replacer:hover,.sp-replacer.sp-active{border-color:#f0c49b;color:#111}.sp-replacer.sp-disabled{cursor:default;border-color:silver;color:silver}.sp-dd{padding:2px 0;height:16px;line-height:16px;float:left;font-size:10px}.sp-preview{position:relative;width:25px;height:20px;border:solid 1px #222;margin-right:5px;float:left;z-index:0}.sp-palette{max-width:220px}.sp-palette .sp-thumb-el{width:16px;height:16px;margin:2px 1px;border:solid 1px #d0d0d0}.sp-container{padding-bottom:0}.sp-container button{background-color:#eee;background-image:linear-gradient(to bottom, #eeeeee, #cccccc);border:1px solid #ccc;border-bottom:1px solid #bbb;border-radius:3px;color:#333;font-size:14px;line-height:1;padding:5px 4px;text-align:center;text-shadow:0 1px 0 #eee;vertical-align:middle}.sp-container button:hover{background-color:#ddd;background-image:linear-gradient(to bottom, #dddddd, #bbbbbb);border:1px solid #bbb;border-bottom:1px solid #999;cursor:pointer;text-shadow:0 1px 0 #ddd}.sp-container button:active{border:1px solid #aaa;border-bottom:1px solid #888;-ms-box-shadow:inset 0 0 5px 2px #aaa,0 1px 0 0 #eee;-o-box-shadow:inset 0 0 5px 2px #aaa,0 1px 0 0 #eee;box-shadow:inset 0 0 5px 2px #aaa,0 1px 0 0 #eee}.sp-cancel{font-size:11px;color:#d93f3f !important;margin:0;padding:2px;margin-right:5px;vertical-align:middle;text-decoration:none}.sp-cancel:hover{color:#d93f3f !important;text-decoration:underline}.sp-palette span:hover,.sp-palette span.sp-thumb-active{border-color:#000}.sp-preview,.sp-alpha,.sp-thumb-el{position:relative;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==)}.sp-preview-inner,.sp-alpha-inner,.sp-thumb-inner{display:block;position:absolute;top:0;left:0;bottom:0;right:0}.sp-palette .sp-thumb-inner{background-position:50% 50%;background-repeat:no-repeat}.sp-palette .sp-thumb-light.sp-thumb-active .sp-thumb-inner{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIVJREFUeNpiYBhsgJFMffxAXABlN5JruT4Q3wfi/0DsT64h8UD8HmpIPCWG/KemIfOJCUB+Aoacx6EGBZyHBqI+WsDCwuQ9mhxeg2A210Ntfo8klk9sOMijaURm7yc1UP2RNCMbKE9ODK1HM6iegYLkfx8pligC9lCD7KmRof0ZhjQACDAAceovrtpVBRkAAAAASUVORK5CYII=)}.sp-palette .sp-thumb-dark.sp-thumb-active .sp-thumb-inner{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAadEVYdFNvZnR3YXJlAFBhaW50Lk5FVCB2My41LjEwMPRyoQAAAMdJREFUOE+tkgsNwzAMRMugEAahEAahEAZhEAqlEAZhEAohEAYh81X2dIm8fKpEspLGvudPOsUYpxE2BIJCroJmEW9qJ+MKaBFhEMNabSy9oIcIPwrB+afvAUFoK4H0tMaQ3XtlrggDhOVVMuT4E5MMG0FBbCEYzjYT7OxLEvIHQLY2zWwQ3D+9luyOQTfKDiFD3iUIfPk8VqrKjgAiSfGFPecrg6HN6m/iBcwiDAo7WiBeawa+Kwh7tZoSCGLMqwlSAzVDhoK+6vH4G0P5wdkAAAAASUVORK5CYII=)}.sp-clear-display{background-repeat:no-repeat;background-position:center;background-image:url(data:image/gif;base64,R0lGODlhFAAUAPcAAAAAAJmZmZ2dnZ6enqKioqOjo6SkpKWlpaampqenp6ioqKmpqaqqqqurq/Hx8fLy8vT09PX19ff39/j4+Pn5+fr6+vv7+wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAP8ALAAAAAAUABQAAAihAP9FoPCvoMGDBy08+EdhQAIJCCMybCDAAYUEARBAlFiQQoMABQhKUJBxY0SPICEYHBnggEmDKAuoPMjS5cGYMxHW3IiT478JJA8M/CjTZ0GgLRekNGpwAsYABHIypcAgQMsITDtWJYBR6NSqMico9cqR6tKfY7GeBCuVwlipDNmefAtTrkSzB1RaIAoXodsABiZAEFB06gIBWC1mLVgBa0AAOw==)}.gjs-editor-sp{border:1px solid var(--gjs-main-dark-color);box-shadow:0 0 7px var(--gjs-main-dark-color);border-radius:3px}.gjs-editor-sp .sp-hue,.gjs-editor-sp .sp-slider{cursor:row-resize}.gjs-editor-sp .sp-color,.gjs-editor-sp .sp-dragger{cursor:crosshair}.gjs-editor-sp .sp-alpha-inner,.gjs-editor-sp .sp-alpha-handle{cursor:col-resize}.gjs-editor-sp .sp-hue{left:90%}.gjs-editor-sp .sp-color{right:15%}.gjs-editor-sp .sp-picker-container{border:none}.gjs-editor-sp .colpick_dark .colpick_color{outline:1px solid var(--gjs-main-dark-color)}.gjs-editor-sp .sp-cancel,.gjs-editor-sp .sp-cancel:hover{bottom:-8px;color:#777 !important;font-size:25px;left:0;position:absolute;text-decoration:none}.gjs-editor-sp .sp-alpha-handle{background-color:#ccc;border:1px solid #555;width:4px}.gjs-editor-sp .sp-color,.gjs-editor-sp .sp-hue{border:1px solid #333}.gjs-editor-sp .sp-slider{background-color:#ccc;border:1px solid #555;height:3px;left:-4px;width:22px}.gjs-editor-sp .sp-dragger{background:rgba(0,0,0,0);box-shadow:0 0 0 1px #111}.gjs-editor-sp .sp-button-container{float:none;width:100%;position:relative;text-align:right}.gjs-editor-sp .sp-button-container .sp-choose,.gjs-editor-sp .sp-button-container .sp-choose:hover,.gjs-editor-sp .sp-button-container .sp-choose:active{background:var(--gjs-main-dark-color);border-color:var(--gjs-main-dark-color);color:var(--gjs-font-color);text-shadow:none;box-shadow:none;padding:3px 5px}.gjs-editor-sp .sp-palette-container{border:none;float:none;margin:0;padding:5px 10px 0}.gjs-editor-sp .sp-palette .sp-thumb-el,.gjs-editor-sp .sp-palette .sp-thumb-el:hover{border:1px solid rgba(0,0,0,.9)}.gjs-editor-sp .sp-palette .sp-thumb-el:hover,.gjs-editor-sp .sp-palette .sp-thumb-el.sp-thumb-active{border-color:rgba(0,0,0,.9)}.gjs-one-bg{background-color:var(--gjs-primary-color)}.gjs-one-color{color:var(--gjs-primary-color)}.gjs-one-color-h:hover{color:var(--gjs-primary-color)}.gjs-two-bg{background-color:var(--gjs-secondary-color)}.gjs-two-color{color:var(--gjs-secondary-color)}.gjs-two-color-h:hover{color:var(--gjs-secondary-color)}.gjs-three-bg{background-color:var(--gjs-tertiary-color)}.gjs-three-color{color:var(--gjs-tertiary-color)}.gjs-three-color-h:hover{color:var(--gjs-tertiary-color)}.gjs-four-bg{background-color:var(--gjs-quaternary-color)}.gjs-four-color{color:var(--gjs-quaternary-color)}.gjs-four-color-h:hover{color:var(--gjs-quaternary-color)}.gjs-danger-bg{background-color:var(--gjs-color-red)}.gjs-danger-color{color:var(--gjs-color-red)}.gjs-danger-color-h:hover{color:var(--gjs-color-red)}.gjs-bdrag{pointer-events:none !important;position:absolute !important;z-index:10 !important;width:auto}.gjs-drag-helper{background-color:var(--gjs-color-blue) !important;pointer-events:none !important;position:absolute !important;z-index:10 !important;transform:scale(0.3) !important;transform-origin:top left !important;-webkit-transform-origin:top left !important;margin:15px !important;transition:none !important;outline:none !important}.gjs-grabbing,.gjs-grabbing *{cursor:grabbing !important;cursor:-webkit-grabbing !important}.gjs-grabbing{overflow:hidden}.gjs-off-prv{position:relative;z-index:10;padding:5px;cursor:pointer}.gjs-editor-cont ::-webkit-scrollbar-track{background:var(--gjs-secondary-dark-color)}.gjs-editor-cont ::-webkit-scrollbar-thumb{background-color:hsla(0,0%,100%,.2)}.gjs-editor-cont ::-webkit-scrollbar{width:8px}.gjs-no-touch-actions{touch-action:none}.gjs-disabled{-webkit-user-select:none;-o-user-select:none;user-select:none;opacity:.5;filter:alpha(opacity=50)}.gjs-editor{font-family:var(--gjs-main-font);font-size:var(--gjs-font-size);position:relative;box-sizing:border-box;height:100%}.gjs-freezed,.gjs-freezed{opacity:.5;filter:alpha(opacity=50);pointer-events:none}.gjs-hidden{display:none}@keyframes gjs-slide-down{0%{transform:translate(0, -3rem);opacity:0}100%{transform:translate(0, 0);opacity:1}}@keyframes gjs-slide-up{0%{transform:translate(0, 0);opacity:1}100%{transform:translate(0, -3rem);opacity:0}}.cm-s-hopscotch span.cm-error{color:#fff}

/*!**********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/@angular/material/prebuilt-themes/indigo-pink.css?ngGlobalStyle ***!
  \**********************************************************************************************************************************************************************************************************************************************************************/
.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:rgba(0,0,0,0);transition:opacity 400ms cubic-bezier(0.25, 0.8, 0.25, 1);opacity:0}.cdk-overlay-backdrop.cdk-overlay-backdrop-showing{opacity:1}.cdk-high-contrast-active .cdk-overlay-backdrop.cdk-overlay-backdrop-showing{opacity:.6}.cdk-overlay-dark-backdrop{background:rgba(0,0,0,.32)}.cdk-overlay-transparent-backdrop{transition:visibility 1ms linear,opacity 1ms linear;visibility:hidden;opacity:1}.cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing{opacity:0;visibility:visible}.cdk-overlay-backdrop-noop-animation{transition:none}.cdk-overlay-connected-position-bounding-box{position:absolute;z-index:1000;display:flex;flex-direction:column;min-width:1px;min-height:1px}.cdk-global-scrollblock{position:fixed;width:100%;overflow-y:scroll}textarea.cdk-textarea-autosize{resize:none}textarea.cdk-textarea-autosize-measuring{padding:2px 0 !important;box-sizing:content-box !important;height:auto !important;overflow:hidden !important}textarea.cdk-textarea-autosize-measuring-firefox{padding:2px 0 !important;box-sizing:content-box !important;height:0 !important}@keyframes cdk-text-field-autofill-start{/*!*/}@keyframes cdk-text-field-autofill-end{/*!*/}.cdk-text-field-autofill-monitored:-webkit-autofill{animation:cdk-text-field-autofill-start 0s 1ms}.cdk-text-field-autofill-monitored:not(:-webkit-autofill){animation:cdk-text-field-autofill-end 0s 1ms}.mat-focus-indicator{position:relative}.mat-focus-indicator::before{top:0;left:0;right:0;bottom:0;position:absolute;box-sizing:border-box;pointer-events:none;display:var(--mat-focus-indicator-display, none);border:var(--mat-focus-indicator-border-width, 3px) var(--mat-focus-indicator-border-style, solid) var(--mat-focus-indicator-border-color, transparent);border-radius:var(--mat-focus-indicator-border-radius, 4px)}.mat-focus-indicator:focus::before{content:""}.cdk-high-contrast-active{--mat-focus-indicator-display: block}.mat-mdc-focus-indicator{position:relative}.mat-mdc-focus-indicator::before{top:0;left:0;right:0;bottom:0;position:absolute;box-sizing:border-box;pointer-events:none;display:var(--mat-mdc-focus-indicator-display, none);border:var(--mat-mdc-focus-indicator-border-width, 3px) var(--mat-mdc-focus-indicator-border-style, solid) var(--mat-mdc-focus-indicator-border-color, transparent);border-radius:var(--mat-mdc-focus-indicator-border-radius, 4px)}.mat-mdc-focus-indicator:focus::before{content:""}.cdk-high-contrast-active{--mat-mdc-focus-indicator-display: block}.mat-ripple-element{background-color:rgba(0,0,0,.1)}.mat-mdc-option{color:var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87))}.mat-mdc-option:hover:not(.mdc-list-item--disabled),.mat-mdc-option:focus:not(.mdc-list-item--disabled),.mat-mdc-option.mat-mdc-option-active,.mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled){background:rgba(0,0,0,.04)}.mat-primary .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled) .mdc-list-item__primary-text{color:var(--mdc-theme-primary, #3f51b5)}.mat-accent .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled) .mdc-list-item__primary-text{color:var(--mdc-theme-secondary, #ff4081)}.mat-warn .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled) .mdc-list-item__primary-text{color:var(--mdc-theme-error, #f44336)}.mat-mdc-optgroup-label{color:var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87))}.mat-pseudo-checkbox-full{color:rgba(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:#3f51b5}.mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,.mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full{background:#3f51b5}.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:#ff4081}.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full{background:#ff4081}.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:#ff4081}.mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,.mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full{background:#ff4081}.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,.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-option{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:var(--mdc-typography-body1-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));font-size:var(--mdc-typography-body1-font-size, 16px);line-height:var(--mdc-typography-body1-line-height, 24px);font-weight:var(--mdc-typography-body1-font-weight, 400);letter-spacing:var(--mdc-typography-body1-letter-spacing, 0.03125em)}.mat-mdc-card{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);--mdc-elevated-card-container-color:#fff}.mat-mdc-card-outlined{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);--mdc-outlined-card-outline-color:#e0e0e0}.mat-mdc-card-subtitle{color:rgba(0,0,0,.54)}.mat-mdc-card-title{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:var(--mdc-typography-headline6-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));font-size:var(--mdc-typography-headline6-font-size, 20px);line-height:var(--mdc-typography-headline6-line-height, 32px);font-weight:var(--mdc-typography-headline6-font-weight, 500);letter-spacing:var(--mdc-typography-headline6-letter-spacing, 0.0125em);-webkit-text-decoration:var(--mdc-typography-headline6-text-decoration, inherit);text-decoration:var(--mdc-typography-headline6-text-decoration, inherit);text-transform:var(--mdc-typography-headline6-text-transform, none)}.mat-mdc-card-subtitle{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:var(--mdc-typography-subtitle2-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));font-size:var(--mdc-typography-subtitle2-font-size, 14px);line-height:var(--mdc-typography-subtitle2-line-height, 22px);font-weight:var(--mdc-typography-subtitle2-font-weight, 500);letter-spacing:var(--mdc-typography-subtitle2-letter-spacing, 0.0071428571em);-webkit-text-decoration:var(--mdc-typography-subtitle2-text-decoration, inherit);text-decoration:var(--mdc-typography-subtitle2-text-decoration, inherit);text-transform:var(--mdc-typography-subtitle2-text-transform, none)}.mat-mdc-progress-bar{--mdc-linear-progress-active-indicator-color:#3f51b5}.mat-mdc-progress-bar .mdc-linear-progress__buffer-dots{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(63, 81, 181, 0.25)'/%3E%3C/svg%3E")}.mat-mdc-progress-bar .mdc-linear-progress__buffer-bar{background-color:rgba(63, 81, 181, 0.25)}.mat-mdc-progress-bar.mat-accent{--mdc-linear-progress-active-indicator-color:#ff4081}.mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots{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(255, 64, 129, 0.25)'/%3E%3C/svg%3E")}.mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-bar{background-color:rgba(255, 64, 129, 0.25)}.mat-mdc-progress-bar.mat-warn{--mdc-linear-progress-active-indicator-color:#f44336}.mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots{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)}.mat-mdc-tooltip{--mdc-plain-tooltip-container-color:#616161;--mdc-plain-tooltip-supporting-text-color:white}.mat-mdc-tooltip{--mdc-plain-tooltip-supporting-text-font:Roboto, sans-serif;--mdc-plain-tooltip-supporting-text-size:12px;--mdc-plain-tooltip-supporting-text-weight:400;--mdc-plain-tooltip-supporting-text-tracking:0.0333333333em}.mdc-text-field:not(.mdc-text-field--disabled) .mdc-floating-label{color:rgba(0, 0, 0, 0.6)}.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input{color:rgba(0, 0, 0, 0.87)}@media all{.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input::placeholder{color:rgba(0, 0, 0, 0.6)}}@media all{.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input:-ms-input-placeholder{color:rgba(0, 0, 0, 0.6)}}.mdc-text-field .mdc-text-field__input{caret-color:var(--mdc-theme-primary, #3f51b5)}.mdc-text-field:not(.mdc-text-field--disabled)+.mdc-text-field-helper-line .mdc-text-field-helper-text{color:rgba(0, 0, 0, 0.6)}.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field-character-counter,.mdc-text-field:not(.mdc-text-field--disabled)+.mdc-text-field-helper-line .mdc-text-field-character-counter{color:rgba(0, 0, 0, 0.6)}.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__icon--leading{color:rgba(0, 0, 0, 0.54)}.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing{color:rgba(0, 0, 0, 0.54)}.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__affix--prefix{color:rgba(0, 0, 0, 0.6)}.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__affix--suffix{color:rgba(0, 0, 0, 0.6)}.mdc-text-field--filled .mdc-text-field__ripple::before,.mdc-text-field--filled .mdc-text-field__ripple::after{background-color:var(--mdc-ripple-color, rgba(0, 0, 0, 0.87))}.mdc-text-field--filled:hover .mdc-text-field__ripple::before,.mdc-text-field--filled.mdc-ripple-surface--hover .mdc-text-field__ripple::before{opacity:var(--mdc-ripple-hover-opacity, 0.04)}.mdc-text-field--filled.mdc-ripple-upgraded--background-focused .mdc-text-field__ripple::before,.mdc-text-field--filled:not(.mdc-ripple-upgraded):focus .mdc-text-field__ripple::before{opacity:var(--mdc-ripple-focus-opacity, 0.12)}.mdc-text-field--filled:not(.mdc-text-field--disabled){background-color:whitesmoke}.mdc-text-field--filled:not(.mdc-text-field--disabled) .mdc-line-ripple::before{border-bottom-color:rgba(0, 0, 0, 0.42)}.mdc-text-field--filled:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before{border-bottom-color:rgba(0, 0, 0, 0.87)}.mdc-text-field--filled .mdc-line-ripple::after{border-bottom-color:var(--mdc-theme-primary, #3f51b5)}.mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,.mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,.mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing{border-color:rgba(0, 0, 0, 0.38)}.mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,.mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,.mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing{border-color:rgba(0, 0, 0, 0.87)}.mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,.mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,.mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing{border-color:var(--mdc-theme-primary, #3f51b5)}.mdc-text-field--outlined .mdc-text-field__ripple::before,.mdc-text-field--outlined .mdc-text-field__ripple::after{background-color:var(--mdc-ripple-color, transparent)}.mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label{color:rgba(63, 81, 181, 0.87)}.mdc-text-field--invalid:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before{border-bottom-color:var(--mdc-theme-error, #f44336)}.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::after{border-bottom-color:var(--mdc-theme-error, #f44336)}.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label{color:var(--mdc-theme-error, #f44336)}.mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--invalid+.mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg{color:var(--mdc-theme-error, #f44336)}.mdc-text-field--invalid .mdc-text-field__input{caret-color:var(--mdc-theme-error, #f44336)}.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing{color:var(--mdc-theme-error, #f44336)}.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::before{border-bottom-color:var(--mdc-theme-error, #f44336)}.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing{border-color:var(--mdc-theme-error, #f44336)}.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing{border-color:var(--mdc-theme-error, #f44336)}.mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,.mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,.mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing{border-color:var(--mdc-theme-error, #f44336)}.mdc-text-field--disabled .mdc-text-field__input{color:rgba(0, 0, 0, 0.38)}@media all{.mdc-text-field--disabled .mdc-text-field__input::placeholder{color:rgba(0, 0, 0, 0.38)}}@media all{.mdc-text-field--disabled .mdc-text-field__input:-ms-input-placeholder{color:rgba(0, 0, 0, 0.38)}}.mdc-text-field--disabled .mdc-floating-label{color:rgba(0, 0, 0, 0.38)}.mdc-text-field--disabled+.mdc-text-field-helper-line .mdc-text-field-helper-text{color:rgba(0, 0, 0, 0.38)}.mdc-text-field--disabled .mdc-text-field-character-counter,.mdc-text-field--disabled+.mdc-text-field-helper-line .mdc-text-field-character-counter{color:rgba(0, 0, 0, 0.38)}.mdc-text-field--disabled .mdc-text-field__icon--leading{color:rgba(0, 0, 0, 0.3)}.mdc-text-field--disabled .mdc-text-field__icon--trailing{color:rgba(0, 0, 0, 0.3)}.mdc-text-field--disabled .mdc-text-field__affix--prefix{color:rgba(0, 0, 0, 0.38)}.mdc-text-field--disabled .mdc-text-field__affix--suffix{color:rgba(0, 0, 0, 0.38)}.mdc-text-field--disabled .mdc-line-ripple::before{border-bottom-color:rgba(0, 0, 0, 0.06)}.mdc-text-field--disabled .mdc-notched-outline__leading,.mdc-text-field--disabled .mdc-notched-outline__notch,.mdc-text-field--disabled .mdc-notched-outline__trailing{border-color:rgba(0, 0, 0, 0.06)}@media screen and (forced-colors: active),(-ms-high-contrast: active){.mdc-text-field--disabled .mdc-text-field__input::placeholder{color:GrayText}}@media screen and (forced-colors: active),(-ms-high-contrast: active){.mdc-text-field--disabled .mdc-text-field__input:-ms-input-placeholder{color:GrayText}}@media screen and (forced-colors: active),(-ms-high-contrast: active){.mdc-text-field--disabled .mdc-floating-label{color:GrayText}}@media screen and (forced-colors: active),(-ms-high-contrast: active){.mdc-text-field--disabled+.mdc-text-field-helper-line .mdc-text-field-helper-text{color:GrayText}}@media screen and (forced-colors: active),(-ms-high-contrast: active){.mdc-text-field--disabled .mdc-text-field-character-counter,.mdc-text-field--disabled+.mdc-text-field-helper-line .mdc-text-field-character-counter{color:GrayText}}@media screen and (forced-colors: active),(-ms-high-contrast: active){.mdc-text-field--disabled .mdc-text-field__icon--leading{color:GrayText}}@media screen and (forced-colors: active),(-ms-high-contrast: active){.mdc-text-field--disabled .mdc-text-field__icon--trailing{color:GrayText}}@media screen and (forced-colors: active),(-ms-high-contrast: active){.mdc-text-field--disabled .mdc-text-field__affix--prefix{color:GrayText}}@media screen and (forced-colors: active),(-ms-high-contrast: active){.mdc-text-field--disabled .mdc-text-field__affix--suffix{color:GrayText}}@media screen and (forced-colors: active),(-ms-high-contrast: active){.mdc-text-field--disabled .mdc-line-ripple::before{border-bottom-color:GrayText}}@media screen and (forced-colors: active),(-ms-high-contrast: active){.mdc-text-field--disabled .mdc-notched-outline__leading,.mdc-text-field--disabled .mdc-notched-outline__notch,.mdc-text-field--disabled .mdc-notched-outline__trailing{border-color:GrayText}}.mdc-text-field--disabled.mdc-text-field--filled{background-color:#fafafa}.mat-mdc-form-field-error{color:var(--mdc-theme-error, #f44336)}.mat-mdc-form-field-focus-overlay{background-color:rgba(0,0,0,.87)}.mat-mdc-form-field:hover .mat-mdc-form-field-focus-overlay{opacity:.04}.mat-mdc-form-field.mat-focused .mat-mdc-form-field-focus-overlay{opacity:.12}.mat-mdc-form-field-type-mat-native-select .mat-mdc-form-field-infix::after{color:rgba(0,0,0,.54)}.mat-mdc-form-field-type-mat-native-select.mat-focused.mat-primary .mat-mdc-form-field-infix::after{color:rgba(63,81,181,.87)}.mat-mdc-form-field-type-mat-native-select.mat-focused.mat-accent .mat-mdc-form-field-infix::after{color:rgba(255,64,129,.87)}.mat-mdc-form-field-type-mat-native-select.mat-focused.mat-warn .mat-mdc-form-field-infix::after{color:rgba(244,67,54,.87)}.mat-mdc-form-field-type-mat-native-select.mat-form-field-disabled .mat-mdc-form-field-infix::after{color:rgba(0,0,0,.38)}.mat-mdc-form-field.mat-accent .mdc-text-field__input{caret-color:var(--mdc-theme-secondary, #ff4081)}.mat-mdc-form-field.mat-accent:not(.mdc-text-field--disabled) .mdc-line-ripple::after{border-bottom-color:var(--mdc-theme-secondary, #ff4081)}.mat-mdc-form-field.mat-accent .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label{color:rgba(255, 64, 129, 0.87)}.mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before{border-bottom-color:var(--mdc-theme-error, #f44336)}.mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::after{border-bottom-color:var(--mdc-theme-error, #f44336)}.mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label{color:var(--mdc-theme-error, #f44336)}.mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--invalid+.mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg{color:var(--mdc-theme-error, #f44336)}.mat-mdc-form-field.mat-accent .mdc-text-field--invalid .mdc-text-field__input{caret-color:var(--mdc-theme-error, #f44336)}.mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing{color:var(--mdc-theme-error, #f44336)}.mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::before{border-bottom-color:var(--mdc-theme-error, #f44336)}.mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,.mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,.mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing{border-color:var(--mdc-theme-error, #f44336)}.mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,.mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,.mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing{border-color:var(--mdc-theme-error, #f44336)}.mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,.mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,.mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing{border-color:var(--mdc-theme-error, #f44336)}.mat-mdc-form-field.mat-accent .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,.mat-mdc-form-field.mat-accent .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,.mat-mdc-form-field.mat-accent .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing{border-color:var(--mdc-theme-secondary, #ff4081)}.mat-mdc-form-field.mat-warn .mdc-text-field__input{caret-color:var(--mdc-theme-error, #f44336)}.mat-mdc-form-field.mat-warn:not(.mdc-text-field--disabled) .mdc-line-ripple::after{border-bottom-color:var(--mdc-theme-error, #f44336)}.mat-mdc-form-field.mat-warn .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label{color:rgba(244, 67, 54, 0.87)}.mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before{border-bottom-color:var(--mdc-theme-error, #f44336)}.mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::after{border-bottom-color:var(--mdc-theme-error, #f44336)}.mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label{color:var(--mdc-theme-error, #f44336)}.mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--invalid+.mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg{color:var(--mdc-theme-error, #f44336)}.mat-mdc-form-field.mat-warn .mdc-text-field--invalid .mdc-text-field__input{caret-color:var(--mdc-theme-error, #f44336)}.mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing{color:var(--mdc-theme-error, #f44336)}.mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::before{border-bottom-color:var(--mdc-theme-error, #f44336)}.mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,.mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,.mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing{border-color:var(--mdc-theme-error, #f44336)}.mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,.mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,.mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing{border-color:var(--mdc-theme-error, #f44336)}.mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,.mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,.mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing{border-color:var(--mdc-theme-error, #f44336)}.mat-mdc-form-field.mat-warn .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,.mat-mdc-form-field.mat-warn .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,.mat-mdc-form-field.mat-warn .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing{border-color:var(--mdc-theme-error, #f44336)}.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 rgba(0,0,0,0)}[dir=rtl] .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 rgba(0,0,0,0)}.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}.mdc-text-field__input{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:var(--mdc-typography-subtitle1-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));font-size:var(--mdc-typography-subtitle1-font-size, 16px);font-weight:var(--mdc-typography-subtitle1-font-weight, 400);letter-spacing:var(--mdc-typography-subtitle1-letter-spacing, 0.009375em);-webkit-text-decoration:var(--mdc-typography-subtitle1-text-decoration, inherit);text-decoration:var(--mdc-typography-subtitle1-text-decoration, inherit);text-transform:var(--mdc-typography-subtitle1-text-transform, none)}.mdc-text-field__affix{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:var(--mdc-typography-subtitle1-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));font-size:var(--mdc-typography-subtitle1-font-size, 16px);font-weight:var(--mdc-typography-subtitle1-font-weight, 400);letter-spacing:var(--mdc-typography-subtitle1-letter-spacing, 0.009375em);-webkit-text-decoration:var(--mdc-typography-subtitle1-text-decoration, inherit);text-decoration:var(--mdc-typography-subtitle1-text-decoration, inherit);text-transform:var(--mdc-typography-subtitle1-text-transform, none)}.mdc-text-field--textarea .mdc-text-field__input{line-height:1.5rem}.mdc-floating-label{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:var(--mdc-typography-subtitle1-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));font-size:var(--mdc-typography-subtitle1-font-size, 16px);font-weight:var(--mdc-typography-subtitle1-font-weight, 400);letter-spacing:var(--mdc-typography-subtitle1-letter-spacing, 0.009375em);-webkit-text-decoration:var(--mdc-typography-subtitle1-text-decoration, inherit);text-decoration:var(--mdc-typography-subtitle1-text-decoration, inherit);text-transform:var(--mdc-typography-subtitle1-text-transform, none)}.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(--mdc-typography-caption-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));font-size:var(--mdc-typography-caption-font-size, 12px);line-height:var(--mdc-typography-caption-line-height, 20px);font-weight:var(--mdc-typography-caption-font-weight, 400);letter-spacing:var(--mdc-typography-caption-letter-spacing, 0.0333333333em);-webkit-text-decoration:var(--mdc-typography-caption-text-decoration, inherit);text-decoration:var(--mdc-typography-caption-text-decoration, inherit);text-transform:var(--mdc-typography-caption-text-transform, none)}.mat-mdc-form-field,.mat-mdc-floating-label{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:var(--mdc-typography-body1-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));font-size:var(--mdc-typography-body1-font-size, 16px);line-height:var(--mdc-typography-body1-line-height, 24px);font-weight:var(--mdc-typography-body1-font-weight, 400);letter-spacing:var(--mdc-typography-body1-letter-spacing, 0.03125em);-webkit-text-decoration:var(--mdc-typography-body1-text-decoration, inherit);text-decoration:var(--mdc-typography-body1-text-decoration, inherit);text-transform:var(--mdc-typography-body1-text-transform, none)}.mat-mdc-form-field .mdc-text-field--outlined .mdc-floating-label--float-above{font-size:calc(16px * var(--mat-mdc-form-field-floating-label-scale, 0.75))}.mat-mdc-form-field .mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above{font-size:16px}.mdc-menu-surface{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);background-color:var(--mdc-theme-surface, #fff);color:var(--mdc-theme-on-surface, #000)}.mdc-list-item__primary-text{color:var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87))}.mdc-list-item__secondary-text{color:var(--mdc-theme-text-secondary-on-background, rgba(0, 0, 0, 0.54))}.mdc-list-item__overline-text{color:var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38))}.mdc-list-item--with-leading-icon .mdc-list-item__start,.mdc-list-item--with-trailing-icon .mdc-list-item__end{background-color:transparent}.mdc-list-item--with-leading-icon .mdc-list-item__start,.mdc-list-item--with-trailing-icon .mdc-list-item__end{color:var(--mdc-theme-text-icon-on-background, rgba(0, 0, 0, 0.38))}.mdc-list-item__end{color:var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38))}.mdc-list-item--disabled .mdc-list-item__start,.mdc-list-item--disabled .mdc-list-item__content,.mdc-list-item--disabled .mdc-list-item__end{opacity:0.38}.mdc-list-item--disabled .mdc-list-item__primary-text{color:var(--mdc-theme-on-surface, #000)}.mdc-list-item--disabled .mdc-list-item__secondary-text{color:var(--mdc-theme-on-surface, #000)}.mdc-list-item--disabled .mdc-list-item__overline-text{color:var(--mdc-theme-on-surface, #000)}.mdc-list-item--disabled.mdc-list-item--with-leading-icon .mdc-list-item__start{color:var(--mdc-theme-on-surface, #000)}.mdc-list-item--disabled.mdc-list-item--with-trailing-icon .mdc-list-item__end{color:var(--mdc-theme-on-surface, #000)}.mdc-list-item--disabled.mdc-list-item--with-trailing-meta .mdc-list-item__end{color:var(--mdc-theme-on-surface, #000)}.mdc-list-item--selected .mdc-list-item__primary-text,.mdc-list-item--activated .mdc-list-item__primary-text{color:var(--mdc-theme-primary, #3f51b5)}.mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,.mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start{color:var(--mdc-theme-primary, #3f51b5)}.mdc-deprecated-list-group__subheader{color:var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87))}.mdc-list-divider::after{border-bottom-color:white}.mdc-list-divider{background-color:rgba(0, 0, 0, 0.12)}.mat-mdc-select-value{color:rgba(0,0,0,.87)}.mat-mdc-select-placeholder{color:rgba(0,0,0,.6)}.mat-mdc-select-disabled .mat-mdc-select-value{color:rgba(0,0,0,.38)}.mat-mdc-select-arrow{color:rgba(0,0,0,.54)}.mat-mdc-form-field.mat-focused.mat-primary .mat-mdc-select-arrow{color:rgba(63,81,181,.87)}.mat-mdc-form-field.mat-focused.mat-accent .mat-mdc-select-arrow{color:rgba(255,64,129,.87)}.mat-mdc-form-field.mat-focused.mat-warn .mat-mdc-select-arrow{color:rgba(244,67,54,.87)}.mat-mdc-form-field .mat-mdc-select.mat-mdc-select-invalid .mat-mdc-select-arrow{color:rgba(244,67,54,.87)}.mat-mdc-form-field .mat-mdc-select.mat-mdc-select-disabled .mat-mdc-select-arrow{color:rgba(0,0,0,.38)}.mat-mdc-select-panel{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:var(--mdc-typography-subtitle1-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));font-size:var(--mdc-typography-subtitle1-font-size, 16px);line-height:var(--mdc-typography-subtitle1-line-height, 28px);font-weight:var(--mdc-typography-subtitle1-font-weight, 400);letter-spacing:var(--mdc-typography-subtitle1-letter-spacing, 0.009375em);-webkit-text-decoration:var(--mdc-typography-subtitle1-text-decoration, inherit);text-decoration:var(--mdc-typography-subtitle1-text-decoration, inherit);text-transform:var(--mdc-typography-subtitle1-text-transform, none);line-height:24px}.mat-mdc-select{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:var(--mdc-typography-body1-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));font-size:var(--mdc-typography-body1-font-size, 16px);line-height:var(--mdc-typography-body1-line-height, 24px);font-weight:var(--mdc-typography-body1-font-weight, 400);letter-spacing:var(--mdc-typography-body1-letter-spacing, 0.03125em);-webkit-text-decoration:var(--mdc-typography-body1-text-decoration, inherit);text-decoration:var(--mdc-typography-body1-text-decoration, inherit);text-transform:var(--mdc-typography-body1-text-transform, none)}.mdc-menu-surface{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);background-color:var(--mdc-theme-surface, #fff);color:var(--mdc-theme-on-surface, #000)}.mdc-list-item__primary-text{color:var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87))}.mdc-list-item__secondary-text{color:var(--mdc-theme-text-secondary-on-background, rgba(0, 0, 0, 0.54))}.mdc-list-item__overline-text{color:var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38))}.mdc-list-item--with-leading-icon .mdc-list-item__start,.mdc-list-item--with-trailing-icon .mdc-list-item__end{background-color:transparent}.mdc-list-item--with-leading-icon .mdc-list-item__start,.mdc-list-item--with-trailing-icon .mdc-list-item__end{color:var(--mdc-theme-text-icon-on-background, rgba(0, 0, 0, 0.38))}.mdc-list-item__end{color:var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38))}.mdc-list-item--disabled .mdc-list-item__start,.mdc-list-item--disabled .mdc-list-item__content,.mdc-list-item--disabled .mdc-list-item__end{opacity:0.38}.mdc-list-item--disabled .mdc-list-item__primary-text{color:var(--mdc-theme-on-surface, #000)}.mdc-list-item--disabled .mdc-list-item__secondary-text{color:var(--mdc-theme-on-surface, #000)}.mdc-list-item--disabled .mdc-list-item__overline-text{color:var(--mdc-theme-on-surface, #000)}.mdc-list-item--disabled.mdc-list-item--with-leading-icon .mdc-list-item__start{color:var(--mdc-theme-on-surface, #000)}.mdc-list-item--disabled.mdc-list-item--with-trailing-icon .mdc-list-item__end{color:var(--mdc-theme-on-surface, #000)}.mdc-list-item--disabled.mdc-list-item--with-trailing-meta .mdc-list-item__end{color:var(--mdc-theme-on-surface, #000)}.mdc-list-item--selected .mdc-list-item__primary-text,.mdc-list-item--activated .mdc-list-item__primary-text{color:var(--mdc-theme-primary, #3f51b5)}.mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,.mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start{color:var(--mdc-theme-primary, #3f51b5)}.mdc-deprecated-list-group__subheader{color:var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87))}.mdc-list-divider::after{border-bottom-color:white}.mdc-list-divider{background-color:rgba(0, 0, 0, 0.12)}.mat-mdc-autocomplete-panel{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:var(--mdc-typography-subtitle1-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));font-size:var(--mdc-typography-subtitle1-font-size, 16px);line-height:var(--mdc-typography-subtitle1-line-height, 28px);font-weight:var(--mdc-typography-subtitle1-font-weight, 400);letter-spacing:var(--mdc-typography-subtitle1-letter-spacing, 0.009375em);-webkit-text-decoration:var(--mdc-typography-subtitle1-text-decoration, inherit);text-decoration:var(--mdc-typography-subtitle1-text-decoration, inherit);text-transform:var(--mdc-typography-subtitle1-text-transform, none);line-height:24px}.mat-mdc-dialog-container{--mdc-dialog-container-color:white;--mdc-dialog-with-divider-divider-color:rgba(0, 0, 0, 0.12);--mdc-dialog-subhead-color:rgba(0, 0, 0, 0.87);--mdc-dialog-supporting-text-color:rgba(0, 0, 0, 0.6)}.mat-mdc-dialog-container{--mdc-dialog-subhead-font:Roboto, sans-serif;--mdc-dialog-subhead-line-height:32px;--mdc-dialog-subhead-size:20px;--mdc-dialog-subhead-weight:500;--mdc-dialog-subhead-tracking:0.0125em;--mdc-dialog-supporting-text-font:Roboto, sans-serif;--mdc-dialog-supporting-text-line-height:24px;--mdc-dialog-supporting-text-size:16px;--mdc-dialog-supporting-text-weight:400;--mdc-dialog-supporting-text-tracking:0.03125em}.mat-mdc-standard-chip{--mdc-chip-elevated-container-color:#e0e0e0;--mdc-chip-elevated-disabled-container-color:#e0e0e0;--mdc-chip-label-text-color:#212121;--mdc-chip-disabled-label-text-color:#212121;--mdc-chip-with-icon-icon-color:#212121;--mdc-chip-with-icon-disabled-icon-color:#212121;--mdc-chip-with-trailing-icon-disabled-trailing-icon-color:#212121;--mdc-chip-with-trailing-icon-trailing-icon-color:#212121;--mdc-chip-with-icon-selected-icon-color:#212121}.mat-mdc-standard-chip.mat-primary.mat-mdc-chip-selected,.mat-mdc-standard-chip.mat-primary.mat-mdc-chip-highlighted{--mdc-chip-elevated-container-color:#3f51b5;--mdc-chip-elevated-disabled-container-color:#3f51b5;--mdc-chip-label-text-color:white;--mdc-chip-disabled-label-text-color:white;--mdc-chip-with-icon-icon-color:white;--mdc-chip-with-icon-disabled-icon-color:white;--mdc-chip-with-trailing-icon-disabled-trailing-icon-color:white;--mdc-chip-with-trailing-icon-trailing-icon-color:white;--mdc-chip-with-icon-selected-icon-color:white}.mat-mdc-standard-chip.mat-accent.mat-mdc-chip-selected,.mat-mdc-standard-chip.mat-accent.mat-mdc-chip-highlighted{--mdc-chip-elevated-container-color:#ff4081;--mdc-chip-elevated-disabled-container-color:#ff4081;--mdc-chip-label-text-color:white;--mdc-chip-disabled-label-text-color:white;--mdc-chip-with-icon-icon-color:white;--mdc-chip-with-icon-disabled-icon-color:white;--mdc-chip-with-trailing-icon-disabled-trailing-icon-color:white;--mdc-chip-with-trailing-icon-trailing-icon-color:white;--mdc-chip-with-icon-selected-icon-color:white}.mat-mdc-standard-chip.mat-warn.mat-mdc-chip-selected,.mat-mdc-standard-chip.mat-warn.mat-mdc-chip-highlighted{--mdc-chip-elevated-container-color:#f44336;--mdc-chip-elevated-disabled-container-color:#f44336;--mdc-chip-label-text-color:white;--mdc-chip-disabled-label-text-color:white;--mdc-chip-with-icon-icon-color:white;--mdc-chip-with-icon-disabled-icon-color:white;--mdc-chip-with-trailing-icon-disabled-trailing-icon-color:white;--mdc-chip-with-trailing-icon-trailing-icon-color:white;--mdc-chip-with-icon-selected-icon-color:white}.mat-mdc-chip-focus-overlay{background:#000}.mat-mdc-chip{height:32px}.mat-mdc-standard-chip{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));font-size:var(--mdc-typography-body2-font-size, 14px);line-height:var(--mdc-typography-body2-line-height, 20px);font-weight:var(--mdc-typography-body2-font-weight, 400);letter-spacing:var(--mdc-typography-body2-letter-spacing, 0.0178571429em);-webkit-text-decoration:var(--mdc-typography-body2-text-decoration, inherit);text-decoration:var(--mdc-typography-body2-text-decoration, inherit);text-transform:var(--mdc-typography-body2-text-transform, none)}.mat-mdc-slide-toggle{--mdc-switch-disabled-selected-handle-color:#424242;--mdc-switch-disabled-unselected-handle-color:#424242;--mdc-switch-disabled-selected-track-color:#424242;--mdc-switch-disabled-unselected-track-color:#424242;--mdc-switch-unselected-focus-state-layer-color:#424242;--mdc-switch-unselected-pressed-state-layer-color:#424242;--mdc-switch-unselected-hover-state-layer-color:#424242;--mdc-switch-unselected-focus-track-color:#e0e0e0;--mdc-switch-unselected-hover-track-color:#e0e0e0;--mdc-switch-unselected-pressed-track-color:#e0e0e0;--mdc-switch-unselected-track-color:#e0e0e0;--mdc-switch-unselected-focus-handle-color:#212121;--mdc-switch-unselected-hover-handle-color:#212121;--mdc-switch-unselected-pressed-handle-color:#212121;--mdc-switch-handle-surface-color:var(--mdc-theme-surface, #fff);--mdc-switch-unselected-handle-color:#616161;--mdc-switch-selected-icon-color:#fff;--mdc-switch-disabled-selected-icon-color:#fff;--mdc-switch-disabled-unselected-icon-color:#fff;--mdc-switch-unselected-icon-color:#fff}.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,.38)}.mat-mdc-slide-toggle.mat-primary{--mdc-switch-selected-focus-state-layer-color:#3949ab;--mdc-switch-selected-handle-color:#3949ab;--mdc-switch-selected-hover-state-layer-color:#3949ab;--mdc-switch-selected-pressed-state-layer-color:#3949ab;--mdc-switch-selected-focus-handle-color:#1a237e;--mdc-switch-selected-hover-handle-color:#1a237e;--mdc-switch-selected-pressed-handle-color:#1a237e;--mdc-switch-selected-focus-track-color:#7986cb;--mdc-switch-selected-hover-track-color:#7986cb;--mdc-switch-selected-pressed-track-color:#7986cb;--mdc-switch-selected-track-color:#7986cb}.mat-mdc-slide-toggle.mat-accent{--mdc-switch-selected-focus-state-layer-color:#d81b60;--mdc-switch-selected-handle-color:#d81b60;--mdc-switch-selected-hover-state-layer-color:#d81b60;--mdc-switch-selected-pressed-state-layer-color:#d81b60;--mdc-switch-selected-focus-handle-color:#880e4f;--mdc-switch-selected-hover-handle-color:#880e4f;--mdc-switch-selected-pressed-handle-color:#880e4f;--mdc-switch-selected-focus-track-color:#f06292;--mdc-switch-selected-hover-track-color:#f06292;--mdc-switch-selected-pressed-track-color:#f06292;--mdc-switch-selected-track-color:#f06292}.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}.mdc-form-field{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));font-size:var(--mdc-typography-body2-font-size, 14px);line-height:var(--mdc-typography-body2-line-height, 20px);font-weight:var(--mdc-typography-body2-font-weight, 400);letter-spacing:var(--mdc-typography-body2-letter-spacing, 0.0178571429em);-webkit-text-decoration:var(--mdc-typography-body2-text-decoration, inherit);text-decoration:var(--mdc-typography-body2-text-decoration, inherit);text-transform:var(--mdc-typography-body2-text-transform, none)}.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-focus-icon-color:#212121;--mdc-radio-unselected-hover-icon-color:#212121;--mdc-radio-unselected-icon-color:rgba(0, 0, 0, 0.54);--mdc-radio-unselected-pressed-icon-color:rgba(0, 0, 0, 0.54);--mdc-radio-selected-focus-icon-color:#3f51b5;--mdc-radio-selected-hover-icon-color:#3f51b5;--mdc-radio-selected-icon-color:#3f51b5;--mdc-radio-selected-pressed-icon-color:#3f51b5;--mat-mdc-radio-ripple-color: #000;--mat-mdc-radio-checked-ripple-color: #3f51b5}.mat-mdc-radio-button.mat-primary .mdc-radio--disabled+label{color:rgba(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-focus-icon-color:#212121;--mdc-radio-unselected-hover-icon-color:#212121;--mdc-radio-unselected-icon-color:rgba(0, 0, 0, 0.54);--mdc-radio-unselected-pressed-icon-color:rgba(0, 0, 0, 0.54);--mdc-radio-selected-focus-icon-color:#ff4081;--mdc-radio-selected-hover-icon-color:#ff4081;--mdc-radio-selected-icon-color:#ff4081;--mdc-radio-selected-pressed-icon-color:#ff4081;--mat-mdc-radio-ripple-color: #000;--mat-mdc-radio-checked-ripple-color: #ff4081}.mat-mdc-radio-button.mat-accent .mdc-radio--disabled+label{color:rgba(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-focus-icon-color:#212121;--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-radio-ripple-color: #000;--mat-mdc-radio-checked-ripple-color: #f44336}.mat-mdc-radio-button.mat-warn .mdc-radio--disabled+label{color:rgba(0,0,0,.38)}.mat-mdc-radio-button .mdc-radio{padding:calc((40px - 20px) / 2)}.mat-mdc-radio-button .mdc-radio .mdc-radio__background::before{top:calc(-1 * (40px - 20px) / 2);left:calc(-1 * (40px - 20px) / 2);width:40px;height:40px}.mat-mdc-radio-button .mdc-radio .mdc-radio__native-control{top:calc((40px - 40px) / 2);right:calc((40px - 40px) / 2);left:calc((40px - 40px) / 2);width:40px;height:40px}.mdc-form-field{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));font-size:var(--mdc-typography-body2-font-size, 14px);line-height:var(--mdc-typography-body2-line-height, 20px);font-weight:var(--mdc-typography-body2-font-weight, 400);letter-spacing:var(--mdc-typography-body2-letter-spacing, 0.0178571429em);-webkit-text-decoration:var(--mdc-typography-body2-text-decoration, inherit);text-decoration:var(--mdc-typography-body2-text-decoration, inherit);text-transform:var(--mdc-typography-body2-text-transform, none)}.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:#3f51b5;--mdc-slider-focus-handle-color:#3f51b5;--mdc-slider-hover-handle-color:#3f51b5;--mdc-slider-active-track-color:#3f51b5;--mdc-slider-inactive-track-color:#3f51b5;--mdc-slider-with-tick-marks-active-container-color:#fff;--mdc-slider-with-tick-marks-inactive-container-color:#3f51b5;--mat-mdc-slider-ripple-color: #3f51b5;--mat-mdc-slider-hover-ripple-color: rgba(63, 81, 181, 0.05);--mat-mdc-slider-focus-ripple-color: rgba(63, 81, 181, 0.2)}.mat-mdc-slider.mat-accent{--mdc-slider-handle-color:#ff4081;--mdc-slider-focus-handle-color:#ff4081;--mdc-slider-hover-handle-color:#ff4081;--mdc-slider-active-track-color:#ff4081;--mdc-slider-inactive-track-color:#ff4081;--mdc-slider-with-tick-marks-active-container-color:#fff;--mdc-slider-with-tick-marks-inactive-container-color:#ff4081;--mat-mdc-slider-ripple-color: #ff4081;--mat-mdc-slider-hover-ripple-color: rgba(255, 64, 129, 0.05);--mat-mdc-slider-focus-ripple-color: rgba(255, 64, 129, 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)}.mat-mdc-slider{--mdc-slider-label-label-text-font:Roboto, sans-serif;--mdc-slider-label-label-text-size:14px;--mdc-slider-label-label-text-line-height:22px;--mdc-slider-label-label-text-tracking:0.0071428571em;--mdc-slider-label-label-text-weight:500}.mdc-menu-surface{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);background-color:var(--mdc-theme-surface, #fff);color:var(--mdc-theme-on-surface, #000)}.mdc-list-item__primary-text{color:var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87))}.mdc-list-item__secondary-text{color:var(--mdc-theme-text-secondary-on-background, rgba(0, 0, 0, 0.54))}.mdc-list-item__overline-text{color:var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38))}.mdc-list-item--with-leading-icon .mdc-list-item__start,.mdc-list-item--with-trailing-icon .mdc-list-item__end{background-color:transparent}.mdc-list-item--with-leading-icon .mdc-list-item__start,.mdc-list-item--with-trailing-icon .mdc-list-item__end{color:var(--mdc-theme-text-icon-on-background, rgba(0, 0, 0, 0.38))}.mdc-list-item__end{color:var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38))}.mdc-list-item--disabled .mdc-list-item__start,.mdc-list-item--disabled .mdc-list-item__content,.mdc-list-item--disabled .mdc-list-item__end{opacity:0.38}.mdc-list-item--disabled .mdc-list-item__primary-text{color:var(--mdc-theme-on-surface, #000)}.mdc-list-item--disabled .mdc-list-item__secondary-text{color:var(--mdc-theme-on-surface, #000)}.mdc-list-item--disabled .mdc-list-item__overline-text{color:var(--mdc-theme-on-surface, #000)}.mdc-list-item--disabled.mdc-list-item--with-leading-icon .mdc-list-item__start{color:var(--mdc-theme-on-surface, #000)}.mdc-list-item--disabled.mdc-list-item--with-trailing-icon .mdc-list-item__end{color:var(--mdc-theme-on-surface, #000)}.mdc-list-item--disabled.mdc-list-item--with-trailing-meta .mdc-list-item__end{color:var(--mdc-theme-on-surface, #000)}.mdc-list-item--selected .mdc-list-item__primary-text,.mdc-list-item--activated .mdc-list-item__primary-text{color:var(--mdc-theme-primary, #3f51b5)}.mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,.mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start{color:var(--mdc-theme-primary, #3f51b5)}.mdc-deprecated-list-group__subheader{color:var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87))}.mdc-list-divider::after{border-bottom-color:white}.mdc-list-divider{background-color:rgba(0, 0, 0, 0.12)}.mat-mdc-menu-item[disabled],.mat-mdc-menu-item[disabled] .mat-mdc-menu-submenu-icon,.mat-mdc-menu-item[disabled] .mat-icon-no-color{color:var(--mdc-theme-text-disabled-on-background, rgba(0, 0, 0, 0.38))}.mat-mdc-menu-item .mat-icon-no-color,.mat-mdc-menu-submenu-icon{color:var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87))}.mat-mdc-menu-item:hover:not([disabled]),.mat-mdc-menu-item.cdk-program-focused:not([disabled]),.mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]),.mat-mdc-menu-item-highlighted:not([disabled]){background:rgba(0,0,0,.04)}.mat-mdc-menu-content{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:var(--mdc-typography-subtitle1-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));font-size:var(--mdc-typography-subtitle1-font-size, 16px);line-height:var(--mdc-typography-subtitle1-line-height, 28px);font-weight:var(--mdc-typography-subtitle1-font-weight, 400);letter-spacing:var(--mdc-typography-subtitle1-letter-spacing, 0.009375em);-webkit-text-decoration:var(--mdc-typography-subtitle1-text-decoration, inherit);text-decoration:var(--mdc-typography-subtitle1-text-decoration, inherit);text-transform:var(--mdc-typography-subtitle1-text-transform, none);line-height:24px}.mat-mdc-menu-content,.mat-mdc-menu-content .mat-mdc-menu-item .mdc-list-item__primary-text{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:var(--mdc-typography-body1-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));font-size:var(--mdc-typography-body1-font-size, 16px);line-height:var(--mdc-typography-body1-line-height, 24px);font-weight:var(--mdc-typography-body1-font-weight, 400);letter-spacing:var(--mdc-typography-body1-letter-spacing, 0.03125em);-webkit-text-decoration:var(--mdc-typography-body1-text-decoration, inherit);text-decoration:var(--mdc-typography-body1-text-decoration, inherit);text-transform:var(--mdc-typography-body1-text-transform, none)}.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}.mat-mdc-list-option .mdc-list-item__start,.mat-mdc-list-option .mdc-list-item__end{--mdc-checkbox-selected-checkmark-color:#fff;--mdc-checkbox-selected-focus-icon-color:#3f51b5;--mdc-checkbox-selected-hover-icon-color:#3f51b5;--mdc-checkbox-selected-icon-color:#3f51b5;--mdc-checkbox-selected-pressed-icon-color:#3f51b5;--mdc-checkbox-unselected-focus-icon-color:#212121;--mdc-checkbox-unselected-hover-icon-color:#212121;--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-unselected-icon-color:rgba(0, 0, 0, 0.54);--mdc-checkbox-unselected-pressed-icon-color:rgba(0, 0, 0, 0.54)}.mat-mdc-list-option .mdc-list-item__start,.mat-mdc-list-option .mdc-list-item__end{--mdc-radio-disabled-selected-icon-color:#000;--mdc-radio-disabled-unselected-icon-color:#000;--mdc-radio-unselected-focus-icon-color:#212121;--mdc-radio-unselected-hover-icon-color:#212121;--mdc-radio-unselected-icon-color:rgba(0, 0, 0, 0.54);--mdc-radio-unselected-pressed-icon-color:rgba(0, 0, 0, 0.54);--mdc-radio-selected-focus-icon-color:#3f51b5;--mdc-radio-selected-hover-icon-color:#3f51b5;--mdc-radio-selected-icon-color:#3f51b5;--mdc-radio-selected-pressed-icon-color:#3f51b5;--mat-mdc-radio-ripple-color: #000;--mat-mdc-radio-checked-ripple-color: #3f51b5}.mat-mdc-list-option .mdc-list-item__start .mdc-radio--disabled+label,.mat-mdc-list-option .mdc-list-item__end .mdc-radio--disabled+label{color:rgba(0,0,0,.38)}.mat-mdc-list-option.mat-accent .mdc-list-item__start,.mat-mdc-list-option.mat-accent .mdc-list-item__end{--mdc-checkbox-selected-checkmark-color:#fff;--mdc-checkbox-selected-focus-icon-color:#ff4081;--mdc-checkbox-selected-hover-icon-color:#ff4081;--mdc-checkbox-selected-icon-color:#ff4081;--mdc-checkbox-selected-pressed-icon-color:#ff4081;--mdc-checkbox-unselected-focus-icon-color:#212121;--mdc-checkbox-unselected-hover-icon-color:#212121;--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-unselected-icon-color:rgba(0, 0, 0, 0.54);--mdc-checkbox-unselected-pressed-icon-color:rgba(0, 0, 0, 0.54)}.mat-mdc-list-option.mat-accent .mdc-list-item__start,.mat-mdc-list-option.mat-accent .mdc-list-item__end{--mdc-radio-disabled-selected-icon-color:#000;--mdc-radio-disabled-unselected-icon-color:#000;--mdc-radio-unselected-focus-icon-color:#212121;--mdc-radio-unselected-hover-icon-color:#212121;--mdc-radio-unselected-icon-color:rgba(0, 0, 0, 0.54);--mdc-radio-unselected-pressed-icon-color:rgba(0, 0, 0, 0.54);--mdc-radio-selected-focus-icon-color:#ff4081;--mdc-radio-selected-hover-icon-color:#ff4081;--mdc-radio-selected-icon-color:#ff4081;--mdc-radio-selected-pressed-icon-color:#ff4081;--mat-mdc-radio-ripple-color: #000;--mat-mdc-radio-checked-ripple-color: #ff4081}.mat-mdc-list-option.mat-accent .mdc-list-item__start .mdc-radio--disabled+label,.mat-mdc-list-option.mat-accent .mdc-list-item__end .mdc-radio--disabled+label{color:rgba(0,0,0,.38)}.mat-mdc-list-option.mat-warn .mdc-list-item__start,.mat-mdc-list-option.mat-warn .mdc-list-item__end{--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-disabled-selected-icon-color:rgba(0, 0, 0, 0.38);--mdc-checkbox-disabled-unselected-icon-color:rgba(0, 0, 0, 0.38);--mdc-checkbox-unselected-icon-color:rgba(0, 0, 0, 0.54);--mdc-checkbox-unselected-pressed-icon-color:rgba(0, 0, 0, 0.54)}.mat-mdc-list-option.mat-warn .mdc-list-item__start,.mat-mdc-list-option.mat-warn .mdc-list-item__end{--mdc-radio-disabled-selected-icon-color:#000;--mdc-radio-disabled-unselected-icon-color:#000;--mdc-radio-unselected-focus-icon-color:#212121;--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-radio-ripple-color: #000;--mat-mdc-radio-checked-ripple-color: #f44336}.mat-mdc-list-option.mat-warn .mdc-list-item__start .mdc-radio--disabled+label,.mat-mdc-list-option.mat-warn .mdc-list-item__end .mdc-radio--disabled+label{color:rgba(0,0,0,.38)}.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text{color:#3f51b5}.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start{color:#3f51b5}.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end{opacity:1}.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}.mat-mdc-list-base{--mdc-list-list-item-label-text-font:Roboto, sans-serif;--mdc-list-list-item-label-text-line-height:24px;--mdc-list-list-item-label-text-size:16px;--mdc-list-list-item-label-text-tracking:0.03125em;--mdc-list-list-item-label-text-weight:400;--mdc-list-list-item-supporting-text-font:Roboto, sans-serif;--mdc-list-list-item-supporting-text-line-height:20px;--mdc-list-list-item-supporting-text-size:14px;--mdc-list-list-item-supporting-text-tracking:0.0178571429em;--mdc-list-list-item-supporting-text-weight:400;--mdc-list-list-item-trailing-supporting-text-font:Roboto, sans-serif;--mdc-list-list-item-trailing-supporting-text-line-height:20px;--mdc-list-list-item-trailing-supporting-text-size:12px;--mdc-list-list-item-trailing-supporting-text-tracking:0.0333333333em;--mdc-list-list-item-trailing-supporting-text-weight:400}.mdc-list-group__subheader{font-size:16px;font-weight:400;line-height:28px;font-family:Roboto, sans-serif;letter-spacing:.009375em}.mat-mdc-paginator{background:#fff;color:rgba(0,0,0,.87)}.mat-mdc-paginator-icon{fill:rgba(0,0,0,.54)}.mat-mdc-paginator-decrement,.mat-mdc-paginator-increment{border-top:2px solid rgba(0,0,0,.54);border-right:2px solid rgba(0,0,0,.54)}.mat-mdc-paginator-first,.mat-mdc-paginator-last{border-top:2px solid rgba(0,0,0,.54)}.mat-mdc-icon-button[disabled] .mat-mdc-paginator-decrement,.mat-mdc-icon-button[disabled] .mat-mdc-paginator-increment,.mat-mdc-icon-button[disabled] .mat-mdc-paginator-first,.mat-mdc-icon-button[disabled] .mat-mdc-paginator-last{border-color:rgba(0,0,0,.12)}.mat-mdc-icon-button[disabled] .mat-mdc-paginator-icon{fill:rgba(0,0,0,.12)}.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-paginator-container{min-height:56px}.mat-mdc-paginator{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:var(--mdc-typography-caption-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));font-size:var(--mdc-typography-caption-font-size, 12px);line-height:var(--mdc-typography-caption-line-height, 20px);font-weight:var(--mdc-typography-caption-font-weight, 400);letter-spacing:var(--mdc-typography-caption-letter-spacing, 0.0333333333em);-webkit-text-decoration:var(--mdc-typography-caption-text-decoration, inherit);text-decoration:var(--mdc-typography-caption-text-decoration, inherit);text-transform:var(--mdc-typography-caption-text-transform, none)}.mat-mdc-paginator .mat-mdc-select-value{font-size:12px}.mat-mdc-tab,.mat-mdc-tab-link{background-color:rgba(0,0,0,0)}.mat-mdc-tab .mdc-tab__text-label,.mat-mdc-tab-link .mdc-tab__text-label{color:rgba(0, 0, 0, 0.6)}.mat-mdc-tab.mat-mdc-tab-disabled .mdc-tab__ripple::before,.mat-mdc-tab.mat-mdc-tab-disabled .mat-ripple-element,.mat-mdc-tab-link.mat-mdc-tab-disabled .mdc-tab__ripple::before,.mat-mdc-tab-link.mat-mdc-tab-disabled .mat-ripple-element{background-color:rgba(0,0,0,.38)}.mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label,.mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label{color:#3f51b5}.mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline,.mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline{border-color:var(--mdc-tab-indicator-active-indicator-color, #3f51b5)}.mdc-tab__ripple::before,.mat-mdc-tab .mat-ripple-element,.mat-mdc-tab-header-pagination .mat-ripple-element,.mat-mdc-tab-link .mat-ripple-element{background-color:#3f51b5}.mat-mdc-tab-group.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label,.mat-mdc-tab-group.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label,.mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label,.mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label{color:#ff4081}.mat-mdc-tab-group.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline,.mat-mdc-tab-group.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline,.mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline,.mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline{border-color:var(--mdc-tab-indicator-active-indicator-color, #ff4081)}.mat-mdc-tab-group.mat-accent .mdc-tab__ripple::before,.mat-mdc-tab-group.mat-accent .mat-mdc-tab .mat-ripple-element,.mat-mdc-tab-group.mat-accent .mat-mdc-tab-header-pagination .mat-ripple-element,.mat-mdc-tab-group.mat-accent .mat-mdc-tab-link .mat-ripple-element,.mat-mdc-tab-nav-bar.mat-accent .mdc-tab__ripple::before,.mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab .mat-ripple-element,.mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-header-pagination .mat-ripple-element,.mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-link .mat-ripple-element{background-color:#ff4081}.mat-mdc-tab-group.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label,.mat-mdc-tab-group.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label,.mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label,.mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label{color:#f44336}.mat-mdc-tab-group.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline,.mat-mdc-tab-group.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline,.mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline,.mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline{border-color:var(--mdc-tab-indicator-active-indicator-color, #f44336)}.mat-mdc-tab-group.mat-warn .mdc-tab__ripple::before,.mat-mdc-tab-group.mat-warn .mat-mdc-tab .mat-ripple-element,.mat-mdc-tab-group.mat-warn .mat-mdc-tab-header-pagination .mat-ripple-element,.mat-mdc-tab-group.mat-warn .mat-mdc-tab-link .mat-ripple-element,.mat-mdc-tab-nav-bar.mat-warn .mdc-tab__ripple::before,.mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab .mat-ripple-element,.mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-header-pagination .mat-ripple-element,.mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-link .mat-ripple-element{background-color:#f44336}.mat-mdc-tab-group.mat-background-primary,.mat-mdc-tab-nav-bar.mat-background-primary{--mat-mdc-tab-header-with-background-background-color: #3f51b5;--mat-mdc-tab-header-with-background-foreground-color: #fff}.mat-mdc-tab-group.mat-background-accent,.mat-mdc-tab-nav-bar.mat-background-accent{--mat-mdc-tab-header-with-background-background-color: #ff4081;--mat-mdc-tab-header-with-background-foreground-color: #fff}.mat-mdc-tab-group.mat-background-warn,.mat-mdc-tab-nav-bar.mat-background-warn{--mat-mdc-tab-header-with-background-background-color: #f44336;--mat-mdc-tab-header-with-background-foreground-color: #fff}.mat-mdc-tab-header-pagination-chevron{border-color:var(--mdc-theme-on-surface, #000)}.mat-mdc-tab-header .mdc-tab{height:48px}.mdc-tab{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:var(--mdc-typography-button-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));font-size:var(--mdc-typography-button-font-size, 14px);line-height:var(--mdc-typography-button-line-height, 36px);font-weight:var(--mdc-typography-button-font-weight, 500);letter-spacing:var(--mdc-typography-button-letter-spacing, 0.0892857143em);-webkit-text-decoration:var(--mdc-typography-button-text-decoration, none);text-decoration:var(--mdc-typography-button-text-decoration, none);text-transform:var(--mdc-typography-button-text-transform, none)}.mat-mdc-checkbox .mdc-form-field{color:var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87))}.mat-mdc-checkbox .mat-ripple-element{background-color:rgba(0,0,0,.1)}.mat-mdc-checkbox .mdc-checkbox__ripple{background:#000}.mat-mdc-checkbox.mat-primary{--mdc-checkbox-selected-checkmark-color:#fff;--mdc-checkbox-selected-focus-icon-color:#3f51b5;--mdc-checkbox-selected-hover-icon-color:#3f51b5;--mdc-checkbox-selected-icon-color:#3f51b5;--mdc-checkbox-selected-pressed-icon-color:#3f51b5;--mdc-checkbox-unselected-focus-icon-color:#212121;--mdc-checkbox-unselected-hover-icon-color:#212121;--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-unselected-icon-color:rgba(0, 0, 0, 0.54);--mdc-checkbox-unselected-pressed-icon-color:rgba(0, 0, 0, 0.54)}.mat-mdc-checkbox.mat-primary .mdc-checkbox--selected~.mat-mdc-checkbox-ripple .mat-ripple-element{background-color:rgba(63,81,181,.1)}.mat-mdc-checkbox.mat-primary .mdc-checkbox--selected~.mdc-checkbox__ripple{background:#3f51b5}.mat-mdc-checkbox.mat-accent{--mdc-checkbox-selected-checkmark-color:#fff;--mdc-checkbox-selected-focus-icon-color:#ff4081;--mdc-checkbox-selected-hover-icon-color:#ff4081;--mdc-checkbox-selected-icon-color:#ff4081;--mdc-checkbox-selected-pressed-icon-color:#ff4081;--mdc-checkbox-unselected-focus-icon-color:#212121;--mdc-checkbox-unselected-hover-icon-color:#212121;--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-unselected-icon-color:rgba(0, 0, 0, 0.54);--mdc-checkbox-unselected-pressed-icon-color:rgba(0, 0, 0, 0.54)}.mat-mdc-checkbox.mat-accent .mdc-checkbox--selected~.mat-mdc-checkbox-ripple .mat-ripple-element{background-color:rgba(255,64,129,.1)}.mat-mdc-checkbox.mat-accent .mdc-checkbox--selected~.mdc-checkbox__ripple{background:#ff4081}.mat-mdc-checkbox.mat-warn{--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-disabled-selected-icon-color:rgba(0, 0, 0, 0.38);--mdc-checkbox-disabled-unselected-icon-color:rgba(0, 0, 0, 0.38);--mdc-checkbox-unselected-icon-color:rgba(0, 0, 0, 0.54);--mdc-checkbox-unselected-pressed-icon-color:rgba(0, 0, 0, 0.54)}.mat-mdc-checkbox.mat-warn .mdc-checkbox--selected~.mat-mdc-checkbox-ripple .mat-ripple-element{background-color:rgba(244,67,54,.1)}.mat-mdc-checkbox.mat-warn .mdc-checkbox--selected~.mdc-checkbox__ripple{background:#f44336}.mat-mdc-checkbox-disabled label{color:rgba(0,0,0,.38)}.mat-mdc-checkbox .mdc-checkbox{padding:calc((var(--mdc-checkbox-ripple-size, 40px) - 18px) / 2);margin:calc((var(--mdc-checkbox-touch-target-size, 40px) - 40px) / 2)}.mat-mdc-checkbox .mdc-checkbox .mdc-checkbox__background{top:calc((var(--mdc-checkbox-ripple-size, 40px) - 18px) / 2);left:calc((var(--mdc-checkbox-ripple-size, 40px) - 18px) / 2)}.mat-mdc-checkbox .mdc-checkbox .mdc-checkbox__native-control{top:calc((40px - var(--mdc-checkbox-touch-target-size, 40px)) / 2);right:calc((40px - var(--mdc-checkbox-touch-target-size, 40px)) / 2);left:calc((40px - var(--mdc-checkbox-touch-target-size, 40px)) / 2);width:var(--mdc-checkbox-touch-target-size, 40px);height:var(--mdc-checkbox-touch-target-size, 40px)}@media all and (-ms-high-contrast: none){.mdc-checkbox .mdc-checkbox__focus-ring{display:none}}.mdc-form-field{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));font-size:var(--mdc-typography-body2-font-size, 14px);line-height:var(--mdc-typography-body2-line-height, 20px);font-weight:var(--mdc-typography-body2-font-weight, 400);letter-spacing:var(--mdc-typography-body2-letter-spacing, 0.0178571429em);-webkit-text-decoration:var(--mdc-typography-body2-text-decoration, inherit);text-decoration:var(--mdc-typography-body2-text-decoration, inherit);text-transform:var(--mdc-typography-body2-text-transform, none)}.mat-mdc-button.mat-unthemed{--mdc-text-button-label-text-color:#000}.mat-mdc-button.mat-primary{--mdc-text-button-label-text-color:#3f51b5}.mat-mdc-button.mat-accent{--mdc-text-button-label-text-color:#ff4081}.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:#3f51b5;--mdc-filled-button-label-text-color:#fff}.mat-mdc-unelevated-button.mat-accent{--mdc-filled-button-container-color:#ff4081;--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:#3f51b5;--mdc-protected-button-label-text-color:#fff}.mat-mdc-raised-button.mat-accent{--mdc-protected-button-container-color:#ff4081;--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:#3f51b5}.mat-mdc-outlined-button.mat-accent{--mdc-outlined-button-label-text-color:#ff4081}.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:.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:.12}.mat-mdc-button:active .mat-mdc-button-persistent-ripple::before,.mat-mdc-outlined-button:active .mat-mdc-button-persistent-ripple::before{opacity:.12}.mat-mdc-button.mat-primary,.mat-mdc-outlined-button.mat-primary{--mat-mdc-button-persistent-ripple-color: #3f51b5;--mat-mdc-button-ripple-color: rgba(63, 81, 181, 0.1)}.mat-mdc-button.mat-accent,.mat-mdc-outlined-button.mat-accent{--mat-mdc-button-persistent-ripple-color: #ff4081;--mat-mdc-button-ripple-color: rgba(255, 64, 129, 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:.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:.12}.mat-mdc-raised-button:active .mat-mdc-button-persistent-ripple::before,.mat-mdc-unelevated-button:active .mat-mdc-button-persistent-ripple::before{opacity:.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}.mdc-button{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:var(--mdc-typography-button-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));font-size:var(--mdc-typography-button-font-size, 14px);line-height:var(--mdc-typography-button-line-height, 36px);font-weight:var(--mdc-typography-button-font-weight, 500);letter-spacing:var(--mdc-typography-button-letter-spacing, 0.0892857143em);-webkit-text-decoration:var(--mdc-typography-button-text-decoration, none);text-decoration:var(--mdc-typography-button-text-decoration, none);text-transform:var(--mdc-typography-button-text-transform, none)}.mat-mdc-icon-button{--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:.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:.12}.mat-mdc-icon-button:active .mat-mdc-button-persistent-ripple::before{opacity:.12}.mat-mdc-icon-button.mat-primary{--mat-mdc-button-persistent-ripple-color: #3f51b5;--mat-mdc-button-ripple-color: rgba(63, 81, 181, 0.1)}.mat-mdc-icon-button.mat-accent{--mat-mdc-button-persistent-ripple-color: #ff4081;--mat-mdc-button-ripple-color: rgba(255, 64, 129, 0.1)}.mat-mdc-icon-button.mat-warn{--mat-mdc-button-persistent-ripple-color: #f44336;--mat-mdc-button-ripple-color: rgba(244, 67, 54, 0.1)}.mat-mdc-icon-button.mat-primary{--mdc-icon-button-icon-color:#3f51b5}.mat-mdc-icon-button.mat-accent{--mdc-icon-button-icon-color:#ff4081}.mat-mdc-icon-button.mat-warn{--mdc-icon-button-icon-color:#f44336}.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{width:48px;height:48px;padding:12px}.mat-mdc-icon-button.mat-mdc-button-base .mdc-icon-button__focus-ring{max-height:48px;max-width:48px}.mat-mdc-icon-button.mat-mdc-button-base.mdc-icon-button--reduced-size .mdc-icon-button__ripple{width:40px;height:40px;margin-top:4px;margin-bottom:4px;margin-right:4px;margin-left:4px}.mat-mdc-icon-button.mat-mdc-button-base.mdc-icon-button--reduced-size .mdc-icon-button__focus-ring{max-height:40px;max-width:40px}.mat-mdc-icon-button.mat-mdc-button-base .mdc-icon-button__touch{position:absolute;top:50%;height:48px;left:50%;width:48px;transform:translate(-50%, -50%)}.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:.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:.12}.mat-mdc-fab:active .mat-mdc-button-persistent-ripple::before,.mat-mdc-mini-fab:active .mat-mdc-button-persistent-ripple::before{opacity:.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.mat-unthemed,.mat-mdc-mini-fab.mat-unthemed{--mdc-fab-container-color:#fff;--mdc-fab-icon-color:#000;--mat-mdc-fab-color: #000}.mat-mdc-fab.mat-primary,.mat-mdc-mini-fab.mat-primary{--mdc-fab-container-color:#3f51b5;--mdc-fab-icon-color:#fff;--mat-mdc-fab-color: #fff}.mat-mdc-fab.mat-accent,.mat-mdc-mini-fab.mat-accent{--mdc-fab-container-color:#ff4081;--mdc-fab-icon-color:#fff;--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:#fff;--mat-mdc-fab-color: #fff}.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)}.mdc-fab--extended{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:var(--mdc-typography-button-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));font-size:var(--mdc-typography-button-font-size, 14px);line-height:var(--mdc-typography-button-line-height, 36px);font-weight:var(--mdc-typography-button-font-weight, 500);letter-spacing:var(--mdc-typography-button-letter-spacing, 0.0892857143em);-webkit-text-decoration:var(--mdc-typography-button-text-decoration, none);text-decoration:var(--mdc-typography-button-text-decoration, none);text-transform:var(--mdc-typography-button-text-transform, none)}.mat-mdc-snack-bar-container{--mat-mdc-snack-bar-button-color: #ff4081;--mdc-snackbar-container-color:#333333;--mdc-snackbar-supporting-text-color:rgba(255, 255, 255, 0.87)}.mat-mdc-snack-bar-container{--mdc-snackbar-supporting-text-font:Roboto, sans-serif;--mdc-snackbar-supporting-text-line-height:20px;--mdc-snackbar-supporting-text-size:14px;--mdc-snackbar-supporting-text-weight:400}.mdc-data-table{background-color:var(--mdc-theme-surface, #fff);border-color:rgba(0, 0, 0, 0.12)}.mdc-data-table__row{background-color:inherit}.mdc-data-table__header-cell{background-color:var(--mdc-theme-surface, #fff)}.mdc-data-table__row--selected{background-color:rgba(63, 81, 181, 0.04)}.mdc-data-table__pagination-rows-per-page-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__leading,.mdc-data-table__pagination-rows-per-page-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__notch,.mdc-data-table__pagination-rows-per-page-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__trailing{border-color:rgba(0, 0, 0, 0.12)}.mdc-data-table__cell,.mdc-data-table__header-cell{border-bottom-color:rgba(0, 0, 0, 0.12)}.mdc-data-table__pagination{border-top-color:rgba(0, 0, 0, 0.12)}.mdc-data-table__row:not(.mdc-data-table__row--selected):hover{background-color:rgba(0, 0, 0, 0.04)}.mdc-data-table__header-cell{color:rgba(0, 0, 0, 0.87)}.mdc-data-table__pagination-total,.mdc-data-table__pagination-rows-per-page-label,.mdc-data-table__cell{color:rgba(0, 0, 0, 0.87)}.mat-mdc-table{background:#fff}.mat-mdc-table .mdc-data-table__row{height:52px}.mat-mdc-table .mdc-data-table__pagination{min-height:52px}.mat-mdc-table .mdc-data-table__header-row{height:56px}.mdc-data-table__content{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));font-size:var(--mdc-typography-body2-font-size, 14px);line-height:var(--mdc-typography-body2-line-height, 20px);font-weight:var(--mdc-typography-body2-font-weight, 400);letter-spacing:var(--mdc-typography-body2-letter-spacing, 0.0178571429em);-webkit-text-decoration:var(--mdc-typography-body2-text-decoration, inherit);text-decoration:var(--mdc-typography-body2-text-decoration, inherit);text-transform:var(--mdc-typography-body2-text-transform, none)}.mdc-data-table__cell{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));font-size:var(--mdc-typography-body2-font-size, 14px);line-height:var(--mdc-typography-body2-line-height, 20px);font-weight:var(--mdc-typography-body2-font-weight, 400);letter-spacing:var(--mdc-typography-body2-letter-spacing, 0.0178571429em);-webkit-text-decoration:var(--mdc-typography-body2-text-decoration, inherit);text-decoration:var(--mdc-typography-body2-text-decoration, inherit);text-transform:var(--mdc-typography-body2-text-transform, none)}.mdc-data-table__header-cell{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:var(--mdc-typography-subtitle2-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));font-size:var(--mdc-typography-subtitle2-font-size, 14px);line-height:var(--mdc-typography-subtitle2-line-height, 22px);font-weight:var(--mdc-typography-subtitle2-font-weight, 500);letter-spacing:var(--mdc-typography-subtitle2-letter-spacing, 0.0071428571em);-webkit-text-decoration:var(--mdc-typography-subtitle2-text-decoration, inherit);text-decoration:var(--mdc-typography-subtitle2-text-decoration, inherit);text-transform:var(--mdc-typography-subtitle2-text-transform, none)}.mat-mdc-progress-spinner{--mdc-circular-progress-active-indicator-color:#3f51b5}.mat-mdc-progress-spinner.mat-accent{--mdc-circular-progress-active-indicator-color:#ff4081}.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-hidden .mat-badge-content{display:none}.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}.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}.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}.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}.mat-badge-content{color:#fff;background:#3f51b5}.cdk-high-contrast-active .mat-badge-content{outline:solid 1px;border-radius:0}.mat-badge-accent .mat-badge-content{background:#ff4081;color:#fff}.mat-badge-warn .mat-badge-content{color:#fff;background:#f44336}.mat-badge-disabled .mat-badge-content{background:#b9b9b9;color:rgba(0,0,0,.38)}.mat-badge-content{font-weight:600;font-size:12px;font-family:Roboto, sans-serif}.mat-badge-small .mat-badge-content{font-size:9px}.mat-badge-large .mat-badge-content{font-size:24px}.mat-bottom-sheet-container{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);background:#fff;color:rgba(0,0,0,.87)}.mat-bottom-sheet-container{font-size:14px;font-weight:400;line-height:20px;font-family:Roboto, sans-serif;letter-spacing:.0178571429em}.mat-button-toggle-standalone:not([class*=mat-elevation-z]),.mat-button-toggle-group:not([class*=mat-elevation-z]){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-button-toggle-standalone.mat-button-toggle-appearance-standard:not([class*=mat-elevation-z]),.mat-button-toggle-group-appearance-standard:not([class*=mat-elevation-z]){box-shadow:none}.mat-button-toggle{color:rgba(0,0,0,.38)}.mat-button-toggle .mat-button-toggle-focus-overlay{background-color:rgba(0,0,0,.12)}.mat-button-toggle-appearance-standard{color:rgba(0,0,0,.87);background:#fff}.mat-button-toggle-appearance-standard .mat-button-toggle-focus-overlay{background-color:#000}.mat-button-toggle-group-appearance-standard .mat-button-toggle+.mat-button-toggle{border-left:solid 1px #e0e0e0}[dir=rtl] .mat-button-toggle-group-appearance-standard .mat-button-toggle+.mat-button-toggle{border-left:none;border-right:solid 1px #e0e0e0}.mat-button-toggle-group-appearance-standard.mat-button-toggle-vertical .mat-button-toggle+.mat-button-toggle{border-left:none;border-right:none;border-top:solid 1px #e0e0e0}.mat-button-toggle-checked{background-color:#e0e0e0;color:rgba(0,0,0,.54)}.mat-button-toggle-checked.mat-button-toggle-appearance-standard{color:rgba(0,0,0,.87)}.mat-button-toggle-disabled{color:rgba(0,0,0,.26);background-color:#eee}.mat-button-toggle-disabled.mat-button-toggle-appearance-standard{background:#fff}.mat-button-toggle-disabled.mat-button-toggle-checked{background-color:#bdbdbd}.mat-button-toggle-standalone.mat-button-toggle-appearance-standard,.mat-button-toggle-group-appearance-standard{border:solid 1px #e0e0e0}.mat-button-toggle-appearance-standard .mat-button-toggle-label-content{line-height:48px}.mat-button-toggle{font-family:Roboto, sans-serif}.mat-calendar-arrow{fill:rgba(0,0,0,.54)}.mat-datepicker-toggle,.mat-datepicker-content .mat-calendar-next-button,.mat-datepicker-content .mat-calendar-previous-button{color:rgba(0,0,0,.54)}.mat-calendar-table-header-divider::after{background:rgba(0,0,0,.12)}.mat-calendar-table-header,.mat-calendar-body-label{color:rgba(0,0,0,.54)}.mat-calendar-body-cell-content,.mat-date-range-input-separator{color:rgba(0,0,0,.87);border-color:rgba(0,0,0,0)}.mat-calendar-body-disabled>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){color:rgba(0,0,0,.38)}.mat-form-field-disabled .mat-date-range-input-separator{color:rgba(0,0,0,.38)}.mat-calendar-body-in-preview{color:rgba(0,0,0,.24)}.mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){border-color:rgba(0,0,0,.38)}.mat-calendar-body-disabled>.mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){border-color:rgba(0,0,0,.18)}.mat-calendar-body-in-range::before{background:rgba(63,81,181,.2)}.mat-calendar-body-comparison-identical,.mat-calendar-body-in-comparison-range::before{background:rgba(249,171,0,.2)}.mat-calendar-body-comparison-bridge-start::before,[dir=rtl] .mat-calendar-body-comparison-bridge-end::before{background:linear-gradient(to right, rgba(63, 81, 181, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%)}.mat-calendar-body-comparison-bridge-end::before,[dir=rtl] .mat-calendar-body-comparison-bridge-start::before{background:linear-gradient(to left, rgba(63, 81, 181, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%)}.mat-calendar-body-in-range>.mat-calendar-body-comparison-identical,.mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after{background:#a8dab5}.mat-calendar-body-comparison-identical.mat-calendar-body-selected,.mat-calendar-body-in-comparison-range>.mat-calendar-body-selected{background:#46a35e}.mat-calendar-body-selected{background-color:#3f51b5;color:#fff}.mat-calendar-body-disabled>.mat-calendar-body-selected{background-color:rgba(63,81,181,.4)}.mat-calendar-body-today.mat-calendar-body-selected{box-shadow:inset 0 0 0 1px #fff}.cdk-keyboard-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),.cdk-program-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){background-color:rgba(63,81,181,.3)}@media(hover: hover){.mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){background-color:rgba(63,81,181,.3)}}.mat-datepicker-content{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);background-color:#fff;color:rgba(0,0,0,.87)}.mat-datepicker-content.mat-accent .mat-calendar-body-in-range::before{background:rgba(255,64,129,.2)}.mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical,.mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range::before{background:rgba(249,171,0,.2)}.mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-start::before,.mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-end::before{background:linear-gradient(to right, rgba(255, 64, 129, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%)}.mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-end::before,.mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-start::before{background:linear-gradient(to left, rgba(255, 64, 129, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%)}.mat-datepicker-content.mat-accent .mat-calendar-body-in-range>.mat-calendar-body-comparison-identical,.mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after{background:#a8dab5}.mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical.mat-calendar-body-selected,.mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range>.mat-calendar-body-selected{background:#46a35e}.mat-datepicker-content.mat-accent .mat-calendar-body-selected{background-color:#ff4081;color:#fff}.mat-datepicker-content.mat-accent .mat-calendar-body-disabled>.mat-calendar-body-selected{background-color:rgba(255,64,129,.4)}.mat-datepicker-content.mat-accent .mat-calendar-body-today.mat-calendar-body-selected{box-shadow:inset 0 0 0 1px #fff}.mat-datepicker-content.mat-accent .cdk-keyboard-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),.mat-datepicker-content.mat-accent .cdk-program-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){background-color:rgba(255,64,129,.3)}@media(hover: hover){.mat-datepicker-content.mat-accent .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){background-color:rgba(255,64,129,.3)}}.mat-datepicker-content.mat-warn .mat-calendar-body-in-range::before{background:rgba(244,67,54,.2)}.mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical,.mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range::before{background:rgba(249,171,0,.2)}.mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-start::before,.mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-end::before{background:linear-gradient(to right, rgba(244, 67, 54, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%)}.mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-end::before,.mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-start::before{background:linear-gradient(to left, rgba(244, 67, 54, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%)}.mat-datepicker-content.mat-warn .mat-calendar-body-in-range>.mat-calendar-body-comparison-identical,.mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after{background:#a8dab5}.mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical.mat-calendar-body-selected,.mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range>.mat-calendar-body-selected{background:#46a35e}.mat-datepicker-content.mat-warn .mat-calendar-body-selected{background-color:#f44336;color:#fff}.mat-datepicker-content.mat-warn .mat-calendar-body-disabled>.mat-calendar-body-selected{background-color:rgba(244,67,54,.4)}.mat-datepicker-content.mat-warn .mat-calendar-body-today.mat-calendar-body-selected{box-shadow:inset 0 0 0 1px #fff}.mat-datepicker-content.mat-warn .cdk-keyboard-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),.mat-datepicker-content.mat-warn .cdk-program-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){background-color:rgba(244,67,54,.3)}@media(hover: hover){.mat-datepicker-content.mat-warn .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){background-color:rgba(244,67,54,.3)}}.mat-datepicker-content-touch{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-datepicker-toggle-active{color:#3f51b5}.mat-datepicker-toggle-active.mat-accent{color:#ff4081}.mat-datepicker-toggle-active.mat-warn{color:#f44336}.mat-date-range-input-inner[disabled]{color:rgba(0,0,0,.38)}.mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base{width:40px;height:40px;padding:8px}.mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base .mdc-icon-button__focus-ring{max-height:40px;max-width:40px}.mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base.mdc-icon-button--reduced-size .mdc-icon-button__ripple{width:40px;height:40px;margin-top:0px;margin-bottom:0px;margin-right:0px;margin-left:0px}.mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base.mdc-icon-button--reduced-size .mdc-icon-button__focus-ring{max-height:40px;max-width:40px}.mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base .mdc-icon-button__touch{position:absolute;top:50%;height:40px;left:50%;width:40px;transform:translate(-50%, -50%)}.mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base .mat-mdc-button-touch-target{display:none}.mat-calendar{font-family:Roboto, sans-serif}.mat-calendar-body{font-size:13px}.mat-calendar-body-label,.mat-calendar-period-button{font-size:14px;font-weight:500}.mat-calendar-table-header th{font-size:11px;font-weight:400}.mat-divider{border-top-color:rgba(0,0,0,.12)}.mat-divider-vertical{border-right-color:rgba(0,0,0,.12)}.mat-expansion-panel{background:#fff;color:rgba(0,0,0,.87)}.mat-expansion-panel:not([class*=mat-elevation-z]){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-action-row{border-top-color:rgba(0,0,0,.12)}.mat-expansion-panel .mat-expansion-panel-header.cdk-keyboard-focused:not([aria-disabled=true]),.mat-expansion-panel .mat-expansion-panel-header.cdk-program-focused:not([aria-disabled=true]),.mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:hover:not([aria-disabled=true]){background:rgba(0,0,0,.04)}@media(hover: none){.mat-expansion-panel:not(.mat-expanded):not([aria-disabled=true]) .mat-expansion-panel-header:hover{background:#fff}}.mat-expansion-panel-header-title{color:rgba(0,0,0,.87)}.mat-expansion-panel-header-description,.mat-expansion-indicator::after{color:rgba(0,0,0,.54)}.mat-expansion-panel-header[aria-disabled=true]{color:rgba(0,0,0,.26)}.mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-title,.mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-description{color:inherit}.mat-expansion-panel-header{height:48px}.mat-expansion-panel-header.mat-expanded{height:64px}.mat-expansion-panel-header{font-family:Roboto, sans-serif;font-size:14px;font-weight:500}.mat-expansion-panel-content{font-size:14px;font-weight:400;line-height:20px;font-family:Roboto, sans-serif;letter-spacing:.0178571429em}.mat-grid-tile-header,.mat-grid-tile-footer{font-size:14px}.mat-grid-tile-header .mat-line,.mat-grid-tile-footer .mat-line{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;box-sizing:border-box}.mat-grid-tile-header .mat-line:nth-child(n+2),.mat-grid-tile-footer .mat-line:nth-child(n+2){font-size:12px}.mat-icon.mat-primary{color:#3f51b5}.mat-icon.mat-accent{color:#ff4081}.mat-icon.mat-warn{color:#f44336}.mat-drawer-container{background-color:#fafafa;color:rgba(0,0,0,.87)}.mat-drawer{background-color:#fff;color:rgba(0,0,0,.87)}.mat-drawer.mat-drawer-push{background-color:#fff}.mat-drawer:not(.mat-drawer-side){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-drawer-side{border-right:solid 1px rgba(0,0,0,.12)}.mat-drawer-side.mat-drawer-end{border-left:solid 1px rgba(0,0,0,.12);border-right:none}[dir=rtl] .mat-drawer-side{border-left:solid 1px rgba(0,0,0,.12);border-right:none}[dir=rtl] .mat-drawer-side.mat-drawer-end{border-left:none;border-right:solid 1px rgba(0,0,0,.12)}.mat-drawer-backdrop.mat-drawer-shown{background-color:rgba(0,0,0,.6)}.mat-step-header.cdk-keyboard-focused,.mat-step-header.cdk-program-focused,.mat-step-header:hover:not([aria-disabled]),.mat-step-header:hover[aria-disabled=false]{background-color:rgba(0,0,0,.04)}.mat-step-header:hover[aria-disabled=true]{cursor:default}@media(hover: none){.mat-step-header:hover{background:none}}.mat-step-header .mat-step-label,.mat-step-header .mat-step-optional{color:rgba(0,0,0,.54)}.mat-step-header .mat-step-icon{background-color:rgba(0,0,0,.54);color:#fff}.mat-step-header .mat-step-icon-selected,.mat-step-header .mat-step-icon-state-done,.mat-step-header .mat-step-icon-state-edit{background-color:#3f51b5;color:#fff}.mat-step-header.mat-accent .mat-step-icon{color:#fff}.mat-step-header.mat-accent .mat-step-icon-selected,.mat-step-header.mat-accent .mat-step-icon-state-done,.mat-step-header.mat-accent .mat-step-icon-state-edit{background-color:#ff4081;color:#fff}.mat-step-header.mat-warn .mat-step-icon{color:#fff}.mat-step-header.mat-warn .mat-step-icon-selected,.mat-step-header.mat-warn .mat-step-icon-state-done,.mat-step-header.mat-warn .mat-step-icon-state-edit{background-color:#f44336;color:#fff}.mat-step-header .mat-step-icon-state-error{background-color:rgba(0,0,0,0);color:#f44336}.mat-step-header .mat-step-label.mat-step-label-active{color:rgba(0,0,0,.87)}.mat-step-header .mat-step-label.mat-step-label-error{color:#f44336}.mat-stepper-horizontal,.mat-stepper-vertical{background-color:#fff}.mat-stepper-vertical-line::before{border-left-color:rgba(0,0,0,.12)}.mat-horizontal-stepper-header::before,.mat-horizontal-stepper-header::after,.mat-stepper-horizontal-line{border-top-color:rgba(0,0,0,.12)}.mat-horizontal-stepper-header{height:72px}.mat-stepper-label-position-bottom .mat-horizontal-stepper-header,.mat-vertical-stepper-header{padding:24px 24px}.mat-stepper-vertical-line::before{top:-16px;bottom:-16px}.mat-stepper-label-position-bottom .mat-horizontal-stepper-header::after,.mat-stepper-label-position-bottom .mat-horizontal-stepper-header::before{top:36px}.mat-stepper-label-position-bottom .mat-stepper-horizontal-line{top:36px}.mat-stepper-vertical,.mat-stepper-horizontal{font-family:Roboto, sans-serif}.mat-step-label{font-size:14px;font-weight:400}.mat-step-sub-label-error{font-weight:normal}.mat-step-label-error{font-size:16px}.mat-step-label-selected{font-size:16px;font-weight:400}.mat-sort-header-arrow{color:#757575}.mat-toolbar{background:#f5f5f5;color:rgba(0,0,0,.87)}.mat-toolbar.mat-primary{background:#3f51b5;color:#fff}.mat-toolbar.mat-accent{background:#ff4081;color:#fff}.mat-toolbar.mat-warn{background:#f44336;color:#fff}.mat-toolbar .mat-form-field-underline,.mat-toolbar .mat-form-field-ripple,.mat-toolbar .mat-focused .mat-form-field-ripple{background-color:currentColor}.mat-toolbar .mat-form-field-label,.mat-toolbar .mat-focused .mat-form-field-label,.mat-toolbar .mat-select-value,.mat-toolbar .mat-select-arrow,.mat-toolbar .mat-form-field.mat-focused .mat-select-arrow{color:inherit}.mat-toolbar .mat-input-element{caret-color:currentColor}.mat-toolbar-multiple-rows{min-height:64px}.mat-toolbar-row,.mat-toolbar-single-row{height:64px}@media(max-width: 599px){.mat-toolbar-multiple-rows{min-height:56px}.mat-toolbar-row,.mat-toolbar-single-row{height:56px}}.mat-toolbar,.mat-toolbar h1,.mat-toolbar h2,.mat-toolbar h3,.mat-toolbar h4,.mat-toolbar h5,.mat-toolbar h6{font-size:20px;font-weight:500;line-height:32px;font-family:Roboto, sans-serif;letter-spacing:.0125em;margin:0}.mat-tree{background:#fff}.mat-tree-node,.mat-nested-tree-node{color:rgba(0,0,0,.87)}.mat-tree-node{min-height:48px}.mat-tree{font-family:Roboto, sans-serif}.mat-tree-node,.mat-nested-tree-node{font-weight:400;font-size:14px}.mat-h1,.mat-headline-5,.mat-typography .mat-h1,.mat-typography .mat-headline-5,.mat-typography h1{font-size:24px;font-weight:400;line-height:32px;font-family:Roboto, sans-serif;letter-spacing:normal;margin:0 0 16px}.mat-h2,.mat-headline-6,.mat-typography .mat-h2,.mat-typography .mat-headline-6,.mat-typography h2{font-size:20px;font-weight:500;line-height:32px;font-family:Roboto, sans-serif;letter-spacing:.0125em;margin:0 0 16px}.mat-h3,.mat-subtitle-1,.mat-typography .mat-h3,.mat-typography .mat-subtitle-1,.mat-typography h3{font-size:16px;font-weight:400;line-height:28px;font-family:Roboto, sans-serif;letter-spacing:.009375em;margin:0 0 16px}.mat-h4,.mat-body-1,.mat-typography .mat-h4,.mat-typography .mat-body-1,.mat-typography h4{font-size:16px;font-weight:400;line-height:24px;font-family:Roboto, sans-serif;letter-spacing:.03125em;margin:0 0 16px}.mat-h5,.mat-typography .mat-h5,.mat-typography h5{font:400 calc(14px * 0.83)/20px Roboto, sans-serif;margin:0 0 12px}.mat-h6,.mat-typography .mat-h6,.mat-typography h6{font:400 calc(14px * 0.67)/20px Roboto, sans-serif;margin:0 0 12px}.mat-body-strong,.mat-subtitle-2,.mat-typography .mat-body-strong,.mat-typography .mat-subtitle-2{font-size:14px;font-weight:500;line-height:22px;font-family:Roboto, sans-serif;letter-spacing:.0071428571em}.mat-body,.mat-body-2,.mat-typography .mat-body,.mat-typography .mat-body-2,.mat-typography{font-size:14px;font-weight:400;line-height:20px;font-family:Roboto, sans-serif;letter-spacing:.0178571429em}.mat-body p,.mat-body-2 p,.mat-typography .mat-body p,.mat-typography .mat-body-2 p,.mat-typography p{margin:0 0 12px}.mat-small,.mat-caption,.mat-typography .mat-small,.mat-typography .mat-caption{font-size:12px;font-weight:400;line-height:20px;font-family:Roboto, sans-serif;letter-spacing:.0333333333em}.mat-headline-1,.mat-typography .mat-headline-1{font-size:96px;font-weight:300;line-height:96px;font-family:Roboto, sans-serif;letter-spacing:-0.015625em;margin:0 0 56px}.mat-headline-2,.mat-typography .mat-headline-2{font-size:60px;font-weight:300;line-height:60px;font-family:Roboto, sans-serif;letter-spacing:-.0083333333em;margin:0 0 64px}.mat-headline-3,.mat-typography .mat-headline-3{font-size:48px;font-weight:400;line-height:50px;font-family:Roboto, sans-serif;letter-spacing:normal;margin:0 0 64px}.mat-headline-4,.mat-typography .mat-headline-4{font-size:34px;font-weight:400;line-height:40px;font-family:Roboto, sans-serif;letter-spacing:.0073529412em;margin:0 0 64px}
/*!*********************************************************************************************************************************************************************************************************************************!*\
  !*** 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/cropperjs/dist/cropper.css ***!
  \*********************************************************************************************************************************************************************************************************************************/
/*!
 * Cropper.js v1.6.2
 * https://fengyuanchen.github.io/cropperjs
 *
 * Copyright 2015-present Chen Fengyuan
 * Released under the MIT license
 *
 * Date: 2024-04-21T07:43:02.731Z
 */

.cropper-container {
  direction: ltr;
  font-size: 0;
  line-height: 0;
  position: relative;
  touch-action: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
          user-select: none;
}

.cropper-container img {
    backface-visibility: hidden;
    display: block;
    height: 100%;
    image-orientation: 0deg;
    max-height: none !important;
    max-width: none !important;
    min-height: 0 !important;
    min-width: 0 !important;
    width: 100%;
  }

.cropper-wrap-box,
.cropper-canvas,
.cropper-drag-box,
.cropper-crop-box,
.cropper-modal {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.cropper-wrap-box,
.cropper-canvas {
  overflow: hidden;
}

.cropper-drag-box {
  background-color: #fff;
  opacity: 0;
}

.cropper-modal {
  background-color: #000;
  opacity: 0.5;
}

.cropper-view-box {
  display: block;
  height: 100%;
  outline: 1px solid #39f;
  outline-color: rgba(51, 153, 255, 0.75);
  overflow: hidden;
  width: 100%;
}

.cropper-dashed {
  border: 0 dashed #eee;
  display: block;
  opacity: 0.5;
  position: absolute;
}

.cropper-dashed.dashed-h {
    border-bottom-width: 1px;
    border-top-width: 1px;
    height: calc(100% / 3);
    left: 0;
    top: calc(100% / 3);
    width: 100%;
  }

.cropper-dashed.dashed-v {
    border-left-width: 1px;
    border-right-width: 1px;
    height: 100%;
    left: calc(100% / 3);
    top: 0;
    width: calc(100% / 3);
  }

.cropper-center {
  display: block;
  height: 0;
  left: 50%;
  opacity: 0.75;
  position: absolute;
  top: 50%;
  width: 0;
}

.cropper-center::before,
  .cropper-center::after {
    background-color: #eee;
    content: ' ';
    display: block;
    position: absolute;
  }

.cropper-center::before {
    height: 1px;
    left: -3px;
    top: 0;
    width: 7px;
  }

.cropper-center::after {
    height: 7px;
    left: 0;
    top: -3px;
    width: 1px;
  }

.cropper-face,
.cropper-line,
.cropper-point {
  display: block;
  height: 100%;
  opacity: 0.1;
  position: absolute;
  width: 100%;
}

.cropper-face {
  background-color: #fff;
  left: 0;
  top: 0;
}

.cropper-line {
  background-color: #39f;
}

.cropper-line.line-e {
    cursor: ew-resize;
    right: -3px;
    top: 0;
    width: 5px;
  }

.cropper-line.line-n {
    cursor: ns-resize;
    height: 5px;
    left: 0;
    top: -3px;
  }

.cropper-line.line-w {
    cursor: ew-resize;
    left: -3px;
    top: 0;
    width: 5px;
  }

.cropper-line.line-s {
    bottom: -3px;
    cursor: ns-resize;
    height: 5px;
    left: 0;
  }

.cropper-point {
  background-color: #39f;
  height: 5px;
  opacity: 0.75;
  width: 5px;
}

.cropper-point.point-e {
    cursor: ew-resize;
    margin-top: -3px;
    right: -3px;
    top: 50%;
  }

.cropper-point.point-n {
    cursor: ns-resize;
    left: 50%;
    margin-left: -3px;
    top: -3px;
  }

.cropper-point.point-w {
    cursor: ew-resize;
    left: -3px;
    margin-top: -3px;
    top: 50%;
  }

.cropper-point.point-s {
    bottom: -3px;
    cursor: s-resize;
    left: 50%;
    margin-left: -3px;
  }

.cropper-point.point-ne {
    cursor: nesw-resize;
    right: -3px;
    top: -3px;
  }

.cropper-point.point-nw {
    cursor: nwse-resize;
    left: -3px;
    top: -3px;
  }

.cropper-point.point-sw {
    bottom: -3px;
    cursor: nesw-resize;
    left: -3px;
  }

.cropper-point.point-se {
    bottom: -3px;
    cursor: nwse-resize;
    height: 20px;
    opacity: 1;
    right: -3px;
    width: 20px;
  }

@media (min-width: 768px) {

.cropper-point.point-se {
      height: 15px;
      width: 15px;
  }
    }

@media (min-width: 992px) {

.cropper-point.point-se {
      height: 10px;
      width: 10px;
  }
    }

@media (min-width: 1200px) {

.cropper-point.point-se {
      height: 5px;
      opacity: 0.75;
      width: 5px;
  }
    }

.cropper-point.point-se::before {
    background-color: #39f;
    bottom: -50%;
    content: ' ';
    display: block;
    height: 200%;
    opacity: 0;
    position: absolute;
    right: -50%;
    width: 200%;
  }

.cropper-invisible {
  opacity: 0;
}

.cropper-bg {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC');
}

.cropper-hide {
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}

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

.cropper-move {
  cursor: move;
}

.cropper-crop {
  cursor: crosshair;
}

.cropper-disabled .cropper-drag-box,
.cropper-disabled .cropper-face,
.cropper-disabled .cropper-line,
.cropper-disabled .cropper-point {
  cursor: not-allowed;
}

/*!******************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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-photo-editor/photo-editor.css?ngGlobalStyle ***!
  \******************************************************************************************************************************************************************************************************************************************************/
.ngx-pe-overlay-container {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 99999;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  padding: 1rem;
  box-sizing: border-box;
}
.ngx-pe-overlay-container * {
  box-sizing: border-box;
}
.ngx-pe-dialog-container {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  outline: 0;
  width: 100%;
  height: auto;
  max-height: 95vh;
  box-shadow: 0 11px 15px -7px #0003, 0 24px 38px 3px #00000024, 0 9px 46px 8px #0000001f;
  background: #333333;
  color: white;
  display: flex;
  flex-direction: column;
}
.ngx-pe-dialog-header {
  padding: 1rem 1rem 1rem 1rem;
  font-size: 1rem;
  font-weight: 400;
}
.ngx-pe-dialog-body {
  height: 100%;
  position: relative;
  box-sizing: border-box;
}
.ngx-pe-dialog-footer {
  padding: 1rem 1rem;
  display: flex;
  justify-content: flex-end;
  gap: 0.5rem;
}
.ngx-pe-cropper-wrapper {
  position: relative;
}
.ngx-pe-img {
  display: block;
  max-width: 100%;
  height: auto;
  max-height: 300px;
}
.ngx-pe-tool-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background-color: #222;
  box-sizing: border-box;
  width: 100%;
}
.ngx-pe-tool-bar button {
  background-color: transparent;
  border-width: 0;
  color: #fff;
  cursor: pointer;
  float: left;
  font-size: 0.875rem;
  height: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
}
.ngx-pe-tool-bar button:hover {
  background-color: #0074d9;
  color: #fff;
}
.ngx-pe-tool-bar svg {
  width: 20px;
  height: 20px;
  fill: white;
}
.ngx-pe-btn {
  --bs-btn-padding-y: 0.25rem;
  --bs-btn-padding-x: 1rem;
  --bs-btn-font-size: 0.875rem;
  --bs-btn-border-radius: 0.25rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: #212529;
  --bs-btn-bg: transparent;
  --bs-btn-border-width: 1px;
  --bs-btn-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));
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  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;
}
.ngx-pe-btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}
.ngx-pe-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-gradient: none;
}
.ngx-pe-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;
}
.ngx-pe-loading {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  background-color: #222222;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 10s ease;
}
.ngx-pe-processing {
  background-color: rgba(34,34,34, 0.8);
}
.ngx-pe-loading svg {
  width: 50px;
}

