/*!
 * Bootstrap v4.6.0 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */

:root {
  --blue: #3490dc;
  --indigo: #6574cd;
  --purple: #9561e2;
  --pink: #f66D9b;
  --red: #e3342f;
  --orange: #f6993f;
  --yellow: #ffed4a;
  --green: #38c172;
  --teal: #4dc0b5;
  --cyan: #6cb2eb;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #3490dc;
  --secondary: #6c757d;
  --success: #38c172;
  --info: #6cb2eb;
  --warning: #ffed4a;
  --danger: #e3342f;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: "Nunito", sans-serif;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          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: "Nunito", sans-serif;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.6;
  color: #212529;
  text-align: left;
  background-color: #f8fafc;
}

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

hr {
  -webkit-box-sizing: content-box;
          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;
  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: .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: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #3490dc;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #1d68a7;
  text-decoration: underline;
}

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

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

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

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

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: #6c757d;
  text-align: left;
  caption-side: bottom;
}

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

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

button {
  border-radius: 0;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role="button"] {
  cursor: pointer;
}

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"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

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: .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-weight: 500;
  line-height: 1.2;
}

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

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

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

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

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

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

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

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

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

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

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  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.125rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}

.blockquote-footer::before {
  content: "\2014\A0";
}

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #f8fafc;
  border: 1px solid #dee2e6;
  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: #6c757d;
}

code {
  font-size: 87.5%;
  color: #f66D9b;
  word-wrap: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

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

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.imp-task {
  cursor: pointer;
}

.model-mockupvector{
  background-color: unset !important;
  padding: unset !important;
  max-height: unset !important;
  width: unset !important;
}

.vectomockupfileclass{
  position: absolute !important;
  left: 0;
  top: 0;
  opacity: 0 !important;
}

/*  */
.ofpaysetting{
  position: relative;
  background: #FFF;
  padding: 20px;
  width:auto;
  max-width: 500px;
  margin: 20px auto;
} 
input.inptt{
  display: block;
    border-radius: 0.25rem;
    width: 100% !important;
    height: auto !important;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff !important;
    background-clip: padding-box;
    border: 1px solid #ced4da !important;
    border-radius: 0.25rem !important;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    text-align: end;
}
.paysettings-main{
  margin-top: 8px;
  line-height: 2;
}
.paysettings-footer{
  margin-top: 5px;
}
.paysettings-button{
  padding: 0px 28px !important; 
  height: 32px !important; 
  font-size: 14px !important; 
  text-transform: none !important;
  border-radius: 5px !important;
}
.paymentsetting-btn{
  text-align: end;
}
.mockuploader{
  display: none; 
  width: 23px;
  height: 23px;
  border-radius: 50%;
  border: 5px solid #fff;
  border-top-color: rgba(255, 255, 255, 0.3);
  animation: spin 1s linear infinite;
  position: absolute;
  margin-top: -28px;
  left: 0%;
  transform: translate(-50%, -50%);
}

/* purchase notes midoffice */
.purchasecomment{
  position: relative;
  background: #FFF;
  padding: 20px;
  width:auto;
  max-width: 500px;
  margin: 20px auto;
}

/* Added the css for order automation changes */
.s-default {
  padding: 3px 5px;
  border-radius: 4px;
}
.status-0 {
color: #000;
}
.status-1 {
background-color: #ffc107;
color: #212529;
}
.status-2, .status-5, .status-7 {
background-color: #007bff;
color: #fff;
}
.status-3 {
background-color: #007bff;
color: #fff;
}
.status-4 {
background-color: #007bff;
color: #fff;
}
.status-8 {
background-color: #28a745;
color: #fff;
}
.status-6 {
background-color: #dc3545;
color: #fff;
}

/* Added the css for order automation */
.supplierOrderModal {
  top: 0% !important;
  max-height: 100% !important;
  width: 100% !important;
  margin: 20px auto;
}

.file-txt{
  width: 22rem;
  max-width: 100%;
  word-wrap: break-word; /* Ensure long words break and wrap */
  overflow: hidden;
}
/*Introduce new menu icon using svg for replacement of material icon :- : LPPR-1985-checklist-1-Module-1.*/
.new-menu-icon{
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
}
/*Start css for :- LPPR-2112-Checklist-Module-4-Account-Manager-Checklist.*/

/*New chat system start here*/
#chat-btn {
  /* position: fixed;
  left: 24rem;
  bottom: 20px; */
  position: relative;
  left: -1rem;
  display: inline-block;
  color: white;
  cursor: pointer;
}

#chatbox {
  /* position: fixed;
  bottom: 20px;
  display: none; */
  max-height: 47rem;
  overflow-y: auto;
  /* z-index: 2; */
  max-width: 51rem;
}

#chatbox .card-body {
  max-height: 30rem;
  min-height: 30rem;
  overflow-y: auto;
}

#chatbox .card-header, #chatbox .card-footer {
  position: relative;
  z-index: 1;
}

#chatbox .card-header{
  background-color: #01b1de;
}
.left-zero {
  left: 0 !important;
}
.am-checklist-circle-success{
  color: green;
  font-size: 15px !important;
  position: relative;
  top: 3px;
}
.am-checklist-circle-danger{
  color: red;
  font-size: 15px !important;
  position: relative;
  top: 3px;
}
.am-checklist-container td{
  padding: 0;
}
.am-checklist-container tr{
  border: none;
}
.heading {
  font-weight: bold;
  text-wrap: nowrap;
}
.sub-heading {
  color: #659e1d;
  font-size: 10px;
  font-weight: 600;
}
.check-product-column{
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.order-row-container {
  max-height: 22rem;
  overflow: auto;
}

.checklist-container {
  position: relative;
  background: #f3f3f3;
  padding: 10px;
  width:auto;
  max-width: 60rem;
  margin: 20px auto;
  font-family: Arial, sans-serif;
  border: 3px solid #000000;
  border-radius: 1rem;
}

.checklist-container i {
  font-weight: 600;
  font-size: 25px;
}
.checklist-info{
  position: relative;
  font-size: 15px !important;
  top: 3px;
  cursor:  pointer;
}
.checklist-row-1 {
  white-space: nowrap;
  width: 7em;
}

.checklist-row-2 {
  white-space: nowrap;
  width: 10em;
}

.checklist-row-3 {
  white-space: nowrap;
  width: 10em;
}

.checklist-row-4 {
  white-space: nowrap;
  width: 11em;
}

.checklist-row-5 {
  white-space: nowrap;
  width: 11em;
}

.checklist-row-6 {
  white-space: nowrap;
  width: 8em;
}
/*End css for :- LPPR-2112-Checklist-Module-4-Account-Manager-Checklist.*/
.logo-check-wrap .autocompleteImage{
  background-color: white;
  display: inline-block;
  width: 70px;
  height: 70px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  border: 2px solid #eaeaea;
}
.logo-check-main td{
  padding: .5rem .1rem;
}
.logo-check-main{
  top: 30% !important;
  height: fit-content !important;
  max-width: 52rem !important;
  max-height: 31rem !important;
  border: 3px solid #808080;
  border-radius: 1rem !important;
}
.logo-check-main tr{
  border-bottom: none;
}
.logo-check-td{
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.logo-check-verticle-bar {
  border-right: 1px solid #ddd; /* Vertical line */
}
.main-row{
  padding: 10px 0;
}
.font-bold{
  font-weight: bold;
}
/* End:- LPPR-1985-checklist-1*/

.schedule-call-task-icon{
  display: inline-block;
  background-image: url(/images/schedule_call_task_icon.png);
  background-size: contain;
  width: 15px;
  height: 15px;
  background-repeat: no-repeat;
  position: relative;
  top: 4px;
}
.schedule-normal-task-icon{
  display: inline-block;
  background-image: url(/images/schedule_normal_task_icon.png);
  background-size: contain;
  width: 15px;
  height: 15px;
  background-repeat: no-repeat;
  position: relative;
  top: 4px;
}
.filled-phone-icon{
  background-image: url(/images/filled_phone_icon.png);
  background-size: contain;
  width: 15px;
  height: 15px;
  background-repeat: no-repeat;
}
.text-gray{
  color: gray;
}
.internal-cmnt-icon-font{
  font-size: 2.2rem;
}
#samplesettings{
  top: 5px !important;
  border-radius: 4px;
}

.samplepaymentsettings{
  border: 1px solid #dee2e6;
  background-color: #dee2e6;
  margin-top: 25px;
}

.samplepaymentsub{
  padding-left: 15px;
  padding-top: 5px;
}

.sampleradiopay{
  padding-left: 25px;
}

.overrule-pending-user-check {
  /* Dimensions and spacing */
  display: block;
  width: 22px;
  height: 22px;
  margin-left: 5px;
  margin-top: -5px;
  /* Mask properties using your image */
  mask-image: url(/images/user-check.png);
  -webkit-mask-image: url(/images/user-check.png); /* For Safari/older Chrome */
  mask-size: contain !important;
  -webkit-mask-size: contain !important;
  mask-repeat: no-repeat !important;
  -webkit-mask-repeat: no-repeat !important;
  mask-position: center; /* Ensure it's centered */
  -webkit-mask-position: center;
  background-color: #039be5;
  cursor: pointer;
  transition: background-color 0.3s ease-in-out;
}

.overrule-pending-user-check:hover {
  background-color: #77be1d;
}

.create-task {
  /* Dimensions and spacing */
  display: block;
  width: 19px;
  height: 19px;
  margin-left: 10px;
  margin-top: -19px;
  /* Mask properties using your image */
  mask-image: url(/images/task-create-icon.png);
  -webkit-mask-image: url(/images/task-create-icon.png); /* For Safari/older Chrome */
  mask-size: contain !important;
  -webkit-mask-size: contain !important;
  mask-repeat: no-repeat !important;
  -webkit-mask-repeat: no-repeat !important;
  mask-position: center; /* Ensure it's centered */
  -webkit-mask-position: center;
  background-color: #000;
  cursor: pointer;
  transition: background-color 0.3s ease-in-out;
}

.create-task:hover {
  background-color: #673AB7;
}

.call-svg-icon {
  fill: gray;
  height: 22px;
  transition: fill 0.3s ease-in-out;
}

.call-svg-icon:hover {
  fill: #673AB7;
}

.people-svg-icon {
  fill: #ff8100;
  height: 24px;
  transition: fill 0.3s ease-in-out;
}

.people-svg-icon:hover {
  fill: #ff8100b3;
}
/* New blue header and border magninfic pop and repeat project pop */
.blue-mgf-container {
  position: relative;
  background: #fff;
  width: auto;
  max-width: 60rem;
  margin: 20px auto;
  font-family: Arial, sans-serif;
  border: 3px solid #00aedc;
  border-radius: 1rem;
}
.blue-mgf-head{
  padding: 8px 0 8px 16px;
  color: #fff;
  border-radius: 5px 5px 0 0;
  background:#00aedc;
}
.play-container [type="radio"]:checked + span:after {
  background: white;
  border-width: 5px;
  border-color: var(--blue);
}
.play-container{
  font-family: var(--font-family-sans-serif);
}
.play-container button.mfp-close {
  color: #fff;
  opacity: 1;
  right: -6px;
}
.play-container input[type=text]{
  color: #666;
  border-bottom-width: 2px !important;
}
.play-container input:focus{
  border-color: #9e9e9e !important;
  border-bottom-width: 2px !important;
  box-shadow: none !important;
}
.play-container textarea:focus{
  border-color: #9e9e9e !important;
  border-bottom-width: 2px !important;
  box-shadow: none !important;
}
.play-container .rpt-am-asgn-wrap select {
  color: #666;
  border-radius: 5px;
  height: 27px;
  border-color: #9e9e9e;
  font-size: 12px
}
.play-container label{
  color: #666;
  font-size: 14px;
  font-weight: 600;
}
.play-container .small-lbl{
  color: #666;
}
.play-container .rpt-foot-wrp button{
  height: 30px;
  line-height: 30px;
  padding: 0 35px;
  border-radius: 5px;
}
.play-container .play-proj-lbl{
  top: -8px;
}
.play-container .play-logo-pres{
  top: -19px;
}
/* .play-container .play-deadline-date{
  font-size: 20px;
} */
.play-container .play-vist{
  z-index: 1;
  top: 2px;
}
.play-container .custom-play-textarea {
  position: relative;
  margin-top: 20px;
}

.play-container .custom-play-rmrk-label {
  position: absolute;
  top: -10px;
  left: 15px;
  background-color: #fff;
  padding: 0 10px;
  color: #666;
}

.play-container .custom-play-textarea textarea.form-control {
  border: 2px solid gray;
  border-radius: 5px;
  padding: 10px 24px;
  font-size: 16px;
  resize: none;
}
.play-container .calendar-icon{position:absolute;top:50%;transform:translateY(-50%);color:#4e4848;right:0;font-size:20px}
.play-container .play-calender{width: 18rem;}
.play-container .comp-name{
  line-height: 1;
}
.play-container .copy-icon{
  font-size: 20px;
  color: #9e9e9e;
  cursor: pointer;
}
.play-container .call-log-copy-cont{
  font-size: 15px;
}
.play-container .ml-2rm{
  margin-left: 2rem;
}
.gap-1{
  gap: 1rem;
}
.play-container .user-info{
  border: 2px solid gray;
  border-radius: 50%;
  padding: 2px;
  margin-left: 5px;
  background-color: white;
  color: gray;
  font-weight: 700;
  display: none;
  height: 28px;
  width: 42px;
  text-align: center;
}
.play-container .call-log-email-wrap{
  width: 89px;
}
.play-container .call-log-email-wrap label{
  font-size: 12px;
}
.play-container .defaultAm {
  color: #00aedc;
}

.play-container .defaultAm:hover {
  color: #00aedc85;
}

.play-container .prvs-am-wrap {
  position: relative;
  width: 18rem;
}

.play-container .prv-am-show {
  position: absolute;
  top: -15px;
  left: 33px;
  font-size: 10px;
  font-weight: 400;
}

.play-container .comp-name {
  line-height: 1
}

.play-container .mv-to-pndng-txt {
  border: 2px solid gray;
  border-radius: 8px;
  padding: 1px 11px 0 11px;
  color: gray;
  height: 2rem;
}

.play-container .tab-2 {
  font-size: 12px;
  width: 25rem;
  height: 34rem;
  overflow: auto;
}
.cs-icon-color {
  color: #ff8100;
}
.cs-icon-color:hover{
  color: #ff8100b3;
}
.play-container .mv-to-pndng-txt-cs {
  border: 2px solid gray;
  border-radius: 8px;
  padding: 1px 11px 0 11px;
  color: gray;
  height: 2rem;
}
.pointer-event-none {
  pointer-events: none;
  opacity: 0.5;
}
.boxy-d {
  border: 1px solid #dee2e6;
  border-radius: 0.5rem;
  padding: 1rem;
  background-color: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  height: 100%;
  display: flex;
  flex-direction: column;
}
.kpi-lable .project_label {
  position: relative; /* instead of absolute */
  display: inline-block;
  opacity: 0.8;
  top: 0;
  left: 0;
  margin: 0 5px; /* gives spacing between elements */
  vertical-align: middle;
}
.play-container ul{
  list-style-type:disc;
  margin-left: 19px;
  margin-bottom: unset;
}
.play-container li{
  list-style-type:disc !important;
}
.text-decoration-line-through {
  text-decoration: line-through;
  opacity: 0.5;
  color: gray;
}
.alertusers {
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
}
.block-click * {
  pointer-events: none;
  opacity: 0.9; /* optional, for visual effect */
}
/* Fix: stacked dropdowns - elevate active dropdown above others (see _projects.scss) */
.advDropdown {
  width: 15%;
  padding: 0 10px;
  position: relative;
  z-index: 1;
}
.advDropdown:focus-within {
  z-index: 1000;
}

/* project edit page checklist css */
.government-checklist-label:checked + span:not(.lever):before {
    border-right: 4px solid #38c172 !important;
    border-bottom: 4px solid #38c172 !important;
}


@media (min-width: 576px) {
  .container,
  .container-sm {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container,
  .container-sm,
  .container-md {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl {
    max-width: 1140px;
  }
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      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-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
}

.row-cols-1 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333333%;
          flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}

.row-cols-4 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66666667%;
          flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}

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

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.33333333%;
          flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66666667%;
          flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}

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

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333333%;
          flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.66666667%;
          flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}

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

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.33333333%;
          flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.66666667%;
          flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}

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

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.33333333%;
          flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.66666667%;
          flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}

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

.order-first {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.order-last {
  -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
          order: 13;
}

.order-0 {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

/* New row column customizable layout for header without using bootstrap */
.head-noti-main {
  display: flex;
}

.head-noti-child-1 {
  white-space: nowrap;
  width: 7em;
}

.head-noti-child-2 {
  white-space: nowrap;
  width: 4em;
}

.head-noti-child-3 {
  white-space: nowrap;
  width: 11em;
}

.head-noti-child-4 {
  white-space: nowrap;
  width: 7em;
}

.head-noti-child-5 {
  white-space: nowrap;
  width: 6em;
  text-align: center;
}

.head-noti-child-6 {
  white-space: nowrap;
  width: 5em;
}

.head-noti-child-7 {
  white-space: nowrap;
  width: 4em;
  position: relative;
}

.head-noti-child-8 {
  white-space: nowrap;
  width: 6em;
  text-align: center;
}

.head-noti-child-9 {
  white-space: nowrap;
  width: 3em;
  text-align: center;
  position: relative;
}
.head-noti-child-10 {
  white-space: nowrap;
  width: 6em;
  text-align: center;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .order-sm-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }

  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }

  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }

  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }

  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }

  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .order-md-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }

  .order-md-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .order-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .order-md-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  .order-md-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  .order-md-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }

  .order-md-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }

  .order-md-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }

  .order-md-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }

  .order-md-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .order-lg-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }

  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }

  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }

  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }

  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }

  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .order-xl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }

  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }

  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }

  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }

  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }

  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

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

.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

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

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

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

.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(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

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

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #95c5ed;
}

.table-hover .table-primary:hover {
  background-color: #b0d4f1;
}

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

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

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb;
}

.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}

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

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

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #98dfb6;
}

.table-hover .table-success:hover {
  background-color: #b3e8ca;
}

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

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

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #b3d7f5;
}

.table-hover .table-info:hover {
  background-color: #c0ddf6;
}

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

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

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #fff6a1;
}

.table-hover .table-warning:hover {
  background-color: #fff8b3;
}

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

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

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #f09593;
}

.table-hover .table-danger:hover {
  background-color: #f4b0af;
}

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

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

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}

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

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

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c;
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}

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

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #343a40;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}

.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.6em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.6;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    -webkit-transition: none;
    transition: none;
  }
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #a1cbef;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 144, 220, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(52, 144, 220, 0.25);
}

.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

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

input[type="date"].form-control,
input[type="time"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

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

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

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

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

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

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 0.9rem;
  line-height: 1.6;
  color: #212529;
  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.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.7875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

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

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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      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,
.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

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

.form-check-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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: #38c172;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.7875rem;
  line-height: 1.6;
  color: #fff;
  background-color: rgba(56, 193, 114, 0.9);
  border-radius: 0.25rem;
}

.form-row > .col > .valid-tooltip,
.form-row > [class*="col-"] > .valid-tooltip {
  left: 5px;
}

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

.was-validated .form-control:valid,
.form-control.is-valid {
  border-color: #38c172;
  padding-right: calc(1.6em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2338c172' 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: right calc(0.4em + 0.1875rem) center;
  background-size: calc(0.8em + 0.375rem) calc(0.8em + 0.375rem);
}

.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
  border-color: #38c172;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(56, 193, 114, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(56, 193, 114, 0.25);
}

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

.was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #38c172;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2338c172' 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") center right 1.75rem/calc(0.8em + 0.375rem) calc(0.8em + 0.375rem) no-repeat;
}

.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #38c172;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(56, 193, 114, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(56, 193, 114, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label,
.form-check-input.is-valid ~ .form-check-label {
  color: #38c172;
}

.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: #38c172;
}

.was-validated .custom-control-input:valid ~ .custom-control-label::before,
.custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #38c172;
}

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before,
.custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #5cd08d;
  background-color: #5cd08d;
}

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before,
.custom-control-input.is-valid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(56, 193, 114, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(56, 193, 114, 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: #38c172;
}

.was-validated .custom-file-input:valid ~ .custom-file-label,
.custom-file-input.is-valid ~ .custom-file-label {
  border-color: #38c172;
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label,
.custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #38c172;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(56, 193, 114, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(56, 193, 114, 0.25);
}

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

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.7875rem;
  line-height: 1.6;
  color: #fff;
  background-color: rgba(227, 52, 47, 0.9);
  border-radius: 0.25rem;
}

.form-row > .col > .invalid-tooltip,
.form-row > [class*="col-"] > .invalid-tooltip {
  left: 5px;
}

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

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

.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
  border-color: #e3342f;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(227, 52, 47, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(227, 52, 47, 0.25);
}

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

.was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #e3342f;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23e3342f' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23e3342f' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(0.8em + 0.375rem) calc(0.8em + 0.375rem) no-repeat;
}

.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #e3342f;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(227, 52, 47, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(227, 52, 47, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label,
.form-check-input.is-invalid ~ .form-check-label {
  color: #e3342f;
}

.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: #e3342f;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label::before,
.custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #e3342f;
}

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before,
.custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e9605c;
  background-color: #e9605c;
}

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(227, 52, 47, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(227, 52, 47, 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: #e3342f;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label,
.custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #e3342f;
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label,
.custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #e3342f;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(227, 52, 47, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(227, 52, 47, 0.25);
}

.form-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  .form-inline label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 0;
  }

  .form-inline .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: auto;
    padding-left: 0;
  }

  .form-inline .form-check-input {
    position: relative;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }

  .form-inline .custom-control {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}
.simpleDeleteIcon{
  font-size: 16px;
  color: grey;
  cursor: pointer;
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 0.9rem;
  line-height: 1.6;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  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;
  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, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .btn {
    -webkit-transition: none;
    transition: none;
  }
}

.btn:hover {
  color: #212529;
  text-decoration: none;
}

.btn:focus,
.btn.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 144, 220, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(52, 144, 220, 0.25);
}

.btn.disabled,
.btn:disabled {
  opacity: 0.65;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #3490dc;
  border-color: #3490dc;
}

.btn-primary:hover {
  color: #fff;
  background-color: #227dc7;
  border-color: #2176bd;
}

.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #227dc7;
  border-color: #2176bd;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(82, 161, 225, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(82, 161, 225, 0.5);
}

.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #3490dc;
  border-color: #3490dc;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #2176bd;
  border-color: #1f6fb2;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(82, 161, 225, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(82, 161, 225, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

.btn-secondary:focus,
.btn-secondary.focus {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #38c172;
  border-color: #38c172;
}

.btn-success:hover {
  color: #fff;
  background-color: #2fa360;
  border-color: #2d995b;
}

.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #2fa360;
  border-color: #2d995b;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(86, 202, 135, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(86, 202, 135, 0.5);
}

.btn-success.disabled,
.btn-success:disabled {
  color: #fff;
  background-color: #38c172;
  border-color: #38c172;
}

.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #2d995b;
  border-color: #2a9055;
}

.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(86, 202, 135, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(86, 202, 135, 0.5);
}

.btn-info {
  color: #212529;
  background-color: #6cb2eb;
  border-color: #6cb2eb;
}

.btn-info:hover {
  color: #fff;
  background-color: #4aa0e6;
  border-color: #3f9ae5;
}

.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #4aa0e6;
  border-color: #3f9ae5;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(97, 157, 206, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(97, 157, 206, 0.5);
}

.btn-info.disabled,
.btn-info:disabled {
  color: #212529;
  background-color: #6cb2eb;
  border-color: #6cb2eb;
}

.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #3f9ae5;
  border-color: #3495e3;
}

.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(97, 157, 206, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(97, 157, 206, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffed4a;
  border-color: #ffed4a;
}

.btn-warning:hover {
  color: #212529;
  background-color: #ffe924;
  border-color: #ffe817;
}

.btn-warning:focus,
.btn-warning.focus {
  color: #212529;
  background-color: #ffe924;
  border-color: #ffe817;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 207, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(222, 207, 69, 0.5);
}

.btn-warning.disabled,
.btn-warning:disabled {
  color: #212529;
  background-color: #ffed4a;
  border-color: #ffed4a;
}

.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffe817;
  border-color: #ffe70a;
}

.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 207, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(222, 207, 69, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #e3342f;
  border-color: #e3342f;
}

.btn-danger:hover {
  color: #fff;
  background-color: #d0211c;
  border-color: #c51f1a;
}

.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #d0211c;
  border-color: #c51f1a;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(231, 82, 78, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(231, 82, 78, 0.5);
}

.btn-danger.disabled,
.btn-danger:disabled {
  color: #fff;
  background-color: #e3342f;
  border-color: #e3342f;
}

.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c51f1a;
  border-color: #b91d19;
}

.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(231, 82, 78, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(231, 82, 78, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.btn-light:focus,
.btn-light.focus {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-light.disabled,
.btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

.btn-dark:focus,
.btn-dark.focus {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-dark.disabled,
.btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}

.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-outline-primary {
  color: #3490dc;
  border-color: #3490dc;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #3490dc;
  border-color: #3490dc;
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 144, 220, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(52, 144, 220, 0.5);
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #3490dc;
  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: #3490dc;
  border-color: #3490dc;
}

.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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 144, 220, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(52, 144, 220, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #6c757d;
  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: #6c757d;
  border-color: #6c757d;
}

.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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #38c172;
  border-color: #38c172;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #38c172;
  border-color: #38c172;
}

.btn-outline-success:focus,
.btn-outline-success.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(56, 193, 114, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(56, 193, 114, 0.5);
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #38c172;
  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: #fff;
  background-color: #38c172;
  border-color: #38c172;
}

.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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(56, 193, 114, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(56, 193, 114, 0.5);
}

.btn-outline-info {
  color: #6cb2eb;
  border-color: #6cb2eb;
}

.btn-outline-info:hover {
  color: #212529;
  background-color: #6cb2eb;
  border-color: #6cb2eb;
}

.btn-outline-info:focus,
.btn-outline-info.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 178, 235, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(108, 178, 235, 0.5);
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #6cb2eb;
  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: #212529;
  background-color: #6cb2eb;
  border-color: #6cb2eb;
}

.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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 178, 235, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(108, 178, 235, 0.5);
}

.btn-outline-warning {
  color: #ffed4a;
  border-color: #ffed4a;
}

.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffed4a;
  border-color: #ffed4a;
}

.btn-outline-warning:focus,
.btn-outline-warning.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 237, 74, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 237, 74, 0.5);
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #ffed4a;
  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: #212529;
  background-color: #ffed4a;
  border-color: #ffed4a;
}

.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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 237, 74, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 237, 74, 0.5);
}

.btn-outline-danger {
  color: #e3342f;
  border-color: #e3342f;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #e3342f;
  border-color: #e3342f;
}

.btn-outline-danger:focus,
.btn-outline-danger.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(227, 52, 47, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(227, 52, 47, 0.5);
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #e3342f;
  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: #e3342f;
  border-color: #e3342f;
}

.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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(227, 52, 47, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(227, 52, 47, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:focus,
.btn-outline-light.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #f8f9fa;
  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: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:focus,
.btn-outline-dark.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #343a40;
  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: #343a40;
  border-color: #343a40;
}

.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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #3490dc;
  text-decoration: none;
}

.btn-link:hover {
  color: #1d68a7;
  text-decoration: underline;
}

.btn-link:focus,
.btn-link.focus {
  text-decoration: underline;
}

.btn-link:disabled,
.btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg,
.btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.125rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm,
.btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.7875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.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 {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  .fade {
    -webkit-transition: none;
    transition: none;
  }
}

.fade:not(.show) {
  opacity: 0;
}

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

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    -webkit-transition: none;
    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: 0.9rem;
  color: #212529;
  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 #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:hover,
.dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #e9ecef;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #3490dc;
}

.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #adb5bd;
  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.7875rem;
  color: #6c757d;
  white-space: nowrap;
}

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

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          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.5625rem;
  padding-left: 0.5625rem;
}

.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.375rem;
  padding-left: 0.375rem;
}

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

.btn-group-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
}

.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  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(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group > .custom-file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group:not(.has-validation) > .form-control:not(:last-child),
.input-group:not(.has-validation) > .custom-select:not(:last-child),
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group.has-validation > .form-control:nth-last-child(n + 3),
.input-group.has-validation > .custom-select:nth-last-child(n + 3),
.input-group.has-validation > .custom-file:nth-last-child(n + 3) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: -webkit-box;
  display: -ms-flexbox;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.6;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  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.5em + 1rem + 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: 0.5rem 1rem;
  font-size: 1.125rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 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.25rem 0.5rem;
  font-size: 0.7875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

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

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text,
.input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .btn,
.input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .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;
  z-index: 1;
  display: block;
  min-height: 1.44rem;
  padding-left: 1.5rem;
  color-adjust: exact;
}

.custom-control-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.22rem;
  opacity: 0;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #3490dc;
  background-color: #3490dc;
}

.custom-control-input:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 144, 220, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(52, 144, 220, 0.25);
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #a1cbef;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #cce3f6;
  border-color: #cce3f6;
}

.custom-control-input[disabled] ~ .custom-control-label,
.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}

.custom-control-input[disabled] ~ .custom-control-label::before,
.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}

.custom-control-label::before {
  position: absolute;
  top: 0.22rem;
  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.22rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: 50% / 50% 50% no-repeat;
}

.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' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #3490dc;
  background-color: #3490dc;
}

.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' width='4' height='4' 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(52, 144, 220, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(52, 144, 220, 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' width='12' height='12' 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(52, 144, 220, 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.22rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  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;
  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, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    -webkit-transition: none;
    transition: none;
  }
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  -webkit-transform: translateX(0.75rem);
          transform: translateX(0.75rem);
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(52, 144, 220, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.6em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.6;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.custom-select:focus {
  border-color: #a1cbef;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 144, 220, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(52, 144, 220, 0.25);
}

.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}

.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}

.custom-select::-ms-expand {
  display: none;
}

.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.7875rem;
}

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

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

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.6em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0;
}

.custom-file-input:focus ~ .custom-file-label {
  border-color: #a1cbef;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 144, 220, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(52, 144, 220, 0.25);
}

.custom-file-input[disabled] ~ .custom-file-label,
.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}

.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.6em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.6;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.6em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.6;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.custom-range:focus {
  outline: 0;
}

.custom-range:focus::-webkit-slider-thumb {
  -webkit-box-shadow: 0 0 0 1px #f8fafc, 0 0 0 0.2rem rgba(52, 144, 220, 0.25);
          box-shadow: 0 0 0 1px #f8fafc, 0 0 0 0.2rem rgba(52, 144, 220, 0.25);
}

.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #f8fafc, 0 0 0 0.2rem rgba(52, 144, 220, 0.25);
}

.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #f8fafc, 0 0 0 0.2rem rgba(52, 144, 220, 0.25);
}

.custom-range::-moz-focus-outer {
  border: 0;
}

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #3490dc;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-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;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
          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: #cce3f6;
}

.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #3490dc;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-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;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
       appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -webkit-transition: none;
    transition: none;
  }
}

.custom-range::-moz-range-thumb:active {
  background-color: #cce3f6;
}

.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  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: #3490dc;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-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;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -webkit-transition: none;
    transition: none;
  }
}

.custom-range::-ms-thumb:active {
  background-color: #cce3f6;
}

.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: #dee2e6;
  border-radius: 1rem;
}

.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  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 {
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-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;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    -webkit-transition: none;
    transition: none;
  }
}

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      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: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-link {
  margin-bottom: -1px;
  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: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #f8fafc;
  border-color: #dee2e6 #dee2e6 #f8fafc;
}

.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: #3490dc;
}

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

.nav-justified > .nav-link,
.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
}

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

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

.navbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.5rem 1rem;
}

.navbar .container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.32rem;
  padding-bottom: 0.32rem;
  margin-right: 1rem;
  font-size: 1.125rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          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 {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.125rem;
  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: 50% / 100% 100% no-repeat;
}

.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .navbar-expand-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            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,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }

  .navbar-expand-sm .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }

  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .navbar-expand-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            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,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }

  .navbar-expand-md .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }

  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .navbar-expand-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            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,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }

  .navbar-expand-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }

  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .navbar-expand-xl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            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,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }

  .navbar-expand-xl .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }

  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

.navbar-expand {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}

.navbar-expand .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          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,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}

.navbar-expand .navbar-collapse {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.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: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.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: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.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: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

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

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          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.125);
  border-radius: 0.25rem;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}

.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

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

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

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

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

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

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

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-top,
.card-img-bottom {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-deck {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }

  .card-deck .card {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group > .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }

  .card-group > .card {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            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: 0.75rem;
}

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 1.25rem;
            column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }

  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion {
  overflow-anchor: none;
}

.accordion > .card {
  overflow: hidden;
}

.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  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: #3490dc;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.page-link:hover {
  z-index: 2;
  color: #1d68a7;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.page-link:focus {
  z-index: 3;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 144, 220, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(52, 144, 220, 0.25);
}

.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: 3;
  color: #fff;
  background-color: #3490dc;
  border-color: #3490dc;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.125rem;
  line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.7875rem;
  line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  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;
  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, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .badge {
    -webkit-transition: none;
    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: #3490dc;
}

a.badge-primary:hover,
a.badge-primary:focus {
  color: #fff;
  background-color: #2176bd;
}

a.badge-primary:focus,
a.badge-primary.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 144, 220, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(52, 144, 220, 0.5);
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}

a.badge-secondary:hover,
a.badge-secondary:focus {
  color: #fff;
  background-color: #545b62;
}

a.badge-secondary:focus,
a.badge-secondary.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.badge-success {
  color: #fff;
  background-color: #38c172;
}

a.badge-success:hover,
a.badge-success:focus {
  color: #fff;
  background-color: #2d995b;
}

a.badge-success:focus,
a.badge-success.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(56, 193, 114, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(56, 193, 114, 0.5);
}

.badge-info {
  color: #212529;
  background-color: #6cb2eb;
}

a.badge-info:hover,
a.badge-info:focus {
  color: #212529;
  background-color: #3f9ae5;
}

a.badge-info:focus,
a.badge-info.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 178, 235, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(108, 178, 235, 0.5);
}

.badge-warning {
  color: #212529;
  background-color: #ffed4a;
}

a.badge-warning:hover,
a.badge-warning:focus {
  color: #212529;
  background-color: #ffe817;
}

a.badge-warning:focus,
a.badge-warning.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 237, 74, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 237, 74, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #e3342f;
}

a.badge-danger:hover,
a.badge-danger:focus {
  color: #fff;
  background-color: #c51f1a;
}

a.badge-danger:focus,
a.badge-danger.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(227, 52, 47, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(227, 52, 47, 0.5);
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}

a.badge-light:hover,
a.badge-light:focus {
  color: #212529;
  background-color: #dae0e5;
}

a.badge-light:focus,
a.badge-light.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}

a.badge-dark:hover,
a.badge-dark:focus {
  color: #fff;
  background-color: #1d2124;
}

a.badge-dark:focus,
a.badge-dark.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}

@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 1.25rem;
  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.85rem;
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #1b4b72;
  background-color: #d6e9f8;
  border-color: #c6e0f5;
}

.alert-primary hr {
  border-top-color: #b0d4f1;
}

.alert-primary .alert-link {
  color: #113049;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

.alert-secondary hr {
  border-top-color: #c8cbcf;
}

.alert-secondary .alert-link {
  color: #202326;
}

.alert-success {
  color: #1d643b;
  background-color: #d7f3e3;
  border-color: #c7eed8;
}

.alert-success hr {
  border-top-color: #b3e8ca;
}

.alert-success .alert-link {
  color: #123c24;
}

.alert-info {
  color: #385d7a;
  background-color: #e2f0fb;
  border-color: #d6e9f9;
}

.alert-info hr {
  border-top-color: #c0ddf6;
}

.alert-info .alert-link {
  color: #284257;
}

.alert-warning {
  color: #857b26;
  background-color: #fffbdb;
  border-color: #fffacc;
}

.alert-warning hr {
  border-top-color: #fff8b3;
}

.alert-warning .alert-link {
  color: #5d561b;
}

.alert-danger {
  color: #761b18;
  background-color: #f9d6d5;
  border-color: #f7c6c5;
}

.alert-danger hr {
  border-top-color: #f4b0af;
}

.alert-danger .alert-link {
  color: #4c110f;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

.alert-light hr {
  border-top-color: #ececf6;
}

.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

.alert-dark hr {
  border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
  color: #040505;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }

  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }

  to {
    background-position: 0 0;
  }
}

.progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.675rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #3490dc;
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    -webkit-transition: none;
    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 {
  -webkit-animation: 1s linear infinite progress-bar-stripes;
          animation: 1s linear infinite progress-bar-stripes;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
            animation: none;
  }
}

.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.media-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.list-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.list-group-item-action:hover,
.list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

.list-group-item.disabled,
.list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #3490dc;
  border-color: #3490dc;
}

.list-group-item + .list-group-item {
  border-top-width: 0;
}

.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}

.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}

.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}

.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}

.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 768px) {
  .list-group-horizontal-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 992px) {
  .list-group-horizontal-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

.list-group-flush {
  border-radius: 0;
}

.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}

.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: #1b4b72;
  background-color: #c6e0f5;
}

.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
  color: #1b4b72;
  background-color: #b0d4f1;
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #1b4b72;
  border-color: #1b4b72;
}

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}

.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

.list-group-item-success {
  color: #1d643b;
  background-color: #c7eed8;
}

.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
  color: #1d643b;
  background-color: #b3e8ca;
}

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #1d643b;
  border-color: #1d643b;
}

.list-group-item-info {
  color: #385d7a;
  background-color: #d6e9f9;
}

.list-group-item-info.list-group-item-action:hover,
.list-group-item-info.list-group-item-action:focus {
  color: #385d7a;
  background-color: #c0ddf6;
}

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #385d7a;
  border-color: #385d7a;
}

.list-group-item-warning {
  color: #857b26;
  background-color: #fffacc;
}

.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus {
  color: #857b26;
  background-color: #fff8b3;
}

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #857b26;
  border-color: #857b26;
}

.list-group-item-danger {
  color: #761b18;
  background-color: #f7c6c5;
}

.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
  color: #761b18;
  background-color: #f4b0af;
}

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #761b18;
  border-color: #761b18;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

.list-group-item-light.list-group-item-action:hover,
.list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}

.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.close {
  float: right;
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

.close:hover {
  color: #000;
  text-decoration: none;
}

.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
  opacity: .75;
}

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

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

.toast {
  -ms-flex-preferred-size: 350px;
      flex-basis: 350px;
  max-width: 350px;
  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);
  -webkit-box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.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 {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
          transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    -webkit-transition: none;
    transition: none;
  }
}

.modal.show .modal-dialog {
  -webkit-transform: none;
          transform: none;
}

.modal.modal-static .modal-dialog {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: -webkit-box;
  display: -ms-flexbox;
  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 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          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.3rem;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

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

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 1rem;
}
.purchasescroll::-webkit-scrollbar {
  width: 6px !important;
}
.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}

.modal-footer > * {
  margin: 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);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
  }

  .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: "Nunito", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  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.7875rem;
  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: "Nunito", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  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.7875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}

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

.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);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 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);
}

.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);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 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: 0.9rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.popover-header:empty {
  display: none;
}

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

.carousel {
  position: relative;
}

.carousel.pointer-event {
  -ms-touch-action: pan-y;
      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%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    -webkit-transition: none;
    transition: none;
  }
}

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

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transform: none;
          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;
  -webkit-transition: opacity 0s 0.6s;
  transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    -webkit-transition: none;
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    -webkit-transition: none;
    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: 50% / 100% 100% no-repeat;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%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' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          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: .5;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    -webkit-transition: none;
    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;
}

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
            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%;
  -webkit-animation: .75s linear infinite spinner-border;
          animation: .75s linear infinite spinner-border;
}

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

@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }

  50% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }

  50% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: .75s linear infinite spinner-grow;
          animation: .75s linear infinite spinner-grow;
}

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

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    -webkit-animation-duration: 1.5s;
            animation-duration: 1.5s;
  }
}

.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: #3490dc !important;
}

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

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

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

.bg-success {
  background-color: #38c172 !important;
}

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

.bg-info {
  background-color: #6cb2eb !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-left {
  border-left: 1px solid #dee2e6 !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: #3490dc !important;
}

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

.border-success {
  border-color: #38c172 !important;
}

.border-info {
  border-color: #6cb2eb !important;
}

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

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

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

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

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

.rounded-sm {
  border-radius: 0.2rem !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.3rem !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: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    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.85714286%;
}

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

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

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

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
}

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

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

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

.flex-fill {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important;
}

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important;
}

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important;
}

.justify-content-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}

.align-items-start {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

.align-items-end {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
}

.align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
      align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
      align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
      align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
      align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
      align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
      align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

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

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

  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }

  .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }

  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }

  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

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

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

  .flex-md-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }

  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }

  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  .align-self-md-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }

  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

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

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

  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }

  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }

  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }

  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

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

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

  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }

  .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }

  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }

  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        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;
  }
}

.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
      -ms-user-select: all !important;
          user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
      -ms-user-select: auto !important;
          user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: 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: -webkit-sticky !important;
  position: sticky !important;
}

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

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

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

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  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 {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
          box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

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

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

.shadow-none {
  -webkit-box-shadow: none !important;
          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;
}

.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: 0.25rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ml-5,
.mx-5 {
  margin-left: 3rem !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: 0.25rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ml-n5,
.mx-n5 {
  margin-left: -3rem !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: 0.25rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !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: 0.25rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !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: 0.25rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !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: 0.25rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !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: 0.25rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !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: 0.25rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !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: 0.25rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !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: 0.25rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !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;
  }
}

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

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !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: #3490dc !important;
}

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

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

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

.text-success {
  color: #38c172 !important;
}

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

.text-info {
  color: #6cb2eb !important;
}

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

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

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

.text-danger {
  color: #e3342f !important;
  font-size: smaller;
}

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

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

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

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

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

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

.text-muted {
  color: #6c757d !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;
  word-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;
    -webkit-box-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 #dee2e6 !important;
  }

  .table-dark {
    color: inherit;
  }

  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }

  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}

/*!
 * Materialize v1.0.0 (http://materializecss.com)
 * Copyright 2014-2017 Materialize
 * MIT License (https://raw.githubusercontent.com/Dogfalo/materialize/master/LICENSE)
 */

.materialize-red {
  background-color: #e51c23 !important;
}

.materialize-red-text {
  color: #e51c23 !important;
}

.materialize-red.lighten-5 {
  background-color: #fdeaeb !important;
}

.materialize-red-text.text-lighten-5 {
  color: #fdeaeb !important;
}

.materialize-red.lighten-4 {
  background-color: #f8c1c3 !important;
}

.materialize-red-text.text-lighten-4 {
  color: #f8c1c3 !important;
}

.materialize-red.lighten-3 {
  background-color: #f3989b !important;
}

.materialize-red-text.text-lighten-3 {
  color: #f3989b !important;
}

.materialize-red.lighten-2 {
  background-color: #ee6e73 !important;
}

.materialize-red-text.text-lighten-2 {
  color: #ee6e73 !important;
}

.materialize-red.lighten-1 {
  background-color: #ea454b !important;
}

.materialize-red-text.text-lighten-1 {
  color: #ea454b !important;
}

.materialize-red.darken-1 {
  background-color: #d0181e !important;
}

.materialize-red-text.text-darken-1 {
  color: #d0181e !important;
}

.materialize-red.darken-2 {
  background-color: #b9151b !important;
}

.materialize-red-text.text-darken-2 {
  color: #b9151b !important;
}

.materialize-red.darken-3 {
  background-color: #a21318 !important;
}

.materialize-red-text.text-darken-3 {
  color: #a21318 !important;
}

.materialize-red.darken-4 {
  background-color: #8b1014 !important;
}

.materialize-red-text.text-darken-4 {
  color: #8b1014 !important;
}

.red {
  background-color: #F44336 !important;
}

.red-text {
  color: #F44336 !important;
}

.red.lighten-5 {
  background-color: #FFEBEE !important;
}

.red-text.text-lighten-5 {
  color: #FFEBEE !important;
}

.red.lighten-4 {
  background-color: #FFCDD2 !important;
}

.red-text.text-lighten-4 {
  color: #FFCDD2 !important;
}

.red.lighten-3 {
  background-color: #EF9A9A !important;
}

.red-text.text-lighten-3 {
  color: #EF9A9A !important;
}

.red.lighten-2 {
  background-color: #E57373 !important;
}

.red-text.text-lighten-2 {
  color: #E57373 !important;
}

.red.lighten-1 {
  background-color: #EF5350 !important;
}

.red-text.text-lighten-1 {
  color: #EF5350 !important;
}

.red.darken-1 {
  background-color: #E53935 !important;
}

.red-text.text-darken-1 {
  color: #E53935 !important;
}

.red.darken-2 {
  background-color: #D32F2F !important;
}

.red-text.text-darken-2 {
  color: #D32F2F !important;
}

.red.darken-3 {
  background-color: #C62828 !important;
}

.red-text.text-darken-3 {
  color: #C62828 !important;
}

.red.darken-4 {
  background-color: #B71C1C !important;
}

.red-text.text-darken-4 {
  color: #B71C1C !important;
}

.red.accent-1 {
  background-color: #FF8A80 !important;
}

.red-text.text-accent-1 {
  color: #FF8A80 !important;
}

.red.accent-2 {
  background-color: #FF5252 !important;
}

.red-text.text-accent-2 {
  color: #FF5252 !important;
}

.red.accent-3 {
  background-color: #FF1744 !important;
}

.red-text.text-accent-3 {
  color: #FF1744 !important;
}

.red.accent-4 {
  background-color: #D50000 !important;
}

.red-text.text-accent-4 {
  color: #D50000 !important;
}

.pink {
  background-color: #e91e63 !important;
}

.pink-text {
  color: #e91e63 !important;
}

.pink.lighten-5 {
  background-color: #fce4ec !important;
}

.pink-text.text-lighten-5 {
  color: #fce4ec !important;
}

.pink.lighten-4 {
  background-color: #f8bbd0 !important;
}

.pink-text.text-lighten-4 {
  color: #f8bbd0 !important;
}

.pink.lighten-3 {
  background-color: #f48fb1 !important;
}

.pink-text.text-lighten-3 {
  color: #f48fb1 !important;
}

.pink.lighten-2 {
  background-color: #f06292 !important;
}

.pink-text.text-lighten-2 {
  color: #f06292 !important;
}

.pink.lighten-1 {
  background-color: #ec407a !important;
}

.pink-text.text-lighten-1 {
  color: #ec407a !important;
}

.pink.darken-1 {
  background-color: #d81b60 !important;
}

.pink-text.text-darken-1 {
  color: #d81b60 !important;
}

.pink.darken-2 {
  background-color: #c2185b !important;
}

.pink-text.text-darken-2 {
  color: #c2185b !important;
}

.pink.darken-3 {
  background-color: #ad1457 !important;
}

.pink-text.text-darken-3 {
  color: #ad1457 !important;
}

.pink.darken-4 {
  background-color: #880e4f !important;
}

.pink-text.text-darken-4 {
  color: #880e4f !important;
}

.pink.accent-1 {
  background-color: #ff80ab !important;
}

.pink-text.text-accent-1 {
  color: #ff80ab !important;
}

.pink.accent-2 {
  background-color: #ff4081 !important;
}

.pink-text.text-accent-2 {
  color: #ff4081 !important;
}

.pink.accent-3 {
  background-color: #f50057 !important;
}

.pink-text.text-accent-3 {
  color: #f50057 !important;
}

.pink.accent-4 {
  background-color: #c51162 !important;
}

.pink-text.text-accent-4 {
  color: #c51162 !important;
}

.purple {
  background-color: #9c27b0 !important;
}

.purple-text {
  color: #9c27b0 !important;
}

.purple.lighten-5 {
  background-color: #f3e5f5 !important;
}

.purple-text.text-lighten-5 {
  color: #f3e5f5 !important;
}

.purple.lighten-4 {
  background-color: #e1bee7 !important;
}

.purple-text.text-lighten-4 {
  color: #e1bee7 !important;
}

.purple.lighten-3 {
  background-color: #ce93d8 !important;
}

.purple-text.text-lighten-3 {
  color: #ce93d8 !important;
}

.purple.lighten-2 {
  background-color: #ba68c8 !important;
}

.purple-text.text-lighten-2 {
  color: #ba68c8 !important;
}

.purple.lighten-1 {
  background-color: #ab47bc !important;
}

.purple-text.text-lighten-1 {
  color: #ab47bc !important;
}

.purple.darken-1 {
  background-color: #8e24aa !important;
}

.purple-text.text-darken-1 {
  color: #8e24aa !important;
}

.purple.darken-2 {
  background-color: #7b1fa2 !important;
}

.purple-text.text-darken-2 {
  color: #7b1fa2 !important;
}

.purple.darken-3 {
  background-color: #6a1b9a !important;
}

.purple-text.text-darken-3 {
  color: #6a1b9a !important;
}

.purple.darken-4 {
  background-color: #4a148c !important;
}

.purple-text.text-darken-4 {
  color: #4a148c !important;
}

.purple.accent-1 {
  background-color: #ea80fc !important;
}

.purple-text.text-accent-1 {
  color: #ea80fc !important;
}

.purple.accent-2 {
  background-color: #e040fb !important;
}

.purple-text.text-accent-2 {
  color: #e040fb !important;
}

.purple.accent-3 {
  background-color: #d500f9 !important;
}

.purple-text.text-accent-3 {
  color: #d500f9 !important;
}

.purple.accent-4 {
  background-color: #aa00ff !important;
}

.purple-text.text-accent-4 {
  color: #aa00ff !important;
}

.deep-purple {
  background-color: #673ab7 !important;
}

.deep-purple-text {
  color: #673ab7 !important;
}

.deep-purple.lighten-5 {
  background-color: #ede7f6 !important;
}

.deep-purple-text.text-lighten-5 {
  color: #ede7f6 !important;
}

.deep-purple.lighten-4 {
  background-color: #d1c4e9 !important;
}

.deep-purple-text.text-lighten-4 {
  color: #d1c4e9 !important;
}

.deep-purple.lighten-3 {
  background-color: #b39ddb !important;
}

.deep-purple-text.text-lighten-3 {
  color: #b39ddb !important;
}

.deep-purple.lighten-2 {
  background-color: #9575cd !important;
}

.deep-purple-text.text-lighten-2 {
  color: #9575cd !important;
}

.deep-purple.lighten-1 {
  background-color: #7e57c2 !important;
}

.deep-purple-text.text-lighten-1 {
  color: #7e57c2 !important;
}

.deep-purple.darken-1 {
  background-color: #5e35b1 !important;
}

.deep-purple-text.text-darken-1 {
  color: #5e35b1 !important;
}

.deep-purple.darken-2 {
  background-color: #512da8 !important;
}

.deep-purple-text.text-darken-2 {
  color: #512da8 !important;
}

.deep-purple.darken-3 {
  background-color: #4527a0 !important;
}

.deep-purple-text.text-darken-3 {
  color: #4527a0 !important;
}

.deep-purple.darken-4 {
  background-color: #311b92 !important;
}

.deep-purple-text.text-darken-4 {
  color: #311b92 !important;
}

.deep-purple.accent-1 {
  background-color: #b388ff !important;
}

.deep-purple-text.text-accent-1 {
  color: #b388ff !important;
}

.deep-purple.accent-2 {
  background-color: #7c4dff !important;
}

.deep-purple-text.text-accent-2 {
  color: #7c4dff !important;
}

.deep-purple.accent-3 {
  background-color: #651fff !important;
}

.deep-purple-text.text-accent-3 {
  color: #651fff !important;
}

.deep-purple.accent-4 {
  background-color: #6200ea !important;
}

.deep-purple-text.text-accent-4 {
  color: #6200ea !important;
}

.indigo {
  background-color: #3f51b5 !important;
}

.indigo-text {
  color: #3f51b5 !important;
}

.indigo.lighten-5 {
  background-color: #e8eaf6 !important;
}

.indigo-text.text-lighten-5 {
  color: #e8eaf6 !important;
}

.indigo.lighten-4 {
  background-color: #c5cae9 !important;
}

.indigo-text.text-lighten-4 {
  color: #c5cae9 !important;
}

.indigo.lighten-3 {
  background-color: #9fa8da !important;
}

.indigo-text.text-lighten-3 {
  color: #9fa8da !important;
}

.indigo.lighten-2 {
  background-color: #7986cb !important;
}

.indigo-text.text-lighten-2 {
  color: #7986cb !important;
}

.indigo.lighten-1 {
  background-color: #5c6bc0 !important;
}

.indigo-text.text-lighten-1 {
  color: #5c6bc0 !important;
}

.indigo.darken-1 {
  background-color: #3949ab !important;
}

.indigo-text.text-darken-1 {
  color: #3949ab !important;
}

.indigo.darken-2 {
  background-color: #303f9f !important;
}

.indigo-text.text-darken-2 {
  color: #303f9f !important;
}

.indigo.darken-3 {
  background-color: #283593 !important;
}

.indigo-text.text-darken-3 {
  color: #283593 !important;
}

.indigo.darken-4 {
  background-color: #1a237e !important;
}

.indigo-text.text-darken-4 {
  color: #1a237e !important;
}

.indigo.accent-1 {
  background-color: #8c9eff !important;
}

.indigo-text.text-accent-1 {
  color: #8c9eff !important;
}

.indigo.accent-2 {
  background-color: #536dfe !important;
}

.indigo-text.text-accent-2 {
  color: #536dfe !important;
}

.indigo.accent-3 {
  background-color: #3d5afe !important;
}

.indigo-text.text-accent-3 {
  color: #3d5afe !important;
}

.indigo.accent-4 {
  background-color: #304ffe !important;
}

.indigo-text.text-accent-4 {
  color: #304ffe !important;
}

.blue {
  background-color: #2196F3 !important;
}

.blue-text {
  color: #2196F3 !important;
}

.blue.lighten-5 {
  background-color: #E3F2FD !important;
}

.blue-text.text-lighten-5 {
  color: #E3F2FD !important;
}

.blue.lighten-4 {
  background-color: #BBDEFB !important;
}

.blue-text.text-lighten-4 {
  color: #BBDEFB !important;
}

.blue.lighten-3 {
  background-color: #90CAF9 !important;
}

.blue-text.text-lighten-3 {
  color: #90CAF9 !important;
}

.blue.lighten-2 {
  background-color: #64B5F6 !important;
}

.blue-text.text-lighten-2 {
  color: #64B5F6 !important;
}

.blue.lighten-1 {
  background-color: #42A5F5 !important;
}

.blue-text.text-lighten-1 {
  color: #42A5F5 !important;
}

.blue.darken-1 {
  background-color: #1E88E5 !important;
}

.blue-text.text-darken-1 {
  color: #1E88E5 !important;
}

.blue.darken-2 {
  background-color: #1976D2 !important;
}

.blue-text.text-darken-2 {
  color: #1976D2 !important;
}

.blue.darken-3 {
  background-color: #1565C0 !important;
}

.blue-text.text-darken-3 {
  color: #1565C0 !important;
}

.blue.darken-4 {
  background-color: #0D47A1 !important;
}

.blue-text.text-darken-4 {
  color: #0D47A1 !important;
}

.blue.accent-1 {
  background-color: #82B1FF !important;
}

.blue-text.text-accent-1 {
  color: #82B1FF !important;
}

.blue.accent-2 {
  background-color: #448AFF !important;
}

.blue-text.text-accent-2 {
  color: #448AFF !important;
}

.blue.accent-3 {
  background-color: #2979FF !important;
}

.blue-text.text-accent-3 {
  color: #2979FF !important;
}

.blue.accent-4 {
  background-color: #2962FF !important;
}

.blue-text.text-accent-4 {
  color: #2962FF !important;
}

.light-blue {
  background-color: #03a9f4 !important;
}

.light-blue-text {
  color: #03a9f4 !important;
}

.light-blue.lighten-5 {
  background-color: #e1f5fe !important;
}

.light-blue-text.text-lighten-5 {
  color: #e1f5fe !important;
}

.light-blue.lighten-4 {
  background-color: #b3e5fc !important;
}

.light-blue-text.text-lighten-4 {
  color: #b3e5fc !important;
}

.light-blue.lighten-3 {
  background-color: #81d4fa !important;
}

.light-blue-text.text-lighten-3 {
  color: #81d4fa !important;
}

.light-blue.lighten-2 {
  background-color: #4fc3f7 !important;
}

.light-blue-text.text-lighten-2 {
  color: #4fc3f7 !important;
}

.light-blue.lighten-1 {
  background-color: #29b6f6 !important;
}

.light-blue-text.text-lighten-1 {
  color: #29b6f6 !important;
}

.light-blue.darken-1 {
  background-color: #039be5 !important;
}

.light-blue-text.text-darken-1 {
  color: #039be5 !important;
}

.light-blue.darken-2 {
  background-color: #0288d1 !important;
}

.light-blue-text.text-darken-2 {
  color: #0288d1 !important;
}

.light-blue.darken-3 {
  background-color: #0277bd !important;
}

.light-blue-text.text-darken-3 {
  color: #0277bd !important;
}

.light-blue.darken-4 {
  background-color: #01579b !important;
}

.light-blue-text.text-darken-4 {
  color: #01579b !important;
}

.light-blue.accent-1 {
  background-color: #80d8ff !important;
}

.light-blue-text.text-accent-1 {
  color: #80d8ff !important;
}

.light-blue.accent-2 {
  background-color: #40c4ff !important;
}

.light-blue-text.text-accent-2 {
  color: #40c4ff !important;
}

.light-blue.accent-3 {
  background-color: #00b0ff !important;
}

.light-blue-text.text-accent-3 {
  color: #00b0ff !important;
}

.light-blue.accent-4 {
  background-color: #0091ea !important;
}

.light-blue-text.text-accent-4 {
  color: #0091ea !important;
}

.cyan {
  background-color: #00bcd4 !important;
}

.cyan-text {
  color: #00bcd4 !important;
}

.cyan.lighten-5 {
  background-color: #e0f7fa !important;
}

.cyan-text.text-lighten-5 {
  color: #e0f7fa !important;
}

.cyan.lighten-4 {
  background-color: #b2ebf2 !important;
}

.cyan-text.text-lighten-4 {
  color: #b2ebf2 !important;
}

.cyan.lighten-3 {
  background-color: #80deea !important;
}

.cyan-text.text-lighten-3 {
  color: #80deea !important;
}

.cyan.lighten-2 {
  background-color: #4dd0e1 !important;
}

.cyan-text.text-lighten-2 {
  color: #4dd0e1 !important;
}

.cyan.lighten-1 {
  background-color: #26c6da !important;
}

.cyan-text.text-lighten-1 {
  color: #26c6da !important;
}

.cyan.darken-1 {
  background-color: #00acc1 !important;
}

.cyan-text.text-darken-1 {
  color: #00acc1 !important;
}

.cyan.darken-2 {
  background-color: #0097a7 !important;
}

.cyan-text.text-darken-2 {
  color: #0097a7 !important;
}

.cyan.darken-3 {
  background-color: #00838f !important;
}

.cyan-text.text-darken-3 {
  color: #00838f !important;
}

.cyan.darken-4 {
  background-color: #006064 !important;
}

.cyan-text.text-darken-4 {
  color: #006064 !important;
}

.cyan.accent-1 {
  background-color: #84ffff !important;
}

.cyan-text.text-accent-1 {
  color: #84ffff !important;
}

.cyan.accent-2 {
  background-color: #18ffff !important;
}

.cyan-text.text-accent-2 {
  color: #18ffff !important;
}

.cyan.accent-3 {
  background-color: #00e5ff !important;
}

.cyan-text.text-accent-3 {
  color: #00e5ff !important;
}

.cyan.accent-4 {
  background-color: #00b8d4 !important;
}

.cyan-text.text-accent-4 {
  color: #00b8d4 !important;
}

.teal {
  background-color: #009688 !important;
}

.teal-text {
  color: #009688 !important;
}

.teal.lighten-5 {
  background-color: #e0f2f1 !important;
}

.teal-text.text-lighten-5 {
  color: #e0f2f1 !important;
}

.teal.lighten-4 {
  background-color: #b2dfdb !important;
}

.teal-text.text-lighten-4 {
  color: #b2dfdb !important;
}

.teal.lighten-3 {
  background-color: #80cbc4 !important;
}

.teal-text.text-lighten-3 {
  color: #80cbc4 !important;
}

.teal.lighten-2 {
  background-color: #4db6ac !important;
}

.teal-text.text-lighten-2 {
  color: #4db6ac !important;
}

.teal.lighten-1 {
  background-color: #26a69a !important;
}

.teal-text.text-lighten-1 {
  color: #26a69a !important;
}

.teal.darken-1 {
  background-color: #00897b !important;
}

.teal-text.text-darken-1 {
  color: #00897b !important;
}

.teal.darken-2 {
  background-color: #00796b !important;
}

.teal-text.text-darken-2 {
  color: #00796b !important;
}

.teal.darken-3 {
  background-color: #00695c !important;
}

.teal-text.text-darken-3 {
  color: #00695c !important;
}

.teal.darken-4 {
  background-color: #004d40 !important;
}

.teal-text.text-darken-4 {
  color: #004d40 !important;
}

.teal.accent-1 {
  background-color: #a7ffeb !important;
}

.teal-text.text-accent-1 {
  color: #a7ffeb !important;
}

.teal.accent-2 {
  background-color: #64ffda !important;
}

.teal-text.text-accent-2 {
  color: #64ffda !important;
}

.teal.accent-3 {
  background-color: #1de9b6 !important;
}

.teal-text.text-accent-3 {
  color: #1de9b6 !important;
}

.teal.accent-4 {
  background-color: #00bfa5 !important;
}

.teal-text.text-accent-4 {
  color: #00bfa5 !important;
}

.green {
  background-color: #4CAF50 !important;
}

.green-text {
  color: #4CAF50 !important;
}

.green.lighten-5 {
  background-color: #E8F5E9 !important;
}

.green-text.text-lighten-5 {
  color: #E8F5E9 !important;
}

.green.lighten-4 {
  background-color: #C8E6C9 !important;
}

.green-text.text-lighten-4 {
  color: #C8E6C9 !important;
}

.green.lighten-3 {
  background-color: #A5D6A7 !important;
}

.green-text.text-lighten-3 {
  color: #A5D6A7 !important;
}

.green.lighten-2 {
  background-color: #81C784 !important;
}

.green-text.text-lighten-2 {
  color: #81C784 !important;
}

.green.lighten-1 {
  background-color: #66BB6A !important;
}

.green-text.text-lighten-1 {
  color: #66BB6A !important;
}

.green.darken-1 {
  background-color: #43A047 !important;
}

.green-text.text-darken-1 {
  color: #43A047 !important;
}

.green.darken-2 {
  background-color: #388E3C !important;
}

.green-text.text-darken-2 {
  color: #388E3C !important;
}

.green.darken-3 {
  background-color: #2E7D32 !important;
}

.green-text.text-darken-3 {
  color: #2E7D32 !important;
}

.green.darken-4 {
  background-color: #1B5E20 !important;
}

.green-text.text-darken-4 {
  color: #1B5E20 !important;
}

.green.accent-1 {
  background-color: #B9F6CA !important;
}

.green-text.text-accent-1 {
  color: #B9F6CA !important;
}

.green.accent-2 {
  background-color: #69F0AE !important;
}

.green-text.text-accent-2 {
  color: #69F0AE !important;
}

.green.accent-3 {
  background-color: #00E676 !important;
}

.green-text.text-accent-3 {
  color: #00E676 !important;
}

.green.accent-4 {
  background-color: #00C853 !important;
}

.green-text.text-accent-4 {
  color: #00C853 !important;
}

.light-green {
  background-color: #8bc34a !important;
}

.light-green-text {
  color: #8bc34a !important;
}

.light-green.lighten-5 {
  background-color: #f1f8e9 !important;
}

.light-green-text.text-lighten-5 {
  color: #f1f8e9 !important;
}

.light-green.lighten-4 {
  background-color: #dcedc8 !important;
}

.light-green-text.text-lighten-4 {
  color: #dcedc8 !important;
}

.light-green.lighten-3 {
  background-color: #c5e1a5 !important;
}

.light-green-text.text-lighten-3 {
  color: #c5e1a5 !important;
}

.light-green.lighten-2 {
  background-color: #aed581 !important;
}

.light-green-text.text-lighten-2 {
  color: #aed581 !important;
}

.light-green.lighten-1 {
  background-color: #9ccc65 !important;
}

.light-green-text.text-lighten-1 {
  color: #9ccc65 !important;
}

.light-green.darken-1 {
  background-color: #7cb342 !important;
}

.light-green-text.text-darken-1 {
  color: #7cb342 !important;
}

.light-green.darken-2 {
  background-color: #689f38 !important;
}

.light-green-text.text-darken-2 {
  color: #689f38 !important;
}

.light-green.darken-3 {
  background-color: #558b2f !important;
}

.light-green-text.text-darken-3 {
  color: #558b2f !important;
}

.light-green.darken-4 {
  background-color: #33691e !important;
}

.light-green-text.text-darken-4 {
  color: #33691e !important;
}

.light-green.accent-1 {
  background-color: #ccff90 !important;
}

.light-green-text.text-accent-1 {
  color: #ccff90 !important;
}

.light-green.accent-2 {
  background-color: #b2ff59 !important;
}

.light-green-text.text-accent-2 {
  color: #b2ff59 !important;
}

.light-green.accent-3 {
  background-color: #76ff03 !important;
}

.light-green-text.text-accent-3 {
  color: #76ff03 !important;
}

.light-green.accent-4 {
  background-color: #64dd17 !important;
}

.light-green-text.text-accent-4 {
  color: #64dd17 !important;
}

.lime {
  background-color: #cddc39 !important;
}

.lime-text {
  color: #cddc39 !important;
}

.lime.lighten-5 {
  background-color: #f9fbe7 !important;
}

.lime-text.text-lighten-5 {
  color: #f9fbe7 !important;
}

.lime.lighten-4 {
  background-color: #f0f4c3 !important;
}

.lime-text.text-lighten-4 {
  color: #f0f4c3 !important;
}

.lime.lighten-3 {
  background-color: #e6ee9c !important;
}

.lime-text.text-lighten-3 {
  color: #e6ee9c !important;
}

.lime.lighten-2 {
  background-color: #dce775 !important;
}

.lime-text.text-lighten-2 {
  color: #dce775 !important;
}

.lime.lighten-1 {
  background-color: #d4e157 !important;
}

.lime-text.text-lighten-1 {
  color: #d4e157 !important;
}

.lime.darken-1 {
  background-color: #c0ca33 !important;
}

.lime-text.text-darken-1 {
  color: #c0ca33 !important;
}

.lime.darken-2 {
  background-color: #afb42b !important;
}

.lime-text.text-darken-2 {
  color: #afb42b !important;
}

.lime.darken-3 {
  background-color: #9e9d24 !important;
}

.lime-text.text-darken-3 {
  color: #9e9d24 !important;
}

.lime.darken-4 {
  background-color: #827717 !important;
}

.lime-text.text-darken-4 {
  color: #827717 !important;
}

.lime.accent-1 {
  background-color: #f4ff81 !important;
}

.lime-text.text-accent-1 {
  color: #f4ff81 !important;
}

.lime.accent-2 {
  background-color: #eeff41 !important;
}

.lime-text.text-accent-2 {
  color: #eeff41 !important;
}

.lime.accent-3 {
  background-color: #c6ff00 !important;
}

.lime-text.text-accent-3 {
  color: #c6ff00 !important;
}

.lime.accent-4 {
  background-color: #aeea00 !important;
}

.lime-text.text-accent-4 {
  color: #aeea00 !important;
}

.yellow {
  background-color: #ffeb3b !important;
}

.yellow-text {
  color: #ffeb3b !important;
}

.yellow.lighten-5 {
  background-color: #fffde7 !important;
}

.yellow-text.text-lighten-5 {
  color: #fffde7 !important;
}

.yellow.lighten-4 {
  background-color: #fff9c4 !important;
}

.yellow-text.text-lighten-4 {
  color: #fff9c4 !important;
}

.yellow.lighten-3 {
  background-color: #fff59d !important;
}

.yellow-text.text-lighten-3 {
  color: #fff59d !important;
}

.yellow.lighten-2 {
  background-color: #fff176 !important;
}

.yellow-text.text-lighten-2 {
  color: #fff176 !important;
}

.yellow.lighten-1 {
  background-color: #ffee58 !important;
}

.yellow-text.text-lighten-1 {
  color: #ffee58 !important;
}

.yellow.darken-1 {
  background-color: #fdd835 !important;
}

.yellow-text.text-darken-1 {
  color: #fdd835 !important;
}

.yellow.darken-2 {
  background-color: #fbc02d !important;
}

.yellow-text.text-darken-2 {
  color: #fbc02d !important;
}

.yellow.darken-3 {
  background-color: #f9a825 !important;
}

.yellow-text.text-darken-3 {
  color: #f9a825 !important;
}

.yellow.darken-4 {
  background-color: #f57f17 !important;
}

.yellow-text.text-darken-4 {
  color: #f57f17 !important;
}

.yellow.accent-1 {
  background-color: #ffff8d !important;
}

.yellow-text.text-accent-1 {
  color: #ffff8d !important;
}

.yellow.accent-2 {
  background-color: #ffff00 !important;
}

.yellow-text.text-accent-2 {
  color: #ffff00 !important;
}

.yellow.accent-3 {
  background-color: #ffea00 !important;
}

.yellow-text.text-accent-3 {
  color: #ffea00 !important;
}

.yellow.accent-4 {
  background-color: #ffd600 !important;
}

.yellow-text.text-accent-4 {
  color: #ffd600 !important;
}

.amber {
  background-color: #ffc107 !important;
}

.amber-text {
  color: #ffc107 !important;
}

.amber.lighten-5 {
  background-color: #fff8e1 !important;
}

.amber-text.text-lighten-5 {
  color: #fff8e1 !important;
}

.amber.lighten-4 {
  background-color: #ffecb3 !important;
}

.amber-text.text-lighten-4 {
  color: #ffecb3 !important;
}

.amber.lighten-3 {
  background-color: #ffe082 !important;
}

.amber-text.text-lighten-3 {
  color: #ffe082 !important;
}

.amber.lighten-2 {
  background-color: #ffd54f !important;
}

.amber-text.text-lighten-2 {
  color: #ffd54f !important;
}

.amber.lighten-1 {
  background-color: #ffca28 !important;
}

.amber-text.text-lighten-1 {
  color: #ffca28 !important;
}

.amber.darken-1 {
  background-color: #ffb300 !important;
}

.amber-text.text-darken-1 {
  color: #ffb300 !important;
}

.amber.darken-2 {
  background-color: #ffa000 !important;
}

.amber-text.text-darken-2 {
  color: #ffa000 !important;
}

.amber.darken-3 {
  background-color: #ff8f00 !important;
}

.amber-text.text-darken-3 {
  color: #ff8f00 !important;
}

.amber.darken-4 {
  background-color: #ff6f00 !important;
}

.amber-text.text-darken-4 {
  color: #ff6f00 !important;
}

.amber.accent-1 {
  background-color: #ffe57f !important;
}

.amber-text.text-accent-1 {
  color: #ffe57f !important;
}

.amber.accent-2 {
  background-color: #ffd740 !important;
}

.amber-text.text-accent-2 {
  color: #ffd740 !important;
}

.amber.accent-3 {
  background-color: #ffc400 !important;
}

.amber-text.text-accent-3 {
  color: #ffc400 !important;
}

.amber.accent-4 {
  background-color: #ffab00 !important;
}

.amber-text.text-accent-4 {
  color: #ffab00 !important;
}

.orange {
  background-color: #ff9800 !important;
}

.orange-text {
  color: #ff9800 !important;
}

.orange.lighten-5 {
  background-color: #fff3e0 !important;
}

.orange-text.text-lighten-5 {
  color: #fff3e0 !important;
}

.orange.lighten-4 {
  background-color: #ffe0b2 !important;
}

.orange-text.text-lighten-4 {
  color: #ffe0b2 !important;
}

.orange.lighten-3 {
  background-color: #ffcc80 !important;
}

.orange-text.text-lighten-3 {
  color: #ffcc80 !important;
}

.orange.lighten-2 {
  background-color: #ffb74d !important;
}

.orange-text.text-lighten-2 {
  color: #ffb74d !important;
}

.orange.lighten-1 {
  background-color: #ffa726 !important;
}

.orange-text.text-lighten-1 {
  color: #ffa726 !important;
}

.orange.darken-1 {
  background-color: #fb8c00 !important;
}

.orange-text.text-darken-1 {
  color: #fb8c00 !important;
}

.orange.darken-2 {
  background-color: #f57c00 !important;
}

.orange-text.text-darken-2 {
  color: #f57c00 !important;
}

.orange.darken-3 {
  background-color: #ef6c00 !important;
}

.orange-text.text-darken-3 {
  color: #ef6c00 !important;
}

.orange.darken-4 {
  background-color: #e65100 !important;
}

.orange-text.text-darken-4 {
  color: #e65100 !important;
}

.orange.accent-1 {
  background-color: #ffd180 !important;
}

.orange-text.text-accent-1 {
  color: #ffd180 !important;
}

.orange.accent-2 {
  background-color: #ffab40 !important;
}

.orange-text.text-accent-2 {
  color: #ffab40 !important;
}

.orange.accent-3 {
  background-color: #ff9100 !important;
}

.orange-text.text-accent-3 {
  color: #ff9100 !important;
}

.orange.accent-4 {
  background-color: #ff6d00 !important;
}

.orange-text.text-accent-4 {
  color: #ff6d00 !important;
}

.deep-orange {
  background-color: #ff5722 !important;
}

.deep-orange-text {
  color: #ff5722 !important;
}

.deep-orange.lighten-5 {
  background-color: #fbe9e7 !important;
}

.deep-orange-text.text-lighten-5 {
  color: #fbe9e7 !important;
}

.deep-orange.lighten-4 {
  background-color: #ffccbc !important;
}

.deep-orange-text.text-lighten-4 {
  color: #ffccbc !important;
}

.deep-orange.lighten-3 {
  background-color: #ffab91 !important;
}

.deep-orange-text.text-lighten-3 {
  color: #ffab91 !important;
}

.deep-orange.lighten-2 {
  background-color: #ff8a65 !important;
}

.deep-orange-text.text-lighten-2 {
  color: #ff8a65 !important;
}

.deep-orange.lighten-1 {
  background-color: #ff7043 !important;
}

.deep-orange-text.text-lighten-1 {
  color: #ff7043 !important;
}

.deep-orange.darken-1 {
  background-color: #f4511e !important;
}

.deep-orange-text.text-darken-1 {
  color: #f4511e !important;
}

.deep-orange.darken-2 {
  background-color: #e64a19 !important;
}

.deep-orange-text.text-darken-2 {
  color: #e64a19 !important;
}

.deep-orange.darken-3 {
  background-color: #d84315 !important;
}

.deep-orange-text.text-darken-3 {
  color: #d84315 !important;
}

.deep-orange.darken-4 {
  background-color: #bf360c !important;
}

.deep-orange-text.text-darken-4 {
  color: #bf360c !important;
}

.deep-orange.accent-1 {
  background-color: #ff9e80 !important;
}

.deep-orange-text.text-accent-1 {
  color: #ff9e80 !important;
}

.deep-orange.accent-2 {
  background-color: #ff6e40 !important;
}

.deep-orange-text.text-accent-2 {
  color: #ff6e40 !important;
}

.deep-orange.accent-3 {
  background-color: #ff3d00 !important;
}

.deep-orange-text.text-accent-3 {
  color: #ff3d00 !important;
}

.deep-orange.accent-4 {
  background-color: #dd2c00 !important;
}

.deep-orange-text.text-accent-4 {
  color: #dd2c00 !important;
}

.brown {
  background-color: #795548 !important;
}

.brown-text {
  color: #795548 !important;
}

.brown.lighten-5 {
  background-color: #efebe9 !important;
}

.brown-text.text-lighten-5 {
  color: #efebe9 !important;
}

.brown.lighten-4 {
  background-color: #d7ccc8 !important;
}

.brown-text.text-lighten-4 {
  color: #d7ccc8 !important;
}

.brown.lighten-3 {
  background-color: #bcaaa4 !important;
}

.brown-text.text-lighten-3 {
  color: #bcaaa4 !important;
}

.brown.lighten-2 {
  background-color: #a1887f !important;
}

.brown-text.text-lighten-2 {
  color: #a1887f !important;
}

.brown.lighten-1 {
  background-color: #8d6e63 !important;
}

.brown-text.text-lighten-1 {
  color: #8d6e63 !important;
}

.brown.darken-1 {
  background-color: #6d4c41 !important;
}

.brown-text.text-darken-1 {
  color: #6d4c41 !important;
}

.brown.darken-2 {
  background-color: #5d4037 !important;
}

.brown-text.text-darken-2 {
  color: #5d4037 !important;
}

.brown.darken-3 {
  background-color: #4e342e !important;
}

.brown-text.text-darken-3 {
  color: #4e342e !important;
}

.brown.darken-4 {
  background-color: #3e2723 !important;
}

.brown-text.text-darken-4 {
  color: #3e2723 !important;
}

.blue-grey {
  background-color: #607d8b !important;
}

.blue-grey-text {
  color: #607d8b !important;
}

.blue-grey.lighten-5 {
  background-color: #eceff1 !important;
}

.blue-grey-text.text-lighten-5 {
  color: #eceff1 !important;
}

.blue-grey.lighten-4 {
  background-color: #cfd8dc !important;
}

.blue-grey-text.text-lighten-4 {
  color: #cfd8dc !important;
}

.blue-grey.lighten-3 {
  background-color: #b0bec5 !important;
}

.blue-grey-text.text-lighten-3 {
  color: #b0bec5 !important;
}

.blue-grey.lighten-2 {
  background-color: #90a4ae !important;
}

.blue-grey-text.text-lighten-2 {
  color: #90a4ae !important;
}

.blue-grey.lighten-1 {
  background-color: #78909c !important;
}

.blue-grey-text.text-lighten-1 {
  color: #78909c !important;
}

.blue-grey.darken-1 {
  background-color: #546e7a !important;
}

.blue-grey-text.text-darken-1 {
  color: #546e7a !important;
}

.blue-grey.darken-2 {
  background-color: #455a64 !important;
}

.blue-grey-text.text-darken-2 {
  color: #455a64 !important;
}

.blue-grey.darken-3 {
  background-color: #37474f !important;
}

.blue-grey-text.text-darken-3 {
  color: #37474f !important;
}

.blue-grey.darken-4 {
  background-color: #263238 !important;
}

.blue-grey-text.text-darken-4 {
  color: #263238 !important;
}

.grey {
  background-color: #9e9e9e !important;
}

.grey-text {
  color: #9e9e9e !important;
}

.grey.lighten-5 {
  background-color: #fafafa !important;
}

.grey-text.text-lighten-5 {
  color: #fafafa !important;
}

.grey.lighten-4 {
  background-color: #f5f5f5 !important;
}

.grey-text.text-lighten-4 {
  color: #f5f5f5 !important;
}

.grey.lighten-3 {
  background-color: #eeeeee !important;
}

.grey-text.text-lighten-3 {
  color: #eeeeee !important;
}

.grey.lighten-2 {
  background-color: #e0e0e0 !important;
}

.grey-text.text-lighten-2 {
  color: #e0e0e0 !important;
}

.grey.lighten-1 {
  background-color: #bdbdbd !important;
}

.grey-text.text-lighten-1 {
  color: #bdbdbd !important;
}

.grey.darken-1 {
  background-color: #757575 !important;
}

.grey-text.text-darken-1 {
  color: #757575 !important;
}

.grey.darken-2 {
  background-color: #616161 !important;
}

.grey-text.text-darken-2 {
  color: #616161 !important;
}

.grey.darken-3 {
  background-color: #424242 !important;
}

.grey-text.text-darken-3 {
  color: #424242 !important;
}

.grey.darken-4 {
  background-color: #212121 !important;
}

.grey-text.text-darken-4 {
  color: #212121 !important;
}

.black {
  background-color: #000000 !important;
}

.black-text {
  color: #000000 !important;
}

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

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

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

.transparent-text {
  color: transparent !important;
}

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

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

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

ul:not(.browser-default) {
  padding-left: 0;
  list-style-type: none;
}

ul:not(.browser-default) > li {
  list-style-type: none;
}

a {
  color: #039be5;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

.valign-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.clearfix {
  clear: both;
}

.z-depth-0 {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

/* 2dp elevation modified*/

.z-depth-1,
nav,
.card-panel,
.card,
.toast,
.btn,
.btn-large,
.btn-small,
.btn-floating,
.dropdown-content,
.collapsible,
.sidenav {
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

.z-depth-1-half,
.btn:hover,
.btn-large:hover,
.btn-small:hover,
.btn-floating:hover {
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);
}

/* 6dp elevation modified*/

.z-depth-2 {
  -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
}

/* 12dp elevation modified*/

.z-depth-3 {
  -webkit-box-shadow: 0 8px 17px 2px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 8px 17px 2px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
}

/* 16dp elevation */

.z-depth-4 {
  -webkit-box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -7px rgba(0, 0, 0, 0.2);
  box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -7px rgba(0, 0, 0, 0.2);
}

/* 24dp elevation */

.z-depth-5,
.modal {
  -webkit-box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 11px 15px -7px rgba(0, 0, 0, 0.2);
  box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 11px 15px -7px rgba(0, 0, 0, 0.2);
}

.hoverable {
  -webkit-transition: -webkit-box-shadow .25s;
  transition: -webkit-box-shadow .25s;
  transition: box-shadow .25s;
  transition: box-shadow .25s, -webkit-box-shadow .25s;
}

.hoverable:hover {
  -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.divider {
  height: 1px;
  overflow: hidden;
  background-color: #e0e0e0;
}

blockquote {
  margin: 20px 0;
  padding-left: 1.5rem;
  border-left: 5px solid #ee6e73;
}

i {
  line-height: inherit;
}

i.left {
  float: left;
  margin-right: 15px;
}

i.right {
  float: right;
  margin-left: 15px;
}

i.tiny {
  font-size: 1rem;
}

i.small {
  font-size: 2rem;
}

i.medium {
  font-size: 4rem;
}

i.large {
  font-size: 6rem;
}

img.responsive-img,
video.responsive-video {
  max-width: 100%;
  height: auto;
}

.pagination li {
  display: inline-block;
  border-radius: 2px;
  text-align: center;
  vertical-align: top;
  height: 30px;
}

.pagination li a {
  color: #444;
  display: inline-block;
  font-size: 1.2rem;
  padding: 0 10px;
  line-height: 30px;
}

.pagination li.active a {
  color: #fff;
}

.pagination li.active {
  background-color: #ee6e73;
}

.pagination li.disabled a {
  cursor: default;
  color: #999;
}

.pagination li i {
  font-size: 2rem;
}

.pagination li.pages ul li {
  display: inline-block;
  float: none;
}

@media only screen and (max-width: 992px) {
  .pagination {
    width: 100%;
  }

  .pagination li.prev,
  .pagination li.next {
    width: 10%;
  }

  .pagination li.pages {
    width: 80%;
    overflow: hidden;
    white-space: nowrap;
  }
}

.breadcrumb {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.7);
}

.breadcrumb i,
.breadcrumb [class^="mdi-"],
.breadcrumb [class*="mdi-"],
.breadcrumb i.material-icons {
  display: inline-block;
  float: left;
  font-size: 24px;
}

.breadcrumb:before {
  content: '\E5CC';
  color: rgba(255, 255, 255, 0.7);
  vertical-align: top;
  display: inline-block;
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 25px;
  margin: 0 10px 0 8px;
  -webkit-font-smoothing: antialiased;
}

.breadcrumb:first-child:before {
  display: none;
}

.breadcrumb:last-child {
  color: #fff;
}

.parallax-container {
  position: relative;
  overflow: hidden;
  height: 500px;
}

.parallax-container .parallax {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.parallax-container .parallax img {
  opacity: 0;
  position: absolute;
  left: 50%;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.pin-top,
.pin-bottom {
  position: relative;
}

.pinned {
  position: fixed !important;
}

/*********************
  Transition Classes
**********************/

ul.staggered-list li {
  opacity: 0;
}

.fade-in {
  opacity: 0;
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
}

/*********************
  Media Query Classes
**********************/

@media only screen and (max-width: 600px) {
  .hide-on-small-only,
  .hide-on-small-and-down {
    display: none !important;
  }
}

@media only screen and (max-width: 992px) {
  .hide-on-med-and-down {
    display: none !important;
  }
}

@media only screen and (min-width: 601px) {
  .hide-on-med-and-up {
    display: none !important;
  }
}

@media only screen and (min-width: 600px) and (max-width: 992px) {
  .hide-on-med-only {
    display: none !important;
  }
}

@media only screen and (min-width: 993px) {
  .hide-on-large-only {
    display: none !important;
  }
}

@media only screen and (min-width: 1201px) {
  .hide-on-extra-large-only {
    display: none !important;
  }
}

@media only screen and (min-width: 1201px) {
  .show-on-extra-large {
    display: block !important;
  }
}

@media only screen and (min-width: 993px) {
  .show-on-large {
    display: block !important;
  }
}

@media only screen and (min-width: 600px) and (max-width: 992px) {
  .show-on-medium {
    display: block !important;
  }
}

@media only screen and (max-width: 600px) {
  .show-on-small {
    display: block !important;
  }
}

@media only screen and (min-width: 601px) {
  .show-on-medium-and-up {
    display: block !important;
  }
}

@media only screen and (max-width: 992px) {
  .show-on-medium-and-down {
    display: block !important;
  }
}

@media only screen and (max-width: 600px) {
  .center-on-small-only {
    text-align: center;
  }
}

.page-footer {
  padding-top: 20px;
  color: #fff;
  background-color: #ee6e73;
}

.page-footer .footer-copyright {
  overflow: hidden;
  min-height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px 0px;
  color: rgba(255, 255, 255, 0.8);
  background-color: rgba(51, 51, 51, 0.08);
}

table,
th,
td {
  border: none;
}

table {
  width: 100%;
  display: table;
  border-collapse: collapse;
  border-spacing: 0;
}

table.striped tr {
  border-bottom: none;
}

table.striped > tbody > tr:nth-child(odd) {
  background-color: rgba(242, 242, 242, 0.5);
}

table.striped > tbody > tr > td {
  border-radius: 0;
}

table.highlight > tbody > tr {
  -webkit-transition: background-color .25s ease;
  transition: background-color .25s ease;
}

table.highlight > tbody > tr:hover {
  background-color: rgba(242, 242, 242, 0.5);
}

table.centered thead tr th,
table.centered tbody tr td {
  text-align: center;
}

tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

td,
th {
  padding: 15px 5px;
  display: table-cell;
  text-align: left;
  vertical-align: middle;
  border-radius: 2px;
}

@media only screen and (max-width: 992px) {
  table.responsive-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    display: block;
    position: relative;
    /* sort out borders */
  }

  table.responsive-table td:empty:before {
    content: '\A0';
  }

  table.responsive-table th,
  table.responsive-table td {
    margin: 0;
    vertical-align: top;
  }

  table.responsive-table th {
    text-align: left;
  }

  table.responsive-table thead {
    display: block;
    float: left;
  }

  table.responsive-table thead tr {
    display: block;
    padding: 0 10px 0 0;
  }

  table.responsive-table thead tr th::before {
    content: "\A0";
  }

  table.responsive-table tbody {
    display: block;
    width: auto;
    position: relative;
    overflow-x: auto;
    white-space: nowrap;
  }

  table.responsive-table tbody tr {
    display: inline-block;
    vertical-align: top;
  }

  table.responsive-table th {
    display: block;
    text-align: right;
  }

  table.responsive-table td {
    display: block;
    min-height: 1.25em;
    text-align: left;
  }

  table.responsive-table tr {
    border-bottom: none;
    padding: 0 10px;
  }

  table.responsive-table thead {
    border: 0;
    border-right: 1px solid rgba(0, 0, 0, 0.12);
  }
}

.collection {
  margin: 0.5rem 0 1rem 0;
  border: 1px solid #e0e0e0;
  border-radius: 2px;
  overflow: hidden;
  position: relative;
}

.collection .collection-item {
  background-color: #fff;
  line-height: 1.5rem;
  padding: 10px 20px;
  margin: 0;
  border-bottom: 1px solid #e0e0e0;
}

.collection .collection-item.avatar {
  min-height: 84px;
  padding-left: 72px;
  position: relative;
}

.collection .collection-item.avatar:not(.circle-clipper) > .circle,
.collection .collection-item.avatar :not(.circle-clipper) > .circle {
  position: absolute;
  width: 42px;
  height: 42px;
  overflow: hidden;
  left: 15px;
  display: inline-block;
  vertical-align: middle;
}

.collection .collection-item.avatar i.circle {
  font-size: 18px;
  line-height: 42px;
  color: #fff;
  background-color: #999;
  text-align: center;
}

.collection .collection-item.avatar .title {
  font-size: 16px;
}

.collection .collection-item.avatar p {
  margin: 0;
}

.collection .collection-item.avatar .secondary-content {
  position: absolute;
  top: 16px;
  right: 16px;
}

.collection .collection-item:last-child {
  border-bottom: none;
}

.collection .collection-item.active {
  background-color: #26a69a;
  color: #eafaf9;
}

.collection .collection-item.active .secondary-content {
  color: #fff;
}

.collection a.collection-item {
  display: block;
  -webkit-transition: .25s;
  transition: .25s;
  color: #26a69a;
}

.collection a.collection-item:not(.active):hover {
  background-color: #ddd;
}

.collection.with-header .collection-header {
  background-color: #fff;
  border-bottom: 1px solid #e0e0e0;
  padding: 10px 20px;
}

.collection.with-header .collection-item {
  padding-left: 30px;
}

.collection.with-header .collection-item.avatar {
  padding-left: 72px;
}

.secondary-content {
  float: right;
  color: #26a69a;
}

.collapsible .collection {
  margin: 0;
  border: none;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.progress {
  position: relative;
  height: 4px;
  display: block;
  width: 100%;
  background-color: #acece6;
  border-radius: 2px;
  margin: 0.5rem 0 1rem 0;
  overflow: hidden;
}

.progress .determinate {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #26a69a;
  -webkit-transition: width .3s linear;
  transition: width .3s linear;
}

.progress .indeterminate {
  background-color: #26a69a;
}

.progress .indeterminate:before {
  content: '';
  position: absolute;
  background-color: inherit;
  top: 0;
  left: 0;
  bottom: 0;
  will-change: left, right;
  -webkit-animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
  animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
}

.progress .indeterminate:after {
  content: '';
  position: absolute;
  background-color: inherit;
  top: 0;
  left: 0;
  bottom: 0;
  will-change: left, right;
  -webkit-animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
  animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
  -webkit-animation-delay: 1.15s;
  animation-delay: 1.15s;
}

@-webkit-keyframes indeterminate {
  0% {
    left: -35%;
    right: 100%;
  }

  60% {
    left: 100%;
    right: -90%;
  }

  100% {
    left: 100%;
    right: -90%;
  }
}

@keyframes indeterminate {
  0% {
    left: -35%;
    right: 100%;
  }

  60% {
    left: 100%;
    right: -90%;
  }

  100% {
    left: 100%;
    right: -90%;
  }
}

@-webkit-keyframes indeterminate-short {
  0% {
    left: -200%;
    right: 100%;
  }

  60% {
    left: 107%;
    right: -8%;
  }

  100% {
    left: 107%;
    right: -8%;
  }
}

@keyframes indeterminate-short {
  0% {
    left: -200%;
    right: 100%;
  }

  60% {
    left: 107%;
    right: -8%;
  }

  100% {
    left: 107%;
    right: -8%;
  }
}

/*******************
  Utility Classes
*******************/

.hide {
  display: none !important;
}

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

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

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

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.no-select,
input[type=range],
input[type=range] + .thumb {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.circle {
  border-radius: 50%;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

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

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

span.badge {
  min-width: 3rem;
  padding: 0 6px;
  margin-left: 14px;
  text-align: center;
  font-size: 1rem;
  line-height: 22px;
  height: 22px;
  color: #757575;
  float: right;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

span.badge.new {
  font-weight: 300;
  font-size: 0.8rem;
  color: #fff;
  background-color: #26a69a;
  border-radius: 2px;
}

span.badge.new:after {
  content: " new";
}

span.badge[data-badge-caption]::after {
  content: " " attr(data-badge-caption);
}

nav ul a span.badge {
  display: inline-block;
  float: none;
  margin-left: 4px;
  line-height: 22px;
  height: 22px;
  -webkit-font-smoothing: auto;
}

.collection-item span.badge {
  margin-top: calc(0.75rem - 11px);
}

.collapsible span.badge {
  margin-left: auto;
}

.sidenav span.badge {
  margin-top: calc(24px - 11px);
}

table span.badge {
  display: inline-block;
  float: none;
  margin-left: auto;
}

/* This is needed for some mobile phones to display the Google Icon font properly */

.material-icons {
  text-rendering: optimizeLegibility;
  -webkit-font-feature-settings: 'liga';
  font-feature-settings: 'liga';
}

.container {
  margin: 0 auto;
  max-width: 1280px;
  width: 90%;
}

@media only screen and (min-width: 601px) {
  .container {
    width: 85%;
  }
}

@media only screen and (min-width: 993px) {
  .container {
    width: 70%;
  }
}

.col .row {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.section {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.section.no-pad {
  padding: 0;
}

.section.no-pad-bot {
  padding-bottom: 0;
}

.section.no-pad-top {
  padding-top: 0;
}

.row {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.row .col {
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0.75rem;
  min-height: 1px;
}

.row .col[class*="push-"],
.row .col[class*="pull-"] {
  position: relative;
}

.row .col.s1 {
  width: 8.3333333333%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.s2 {
  width: 16.6666666667%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.s3 {
  width: 25%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.s4 {
  width: 33.3333333333%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.s5 {
  width: 41.6666666667%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.s6 {
  width: 50%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.s7 {
  width: 58.3333333333%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.s8 {
  width: 66.6666666667%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.s9 {
  width: 75%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.s10 {
  width: 83.3333333333%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.s11 {
  width: 91.6666666667%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.s12 {
  width: 100%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.offset-s1 {
  margin-left: 8.3333333333%;
}

.row .col.pull-s1 {
  right: 8.3333333333%;
}

.row .col.push-s1 {
  left: 8.3333333333%;
}

.row .col.offset-s2 {
  margin-left: 16.6666666667%;
}

.row .col.pull-s2 {
  right: 16.6666666667%;
}

.row .col.push-s2 {
  left: 16.6666666667%;
}

.row .col.offset-s3 {
  margin-left: 25%;
}

.row .col.pull-s3 {
  right: 25%;
}

.row .col.push-s3 {
  left: 25%;
}

.row .col.offset-s4 {
  margin-left: 33.3333333333%;
}

.row .col.pull-s4 {
  right: 33.3333333333%;
}

.row .col.push-s4 {
  left: 33.3333333333%;
}

.row .col.offset-s5 {
  margin-left: 41.6666666667%;
}

.row .col.pull-s5 {
  right: 41.6666666667%;
}

.row .col.push-s5 {
  left: 41.6666666667%;
}

.row .col.offset-s6 {
  margin-left: 50%;
}

.row .col.pull-s6 {
  right: 50%;
}

.row .col.push-s6 {
  left: 50%;
}

.row .col.offset-s7 {
  margin-left: 58.3333333333%;
}

.row .col.pull-s7 {
  right: 58.3333333333%;
}

.row .col.push-s7 {
  left: 58.3333333333%;
}

.row .col.offset-s8 {
  margin-left: 66.6666666667%;
}

.row .col.pull-s8 {
  right: 66.6666666667%;
}

.row .col.push-s8 {
  left: 66.6666666667%;
}

.row .col.offset-s9 {
  margin-left: 75%;
}

.row .col.pull-s9 {
  right: 75%;
}

.row .col.push-s9 {
  left: 75%;
}

.row .col.offset-s10 {
  margin-left: 83.3333333333%;
}

.row .col.pull-s10 {
  right: 83.3333333333%;
}

.row .col.push-s10 {
  left: 83.3333333333%;
}

.row .col.offset-s11 {
  margin-left: 91.6666666667%;
}

.row .col.pull-s11 {
  right: 91.6666666667%;
}

.row .col.push-s11 {
  left: 91.6666666667%;
}

.row .col.offset-s12 {
  margin-left: 100%;
}

.row .col.pull-s12 {
  right: 100%;
}

.row .col.push-s12 {
  left: 100%;
}

@media only screen and (min-width: 601px) {
  .row .col.m1 {
    width: 8.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }

  .row .col.m2 {
    width: 16.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }

  .row .col.m3 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto;
  }

  .row .col.m4 {
    width: 33.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }

  .row .col.m5 {
    width: 41.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }

  .row .col.m6 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto;
  }

  .row .col.m7 {
    width: 58.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }

  .row .col.m8 {
    width: 66.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }

  .row .col.m9 {
    width: 75%;
    margin-left: auto;
    left: auto;
    right: auto;
  }

  .row .col.m10 {
    width: 83.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }

  .row .col.m11 {
    width: 91.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }

  .row .col.m12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
  }

  .row .col.offset-m1 {
    margin-left: 8.3333333333%;
  }

  .row .col.pull-m1 {
    right: 8.3333333333%;
  }

  .row .col.push-m1 {
    left: 8.3333333333%;
  }

  .row .col.offset-m2 {
    margin-left: 16.6666666667%;
  }

  .row .col.pull-m2 {
    right: 16.6666666667%;
  }

  .row .col.push-m2 {
    left: 16.6666666667%;
  }

  .row .col.offset-m3 {
    margin-left: 25%;
  }

  .row .col.pull-m3 {
    right: 25%;
  }

  .row .col.push-m3 {
    left: 25%;
  }

  .row .col.offset-m4 {
    margin-left: 33.3333333333%;
  }

  .row .col.pull-m4 {
    right: 33.3333333333%;
  }

  .row .col.push-m4 {
    left: 33.3333333333%;
  }

  .row .col.offset-m5 {
    margin-left: 41.6666666667%;
  }

  .row .col.pull-m5 {
    right: 41.6666666667%;
  }

  .row .col.push-m5 {
    left: 41.6666666667%;
  }

  .row .col.offset-m6 {
    margin-left: 50%;
  }

  .row .col.pull-m6 {
    right: 50%;
  }

  .row .col.push-m6 {
    left: 50%;
  }

  .row .col.offset-m7 {
    margin-left: 58.3333333333%;
  }

  .row .col.pull-m7 {
    right: 58.3333333333%;
  }

  .row .col.push-m7 {
    left: 58.3333333333%;
  }

  .row .col.offset-m8 {
    margin-left: 66.6666666667%;
  }

  .row .col.pull-m8 {
    right: 66.6666666667%;
  }

  .row .col.push-m8 {
    left: 66.6666666667%;
  }

  .row .col.offset-m9 {
    margin-left: 75%;
  }

  .row .col.pull-m9 {
    right: 75%;
  }

  .row .col.push-m9 {
    left: 75%;
  }

  .row .col.offset-m10 {
    margin-left: 83.3333333333%;
  }

  .row .col.pull-m10 {
    right: 83.3333333333%;
  }

  .row .col.push-m10 {
    left: 83.3333333333%;
  }

  .row .col.offset-m11 {
    margin-left: 91.6666666667%;
  }

  .row .col.pull-m11 {
    right: 91.6666666667%;
  }

  .row .col.push-m11 {
    left: 91.6666666667%;
  }

  .row .col.offset-m12 {
    margin-left: 100%;
  }

  .row .col.pull-m12 {
    right: 100%;
  }

  .row .col.push-m12 {
    left: 100%;
  }
}

@media only screen and (min-width: 993px) {
  .row .col.l1 {
    width: 8.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }

  .row .col.l2 {
    width: 16.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }

  .row .col.l3 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto;
  }

  .row .col.l4 {
    width: 33.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }

  .row .col.l5 {
    width: 41.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }

  .row .col.l6 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto;
  }

  .row .col.l7 {
    width: 58.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }

  .row .col.l8 {
    width: 66.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }

  .row .col.l9 {
    width: 75%;
    margin-left: auto;
    left: auto;
    right: auto;
  }

  .row .col.l10 {
    width: 83.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }

  .row .col.l11 {
    width: 91.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }

  .row .col.l12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
  }

  .row .col.offset-l1 {
    margin-left: 8.3333333333%;
  }

  .row .col.pull-l1 {
    right: 8.3333333333%;
  }

  .row .col.push-l1 {
    left: 8.3333333333%;
  }

  .row .col.offset-l2 {
    margin-left: 16.6666666667%;
  }

  .row .col.pull-l2 {
    right: 16.6666666667%;
  }

  .row .col.push-l2 {
    left: 16.6666666667%;
  }

  .row .col.offset-l3 {
    margin-left: 25%;
  }

  .row .col.pull-l3 {
    right: 25%;
  }

  .row .col.push-l3 {
    left: 25%;
  }

  .row .col.offset-l4 {
    margin-left: 33.3333333333%;
  }

  .row .col.pull-l4 {
    right: 33.3333333333%;
  }

  .row .col.push-l4 {
    left: 33.3333333333%;
  }

  .row .col.offset-l5 {
    margin-left: 41.6666666667%;
  }

  .row .col.pull-l5 {
    right: 41.6666666667%;
  }

  .row .col.push-l5 {
    left: 41.6666666667%;
  }

  .row .col.offset-l6 {
    margin-left: 50%;
  }

  .row .col.pull-l6 {
    right: 50%;
  }

  .row .col.push-l6 {
    left: 50%;
  }

  .row .col.offset-l7 {
    margin-left: 58.3333333333%;
  }

  .row .col.pull-l7 {
    right: 58.3333333333%;
  }

  .row .col.push-l7 {
    left: 58.3333333333%;
  }

  .row .col.offset-l8 {
    margin-left: 66.6666666667%;
  }

  .row .col.pull-l8 {
    right: 66.6666666667%;
  }

  .row .col.push-l8 {
    left: 66.6666666667%;
  }

  .row .col.offset-l9 {
    margin-left: 75%;
  }

  .row .col.pull-l9 {
    right: 75%;
  }

  .row .col.push-l9 {
    left: 75%;
  }

  .row .col.offset-l10 {
    margin-left: 83.3333333333%;
  }

  .row .col.pull-l10 {
    right: 83.3333333333%;
  }

  .row .col.push-l10 {
    left: 83.3333333333%;
  }

  .row .col.offset-l11 {
    margin-left: 91.6666666667%;
  }

  .row .col.pull-l11 {
    right: 91.6666666667%;
  }

  .row .col.push-l11 {
    left: 91.6666666667%;
  }

  .row .col.offset-l12 {
    margin-left: 100%;
  }

  .row .col.pull-l12 {
    right: 100%;
  }

  .row .col.push-l12 {
    left: 100%;
  }
}

@media only screen and (min-width: 1201px) {
  .row .col.xl1 {
    width: 8.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }

  .row .col.xl2 {
    width: 16.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }

  .row .col.xl3 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto;
  }

  .row .col.xl4 {
    width: 33.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }

  .row .col.xl5 {
    width: 41.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }

  .row .col.xl6 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto;
  }

  .row .col.xl7 {
    width: 58.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }

  .row .col.xl8 {
    width: 66.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }

  .row .col.xl9 {
    width: 75%;
    margin-left: auto;
    left: auto;
    right: auto;
  }

  .row .col.xl10 {
    width: 83.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }

  .row .col.xl11 {
    width: 91.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }

  .row .col.xl12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
  }

  .row .col.offset-xl1 {
    margin-left: 8.3333333333%;
  }

  .row .col.pull-xl1 {
    right: 8.3333333333%;
  }

  .row .col.push-xl1 {
    left: 8.3333333333%;
  }

  .row .col.offset-xl2 {
    margin-left: 16.6666666667%;
  }

  .row .col.pull-xl2 {
    right: 16.6666666667%;
  }

  .row .col.push-xl2 {
    left: 16.6666666667%;
  }

  .row .col.offset-xl3 {
    margin-left: 25%;
  }

  .row .col.pull-xl3 {
    right: 25%;
  }

  .row .col.push-xl3 {
    left: 25%;
  }

  .row .col.offset-xl4 {
    margin-left: 33.3333333333%;
  }

  .row .col.pull-xl4 {
    right: 33.3333333333%;
  }

  .row .col.push-xl4 {
    left: 33.3333333333%;
  }

  .row .col.offset-xl5 {
    margin-left: 41.6666666667%;
  }

  .row .col.pull-xl5 {
    right: 41.6666666667%;
  }

  .row .col.push-xl5 {
    left: 41.6666666667%;
  }

  .row .col.offset-xl6 {
    margin-left: 50%;
  }

  .row .col.pull-xl6 {
    right: 50%;
  }

  .row .col.push-xl6 {
    left: 50%;
  }

  .row .col.offset-xl7 {
    margin-left: 58.3333333333%;
  }

  .row .col.pull-xl7 {
    right: 58.3333333333%;
  }

  .row .col.push-xl7 {
    left: 58.3333333333%;
  }

  .row .col.offset-xl8 {
    margin-left: 66.6666666667%;
  }

  .row .col.pull-xl8 {
    right: 66.6666666667%;
  }

  .row .col.push-xl8 {
    left: 66.6666666667%;
  }

  .row .col.offset-xl9 {
    margin-left: 75%;
  }

  .row .col.pull-xl9 {
    right: 75%;
  }

  .row .col.push-xl9 {
    left: 75%;
  }

  .row .col.offset-xl10 {
    margin-left: 83.3333333333%;
  }

  .row .col.pull-xl10 {
    right: 83.3333333333%;
  }

  .row .col.push-xl10 {
    left: 83.3333333333%;
  }

  .row .col.offset-xl11 {
    margin-left: 91.6666666667%;
  }

  .row .col.pull-xl11 {
    right: 91.6666666667%;
  }

  .row .col.push-xl11 {
    left: 91.6666666667%;
  }

  .row .col.offset-xl12 {
    margin-left: 100%;
  }

  .row .col.pull-xl12 {
    right: 100%;
  }

  .row .col.push-xl12 {
    left: 100%;
  }
}

nav {
  color: #fff;
  background-color: #ee6e73;
  width: 100%;
  height: 56px;
  line-height: 56px;
}

nav.nav-extended {
  height: auto;
}

nav.nav-extended .nav-wrapper {
  min-height: 56px;
  height: auto;
}

nav.nav-extended .nav-content {
  position: relative;
  line-height: normal;
}

nav a {
  color: #fff;
}

nav i,
nav [class^="mdi-"],
nav [class*="mdi-"],
nav i.material-icons {
  display: block;
  font-size: 24px;
  height: 56px;
  line-height: 56px;
}

nav .nav-wrapper {
  position: relative;
  height: 100%;
}

@media only screen and (min-width: 993px) {
  nav a.sidenav-trigger {
    display: none;
  }
}

nav .sidenav-trigger {
  float: left;
  position: relative;
  z-index: 1;
  height: 56px;
  margin: 0 18px;
}

nav .sidenav-trigger i {
  height: 56px;
  line-height: 56px;
}

nav .brand-logo {
  position: absolute;
  color: #fff;
  display: inline-block;
  font-size: 2.1rem;
  padding: 0;
}

nav .brand-logo.center {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media only screen and (max-width: 992px) {
  nav .brand-logo {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  nav .brand-logo.left,
  nav .brand-logo.right {
    padding: 0;
    -webkit-transform: none;
    transform: none;
  }

  nav .brand-logo.left {
    left: 0.5rem;
  }

  nav .brand-logo.right {
    right: 0.5rem;
    left: auto;
  }
}

nav .brand-logo.right {
  right: 0.5rem;
  padding: 0;
}

nav .brand-logo i,
nav .brand-logo [class^="mdi-"],
nav .brand-logo [class*="mdi-"],
nav .brand-logo i.material-icons {
  float: left;
  margin-right: 15px;
}

nav .nav-title {
  display: inline-block;
  font-size: 32px;
  padding: 28px 0;
}

nav ul {
  margin: 0;
}

nav ul li {
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
  float: left;
  padding: 0;
}

nav ul li.active {
  background-color: rgba(0, 0, 0, 0.1);
}

nav ul a {
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
  font-size: 1rem;
  color: #fff;
  display: block;
  padding: 0 15px;
  cursor: pointer;
}

nav ul a.btn,
nav ul a.btn-large,
nav ul a.btn-small,
nav ul a.btn-large,
nav ul a.btn-flat,
nav ul a.btn-floating {
  margin-top: -2px;
  margin-left: 15px;
  margin-right: 15px;
}

nav ul a.btn > .material-icons,
nav ul a.btn-large > .material-icons,
nav ul a.btn-small > .material-icons,
nav ul a.btn-large > .material-icons,
nav ul a.btn-flat > .material-icons,
nav ul a.btn-floating > .material-icons {
  height: inherit;
  line-height: inherit;
}

nav ul a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

nav ul.left {
  float: left;
}

nav form {
  height: 100%;
}

nav .input-field {
  margin: 0;
  height: 100%;
}

nav .input-field input {
  height: 100%;
  font-size: 1.2rem;
  border: none;
  padding-left: 2rem;
}

nav .input-field input:focus,
nav .input-field input[type=text]:valid,
nav .input-field input[type=password]:valid,
nav .input-field input[type=email]:valid,
nav .input-field input[type=url]:valid,
nav .input-field input[type=date]:valid {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

nav .input-field label {
  top: 0;
  left: 0;
}

nav .input-field label i {
  color: rgba(255, 255, 255, 0.7);
  -webkit-transition: color .3s;
  transition: color .3s;
}

nav .input-field label.active i {
  color: #fff;
}

.navbar-fixed {
  position: relative;
  height: 56px;
  z-index: 997;
}

.navbar-fixed nav {
  position: fixed;
}

@media only screen and (min-width: 601px) {
  nav.nav-extended .nav-wrapper {
    min-height: 64px;
  }

  nav,
  nav .nav-wrapper i,
  nav a.sidenav-trigger,
  nav a.sidenav-trigger i {
    height: 64px;
    line-height: 64px;
  }

  .navbar-fixed {
    height: 64px;
  }
}

a {
  text-decoration: none;
}

html {
  line-height: 1.5;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.87);
}

@media only screen and (min-width: 0) {
  html {
    font-size: 14px;
  }
}

@media only screen and (min-width: 992px) {
  html {
    font-size: 14.5px;
  }
}

@media only screen and (min-width: 1200px) {
  html {
    font-size: 15px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  line-height: 1.3;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-weight: inherit;
}

h1 {
  font-size: 4.2rem;
  line-height: 110%;
  margin: 2.8rem 0 1.68rem 0;
}

h2 {
  font-size: 3.56rem;
  line-height: 110%;
  margin: 2.3733333333rem 0 1.424rem 0;
}

h3 {
  font-size: 2.92rem;
  line-height: 110%;
  margin: 1.9466666667rem 0 1.168rem 0;
}

h4 {
  font-size: 2.28rem;
  line-height: 110%;
  margin: 1.52rem 0 0.912rem 0;
}

h5 {
  font-size: 1.64rem;
  line-height: 110%;
  margin: 1.0933333333rem 0 0.656rem 0;
}

h6 {
  font-size: 1.15rem;
  line-height: 110%;
  margin: 0.7666666667rem 0 0.46rem 0;
}

em {
  font-style: italic;
}

strong {
  font-weight: 500;
}

small {
  font-size: 75%;
}

.light {
  font-weight: 300;
}

.thin {
  font-weight: 200;
}

@media only screen and (min-width: 360px) {
  .flow-text {
    font-size: 1.2rem;
  }
}

@media only screen and (min-width: 390px) {
  .flow-text {
    font-size: 1.224rem;
  }
}

@media only screen and (min-width: 420px) {
  .flow-text {
    font-size: 1.248rem;
  }
}

@media only screen and (min-width: 450px) {
  .flow-text {
    font-size: 1.272rem;
  }
}

@media only screen and (min-width: 480px) {
  .flow-text {
    font-size: 1.296rem;
  }
}

@media only screen and (min-width: 510px) {
  .flow-text {
    font-size: 1.32rem;
  }
}

@media only screen and (min-width: 540px) {
  .flow-text {
    font-size: 1.344rem;
  }
}

@media only screen and (min-width: 570px) {
  .flow-text {
    font-size: 1.368rem;
  }
}

@media only screen and (min-width: 600px) {
  .flow-text {
    font-size: 1.392rem;
  }
}

@media only screen and (min-width: 630px) {
  .flow-text {
    font-size: 1.416rem;
  }
}

@media only screen and (min-width: 660px) {
  .flow-text {
    font-size: 1.44rem;
  }
}

@media only screen and (min-width: 690px) {
  .flow-text {
    font-size: 1.464rem;
  }
}

@media only screen and (min-width: 720px) {
  .flow-text {
    font-size: 1.488rem;
  }
}

@media only screen and (min-width: 750px) {
  .flow-text {
    font-size: 1.512rem;
  }
}

@media only screen and (min-width: 780px) {
  .flow-text {
    font-size: 1.536rem;
  }
}

@media only screen and (min-width: 810px) {
  .flow-text {
    font-size: 1.56rem;
  }
}

@media only screen and (min-width: 840px) {
  .flow-text {
    font-size: 1.584rem;
  }
}

@media only screen and (min-width: 870px) {
  .flow-text {
    font-size: 1.608rem;
  }
}

@media only screen and (min-width: 900px) {
  .flow-text {
    font-size: 1.632rem;
  }
}

@media only screen and (min-width: 930px) {
  .flow-text {
    font-size: 1.656rem;
  }
}

@media only screen and (min-width: 960px) {
  .flow-text {
    font-size: 1.68rem;
  }
}

@media only screen and (max-width: 360px) {
  .flow-text {
    font-size: 1.2rem;
  }
}

.scale-transition {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.53, 0.01, 0.36, 1.63) !important;
  transition: -webkit-transform 0.3s cubic-bezier(0.53, 0.01, 0.36, 1.63) !important;
  transition: transform 0.3s cubic-bezier(0.53, 0.01, 0.36, 1.63) !important;
  transition: transform 0.3s cubic-bezier(0.53, 0.01, 0.36, 1.63), -webkit-transform 0.3s cubic-bezier(0.53, 0.01, 0.36, 1.63) !important;
}

.scale-transition.scale-out {
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform .2s !important;
  transition: -webkit-transform .2s !important;
  transition: transform .2s !important;
  transition: transform .2s, -webkit-transform .2s !important;
}

.scale-transition.scale-in {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.card-panel {
  -webkit-transition: -webkit-box-shadow .25s;
  transition: -webkit-box-shadow .25s;
  transition: box-shadow .25s;
  transition: box-shadow .25s, -webkit-box-shadow .25s;
  padding: 24px;
  margin: 0.5rem 0 1rem 0;
  border-radius: 2px;
  background-color: #fff;
}

.card {
  position: relative;
  margin: 0.5rem 0 1rem 0;
  background-color: #fff;
  -webkit-transition: -webkit-box-shadow .25s;
  transition: -webkit-box-shadow .25s;
  transition: box-shadow .25s;
  transition: box-shadow .25s, -webkit-box-shadow .25s;
  border-radius: 2px;
}

.card .card-title {
  font-size: 24px;
  font-weight: 300;
}

.card .card-title.activator {
  cursor: pointer;
}

.card.small,
.card.medium,
.card.large {
  position: relative;
}

.card.small .card-image,
.card.medium .card-image,
.card.large .card-image {
  max-height: 60%;
  overflow: hidden;
}

.card.small .card-image + .card-content,
.card.medium .card-image + .card-content,
.card.large .card-image + .card-content {
  max-height: 40%;
}

.card.small .card-content,
.card.medium .card-content,
.card.large .card-content {
  max-height: 100%;
  overflow: hidden;
}

.card.small .card-action,
.card.medium .card-action,
.card.large .card-action {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.card.small {
  height: 300px;
}

.card.medium {
  height: 400px;
}

.card.large {
  height: 500px;
}

.card.horizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.card.horizontal.small .card-image,
.card.horizontal.medium .card-image,
.card.horizontal.large .card-image {
  height: 100%;
  max-height: none;
  overflow: visible;
}

.card.horizontal.small .card-image img,
.card.horizontal.medium .card-image img,
.card.horizontal.large .card-image img {
  height: 100%;
}

.card.horizontal .card-image {
  max-width: 50%;
}

.card.horizontal .card-image img {
  border-radius: 2px 0 0 2px;
  max-width: 100%;
  width: auto;
}

.card.horizontal .card-stacked {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
}

.card.horizontal .card-stacked .card-content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.card.sticky-action .card-action {
  z-index: 2;
}

.card.sticky-action .card-reveal {
  z-index: 1;
  padding-bottom: 64px;
}

.card .card-image {
  position: relative;
}

.card .card-image img {
  display: block;
  border-radius: 2px 2px 0 0;
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
}

.card .card-image .card-title {
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 100%;
  padding: 24px;
}

.card .card-content {
  padding: 24px;
  border-radius: 0 0 2px 2px;
}

.card .card-content p {
  margin: 0;
}

.card .card-content .card-title {
  display: block;
  line-height: 32px;
  margin-bottom: 8px;
}

.card .card-content .card-title i {
  line-height: 32px;
}

.card .card-action {
  background-color: inherit;
  border-top: 1px solid rgba(160, 160, 160, 0.2);
  position: relative;
  padding: 16px 24px;
}

.card .card-action:last-child {
  border-radius: 0 0 2px 2px;
}

.card .card-action a:not(.btn):not(.btn-large):not(.btn-small):not(.btn-large):not(.btn-floating) {
  color: #ffab40;
  margin-right: 24px;
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
  text-transform: uppercase;
}

.card .card-action a:not(.btn):not(.btn-large):not(.btn-small):not(.btn-large):not(.btn-floating):hover {
  color: #ffd8a6;
}

.card .card-reveal {
  padding: 24px;
  position: absolute;
  background-color: #fff;
  width: 100%;
  overflow-y: auto;
  left: 0;
  top: 100%;
  height: 100%;
  z-index: 3;
  display: none;
}

.card .card-reveal .card-title {
  cursor: pointer;
  display: block;
}

#toast-container {
  display: block;
  position: fixed;
  z-index: 10000;
}

@media only screen and (max-width: 600px) {
  #toast-container {
    min-width: 100%;
    bottom: 0%;
  }
}

@media only screen and (min-width: 601px) and (max-width: 992px) {
  #toast-container {
    left: 5%;
    bottom: 7%;
    max-width: 90%;
  }
}

@media only screen and (min-width: 993px) {
  #toast-container {
    top: 10%;
    right: 7%;
    max-width: 86%;
  }
}

.toast {
  border-radius: 2px;
  top: 35px;
  width: auto;
  margin-top: 10px;
  position: relative;
  max-width: 100%;
  height: auto;
  min-height: 48px;
  line-height: 1.5em;
  background-color: #323232;
  padding: 10px 25px;
  font-size: 1.1rem;
  font-weight: 300;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  cursor: default;
}

.toast .toast-action {
  color: #eeff41;
  font-weight: 500;
  margin-right: -25px;
  margin-left: 3rem;
}

.toast.rounded {
  border-radius: 24px;
}

@media only screen and (max-width: 600px) {
  .toast {
    width: 100%;
    border-radius: 0;
  }
}

.tabs {
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
  height: 48px;
  width: 100%;
  background-color: #fff;
  margin: 0 auto;
  white-space: nowrap;
}

.tabs.tabs-transparent {
  background-color: transparent;
}

.tabs.tabs-transparent .tab a,
.tabs.tabs-transparent .tab.disabled a,
.tabs.tabs-transparent .tab.disabled a:hover {
  color: rgba(255, 255, 255, 0.7);
}

.tabs.tabs-transparent .tab a:hover,
.tabs.tabs-transparent .tab a.active {
  color: #fff;
}

.tabs.tabs-transparent .indicator {
  background-color: #fff;
}

.tabs.tabs-fixed-width {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tabs.tabs-fixed-width .tab {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.tabs .tab {
  display: inline-block;
  text-align: center;
  line-height: 48px;
  height: 48px;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
}

.tabs .tab a {
  color: rgba(238, 110, 115, 0.7);
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 24px;
  font-size: 14px;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-transition: color .28s ease, background-color .28s ease;
  transition: color .28s ease, background-color .28s ease;
}

.tabs .tab a:focus,
.tabs .tab a:focus.active {
  background-color: rgba(246, 178, 181, 0.2);
  outline: none;
}

.tabs .tab a:hover,
.tabs .tab a.active {
  background-color: transparent;
  color: #ee6e73;
}

.tabs .tab.disabled a,
.tabs .tab.disabled a:hover {
  color: rgba(238, 110, 115, 0.4);
  cursor: default;
}

.tabs .indicator {
  position: absolute;
  bottom: 0;
  height: 2px;
  background-color: #f6b2b5;
  will-change: left, right;
}

@media only screen and (max-width: 992px) {
  .tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .tabs .tab {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  .tabs .tab a {
    padding: 0 12px;
  }
}

.material-tooltip {
  padding: 10px 8px;
  font-size: 1rem;
  z-index: 2000;
  background-color: transparent;
  border-radius: 2px;
  color: #fff;
  min-height: 36px;
  line-height: 120%;
  opacity: 0;
  position: absolute;
  text-align: center;
  max-width: calc(100% - 4px);
  overflow: hidden;
  left: 0;
  top: 0;
  pointer-events: none;
  visibility: hidden;
  background-color: #323232;
}

.backdrop {
  position: absolute;
  opacity: 0;
  height: 7px;
  width: 14px;
  border-radius: 0 0 50% 50%;
  background-color: #323232;
  z-index: -1;
  -webkit-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  visibility: hidden;
}

.btn,
.btn-large,
.btn-small,
.btn-flat {
  border: none;
  border-radius: 2px;
  display: inline-block;
  height: 36px;
  line-height: 36px;
  padding: 0 16px;
  text-transform: uppercase;
  vertical-align: middle;
  -webkit-tap-highlight-color: transparent;
}

.btn.disabled,
.disabled.btn-large,
.disabled.btn-small,
.btn-floating.disabled,
.btn-large.disabled,
.btn-small.disabled,
.btn-flat.disabled,
.btn:disabled,
.btn-large:disabled,
.btn-small:disabled,
.btn-floating:disabled,
.btn-large:disabled,
.btn-small:disabled,
.btn-flat:disabled,
.btn[disabled],
.btn-large[disabled],
.btn-small[disabled],
.btn-floating[disabled],
.btn-large[disabled],
.btn-small[disabled],
.btn-flat[disabled] {
  pointer-events: none;
  background-color: #DFDFDF !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #9F9F9F !important;
  cursor: default;
}

.btn.disabled:hover,
.disabled.btn-large:hover,
.disabled.btn-small:hover,
.btn-floating.disabled:hover,
.btn-large.disabled:hover,
.btn-small.disabled:hover,
.btn-flat.disabled:hover,
.btn:disabled:hover,
.btn-large:disabled:hover,
.btn-small:disabled:hover,
.btn-floating:disabled:hover,
.btn-large:disabled:hover,
.btn-small:disabled:hover,
.btn-flat:disabled:hover,
.btn[disabled]:hover,
.btn-large[disabled]:hover,
.btn-small[disabled]:hover,
.btn-floating[disabled]:hover,
.btn-large[disabled]:hover,
.btn-small[disabled]:hover,
.btn-flat[disabled]:hover {
  background-color: #DFDFDF !important;
  color: #9F9F9F !important;
}

.btn,
.btn-large,
.btn-small,
.btn-floating,
.btn-large,
.btn-small,
.btn-flat {
  font-size: 14px;
  outline: 0;
}

.btn i,
.btn-large i,
.btn-small i,
.btn-floating i,
.btn-large i,
.btn-small i,
.btn-flat i {
  font-size: 1.3rem;
  line-height: inherit;
}

.btn:focus,
.btn-large:focus,
.btn-small:focus,
.btn-floating:focus {
  background-color: #1d7d74;
}

.btn,
.btn-large,
.btn-small {
  text-decoration: none;
  color: #fff;
  background-color: #26a69a;
  text-align: center;
  letter-spacing: .5px;
  -webkit-transition: background-color .2s ease-out;
  transition: background-color .2s ease-out;
  cursor: pointer;
}

.btn:hover,
.btn-large:hover,
.btn-small:hover {
  background-color: #2bbbad;
}

.btn-floating {
  display: inline-block;
  color: #fff;
  position: relative;
  overflow: hidden;
  z-index: 1;
  width: 40px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  background-color: #26a69a;
  border-radius: 50%;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
  cursor: pointer;
  vertical-align: middle;
}

.btn-floating:hover {
  background-color: #26a69a;
}

.btn-floating:before {
  border-radius: 0;
}

.btn-floating.btn-large {
  width: 56px;
  height: 56px;
  padding: 0;
}

.btn-floating.btn-large.halfway-fab {
  bottom: -28px;
}

.btn-floating.btn-large i {
  line-height: 56px;
}

.btn-floating.btn-small {
  width: 32.4px;
  height: 32.4px;
}

.btn-floating.btn-small.halfway-fab {
  bottom: -16.2px;
}

.btn-floating.btn-small i {
  line-height: 32.4px;
}

.btn-floating.halfway-fab {
  position: absolute;
  right: 24px;
  bottom: -20px;
}

.btn-floating.halfway-fab.left {
  right: auto;
  left: 24px;
}

.btn-floating i {
  width: inherit;
  display: inline-block;
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
  line-height: 40px;
}

button.btn-floating {
  border: none;
}

.fixed-action-btn {
  position: fixed;
  right: 23px;
  bottom: 23px;
  padding-top: 15px;
  margin-bottom: 0;
  z-index: 997;
}

.fixed-action-btn.active ul {
  visibility: visible;
}

.fixed-action-btn.direction-left,
.fixed-action-btn.direction-right {
  padding: 0 0 0 15px;
}

.fixed-action-btn.direction-left ul,
.fixed-action-btn.direction-right ul {
  text-align: right;
  right: 64px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 100%;
  left: auto;
  /*width 100% only goes to width of button container */
  width: 500px;
}

.fixed-action-btn.direction-left ul li,
.fixed-action-btn.direction-right ul li {
  display: inline-block;
  margin: 7.5px 15px 0 0;
}

.fixed-action-btn.direction-right {
  padding: 0 15px 0 0;
}

.fixed-action-btn.direction-right ul {
  text-align: left;
  direction: rtl;
  left: 64px;
  right: auto;
}

.fixed-action-btn.direction-right ul li {
  margin: 7.5px 0 0 15px;
}

.fixed-action-btn.direction-bottom {
  padding: 0 0 15px 0;
}

.fixed-action-btn.direction-bottom ul {
  top: 64px;
  bottom: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.fixed-action-btn.direction-bottom ul li {
  margin: 15px 0 0 0;
}

.fixed-action-btn.toolbar {
  padding: 0;
  height: 56px;
}

.fixed-action-btn.toolbar.active > a i {
  opacity: 0;
}

.fixed-action-btn.toolbar ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  bottom: 0;
  z-index: 1;
}

.fixed-action-btn.toolbar ul li {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: inline-block;
  margin: 0;
  height: 100%;
  -webkit-transition: none;
  transition: none;
}

.fixed-action-btn.toolbar ul li a {
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  line-height: 56px;
  z-index: 1;
}

.fixed-action-btn.toolbar ul li a i {
  line-height: inherit;
}

.fixed-action-btn ul {
  left: 0;
  right: 0;
  text-align: center;
  position: absolute;
  bottom: 64px;
  margin: 0;
  visibility: hidden;
}

.fixed-action-btn ul li {
  margin-bottom: 15px;
}

.fixed-action-btn ul a.btn-floating {
  opacity: 0;
}

.fixed-action-btn .fab-backdrop {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 40px;
  height: 40px;
  background-color: #26a69a;
  border-radius: 50%;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.btn-flat {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  color: #343434;
  cursor: pointer;
  -webkit-transition: background-color .2s;
  transition: background-color .2s;
}

.btn-flat:focus,
.btn-flat:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-flat:focus {
  background-color: rgba(0, 0, 0, 0.1);
}

.btn-flat.disabled,
.btn-flat.btn-flat[disabled] {
  background-color: transparent !important;
  color: #b3b2b2 !important;
  cursor: default;
}

.btn-large {
  height: 54px;
  line-height: 54px;
  font-size: 15px;
  padding: 0 28px;
}

.btn-large i {
  font-size: 1.6rem;
}

.btn-small {
  height: 32.4px;
  line-height: 32.4px;
  font-size: 13px;
}

.btn-small i {
  font-size: 1.2rem;
}

.btn-block {
  display: block;
}

.dropdown-content {
  background-color: #fff;
  margin: 0;
  display: none;
  min-width: 100px;
  overflow-y: auto;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9999;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

.dropdown-content:focus {
  outline: 0;
}

.dropdown-content li {
  clear: both;
  color: rgba(0, 0, 0, 0.87);
  cursor: pointer;
  min-height: 50px;
  line-height: 1.5rem;
  width: 100%;
  text-align: left;
}

.dropdown-content li:hover,
.dropdown-content li.active {
  background-color: #eee;
}

.dropdown-content li:focus {
  outline: none;
}

.dropdown-content li.divider {
  min-height: 0;
  height: 1px;
}

.dropdown-content li > a,
.dropdown-content li > span {
  font-size: 16px;
  color: #26a69a;
  display: block;
  line-height: 22px;
  padding: 14px 16px;
}

.dropdown-content li > span > label {
  top: 1px;
  left: 0;
  height: 18px;
}

.dropdown-content li > a > i {
  height: inherit;
  line-height: inherit;
  float: left;
  margin: 0 24px 0 0;
  width: 24px;
}

body.keyboard-focused .dropdown-content li:focus {
  background-color: #dadada;
}

.input-field.col .dropdown-content [type="checkbox"] + label {
  top: 1px;
  left: 0;
  height: 18px;
  -webkit-transform: none;
  transform: none;
}

.dropdown-trigger {
  cursor: pointer;
}

/*!
 * Waves v0.6.0
 * http://fian.my.id/Waves
 *
 * Copyright 2014 Alfiana E. Sibuea and other contributors
 * Released under the MIT license
 * https://github.com/fians/Waves/blob/master/LICENSE
 */

.waves-effect {
  position: relative;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  vertical-align: middle;
  z-index: 1;
  -webkit-transition: .3s ease-out;
  transition: .3s ease-out;
}

.waves-effect .waves-ripple {
  position: absolute;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  opacity: 0;
  background: rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transform: scale(0);
  transform: scale(0);
  pointer-events: none;
}

.waves-effect.waves-light .waves-ripple {
  background-color: rgba(255, 255, 255, 0.45);
}

.waves-effect.waves-red .waves-ripple {
  background-color: rgba(244, 67, 54, 0.7);
}

.waves-effect.waves-yellow .waves-ripple {
  background-color: rgba(255, 235, 59, 0.7);
}

.waves-effect.waves-orange .waves-ripple {
  background-color: rgba(255, 152, 0, 0.7);
}

.waves-effect.waves-purple .waves-ripple {
  background-color: rgba(156, 39, 176, 0.7);
}

.waves-effect.waves-green .waves-ripple {
  background-color: rgba(76, 175, 80, 0.7);
}

.waves-effect.waves-teal .waves-ripple {
  background-color: rgba(0, 150, 136, 0.7);
}

.waves-effect input[type="button"],
.waves-effect input[type="reset"],
.waves-effect input[type="submit"] {
  border: 0;
  font-style: normal;
  font-size: inherit;
  text-transform: inherit;
  background: none;
}

.waves-effect img {
  position: relative;
  z-index: -1;
}

.waves-notransition {
  -webkit-transition: none !important;
  transition: none !important;
}

.waves-circle {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
}

.waves-input-wrapper {
  border-radius: 0.2em;
  vertical-align: bottom;
}

.waves-input-wrapper .waves-button-input {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
}

.waves-circle {
  text-align: center;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  border-radius: 50%;
  -webkit-mask-image: none;
}

.waves-block {
  display: block;
}

/* Firefox Bug: link not triggered */

.waves-effect .waves-ripple {
  z-index: -1;
}

.modal {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  background-color: #fafafa;
  padding: 0;
  max-height: 70%;
  width: 70%;
  margin: auto;
  overflow-y: auto;
  border-radius: 2px;
  will-change: top, opacity;
}

.modal:focus {
  outline: none;
}

@media only screen and (max-width: 992px) {
  .modal {
    width: 80%;
  }
}

.modal h1,
.modal h2,
.modal h3,
.modal h4 {
  margin-top: 0;
}

.modal .modal-content {
  padding: 24px;
}

.modal .modal-close {
  cursor: pointer;
}

.modal .modal-footer {
  border-radius: 0 0 2px 2px;
  background-color: #fafafa;
  padding: 4px 6px;
  height: 56px;
  width: 100%;
  text-align: right;
}

.modal .modal-footer .btn,
.modal .modal-footer .btn-large,
.modal .modal-footer .btn-small,
.modal .modal-footer .btn-flat {
  margin: 6px 0;
}

.modal-overlay {
  position: fixed;
  z-index: 999;
  top: -25%;
  left: 0;
  bottom: 0;
  right: 0;
  height: 125%;
  width: 100%;
  background: #000;
  display: none;
  will-change: opacity;
}

.modal.modal-fixed-footer {
  padding: 0;
  height: 70%;
}

.modal.modal-fixed-footer .modal-content {
  position: absolute;
  height: calc(100% - 56px);
  max-height: 100%;
  width: 100%;
  overflow-y: auto;
}

.modal.modal-fixed-footer .modal-footer {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  position: absolute;
  bottom: 0;
}

.modal.bottom-sheet {
  top: auto;
  bottom: -100%;
  margin: 0;
  width: 100%;
  max-height: 45%;
  border-radius: 0;
  will-change: bottom, opacity;
}

.collapsible {
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
  margin: 0.5rem 0 1rem 0;
}

.collapsible-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  line-height: 1.5;
  padding: 1rem;
  background-color: #fff;
  border-bottom: 1px solid #ddd;
}

.collapsible-header:focus {
  outline: 0;
}

.collapsible-header i {
  width: 2rem;
  font-size: 1.6rem;
  display: inline-block;
  text-align: center;
  margin-right: 1rem;
}

.keyboard-focused .collapsible-header:focus {
  background-color: #eee;
}

.collapsible-body {
  display: none;
  border-bottom: 1px solid #ddd;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 2rem;
}

.sidenav .collapsible,
.sidenav.fixed .collapsible {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.sidenav .collapsible li,
.sidenav.fixed .collapsible li {
  padding: 0;
}

.sidenav .collapsible-header,
.sidenav.fixed .collapsible-header {
  background-color: transparent;
  border: none;
  line-height: inherit;
  height: inherit;
  padding: 0 16px;
}

.sidenav .collapsible-header:hover,
.sidenav.fixed .collapsible-header:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

.sidenav .collapsible-header i,
.sidenav.fixed .collapsible-header i {
  line-height: inherit;
}

.sidenav .collapsible-body,
.sidenav.fixed .collapsible-body {
  border: 0;
  background-color: #fff;
}

.sidenav .collapsible-body li a,
.sidenav.fixed .collapsible-body li a {
  padding: 0 23.5px 0 31px;
}

.collapsible.popout {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.collapsible.popout > li {
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  margin: 0 24px;
  -webkit-transition: margin 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: margin 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.collapsible.popout > li.active {
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  margin: 16px 0;
}

.chip {
  display: inline-block;
  height: 32px;
  font-size: 13px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.6);
  line-height: 32px;
  padding: 0 12px;
  border-radius: 16px;
  background-color: #e4e4e4;
  margin-bottom: 5px;
  margin-right: 5px;
}

.chip:focus {
  outline: none;
  background-color: #26a69a;
  color: #fff;
}

.chip > img {
  float: left;
  margin: 0 8px 0 -12px;
  height: 32px;
  width: 32px;
  border-radius: 50%;
}

.chip .close {
  cursor: pointer;
  float: right;
  font-size: 16px;
  line-height: 32px;
  padding-left: 8px;
}

.chips {
  border: none;
  border-bottom: 1px solid #9e9e9e;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 0 0 8px 0;
  min-height: 45px;
  outline: none;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.chips.focus {
  border-bottom: 1px solid #26a69a;
  -webkit-box-shadow: 0 1px 0 0 #26a69a;
  box-shadow: 0 1px 0 0 #26a69a;
}

.chips:hover {
  cursor: text;
}

.chips .input {
  background: none;
  border: 0;
  color: rgba(0, 0, 0, 0.6);
  display: inline-block;
  font-size: 16px;
  height: 3rem;
  line-height: 32px;
  outline: 0;
  margin: 0;
  padding: 0 !important;
  width: 120px !important;
}

.chips .input:focus {
  border: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.chips .autocomplete-content {
  margin-top: 0;
  margin-bottom: 0;
}

.prefix ~ .chips {
  margin-left: 3rem;
  width: 92%;
  width: calc(100% - 3rem);
}

.chips:empty ~ label {
  font-size: 0.8rem;
  -webkit-transform: translateY(-140%);
  transform: translateY(-140%);
}

.materialboxed {
  display: block;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
  position: relative;
  -webkit-transition: opacity .4s;
  transition: opacity .4s;
  -webkit-backface-visibility: hidden;
}

.materialboxed:hover:not(.active) {
  opacity: .8;
}

.materialboxed.active {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

#materialbox-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #292929;
  z-index: 1000;
  will-change: opacity;
}

.materialbox-caption {
  position: fixed;
  display: none;
  color: #fff;
  line-height: 50px;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 0% 15%;
  height: 50px;
  z-index: 1000;
  -webkit-font-smoothing: antialiased;
}

select:focus {
  outline: 1px solid #c9f3ef;
}

button:focus {
  outline: none;
  background-color: #2ab7a9;
}

label {
  font-size: 0.8rem;
  color: #9e9e9e;
}

/* Text Inputs + Textarea
   ========================================================================== */

/* Style Placeholders */

::-webkit-input-placeholder {
  color: #d1d1d1;
}

:-ms-input-placeholder {
  color: #d1d1d1;
}

::-ms-input-placeholder {
  color: #d1d1d1;
}

::placeholder {
  color: #d1d1d1;
}

/* Text inputs */

input:not([type]),
input[type=text]:not(.browser-default),
input[type=password]:not(.browser-default),
input[type=email]:not(.browser-default),
input[type=url]:not(.browser-default),
input[type=time]:not(.browser-default),
input[type=date]:not(.browser-default),
input[type=datetime]:not(.browser-default),
input[type=datetime-local]:not(.browser-default),
input[type=tel]:not(.browser-default),
input[type=number]:not(.browser-default),
input[type=search]:not(.browser-default),
textarea.materialize-textarea {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #9e9e9e;
  border-radius: 0;
  outline: none;
  height: 3rem;
  width: 100%;
  font-size: 16px;
  margin: 0 0 8px 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-transition: border .3s, -webkit-box-shadow .3s;
  transition: border .3s, -webkit-box-shadow .3s;
  transition: box-shadow .3s, border .3s;
  transition: box-shadow .3s, border .3s, -webkit-box-shadow .3s;
}

input:not([type]):disabled,
input:not([type])[readonly="readonly"],
input[type=text]:not(.browser-default):disabled,
input[type=text]:not(.browser-default)[readonly="readonly"],
input[type=password]:not(.browser-default):disabled,
input[type=password]:not(.browser-default)[readonly="readonly"],
input[type=email]:not(.browser-default):disabled,
input[type=email]:not(.browser-default)[readonly="readonly"],
input[type=url]:not(.browser-default):disabled,
input[type=url]:not(.browser-default)[readonly="readonly"],
input[type=time]:not(.browser-default):disabled,
input[type=time]:not(.browser-default)[readonly="readonly"],
input[type=date]:not(.browser-default):disabled,
input[type=date]:not(.browser-default)[readonly="readonly"],
input[type=datetime]:not(.browser-default):disabled,
input[type=datetime]:not(.browser-default)[readonly="readonly"],
input[type=datetime-local]:not(.browser-default):disabled,
input[type=datetime-local]:not(.browser-default)[readonly="readonly"],
input[type=tel]:not(.browser-default):disabled,
input[type=tel]:not(.browser-default)[readonly="readonly"],
input[type=number]:not(.browser-default):disabled,
input[type=number]:not(.browser-default)[readonly="readonly"],
input[type=search]:not(.browser-default):disabled,
input[type=search]:not(.browser-default)[readonly="readonly"],
textarea.materialize-textarea:disabled,
textarea.materialize-textarea[readonly="readonly"] {
  color: rgba(0, 0, 0, 0.42);
  border-bottom: 1px dotted rgba(0, 0, 0, 0.42);
}

input:not([type]):disabled + label,
input:not([type])[readonly="readonly"] + label,
input[type=text]:not(.browser-default):disabled + label,
input[type=text]:not(.browser-default)[readonly="readonly"] + label,
input[type=password]:not(.browser-default):disabled + label,
input[type=password]:not(.browser-default)[readonly="readonly"] + label,
input[type=email]:not(.browser-default):disabled + label,
input[type=email]:not(.browser-default)[readonly="readonly"] + label,
input[type=url]:not(.browser-default):disabled + label,
input[type=url]:not(.browser-default)[readonly="readonly"] + label,
input[type=time]:not(.browser-default):disabled + label,
input[type=time]:not(.browser-default)[readonly="readonly"] + label,
input[type=date]:not(.browser-default):disabled + label,
input[type=date]:not(.browser-default)[readonly="readonly"] + label,
input[type=datetime]:not(.browser-default):disabled + label,
input[type=datetime]:not(.browser-default)[readonly="readonly"] + label,
input[type=datetime-local]:not(.browser-default):disabled + label,
input[type=datetime-local]:not(.browser-default)[readonly="readonly"] + label,
input[type=tel]:not(.browser-default):disabled + label,
input[type=tel]:not(.browser-default)[readonly="readonly"] + label,
input[type=number]:not(.browser-default):disabled + label,
input[type=number]:not(.browser-default)[readonly="readonly"] + label,
input[type=search]:not(.browser-default):disabled + label,
input[type=search]:not(.browser-default)[readonly="readonly"] + label,
textarea.materialize-textarea:disabled + label,
textarea.materialize-textarea[readonly="readonly"] + label {
  color: rgba(0, 0, 0, 0.42);
}

input:not([type]):focus:not([readonly]),
input[type=text]:not(.browser-default):focus:not([readonly]),
input[type=password]:not(.browser-default):focus:not([readonly]),
input[type=email]:not(.browser-default):focus:not([readonly]),
input[type=url]:not(.browser-default):focus:not([readonly]),
input[type=time]:not(.browser-default):focus:not([readonly]),
input[type=date]:not(.browser-default):focus:not([readonly]),
input[type=datetime]:not(.browser-default):focus:not([readonly]),
input[type=datetime-local]:not(.browser-default):focus:not([readonly]),
input[type=tel]:not(.browser-default):focus:not([readonly]),
input[type=number]:not(.browser-default):focus:not([readonly]),
input[type=search]:not(.browser-default):focus:not([readonly]),
textarea.materialize-textarea:focus:not([readonly]) {
  border-bottom: 1px solid #26a69a;
  -webkit-box-shadow: 0 1px 0 0 #26a69a;
  box-shadow: 0 1px 0 0 #26a69a;
}

input:not([type]):focus:not([readonly]) + label,
input[type=text]:not(.browser-default):focus:not([readonly]) + label,
input[type=password]:not(.browser-default):focus:not([readonly]) + label,
input[type=email]:not(.browser-default):focus:not([readonly]) + label,
input[type=url]:not(.browser-default):focus:not([readonly]) + label,
input[type=time]:not(.browser-default):focus:not([readonly]) + label,
input[type=date]:not(.browser-default):focus:not([readonly]) + label,
input[type=datetime]:not(.browser-default):focus:not([readonly]) + label,
input[type=datetime-local]:not(.browser-default):focus:not([readonly]) + label,
input[type=tel]:not(.browser-default):focus:not([readonly]) + label,
input[type=number]:not(.browser-default):focus:not([readonly]) + label,
input[type=search]:not(.browser-default):focus:not([readonly]) + label,
textarea.materialize-textarea:focus:not([readonly]) + label {
  color: #26a69a;
}

input:not([type]):focus.valid ~ label,
input[type=text]:not(.browser-default):focus.valid ~ label,
input[type=password]:not(.browser-default):focus.valid ~ label,
input[type=email]:not(.browser-default):focus.valid ~ label,
input[type=url]:not(.browser-default):focus.valid ~ label,
input[type=time]:not(.browser-default):focus.valid ~ label,
input[type=date]:not(.browser-default):focus.valid ~ label,
input[type=datetime]:not(.browser-default):focus.valid ~ label,
input[type=datetime-local]:not(.browser-default):focus.valid ~ label,
input[type=tel]:not(.browser-default):focus.valid ~ label,
input[type=number]:not(.browser-default):focus.valid ~ label,
input[type=search]:not(.browser-default):focus.valid ~ label,
textarea.materialize-textarea:focus.valid ~ label {
  color: #4CAF50;
}

input:not([type]):focus.invalid ~ label,
input[type=text]:not(.browser-default):focus.invalid ~ label,
input[type=password]:not(.browser-default):focus.invalid ~ label,
input[type=email]:not(.browser-default):focus.invalid ~ label,
input[type=url]:not(.browser-default):focus.invalid ~ label,
input[type=time]:not(.browser-default):focus.invalid ~ label,
input[type=date]:not(.browser-default):focus.invalid ~ label,
input[type=datetime]:not(.browser-default):focus.invalid ~ label,
input[type=datetime-local]:not(.browser-default):focus.invalid ~ label,
input[type=tel]:not(.browser-default):focus.invalid ~ label,
input[type=number]:not(.browser-default):focus.invalid ~ label,
input[type=search]:not(.browser-default):focus.invalid ~ label,
textarea.materialize-textarea:focus.invalid ~ label {
  color: #F44336;
}

input:not([type]).validate + label,
input[type=text]:not(.browser-default).validate + label,
input[type=password]:not(.browser-default).validate + label,
input[type=email]:not(.browser-default).validate + label,
input[type=url]:not(.browser-default).validate + label,
input[type=time]:not(.browser-default).validate + label,
input[type=date]:not(.browser-default).validate + label,
input[type=datetime]:not(.browser-default).validate + label,
input[type=datetime-local]:not(.browser-default).validate + label,
input[type=tel]:not(.browser-default).validate + label,
input[type=number]:not(.browser-default).validate + label,
input[type=search]:not(.browser-default).validate + label,
textarea.materialize-textarea.validate + label {
  width: 100%;
}

/* Validation Sass Placeholders */

input.valid:not([type]),
input.valid:not([type]):focus,
input.valid[type=text]:not(.browser-default),
input.valid[type=text]:not(.browser-default):focus,
input.valid[type=password]:not(.browser-default),
input.valid[type=password]:not(.browser-default):focus,
input.valid[type=email]:not(.browser-default),
input.valid[type=email]:not(.browser-default):focus,
input.valid[type=url]:not(.browser-default),
input.valid[type=url]:not(.browser-default):focus,
input.valid[type=time]:not(.browser-default),
input.valid[type=time]:not(.browser-default):focus,
input.valid[type=date]:not(.browser-default),
input.valid[type=date]:not(.browser-default):focus,
input.valid[type=datetime]:not(.browser-default),
input.valid[type=datetime]:not(.browser-default):focus,
input.valid[type=datetime-local]:not(.browser-default),
input.valid[type=datetime-local]:not(.browser-default):focus,
input.valid[type=tel]:not(.browser-default),
input.valid[type=tel]:not(.browser-default):focus,
input.valid[type=number]:not(.browser-default),
input.valid[type=number]:not(.browser-default):focus,
input.valid[type=search]:not(.browser-default),
input.valid[type=search]:not(.browser-default):focus,
textarea.materialize-textarea.valid,
textarea.materialize-textarea.valid:focus,
.select-wrapper.valid > input.select-dropdown {
  border-bottom: 1px solid #4CAF50;
  -webkit-box-shadow: 0 1px 0 0 #4CAF50;
  box-shadow: 0 1px 0 0 #4CAF50;
}

input.invalid:not([type]),
input.invalid:not([type]):focus,
input.invalid[type=text]:not(.browser-default),
input.invalid[type=text]:not(.browser-default):focus,
input.invalid[type=password]:not(.browser-default),
input.invalid[type=password]:not(.browser-default):focus,
input.invalid[type=email]:not(.browser-default),
input.invalid[type=email]:not(.browser-default):focus,
input.invalid[type=url]:not(.browser-default),
input.invalid[type=url]:not(.browser-default):focus,
input.invalid[type=time]:not(.browser-default),
input.invalid[type=time]:not(.browser-default):focus,
input.invalid[type=date]:not(.browser-default),
input.invalid[type=date]:not(.browser-default):focus,
input.invalid[type=datetime]:not(.browser-default),
input.invalid[type=datetime]:not(.browser-default):focus,
input.invalid[type=datetime-local]:not(.browser-default),
input.invalid[type=datetime-local]:not(.browser-default):focus,
input.invalid[type=tel]:not(.browser-default),
input.invalid[type=tel]:not(.browser-default):focus,
input.invalid[type=number]:not(.browser-default),
input.invalid[type=number]:not(.browser-default):focus,
input.invalid[type=search]:not(.browser-default),
input.invalid[type=search]:not(.browser-default):focus,
textarea.materialize-textarea.invalid,
textarea.materialize-textarea.invalid:focus,
.select-wrapper.invalid > input.select-dropdown,
.select-wrapper.invalid > input.select-dropdown:focus {
  border-bottom: 1px solid #F44336;
  -webkit-box-shadow: 0 1px 0 0 #F44336;
  box-shadow: 0 1px 0 0 #F44336;
}

input:not([type]).valid ~ .helper-text[data-success],
input:not([type]):focus.valid ~ .helper-text[data-success],
input:not([type]).invalid ~ .helper-text[data-error],
input:not([type]):focus.invalid ~ .helper-text[data-error],
input[type=text]:not(.browser-default).valid ~ .helper-text[data-success],
input[type=text]:not(.browser-default):focus.valid ~ .helper-text[data-success],
input[type=text]:not(.browser-default).invalid ~ .helper-text[data-error],
input[type=text]:not(.browser-default):focus.invalid ~ .helper-text[data-error],
input[type=password]:not(.browser-default).valid ~ .helper-text[data-success],
input[type=password]:not(.browser-default):focus.valid ~ .helper-text[data-success],
input[type=password]:not(.browser-default).invalid ~ .helper-text[data-error],
input[type=password]:not(.browser-default):focus.invalid ~ .helper-text[data-error],
input[type=email]:not(.browser-default).valid ~ .helper-text[data-success],
input[type=email]:not(.browser-default):focus.valid ~ .helper-text[data-success],
input[type=email]:not(.browser-default).invalid ~ .helper-text[data-error],
input[type=email]:not(.browser-default):focus.invalid ~ .helper-text[data-error],
input[type=url]:not(.browser-default).valid ~ .helper-text[data-success],
input[type=url]:not(.browser-default):focus.valid ~ .helper-text[data-success],
input[type=url]:not(.browser-default).invalid ~ .helper-text[data-error],
input[type=url]:not(.browser-default):focus.invalid ~ .helper-text[data-error],
input[type=time]:not(.browser-default).valid ~ .helper-text[data-success],
input[type=time]:not(.browser-default):focus.valid ~ .helper-text[data-success],
input[type=time]:not(.browser-default).invalid ~ .helper-text[data-error],
input[type=time]:not(.browser-default):focus.invalid ~ .helper-text[data-error],
input[type=date]:not(.browser-default).valid ~ .helper-text[data-success],
input[type=date]:not(.browser-default):focus.valid ~ .helper-text[data-success],
input[type=date]:not(.browser-default).invalid ~ .helper-text[data-error],
input[type=date]:not(.browser-default):focus.invalid ~ .helper-text[data-error],
input[type=datetime]:not(.browser-default).valid ~ .helper-text[data-success],
input[type=datetime]:not(.browser-default):focus.valid ~ .helper-text[data-success],
input[type=datetime]:not(.browser-default).invalid ~ .helper-text[data-error],
input[type=datetime]:not(.browser-default):focus.invalid ~ .helper-text[data-error],
input[type=datetime-local]:not(.browser-default).valid ~ .helper-text[data-success],
input[type=datetime-local]:not(.browser-default):focus.valid ~ .helper-text[data-success],
input[type=datetime-local]:not(.browser-default).invalid ~ .helper-text[data-error],
input[type=datetime-local]:not(.browser-default):focus.invalid ~ .helper-text[data-error],
input[type=tel]:not(.browser-default).valid ~ .helper-text[data-success],
input[type=tel]:not(.browser-default):focus.valid ~ .helper-text[data-success],
input[type=tel]:not(.browser-default).invalid ~ .helper-text[data-error],
input[type=tel]:not(.browser-default):focus.invalid ~ .helper-text[data-error],
input[type=number]:not(.browser-default).valid ~ .helper-text[data-success],
input[type=number]:not(.browser-default):focus.valid ~ .helper-text[data-success],
input[type=number]:not(.browser-default).invalid ~ .helper-text[data-error],
input[type=number]:not(.browser-default):focus.invalid ~ .helper-text[data-error],
input[type=search]:not(.browser-default).valid ~ .helper-text[data-success],
input[type=search]:not(.browser-default):focus.valid ~ .helper-text[data-success],
input[type=search]:not(.browser-default).invalid ~ .helper-text[data-error],
input[type=search]:not(.browser-default):focus.invalid ~ .helper-text[data-error],
textarea.materialize-textarea.valid ~ .helper-text[data-success],
textarea.materialize-textarea:focus.valid ~ .helper-text[data-success],
textarea.materialize-textarea.invalid ~ .helper-text[data-error],
textarea.materialize-textarea:focus.invalid ~ .helper-text[data-error],
.select-wrapper.valid .helper-text[data-success],
.select-wrapper.invalid ~ .helper-text[data-error] {
  color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}

input:not([type]).valid ~ .helper-text:after,
input:not([type]):focus.valid ~ .helper-text:after,
input[type=text]:not(.browser-default).valid ~ .helper-text:after,
input[type=text]:not(.browser-default):focus.valid ~ .helper-text:after,
input[type=password]:not(.browser-default).valid ~ .helper-text:after,
input[type=password]:not(.browser-default):focus.valid ~ .helper-text:after,
input[type=email]:not(.browser-default).valid ~ .helper-text:after,
input[type=email]:not(.browser-default):focus.valid ~ .helper-text:after,
input[type=url]:not(.browser-default).valid ~ .helper-text:after,
input[type=url]:not(.browser-default):focus.valid ~ .helper-text:after,
input[type=time]:not(.browser-default).valid ~ .helper-text:after,
input[type=time]:not(.browser-default):focus.valid ~ .helper-text:after,
input[type=date]:not(.browser-default).valid ~ .helper-text:after,
input[type=date]:not(.browser-default):focus.valid ~ .helper-text:after,
input[type=datetime]:not(.browser-default).valid ~ .helper-text:after,
input[type=datetime]:not(.browser-default):focus.valid ~ .helper-text:after,
input[type=datetime-local]:not(.browser-default).valid ~ .helper-text:after,
input[type=datetime-local]:not(.browser-default):focus.valid ~ .helper-text:after,
input[type=tel]:not(.browser-default).valid ~ .helper-text:after,
input[type=tel]:not(.browser-default):focus.valid ~ .helper-text:after,
input[type=number]:not(.browser-default).valid ~ .helper-text:after,
input[type=number]:not(.browser-default):focus.valid ~ .helper-text:after,
input[type=search]:not(.browser-default).valid ~ .helper-text:after,
input[type=search]:not(.browser-default):focus.valid ~ .helper-text:after,
textarea.materialize-textarea.valid ~ .helper-text:after,
textarea.materialize-textarea:focus.valid ~ .helper-text:after,
.select-wrapper.valid ~ .helper-text:after {
  content: attr(data-success);
  color: #4CAF50;
}

input:not([type]).invalid ~ .helper-text:after,
input:not([type]):focus.invalid ~ .helper-text:after,
input[type=text]:not(.browser-default).invalid ~ .helper-text:after,
input[type=text]:not(.browser-default):focus.invalid ~ .helper-text:after,
input[type=password]:not(.browser-default).invalid ~ .helper-text:after,
input[type=password]:not(.browser-default):focus.invalid ~ .helper-text:after,
input[type=email]:not(.browser-default).invalid ~ .helper-text:after,
input[type=email]:not(.browser-default):focus.invalid ~ .helper-text:after,
input[type=url]:not(.browser-default).invalid ~ .helper-text:after,
input[type=url]:not(.browser-default):focus.invalid ~ .helper-text:after,
input[type=time]:not(.browser-default).invalid ~ .helper-text:after,
input[type=time]:not(.browser-default):focus.invalid ~ .helper-text:after,
input[type=date]:not(.browser-default).invalid ~ .helper-text:after,
input[type=date]:not(.browser-default):focus.invalid ~ .helper-text:after,
input[type=datetime]:not(.browser-default).invalid ~ .helper-text:after,
input[type=datetime]:not(.browser-default):focus.invalid ~ .helper-text:after,
input[type=datetime-local]:not(.browser-default).invalid ~ .helper-text:after,
input[type=datetime-local]:not(.browser-default):focus.invalid ~ .helper-text:after,
input[type=tel]:not(.browser-default).invalid ~ .helper-text:after,
input[type=tel]:not(.browser-default):focus.invalid ~ .helper-text:after,
input[type=number]:not(.browser-default).invalid ~ .helper-text:after,
input[type=number]:not(.browser-default):focus.invalid ~ .helper-text:after,
input[type=search]:not(.browser-default).invalid ~ .helper-text:after,
input[type=search]:not(.browser-default):focus.invalid ~ .helper-text:after,
textarea.materialize-textarea.invalid ~ .helper-text:after,
textarea.materialize-textarea:focus.invalid ~ .helper-text:after,
.select-wrapper.invalid ~ .helper-text:after {
  content: attr(data-error);
  color: #F44336;
}

input:not([type]) + label:after,
input[type=text]:not(.browser-default) + label:after,
input[type=password]:not(.browser-default) + label:after,
input[type=email]:not(.browser-default) + label:after,
input[type=url]:not(.browser-default) + label:after,
input[type=time]:not(.browser-default) + label:after,
input[type=date]:not(.browser-default) + label:after,
input[type=datetime]:not(.browser-default) + label:after,
input[type=datetime-local]:not(.browser-default) + label:after,
input[type=tel]:not(.browser-default) + label:after,
input[type=number]:not(.browser-default) + label:after,
input[type=search]:not(.browser-default) + label:after,
textarea.materialize-textarea + label:after,
.select-wrapper + label:after {
  display: block;
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  opacity: 0;
  -webkit-transition: .2s opacity ease-out, .2s color ease-out;
  transition: .2s opacity ease-out, .2s color ease-out;
}

.input-field {
  position: relative;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.input-field.inline {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}

.input-field.inline input,
.input-field.inline .select-dropdown {
  margin-bottom: 1rem;
}

.input-field.col label {
  left: 0.75rem;
}

.input-field.col .prefix ~ label,
.input-field.col .prefix ~ .validate ~ label {
  width: calc(100% - 3rem - 1.5rem);
}

.input-field > label {
  color: #9e9e9e;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1rem;
  cursor: text;
  -webkit-transition: color .2s ease-out, -webkit-transform .2s ease-out;
  transition: color .2s ease-out, -webkit-transform .2s ease-out;
  transition: transform .2s ease-out, color .2s ease-out;
  transition: transform .2s ease-out, color .2s ease-out, -webkit-transform .2s ease-out;
  -webkit-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
  text-align: initial;
  -webkit-transform: translateY(12px);
  transform: translateY(12px);
}

.input-field > label:not(.label-icon).active {
  -webkit-transform: translateY(-14px) scale(0.8);
  transform: translateY(-14px) scale(0.8);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

.input-field > input[type]:-webkit-autofill:not(.browser-default):not([type="search"]) + label,
.input-field > input[type=date]:not(.browser-default) + label,
.input-field > input[type=time]:not(.browser-default) + label {
  -webkit-transform: translateY(-14px) scale(0.8);
  transform: translateY(-14px) scale(0.8);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

.input-field .helper-text {
  position: relative;
  min-height: 18px;
  display: block;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.54);
}

.input-field .helper-text::after {
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
}

.input-field .prefix {
  position: absolute;
  width: 3rem;
  font-size: 2rem;
  -webkit-transition: color .2s;
  transition: color .2s;
  top: 0.5rem;
}

.input-field .prefix.active {
  color: #26a69a;
}

.input-field .prefix ~ input,
.input-field .prefix ~ textarea,
.input-field .prefix ~ label,
.input-field .prefix ~ .validate ~ label,
.input-field .prefix ~ .helper-text,
.input-field .prefix ~ .autocomplete-content {
  margin-left: 3rem;
  width: 92%;
  width: calc(100% - 3rem);
}

.input-field .prefix ~ label {
  margin-left: 3rem;
}

@media only screen and (max-width: 992px) {
  .input-field .prefix ~ input {
    width: 86%;
    width: calc(100% - 3rem);
  }
}

@media only screen and (max-width: 600px) {
  .input-field .prefix ~ input {
    width: 80%;
    width: calc(100% - 3rem);
  }
}

/* Search Field */

.input-field input[type=search] {
  display: block;
  line-height: inherit;
  -webkit-transition: .3s background-color;
  transition: .3s background-color;
}

.nav-wrapper .input-field input[type=search] {
  height: inherit;
  padding-left: 4rem;
  width: calc(100% - 4rem);
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.input-field input[type=search]:focus:not(.browser-default) {
  background-color: #fff;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #444;
}

.input-field input[type=search]:focus:not(.browser-default) + label i,
.input-field input[type=search]:focus:not(.browser-default) ~ .mdi-navigation-close,
.input-field input[type=search]:focus:not(.browser-default) ~ .material-icons {
  color: #444;
}

.input-field input[type=search] + .label-icon {
  -webkit-transform: none;
  transform: none;
  left: 1rem;
}

.input-field input[type=search] ~ .mdi-navigation-close,
.input-field input[type=search] ~ .material-icons {
  position: absolute;
  top: 0;
  right: 1rem;
  color: transparent;
  cursor: pointer;
  font-size: 2rem;
  -webkit-transition: .3s color;
  transition: .3s color;
}

/* Textarea */

textarea {
  width: 100%;
  height: 3rem;
  background-color: transparent;
}

textarea.materialize-textarea {
  line-height: normal;
  overflow-y: hidden;
  /* prevents scroll bar flash */
  padding: .8rem 0 .8rem 0;
  /* prevents text jump on Enter keypress */
  resize: none;
  min-height: 3rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.hiddendiv {
  visibility: hidden;
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow-wrap: break-word;
  /* future version of deprecated 'word-wrap' */
  padding-top: 1.2rem;
  /* prevents text jump on Enter keypress */
  position: absolute;
  top: 0;
  z-index: -1;
}

/* Autocomplete */

.autocomplete-content li .highlight {
  color: #444;
}

.autocomplete-content li img {
  height: 40px;
  width: 40px;
  margin: 5px 15px;
}

/* Character Counter */

.character-counter {
  min-height: 18px;
}

/* Radio Buttons
   ========================================================================== */

[type="radio"]:not(:checked),
[type="radio"]:checked {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

[type="radio"]:not(:checked) + span,
[type="radio"]:checked + span {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  display: inline-block;
  height: 25px;
  font-weight: 700;
  line-height: 25px;
  font-size: 1rem;
  -webkit-transition: .28s ease;
  transition: .28s ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

[type="radio"] + span:before,
[type="radio"] + span:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  margin: 4px;
  width: 16px;
  height: 16px;
  z-index: 0;
  -webkit-transition: .28s ease;
  transition: .28s ease;
}

/* Unchecked styles */

[type="radio"]:not(:checked) + span:before,
[type="radio"]:not(:checked) + span:after,
[type="radio"]:checked + span:before,
[type="radio"]:checked + span:after,
[type="radio"].with-gap:checked + span:before,
[type="radio"].with-gap:checked + span:after {
  border-radius: 50%;
}

[type="radio"]:not(:checked) + span:before,
[type="radio"]:not(:checked) + span:after {
  border: 2px solid #5a5a5a;
}

[type="radio"]:not(:checked) + span:after {
  -webkit-transform: scale(0);
  transform: scale(0);
}

/* Checked styles */

[type="radio"]:checked + span:before {
  border: 2px solid transparent;
}

[type="radio"]:checked + span:after,
[type="radio"].with-gap:checked + span:before,
[type="radio"].with-gap:checked + span:after {
  border: 2px solid #26a69a;
}

[type="radio"]:checked + span:after,
[type="radio"].with-gap:checked + span:after {
  background-color: #26a69a;
}

[type="radio"]:checked + span:after {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}

/* Radio With gap */

[type="radio"].with-gap:checked + span:after {
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
}

/* Focused styles */

[type="radio"].tabbed:focus + span:before {
  -webkit-box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
}

/* Disabled Radio With gap */

[type="radio"].with-gap:disabled:checked + span:before {
  border: 2px solid rgba(0, 0, 0, 0.42);
}

[type="radio"].with-gap:disabled:checked + span:after {
  border: none;
  background-color: rgba(0, 0, 0, 0.42);
}

/* Disabled style */

[type="radio"]:disabled:not(:checked) + span:before,
[type="radio"]:disabled:checked + span:before {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.42);
}

[type="radio"]:disabled + span {
  color: rgba(0, 0, 0, 0.42);
}

[type="radio"]:disabled:not(:checked) + span:before {
  border-color: rgba(0, 0, 0, 0.42);
}

[type="radio"]:disabled:checked + span:after {
  background-color: rgba(0, 0, 0, 0.42);
  border-color: #949494;
}

/* Checkboxes
   ========================================================================== */

/* Remove default checkbox */

[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

[type="checkbox"] {
  /* checkbox aspect */
}

[type="checkbox"] + span:not(.lever) {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  display: inline-block;
  height: 25px;
  font-weight: 700;
  line-height: 25px;
  font-size: 1rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

[type="checkbox"] + span:not(.lever):before,
[type="checkbox"]:not(.filled-in) + span:not(.lever):after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  z-index: 0;
  border: 2px solid #5a5a5a;
  border-radius: 1px;
  margin-top: 3px;
  -webkit-transition: .2s;
  transition: .2s;
}

[type="checkbox"]:not(.filled-in) + span:not(.lever):after {
  border: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

[type="checkbox"]:not(:checked):disabled + span:not(.lever):before {
  border: none;
  background-color: rgba(0, 0, 0, 0.42);
}

[type="checkbox"].tabbed:focus + span:not(.lever):after {
  -webkit-transform: scale(1);
  transform: scale(1);
  border: 0;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
  background-color: rgba(0, 0, 0, 0.1);
}

[type="checkbox"]:checked + span:not(.lever):before {
  top: -4px;
  left: -5px;
  width: 12px;
  height: 22px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #26a69a;
  border-bottom: 2px solid #26a69a;
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

[type="checkbox"]:checked:disabled + span:before {
  border-right: 2px solid rgba(0, 0, 0, 0.42);
  border-bottom: 2px solid rgba(0, 0, 0, 0.42);
}

/* Indeterminate checkbox */

[type="checkbox"]:indeterminate + span:not(.lever):before {
  top: -11px;
  left: -12px;
  width: 10px;
  height: 22px;
  border-top: none;
  border-left: none;
  border-right: 2px solid #26a69a;
  border-bottom: none;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

[type="checkbox"]:indeterminate:disabled + span:not(.lever):before {
  border-right: 2px solid rgba(0, 0, 0, 0.42);
  background-color: transparent;
}

[type="checkbox"].filled-in + span:not(.lever):after {
  border-radius: 2px;
}

[type="checkbox"].filled-in + span:not(.lever):before,
[type="checkbox"].filled-in + span:not(.lever):after {
  content: '';
  left: 0;
  position: absolute;
  /* .1s delay is for check animation */
  -webkit-transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
  transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
  z-index: 1;
}

[type="checkbox"].filled-in:not(:checked) + span:not(.lever):before {
  width: 0;
  height: 0;
  border: 3px solid transparent;
  left: 6px;
  top: 10px;
  -webkit-transform: rotateZ(37deg);
  transform: rotateZ(37deg);
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

[type="checkbox"].filled-in:not(:checked) + span:not(.lever):after {
  height: 20px;
  width: 20px;
  background-color: transparent;
  border: 2px solid #5a5a5a;
  top: 0px;
  z-index: 0;
}

[type="checkbox"].filled-in:checked + span:not(.lever):before {
  top: 0;
  left: 1px;
  width: 8px;
  height: 13px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotateZ(37deg);
  transform: rotateZ(37deg);
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

[type="checkbox"].filled-in:checked + span:not(.lever):after {
  top: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #26a69a;
  background-color: #26a69a;
  z-index: 0;
}

[type="checkbox"].filled-in.tabbed:focus + span:not(.lever):after {
  border-radius: 2px;
  border-color: #5a5a5a;
  background-color: rgba(0, 0, 0, 0.1);
}

[type="checkbox"].filled-in.tabbed:checked:focus + span:not(.lever):after {
  border-radius: 2px;
  background-color: #26a69a;
  border-color: #26a69a;
}

[type="checkbox"].filled-in:disabled:not(:checked) + span:not(.lever):before {
  background-color: transparent;
  border: 2px solid transparent;
}

[type="checkbox"].filled-in:disabled:not(:checked) + span:not(.lever):after {
  border-color: transparent;
  background-color: #949494;
}

[type="checkbox"].filled-in:disabled:checked + span:not(.lever):before {
  background-color: transparent;
}

[type="checkbox"].filled-in:disabled:checked + span:not(.lever):after {
  background-color: #949494;
  border-color: #949494;
}

/* Switch
   ========================================================================== */

.switch,
.switch * {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.switch label {
  cursor: pointer;
}

.switch label input[type=checkbox] {
  opacity: 0;
  width: 0;
  height: 0;
}

.switch label input[type=checkbox]:checked + .lever {
  background-color: #84c7c1;
}

.switch label input[type=checkbox]:checked + .lever:before,
.switch label input[type=checkbox]:checked + .lever:after {
  left: 18px;
}

.switch label input[type=checkbox]:checked + .lever:after {
  background-color: #26a69a;
}

.switch label .lever {
  content: "";
  display: inline-block;
  position: relative;
  width: 36px;
  height: 14px;
  background-color: rgba(0, 0, 0, 0.38);
  border-radius: 15px;
  margin-right: 10px;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
  vertical-align: middle;
  margin: 0 16px;
}

.switch label .lever:before,
.switch label .lever:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  left: 0;
  top: -3px;
  -webkit-transition: left 0.3s ease, background .3s ease, -webkit-box-shadow 0.1s ease, -webkit-transform .1s ease;
  transition: left 0.3s ease, background .3s ease, -webkit-box-shadow 0.1s ease, -webkit-transform .1s ease;
  transition: left 0.3s ease, background .3s ease, box-shadow 0.1s ease, transform .1s ease;
  transition: left 0.3s ease, background .3s ease, box-shadow 0.1s ease, transform .1s ease, -webkit-box-shadow 0.1s ease, -webkit-transform .1s ease;
}

.switch label .lever:before {
  background-color: rgba(38, 166, 154, 0.15);
}

.switch label .lever:after {
  background-color: #F1F1F1;
  -webkit-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);
  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);
}

input[type=checkbox]:checked:not(:disabled) ~ .lever:active::before,
input[type=checkbox]:checked:not(:disabled).tabbed:focus ~ .lever::before {
  -webkit-transform: scale(2.4);
  transform: scale(2.4);
  background-color: rgba(38, 166, 154, 0.15);
}

input[type=checkbox]:not(:disabled) ~ .lever:active:before,
input[type=checkbox]:not(:disabled).tabbed:focus ~ .lever::before {
  -webkit-transform: scale(2.4);
  transform: scale(2.4);
  background-color: rgba(0, 0, 0, 0.08);
}

.switch input[type=checkbox][disabled] + .lever {
  cursor: default;
  background-color: rgba(0, 0, 0, 0.12);
}

.switch label input[type=checkbox][disabled] + .lever:after,
.switch label input[type=checkbox][disabled]:checked + .lever:after {
  background-color: #949494;
}

/* Select Field
   ========================================================================== */

select {
  display: none;
}

select.browser-default {
  display: block;
}

select {
  background-color: rgba(255, 255, 255, 0.9);
  width: 100%;
  padding: 5px;
  border: 1px solid #f2f2f2;
  border-radius: 2px;
  height: 3rem;
}

.select-label {
  position: absolute;
}

.select-wrapper {
  position: relative;
}

.select-wrapper.valid + label,
.select-wrapper.invalid + label {
  width: 100%;
  pointer-events: none;
}

.select-wrapper input.select-dropdown {
  position: relative;
  cursor: pointer;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #9e9e9e;
  outline: none;
  height: 3rem;
  line-height: 3rem;
  width: 100%;
  font-size: 16px;
  margin: 0 0 8px 0;
  padding: 0;
  display: block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 1;
}

.select-wrapper input.select-dropdown:focus {
  border-bottom: 1px solid #26a69a;
}

.select-wrapper .caret {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  z-index: 0;
  fill: rgba(0, 0, 0, 0.87);
}

.select-wrapper + label {
  position: absolute;
  top: -26px;
  font-size: 0.8rem;
}

select:disabled {
  color: rgba(0, 0, 0, 0.42);
}

.select-wrapper.disabled + label {
  color: rgba(0, 0, 0, 0.42);
}

.select-wrapper.disabled .caret {
  fill: rgba(0, 0, 0, 0.42);
}

.select-wrapper input.select-dropdown:disabled {
  color: rgba(0, 0, 0, 0.42);
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.select-wrapper i {
  color: rgba(0, 0, 0, 0.3);
}

.select-dropdown li.disabled,
.select-dropdown li.disabled > span,
.select-dropdown li.optgroup {
  color: rgba(0, 0, 0, 0.3);
  background-color: transparent;
}

body.keyboard-focused .select-dropdown.dropdown-content li:focus {
  background-color: rgba(0, 0, 0, 0.08);
}

.select-dropdown.dropdown-content li:hover {
  background-color: rgba(0, 0, 0, 0.08);
}

.select-dropdown.dropdown-content li.selected {
  background-color: rgba(0, 0, 0, 0.03);
}

.prefix ~ .select-wrapper {
  margin-left: 3rem;
  width: 92%;
  width: calc(100% - 3rem);
}

.prefix ~ label {
  margin-left: 3rem;
}

.select-dropdown li img {
  height: 40px;
  width: 40px;
  margin: 5px 15px;
  float: right;
}

.select-dropdown li.optgroup {
  border-top: 1px solid #eee;
}

.select-dropdown li.optgroup.selected > span {
  color: rgba(0, 0, 0, 0.7);
}

.select-dropdown li.optgroup > span {
  color: rgba(0, 0, 0, 0.4);
}

.select-dropdown li.optgroup ~ li.optgroup-option {
  padding-left: 1rem;
}

/* File Input
   ========================================================================== */

.file-field {
  position: relative;
}

.file-field .file-path-wrapper {
  overflow: hidden;
  padding-left: 10px;
}

.file-field input.file-path {
  width: 100%;
}

.file-field .btn,
.file-field .btn-large,
.file-field .btn-small {
  float: left;
  height: 3rem;
  line-height: 3rem;
}

.file-field span {
  cursor: pointer;
}

.file-field input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}

.file-field input[type=file]::-webkit-file-upload-button {
  display: none;
}

/* Range
   ========================================================================== */

.range-field {
  position: relative;
}

input[type=range],
input[type=range] + .thumb {
  cursor: pointer;
}

input[type=range] {
  position: relative;
  background-color: transparent;
  border: none;
  outline: none;
  width: 100%;
  margin: 15px 0;
  padding: 0;
}

input[type=range]:focus {
  outline: none;
}

input[type=range] + .thumb {
  position: absolute;
  top: 10px;
  left: 0;
  border: none;
  height: 0;
  width: 0;
  border-radius: 50%;
  background-color: #26a69a;
  margin-left: 7px;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

input[type=range] + .thumb .value {
  display: block;
  width: 30px;
  text-align: center;
  color: #26a69a;
  font-size: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

input[type=range] + .thumb.active {
  border-radius: 50% 50% 50% 0;
}

input[type=range] + .thumb.active .value {
  color: #fff;
  margin-left: -1px;
  margin-top: 8px;
  font-size: 10px;
}

input[type=range] {
  -webkit-appearance: none;
}

input[type=range]::-webkit-slider-runnable-track {
  height: 3px;
  background: #c2c0c2;
  border: none;
}

input[type=range]::-webkit-slider-thumb {
  border: none;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background: #26a69a;
  -webkit-transition: -webkit-box-shadow .3s;
  transition: -webkit-box-shadow .3s;
  transition: box-shadow .3s;
  transition: box-shadow .3s, -webkit-box-shadow .3s;
  -webkit-appearance: none;
  background-color: #26a69a;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  margin: -5px 0 0 0;
}

.keyboard-focused input[type=range]:focus:not(.active)::-webkit-slider-thumb {
  -webkit-box-shadow: 0 0 0 10px rgba(38, 166, 154, 0.26);
  box-shadow: 0 0 0 10px rgba(38, 166, 154, 0.26);
}

input[type=range] {
  /* fix for FF unable to apply focus style bug  */
  border: 1px solid white;
  /*required for proper track sizing in FF*/
}

input[type=range]::-moz-range-track {
  height: 3px;
  background: #c2c0c2;
  border: none;
}

input[type=range]::-moz-focus-inner {
  border: 0;
}

input[type=range]::-moz-range-thumb {
  border: none;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background: #26a69a;
  -webkit-transition: -webkit-box-shadow .3s;
  transition: -webkit-box-shadow .3s;
  transition: box-shadow .3s;
  transition: box-shadow .3s, -webkit-box-shadow .3s;
  margin-top: -5px;
}

input[type=range]:-moz-focusring {
  outline: 1px solid #fff;
  outline-offset: -1px;
}

.keyboard-focused input[type=range]:focus:not(.active)::-moz-range-thumb {
  box-shadow: 0 0 0 10px rgba(38, 166, 154, 0.26);
}

input[type=range]::-ms-track {
  height: 3px;
  background: transparent;
  border-color: transparent;
  border-width: 6px 0;
  /*remove default tick marks*/
  color: transparent;
}

input[type=range]::-ms-fill-lower {
  background: #777;
}

input[type=range]::-ms-fill-upper {
  background: #ddd;
}

input[type=range]::-ms-thumb {
  border: none;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background: #26a69a;
  -webkit-transition: -webkit-box-shadow .3s;
  transition: -webkit-box-shadow .3s;
  transition: box-shadow .3s;
  transition: box-shadow .3s, -webkit-box-shadow .3s;
}

.keyboard-focused input[type=range]:focus:not(.active)::-ms-thumb {
  box-shadow: 0 0 0 10px rgba(38, 166, 154, 0.26);
}

/***************
    Nav List
***************/

.table-of-contents.fixed {
  position: fixed;
}

.table-of-contents li {
  padding: 2px 0;
}

.table-of-contents a {
  display: inline-block;
  font-weight: 300;
  color: #757575;
  padding-left: 16px;
  height: 1.5rem;
  line-height: 1.5rem;
  letter-spacing: .4;
  display: inline-block;
}

.table-of-contents a:hover {
  color: #a8a8a8;
  padding-left: 15px;
  border-left: 1px solid #ee6e73;
}

.table-of-contents a.active {
  font-weight: 500;
  padding-left: 14px;
  border-left: 2px solid #ee6e73;
}

.sidenav {
  position: fixed;
  width: 300px;
  left: 0;
  top: 0;
  margin: 0;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  height: 100%;
  height: calc(100% + 60px);
  height: -moz-calc(100%);
  padding-bottom: 60px;
  background-color: #fff;
  z-index: 999;
  overflow-y: auto;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateX(-105%);
  transform: translateX(-105%);
}

.sidenav.right-aligned {
  right: 0;
  -webkit-transform: translateX(105%);
  transform: translateX(105%);
  left: auto;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.sidenav .collapsible {
  margin: 0;
}

.sidenav li {
  float: none;
  line-height: 48px;
}

.sidenav li.active {
  background-color: rgba(0, 0, 0, 0.05);
}

.sidenav li > a {
  color: rgba(0, 0, 0, 0.87);
  display: block;
  font-size: 14px;
  font-weight: 500;
  height: 48px;
  line-height: 48px;
  padding: 0 32px;
}

.sidenav li > a:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

.sidenav li > a.btn,
.sidenav li > a.btn-large,
.sidenav li > a.btn-small,
.sidenav li > a.btn-large,
.sidenav li > a.btn-flat,
.sidenav li > a.btn-floating {
  margin: 10px 15px;
}

.sidenav li > a.btn,
.sidenav li > a.btn-large,
.sidenav li > a.btn-small,
.sidenav li > a.btn-large,
.sidenav li > a.btn-floating {
  color: #fff;
}

.sidenav li > a.btn-flat {
  color: #343434;
}

.sidenav li > a.btn:hover,
.sidenav li > a.btn-large:hover,
.sidenav li > a.btn-small:hover,
.sidenav li > a.btn-large:hover {
  background-color: #2bbbad;
}

.sidenav li > a.btn-floating:hover {
  background-color: #26a69a;
}

.sidenav li > a > i,
.sidenav li > a > [class^="mdi-"],
.sidenav li > a li > a > [class*="mdi-"],
.sidenav li > a > i.material-icons {
  float: left;
  height: 48px;
  line-height: 48px;
  margin: 0 32px 0 0;
  width: 24px;
  color: rgba(0, 0, 0, 0.54);
}

.sidenav .divider {
  margin: 8px 0 0 0;
}

.sidenav .subheader {
  cursor: initial;
  pointer-events: none;
  color: rgba(0, 0, 0, 0.54);
  font-size: 14px;
  font-weight: 500;
  line-height: 48px;
}

.sidenav .subheader:hover {
  background-color: transparent;
}

.sidenav .user-view {
  position: relative;
  padding: 32px 32px 0;
  margin-bottom: 8px;
}

.sidenav .user-view > a {
  height: auto;
  padding: 0;
}

.sidenav .user-view > a:hover {
  background-color: transparent;
}

.sidenav .user-view .background {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.sidenav .user-view .circle,
.sidenav .user-view .name,
.sidenav .user-view .email {
  display: block;
}

.sidenav .user-view .circle {
  height: 64px;
  width: 64px;
}

.sidenav .user-view .name,
.sidenav .user-view .email {
  font-size: 14px;
  line-height: 24px;
}

.sidenav .user-view .name {
  margin-top: 16px;
  font-weight: 500;
}

.sidenav .user-view .email {
  padding-bottom: 16px;
  font-weight: 400;
}

.drag-target {
  height: 100%;
  width: 10px;
  position: fixed;
  top: 0;
  z-index: 998;
}

.drag-target.right-aligned {
  right: 0;
}

.sidenav.sidenav-fixed {
  left: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  position: fixed;
}

.sidenav.sidenav-fixed.right-aligned {
  right: 0;
  left: auto;
}

@media only screen and (max-width: 992px) {
  .sidenav.sidenav-fixed {
    -webkit-transform: translateX(-105%);
    transform: translateX(-105%);
  }

  .sidenav.sidenav-fixed.right-aligned {
    -webkit-transform: translateX(105%);
    transform: translateX(105%);
  }

  .sidenav > a {
    padding: 0 16px;
  }

  .sidenav .user-view {
    padding: 16px 16px 0;
  }
}

.sidenav .collapsible-body > ul:not(.collapsible) > li.active,
.sidenav.sidenav-fixed .collapsible-body > ul:not(.collapsible) > li.active {
  background-color: #ee6e73;
}

.sidenav .collapsible-body > ul:not(.collapsible) > li.active a,
.sidenav.sidenav-fixed .collapsible-body > ul:not(.collapsible) > li.active a {
  color: #fff;
}

.sidenav .collapsible-body {
  padding: 0;
}

.sidenav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  height: 120vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 997;
  display: none;
}

/*
    @license
    Copyright (c) 2014 The Polymer Project Authors. All rights reserved.
    This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
    The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
    The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
    Code distributed by Google as part of the polymer project is also
    subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
 */

/**************************/

/* STYLES FOR THE SPINNER */

/**************************/

/*
 * Constants:
 *      STROKEWIDTH = 3px
 *      ARCSIZE     = 270 degrees (amount of circle the arc takes up)
 *      ARCTIME     = 1333ms (time it takes to expand and contract arc)
 *      ARCSTARTROT = 216 degrees (how much the start location of the arc
 *                                should rotate each time, 216 gives us a
 *                                5 pointed star shape (it's 360/5 * 3).
 *                                For a 7 pointed star, we might do
 *                                360/7 * 3 = 154.286)
 *      CONTAINERWIDTH = 28px
 *      SHRINK_TIME = 400ms
 */

.preloader-wrapper {
  display: inline-block;
  position: relative;
  width: 50px;
  height: 50px;
}

.preloader-wrapper.small {
  width: 36px;
  height: 36px;
}

.preloader-wrapper.big {
  width: 64px;
  height: 64px;
}

.preloader-wrapper.active {
  /* duration: 360 * ARCTIME / (ARCSTARTROT + (360-ARCSIZE)) */
  -webkit-animation: container-rotate 1568ms linear infinite;
  animation: container-rotate 1568ms linear infinite;
}

@-webkit-keyframes container-rotate {
  to {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes container-rotate {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.spinner-layer {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  border-color: #26a69a;
}

.spinner-blue,
.spinner-blue-only {
  border-color: #4285f4;
}

.spinner-red,
.spinner-red-only {
  border-color: #db4437;
}

.spinner-yellow,
.spinner-yellow-only {
  border-color: #f4b400;
}

.spinner-green,
.spinner-green-only {
  border-color: #0f9d58;
}

/**
 * IMPORTANT NOTE ABOUT CSS ANIMATION PROPERTIES (keanulee):
 *
 * iOS Safari (tested on iOS 8.1) does not handle animation-delay very well - it doesn't
 * guarantee that the animation will start _exactly_ after that value. So we avoid using
 * animation-delay and instead set custom keyframes for each color (as redundant as it
 * seems).
 *
 * We write out each animation in full (instead of separating animation-name,
 * animation-duration, etc.) because under the polyfill, Safari does not recognize those
 * specific properties properly, treats them as -webkit-animation, and overrides the
 * other animation rules. See https://github.com/Polymer/platform/issues/53.
 */

.active .spinner-layer.spinner-blue {
  /* durations: 4 * ARCTIME */
  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, blue-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, blue-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.active .spinner-layer.spinner-red {
  /* durations: 4 * ARCTIME */
  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, red-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, red-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.active .spinner-layer.spinner-yellow {
  /* durations: 4 * ARCTIME */
  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, yellow-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, yellow-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.active .spinner-layer.spinner-green {
  /* durations: 4 * ARCTIME */
  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, green-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, green-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.active .spinner-layer,
.active .spinner-layer.spinner-blue-only,
.active .spinner-layer.spinner-red-only,
.active .spinner-layer.spinner-yellow-only,
.active .spinner-layer.spinner-green-only {
  /* durations: 4 * ARCTIME */
  opacity: 1;
  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

@-webkit-keyframes fill-unfill-rotate {
  12.5% {
    -webkit-transform: rotate(135deg);
  }

  /* 0.5 * ARCSIZE */
  25% {
    -webkit-transform: rotate(270deg);
  }

  /* 1   * ARCSIZE */
  37.5% {
    -webkit-transform: rotate(405deg);
  }

  /* 1.5 * ARCSIZE */
  50% {
    -webkit-transform: rotate(540deg);
  }

  /* 2   * ARCSIZE */
  62.5% {
    -webkit-transform: rotate(675deg);
  }

  /* 2.5 * ARCSIZE */
  75% {
    -webkit-transform: rotate(810deg);
  }

  /* 3   * ARCSIZE */
  87.5% {
    -webkit-transform: rotate(945deg);
  }

  /* 3.5 * ARCSIZE */
  to {
    -webkit-transform: rotate(1080deg);
  }

  /* 4   * ARCSIZE */}

@keyframes fill-unfill-rotate {
  12.5% {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }

  /* 0.5 * ARCSIZE */
  25% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }

  /* 1   * ARCSIZE */
  37.5% {
    -webkit-transform: rotate(405deg);
    transform: rotate(405deg);
  }

  /* 1.5 * ARCSIZE */
  50% {
    -webkit-transform: rotate(540deg);
    transform: rotate(540deg);
  }

  /* 2   * ARCSIZE */
  62.5% {
    -webkit-transform: rotate(675deg);
    transform: rotate(675deg);
  }

  /* 2.5 * ARCSIZE */
  75% {
    -webkit-transform: rotate(810deg);
    transform: rotate(810deg);
  }

  /* 3   * ARCSIZE */
  87.5% {
    -webkit-transform: rotate(945deg);
    transform: rotate(945deg);
  }

  /* 3.5 * ARCSIZE */
  to {
    -webkit-transform: rotate(1080deg);
    transform: rotate(1080deg);
  }

  /* 4   * ARCSIZE */}

@-webkit-keyframes blue-fade-in-out {
  from {
    opacity: 1;
  }

  25% {
    opacity: 1;
  }

  26% {
    opacity: 0;
  }

  89% {
    opacity: 0;
  }

  90% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

@keyframes blue-fade-in-out {
  from {
    opacity: 1;
  }

  25% {
    opacity: 1;
  }

  26% {
    opacity: 0;
  }

  89% {
    opacity: 0;
  }

  90% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes red-fade-in-out {
  from {
    opacity: 0;
  }

  15% {
    opacity: 0;
  }

  25% {
    opacity: 1;
  }

  50% {
    opacity: 1;
  }

  51% {
    opacity: 0;
  }
}

@keyframes red-fade-in-out {
  from {
    opacity: 0;
  }

  15% {
    opacity: 0;
  }

  25% {
    opacity: 1;
  }

  50% {
    opacity: 1;
  }

  51% {
    opacity: 0;
  }
}

@-webkit-keyframes yellow-fade-in-out {
  from {
    opacity: 0;
  }

  40% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  75% {
    opacity: 1;
  }

  76% {
    opacity: 0;
  }
}

@keyframes yellow-fade-in-out {
  from {
    opacity: 0;
  }

  40% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  75% {
    opacity: 1;
  }

  76% {
    opacity: 0;
  }
}

@-webkit-keyframes green-fade-in-out {
  from {
    opacity: 0;
  }

  65% {
    opacity: 0;
  }

  75% {
    opacity: 1;
  }

  90% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes green-fade-in-out {
  from {
    opacity: 0;
  }

  65% {
    opacity: 0;
  }

  75% {
    opacity: 1;
  }

  90% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/**
 * Patch the gap that appear between the two adjacent div.circle-clipper while the
 * spinner is rotating (appears on Chrome 38, Safari 7.1, and IE 11).
 */

.gap-patch {
  position: absolute;
  top: 0;
  left: 45%;
  width: 10%;
  height: 100%;
  overflow: hidden;
  border-color: inherit;
}

.gap-patch .circle {
  width: 1000%;
  left: -450%;
}

.circle-clipper {
  display: inline-block;
  position: relative;
  width: 50%;
  height: 100%;
  overflow: hidden;
  border-color: inherit;
}

.circle-clipper .circle {
  width: 200%;
  height: 100%;
  border-width: 3px;
  /* STROKEWIDTH */
  border-style: solid;
  border-color: inherit;
  border-bottom-color: transparent !important;
  border-radius: 50%;
  -webkit-animation: none;
  animation: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}

.circle-clipper.left .circle {
  left: 0;
  border-right-color: transparent !important;
  -webkit-transform: rotate(129deg);
  transform: rotate(129deg);
}

.circle-clipper.right .circle {
  left: -100%;
  border-left-color: transparent !important;
  -webkit-transform: rotate(-129deg);
  transform: rotate(-129deg);
}

.active .circle-clipper.left .circle {
  /* duration: ARCTIME */
  -webkit-animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.active .circle-clipper.right .circle {
  /* duration: ARCTIME */
  -webkit-animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

@-webkit-keyframes left-spin {
  from {
    -webkit-transform: rotate(130deg);
  }

  50% {
    -webkit-transform: rotate(-5deg);
  }

  to {
    -webkit-transform: rotate(130deg);
  }
}

@keyframes left-spin {
  from {
    -webkit-transform: rotate(130deg);
    transform: rotate(130deg);
  }

  50% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }

  to {
    -webkit-transform: rotate(130deg);
    transform: rotate(130deg);
  }
}

@-webkit-keyframes right-spin {
  from {
    -webkit-transform: rotate(-130deg);
  }

  50% {
    -webkit-transform: rotate(5deg);
  }

  to {
    -webkit-transform: rotate(-130deg);
  }
}

@keyframes right-spin {
  from {
    -webkit-transform: rotate(-130deg);
    transform: rotate(-130deg);
  }

  50% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  to {
    -webkit-transform: rotate(-130deg);
    transform: rotate(-130deg);
  }
}

#spinnerContainer.cooldown {
  /* duration: SHRINK_TIME */
  -webkit-animation: container-rotate 1568ms linear infinite, fade-out 400ms cubic-bezier(0.4, 0, 0.2, 1);
  animation: container-rotate 1568ms linear infinite, fade-out 400ms cubic-bezier(0.4, 0, 0.2, 1);
}

@-webkit-keyframes fade-out {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fade-out {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.slider {
  position: relative;
  height: 400px;
  width: 100%;
}

.slider.fullscreen {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.slider.fullscreen ul.slides {
  height: 100%;
}

.slider.fullscreen ul.indicators {
  z-index: 2;
  bottom: 30px;
}

.slider .slides {
  background-color: #9e9e9e;
  margin: 0;
  height: 400px;
}

.slider .slides li {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: inherit;
  overflow: hidden;
}

.slider .slides li img {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
}

.slider .slides li .caption {
  color: #fff;
  position: absolute;
  top: 15%;
  left: 15%;
  width: 70%;
  opacity: 0;
}

.slider .slides li .caption p {
  color: #e0e0e0;
}

.slider .slides li.active {
  z-index: 2;
}

.slider .indicators {
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
}

.slider .indicators .indicator-item {
  display: inline-block;
  position: relative;
  cursor: pointer;
  height: 16px;
  width: 16px;
  margin: 0 12px;
  background-color: #e0e0e0;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
  border-radius: 50%;
}

.slider .indicators .indicator-item.active {
  background-color: #4CAF50;
}

.carousel {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 400px;
  -webkit-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.carousel.carousel-slider {
  top: 0;
  left: 0;
}

.carousel.carousel-slider .carousel-fixed-item {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  z-index: 1;
}

.carousel.carousel-slider .carousel-fixed-item.with-indicators {
  bottom: 68px;
}

.carousel.carousel-slider .carousel-item {
  width: 100%;
  height: 100%;
  min-height: 400px;
  position: absolute;
  top: 0;
  left: 0;
}

.carousel.carousel-slider .carousel-item h2 {
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}

.carousel.carousel-slider .carousel-item p {
  font-size: 15px;
}

.carousel .carousel-item {
  visibility: hidden;
  width: 200px;
  height: 200px;
  position: absolute;
  top: 0;
  left: 0;
}

.carousel .carousel-item > img {
  width: 100%;
}

.carousel .indicators {
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
}

.carousel .indicators .indicator-item {
  display: inline-block;
  position: relative;
  cursor: pointer;
  height: 8px;
  width: 8px;
  margin: 24px 4px;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
  border-radius: 50%;
}

.carousel .indicators .indicator-item.active {
  background-color: #fff;
}

.carousel.scrolling .carousel-item .materialboxed,
.carousel .carousel-item:not(.active) .materialboxed {
  pointer-events: none;
}

.tap-target-wrapper {
  width: 800px;
  height: 800px;
  position: fixed;
  z-index: 1000;
  visibility: hidden;
  -webkit-transition: visibility 0s .3s;
  transition: visibility 0s .3s;
}

.tap-target-wrapper.open {
  visibility: visible;
  -webkit-transition: visibility 0s;
  transition: visibility 0s;
}

.tap-target-wrapper.open .tap-target {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: .95;
  -webkit-transition: opacity 0.3s cubic-bezier(0.42, 0, 0.58, 1), -webkit-transform 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  transition: opacity 0.3s cubic-bezier(0.42, 0, 0.58, 1), -webkit-transform 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  transition: transform 0.3s cubic-bezier(0.42, 0, 0.58, 1), opacity 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  transition: transform 0.3s cubic-bezier(0.42, 0, 0.58, 1), opacity 0.3s cubic-bezier(0.42, 0, 0.58, 1), -webkit-transform 0.3s cubic-bezier(0.42, 0, 0.58, 1);
}

.tap-target-wrapper.open .tap-target-wave::before {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.tap-target-wrapper.open .tap-target-wave::after {
  visibility: visible;
  -webkit-animation: pulse-animation 1s cubic-bezier(0.24, 0, 0.38, 1) infinite;
  animation: pulse-animation 1s cubic-bezier(0.24, 0, 0.38, 1) infinite;
  -webkit-transition: opacity .3s,
 visibility 0s 1s,
 -webkit-transform .3s;
  transition: opacity .3s,
 visibility 0s 1s,
 -webkit-transform .3s;
  transition: opacity .3s,
 transform .3s,
 visibility 0s 1s;
  transition: opacity .3s,
 transform .3s,
 visibility 0s 1s,
 -webkit-transform .3s;
}

.tap-target {
  position: absolute;
  font-size: 1rem;
  border-radius: 50%;
  background-color: #ee6e73;
  -webkit-box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.14), 0 10px 50px 0 rgba(0, 0, 0, 0.12), 0 30px 10px -20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.14), 0 10px 50px 0 rgba(0, 0, 0, 0.12), 0 30px 10px -20px rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: opacity 0.3s cubic-bezier(0.42, 0, 0.58, 1), -webkit-transform 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  transition: opacity 0.3s cubic-bezier(0.42, 0, 0.58, 1), -webkit-transform 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  transition: transform 0.3s cubic-bezier(0.42, 0, 0.58, 1), opacity 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  transition: transform 0.3s cubic-bezier(0.42, 0, 0.58, 1), opacity 0.3s cubic-bezier(0.42, 0, 0.58, 1), -webkit-transform 0.3s cubic-bezier(0.42, 0, 0.58, 1);
}

.tap-target-content {
  position: relative;
  display: table-cell;
}

.tap-target-wave {
  position: absolute;
  border-radius: 50%;
  z-index: 10001;
}

.tap-target-wave::before,
.tap-target-wave::after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #ffffff;
}

.tap-target-wave::before {
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

.tap-target-wave::after {
  visibility: hidden;
  -webkit-transition: opacity .3s,
 visibility 0s,
 -webkit-transform .3s;
  transition: opacity .3s,
 visibility 0s,
 -webkit-transform .3s;
  transition: opacity .3s,
 transform .3s,
 visibility 0s;
  transition: opacity .3s,
 transform .3s,
 visibility 0s,
 -webkit-transform .3s;
  z-index: -1;
}

.tap-target-origin {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 10002;
  position: absolute !important;
}

.tap-target-origin:not(.btn):not(.btn-large):not(.btn-small),
.tap-target-origin:not(.btn):not(.btn-large):not(.btn-small):hover {
  background: none;
}

@media only screen and (max-width: 600px) {
  .tap-target,
  .tap-target-wrapper {
    width: 600px;
    height: 600px;
  }
}

.pulse {
  overflow: visible;
  position: relative;
}

.pulse::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: inherit;
  border-radius: inherit;
  -webkit-transition: opacity .3s, -webkit-transform .3s;
  transition: opacity .3s, -webkit-transform .3s;
  transition: opacity .3s, transform .3s;
  transition: opacity .3s, transform .3s, -webkit-transform .3s;
  -webkit-animation: pulse-animation 1s cubic-bezier(0.24, 0, 0.38, 1) infinite;
  animation: pulse-animation 1s cubic-bezier(0.24, 0, 0.38, 1) infinite;
  z-index: -1;
}

@-webkit-keyframes pulse-animation {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    opacity: 0;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}

@keyframes pulse-animation {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    opacity: 0;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}

/* Modal */

.datepicker-modal {
  max-width: 325px;
  min-width: 300px;
  max-height: none;
}

.datepicker-container.modal-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0;
}

.datepicker-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 280px;
  margin: 0 auto;
}

.datepicker-controls .selects-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.datepicker-controls .select-wrapper input {
  border-bottom: none;
  text-align: center;
  margin: 0;
}

.datepicker-controls .select-wrapper input:focus {
  border-bottom: none;
}

.datepicker-controls .select-wrapper .caret {
  display: none;
}

.datepicker-controls .select-year input {
  width: 50px;
}

.datepicker-controls .select-month input {
  width: 70px;
}

.month-prev,
.month-next {
  margin-top: 4px;
  cursor: pointer;
  background-color: transparent;
  border: none;
}

/* Date Display */

.datepicker-date-display {
  -webkit-box-flex: 1;
  -ms-flex: 1 auto;
  flex: 1 auto;
  background-color: #26a69a;
  color: #fff;
  padding: 20px 22px;
  font-weight: 500;
}

.datepicker-date-display .year-text {
  display: block;
  font-size: 1.5rem;
  line-height: 25px;
  color: rgba(255, 255, 255, 0.7);
}

.datepicker-date-display .date-text {
  display: block;
  font-size: 2.8rem;
  line-height: 47px;
  font-weight: 500;
}

/* Calendar */

.datepicker-calendar-container {
  -webkit-box-flex: 2.5;
  -ms-flex: 2.5 auto;
  flex: 2.5 auto;
}

.datepicker-table {
  width: 280px;
  font-size: 1rem;
  margin: 0 auto;
}

.datepicker-table thead {
  border-bottom: none;
}

.datepicker-table th {
  padding: 10px 5px;
  text-align: center;
}

.datepicker-table tr {
  border: none;
}

.datepicker-table abbr {
  text-decoration: none;
  color: #999;
}

.datepicker-table td {
  border-radius: 50%;
  padding: 0;
}

.datepicker-table td.is-today {
  color: #26a69a;
}

.datepicker-table td.is-selected {
  background-color: #26a69a;
  color: #fff;
}

.datepicker-table td.is-outside-current-month,
.datepicker-table td.is-disabled {
  color: rgba(0, 0, 0, 0.3);
  pointer-events: none;
}

.datepicker-day-button {
  background-color: transparent;
  border: none;
  line-height: 38px;
  display: block;
  width: 100%;
  border-radius: 50%;
  padding: 0 5px;
  cursor: pointer;
  color: inherit;
}

.datepicker-day-button:focus {
  background-color: rgba(43, 161, 150, 0.25);
}

/* Footer */

.datepicker-footer {
  width: 280px;
  margin: 0 auto;
  padding-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.datepicker-cancel,
.datepicker-clear,
.datepicker-today,
.datepicker-done {
  color: #26a69a;
  padding: 0 1rem;
}

.datepicker-clear {
  color: #F44336;
}

/* Media Queries */

@media only screen and (min-width: 601px) {
  .datepicker-modal {
    max-width: 625px;
  }

  .datepicker-container.modal-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .datepicker-date-display {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 270px;
    flex: 0 1 270px;
  }

  .datepicker-controls,
  .datepicker-table,
  .datepicker-footer {
    width: 320px;
  }

  .datepicker-day-button {
    line-height: 44px;
  }
}

/* Timepicker Containers */

.timepicker-modal {
  max-width: 325px;
  max-height: none;
}

.timepicker-container.modal-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0;
}

.text-primary {
  color: white;
}

/* Clock Digital Display */

.timepicker-digital-display {
  -webkit-box-flex: 1;
  -ms-flex: 1 auto;
  flex: 1 auto;
  background-color: #26a69a;
  padding: 10px;
  font-weight: 300;
}

.timepicker-text-container {
  font-size: 4rem;
  font-weight: bold;
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 400;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.timepicker-span-hours,
.timepicker-span-minutes,
.timepicker-span-am-pm div {
  cursor: pointer;
}

.timepicker-span-hours {
  margin-right: 3px;
}

.timepicker-span-minutes {
  margin-left: 3px;
}

.timepicker-display-am-pm {
  font-size: 1.3rem;
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  font-weight: 400;
}

/* Analog Clock Display */

.timepicker-analog-display {
  -webkit-box-flex: 2.5;
  -ms-flex: 2.5 auto;
  flex: 2.5 auto;
}

.timepicker-plate {
  background-color: #eee;
  border-radius: 50%;
  width: 270px;
  height: 270px;
  overflow: visible;
  position: relative;
  margin: auto;
  margin-top: 25px;
  margin-bottom: 5px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.timepicker-canvas,
.timepicker-dial {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.timepicker-minutes {
  visibility: hidden;
}

.timepicker-tick {
  border-radius: 50%;
  color: rgba(0, 0, 0, 0.87);
  line-height: 40px;
  text-align: center;
  width: 40px;
  height: 40px;
  position: absolute;
  cursor: pointer;
  font-size: 15px;
}

.timepicker-tick.active,
.timepicker-tick:hover {
  background-color: rgba(38, 166, 154, 0.25);
}

.timepicker-dial {
  -webkit-transition: opacity 350ms, -webkit-transform 350ms;
  transition: opacity 350ms, -webkit-transform 350ms;
  transition: transform 350ms, opacity 350ms;
  transition: transform 350ms, opacity 350ms, -webkit-transform 350ms;
}

.timepicker-dial-out {
  opacity: 0;
}

.timepicker-dial-out.timepicker-hours {
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

.timepicker-dial-out.timepicker-minutes {
  -webkit-transform: scale(0.8, 0.8);
  transform: scale(0.8, 0.8);
}

.timepicker-canvas {
  -webkit-transition: opacity 175ms;
  transition: opacity 175ms;
}

.timepicker-canvas line {
  stroke: #26a69a;
  stroke-width: 4;
  stroke-linecap: round;
}

.timepicker-canvas-out {
  opacity: 0.25;
}

.timepicker-canvas-bearing {
  stroke: none;
  fill: #26a69a;
}

.timepicker-canvas-bg {
  stroke: none;
  fill: #26a69a;
}

/* Footer */

.timepicker-footer {
  margin: 0 auto;
  padding: 5px 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.timepicker-clear {
  color: #F44336;
}

.timepicker-close {
  color: #26a69a;
}

.timepicker-clear,
.timepicker-close {
  padding: 0 20px;
}

/* Media Queries */

@media only screen and (min-width: 601px) {
  .timepicker-modal {
    max-width: 600px;
  }

  .timepicker-container.modal-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .timepicker-text-container {
    top: 32%;
  }

  .timepicker-display-am-pm {
    position: relative;
    right: auto;
    bottom: auto;
    text-align: center;
    margin-top: 1.2rem;
  }
}

/* cyrillic-ext */

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  src: local("Montserrat Medium"), local("Montserrat-Medium"), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_ZpC3gTD_u50.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  src: local("Montserrat Medium"), local("Montserrat-Medium"), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_ZpC3g3D_u50.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* vietnamese */

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  src: local("Montserrat Medium"), local("Montserrat-Medium"), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_ZpC3gbD_u50.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  src: local("Montserrat Medium"), local("Montserrat-Medium"), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_ZpC3gfD_u50.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  src: local("Montserrat Medium"), local("Montserrat-Medium"), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_ZpC3gnD_g.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  src: local("Montserrat SemiBold"), local("Montserrat-SemiBold"), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_bZF3gTD_u50.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  src: local("Montserrat SemiBold"), local("Montserrat-SemiBold"), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_bZF3g3D_u50.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* vietnamese */

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  src: local("Montserrat SemiBold"), local("Montserrat-SemiBold"), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_bZF3gbD_u50.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  src: local("Montserrat SemiBold"), local("Montserrat-SemiBold"), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_bZF3gfD_u50.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  src: local("Montserrat SemiBold"), local("Montserrat-SemiBold"), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_bZF3gnD_g.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* vietnamese */

@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 300;
  src: local("Nunito Light"), local("Nunito-Light"), url(https://fonts.gstatic.com/s/nunito/v11/XRXW3I6Li01BKofAnsSUbuvISTs.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */

@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 300;
  src: local("Nunito Light"), local("Nunito-Light"), url(https://fonts.gstatic.com/s/nunito/v11/XRXW3I6Li01BKofAnsSUb-vISTs.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */

@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 300;
  src: local("Nunito Light"), local("Nunito-Light"), url(https://fonts.gstatic.com/s/nunito/v11/XRXW3I6Li01BKofAnsSUYevI.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* vietnamese */

@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 400;
  src: local("Nunito Regular"), local("Nunito-Regular"), url(https://fonts.gstatic.com/s/nunito/v11/XRXV3I6Li01BKofIOuaBXso.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */

@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 400;
  src: local("Nunito Regular"), local("Nunito-Regular"), url(https://fonts.gstatic.com/s/nunito/v11/XRXV3I6Li01BKofIO-aBXso.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */

@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 400;
  src: local("Nunito Regular"), local("Nunito-Regular"), url(https://fonts.gstatic.com/s/nunito/v11/XRXV3I6Li01BKofINeaB.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* vietnamese */

@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 600;
  src: local("Nunito SemiBold"), local("Nunito-SemiBold"), url(https://fonts.gstatic.com/s/nunito/v11/XRXW3I6Li01BKofA6sKUbuvISTs.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */

@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 600;
  src: local("Nunito SemiBold"), local("Nunito-SemiBold"), url(https://fonts.gstatic.com/s/nunito/v11/XRXW3I6Li01BKofA6sKUb-vISTs.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */

@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 600;
  src: local("Nunito SemiBold"), local("Nunito-SemiBold"), url(https://fonts.gstatic.com/s/nunito/v11/XRXW3I6Li01BKofA6sKUYevI.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* vietnamese */

@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 700;
  src: local("Nunito Bold"), local("Nunito-Bold"), url(https://fonts.gstatic.com/s/nunito/v11/XRXW3I6Li01BKofAjsOUbuvISTs.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */

@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 700;
  src: local("Nunito Bold"), local("Nunito-Bold"), url(https://fonts.gstatic.com/s/nunito/v11/XRXW3I6Li01BKofAjsOUb-vISTs.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */

@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 700;
  src: local("Nunito Bold"), local("Nunito-Bold"), url(https://fonts.gstatic.com/s/nunito/v11/XRXW3I6Li01BKofAjsOUYevI.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* vietnamese */

@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 800;
  src: local("Nunito ExtraBold"), local("Nunito-ExtraBold"), url(https://fonts.gstatic.com/s/nunito/v11/XRXW3I6Li01BKofAksCUbuvISTs.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */

@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 800;
  src: local("Nunito ExtraBold"), local("Nunito-ExtraBold"), url(https://fonts.gstatic.com/s/nunito/v11/XRXW3I6Li01BKofAksCUb-vISTs.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */

@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 800;
  src: local("Nunito ExtraBold"), local("Nunito-ExtraBold"), url(https://fonts.gstatic.com/s/nunito/v11/XRXW3I6Li01BKofAksCUYevI.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* fallback */

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/materialicons/v48/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format("woff2");
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}

@font-face {
  font-family: 'loopper';
  src: url("/css/fonts/loopper.eot?j4jsf3");
  src: url("/css/fonts/loopper.eot?j4jsf3#iefix") format("embedded-opentype"), url("/css/fonts/loopper.ttf?j4jsf3") format("truetype"), url("/css/fonts/loopper.woff?j4jsf3") format("woff"), url("/css/fonts/loopper.svg?j4jsf3#loopper") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="looppericon-"],
[class*=" looppericon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'loopper' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.looppericon-activity:before {
  content: "\E900";
}

.looppericon-airplay:before {
  content: "\E901";
}

.looppericon-alert-circle:before {
  content: "\E902";
}

.looppericon-alert-octagon:before {
  content: "\E903";
}

.looppericon-alert-triangle:before {
  content: "\E904";
}

.looppericon-align-center:before {
  content: "\E905";
}

.looppericon-align-justify:before {
  content: "\E906";
}

.looppericon-align-left:before {
  content: "\E907";
}

.looppericon-align-right:before {
  content: "\E908";
}

.looppericon-anchor:before {
  content: "\E909";
}

.looppericon-aperture:before {
  content: "\E90A";
}

.looppericon-archive:before {
  content: "\E90B";
}

.looppericon-arrow-down:before {
  content: "\E90C";
}

.looppericon-arrow-down-circle:before {
  content: "\E90D";
}

.looppericon-arrow-down-left:before {
  content: "\E90E";
}

.looppericon-arrow-down-right:before {
  content: "\E90F";
}

.looppericon-arrow-left:before {
  content: "\E910";
}

.looppericon-arrow-left-circle:before {
  content: "\E911";
}

.looppericon-arrow-right:before {
  content: "\E912";
}

.looppericon-arrow-right-circle:before {
  content: "\E913";
}

.looppericon-arrow-up:before {
  content: "\E914";
}

.looppericon-arrow-up-circle:before {
  content: "\E915";
}

.looppericon-arrow-up-left:before {
  content: "\E916";
}

.looppericon-arrow-up-right:before {
  content: "\E917";
}

.looppericon-at-sign:before {
  content: "\E918";
}

.looppericon-award:before {
  content: "\E919";
}

.looppericon-bar-chart:before {
  content: "\E91A";
}

.looppericon-bar-chart-2:before {
  content: "\E91B";
}

.looppericon-battery:before {
  content: "\E91C";
}

.looppericon-battery-charging:before {
  content: "\E91D";
}

.looppericon-bell:before {
  content: "\E91E";
}

.looppericon-bell-off:before {
  content: "\E91F";
}

.looppericon-bluetooth:before {
  content: "\E920";
}

.looppericon-bold:before {
  content: "\E921";
}

.looppericon-book:before {
  content: "\E922";
}

.looppericon-book-open:before {
  content: "\E923";
}

.looppericon-bookmark1:before {
  content: "\E924";
}

.looppericon-box:before {
  content: "\E925";
}

.looppericon-briefcase:before {
  content: "\E926";
}

.looppericon-calendar:before {
  content: "\E927";
}

.looppericon-camera:before {
  content: "\E928";
}

.looppericon-camera-off:before {
  content: "\E929";
}

.looppericon-cast:before {
  content: "\E92A";
}

.looppericon-check:before {
  content: "\E92B";
}

.looppericon-check-circle:before {
  content: "\E92C";
}

.looppericon-check-square:before {
  content: "\E92D";
}

.looppericon-chevron-down:before {
  content: "\E92E";
}

.looppericon-chevron-left:before {
  content: "\E92F";
}

.looppericon-chevron-right:before {
  content: "\E930";
}

.looppericon-chevron-up:before {
  content: "\E931";
}

.looppericon-chevrons-down:before {
  content: "\E932";
}

.looppericon-chevrons-left:before {
  content: "\E933";
}

.looppericon-chevrons-right:before {
  content: "\E934";
}

.looppericon-chevrons-up:before {
  content: "\E935";
}

.looppericon-chrome:before {
  content: "\E936";
}

.looppericon-circle:before {
  content: "\E937";
}

.looppericon-clipboard:before {
  content: "\E938";
}

.looppericon-clock:before {
  content: "\E939";
}

.looppericon-cloud:before {
  content: "\E93A";
}

.looppericon-cloud-drizzle:before {
  content: "\E93B";
}

.looppericon-cloud-lightning:before {
  content: "\E93C";
}

.looppericon-cloud-off:before {
  content: "\E93D";
}

.looppericon-cloud-rain:before {
  content: "\E93E";
}

.looppericon-cloud-snow:before {
  content: "\E93F";
}

.looppericon-code:before {
  content: "\E940";
}

.looppericon-codepen:before {
  content: "\E941";
}

.looppericon-codesandbox:before {
  content: "\E942";
}

.looppericon-coffee:before {
  content: "\E943";
}

.looppericon-columns:before {
  content: "\E944";
}

.looppericon-command:before {
  content: "\E945";
}

.looppericon-compass:before {
  content: "\E946";
}

.looppericon-copy:before {
  content: "\E947";
}

.looppericon-corner-down-left:before {
  content: "\E948";
}

.looppericon-corner-down-right:before {
  content: "\E949";
}

.looppericon-corner-left-down:before {
  content: "\E94A";
}

.looppericon-corner-left-up:before {
  content: "\E94B";
}

.looppericon-corner-right-down:before {
  content: "\E94C";
}

.looppericon-corner-right-up:before {
  content: "\E94D";
}

.looppericon-corner-up-left:before {
  content: "\E94E";
}

.looppericon-corner-up-right:before {
  content: "\E94F";
}

.looppericon-cpu:before {
  content: "\E950";
}

.looppericon-credit-card:before {
  content: "\E951";
}

.looppericon-crop:before {
  content: "\E952";
}

.looppericon-crosshair:before {
  content: "\E953";
}

.looppericon-database:before {
  content: "\E954";
}

.looppericon-delete:before {
  content: "\E955";
}

.looppericon-disc:before {
  content: "\E956";
}

.looppericon-dollar-sign:before {
  content: "\E957";
}

.looppericon-download:before {
  content: "\E958";
}

.looppericon-download-cloud:before {
  content: "\E959";
}

.looppericon-droplet:before {
  content: "\E95A";
}

.looppericon-edit:before {
  content: "\E95B";
}

.looppericon-edit-2:before {
  content: "\E95C";
}

.looppericon-edit-3:before {
  content: "\E95D";
}

.looppericon-external-link:before {
  content: "\E95E";
}

.looppericon-eye:before {
  content: "\E95F";
}

.looppericon-eye-off:before {
  content: "\E960";
}

.looppericon-facebook:before {
  content: "\E961";
}

.looppericon-fast-forward:before {
  content: "\E962";
}

.looppericon-feather:before {
  content: "\E963";
}

.looppericon-figma:before {
  content: "\E964";
}

.looppericon-file:before {
  content: "\E965";
}

.looppericon-file-minus:before {
  content: "\E966";
}

.looppericon-file-plus:before {
  content: "\E967";
}

.looppericon-file-text:before {
  content: "\E968";
}

.looppericon-film:before {
  content: "\E969";
}

.looppericon-filter:before {
  content: "\E96A";
}

.looppericon-flag:before {
  content: "\E96B";
}

.looppericon-folder:before {
  content: "\E96C";
}

.looppericon-folder-minus:before {
  content: "\E96D";
}

.looppericon-folder-plus:before {
  content: "\E96E";
}

.looppericon-framer:before {
  content: "\E96F";
}

.looppericon-frown:before {
  content: "\E970";
}

.looppericon-gift:before {
  content: "\E971";
}

.looppericon-git-branch:before {
  content: "\E972";
}

.looppericon-git-commit:before {
  content: "\E973";
}

.looppericon-git-merge:before {
  content: "\E974";
}

.looppericon-git-pull-request:before {
  content: "\E975";
}

.looppericon-github:before {
  content: "\E976";
}

.looppericon-gitlab:before {
  content: "\E977";
}

.looppericon-globe:before {
  content: "\E978";
}

.looppericon-grid:before {
  content: "\E979";
}

.looppericon-hard-drive:before {
  content: "\E97A";
}

.looppericon-hash:before {
  content: "\E97B";
}

.looppericon-headphones:before {
  content: "\E97C";
}

.looppericon-heart:before {
  content: "\E97D";
}

.looppericon-help-circle:before {
  content: "\E97E";
}

.looppericon-hexagon:before {
  content: "\E97F";
}

.looppericon-home:before {
  content: "\E980";
}

.looppericon-image:before {
  content: "\E981";
}

.looppericon-inbox:before {
  content: "\E982";
}

.looppericon-info:before {
  content: "\E983";
}

.looppericon-instagram:before {
  content: "\E984";
}

.looppericon-italic:before {
  content: "\E985";
}

.looppericon-key:before {
  content: "\E986";
}

.looppericon-layers:before {
  content: "\E987";
}

.looppericon-layout:before {
  content: "\E988";
}

.looppericon-life-buoy:before {
  content: "\E989";
}

.looppericon-link:before {
  content: "\E98A";
}

.looppericon-link-2:before {
  content: "\E98B";
}

.looppericon-linkedin:before {
  content: "\E98C";
}

.looppericon-list:before {
  content: "\E98D";
}

.looppericon-loader:before {
  content: "\E98E";
}

.looppericon-lock:before {
  content: "\E98F";
}

.looppericon-log-in:before {
  content: "\E990";
}

.looppericon-log-out:before {
  content: "\E991";
}

.looppericon-mail:before {
  content: "\E992";
}

.looppericon-map:before {
  content: "\E993";
}

.looppericon-map-pin:before {
  content: "\E994";
}

.looppericon-maximize:before {
  content: "\E995";
}

.looppericon-maximize-2:before {
  content: "\E996";
}

.looppericon-meh:before {
  content: "\E997";
}

.looppericon-menu:before {
  content: "\E998";
}

.looppericon-message-circle:before {
  content: "\E999";
}

.looppericon-message-square:before {
  content: "\E99A";
}

.looppericon-mic:before {
  content: "\E99B";
}

.looppericon-mic-off:before {
  content: "\E99C";
}

.looppericon-minimize:before {
  content: "\E99D";
}

.looppericon-minimize-2:before {
  content: "\E99E";
}

.looppericon-minus:before {
  content: "\E99F";
}

.looppericon-minus-circle:before {
  content: "\E9A0";
}

.looppericon-minus-square:before {
  content: "\E9A1";
}

.looppericon-monitor:before {
  content: "\E9A2";
}

.looppericon-moon:before {
  content: "\E9A3";
}

.looppericon-more-horizontal:before {
  content: "\E9A4";
}

.looppericon-more-vertical:before {
  content: "\E9A5";
}

.looppericon-mouse-pointer:before {
  content: "\E9A6";
}

.looppericon-move:before {
  content: "\E9A7";
}

.looppericon-music:before {
  content: "\E9A8";
}

.looppericon-navigation:before {
  content: "\E9A9";
}

.looppericon-navigation-2:before {
  content: "\E9AA";
}

.looppericon-octagon:before {
  content: "\E9AB";
}

.looppericon-package:before {
  content: "\E9AC";
}

.looppericon-paperclip:before {
  content: "\E9AD";
}

.looppericon-pause:before {
  content: "\E9AE";
}

.looppericon-pause-circle:before {
  content: "\E9AF";
}

.looppericon-pen-tool:before {
  content: "\E9B0";
}

.looppericon-percent:before {
  content: "\E9B1";
}

.looppericon-phone:before {
  content: "\E9B2";
}

.looppericon-phone-call:before {
  content: "\E9B3";
}

.looppericon-phone-forwarded:before {
  content: "\E9B4";
}

.looppericon-phone-incoming:before {
  content: "\E9B5";
}

.looppericon-phone-missed:before {
  content: "\E9B6";
}

.looppericon-phone-off:before {
  content: "\E9B7";
}

.looppericon-phone-outgoing:before {
  content: "\E9B8";
}

.looppericon-pie-chart:before {
  content: "\E9B9";
}

.looppericon-play:before {
  content: "\E9BA";
}

.looppericon-play-circle:before {
  content: "\E9BB";
}

.looppericon-plus:before {
  content: "\E9BC";
}

.looppericon-plus-circle:before {
  content: "\E9BD";
}

.looppericon-plus-square:before {
  content: "\E9BE";
}

.looppericon-pocket:before {
  content: "\E9BF";
}

.looppericon-power:before {
  content: "\E9C0";
}

.looppericon-printer:before {
  content: "\E9C1";
}

.looppericon-radio:before {
  content: "\E9C2";
}

.looppericon-refresh-ccw:before {
  content: "\E9C3";
}

.looppericon-refresh-cw:before {
  content: "\E9C4";
}

.looppericon-repeat:before {
  content: "\E9C5";
}

.looppericon-rewind:before {
  content: "\E9C6";
}

.looppericon-rotate-ccw:before {
  content: "\E9C7";
}

.looppericon-rotate-cw:before {
  content: "\E9C8";
}

.looppericon-rss:before {
  content: "\E9C9";
}

.looppericon-save:before {
  content: "\E9CA";
}

.looppericon-scissors:before {
  content: "\E9CB";
}

.looppericon-search:before {
  content: "\E9CC";
}

.looppericon-send:before {
  content: "\E9CD";
}

.looppericon-server:before {
  content: "\E9CE";
}

.looppericon-settings:before {
  content: "\E9CF";
}

.looppericon-share1:before {
  content: "\E9D0";
}

.looppericon-share-2:before {
  content: "\E9D1";
}

.looppericon-shield:before {
  content: "\E9D2";
}

.looppericon-shield-off:before {
  content: "\E9D3";
}

.looppericon-shopping-bag:before {
  content: "\E9D4";
}

.looppericon-shopping-cart:before {
  content: "\E9D5";
}

.looppericon-shuffle:before {
  content: "\E9D6";
}

.looppericon-sidebar:before {
  content: "\E9D7";
}

.looppericon-skip-back:before {
  content: "\E9D8";
}

.looppericon-skip-forward:before {
  content: "\E9D9";
}

.looppericon-slack:before {
  content: "\E9DA";
}

.looppericon-slash:before {
  content: "\E9DB";
}

.looppericon-sliders:before {
  content: "\E9DC";
}

.looppericon-smartphone:before {
  content: "\E9DD";
}

.looppericon-smile1:before {
  content: "\E9DE";
}

.looppericon-speaker:before {
  content: "\E9DF";
}

.looppericon-square:before {
  content: "\E9E0";
}

.looppericon-star:before {
  content: "\E9E1";
}

.looppericon-stop-circle:before {
  content: "\E9E2";
}

.looppericon-sun:before {
  content: "\E9E3";
}

.looppericon-sunrise:before {
  content: "\E9E4";
}

.looppericon-sunset:before {
  content: "\E9E5";
}

.looppericon-tablet:before {
  content: "\E9E6";
}

.looppericon-tag:before {
  content: "\E9E7";
}

.looppericon-target:before {
  content: "\E9E8";
}

.looppericon-terminal:before {
  content: "\E9E9";
}

.looppericon-thermometer:before {
  content: "\E9EA";
}

.looppericon-thumbs-down:before {
  content: "\E9EB";
}

.looppericon-thumbs-up:before {
  content: "\E9EC";
}

.looppericon-toggle-left:before {
  content: "\E9ED";
}

.looppericon-toggle-right:before {
  content: "\E9EE";
}

.looppericon-tool:before {
  content: "\E9EF";
}

.looppericon-trash:before {
  content: "\E9F0";
}

.looppericon-trash-2:before {
  content: "\E9F1";
}

.looppericon-trello:before {
  content: "\E9F2";
}

.looppericon-trending-down:before {
  content: "\E9F3";
}

.looppericon-trending-up:before {
  content: "\E9F4";
}

.looppericon-triangle:before {
  content: "\E9F5";
}

.looppericon-truck:before {
  content: "\E9F6";
}

.looppericon-tv:before {
  content: "\E9F7";
}

.looppericon-twitch:before {
  content: "\E9F8";
}

.looppericon-twitter:before {
  content: "\E9F9";
}

.looppericon-type:before {
  content: "\E9FA";
}

.looppericon-umbrella:before {
  content: "\E9FB";
}

.looppericon-underline:before {
  content: "\E9FC";
}

.looppericon-unlock:before {
  content: "\E9FD";
}

.looppericon-upload:before {
  content: "\E9FE";
}

.looppericon-upload-cloud:before {
  content: "\E9FF";
}

.looppericon-user:before {
  content: "\EA00";
}

.looppericon-user-check:before {
  content: "\EA01";
}

.looppericon-user-minus:before {
  content: "\EA02";
}

.looppericon-user-plus:before {
  content: "\EA03";
}

.looppericon-user-x:before {
  content: "\EA04";
}

.looppericon-users:before {
  content: "\EA05";
}

.looppericon-video:before {
  content: "\EA06";
}

.looppericon-video-off:before {
  content: "\EA07";
}

.looppericon-voicemail:before {
  content: "\EA08";
}

.looppericon-volume:before {
  content: "\EA09";
}

.looppericon-volume-1:before {
  content: "\EA0A";
}

.looppericon-volume-2:before {
  content: "\EA0B";
}

.looppericon-volume-x:before {
  content: "\EA0C";
}

.looppericon-watch:before {
  content: "\EA0D";
}

.looppericon-wifi:before {
  content: "\EA0E";
}

.looppericon-wifi-off:before {
  content: "\EA0F";
}

.looppericon-wind:before {
  content: "\EA10";
}

.looppericon-x:before {
  content: "\EA11";
}

.looppericon-x-circle:before {
  content: "\EA12";
}

.looppericon-x-octagon:before {
  content: "\EA13";
}

.looppericon-x-square:before {
  content: "\EA14";
}

.looppericon-youtube:before {
  content: "\EA15";
}

.looppericon-zap:before {
  content: "\EA16";
}

.looppericon-zap-off:before {
  content: "\EA17";
}

.looppericon-zoom-in:before {
  content: "\EA18";
}

.looppericon-zoom-out:before {
  content: "\EA19";
}

.looppericon-bookmark:before {
  content: "\EA1A";
}

.looppericon-star-empty:before {
  content: "\EA1B";
}

.looppericon-star-half:before {
  content: "\EA1C";
}

.looppericon-star-full:before {
  content: "\EA1D";
}

.looppericon-happy:before {
  content: "\EA1E";
}

.looppericon-happy2:before {
  content: "\EA1F";
}

.looppericon-smile:before {
  content: "\EA20";
}

.looppericon-smile2:before {
  content: "\EA21";
}

.looppericon-tongue:before {
  content: "\EA22";
}

.looppericon-tongue2:before {
  content: "\EA23";
}

.looppericon-sad:before {
  content: "\EA24";
}

.looppericon-sad2:before {
  content: "\EA25";
}

.looppericon-wink:before {
  content: "\EA26";
}

.looppericon-wink2:before {
  content: "\EA27";
}

.looppericon-grin:before {
  content: "\EA28";
}

.looppericon-grin2:before {
  content: "\EA29";
}

.looppericon-cool:before {
  content: "\EA2A";
}

.looppericon-cool2:before {
  content: "\EA2B";
}

.looppericon-angry:before {
  content: "\EA2C";
}

.looppericon-angry2:before {
  content: "\EA2D";
}

.looppericon-evil:before {
  content: "\EA2E";
}

.looppericon-evil2:before {
  content: "\EA2F";
}

.looppericon-shocked:before {
  content: "\EA30";
}

.looppericon-shocked2:before {
  content: "\EA31";
}

.looppericon-baffled:before {
  content: "\EA32";
}

.looppericon-baffled2:before {
  content: "\EA33";
}

.looppericon-confused:before {
  content: "\EA34";
}

.looppericon-confused2:before {
  content: "\EA35";
}

.looppericon-neutral:before {
  content: "\EA36";
}

.looppericon-neutral2:before {
  content: "\EA37";
}

.looppericon-hipster:before {
  content: "\EA38";
}

.looppericon-hipster2:before {
  content: "\EA39";
}

.looppericon-wondering:before {
  content: "\EA3A";
}

.looppericon-wondering2:before {
  content: "\EA3B";
}

.looppericon-sleepy:before {
  content: "\EA3C";
}

.looppericon-sleepy2:before {
  content: "\EA3D";
}

.looppericon-frustrated:before {
  content: "\EA3E";
}

.looppericon-frustrated2:before {
  content: "\EA3F";
}

.looppericon-crying:before {
  content: "\EA40";
}

.looppericon-crying2:before {
  content: "\EA41";
}

.looppericon-share:before {
  content: "\EA7D";
}

.looppericon-share2:before {
  content: "\EA82";
}

.fc {
  direction: ltr;
  text-align: left;
}

.fc-rtl {
  text-align: right;
}

body .fc {
  /* extra precedence to overcome jqui */
  font-size: 1em;
}

/* Colors
--------------------------------------------------------------------------------------------------*/

.fc-highlight {
  /* when user is selecting cells */
  background: #bce8f1;
  opacity: 0.3;
}

.fc-bgevent {
  /* default look for background events */
  background: #8fdf82;
  opacity: 0.3;
}

.fc-nonbusiness {
  /* default look for non-business-hours areas */
  /* will inherit .fc-bgevent's styles */
  background: #d7d7d7;
}

/* Popover
--------------------------------------------------------------------------------------------------*/

.fc-popover {
  position: absolute;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.fc-popover .fc-header {
  /* TODO: be more consistent with fc-head/fc-body */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2px 4px;
}

.fc-rtl .fc-popover .fc-header {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.fc-popover .fc-header .fc-title {
  margin: 0 2px;
}

.fc-popover .fc-header .fc-close {
  cursor: pointer;
  opacity: 0.65;
  font-size: 1.1em;
}

/* Misc Reusable Components
--------------------------------------------------------------------------------------------------*/

.fc-divider {
  border-style: solid;
  border-width: 1px;
}

hr.fc-divider {
  height: 0;
  margin: 0;
  padding: 0 0 2px;
  /* height is unreliable across browsers, so use padding */
  border-width: 1px 0;
}

.fc-bg,
.fc-bgevent-skeleton,
.fc-highlight-skeleton,
.fc-mirror-skeleton {
  /* these element should always cling to top-left/right corners */
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.fc-bg {
  bottom: 0;
  /* strech bg to bottom edge */
}

.fc-bg table {
  height: 100%;
  /* strech bg to bottom edge */
}

/* Tables
--------------------------------------------------------------------------------------------------*/

.fc table {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* fix scrollbar issue in firefox */
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1em;
  /* normalize cross-browser */
}

.fc th {
  text-align: center;
}

.fc th,
.fc td {
  border-style: solid;
  border-width: 1px;
  padding: 0;
  vertical-align: top;
}

.fc td.fc-today {
  border-style: double;
  /* overcome neighboring borders */
}

/* Internal Nav Links
--------------------------------------------------------------------------------------------------*/

a[data-goto] {
  cursor: pointer;
}

a[data-goto]:hover {
  text-decoration: underline;
}

/* Fake Table Rows
--------------------------------------------------------------------------------------------------*/

.fc .fc-row {
  /* extra precedence to overcome themes forcing a 1px border */
  /* no visible border by default. but make available if need be (scrollbar width compensation) */
  border-style: solid;
  border-width: 0;
}

.fc-row table {
  /* don't put left/right border on anything within a fake row.
     the outer tbody will worry about this */
  border-left: 0 hidden transparent;
  border-right: 0 hidden transparent;
  /* no bottom borders on rows */
  border-bottom: 0 hidden transparent;
}

.fc-row:first-child table {
  border-top: 0 hidden transparent;
  /* no top border on first row */
}

/* Day Row (used within the header and the DayGrid)
--------------------------------------------------------------------------------------------------*/

.fc-row {
  position: relative;
}

.fc-row .fc-bg {
  z-index: 1;
}

/* highlighting cells & background event skeleton */

.fc-row .fc-bgevent-skeleton,
.fc-row .fc-highlight-skeleton {
  bottom: 0;
  /* stretch skeleton to bottom of row */
}

.fc-row .fc-bgevent-skeleton table,
.fc-row .fc-highlight-skeleton table {
  height: 100%;
  /* stretch skeleton to bottom of row */
}

.fc-row .fc-highlight-skeleton td,
.fc-row .fc-bgevent-skeleton td {
  border-color: transparent;
}

.fc-row .fc-bgevent-skeleton {
  z-index: 2;
}

.fc-row .fc-highlight-skeleton {
  z-index: 3;
}

/*
row content (which contains day/week numbers and events) as well as "mirror" (which contains
temporary rendered events).
*/

.fc-row .fc-content-skeleton {
  position: relative;
  z-index: 4;
  padding-bottom: 2px;
  /* matches the space above the events */
}

.fc-row .fc-mirror-skeleton {
  z-index: 5;
}

.fc .fc-row .fc-content-skeleton table,
.fc .fc-row .fc-content-skeleton td,
.fc .fc-row .fc-mirror-skeleton td {
  /* see-through to the background below */
  /* extra precedence to prevent theme-provided backgrounds */
  background: none;
  /* in case <td>s are globally styled */
  border-color: transparent;
}

.fc-row .fc-content-skeleton td,
.fc-row .fc-mirror-skeleton td {
  /* don't put a border between events and/or the day number */
  border-bottom: 0;
}

.fc-row .fc-content-skeleton tbody td,
.fc-row .fc-mirror-skeleton tbody td {
  /* don't put a border between event cells */
  border-top: 0;
}

/* Scrolling Container
--------------------------------------------------------------------------------------------------*/

.fc-scroller {
  -webkit-overflow-scrolling: touch;
}

/* TODO: move to timegrid/daygrid */

.fc-scroller > .fc-day-grid,
.fc-scroller > .fc-time-grid {
  position: relative;
  /* re-scope all positions */
  width: 100%;
  /* hack to force re-sizing this inner element when scrollbars appear/disappear */
}

/* Global Event Styles
--------------------------------------------------------------------------------------------------*/

.fc-event {
  position: relative;
  /* for resize handle and other inner positioning */
  display: block;
  /* make the <a> tag block */
  font-size: 0.85em;
  line-height: 1.4;
  border-radius: 3px;
  border: 1px solid #3788d8;
}

.fc-event,
.fc-event-dot {
  background-color: #3788d8;
  /* default BACKGROUND color */
}

.fc-event,
.fc-event:hover {
  color: #fff;
  /* default TEXT color */
  text-decoration: none;
  /* if <a> has an href */
}

.fc-event[href],
.fc-event.fc-draggable {
  cursor: pointer;
  /* give events with links and draggable events a hand mouse pointer */
}

.fc-not-allowed,
.fc-not-allowed .fc-event {
  /* to override an event's custom cursor */
  cursor: not-allowed;
}

.fc-event .fc-content {
  position: relative;
  z-index: 2;
}

/* resizer (cursor AND touch devices) */

.fc-event .fc-resizer {
  position: absolute;
  z-index: 4;
}

/* resizer (touch devices) */

.fc-event .fc-resizer {
  display: none;
}

.fc-event.fc-allow-mouse-resize .fc-resizer,
.fc-event.fc-selected .fc-resizer {
  /* only show when hovering or selected (with touch) */
  display: block;
}

/* hit area */

.fc-event.fc-selected .fc-resizer:before {
  /* 40x40 touch area */
  content: "";
  position: absolute;
  z-index: 9999;
  /* user of this util can scope within a lower z-index */
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-left: -20px;
  margin-top: -20px;
}

/* Event Selection (only for touch devices)
--------------------------------------------------------------------------------------------------*/

.fc-event.fc-selected {
  z-index: 9999 !important;
  /* overcomes inline z-index */
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.fc-event.fc-selected:after {
  content: "";
  position: absolute;
  z-index: 1;
  /* same z-index as fc-bg, behind text */
  /* overcome the borders */
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  /* darkening effect */
  background: #000;
  opacity: 0.25;
}

/* Event Dragging
--------------------------------------------------------------------------------------------------*/

.fc-event.fc-dragging.fc-selected {
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
}

.fc-event.fc-dragging:not(.fc-selected) {
  opacity: 0.75;
}

/* Horizontal Events
--------------------------------------------------------------------------------------------------*/

/* bigger touch area when selected */

.fc-h-event.fc-selected:before {
  content: "";
  position: absolute;
  z-index: 3;
  /* below resizers */
  top: -10px;
  bottom: -10px;
  left: 0;
  right: 0;
}

/* events that are continuing to/from another week. kill rounded corners and butt up against edge */

.fc-ltr .fc-h-event.fc-not-start,
.fc-rtl .fc-h-event.fc-not-end {
  margin-left: 0;
  border-left-width: 0;
  padding-left: 1px;
  /* replace the border with padding */
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.fc-ltr .fc-h-event.fc-not-end,
.fc-rtl .fc-h-event.fc-not-start {
  margin-right: 0;
  border-right-width: 0;
  padding-right: 1px;
  /* replace the border with padding */
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* resizer (cursor AND touch devices) */

/* left resizer  */

.fc-ltr .fc-h-event .fc-start-resizer,
.fc-rtl .fc-h-event .fc-end-resizer {
  cursor: w-resize;
  left: -1px;
  /* overcome border */
}

/* right resizer */

.fc-ltr .fc-h-event .fc-end-resizer,
.fc-rtl .fc-h-event .fc-start-resizer {
  cursor: e-resize;
  right: -1px;
  /* overcome border */
}

/* resizer (mouse devices) */

.fc-h-event.fc-allow-mouse-resize .fc-resizer {
  width: 7px;
  top: -1px;
  /* overcome top border */
  bottom: -1px;
  /* overcome bottom border */
}

/* resizer (touch devices) */

.fc-h-event.fc-selected .fc-resizer {
  /* 8x8 little dot */
  border-radius: 4px;
  border-width: 1px;
  width: 6px;
  height: 6px;
  border-style: solid;
  border-color: inherit;
  background: #fff;
  /* vertically center */
  top: 50%;
  margin-top: -4px;
}

/* left resizer  */

.fc-ltr .fc-h-event.fc-selected .fc-start-resizer,
.fc-rtl .fc-h-event.fc-selected .fc-end-resizer {
  margin-left: -4px;
  /* centers the 8x8 dot on the left edge */
}

/* right resizer */

.fc-ltr .fc-h-event.fc-selected .fc-end-resizer,
.fc-rtl .fc-h-event.fc-selected .fc-start-resizer {
  margin-right: -4px;
  /* centers the 8x8 dot on the right edge */
}

/* DayGrid events
----------------------------------------------------------------------------------------------------
We use the full "fc-day-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/

.fc-day-grid-event {
  margin: 1px 2px 0;
  /* spacing between events and edges */
  padding: 0 1px;
}

tr:first-child > td > .fc-day-grid-event {
  margin-top: 2px;
  /* a little bit more space before the first event */
}

.fc-mirror-skeleton tr:first-child > td > .fc-day-grid-event {
  margin-top: 0;
  /* except for mirror skeleton */
}

.fc-day-grid-event .fc-content {
  /* force events to be one-line tall */
  white-space: nowrap;
  overflow: hidden;
}

.fc-day-grid-event .fc-time {
  font-weight: bold;
}

/* resizer (cursor devices) */

/* left resizer  */

.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer,
.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer {
  margin-left: -2px;
  /* to the day cell's edge */
}

/* right resizer */

.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer,
.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer {
  margin-right: -2px;
  /* to the day cell's edge */
}

/* Event Limiting
--------------------------------------------------------------------------------------------------*/

/* "more" link that represents hidden events */

a.fc-more {
  margin: 1px 3px;
  font-size: 0.85em;
  cursor: pointer;
  text-decoration: none;
}

a.fc-more:hover {
  text-decoration: underline;
}

.fc-limited {
  /* rows and cells that are hidden because of a "more" link */
  display: none;
}

/* popover that appears when "more" link is clicked */

.fc-day-grid .fc-row {
  z-index: 1;
  /* make the "more" popover one higher than this */
}

.fc-more-popover {
  z-index: 2;
  width: 220px;
}

.fc-more-popover .fc-event-container {
  padding: 10px;
}

/* Now Indicator
--------------------------------------------------------------------------------------------------*/

.fc-now-indicator {
  position: absolute;
  border: 0 solid red;
}

/* Utilities
--------------------------------------------------------------------------------------------------*/

.fc-unselectable {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/*
TODO: more distinction between this file and common.css
*/

/* Colors
--------------------------------------------------------------------------------------------------*/

.fc-unthemed th,
.fc-unthemed td,
.fc-unthemed thead,
.fc-unthemed tbody,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-row,
.fc-unthemed .fc-content,
.fc-unthemed .fc-popover,
.fc-unthemed .fc-list-view,
.fc-unthemed .fc-list-heading td {
  border-color: #ddd;
}

.fc-unthemed .fc-popover {
  background-color: #fff;
}

.fc-unthemed .fc-divider,
.fc-unthemed .fc-popover .fc-header,
.fc-unthemed .fc-list-heading td {
  background: #eee;
}

.fc-unthemed td.fc-today {
  background: #fcf8e3;
}

.fc-unthemed .fc-disabled-day {
  background: #d7d7d7;
  opacity: 0.3;
}

/* Icons
--------------------------------------------------------------------------------------------------
from https://feathericons.com/ and built with IcoMoon
*/

@font-face {
  font-family: "fcicons";
  src: url("data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBfAAAAC8AAAAYGNtYXAXVtKNAAABHAAAAFRnYXNwAAAAEAAAAXAAAAAIZ2x5ZgYydxIAAAF4AAAFNGhlYWQUJ7cIAAAGrAAAADZoaGVhB20DzAAABuQAAAAkaG10eCIABhQAAAcIAAAALGxvY2ED4AU6AAAHNAAAABhtYXhwAA8AjAAAB0wAAAAgbmFtZXsr690AAAdsAAABhnBvc3QAAwAAAAAI9AAAACAAAwPAAZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpBgPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAOAAAAAoACAACAAIAAQAg6Qb//f//AAAAAAAg6QD//f//AAH/4xcEAAMAAQAAAAAAAAAAAAAAAQAB//8ADwABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAWIAjQKeAskAEwAAJSc3NjQnJiIHAQYUFwEWMjc2NCcCnuLiDQ0MJAz/AA0NAQAMJAwNDcni4gwjDQwM/wANIwz/AA0NDCMNAAAAAQFiAI0CngLJABMAACUBNjQnASYiBwYUHwEHBhQXFjI3AZ4BAA0N/wAMJAwNDeLiDQ0MJAyNAQAMIw0BAAwMDSMM4uINIwwNDQAAAAIA4gC3Ax4CngATACcAACUnNzY0JyYiDwEGFB8BFjI3NjQnISc3NjQnJiIPAQYUHwEWMjc2NCcB87e3DQ0MIw3VDQ3VDSMMDQ0BK7e3DQ0MJAzVDQ3VDCQMDQ3zuLcMJAwNDdUNIwzWDAwNIwy4twwkDA0N1Q0jDNYMDA0jDAAAAgDiALcDHgKeABMAJwAAJTc2NC8BJiIHBhQfAQcGFBcWMjchNzY0LwEmIgcGFB8BBwYUFxYyNwJJ1Q0N1Q0jDA0Nt7cNDQwjDf7V1Q0N1QwkDA0Nt7cNDQwkDLfWDCMN1Q0NDCQMt7gMIw0MDNYMIw3VDQ0MJAy3uAwjDQwMAAADAFUAAAOrA1UAMwBoAHcAABMiBgcOAQcOAQcOARURFBYXHgEXHgEXHgEzITI2Nz4BNz4BNz4BNRE0JicuAScuAScuASMFITIWFx4BFx4BFx4BFREUBgcOAQcOAQcOASMhIiYnLgEnLgEnLgE1ETQ2Nz4BNz4BNz4BMxMhMjY1NCYjISIGFRQWM9UNGAwLFQkJDgUFBQUFBQ4JCRULDBgNAlYNGAwLFQkJDgUFBQUFBQ4JCRULDBgN/aoCVgQIBAQHAwMFAQIBAQIBBQMDBwQECAT9qgQIBAQHAwMFAQIBAQIBBQMDBwQECASAAVYRGRkR/qoRGRkRA1UFBAUOCQkVDAsZDf2rDRkLDBUJCA4FBQUFBQUOCQgVDAsZDQJVDRkLDBUJCQ4FBAVVAgECBQMCBwQECAX9qwQJAwQHAwMFAQICAgIBBQMDBwQDCQQCVQUIBAQHAgMFAgEC/oAZEhEZGRESGQAAAAADAFUAAAOrA1UAMwBoAIkAABMiBgcOAQcOAQcOARURFBYXHgEXHgEXHgEzITI2Nz4BNz4BNz4BNRE0JicuAScuAScuASMFITIWFx4BFx4BFx4BFREUBgcOAQcOAQcOASMhIiYnLgEnLgEnLgE1ETQ2Nz4BNz4BNz4BMxMzFRQWMzI2PQEzMjY1NCYrATU0JiMiBh0BIyIGFRQWM9UNGAwLFQkJDgUFBQUFBQ4JCRULDBgNAlYNGAwLFQkJDgUFBQUFBQ4JCRULDBgN/aoCVgQIBAQHAwMFAQIBAQIBBQMDBwQECAT9qgQIBAQHAwMFAQIBAQIBBQMDBwQECASAgBkSEhmAERkZEYAZEhIZgBEZGREDVQUEBQ4JCRUMCxkN/asNGQsMFQkIDgUFBQUFBQ4JCBUMCxkNAlUNGQsMFQkJDgUEBVUCAQIFAwIHBAQIBf2rBAkDBAcDAwUBAgICAgEFAwMHBAMJBAJVBQgEBAcCAwUCAQL+gIASGRkSgBkSERmAEhkZEoAZERIZAAABAOIAjQMeAskAIAAAExcHBhQXFjI/ARcWMjc2NC8BNzY0JyYiDwEnJiIHBhQX4uLiDQ0MJAzi4gwkDA0N4uINDQwkDOLiDCQMDQ0CjeLiDSMMDQ3h4Q0NDCMN4uIMIw0MDOLiDAwNIwwAAAABAAAAAQAAa5n0y18PPPUACwQAAAAAANivOVsAAAAA2K85WwAAAAADqwNVAAAACAACAAAAAAAAAAEAAAPA/8AAAAQAAAAAAAOrAAEAAAAAAAAAAAAAAAAAAAALBAAAAAAAAAAAAAAAAgAAAAQAAWIEAAFiBAAA4gQAAOIEAABVBAAAVQQAAOIAAAAAAAoAFAAeAEQAagCqAOoBngJkApoAAQAAAAsAigADAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAA4ArgABAAAAAAABAAcAAAABAAAAAAACAAcAYAABAAAAAAADAAcANgABAAAAAAAEAAcAdQABAAAAAAAFAAsAFQABAAAAAAAGAAcASwABAAAAAAAKABoAigADAAEECQABAA4ABwADAAEECQACAA4AZwADAAEECQADAA4APQADAAEECQAEAA4AfAADAAEECQAFABYAIAADAAEECQAGAA4AUgADAAEECQAKADQApGZjaWNvbnMAZgBjAGkAYwBvAG4Ac1ZlcnNpb24gMS4wAFYAZQByAHMAaQBvAG4AIAAxAC4AMGZjaWNvbnMAZgBjAGkAYwBvAG4Ac2ZjaWNvbnMAZgBjAGkAYwBvAG4Ac1JlZ3VsYXIAUgBlAGcAdQBsAGEAcmZjaWNvbnMAZgBjAGkAYwBvAG4Ac0ZvbnQgZ2VuZXJhdGVkIGJ5IEljb01vb24uAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=") format("truetype");
  font-weight: normal;
  font-style: normal;
}

.fc-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "fcicons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fc-icon-chevron-left:before {
  content: "?";
}

.fc-icon-chevron-right:before {
  content: "?";
}

.fc-icon-chevrons-left:before {
  content: "?";
}

.fc-icon-chevrons-right:before {
  content: "?";
}

.fc-icon-minus-square:before {
  content: "?";
}

.fc-icon-plus-square:before {
  content: "?";
}

.fc-icon-x:before {
  content: "?";
}

.fc-icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  text-align: center;
}

/* Buttons
--------------------------------------------------------------------------------------------------
Lots taken from Flatly (MIT): https://bootswatch.com/4/flatly/bootstrap.css
*/

/* reset */

.fc-button {
  border-radius: 0;
  overflow: visible;
  text-transform: none;
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

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

.fc-button {
  -webkit-appearance: button;
}

.fc-button:not(:disabled) {
  cursor: pointer;
}

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

/* theme */

.fc-button {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.4em 0.65em;
  font-size: 1em;
  line-height: 1.5;
  border-radius: 0.25em;
}

.fc-button:hover {
  color: #212529;
  text-decoration: none;
}

.fc-button:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(44, 62, 80, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(44, 62, 80, 0.25);
}

.fc-button:disabled {
  opacity: 0.65;
}

/* "primary" coloring */

.fc-button-primary {
  color: #fff;
  background-color: #2C3E50;
  border-color: #2C3E50;
}

.fc-button-primary:hover {
  color: #fff;
  background-color: #1e2b37;
  border-color: #1a252f;
}

.fc-button-primary:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(76, 91, 106, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(76, 91, 106, 0.5);
}

.fc-button-primary:disabled {
  color: #fff;
  background-color: #2C3E50;
  border-color: #2C3E50;
}

.fc-button-primary:not(:disabled):active,
.fc-button-primary:not(:disabled).fc-button-active {
  color: #fff;
  background-color: #1a252f;
  border-color: #151e27;
}

.fc-button-primary:not(:disabled):active:focus,
.fc-button-primary:not(:disabled).fc-button-active:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(76, 91, 106, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(76, 91, 106, 0.5);
}

/* icons within buttons */

.fc-button .fc-icon {
  vertical-align: middle;
  font-size: 1.5em;
}

/* Buttons Groups
--------------------------------------------------------------------------------------------------*/

.fc-button-group {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}

.fc-button-group > .fc-button {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.fc-button-group > .fc-button:hover {
  z-index: 1;
}

.fc-button-group > .fc-button:focus,
.fc-button-group > .fc-button:active,
.fc-button-group > .fc-button.fc-button-active {
  z-index: 1;
}

.fc-button-group > .fc-button:not(:first-child) {
  margin-left: -1px;
}

.fc-button-group > .fc-button:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.fc-button-group > .fc-button:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* Popover
--------------------------------------------------------------------------------------------------*/

.fc-unthemed .fc-popover {
  border-width: 1px;
  border-style: solid;
}

/* List View
--------------------------------------------------------------------------------------------------*/

.fc-unthemed .fc-list-item:hover td {
  background-color: #f5f5f5;
}

/* Toolbar
--------------------------------------------------------------------------------------------------*/

.fc-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.fc-toolbar.fc-header-toolbar {
  margin-bottom: 1.5em;
}

.fc-toolbar.fc-footer-toolbar {
  margin-top: 1.5em;
}

/* inner content */

.fc-toolbar > * > :not(:first-child) {
  margin-left: 0.75em;
}

.fc-toolbar h2 {
  font-size: 1.75em;
  margin: 0;
}

/* View Structure
--------------------------------------------------------------------------------------------------*/

.fc-view-container {
  position: relative;
}

/* undo twitter bootstrap's box-sizing rules. normalizes positioning techniques */

/* don't do this for the toolbar because we'll want bootstrap to style those buttons as some pt */

.fc-view-container *,
.fc-view-container *:before,
.fc-view-container *:after {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.fc-view,
.fc-view > table {
  /* so dragged elements can be above the view's main element */
  position: relative;
  z-index: 1;
}

@media print {
  .fc {
    max-width: 100% !important;
  }

  /* Global Event Restyling
  --------------------------------------------------------------------------------------------------*/

  .fc-event {
    background: #fff !important;
    color: #000 !important;
    page-break-inside: avoid;
  }

  .fc-event .fc-resizer {
    display: none;
  }

  /* Table & Day-Row Restyling
  --------------------------------------------------------------------------------------------------*/

  .fc th,
  .fc td,
  .fc hr,
  .fc thead,
  .fc tbody,
  .fc-row {
    border-color: #ccc !important;
    background: #fff !important;
  }

  /* kill the overlaid, absolutely-positioned components */

  /* common... */

  .fc-bg,
  .fc-bgevent-skeleton,
  .fc-highlight-skeleton,
  .fc-mirror-skeleton,
  .fc-bgevent-container,
  .fc-business-container,
  .fc-highlight-container,
  .fc-mirror-container {
    display: none;
  }

  /* don't force a min-height on rows (for DayGrid) */

  .fc tbody .fc-row {
    height: auto !important;
    /* undo height that JS set in distributeHeight */
    min-height: 0 !important;
    /* undo the min-height from each view's specific stylesheet */
  }

  .fc tbody .fc-row .fc-content-skeleton {
    position: static;
    /* undo .fc-rigid */
    padding-bottom: 0 !important;
    /* use a more border-friendly method for this... */
  }

  .fc tbody .fc-row .fc-content-skeleton tbody tr:last-child td {
    /* only works in newer browsers */
    padding-bottom: 1em;
    /* ...gives space within the skeleton. also ensures min height in a way */
  }

  .fc tbody .fc-row .fc-content-skeleton table {
    /* provides a min-height for the row, but only effective for IE, which exaggerates this value,
       making it look more like 3em. for other browers, it will already be this tall */
    height: 1em;
  }

  /* Undo month-view event limiting. Display all events and hide the "more" links
  --------------------------------------------------------------------------------------------------*/

  .fc-more-cell,
  .fc-more {
    display: none !important;
  }

  .fc tr.fc-limited {
    display: table-row !important;
  }

  .fc td.fc-limited {
    display: table-cell !important;
  }

  .fc-popover {
    display: none;
    /* never display the "more.." popover in print mode */
  }

  /* TimeGrid Restyling
  --------------------------------------------------------------------------------------------------*/

  /* undo the min-height 100% trick used to fill the container's height */

  .fc-time-grid {
    min-height: 0 !important;
  }

  /* don't display the side axis at all ("all-day" and time cells) */

  .fc-timeGrid-view .fc-axis {
    display: none;
  }

  /* don't display the horizontal lines */

  .fc-slats,
  .fc-time-grid hr {
    /* this hr is used when height is underused and needs to be filled */
    display: none !important;
    /* important overrides inline declaration */
  }

  /* let the container that holds the events be naturally positioned and create real height */

  .fc-time-grid .fc-content-skeleton {
    position: static;
  }

  /* in case there are no events, we still want some height */

  .fc-time-grid .fc-content-skeleton table {
    height: 4em;
  }

  /* kill the horizontal spacing made by the event container. event margins will be done below */

  .fc-time-grid .fc-event-container {
    margin: 0 !important;
  }

  /* TimeGrid *Event* Restyling
  --------------------------------------------------------------------------------------------------*/

  /* naturally position events, vertically stacking them */

  .fc-time-grid .fc-event {
    position: static !important;
    margin: 3px 2px !important;
  }

  /* for events that continue to a future day, give the bottom border back */

  .fc-time-grid .fc-event.fc-not-end {
    border-bottom-width: 1px !important;
  }

  /* indicate the event continues via "..." text */

  .fc-time-grid .fc-event.fc-not-end:after {
    content: "...";
  }

  /* for events that are continuations from previous days, give the top border back */

  .fc-time-grid .fc-event.fc-not-start {
    border-top-width: 1px !important;
  }

  /* indicate the event is a continuation via "..." text */

  .fc-time-grid .fc-event.fc-not-start:before {
    content: "...";
  }

  /* time */

  /* undo a previous declaration and let the time text span to a second line */

  .fc-time-grid .fc-event .fc-time {
    white-space: normal !important;
  }

  /* hide the the time that is normally displayed... */

  .fc-time-grid .fc-event .fc-time span {
    display: none;
  }

  /* ...replace it with a more verbose version (includes AM/PM) stored in an html attribute */

  .fc-time-grid .fc-event .fc-time:after {
    content: attr(data-full);
  }

  /* Vertical Scroller & Containers
  --------------------------------------------------------------------------------------------------*/

  /* kill the scrollbars and allow natural height */

  .fc-scroller,
  .fc-day-grid-container,
  .fc-time-grid-container {
    /* */
    overflow: visible !important;
    height: auto !important;
  }

  /* kill the horizontal border/padding used to compensate for scrollbars */

  .fc-row {
    border: 0 !important;
    margin: 0 !important;
  }

  /* Button Controls
  --------------------------------------------------------------------------------------------------*/

  .fc-button-group,
  .fc button {
    display: none;
    /* don't display any button-related controls */
  }
}

/* DayGridView
--------------------------------------------------------------------------------------------------*/

/* day row structure */

.fc-dayGridWeek-view .fc-content-skeleton,
.fc-dayGridDay-view .fc-content-skeleton {
  /* there may be week numbers in these views, so no padding-top */
  padding-bottom: 1em;
  /* ensure a space at bottom of cell for user selecting/clicking */
}

.fc-dayGrid-view .fc-body .fc-row {
  min-height: 4em;
  /* ensure that all rows are at least this tall */
}

/* a "rigid" row will take up a constant amount of height because content-skeleton is absolute */

.fc-row.fc-rigid {
  overflow: hidden;
}

.fc-row.fc-rigid .fc-content-skeleton {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

/* week and day number styling */

.fc-day-top.fc-other-month {
  opacity: 0.3;
}

.fc-dayGrid-view .fc-week-number,
.fc-dayGrid-view .fc-day-number {
  padding: 2px;
}

.fc-dayGrid-view th.fc-week-number,
.fc-dayGrid-view th.fc-day-number {
  padding: 0 2px;
  /* column headers can't have as much v space */
}

.fc-ltr .fc-dayGrid-view .fc-day-top .fc-day-number {
  float: right;
}

.fc-rtl .fc-dayGrid-view .fc-day-top .fc-day-number {
  float: left;
}

.fc-ltr .fc-dayGrid-view .fc-day-top .fc-week-number {
  float: left;
  border-radius: 0 0 3px 0;
}

.fc-rtl .fc-dayGrid-view .fc-day-top .fc-week-number {
  float: right;
  border-radius: 0 0 0 3px;
}

.fc-dayGrid-view .fc-day-top .fc-week-number {
  min-width: 1.5em;
  text-align: center;
  background-color: #f2f2f2;
  color: #808080;
}

/* when week/day number have own column */

.fc-dayGrid-view td.fc-week-number {
  text-align: center;
}

.fc-dayGrid-view td.fc-week-number > * {
  /* work around the way we do column resizing and ensure a minimum width */
  display: inline-block;
  min-width: 1.25em;
}

/* TimeGridView all-day area
--------------------------------------------------------------------------------------------------*/

.fc-timeGrid-view .fc-day-grid {
  position: relative;
  z-index: 2;
  /* so the "more.." popover will be over the time grid */
}

.fc-timeGrid-view .fc-day-grid .fc-row {
  min-height: 3em;
  /* all-day section will never get shorter than this */
}

.fc-timeGrid-view .fc-day-grid .fc-row .fc-content-skeleton {
  padding-bottom: 1em;
  /* give space underneath events for clicking/selecting days */
}

/* TimeGrid axis running down the side (for both the all-day area and the slot area)
--------------------------------------------------------------------------------------------------*/

.fc .fc-axis {
  /* .fc to overcome default cell styles */
  vertical-align: middle;
  padding: 0 4px;
  white-space: nowrap;
}

.fc-ltr .fc-axis {
  text-align: right;
}

.fc-rtl .fc-axis {
  text-align: left;
}

/* TimeGrid Structure
--------------------------------------------------------------------------------------------------*/

.fc-time-grid-container,
.fc-time-grid {
  /* so slats/bg/content/etc positions get scoped within here */
  position: relative;
  z-index: 1;
}

.fc-time-grid {
  min-height: 100%;
  /* so if height setting is 'auto', .fc-bg stretches to fill height */
}

.fc-time-grid table {
  /* don't put outer borders on slats/bg/content/etc */
  border: 0 hidden transparent;
}

.fc-time-grid > .fc-bg {
  z-index: 1;
}

.fc-time-grid .fc-slats,
.fc-time-grid > hr {
  /* the <hr> TimeGridView injects when grid is shorter than scroller */
  position: relative;
  z-index: 2;
}

.fc-time-grid .fc-content-col {
  position: relative;
  /* because now-indicator lives directly inside */
}

.fc-time-grid .fc-content-skeleton {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
}

/* divs within a cell within the fc-content-skeleton */

.fc-time-grid .fc-business-container {
  position: relative;
  z-index: 1;
}

.fc-time-grid .fc-bgevent-container {
  position: relative;
  z-index: 2;
}

.fc-time-grid .fc-highlight-container {
  position: relative;
  z-index: 3;
}

.fc-time-grid .fc-event-container {
  position: relative;
  z-index: 4;
}

.fc-time-grid .fc-now-indicator-line {
  z-index: 5;
}

.fc-time-grid .fc-mirror-container {
  /* also is fc-event-container */
  position: relative;
  z-index: 6;
}

/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/

.fc-time-grid .fc-slats td {
  height: 1.5em;
  border-bottom: 0;
  /* each cell is responsible for its top border */
}

.fc-time-grid .fc-slats .fc-minor td {
  border-top-style: dotted;
}

/* TimeGrid Highlighting Slots
--------------------------------------------------------------------------------------------------*/

.fc-time-grid .fc-highlight-container {
  /* a div within a cell within the fc-highlight-skeleton */
  position: relative;
  /* scopes the left/right of the fc-highlight to be in the column */
}

.fc-time-grid .fc-highlight {
  position: absolute;
  left: 0;
  right: 0;
  /* top and bottom will be in by JS */
}

/* TimeGrid Event Containment
--------------------------------------------------------------------------------------------------*/

.fc-ltr .fc-time-grid .fc-event-container {
  /* space on the sides of events for LTR (default) */
  margin: 0 2.5% 0 2px;
}

.fc-rtl .fc-time-grid .fc-event-container {
  /* space on the sides of events for RTL */
  margin: 0 2px 0 2.5%;
}

.fc-time-grid .fc-event,
.fc-time-grid .fc-bgevent {
  position: absolute;
  z-index: 1;
  /* scope inner z-index's */
}

.fc-time-grid .fc-bgevent {
  /* background events always span full width */
  left: 0;
  right: 0;
}

/* TimeGrid Event Styling
----------------------------------------------------------------------------------------------------
We use the full "fc-time-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/

.fc-time-grid-event {
  margin-bottom: 1px;
}

.fc-time-grid-event-inset {
  -webkit-box-shadow: 0px 0px 0px 1px #fff;
  box-shadow: 0px 0px 0px 1px #fff;
}

.fc-time-grid-event.fc-not-start {
  /* events that are continuing from another day */
  /* replace space made by the top border with padding */
  border-top-width: 0;
  padding-top: 1px;
  /* remove top rounded corners */
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.fc-time-grid-event.fc-not-end {
  /* replace space made by the top border with padding */
  border-bottom-width: 0;
  padding-bottom: 1px;
  /* remove bottom rounded corners */
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.fc-time-grid-event .fc-content {
  overflow: hidden;
  max-height: 100%;
}

.fc-time-grid-event .fc-time,
.fc-time-grid-event .fc-title {
  padding: 0 1px;
}

.fc-time-grid-event .fc-time {
  font-size: 0.85em;
  white-space: nowrap;
}

/* short mode, where time and title are on the same line */

.fc-time-grid-event.fc-short .fc-content {
  /* don't wrap to second line (now that contents will be inline) */
  white-space: nowrap;
}

.fc-time-grid-event.fc-short .fc-time,
.fc-time-grid-event.fc-short .fc-title {
  /* put the time and title on the same line */
  display: inline-block;
  vertical-align: top;
}

.fc-time-grid-event.fc-short .fc-time span {
  display: none;
  /* don't display the full time text... */
}

.fc-time-grid-event.fc-short .fc-time:before {
  content: attr(data-start);
  /* ...instead, display only the start time */
}

.fc-time-grid-event.fc-short .fc-time:after {
  content: " - ";
  /* seperate with a dash, wrapped in nbsp's */
}

.fc-time-grid-event.fc-short .fc-title {
  font-size: 0.85em;
  /* make the title text the same size as the time */
  padding: 0;
  /* undo padding from above */
}

/* resizer (cursor device) */

.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer {
  left: 0;
  right: 0;
  bottom: 0;
  height: 8px;
  overflow: hidden;
  line-height: 8px;
  font-size: 11px;
  font-family: monospace;
  text-align: center;
  cursor: s-resize;
}

.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer:after {
  content: "=";
}

/* resizer (touch device) */

.fc-time-grid-event.fc-selected .fc-resizer {
  /* 10x10 dot */
  border-radius: 5px;
  border-width: 1px;
  width: 8px;
  height: 8px;
  border-style: solid;
  border-color: inherit;
  background: #fff;
  /* horizontally center */
  left: 50%;
  margin-left: -5px;
  /* center on the bottom edge */
  bottom: -5px;
}

/* Now Indicator
--------------------------------------------------------------------------------------------------*/

.fc-time-grid .fc-now-indicator-line {
  border-top-width: 1px;
  left: 0;
  right: 0;
}

/* arrow on axis */

.fc-time-grid .fc-now-indicator-arrow {
  margin-top: -5px;
  /* vertically center on top coordinate */
}

.fc-ltr .fc-time-grid .fc-now-indicator-arrow {
  left: 0;
  /* triangle pointing right... */
  border-width: 5px 0 5px 6px;
  border-top-color: transparent;
  border-bottom-color: transparent;
}

.fc-rtl .fc-time-grid .fc-now-indicator-arrow {
  right: 0;
  /* triangle pointing left... */
  border-width: 5px 6px 5px 0;
  border-top-color: transparent;
  border-bottom-color: transparent;
}

/*!
 * FullCalendar v2.2.7 Stylesheet
 * Docs & License: http://arshaw.com/fullcalendar/
 * (c) 2013 Adam Shaw
 */

.fc {
  direction: ltr;
  text-align: left;
}

.fc-rtl {
  text-align: right;
}

body .fc {
  /* extra precedence to overcome jqui */
  font-size: 1em;
}

/* Colors
--------------------------------------------------------------------------------------------------*/

.fc-unthemed th,
.fc-unthemed td,
.fc-unthemed hr,
.fc-unthemed thead,
.fc-unthemed tbody,
.fc-unthemed .fc-row,
.fc-unthemed .fc-popover {
  border-color: #ddd;
}

.fc-unthemed .fc-popover {
  background-color: #fff;
}

.fc-unthemed hr,
.fc-unthemed .fc-popover .fc-header {
  background: #eee;
}

.fc-unthemed .fc-popover .fc-header .fc-close {
  color: #666;
}

.fc-unthemed .fc-today {
  background: #fcf8e3;
}

.fc-highlight {
  /* when user is selecting cells */
  background: #bce8f1;
  opacity: .3;
  filter: alpha(opacity=30);
  /* for IE */
}

.fc-bgevent {
  /* default look for background events */
  background: #8fdf82;
  opacity: .3;
  filter: alpha(opacity=30);
  /* for IE */
}

.fc-nonbusiness {
  /* default look for non-business-hours areas */
  /* will inherit .fc-bgevent's styles */
  background: #ccc;
}

/* Icons (inline elements with styled text that mock arrow icons)
--------------------------------------------------------------------------------------------------*/

.fc-icon {
  display: inline-block;
  font-size: 2em;
  line-height: .5em;
  height: .5em;
  /* will make the total height 1em */
  font-family: "Courier New", Courier, monospace;
}

.fc-icon-left-single-arrow:after {
  content: "\2039";
  font-weight: bold;
}

.fc-icon-right-single-arrow:after {
  content: "\203A";
  font-weight: bold;
}

.fc-icon-left-double-arrow:after {
  content: "\AB";
}

.fc-icon-right-double-arrow:after {
  content: "\BB";
}

.fc-icon-x:after {
  content: "\D7";
}

/* Buttons (styled <button> tags, normalized to work cross-browser)
--------------------------------------------------------------------------------------------------*/

.fc button {
  /* force height to include the border and padding */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* dimensions */
  margin: 0;
  height: 2.1em;
  padding: 0 .6em;
  /* text & cursor */
  font-size: 1em;
  /* normalize */
  white-space: nowrap;
  cursor: pointer;
}

/* Firefox has an annoying inner border */

.fc button::-moz-focus-inner {
  margin: 0;
  padding: 0;
}

.fc-state-default {
  /* non-theme */
  border: 1px solid;
}

.fc-state-default.fc-corner-left {
  /* non-theme */
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.fc-state-default.fc-corner-right {
  /* non-theme */
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

/* icons in buttons */

.fc button .fc-icon {
  /* non-theme */
  position: relative;
  top: .05em;
  /* seems to be a good adjustment across browsers */
  margin: 0 .1em;
}

/*
  button states
  borrowed from twitter bootstrap (http://twitter.github.com/bootstrap/)
*/

.fc-state-default {
  background-color: #f5f5f5;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e6e6e6));
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  color: #333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.fc-state-hover,
.fc-state-down,
.fc-state-active,
.fc-state-disabled {
  color: #333333;
  background-color: #e6e6e6;
}

.fc-state-hover {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}

.fc-state-down,
.fc-state-active {
  background-color: #cccccc;
  background-image: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.fc-state-disabled {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* Buttons Groups
--------------------------------------------------------------------------------------------------*/

.fc-button-group {
  display: inline-block;
}

/*
every button that is not first in a button group should scootch over one pixel and cover the
previous button's border...
*/

.fc .fc-button-group > * {
  /* extra precedence b/c buttons have margin set to zero */
  float: left;
  margin: 0 0 0 -1px;
}

.fc .fc-button-group > :first-child {
  /* same */
  margin-left: 0;
}

/* Popover
--------------------------------------------------------------------------------------------------*/

.fc-popover {
  position: absolute;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.fc-popover .fc-header {
  padding: 2px 4px;
}

.fc-popover .fc-header .fc-title {
  margin: 0 2px;
}

.fc-popover .fc-header .fc-close {
  cursor: pointer;
}

.fc-ltr .fc-popover .fc-header .fc-title,
.fc-rtl .fc-popover .fc-header .fc-close {
  float: left;
}

.fc-rtl .fc-popover .fc-header .fc-title,
.fc-ltr .fc-popover .fc-header .fc-close {
  float: right;
}

/* unthemed */

.fc-unthemed .fc-popover {
  border-width: 1px;
  border-style: solid;
}

.fc-unthemed .fc-popover .fc-header .fc-close {
  font-size: 25px;
  margin-top: 4px;
}

/* jqui themed */

.fc-popover > .ui-widget-header + .ui-widget-content {
  border-top: 0;
  /* where they meet, let the header have the border */
}

/* Misc Reusable Components
--------------------------------------------------------------------------------------------------*/

.fc hr {
  height: 0;
  margin: 0;
  padding: 0 0 2px;
  /* height is unreliable across browsers, so use padding */
  border-style: solid;
  border-width: 1px 0;
}

.fc-clear {
  clear: both;
}

.fc-bg,
.fc-bgevent-skeleton,
.fc-highlight-skeleton,
.fc-helper-skeleton {
  /* these element should always cling to top-left/right corners */
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.fc-bg {
  bottom: 0;
  /* strech bg to bottom edge */
}

.fc-bg table {
  height: 100%;
  /* strech bg to bottom edge */
}

/* Tables
--------------------------------------------------------------------------------------------------*/

.fc table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1em;
  /* normalize cross-browser */
}

.fc th {
  text-align: center;
}

.fc th,
.fc td {
  border-style: solid;
  border-width: 1px;
  padding: 0;
  vertical-align: top;
}

.fc td.fc-today {
  border-style: double;
  /* overcome neighboring borders */
}

/* Fake Table Rows
--------------------------------------------------------------------------------------------------*/

.fc .fc-row {
  /* extra precedence to overcome themes w/ .ui-widget-content forcing a 1px border */
  /* no visible border by default. but make available if need be (scrollbar width compensation) */
  border-style: solid;
  border-width: 0;
}

.fc-row table {
  /* don't put left/right border on anything within a fake row.
	   the outer tbody will worry about this */
  border-left: 0 hidden transparent;
  border-right: 0 hidden transparent;
  /* no bottom borders on rows */
  border-bottom: 0 hidden transparent;
}

.fc-row:first-child table {
  border-top: 0 hidden transparent;
  /* no top border on first row */
}

/* Day Row (used within the header and the DayGrid)
--------------------------------------------------------------------------------------------------*/

.fc-row {
  position: relative;
}

.fc-row .fc-bg {
  z-index: 1;
}

/* highlighting cells & background event skeleton */

.fc-row .fc-bgevent-skeleton,
.fc-row .fc-highlight-skeleton {
  bottom: 0;
  /* stretch skeleton to bottom of row */
}

.fc-row .fc-bgevent-skeleton table,
.fc-row .fc-highlight-skeleton table {
  height: 100%;
  /* stretch skeleton to bottom of row */
}

.fc-row .fc-highlight-skeleton td,
.fc-row .fc-bgevent-skeleton td {
  border-color: transparent;
}

.fc-row .fc-bgevent-skeleton {
  z-index: 2;
}

.fc-row .fc-highlight-skeleton {
  z-index: 3;
}

/*
row content (which contains day/week numbers and events) as well as "helper" (which contains
temporary rendered events).
*/

.fc-row .fc-content-skeleton {
  position: relative;
  z-index: 4;
  padding-bottom: 2px;
  /* matches the space above the events */
}

.fc-row .fc-helper-skeleton {
  z-index: 5;
}

.fc-row .fc-content-skeleton td,
.fc-row .fc-helper-skeleton td {
  /* see-through to the background below */
  background: none;
  /* in case <td>s are globally styled */
  border-color: transparent;
  /* don't put a border between events and/or the day number */
  border-bottom: 0;
}

.fc-row .fc-content-skeleton tbody td,
.fc-row .fc-helper-skeleton tbody td {
  /* don't put a border between event cells */
  border-top: 0;
}

/* Scrolling Container
--------------------------------------------------------------------------------------------------*/

.fc-scroller {
  /* this class goes on elements for guaranteed vertical scrollbars */
  overflow-y: scroll;
  overflow-x: hidden;
}

.fc-scroller > * {
  /* we expect an immediate inner element */
  position: relative;
  /* re-scope all positions */
  width: 100%;
  /* hack to force re-sizing this inner element when scrollbars appear/disappear */
  overflow: hidden;
  /* don't let negative margins or absolute positioning create further scroll */
}

/* Global Event Styles
--------------------------------------------------------------------------------------------------*/

.fc-event {
  position: relative;
  /* for resize handle and other inner positioning */
  display: block;
  /* make the <a> tag block */
  font-size: .85em;
  line-height: 1.3;
  border-radius: 3px;
  border: 1px solid #3a87ad;
  /* default BORDER color */
  background-color: #3a87ad;
  /* default BACKGROUND color */
  font-weight: normal;
  /* undo jqui's ui-widget-header bold */
}

/* overpower some of bootstrap's and jqui's styles on <a> tags */

.fc-event,
.fc-event:hover,
.ui-widget .fc-event {
  color: #fff;
  /* default TEXT color */
  text-decoration: none;
  /* if <a> has an href */
}

.fc-event[href],
.fc-event.fc-draggable {
  cursor: pointer;
  /* give events with links and draggable events a hand mouse pointer */
}

.fc-not-allowed,
.fc-not-allowed .fc-event {
  /* to override an event's custom cursor */
  cursor: not-allowed;
}

/* DayGrid events
----------------------------------------------------------------------------------------------------
We use the full "fc-day-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/

.fc-day-grid-event {
  margin: 1px 2px 0;
  /* spacing between events and edges */
  padding: 0 1px;
}

/* events that are continuing to/from another week. kill rounded corners and butt up against edge */

.fc-ltr .fc-day-grid-event.fc-not-start,
.fc-rtl .fc-day-grid-event.fc-not-end {
  margin-left: 0;
  border-left-width: 0;
  padding-left: 1px;
  /* replace the border with padding */
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.fc-ltr .fc-day-grid-event.fc-not-end,
.fc-rtl .fc-day-grid-event.fc-not-start {
  margin-right: 0;
  border-right-width: 0;
  padding-right: 1px;
  /* replace the border with padding */
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.fc-day-grid-event > .fc-content {
  /* force events to be one-line tall */
  white-space: nowrap;
  overflow: hidden;
}

.fc-day-grid-event .fc-time {
  font-weight: bold;
}

/* resize handle (outside of fc-content, so can go outside of bounds) */

.fc-day-grid-event .fc-resizer {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 7px;
}

.fc-ltr .fc-day-grid-event .fc-resizer {
  right: -3px;
  cursor: e-resize;
}

.fc-rtl .fc-day-grid-event .fc-resizer {
  left: -3px;
  cursor: w-resize;
}

/* Event Limiting
--------------------------------------------------------------------------------------------------*/

/* "more" link that represents hidden events */

a.fc-more {
  margin: 1px 3px;
  font-size: .85em;
  cursor: pointer;
  text-decoration: none;
}

a.fc-more:hover {
  text-decoration: underline;
}

.fc-limited {
  /* rows and cells that are hidden because of a "more" link */
  display: none;
}

/* popover that appears when "more" link is clicked */

.fc-day-grid .fc-row {
  z-index: 1;
  /* make the "more" popover one higher than this */
}

.fc-more-popover {
  z-index: 2;
  width: 220px;
}

.fc-more-popover .fc-event-container {
  padding: 10px;
}

/* Toolbar
--------------------------------------------------------------------------------------------------*/

.fc-toolbar {
  text-align: center;
  margin-bottom: 1em;
}

.fc-toolbar .fc-left {
  float: left;
}

.fc-toolbar .fc-right {
  float: right;
}

.fc-toolbar .fc-center {
  display: inline-block;
}

/* the things within each left/right/center section */

.fc .fc-toolbar > * > * {
  /* extra precedence to override button border margins */
  float: left;
  margin-left: .75em;
}

/* the first thing within each left/center/right section */

.fc .fc-toolbar > * > :first-child {
  /* extra precedence to override button border margins */
  margin-left: 0;
}

/* title text */

.fc-toolbar h2 {
  margin: 0;
}

/* button layering (for border precedence) */

.fc-toolbar button {
  position: relative;
}

.fc-toolbar .fc-state-hover,
.fc-toolbar .ui-state-hover {
  z-index: 2;
}

.fc-toolbar .fc-state-down {
  z-index: 3;
}

.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active {
  z-index: 4;
}

.fc-toolbar button:focus {
  z-index: 5;
}

/* View Structure
--------------------------------------------------------------------------------------------------*/

/* undo twitter bootstrap's box-sizing rules. normalizes positioning techniques */

/* don't do this for the toolbar because we'll want bootstrap to style those buttons as some pt */

.fc-view-container *,
.fc-view-container *:before,
.fc-view-container *:after {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.fc-view,
.fc-view > table {
  /* so dragged elements can be above the view's main element */
  position: relative;
  z-index: 1;
}

/* BasicView
--------------------------------------------------------------------------------------------------*/

/* day row structure */

.fc-basicWeek-view .fc-content-skeleton,
.fc-basicDay-view .fc-content-skeleton {
  /* we are sure there are no day numbers in these views, so... */
  padding-top: 1px;
  /* add a pixel to make sure there are 2px padding above events */
  padding-bottom: 1em;
  /* ensure a space at bottom of cell for user selecting/clicking */
}

.fc-basic-view tbody .fc-row {
  min-height: 4em;
  /* ensure that all rows are at least this tall */
}

/* a "rigid" row will take up a constant amount of height because content-skeleton is absolute */

.fc-row.fc-rigid {
  overflow: hidden;
}

.fc-row.fc-rigid .fc-content-skeleton {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

/* week and day number styling */

.fc-basic-view .fc-week-number,
.fc-basic-view .fc-day-number {
  padding: 0 2px;
}

.fc-basic-view td.fc-week-number span,
.fc-basic-view td.fc-day-number {
  padding-top: 2px;
  padding-bottom: 2px;
}

.fc-basic-view .fc-week-number {
  text-align: center;
}

.fc-basic-view .fc-week-number span {
  /* work around the way we do column resizing and ensure a minimum width */
  display: inline-block;
  min-width: 1.25em;
}

.fc-ltr .fc-basic-view .fc-day-number {
  text-align: right;
}

.fc-rtl .fc-basic-view .fc-day-number {
  text-align: left;
}

.fc-day-number.fc-other-month {
  opacity: 0.3;
  filter: alpha(opacity=30);
  /* for IE */
  /* opacity with small font can sometimes look too faded
	   might want to set the 'color' property instead
	   making day-numbers bold also fixes the problem */
}

/* AgendaView all-day area
--------------------------------------------------------------------------------------------------*/

.fc-agenda-view .fc-day-grid {
  position: relative;
  z-index: 2;
  /* so the "more.." popover will be over the time grid */
}

.fc-agenda-view .fc-day-grid .fc-row {
  min-height: 3em;
  /* all-day section will never get shorter than this */
}

.fc-agenda-view .fc-day-grid .fc-row .fc-content-skeleton {
  padding-top: 1px;
  /* add a pixel to make sure there are 2px padding above events */
  padding-bottom: 1em;
  /* give space underneath events for clicking/selecting days */
}

/* TimeGrid axis running down the side (for both the all-day area and the slot area)
--------------------------------------------------------------------------------------------------*/

.fc .fc-axis {
  /* .fc to overcome default cell styles */
  vertical-align: middle;
  padding: 0 4px;
  white-space: nowrap;
}

.fc-ltr .fc-axis {
  text-align: right;
}

.fc-rtl .fc-axis {
  text-align: left;
}

.ui-widget td.fc-axis {
  font-weight: normal;
  /* overcome jqui theme making it bold */
}

/* TimeGrid Structure
--------------------------------------------------------------------------------------------------*/

.fc-time-grid-container,
.fc-time-grid {
  /* so slats/bg/content/etc positions get scoped within here */
  position: relative;
  z-index: 1;
}

.fc-time-grid {
  min-height: 100%;
  /* so if height setting is 'auto', .fc-bg stretches to fill height */
}

.fc-time-grid table {
  /* don't put outer borders on slats/bg/content/etc */
  border: 0 hidden transparent;
}

.fc-time-grid > .fc-bg {
  z-index: 1;
}

.fc-time-grid .fc-slats,
.fc-time-grid > hr {
  /* the <hr> AgendaView injects when grid is shorter than scroller */
  position: relative;
  z-index: 2;
}

.fc-time-grid .fc-bgevent-skeleton,
.fc-time-grid .fc-content-skeleton {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.fc-time-grid .fc-bgevent-skeleton {
  z-index: 3;
}

.fc-time-grid .fc-highlight-skeleton {
  z-index: 4;
}

.fc-time-grid .fc-content-skeleton {
  z-index: 5;
}

.fc-time-grid .fc-helper-skeleton {
  z-index: 6;
}

/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/

.fc-slats td {
  height: 1.5em;
  border-bottom: 0;
  /* each cell is responsible for its top border */
}

.fc-slats .fc-minor td {
  border-top-style: dotted;
}

.fc-slats .ui-widget-content {
  /* for jqui theme */
  background: none;
  /* see through to fc-bg */
}

/* TimeGrid Highlighting Slots
--------------------------------------------------------------------------------------------------*/

.fc-time-grid .fc-highlight-container {
  /* a div within a cell within the fc-highlight-skeleton */
  position: relative;
  /* scopes the left/right of the fc-highlight to be in the column */
}

.fc-time-grid .fc-highlight {
  position: absolute;
  left: 0;
  right: 0;
  /* top and bottom will be in by JS */
}

/* TimeGrid Event Containment
--------------------------------------------------------------------------------------------------*/

.fc-time-grid .fc-event-container,
.fc-time-grid .fc-bgevent-container {
  /* a div within a cell within the fc-bgevent-skeleton */
  position: relative;
}

.fc-ltr .fc-time-grid .fc-event-container {
  /* space on the sides of events for LTR (default) */
  margin: 0 2.5% 0 2px;
}

.fc-rtl .fc-time-grid .fc-event-container {
  /* space on the sides of events for RTL */
  margin: 0 2px 0 2.5%;
}

.fc-time-grid .fc-event,
.fc-time-grid .fc-bgevent {
  position: absolute;
  z-index: 1;
  /* scope inner z-index's */
}

.fc-time-grid .fc-bgevent {
  /* background events always span full width */
  left: 0;
  right: 0;
}

/* TimeGrid Event Styling
----------------------------------------------------------------------------------------------------
We use the full "fc-time-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/

.fc-time-grid-event.fc-not-start {
  /* events that are continuing from another day */
  /* replace space made by the top border with padding */
  border-top-width: 0;
  padding-top: 1px;
  /* remove top rounded corners */
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.fc-time-grid-event.fc-not-end {
  /* replace space made by the top border with padding */
  border-bottom-width: 0;
  padding-bottom: 1px;
  /* remove bottom rounded corners */
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.fc-time-grid-event {
  overflow: hidden;
  /* don't let the bg flow over rounded corners */
}

.fc-time-grid-event > .fc-content {
  /* contains the time and title, but no bg and resizer */
  position: relative;
  z-index: 2;
  /* above the bg */
}

.fc-time-grid-event .fc-time,
.fc-time-grid-event .fc-title {
  padding: 0 1px;
}

.fc-time-grid-event .fc-time {
  font-size: .85em;
  white-space: nowrap;
}

.fc-time-grid-event .fc-bg {
  z-index: 1;
  background: #fff;
  opacity: .25;
  filter: alpha(opacity=25);
  /* for IE */
}

/* short mode, where time and title are on the same line */

.fc-time-grid-event.fc-short .fc-content {
  /* don't wrap to second line (now that contents will be inline) */
  white-space: nowrap;
}

.fc-time-grid-event.fc-short .fc-time,
.fc-time-grid-event.fc-short .fc-title {
  /* put the time and title on the same line */
  display: inline-block;
  vertical-align: top;
}

.fc-time-grid-event.fc-short .fc-time span {
  display: none;
  /* don't display the full time text... */
}

.fc-time-grid-event.fc-short .fc-time:before {
  content: attr(data-start);
  /* ...instead, display only the start time */
}

.fc-time-grid-event.fc-short .fc-time:after {
  content: "\A0-\A0";
  /* seperate with a dash, wrapped in nbsp's */
}

.fc-time-grid-event.fc-short .fc-title {
  font-size: .85em;
  /* make the title text the same size as the time */
  padding: 0;
  /* undo padding from above */
}

/* resizer */

.fc-time-grid-event .fc-resizer {
  position: absolute;
  z-index: 3;
  /* above content */
  left: 0;
  right: 0;
  bottom: 0;
  height: 8px;
  overflow: hidden;
  line-height: 8px;
  font-size: 11px;
  font-family: monospace;
  text-align: center;
  cursor: s-resize;
}

.fc-time-grid-event .fc-resizer:after {
  content: "=";
}

.techMessage {
  display: block;
  position: relative;
  margin: 15px 0;
  padding: 10px;
  text-align: left;
  background: #bfe6f1;
  color: #0081a2;
  border: 1px solid #30bee2;
  width: 100%;
  height: auto;
  font-size: 14px;
  border-radius: 4px;
}

.techMessage i {
  vertical-align: text-bottom !important;
  font-size: 21px !important;
  opacity: 0.8 !important;
}

.techMessage.warning {
  background: #f1ebbf;
  color: #a27100;
  border: 1px solid #e2bc30;
}

.techMessage.error {
  background: #f1bfbf;
  color: #a20000;
  border: 1px solid #e23030;
}

.techMessage.success {
  background: #bff1c5;
  color: #00a206;
  border: 1px solid #43e230;
}

input[type="file"] {
  width: 100%;
  display: inline-block;
  position: relative;
  z-index: 10;
}

.loginLogo {
  width: 242px;
  margin-bottom: 25px;
  margin-left: -8px;
}

.LoopperLogoAnimate {
  display: block;
  position: relative;
  height: 150px;
  width: 260px;
  overflow: hidden;
}

.LoopperLogoAnimate .LoopperLetterContainer {
  position: relative;
  display: inline-block;
  top: 165px;
  height: 100px;
  vertical-align: top;
  margin-left: -1px;
}

.LoopperLogoAnimate .LoopperLetterContainer:first-child {
  margin: 0;
}

.LoopperLogoAnimate .LoopperLetterContainer.BlueO {
  margin-left: -6px;
  z-index: 10;
}

.LoopperLogoAnimate .LoopperLetterContainer.GreenO {
  margin-left: -11.4px;
  margin-right: -1px;
}

.LoopperLogoAnimate .LoopperLetterContainer .LoopperLetter {
  height: 50px;
  width: auto;
}

.LoopperLogoAnimate .LoopperLetterContainer .LoopperLetter.LetterO {
  height: 41px;
}

.LoopperLogoAnimate .LoopperLetterContainer .LoopperLetterDouble {
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  height: 41px;
  width: 41px;
}

.LoopperLogoAnimate .LoopperLetterContainer .LoopperLetterDouble .LoopperLetterOverlayContainer {
  display: block;
  position: absolute;
  height: 0px;
  width: auto;
  top: 100px;
  right: -33px;
}

.LoopperLogoAnimate .LoopperLetterContainer .LoopperLetterDouble .LoopperLetterOverlayContainer .LoopperLetterOverlay {
  height: 41px;
  width: 41px;
}

.LoopperLogoAnimate:after {
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  -webkit-box-shadow: inset 0px -20px 18px -7px white;
  box-shadow: inset 0px -20px 18px -7px white;
}

.loginscreen {
  display: block;
  background: white;
  padding: 30px 10px 10px 10px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.05);
  opacity: 0;
}
.resetScreen {
  display: block;
  background: white;
  padding: 0px 10px 10px 10px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.05);
  /* opacity: 0; */
}

.loginscreen .forgot_password_link {
  display: block;
  margin-top: 10px;
  font-weight: 600;
  font-size: 14px;
  color: black;
  opacity: 0.8;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.loginscreen .forgot_password_link:hover,
.loginscreen .forgot_password_link:active {
  text-decoration: none;
  color: #01b1de;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.loginscreen input, .resetScreen input {
  background: white !important;
  font-weight: 600;
  font-size: 19px !important;
}

.loginFootnote {
  text-align: right;
  font-weight: 400;
  font-size: 11px;
  padding-top: 26px;
  opacity: 0.8;
}

input:-webkit-autofill {
  background: white !important;
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

input:not([type]):focus:not([readonly]),
input[type=text]:not(.browser-default):focus:not([readonly]),
input[type=password]:not(.browser-default):focus:not([readonly]),
input[type=email]:not(.browser-default):focus:not([readonly]),
input[type=url]:not(.browser-default):focus:not([readonly]),
input[type=time]:not(.browser-default):focus:not([readonly]),
input[type=date]:not(.browser-default):focus:not([readonly]),
input[type=datetime]:not(.browser-default):focus:not([readonly]),
input[type=datetime-local]:not(.browser-default):focus:not([readonly]),
input[type=tel]:not(.browser-default):focus:not([readonly]),
input[type=number]:not(.browser-default):focus:not([readonly]),
input[type=search]:not(.browser-default):focus:not([readonly]),
textarea.materialize-textarea:focus:not([readonly]) {
  border-bottom: 1px solid #01b1de;
  -webkit-box-shadow: 0 1px 0 0 #01b1de;
  box-shadow: 0 1px 0 0 #01b1de;
}

[type="checkbox"]:checked + span:not(.lever):before {
  border-right: 2px solid #77be1d;
  border-bottom: 2px solid #77be1d;
}

.btn-primary {
  background-color: #01b1de;
  border-color: #01b1de;
  font-weight: 700;
  font-size: 15px;
  font-family: "Nunito", sans-serif !important;
}

.btn-primary .loopperO {
  color: #77be1d !important;
}

.inputBigFont {
  font-size: 23px !important;
  font-weight: 900;
}

.checkRed [type="checkbox"]:checked + span:not(.lever):before {
  border-right: 2px solid #be1d1d;
  border-bottom: 2px solid #be1d1d;
}

.formTools {
  display: block;
  position: fixed;
  z-index: 30;
  bottom: 20px;
  width: 40px;
  height: 40px;
  text-decoration: none !important;
  background: grey;
  border: 1px solid black;
  color: white;
  border-radius: 3px;
  cursor: pointer;
  -webkit-box-shadow: 10px 10px 5px -10px rgba(0, 0, 0, 0.21);
  box-shadow: 10px 10px 5px -10px rgba(0, 0, 0, 0.21);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.formTools.cancelWithoutSaving {
  right: 140px;
  padding: 7px 0 0 0;
  text-align: center;
  background-color: #f44336;
  border-color: #ba160a;
}

.formTools.saveAndStay {
  right: 20px;
  padding: 1px 0 0 0;
  background-color: #77be1d;
  border-color: #40660f;
}

.formTools.saveAndReturn {
  right: 80px;
  padding: 1px 0 0 0;
  background-color: #ff7600;
  border-color: #994700;
}

.formTools.saveStayNotify {
  right: 200px;
  padding: 1px 0 0 0;
  background-color: #c3c3c3;
  border-color: #888888;
}

.formTools:hover,
.formTools:active {
  bottom: 23px;
  color: white;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.formTools:hover.cancelWithoutSaving,
.formTools:active.cancelWithoutSaving {
  background-color: #ea1c0d;
  border-color: #891008;
}

.formTools:hover.saveAndStay,
.formTools:active.saveAndStay {
  background-color: #5b9216;
  border-color: #243909;
}

.formTools:hover.saveAndReturn,
.formTools:active.saveAndReturn {
  background-color: #cc5e00;
  border-color: #662f00;
}

.formTools:hover.saveStayNotify,
.formTools:active.saveStayNotify {
  background-color: #808080;
  border-color: #3a3a3a;
}

.checkboxContainer.browser-default input {
  opacity: 1 !important;
}

.radioContainer {
  position: relative;
  margin-bottom: 4px;
}

.radioContainer img {
  display: inline;
  width: 25px;
  height: 25px;
}

.radioContainer input {
  position: relative;
  left: 29px;
  top: 6px;
  pointer-events: all !important;
}

.radioContainer input.showInput {
  opacity: 1 !important;
}

.radioContainer label {
  margin-left: 18px;
  position: relative;
  top: 0;
}

.radioContainer.alignRight input {
  right: 29px;
  left: auto;
}

.radioContainer.alignRight label {
  margin-right: 18px;
  position: relative;
  top: 0;
}

.nativeDateSelectTitle {
  font-weight: 700;
  position: relative;
  display: inline-block;
  top: 4px;
  margin-right: 7px;
}

.nativeDateSelect {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  text-align: right;
  font-weight: 400;
  position: relative;
  top: 4px;
  width: 100%;
  right: -40px;
  border-radius: 7px;
  height: 31px;
  max-width: none !important;
}

.change_supplier_container .select-wrapper .select-dropdown {
  display: inline-block;
  position: relative;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: 1px solid #e8e8e8;
  text-align: left;
  width: 150px;
  margin: 0 0 0 10px;
  padding: 4px 10px;
  border-radius: 4px;
  color: #484848;
  font-weight: 600;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  height: 20px;
}

.input_no_style {
  outline: none !important;
  height: 19px !important;
  margin: 0 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: none !important;
}

.filemanager_input_trigger,
.filemanager_pim_input_trigger,
.filemanager_pimprintdata_input_trigger {
  position: absolute;
  right: 0;
  bottom: 20px;
  background: #01b1de;
  padding: 2px 10px;
  text-align: center;
  border-radius: 5px;
  color: white !important;
  border: 1px solid #0a92b5;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  font-weight: bold;
  z-index: 10;
  cursor: pointer;
}

.sortable,
.connected,
.sortable,
.exclude,
.handles {
  margin: auto;
  padding: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.sortable .connected li,
.sortable li,
.sortable .exclude li,
.sortable .handles li,
.connected .connected li,
.connected li,
.connected .exclude li,
.connected .handles li,
.sortable .connected li,
.sortable li,
.sortable .exclude li,
.sortable .handles li,
.exclude .connected li,
.exclude li,
.exclude .exclude li,
.exclude .handles li,
.handles .connected li,
.handles li,
.handles .exclude li,
.handles .handles li {
  list-style: none;
  border: 1px solid #CCC;
  background: #F6F6F6;
  color: #1C94C4;
  margin: 5px;
  padding: 5px;
  height: 22px;
}

.sortable .handles span,
.connected .handles span,
.sortable .handles span,
.exclude .handles span,
.handles .handles span {
  cursor: move;
}

.sortable li,
.connected li,
.sortable li,
.exclude li,
.handles li {
  position: relative;
}

.sortable li i,
.connected li i,
.sortable li i,
.exclude li i,
.handles li i {
  position: absolute;
  color: #cccccc;
  top: 10px;
  right: 24px;
}

.sortable li disabled,
.connected li disabled,
.sortable li disabled,
.exclude li disabled,
.handles li disabled {
  opacity: 0.5;
}

.sortable li highlight,
.connected li highlight,
.sortable li highlight,
.exclude li highlight,
.handles li highlight {
  background: #FEE25F;
}

.sortable #connected,
.connected #connected,
.sortable #connected,
.exclude #connected,
.handles #connected {
  width: 440px;
  overflow: hidden;
  margin: auto;
}

.sortable .connected,
.connected .connected,
.sortable .connected,
.exclude .connected,
.handles .connected {
  float: left;
  width: 200px;
}

.sortable .connected.no2,
.connected .connected.no2,
.sortable .connected.no2,
.exclude .connected.no2,
.handles .connected.no2 {
  float: right;
}

.sortable li.sortable-placeholder,
.connected li.sortable-placeholder,
.sortable li.sortable-placeholder,
.exclude li.sortable-placeholder,
.handles li.sortable-placeholder {
  border: 1px dashed #ccc;
  background: #e8e8e8 !important;
}

.sortable.drag_and_drop_images,
.connected.drag_and_drop_images,
.sortable.drag_and_drop_images,
.exclude.drag_and_drop_images,
.handles.drag_and_drop_images {
  width: 100%;
}

.sortable.drag_and_drop_images .connected li,
.sortable.drag_and_drop_images li,
.sortable.drag_and_drop_images .exclude li,
.sortable.drag_and_drop_images .handles li,
.connected.drag_and_drop_images .connected li,
.connected.drag_and_drop_images li,
.connected.drag_and_drop_images .exclude li,
.connected.drag_and_drop_images .handles li,
.sortable.drag_and_drop_images .connected li,
.sortable.drag_and_drop_images li,
.sortable.drag_and_drop_images .exclude li,
.sortable.drag_and_drop_images .handles li,
.exclude.drag_and_drop_images .connected li,
.exclude.drag_and_drop_images li,
.exclude.drag_and_drop_images .exclude li,
.exclude.drag_and_drop_images .handles li,
.handles.drag_and_drop_images .connected li,
.handles.drag_and_drop_images li,
.handles.drag_and_drop_images .exclude li,
.handles.drag_and_drop_images .handles li {
  background: white;
  height: 112px;
}

.sortable.grid,
.connected.grid,
.sortable.grid,
.exclude.grid,
.handles.grid {
  overflow: hidden;
  width: 100%;
}

.sortable.grid li,
.connected.grid li,
.sortable.grid li,
.exclude.grid li,
.handles.grid li {
  line-height: 80px;
  float: left;
  width: 32%;
  height: 130px;
  text-align: center;
  background: white;
}

.productSortingOrder .select-dropdown {
  margin: 0 !important;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body {
  height: 100%;
  background: #f8f8f8;
  font-family: "Nunito", sans-serif !important;
  font-size: 14px;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  overflow-y: hidden;
}

*::-webkit-scrollbar {
  width: 10px;
}

*::-webkit-scrollbar-track {
  background: #f3f3f3;
}

*::-webkit-scrollbar-thumb {
  background: #01b1de;
}

.maincontainer {
  padding: 0 !important;
  height: 100%;
}

.mainrow {
  height: 100%;
  margin: 0 !important;
}

.scrollable {
  overflow-x: hidden;
  overflow-y: scroll;
  max-height: 100%;
}

.loading_screen {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  padding: 200px 0 0 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 110;
  background: rgba(0, 0, 0, 0.65);
}

.loading_screen .loading_icon {
  position: relative;
  margin-bottom: 40px;
  text-align: center;
}

.loading_screen .loading_icon .spinner-layer {
  border-color: white !important;
}

.loading_screen .loading_icon .preloader-wrapper.big {
  display: inline-block;
  width: 164px;
  height: 164px;
}

.loading_screen .loading_icon .circle-clipper .circle {
  border-width: 8px;
}

.loading_screen .loading_status {
  position: relative;
  color: white;
  font-size: 25px;
  text-align: center;
  font-weight: bold;
}

/* popoup loader */

.popuploading_screen {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  padding: 200px 0 0 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 110;
  background: rgba(0, 0, 0, 0.65);
}

.popuploading_screen .loading_icon {
  position: relative;
  margin-bottom: 40px;
  text-align: center;
}

.popuploading_screen .loading_icon .spinner-layer {
  border-color: white !important;
}

.popuploading_screen .loading_icon .preloader-wrapper.big {
  display: inline-block;
  width: 164px;
  height: 164px;
}

.popuploading_screen .loading_icon .circle-clipper .circle {
  border-width: 8px;
}

.popuploading_screen .loading_status {
  position: relative;
  color: white;
  font-size: 25px;
  text-align: center;
  font-weight: bold;
}

.loopperTopNavbar {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 110;
  background: #01b1de;
  color: black;
  font-size: 16px;
  font-weight: 600;
  padding: 0;
  margin: 0;
  height: 53px;
  width: 100%;
}

.loopperTopNavbar .container-fluid,
.loopperTopNavbar .container-sm,
.loopperTopNavbar .container-md,
.loopperTopNavbar .container-lg,
.loopperTopNavbar .container-xl {
  height: 100%;
}

.loopperTopNavbar .container-fluid .row,
.loopperTopNavbar .container-sm .row,
.loopperTopNavbar .container-md .row,
.loopperTopNavbar .container-lg .row,
.loopperTopNavbar .container-xl .row {
  height: 100%;
  width: 100%;
  margin: 0;
}

.sidebar .loopperLogoContainer {
  position: relative;
  top: 9px;
  text-align: center;
  border-right: 1px solid #7991a9;
}

.sidebar .loopperLogoContainer a {
  border: none !important;
}

.sidebar .loopperLogoContainer a img {
  width: 168px;
}

.projectTimer {
  font-size: 14px;
  font-weight: 700;
  color: #fe8000;
}

.projectTimer.projectTimerWarning {
  font-weight: 800;
  color: red;
  font-size: 14px;
}

.projectTimer.projectTimerWarningblack {
  font-weight: 800;
  color: black;
  font-size: 14px;
}

.breadCrumbContainer {
  position: relative;
  left: -19px;
}

.breadCrumbContainer .breadCrumb {
  display: inline-block;
  opacity: 1;
  font-size: 13px;
  font-weight: bolder;
  color: #6cd2ea;
  height: 37px;
  border-style: none;
  border-radius: 8px;
  font-style: normal;
  font-weight: bold;
  padding: 9px 11px;
  border: none !important;
  text-align: center;
  margin-right: 7px;
  top: 8px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.breadCrumbContainer .breadCrumb:before {
  display: block;
  position: absolute;
  content: "";
  background: #27bde3;
  border-radius: 8px;
  z-index: -1;
  height: 0;
  width: 0;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.breadCrumbContainer .breadCrumb i {
  font-size: 14px;
  position: relative;
  top: 3px;
}

.breadCrumbContainer .breadCrumb:hover,
.breadCrumbContainer .breadCrumb:active {
  color: #e2f3f7;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.breadCrumbContainer .breadCrumb:hover:before,
.breadCrumbContainer .breadCrumb:active:before {
  top: 0;
  left: 0;
  opacity: 1;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#app {
  position: relative;
  height: 100%;
  padding: 53px 0 0 0;
}

#app .sidebar {
  height: 100%;
  position: relative;
  z-index: 10;
  overflow-x: hidden;
  overflow-y: scroll;
  background: white;
  padding: 0 !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-right: 1px solid #e9ecef;
}

#app .sidebar::-webkit-scrollbar {
  width: 3px;
}

#app .sidebar::-webkit-scrollbar-track {
  background: white;
}

#app .sidebar::-webkit-scrollbar-thumb {
  background: #aeb9c4;
}

#app main {
  height: 100%;
  position: relative;
  /* z-index: 5; */
  overflow-x: hidden;
  overflow-y: scroll;
  padding: 25px 25px 55px 25px;
}

#app main h1 {
  display: inline;
  font-weight: 300;
  font-size: 27px;
}

#app main h2 {
  font-size: 17px;
  font-weight: 600;
}

#app main .mainHeader {
  display: block;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #e9ecef;
  margin: -37px -25px 20px -25px;
  padding: 25px 25px 15px 25px;
  background: white;
  color: #333;
}

#app main .mainHeader h1 {
  color: #333;
}

#app main .mainHeader .dropdown-toggle {
  cursor: pointer;
  height: 30px;
  display: block;
}

#app main .mainHeader .dropdown-toggle span {
  position: relative;
  top: 3px;
}

#app main .mainHeader .loopperDescription,
#app main .mainHeader a,
#app main .mainHeader a:visited {
  display: block;
  max-width: 40%;
  color: #333;
  opacity: 0.8;
}

#app main .loopperTabContainer .select-wrapper .form-control {
  height: 2rem;
}

#app main .loopperTabContainer .select-wrapper .select-dropdown.dropdown-trigger {
  margin: 27px 0px 37px 0px;
  border: 1px solid #e0e0e0 !important;
  background: #f8f8f8;
  padding: 0 10px;
  height: 34px;
  font-size: 13px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 3px;
}

#app main #autocompleteArticleproduct .select-wrapper .select-dropdown.dropdown-trigger {
  margin: 27px 0px 3px 0px;
}


#app main .loopperTabContainer .select-wrapper .select-wrapper + label {
  top: -31px;
}

#app main .loopperTabContainer .select-wrapper .loopperSelect i {
  top: 7px;
}

.bottomOptions {
  display: block;
  position: fixed;
  height: 40px;
  width: 100%;
  right: 0;
  bottom: 0;
  z-index: 10;
  background: #fff;
  background: #f3f3f3;
  border-top: 1px solid #f2f2f2;
  border-top: 1px solid #dcdcdc;
  padding: 0 25px;
}

.bottomOptions a,
.bottomOptions a:visited {
  position: relative;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  font-weight: 700;
  font-size: 15px;
  padding: 0.375rem 0.75rem;
  font-size: 0.9rem;
  border-radius: 0.25rem;
  height: 28px;
  margin-top: 5px;
  margin-right: 10px;
  line-height: 14px;
  padding-top: 7px;
  color: #fff;
  background: #f44336;
  text-decoration: none !important;
  border: 1px solid #ea1c0d;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.bottomOptions a:hover,
.bottomOptions a:active,
.bottomOptions a:visited:hover,
.bottomOptions a:visited:active {
  background: #f21f0f;
  border: 1px solid #d2190b;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.bottomOptions .btn {
  right: 0;
  position: absolute;
  height: 28px;
  margin-top: 5px;
  margin-right: 10px;
  line-height: 10px;
  padding-top: 3px;
  color: #fff;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
  background: #ff7600;
  border-color: #cc5e00;
  text-transform: initial;
}

.bottomOptions .btn i {
  font-size: 17px;
  line-height: 2px;
  vertical-align: sub;
  position: relative;
  top: -1px;
}

.bottomOptions .btn:hover,
.bottomOptions .btn:active {
  color: white;
  background: #77be1d;
  border-color: #77be1d;
}

.columnDefiner {
  border-right: 2px dotted #eaeaea;
}

#getPmsColorPickerPopForAnda .color-option {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 5px;
  border-radius: 50%;
  cursor: pointer;
  border: 2px solid #fff; /* Inner border */
  box-shadow: 0 0 0 4px #ccc; /* Outer border */
  transition: border 0.3s, box-shadow 0.3s;
}
#getPmsColorPickerPopForAnda .color-option:hover {
  box-shadow: 0 0 0 4px #aaa; /* Change outer border on hover if desired */
}
#getPmsColorPickerPopForAnda .color-option.selected {
  box-shadow: 0 0 0 2px #00aedc; /* Change outer border when selected */
}

.tableLike {
  -webkit-box-shadow: 0 1px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14) !important;
          box-shadow: 0 1px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14) !important;
}

.tableLike .dropdown-toggle {
  display: inline-block;
  height: 24px;
  cursor: pointer;
}

.tableLike .dropdown-toggle:after {
  display: none;
}

.tableLike .row {
  padding: 10px 0 0 0;
  min-height: 42px;
  margin: 0;
  font-size: 15px;
  border-bottom: 1px solid #e9ecef;
}

.tableLike .row:nth-child(even) {
  background: white;
}

.tableLike .row:nth-child(odd) {
  background: #fdfdfd;
}

.tableLike .row:last-child {
  border: none;
}

.tableLike .row div:last-child {
  text-align: right;
}

.tableLike .row div:last-child .dropdown-toggle {
  opacity: 0.4;
}

.tableLike .bubble {
  position: relative;
  display: inline-block;
  font-size: 12px;
  font-weight: 900;
  color: white;
  background: #77be1d;
  padding: 2px 8px;
  border-radius: 7px;
  margin-left: 6px;
  top: -3px;
}

.tableLike .mainTableHeader,
.tableLike .mainTableHeaderTabs {
  padding: 15px 10px 30px 15px;
  background: #efefef;
  color: #a5a5a5;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  border-bottom: 2px dotted #dcdcdc;
}

.tableLike .mainTableHeader h1,
.tableLike .mainTableHeaderTabs h1 {
  color: #a5a5a5;
  display: block !important;
  font-size: 20px !important;
  font-weight: 700 !important;
}

.tableLike .mainTableHeaderTabs {
  background: #f5f5f5;
  border-bottom: 1px solid #dcdcdc;
  color: #000000;
}

.tableLike .mainTableHeaderTabs h1 {
  color: #545454;
}

.tableLike .tableLikeHeader {
  position: relative;
  border-bottom: 1px solid #d4d4d4;
}

.tableLike .tableLikeHeader .row {
  padding: 10px 0 10px 0;
  background: #efefef;
  color: #333;
  font-weight: 700;
  font-size: 13px;
  border-bottom: none;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.tableLike .tableLikeHeader .tableOptions {
  position: absolute;
  right: 10px;
  top: 3px;
}

.tableLike .tableLikeFooter .row {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  background: #efefef;
  min-height: 34px;
}

.tableLike .pagination {
  display: inline-block;
  padding: 0;
  margin: 0 0 -18px 0;
  position: relative;
  top: -11px;
  right: -8px;
  height: 35px;
  overflow: hidden;
}

.tableLike .pagination li {
  border: 1px solid #e9ecef;
  height: auto;
  display: inline-block;
  overflow: hidden;
  border-radius: 0;
  margin: 0 -5px 0 0;
}

.tableLike .pagination li .page-link {
  display: block;
  margin: 0 !important;
  width: 100%;
  text-align: center;
  font-size: 16px !important;
  color: #bdbdbd;
  border-radius: 0;
  padding: 3px 12px;
  height: 34px;
  background: none;
  border: none;
  vertical-align: unset;
  line-height: 30px;
  font-weight: 900;
}

.tableLike .pagination li:first-child .page-link {
  font-size: 33px;
  position: relative;
  top: -2px;
  margin-right: 15px;
  font-weight: 300;
}

.tableLike .pagination li:last-child .page-link {
  font-size: 33px;
  position: relative;
  top: -2px;
  margin-left: 15px;
  font-weight: 300;
}

.tableLike .pagination li.active {
  border-radius: 0;
  background: none;
}

.tableLike .pagination li.active .page-link {
  color: #01b1de;
  vertical-align: unset;
  line-height: 30px;
}

.tableOption {
  display: inline-block;
  position: relative;
  color: white;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  margin: 5px 5px 0 0;
  border: 0px solid #64922b;
  text-align: center;
  padding-top: 1px;
  background: #77be1d;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.tableOption:hover,
.tableOption:active {
  margin: 0;
  width: 35px;
  height: 35px;
  color: white;
  border: 5px solid #64922b;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.tableMinimal th,
.tableMinimal td {
  padding: 5px !important;
}

.dropdown-item {
  position: relative;
  height: 27px;
}

.dropdown-item.dropdownRed {
  color: #f44336;
}

.dropdown-item .material-icons {
  position: absolute;
  left: 5px;
  top: 8px;
  font-size: 10px;
}

th.rotate45 {
  height: 140px;
  white-space: nowrap;
}

th.rotate45 > div {
  -webkit-transform: translate(25px, 51px) rotate(315deg);
          transform: translate(25px, 51px) rotate(315deg);
  width: 30px;
}

th.rotate45 > div > span {
  border-bottom: 1px solid #ccc;
  padding: 5px 10px;
}

th.rotate90 {
  height: 140px;
  white-space: nowrap;
}

th.rotate90 > div {
  -webkit-transform: translate(25px, 51px) rotate(270deg);
          transform: translate(25px, 51px) rotate(270deg);
  width: 30px;
}

th.rotate90 > div > span {
  border-bottom: 1px solid #ccc;
  padding: 5px 10px;
}

.tooltipped.tooltipSmallHover {
  position: relative;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.tooltipped.tooltipSmallHover:before {
  display: block;
  position: absolute;
  border-radius: 50%;
  content: "";
  background: #01b1de;
  top: 12px;
  left: 12px;
  width: 0;
  height: 0;
  opacity: 0;
  z-index: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.tooltipped.tooltipSmallHover:hover:before {
  width: 24px;
  height: 24px;
  opacity: 0.7;
  top: 0;
  left: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.mockupStatusIcon {
  padding: 2px !important;
  display: flex !important;
  align-items: center;
}
.mockupStatusIcon > div {
  display: flex;
  align-items: center;
  width: 100%;
}
.wrapStatIcon {
  width: 45%;
  text-align: center !important;
}
.wrapStatTime {
  width: 55%;
  text-align: left !important;
}
.wrapStatTime > div {
  text-align: left !important;
}

.mockupwraperlink{
  display: flex;
  align-items: center;
  color: #000;
  width: 100%;
}
.mockupwraperlink:hover{
  color: #000;
  text-decoration: none;
}

.loopperBlock {
  -webkit-transition: -webkit-box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
  display: block;
  position: relative;
  padding: 24px;
  border-radius: 2px;
  background: #fff;
  -webkit-box-shadow: 0 1px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14) !important;
          box-shadow: 0 1px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14) !important;
}

.loopperTextBlock {
  position: relative;
  border: solid #cccccc 1px;
  background-color: #ffffff;
  overflow: hidden;
  padding: 15px;
  border-radius: 2px;
  margin-bottom: 30px;
}

.allOpenCalls {
  position: relative;
  border: solid #cccccc 1px;
  background-color: #ffffff;
  overflow: hidden;
  padding: 15px;
  border-radius: 2px;
  margin-bottom: 30px;
}

.loopperTextBlock h3 {
  position: relative;
  border-bottom: solid #cccccc 1px;
  display: block;
  height: 55px;
  font-size: 20px;
  font-weight: 600;
  margin: -15px -15px 16px -15px;
  line-height: 1.6;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  padding: 10px 0px 0px 15px;
}

.loopper_content_container {
  display: block;
  position: relative;
  padding: 15px;
  border-radius: 4px;
  background: #fff;
  margin: 0 0 30px 0;
}

.loopper_content_container h3 {
  margin: 0 0 16px 0;
  font-size: 20px;
  font-weight: bold;
  display: block;
  border-left: 4px solid #01b1de;
  padding: 0 0 0 7px;
}

.loopper_content_container h5 {
  margin: 0 0 10px 0;
  font-size: 15px;
  font-weight: bold;
  display: block;
  border-left: 3px solid #dadada;
  padding: 0 0 0 7px;
}

.loopper_content_container label {
  color: #2f2f2f;
}

.loopper_content_container input[type="text"] {
  border: 1px solid #d2d2d2;
  padding: 0 10px;
  height: 28px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 3px;
  font-weight: bold;
}

.loopper_content_container .minor_field {
  height: 80px;
}

.loopper_content_container .loopper_upload_container {
  border: 1px solid #d2d2d2;
  position: relative;
  height: 86px;
  border-radius: 4px;
  background: #fbfbfb;
}

.loopper_content_container .loopper_upload_container .avatarPreview {
  float: left;
  height: 70px;
  width: 70px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #d2d2d2;
  position: relative;
  margin: 7px 0 0 9px;
}

.loopper_content_container .loopper_upload_container .loopper_logo_upload_html {
  margin: 29px 14px 0 0;
  float: right;
  position: relative;
}

.loopper_content_container .loopper_upload_container:after {
  display: block;
  position: relative;
  clear: both;
  content: "";
  height: 0;
  width: 0;
}

.loopper_content_container .filemanager_input_trigger {
  bottom: 8px !important;
}

.loopperInset {
  padding: 15px;
  border-radius: 5px;
  background: #f7f7f7;
}

.preview_image_block {
  -webkit-box-shadow: 0 1px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14) !important;
          box-shadow: 0 1px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14) !important;
  display: block;
  width: 100%;
  height: 280px;
  position: relative;
  background: #fff center center no-repeat;
  border-radius: 3px;
  background-size: contain;
}

.nolink {
  text-decoration: none !important;
  color: #333 !important;
}

.protected_download_container {
  display: block;
  position: relative;
}

.linethrough {
  opacity: 0.7;
  text-decoration: line-through;
}

.protected_download_file_link {
  display: block;
  position: relative;
  margin: 0 0 10px 0;
  padding: 10px;
  border: 1px solid #ececec;
  color: #333;
  background: white;
  text-decoration: none !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.protected_download_file_link table tr {
  border: none;
  padding: 0;
  margin: 0;
}

.protected_download_file_link table tr td,
.protected_download_file_link table tr th {
  padding: 0;
}

.protected_download_file_link:hover {
  color: #333;
  background: #f7f7f7;
  text-decoration: none !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.protected_download_file_link.selectedLink {
  border-color: #d1de8f;
  background-color: #fefff9;
}

.table2csv {
  display: block;
  position: absolute;
  cursor: pointer;
  right: 15px;
  top: 13px;
  width: 30px;
  text-align: center;
  height: 30px;
  border-radius: 3px;
  border: 1px solid #cccccc;
  padding: 2px 0 0 0;
  color: #cccccc;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.table2csv:hover,
.table2csv:active {
  border-color: #01b1de;
  color: #01b1de;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

a.download-csv-link {
  display: block;
  position: absolute;
  cursor: pointer;
  right: 15px;
  top: 13px;
  width: 30px;
  text-align: center;
  height: 30px;
  border-radius: 3px;
  border: 1px solid #cccccc;
  padding: 2px 0 0 0;
  color: #cccccc;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a.download-csv-link:hover,
a.download-csv-link:active {
  border-color: #01b1de;
  color: #01b1de;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.download_contract_url {
  position: absolute;
  right: 26px;
  top: 8px;
  color: #969696;
  font-size: 11px;
  text-decoration: underline;
}

.exportToExcel {
  display: block;
  position: absolute;
  cursor: pointer;
  right: 15px;
  top: 13px;
  width: 30px;
  text-align: center;
  height: 30px;
  border-radius: 3px;
  border: 1px solid #cccccc;
  padding: 2px 0 0 0;
  color: #cccccc;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.exportToExcel:hover,
.exportToExcel:active {
  border-color: #01b1de;
  color: #01b1de;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.protected_download_file_delete,
.protected_download_file_save,
.protected_download_file_move_down,
.protected_download_file_move_up {
  display: block;
  position: absolute;
  top: 3px;
  right: 3px;
}

.protected_download_file_delete i,
.protected_download_file_save i,
.protected_download_file_move_down i,
.protected_download_file_move_up i {
  font-size: 16px;
  color: grey;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

.protected_download_file_delete:hover i,
.protected_download_file_delete:active i,
.protected_download_file_save:hover i,
.protected_download_file_save:active i,
.protected_download_file_move_down:hover i,
.protected_download_file_move_down:active i,
.protected_download_file_move_up:hover i,
.protected_download_file_move_up:active i {
  color: #f44336;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

.protected_download_file_move_up {
  top: auto;
  bottom: 3px;
  opacity: 0.5;
}

.protected_download_file_move_up:hover {
  opacity: 1;
}

.protected_download_file_move_down {
  top: auto;
  bottom: 3px;
  right: 21px;
  opacity: 0.5;
}

.protected_download_file_move_down:hover {
  opacity: 1;
}

.showmore,
.showhidden {
  cursor: pointer;
  display: block;
  font-size: 12px;
  font-weight: 600;
  margin-top: 10px;
}

.toast {
  font-weight: 600;
}

.showmorecontainer,
.showhidecontainer {
  display: none;
}

.noTable > tr {
  border: none !important;
}

.noTable > tr > td,
.noTable > tr > th {
  border: none !important;
  margin: 0;
  padding: 0;
}

.selectGreen {
  color: green;
  background: #e1ffe1;
}

.selectRed {
  color: red;
  background: #ffebeb;
}

.flowfieldhidden {
  display: none;
}

.textShadow {
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.4);
}

.boxShadow {
  -webkit-box-shadow: 1px 1px 0px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 0px 0px rgba(0, 0, 0, 0.1);
}

.noButton {
  margin: 0;
  background: none;
  color: #333;
  border-radius: 0;
  border: none;
  cursor: pointer;
}

.button_no_cache {
  position: absolute;
  top: -33px;
  background: #c8d3d6;
  border: none;
  font-size: 13px;
  color: #6f7e82;
  border-radius: 3px;
  padding: 5px 0;
  width: calc(100% - 50px);
}

.interlink {
  display: inline;
  position: relative;
  color: #333;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-decoration: none !important;
}

.interlink:hover,
.interlink:active {
  color: #01b1de;
  border-bottom: 1px dotted rgba(1, 177, 222, 0.4);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-decoration: none !important;
}

.buttonLike {
  display: inline-block;
  position: relative;
  line-height: 21px;
  background: white;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: 1px solid #e8e8e8;
  text-align: center;
  width: auto;
  margin: 0 0 0 10px;
  padding: 4px 10px;
  border-radius: 4px;
  color: #b7b7b7;
  font-weight: 600;
  cursor: not-allowed;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.buttonLike i {
  font-size: 25px;
  position: absolute;
  right: 5px;
  top: 7px;
}

.buttonLike.active {
  cursor: pointer;
}

.buttonLike.active:hover,
.buttonLike.active:active {
  background: #77be1d;
  border: 1px solid #5b9216;
  color: #40660f;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.btn-loopper {
  position: relative;
  width: 100%;
  line-height: 21px;
  font-weight: bolder;
  background: white;
  color: #333;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: 1px solid #e8e8e8;
  margin-bottom: 10px;
  text-align: left;
  padding-top: 7px;
}

.btn-loopper i {
  font-size: 25px;
  position: absolute;
  right: 5px;
  top: 7px;
}

.btn-loopper:hover,
.btn-loopper:active {
  background: #77be1d;
  border: 1px solid #5b9216;
  color: #40660f;
}

.btn-loopper-inline,
.loopper_inline_submit_btn {
  display: block;
  position: relative;
  border: 1px solid #ab2200;
  border-radius: 3px;
  background: #ff5502;
  color: #351200;
  font-weight: bold;
  padding: 3px 20px;
  text-align: center;
  font-size: 12px;
  margin: 0 0 10px 0;
}

.loopperLink {
  position: relative;
  color: #01b1de;
  font-weight: 500;
  display: inline-block;
  padding-right: 5px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin-right: 13px;
}

.loopperLink i {
  font-size: 16px;
  position: absolute;
  right: -15px;
  top: 2px;
}

.loopperLink:hover,
.loopperLink:active {
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.tableOutline {
  border: 1px solid #f2f6f9;
}

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

.smallShadow {
  -webkit-box-shadow: 2px 2px 1px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 1px 0px rgba(0, 0, 0, 0.1);
}

.showOnHover pre {
  height: 25px;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.showOnHover pre:hover {
  height: auto;
  overflow: scroll;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.showTrigger {
  display: block;
  cursor: pointer;
}

.showTrigger i {
  font-size: 15px;
  vertical-align: sub;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.showTrigger.active i {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.showContainer {
  display: none;
}

.jq_main_row {
  cursor: pointer;
}

.jq_sub_row {
  display: none;
}

[type="radio"]:checked + span:after,
[type="radio"].with-gap:checked + span:after,
.switch label input[type="checkbox"]:checked + .lever:after,
.datepicker-table td.is-selected {
  background-color: #01b1de;
}

.datepicker-date-display {
  background-color: #77be1d;
}

.datepicker-cancel,
.datepicker-clear,
.datepicker-today,
.datepicker-done,
.datepicker-table td.is-today {
  color: #77be1d;
}

td.is-today {
  background: #ebfbd6;
}

.switch label input[type=checkbox]:checked + .lever {
  background-color: #aae7f7;
}

.add_print_option_content .dropdown-content li > span {
  color: black;
}

.change_print_option_content .dropdown-content li > span {
  color: black;
}

.dropdown-content li > a,
.dropdown-content li > span {
  color: #01b1de;
}

.dropdown-content {
  max-height: 600px !important;
}

.datepicker-container {
  height: 391px;
  border: none !important;
}

.datepicker-modal {
  height: 391px;
  border-radius: 4px;
  overflow: hidden;
}

.datepicker-controls .select-month input,
.datepicker-controls .select-year input {
  padding: 0;
  width: 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 8px;
  height: 30px;
  margin-right: 10px;
}

.month-next:focus,
.month-prev:focus {
  background-color: #01b1de;
}

*:focus {
  outline: none !important;
}

.countdown {
  display: block;
  width: 100%;
  font-size: 16px;
  font-weight: 900;
  padding: 7px 0 0 0;
  text-align: center;
  color: #333;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

.countdown.zero {
  color: #ff3d00 !important;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

.countdown.nearlydepleted {
  color: orange;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

pre {
  border-radius: 5px;
  background: #efefef;
  padding: 10px;
  font-size: 14px;
  color: #115061;
  border: 1px solid #e6e6e6;
}

.nothingyet {
  text-align: center;
  opacity: 0.2;
  font-weight: 600;
  display: block;
  width: 90%;
  min-height: 50px;
  margin: 20px 0 15px 5%;
  border: 2px dotted #c3c3c3;
  padding: 10px;
  border-radius: 2px;
}

.mockup_row_amount {
  position: relative;
  background: #d4d4d4;
  display: inline-block;
  padding: 1px 6px;
  border-radius: 7px;
  margin: 0 0 0 5px;
  font-size: 10px;
  top: -1px;
  color: #5d5d5d;
  font-weight: 900;
}

.overlay {
  display: none;
  position: fixed;
  z-index: 10000;
  background: #00000094;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.fixHeader {
  position: static !important;
  max-width: 100% !important;
}

.fixPadding {
  padding-top: 0px !important;
}

.removeScrollbar {
  overflow: hidden !important;
  border: 1px solid lightgrey;
  border-radius: 4px !important;
}

.fixTab {
  margin: 0px -25px;
}

.popupTitles {
  font-size: 11px;
  font-weight: 900;
}

.notesTitle {
  font-size: 20px;
  font-weight: 400;
}

.notesEmployee {
  border: solid 1px #cfcfcf;
  border-radius: 4px;
  height: 200px;
  overflow: auto;
  width: 91%;
  -webkit-box-shadow: 1px 1px 1px 0px rgba(50, 50, 50, 0.05);
  box-shadow: 1px 1px 1px 0px rgba(50, 50, 50, 0.05);
}

.employeeInfo {
  font-size: 15px;
}

.nameStyle {
  color: #01b1de;
  font-size: 27px;
  font-weight: 400;
}

.image_preview {
  display: inline-block;
  width: 150px;
  height: 150px;
  border-radius: 5px;
  border: 1px solid #797979;
  margin: 0 10px 0 0;
  background-size: cover;
  background-position: center center;
}

.image_preview.preview_small {
  width: 50px;
  height: 50px;
}

#preview {
  display: none;
  position: absolute;
  border: 1px solid #ccc;
  background: #fff;
  padding: 15px;
  color: #333;
  border-radius: 3px;
}

#preview img {
  border: 1px solid #ccc;
  margin: 0 0 10px 0;
  width: auto;
  height: auto;
  min-width: 100px;
  max-width: 300px;
  max-height: 300px;
}

#preview img.printarea_image {
  border: none !important;
}

#preview .preview_title {
  display: block;
  font-weight: bold;
}

.manual_email_text {
  min-width: 300px;
  background: white;
  border: 1px solid #9e9e9e;
  border-radius: 3px;
  padding: 1px 5px;
}
/*Input type number in email pop up:- : LPPR-1985-checklist-1-Module-1.*/
.manual_email_number {
  max-width: 5rem;
  background: white;
  border: 1px solid #9e9e9e;
  border-radius: 3px;
  padding: 1px 5px;
}

.loopper_logo_presence_container {
  position: absolute;
  right: 0;
  top: 9px;
  display: inline-block;
  margin: 0 0 0 5px;
  font-weight: normal !important;
}

.loopper_logo_presence_container.success {
  color: #77be1d;
}

.loopper_logo_presence_container.warning {
  color: #ff7600;
}

.loopper_logo_presence_container.failure {
  color: #f44336;
}

.subsystems_client_offerform {
  width: 100%;
  height: auto;
  min-height: 100px;
  position: relative;
  border-radius: 5px;
  background: white;
  margin: 30px 0 0 0;
  padding: 20px;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.02);
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.02);
}

.subsystems_client_offerform_logo {
  width: 100%;
  height: 50vh;
  min-height: 100px;
  position: relative;
  border-radius: 5px;
  background: white;
  /* margin: 30px 0 0 0; */
  padding: 20px;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.02);
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.02);
}


.subsystems_row {
  opacity: 1;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.subsystems_row.deactivated {
  opacity: 0.5;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.subsystems_error {
  margin-bottom: 20px;
  padding: 20px;
  text-align: center;
  background: #ffebeb;
  color: #dc0f0f;
  font-weight: bold;
  border-radius: 4px;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.02);
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.02);
}

.subsystems_error.no_vat_advise {
  display: none;
  margin: 0;
  padding: 4px;
}

.subsystems_success,
.subsystems_warning {
  margin-bottom: 20px;
  padding: 20px;
  text-align: left;
  background: #f2ffeb;
  color: #1cab14;
  font-weight: bold;
}

.subsystems_success.vat_confirm,
.subsystems_warning.vat_confirm {
  margin: 0;
  font-size: 10px;
  background: none;
  padding: 4px 0;
}

.subsystems_success.vat_confirm i,
.subsystems_warning.vat_confirm i {
  font-size: 15px;
  vertical-align: sub;
}

.subsystems_warning {
  background: #fff9eb;
  color: #da9e12;
}

@-webkit-keyframes bounce_button {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes bounce_button {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.bounce_button {
  font-weight: bolder;
  font-size: 15px;
  -webkit-animation: bounce_button 4s infinite alternate;
  animation: bounce_button 4s infinite alternate;
}

.subsystems_client_offerform_mockups {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.subsystems_client_offerform_mockups .subsystems_client_offerform_mockup {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
  border: 1px solid #ececec;
  border-radius: 5px;
  padding: 20px;
  background: #f8f8f8;
  margin: 0 10px;
}

.subsystems_client_offerform_mockups .subsystems_client_offerform_mockup:first-child {
  margin: 0 10px 0 0;
}

.subsystems_client_offerform_mockups .subsystems_client_offerform_mockup:last-child {
  margin: 0 0 0 10px;
}

.mainmenu {
  padding: 0 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: none;
}

.mainmenu li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mainmenu li a,
.mainmenu li a:visited,
.mainmenu li .submenuholder,
.mainmenu li .deactivatedLink {
  position: relative;
  display: block;
  width: 100%;
  padding: 10px 20px !important;
  background: none;
  color: #333;
  font-weight: 700;
  font-size: 14px;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.mainmenu li a .menuIcon,
.mainmenu li a:visited .menuIcon,
.mainmenu li .submenuholder .menuIcon,
.mainmenu li .deactivatedLink .menuIcon {
  font-size: 16px;
  margin-right: 17px;
  vertical-align: sub;
}

.mainmenu li a .submenuIcon,
.mainmenu li a:visited .submenuIcon,
.mainmenu li .submenuholder .submenuIcon,
.mainmenu li .deactivatedLink .submenuIcon {
  position: absolute;
  font-size: 20px;
  top: 12px;
  right: 15px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.mainmenu li.active a,
.mainmenu li .submenuholder.active,
.mainmenu li .submenuholder:hover,
.mainmenu li a:hover,
.mainmenu li a:active,
.mainmenu li .submenuholder:active {
  text-decoration: none;
  color: black;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.mainmenu li.active a {
  font-weight: 900;
}

.mainmenu li.active .submenuholder {
  background: #efefef;
}

.mainmenu li.active .submenuholder .submenuIcon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.mainmenu li .collapsible-header {
  border: none;
}

.mainmenu li .collapsible-body {
  border: none;
  padding: 0;
  background: #f5f5f5;
}

.mainmenu li .collapsible-body a,
.mainmenu li .collapsible-body .submenuholder,
.mainmenu li .collapsible-body .deactivatedLink {
  padding: 10px 0 10px 58px !important;
  font-weight: 600;
  font-size: 13px;
}

.mainmenu li .collapsible-body a.active {
  font-weight: 900;
}

.mainmenu li .deactivatedLink {
  opacity: 0.6;
  cursor: not-allowed;
}

.littleBubble {
  position: relative;
  display: inline-block;
  font-size: 12px;
  font-weight: 900;
  color: white;
  background: #77be1d;
  padding: 2px 8px;
  border-radius: 7px;
  margin-left: 6px;
  top: -3px;
}

.menuSubText {
  position: absolute;
  right: 45px;
  top: 13px;
  font-weight: 400;
  text-align: right;
  width: auto;
  font-size: 12px;
  opacity: 0.5;
}

@media (min-width: 992px) and (max-width: 1400px) {
  .mainmenu li a,
  .mainmenu li .submenuholder,
  .mainmenu li .deactivatedLink {
    font-size: 12px;
  }

  .mainmenu li a .submenuIcon,
  .mainmenu li .submenuholder .submenuIcon,
  .mainmenu li .deactivatedLink .submenuIcon {
    font-size: 13px;
  }

  .mainmenu li .collapsible-body a,
  .mainmenu li .collapsible-body .deactivatedLink {
    font-size: 12px;
  }
}

.loopperLogo {
  cursor: pointer;
  border: none !important;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 54px;
}

.loopperLogo img {
  border: none !important;
  width: 100%;
  height: auto;
}

.loopperLogo i {
  position: absolute;
  left: -26px;
  font-size: 31px;
  top: 10px;
  color: #5bd2f1;
}

.profile {
  max-height: 53px;
  display: inline-block;
}

.avatar {
  display: inline-block;
  position: relative;
  top: 3px;
  right: 15px;
  width: 39px;
  height: 39px;
  background-image: url(/storage/general/loopperDefaultAvatar.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
  border-style: solid;
  border-width: 2px;
  border-color: white;
  -webkit-box-shadow: 0px 2px 2px 0px #11718a;
  box-shadow: 0px 2px 2px 0px #3c7f90;
}
.account {
  margin: 0 14px !important;
}
.iconDropdown .department-ball{
  margin-right:17px;
  margin-top:4px;
}
.iconDropdown .personal-ball{
  margin-right:-17px;
  margin-top:4px;
}
.accountOptions {
  display: inline-block;
  position: relative;
  top: -8px;
  right: -15px;
}
.flex-row-container {
  display: flex;
}
.fixed-width-item {
  flex-grow: 0;
  flex-shrink: 0;
  max-width: 30rem;
}
.growing-item {
  flex: 1;
  text-align: center;
}
.pendingCountWrap{
  top: 4px !important;
}
/* LPPR 1731 Changes Done */
#JS_realtime_header_statistics .header_statistics {
  position:relative;
  top: 15px;
}
.header_statistics {
  display: inline-block;
  position: relative;
  top: 9px;
  margin: 0 5px;
}
.header_statistics .header-dropdown-inner{
  top:37px;
}
.account .header-dropdown-inner{
  left: -21rem;
}
.header_statistics .subicon {
  position: absolute;
  top: -11px;
  width: 100%;
  text-align: center;
  font-size: 12px;
  display: block;
}
.ball {
  text-align: center;
  border-radius: 50%;
  width: 20px !important;
  height: 20px !important;
  background-color: #77be1d;
  position: absolute;
  top: -12px !important;
  right: 10px;
  font-size: 9px;
  padding: 2px !important;
  line-height: 16px;
  color: white !important;
  text-align: center;
  -webkit-box-shadow: 1px 1px 1px 0px #11718a;
  box-shadow: 1px 1px 1px 0px #11718a;
}
.headerIcon {
  padding-right: 8px;
  display: inline-block;
  text-decoration: none;
  position: relative;
}

.headerIcon i {
  color: white;
  text-shadow: 1px 1px 0px #11718a;
  margin-right: 15px;
  font-size: 22px;
}

.headerIcon .statistic {
  display: inline-block;
  min-width: 9px;
  text-align: center;
  color: white;
  font-size: 12px;
  opacity: 0.76;
  position: relative;
  text-shadow: 1px 1px 0px rgba(17, 113, 138, 0.4);
}

.account .headerIcon .statistic {
  top: 3px;
}

.headerIcon .statistic.notification {
  opacity: 1;
  top: -2px;
  text-shadow: none;
}

.headerIcon .statistic.notification .pendingstatus {
  display: block;
  background: white;
  opacity: 1;
  border-radius: 5px;
  color: black;
  text-shadow: none;
  padding: 2px 5px;
  font-weight: 800;
  width: 9.5rem;
}

.headerIcon:before {
  display: block;
  position: absolute;
  content: "";
  background: #27bde3;
  border-radius: 50%;
  z-index: -1;
  height: 0;
  width: 0;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.headerIcon:hover,
.headerIcon:active {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.headerIcon:hover:before,
.headerIcon:active:before {
  top: -10px;
  left: -5px;
  opacity: 1;
  width: 45px;
  height: 45px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.headerIcon.nohover:before {
  opacity: 0 !important;
  background: none !important;
}

.loopperAccountContainer {
  display: inline-block;
  position: relative;
  top: -3px;
  line-height: 16px;
  left: 15px;
}

.loopperAccountContainer .dropdown-toggle {
  display: inline-block;
  text-align: left;
  width: 100%;
  color: white;
  font-weight: 600;
  font-size: 16px;
  text-shadow: 1px 1px 0px rgba(17, 113, 138, 0.25);
}

.loopperAccountContainer .dropdown-toggle .role {
  text-transform: initial;
  font-size: 11px;
  font-weight: 400;
}

.loopperAccountContainer .dropdown-toggle i {
  position: relative;
  top: 1px;
  font-size: 13px;
  font-weight: 700;
}

.loopperAccountContainer .dropdown-menu {
  margin-top: -7px;
}

.dropdown-toggle::after {
  display: none;
}

.userName {
  position: relative;
  top: -3px;
}

.ball {
  text-align: center;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  background-color: #77be1d;
  position: absolute;
  top: -6px;
  right: 10px;
  font-size: 9px;
  padding: 0;
  line-height: 16px;
  color: white !important;
  text-align: center;
  -webkit-box-shadow: 1px 1px 1px 0px #11718a;
  box-shadow: 1px 1px 1px 0px #11718a;
}

.num2 {
  color: white;
  position: relative;
  top: -6px;
  right: 48px;
  font-size: 10px;
  font-weight: 900px;
}

#navbarDropdown .userName {
  display: inline-block;
}

.headerDropdownScroll {
  overflow: auto;
  max-height: 90vh;
}

.headerDropdown {
  display: none;
  opacity: 0;

}

.header-dropdown-inner {
  display: block;
  opacity: 1;
  background-color: #003644;
  color: white;
  width: 240px;
  height: auto;
  top: 44px;
  left: -90px;
  position: absolute;
  border-radius: 1em;
  -webkit-box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.3);
  padding: 15px;
}
.bell-inner .header-dropdown-inner{
  top: 36px;
}
.headerDropdown .checkAlllink {
  color: white;
  position: relative;
  top: 16px;
  font-size: 9px;
}

.headerDropdown .checkAlllink:hover,
.headerDropdown .checkAlllink:active {
  text-decoration: none;
  color: white;
}

.arrows:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px;
  border-color: transparent transparent #003644 transparent;
  top: 17px;
  position: absolute;
}

.account .arrows:before {
  top: 13px;
  left: 0;
}
.pendingCountWrap .arrows:before {
  left: 40%;
}
.newRequest .arrows::before{
  right: 0;
  top: 0.7rem;
}
.lpprConfirmed .arrows::before{
  right: -0.3rem;
  top: 0.7rem;
}
.clientConfirmed .arrows::before{
  right: 0.7rem;
  top: 0.7rem;
}
.samplescclc .arrows::before{
  right: -0.3rem;
  top: 0.7rem;
}

.headerDropdownLinks .headerDropdown-item {
  display: block;
  position: relative;
  padding: 8px 16px;
  color: white;
  font-size: 11px;
  border-bottom: 1px solid #00485a;
  text-align: left;
  text-decoration: none;
}

.headerDropdownLinks .headerDropdown-item.warning .statusBall {
  color: #ff7800;
}

.headerDropdownLinks .headerDropdown-item.success .statusBall {
  color: #77be1d;
}

.headerDropdownLinks .headerDropdown-item.error .statusBall {
  color: red;
}

.headerDropdownLinks .headerDropdown-item.neutral .statusBall {
  color: #01b1de;
}

.headerDropdownLinks .headerDropdown-item .statusBall {
  font-size: 14px;
  color: #9e9e9e;
  position: absolute;
  display: block;
  height: 10px;
  line-height: 7px;
  top: 49%;
  margin-top: -5px;
  margin-left: -14px;
}

.headerDropdownLinks .headerDropdown-item:last-child {
  border: none;
}

.headerDropdownLinks .headerDropdown-item a {
  color: #01b1de;
  text-decoration: underline;
}

.task-notification .title{
  text-decoration: underline;
}
.task-notification .subtitle{
  text-decoration: underline;
  margin-left: 5px;
}
.tasks-icon{
  display: inline-block;
  background-image: url(/images/ikon-8.png);
  background-size: cover;
  width: 36px;
  height: 26px;
}

.ac-manager-icon{
  display: inline-block;
  background-image: url(/images/Artboard6-2.svg);
  background-size: cover;
  width: 36px;
  height: 23px;
  margin-right: 20px;
  position: absolute;
  margin-top: 6px;
  margin-left:200px;
}

.ac-manager-icon-new{
  display: inline-block;
  background-image: url(/images/Artboard6-2.svg);
  background-size: cover;
  width: 29px;
  height: 25px;
  position: absolute;
}

.ac-manager-icon1{
  display: inline-block;
  background-image: url(/images/Artboard6-2.svg);
  background-size: cover;
  width: 36px;
  height: 23px;
  margin-right: 20px;
  position: absolute;
  margin-top: 6px;
  margin-left:70px;
}

.ac-manager-icon2{
  display: inline-block;
  background-image: url(/images/Artboard6-2.svg);
  background-size: cover;
  width: 36px;
  height: 23px;
  margin-right: 20px;
  position: absolute;
  margin-top: 6px;
  margin-left:70px;
}

.ac-manager-icon3{
  display: inline-block;
  background-image: url(/images/Artboard6-2.svg);
  background-size: cover;
  width: 36px;
  height: 23px;
  margin-right: 20px;
  position: absolute;
  margin-top: 6px;
  margin-left:70px;
}

.mockup-manager-icon{
  display: inline-block;
  background-image: url(/images/Artboard6-1.svg);
  background-size: cover;
  width: 36px;
  height: 23px;
  position: absolute;
}

.cc-manager-icon{
  display: inline-block;
  background-image: url(/images/client_accepted_mockup.png);
  background-size: cover;
  width: 36px;
  height: 23px;
  position: absolute;
}

.vector-manager-icon{
  display: inline-block;
  background-image: url(/images/Artboard6.svg);
  background-size: cover;
  width: 26px;
  height: 23px;
  margin-left: 10px;
  position: absolute;
  margin-top: 6px;
}

.vector-manager-icon-new{
  display: inline-block;
  background-image: url(/images/new_vector_icon.png);
  background-size: cover;
  width: 26px;
  height: 23px;
  position: absolute;
}

.am-imp-task-icon{
  display: inline-block;
  background-image: url(/images/am_imp_task_icon.png);
  background-size: contain;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  position: relative;
  top: 7px;
}

.accountOptions .project_label{
  left: 0 !important;
}
.accountOptions .mck-tkt .project_label{
  left: 10px !important;
}
.header-dropdown-menu{
  display: block;
  padding: 0.25rem 0;
  clear: both;
  margin: 0 1.5rem 5px;
  font-weight: 600;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #cccccc;
}

.logo-manager-icon-new{
  display: inline-block;
  background-image: url(/images/a-p.svg);
  background-size: cover;
  width: 26px;
  height: 25px;
  position: absolute;
}

.cc-manager-icon-new{
  display: inline-block;
  background-image: url(/images/client_accepted_mockup.png);
  background-size: cover;
  width: 26px;
  height: 25px;
  position: absolute;
}

.pp-manager-icon-new{
  display: inline-block;
  background-image: url(/images/project_paid.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 26px;
  height: 25px;
  position: absolute;
}
.checklist-status-noti{
  display: inline-block;
  background-image: url(/images/checklist_notification_white_notif.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 26px;
  height: 25px;
  position: absolute;
}
.automatic-order-icon{
  background-image: url(/images/automaticordericon.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 22px;
  height: 22px;
  position: absolute;
  margin-top: -9px;
}

.pc-manager-icon-new{
  display: inline-block;
  background-image: url(/images/project_confirmed.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 26px;
  height: 25px;
  position: absolute;
}

.call-notification-icon-new{
  display: inline-block;
  background-image: url(/images/Phone_icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 26px;
  height: 25px;
  position: absolute;
}
/*Below call-task-non-open-eye for something is wrong call task icon*/
.call-task-non-open-eye{
  display: inline-block;
  background-image: url(/images/call_task_non_open_eye.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 38px;
  height: 29px;
  position: absolute;
}
/*Exclamation icon css : LPPR-1985-checklist-1-Module-1.*/
.internal-tickets-task-icon{
  display: inline-block;
  background-image: url(/images/internal-ticket-task-29052025.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 27px;
  height: 26px;
  position: absolute;
}

.exclamation-task-icon{
  display: inline-block;
  background-image: url(/images/exclamation_icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 29px;
  height: 29px;
  position: absolute;
}

.iconDropdown {
  cursor: pointer;
}

.searchForm {
  width: 5rem;
  display: inline-block;
}

.searchForm input[type="text"] {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 37px;
  width: 10%;
  /*background: #27bde3;*/
  color: #333;
  border-style: none;
  border-radius: 8px;
  font-style: normal;
  font-weight: bold;
  padding: 0 44px 0 10px;
  border: none !important;
}

.searchForm button {
  position: absolute;
  background: none;
  top: 11px;
  right: 16px;
  border-style: none;
  height: 37px;
  cursor: pointer;
}

.searchForm i {
  position: relative;
  top: 3px;
  color: white;
  font-size: 22px;
  text-shadow: 1px 1px 0px #11718a;
}

.searchButton {
  display: block;
  position: absolute;
  background: none;
  top: 11px;
  /* right: 16px; */
  border-style: none;
  height: 37px;
  cursor: pointer;
  padding: 4px 10px;
}

.loopperEditIndex {
  display: inline-block;
}

.loopperEditIndex .dropdown-toggle:after {
  display: none;
}

.noRowsYet {
  display: block;
  text-align: center;
  font-weight: 600;
  font-size: 30px;
  border: 3px dotted #e6e6e6;
  color: #d4d4d4;
  padding: 34px;
}

.noRowsYet i {
  font-size: 44px;
  font-weight: normal;
  vertical-align: text-bottom;
}

.miniIMG {
  display: inline-block;
  border-radius: 50%;
  height: 24px;
  width: 24px;
  background-color: grey;
  border: 2px solid white;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.loopperTabContainer,
.loopperTabContainerTabs {
  position: relative;
}

.loopperTabContainer .loopperTabs,
.loopperTabContainerTabs .loopperTabs {
  display: block;
  width: 70%;
  position: absolute;
  text-align: right;
  top: -52px;
  right: 0;
}

.loopperTabContainer .loopperTabs li,
.loopperTabContainerTabs .loopperTabs li {
  display: inline-block;
}

.loopperTabContainer .loopperTabs li a,
.loopperTabContainer .loopperTabs li a:visited,
.loopperTabContainerTabs .loopperTabs li a,
.loopperTabContainerTabs .loopperTabs li a:visited {
  display: block;
  text-align: center;
  height: 32px;
  padding: 5px 10px;
  background: white;
  border: 1px solid transparent;
  border-bottom: 1px solid #e9ecef;
  color: #696969;
  font-weight: 600;
  font-size: 14px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  text-decoration: none !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.loopperTabContainer .loopperTabs li a.active,
.loopperTabContainer .loopperTabs li a:visited.active,
.loopperTabContainerTabs .loopperTabs li a.active,
.loopperTabContainerTabs .loopperTabs li a:visited.active {
  border: 1px solid #e9ecef;
  border-bottom: 1px solid transparent;
  background: #f8f8f8;
  color: black;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.loopperTabContainer .loopperTabs li a .miniIMG,
.loopperTabContainer .loopperTabs li a:visited .miniIMG,
.loopperTabContainerTabs .loopperTabs li a .miniIMG,
.loopperTabContainerTabs .loopperTabs li a:visited .miniIMG {
  height: 20px;
  width: 20px;
}

.loopperTabContainerTabs .loopperTabs {
  top: -32px;
}

.loopperTabContainerTabs .loopperTabs li a.active,
.loopperTabContainerTabs .loopperTabs li a:visited.active {
  background: #efefef;
}

.rowOptionsForm {
  display: inline;
  padding: 0;
  margin: 0;
}

.rowOptionButton {
  display: inline-block;
  border-radius: 5px;
  width: 25px;
  height: 25px;
  border: 1px solid #e9ecef;
  background: white;
  text-align: center;
  padding: 2px 0 0 0;
  color: #cecece;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.rowOptionButton i {
  font-size: 19px;
}

.rowOptionButton:hover,
.rowOptionButton:active {
  background: #ff7600;
  border: 1px solid #e66a00;
  color: #ffad66;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.rowOptionButton:hover.makeRed,
.rowOptionButton:active.makeRed {
  background: #f44336;
  border: 1px solid #f32c1e;
  color: #f99d97;
}

.rowOptionButton:hover.makeBlue,
.rowOptionButton:active.makeBlue {
  background: #01b1de;
  border: 1px solid #019dc5;
  color: #47d9fe;
}

.codeheight {
  height: 616px !important;
}

.queueflow-content-row > [class*="col-"] {
  display: flex;
}

.queueflow-content-panel {
  flex: 1 1 auto;
  margin-bottom: 0;
}

.queueflow-content-editor .cke_contents {
  height: 450px !important;
}

.avatarPreview {
  display: inline-block;
  width: 250px;
  height: 250px;
  max-width: 100%;
  border-radius: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border: 7px solid white;
  -webkit-box-shadow: 0px 4px 11px 1px #e2e2e2;
  box-shadow: 0px 4px 11px 1px #e2e2e2;
}

.centerContent {
  text-align: center;
  width: 100%;
  display: block;
  position: relative;
}

.firstCreateLink {
  position: relative;
  cursor: pointer;
  font-size: 14px;
  height: auto;
  width: auto;
  margin: 0;
  display: inline-block;
  padding: 7px 20px;
  border: 2px dotted #e6e6e6;
  color: #77be1d !important;
  border-radius: 5px;
  text-decoration: none !important;
  background: none;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.firstCreateLink:hover,
.firstCreateLink:active {
  height: auto;
  width: auto;
  margin: 0;
  background: #efefef;
  padding: 7px 20px;
  border: 2px dotted #e6e6e6;
  text-decoration: none !important;
  color: #77be1d !important;
}

.addRowTable tr td {
  position: relative;
}

@-webkit-keyframes box-pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(119, 190, 29, 0.2);
            box-shadow: 0 0 0 0px rgba(119, 190, 29, 0.2);
  }

  100% {
    -webkit-box-shadow: 0 0 0 20px rgba(119, 190, 29, 0);
            box-shadow: 0 0 0 20px rgba(119, 190, 29, 0);
  }
}

@keyframes box-pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(119, 190, 29, 0.2);
            box-shadow: 0 0 0 0px rgba(119, 190, 29, 0.2);
  }

  100% {
    -webkit-box-shadow: 0 0 0 20px rgba(119, 190, 29, 0);
            box-shadow: 0 0 0 20px rgba(119, 190, 29, 0);
  }
}

.pulseBox {
  -webkit-animation: box-pulse 1.2s 3;
          animation: box-pulse 1.2s 3;
}

.miniSubMenuTag {
  display: block;
  position: absolute;
  font-size: 11px;
  font-weight: 900;
  color: #333;
  background: #fefefe;
  padding: 3px 5px;
  border-radius: 5px;
  top: 8px;
  right: 10px;
}

.createOnTop {
  position: absolute;
  top: 4px;
  right: 25px;
  font-weight: 600;
  color: #7d7d7d;
  font-size: 12px;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.createOnTop i {
  font-size: 12px;
  vertical-align: middle;
}

.createOnTop:hover,
.createOnTop:active {
  color: #01b1de;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.faq_block {
  display: block;
  position: relative;
  background: white;
  overflow: hidden;
  width: 100%;
  height: 300px;
  padding: 0 !important;
  text-decoration: none !important;
}

.faq_block .faq_still {
  display: block;
  position: relative;
  width: 100%;
  height: 200px;
  background-color: #ccc;
  background-position: center center;
  background-size: cover;
  margin-bottom: 10px;
}

.faq_block .faq_still .faq_still_blank {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: black;
  opacity: 0.2;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.faq_block .faq_title {
  display: block;
  position: relative;
  font-size: 16px;
  font-weight: 900;
  color: #333;
  padding: 0 24px;
  border-bottom: 1px solid #f3f3f3;
}

.faq_block .faq_description {
  display: block;
  position: relative;
  font-size: 14px;
  color: #333;
  padding: 0 24px;
}

.faq_block .faq_date {
  display: block;
  position: absolute;
  bottom: 5px;
  right: 24px;
  color: #909090;
  font-size: 10px;
}

.faq_block:hover,
.faq_blockactive {
  -webkit-box-shadow: 0 1px 10px -2px rgba(0, 0, 0, 0.4), 0 1px 1px 0 rgba(0, 0, 0, 0.4) !important;
  box-shadow: 0 1px 10px -2px rgba(0, 0, 0, 0.4), 0 1px 1px 0 rgba(0, 0, 0, 0.4) !important;
}

.faq_block:hover .faq_still_blank,
.faq_blockactive .faq_still_blank {
  opacity: 0.4;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.row_level_2:last-child {
  margin-bottom: 20px;
  margin: 0 0 0 10px;
  width: calc(100% - 10px);
}

.projectscontainer {
  position: relative;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
}

.projectscontainer.filters_active {
  padding-bottom: 75px;
}

.projectscontainer .tableLike {
  padding-top: 40px;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.projectscontainer .tableLike .tableLikeHeader {
  border-bottom: 1px solid #dcdcdc;
}

.projectscontainer .tableLike .row {
  min-height: auto !important;
  padding: 6px 0 !important;
}

.projectscontainer .tableLike .row.headerrow {
  background: #fdfdfd;
  padding: 0 !important;
}

.projectscontainer .tableLike .row.headerrow > div,
.projectscontainer .tableLike .row.headerrow a {
  cursor: default;
  position: relative;
  color: #333 !important;
  text-decoration: none !important;
  padding: 12px 10px 10px 10px;
  border-right: 1px solid #dcdcdc;
}

.projectscontainer .tableLike .row.headerrow > div .sortIcon,
.projectscontainer .tableLike .row.headerrow a .sortIcon {
  position: absolute;
  display: block;
  width: 15px;
  height: 15px;
  right: 11px;
  top: 50%;
  margin-top: -7px;
  opacity: 0.4;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.projectscontainer .tableLike .row.headerrow > div .sortIcon i,
.projectscontainer .tableLike .row.headerrow a .sortIcon i {
  font-size: 15px;
}

.projectscontainer .tableLike .row.headerrow > div .sortIcon.asc,
.projectscontainer .tableLike .row.headerrow a .sortIcon.asc {
  opacity: 1;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.projectscontainer .tableLike .row.headerrow > div .sortIcon.desc,
.projectscontainer .tableLike .row.headerrow a .sortIcon.desc {
  opacity: 1;
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.projectscontainer .tableLike .row.headerrow > div .sortIcon.firstSortIcon,
.projectscontainer .tableLike .row.headerrow a .sortIcon.firstSortIcon {
  right: initial;
  left: 83px;
}

.projectscontainer .tableLike .row.headerrow > div:last-child,
.projectscontainer .tableLike .row.headerrow a:last-child {
  border: none !important;
}

.projectscontainer .tableLike .row.headerrow > div:hover .sortIcon,
.projectscontainer .tableLike .row.headerrow a:hover .sortIcon {
  opacity: 1;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.projectscontainer .tableLike .row.headerrow > div:hover .sortIcon.passive,
.projectscontainer .tableLike .row.headerrow a:hover .sortIcon.passive {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.projectscontainer .tableLike .row.headerrow > div:hover .sortIcon.asc,
.projectscontainer .tableLike .row.headerrow a:hover .sortIcon.asc {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.projectscontainer .tableLike .row.headerrow > div:hover .sortIcon.desc,
.projectscontainer .tableLike .row.headerrow a:hover .sortIcon.desc {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

.projectscontainer .tableLike .row.headerrow > a {
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.projectscontainer .tableLike .row.headerrow > a:hover {
  background: #f9f9f9;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.projectscontainer .tableLike .row.projectrow {
  position: relative;
  line-height: 14px;
  font-size: 13px;
  padding: 0 !important;
  white-space: nowrap;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.projectscontainer .tableLike .row.projectrow > div {
  overflow: hidden;
  cursor: default;
  padding: 4px 10px;
  border-right: 1px solid whitesmoke;
}

.projectscontainer .tableLike .row.projectrow > div.singleColumn {
  padding: 10px 10px 4px 10px;
  padding-left: 1px;
}

.projectscontainer .tableLike .row.projectrow > div:last-child {
  border: none !important;
}

.projectscontainer .tableLike .row.projectrow .projectDetailsLink,
.projectscontainer .tableLike .row.projectrow .projectDetailsLink:visited,
.projectscontainer .tableLike .row.projectrow .projectDetailsLink:hover,
.projectscontainer .tableLike .row.projectrow .projectDetailsLink:active {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  font-size: inherit;
  color: inherit;
  text-decoration: none;
}

.projectscontainer .tableLike .row.projectrow:hover,
.projectscontainer .tableLike .row.projectrow:active {
  background: #f8f8f8;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.projectscontainer .tableLike .row.projectrow.pending {
  background: #ffecd9;
  border-bottom: 1px solid #f7e3cf;
}

.projectscontainer .tableLike .row.projectrow.pending > div {
  border-right: 1px solid #f7e3cf;
}

.projectscontainer .tableLike .row.projectrow.pending:hover,
.projectscontainer .tableLike .row.projectrow.pending:active {
  background: #ffe6cc;
}

.projectscontainer .tableLike .row.projectrow.pending_toLate {
  background: #ff9393;
  color: #900000 !important;
  border-bottom: 1px solid #f77c7c;
}

.projectscontainer .tableLike .row.projectrow.pending_toLate > div {
  border-right: 1px solid #f77c7c;
}

.projectscontainer .tableLike .row.projectrow.pending_toLate .star,
.projectscontainer .tableLike .row.projectrow.pending_toLate .projectDetailsLink {
  color: #f32b2b !important;
}

.projectscontainer .tableLike .row.projectrow.pending_toLate .projectStatusLabel {
  background: #f32b2b !important;
}

.projectscontainer .tableLike .row.projectrow.pending_toLate .assignLink {
  border: 1px solid #ff5b5b;
  background: #ff7676;
  color: #ffeaea;
}

.projectscontainer .tableLike .row.projectrow.pending_toLate:hover,
.projectscontainer .tableLike .row.projectrow.pending_toLate:active {
  background: #ff8282;
}

.projectscontainer .tableLike .row.projectrow.pending_late {
  background: #ffe0e0;
  color: #900000 !important;
  border-bottom: 1px solid #eac6c6;
}

.projectscontainer .tableLike .row.projectrow.pending_late > div {
  border-right: 1px solid #eac6c6;
}

.projectscontainer .tableLike .row.projectrow.pending_late .star,
.projectscontainer .tableLike .row.projectrow.pending_late .projectDetailsLink {
  color: #000 !important;
}

.projectscontainer .tableLike .row.projectrow.pending_late .projectStatusLabel {
  background: #ff8100 !important;
}

.projectscontainer .tableLike .row.projectrow.pending_late .assignLink {
  border: 1px solid #eac6c6;
  background: #ffe0e0;
  color: #ffeaea;
}

.projectscontainer .tableLike .row.projectrow.pending_late:hover,
.projectscontainer .tableLike .row.projectrow.pending_late:active {
  background: #ffe0e0;
}

.projectscontainer .tableLike .row.projectrow.pending_today {
  background: #e0eaff;
  /* color: #900000 !important; */
  border-bottom: 1px solid #c6cfea;
}

.projectscontainer .tableLike .row.projectrow.pending_today > div {
  border-right: 1px solid #c6cfea;
}

.projectscontainer .tableLike .row.projectrow.pending_today .star,
.projectscontainer .tableLike .row.projectrow.pending_today .projectDetailsLink {
  color: #000 !important;
}

.projectscontainer .tableLike .row.projectrow.pending_today .projectStatusLabel {
  background: #000 !important;
}

.projectscontainer .tableLike .row.projectrow.pending_today .assignLink {
  border: 1px solid #ff5b5b;
  background: #ff7676;
  color: #ffeaea;
}

.projectscontainer .tableLike .row.projectrow.pending_today:hover,
.projectscontainer .tableLike .row.projectrow.pending_today:active {
  background: #e0eaff;
}


.projectscontainer .tableLike .row.projectrow.sent {
  background: #fff4e0;
  /* color: #900000 !important; */
  border-bottom: 1px solid #eaddc6;
}

.projectscontainer .tableLike .row.projectrow.sent > div {
  border-right: 1px solid #eaddc6;
}

.projectscontainer .tableLike .row.projectrow.sent .star,
.projectscontainer .tableLike .row.projectrow.sent .projectDetailsLink {
  color: #000 !important;
}

.projectscontainer .tableLike .row.projectrow.sent .projectStatusLabel {
  background: #ff8100 !important;
}

.projectscontainer .tableLike .row.projectrow.sent .assignLink {
  border: 1px solid #eaddc6;
  background: #fff4e0;
  color: #ffeaea;
}

.projectscontainer .tableLike .row.projectrow.sent:hover,
.projectscontainer .tableLike .row.projectrow.sent:active {
  background: #fff0d6;
}

.projectscontainer .tableLike .row.projectrow.new {
  margin-top: 180px;
  opacity: 0;
}

.projectscontainer .tableLike .row.projectrow.fresh {
  margin-top: -38px;
  opacity: 0;
}

.projectscontainer .tableLike .tableLikeHeader {
  white-space: nowrap;
  z-index: 20;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.66666667%;
  flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
  position: fixed;
  width: 100%;
  top: 50px;
}

.projectscontainer .tableLike .tableLikeHeader:before {
  display: block;
  position: absolute;
  bottom: -31px;
  left: 0;
  content: "";
  width: 100%;
  height: 31px;
  opacity: 0.06;
  background-image: url("/storage/shadows/Loopper_shadow_top-bottom.png");
  pointer-events: none;
}

.projectscontainer .tableLike .tableLikeHeader .row {
  background: #fff;
}

.projectscontainer .tableLike .tableLikeHeader.tableLikeFixedFooter {
  top: unset;
  bottom: 0;
  border-bottom: none;
  border-top: 1px solid #dcdcdc;
  height: 60px;
  border-radius: 0;
  background: white;
}

.projectscontainer .tableLike .tableLikeHeader.tableLikeFixedFooter .fixedContent {
  cursor: default;
  height: 59px;
  position: relative;
  color: #333 !important;
  text-decoration: none !important;
  padding: 12px 10px 10px 10px;
  border-right: 1px solid #dcdcdc;
  overflow: hidden;
}

.projectscontainer .tableLike .tableLikeHeader.tableLikeFixedFooter .fixedContent b {
  font-weight: 700;
}

.projectscontainer .tableLike .tableLikeHeader.tableLikeFixedFooter .fixedContent .fixedContentSubText {
  font-weight: 500;
}

.projectscontainer .tableLike .tableLikeHeader.tableLikeFixedFooter .fixedContent .sortIcon {
  position: absolute;
  display: block;
  width: 15px;
  height: 15px;
  right: 9px;
  top: 14px;
  margin: 0;
  opacity: 0.2;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.projectscontainer .tableLike .tableLikeHeader.tableLikeFixedFooter .fixedContent .sortIcon i {
  font-size: 15px;
}

.projectscontainer .tableLike .tableLikeHeader.tableLikeFixedFooter:before {
  top: -31px;
  opacity: 0.15;
  background-image: url("/storage/shadows/Loopper_shadow_bottom-top.png");
  pointer-events: none;
}

.projectscontainer .tableLike .projectStatusLabel {
  display: inline-block;
  padding: 0 6px;
  background: #01b1de;
  font-size: 11px;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  border-radius: 4px;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
  font-size: 8px;
  text-align: center;
  font-weight: 300;
  width: 100%;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.projectscontainer .tableLike .tableLikeFooter .row {
  background: #f8f8f8;
}

.projectscontainer .tableLike .tooltipped {
  text-align: left !important;
  cursor: pointer;
}

.projectscontainer::-webkit-scrollbar {
  width: 3px;
}

.projectscontainer::-webkit-scrollbar-track {
  background: white;
}

.projectscontainer::-webkit-scrollbar-thumb {
  background: #aeb9c4;
}

.projectscontainer .pagination {
  display: inline-block;
  padding: 0;
  margin: 0 0 -24px 0;
  position: relative;
  top: 0px;
  right: -2px;
  height: 60px;
  overflow: visible;
}

.projectscontainer .pagination li {
  background: white !important;
}

.projectStatusContainer {
  font-weight: 600;
  font-size: 10px;
  white-space: nowrap;
  overflow: hidden;
  padding-top: 12px !important;
}

.statusStripe {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background: black;
  width: 3px;
}

.returningClient {
  display: inline-block;
  position: absolute;
  top: 7px;
  right: 60px;
  padding: 2px 9px;
  font-size: 11px;
  font-weight: 600;
  border-radius: 3px;
  opacity: 1;
  /* background: #f3f3f3; */
}

.returningClient i {
  font-size: 15px;
  vertical-align: top;
  color: #FF3727 !important;
  font-weight: bolder !important;
}

.client_label_image {
  position: absolute;
  right: 30px !important;
  top: 5px;
  width: auto;
  height: 21px;
}
.client_label_image_p {
  width: auto;
  height: 21px;
}
label {
  margin-bottom: 0 !important;
}

.projectsidebar.projectdetails {
  padding: 0 0 70px 0 !important;
}

.projectsmenu {
  margin-top: 0 !important;
}

.alignButtons {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.presetButtonContainer {
  position: relative;
}

.presetButtonContainer .filterPreDate,
.presetButtonContainer .filterPreStatus {
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  border: 1px solid #69a81a;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  font-size: 11px;
  font-weight: bold;
  cursor: pointer;
  background: #77be1d;
  margin: 0;
  padding: 1px 6px;
  color: white;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.presetButtonContainer .filterPreDate:hover,
.presetButtonContainer .filterPreDate:active,
.presetButtonContainer .filterPreStatus:hover,
.presetButtonContainer .filterPreStatus:active {
  background: #649f18;
  border: 1px solid #4d7c13;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.presetButtonContainer .filterPreDate.greyLook,
.presetButtonContainer .filterPreStatus.greyLook {
  background: #cccccc;
  border: 1px solid #b1b1b1;
  border-radius: 3px;
  color: #717171;
}

.presetButtonContainer .filterPreDate.greyLook:hover,
.presetButtonContainer .filterPreDate.greyLook:active,
.presetButtonContainer .filterPreStatus.greyLook:hover,
.presetButtonContainer .filterPreStatus.greyLook:active {
  background: #bababa;
  border: 1px solid #8b8b8b;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.presetButtonContainer .filterPreDate.active,
.presetButtonContainer .filterPreStatus.active {
  background: #01b1de !important;
  color: white !important;
  border: 1px solid #008baf !important;
}

.presetButtonContainer .presetMoreRef {
  display: inline-block;
  text-align: center;
  border: 1px solid #b1b1b1;
  border-top: none;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  width: 100%;
  cursor: pointer;
  background: #cccccc;
  margin: 0;
  padding: 1px 6px;
  color: white;
  position: relative;
  height: 18px;
  top: 0px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.presetButtonContainer .presetMoreRef i {
  vertical-align: unset;
  font-size: 14px;
}

.presetButtonContainer .presetMoreRef:hover,
.presetButtonContainer .presetMoreRef:active {
  background: #b1b1b1;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.presetButtonContainer .presetMoreOptions {
  display: none;
  position: absolute;
  z-index: 10;
  top: 18px;
  background: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0px 10px 12px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 10px 12px 0px rgba(0, 0, 0, 0.12);
}

.presetButtonContainer .presetMoreOptions button,
.presetButtonContainer .presetMoreOptions input[type="submit"] {
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  white-space: nowrap;
  width: 100%;
  font-size: 13px;
  font-size: 11px;
  font-weight: bold;
  cursor: pointer;
  color: #333;
  border-bottom: 1px solid #f3f3f3;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.presetButtonContainer .presetMoreOptions button:hover,
.presetButtonContainer .presetMoreOptions input[type="submit"]:hover {
  color: #01b1de;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.presetButtonContainer .presetMore {
  position: relative;
  margin-top: -3px;
}

.assignLink, .vectorAssignLink,.mockupToCheckAssignLink,.vectorToCheckAssignLink,
.mockupAssignLink {
  display: inline-block;
  position: absolute;
  margin: 8px 10px 0 0;
  padding: 6px 10px;
  width: 80%;
  overflow: hidden;
  white-space: nowrap;
  top: -3px;
  font-size: 10px;
  border-radius: 5px;
  border: 1px solid #e9ecef;
  background: white;
  text-align: center;
  color: #cecece;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.mockupStatus > i {
  color: #74be32;
  font-size: 35px;
  cursor: pointer;
}
.mockupStatus.mockupgreen > i {
  color: #77be1d;
}
.mockupStatus.mockuporange > i {
  color: #ff9600;
}
.mockupStatus.mockupblue > i {
  color: #01b1de;
}

.purchaseManagerAssignment {
  display: flex;
  justify-content: space-around;
  align-items: center;
  position: relative;
}
.projectscontainer .tableLike .row.projectrow > div.purchaseManagerAssignment {
  overflow: visible;
}
.wrapAssignmentBtn {
  display: flex;
  justify-content: center;
  width: 100px;
  position: relative;
}
.purchaseManagerAssignmentBtn {
  display: flex;
  padding: 0px 6px;
  color: #77be1d;
  cursor: pointer;
  margin: 0px 5px;
  background-size: cover; 
  width: 33px; 
  height: 33px;
  align-items: center;
  justify-content: center;
}
.purchaseManagerAssignmentBtnpeople{
  display: flex;
  padding: 0px 6px;
  border-radius: 50%;
  color: #01b1de;
  cursor: pointer;
  margin: 0px 5px;
  align-items: center;
  justify-content: center;
}
.purchaseManagerAssignmentBtn:hover {
  background-color: #000;
  color: #fff;
}
.purchaseManagerAssignmentBtnpeople img {
  background-size: cover;
  width: 25px;
  height: 25px;
}
.purchaseManagerAssignmentBtnpeople img:hover{
  background-color: #cccccc;
    color: #fff;
    border-radius: 50%;
}

.DesignerAssignmentBtnpeople{
  display: flex;
  padding: 0px 6px;
  border-radius: 50%;
  color: #01b1de;
  cursor: pointer;
  margin: 0px 5px;
  align-items: center;
  justify-content: center;
}
.DesignerAssignmentBtnpeople img {
  background-size: cover;
  width: 25px;
  height: 25px;
}
.DesignerAssignmentBtnpeople img:hover{
  background-color: #cccccc;
    color: #fff;
    border-radius: 50%;
}

.userAssignment {
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: relative;
}
.projectscontainer .tableLike .row.projectrow > div.userAssignment {
    overflow: visible;
}
.wrapAssignmentBtn {
    display: flex;
    justify-content: center;
    width: 100px;
    position: relative;
}
.userAssignmentBtn {
    display: flex;
    padding: 0px 0px;
    border-radius: 50%;
    color: #77be1d;
    cursor: pointer;
    margin: 0px 5px;
    background-size: cover; 
    width: 24px; 
    height: 24px;
    align-items: center;
    justify-content: center;
}
.userAssignmentBtnpeople {
    display: flex;
    padding: 0px 0px;
    border-radius: 50%;
    color: #01b1de;
    cursor: pointer;
    margin: 0px 5px;
    align-items: center;
    justify-content: center;
    height: 24px;
}
.userAssignmentBtn:hover {
    background-color: #cccccc;
    color: #fff;
}
.userAssignmentBtnpeople img {
  background-size: cover;
  width: 24px;
  height: 24px;
}
.userAssignmentBtnpeople img:hover {
  background-color: #cccccc;
  color: #fff;
  border-radius: 50%;
}
.managerDropdown {
    position: absolute;
    z-index: 99;
    background-color: rgb(255, 255, 255);
    width: 200px;
    top: -5px;
    right: -212px;
    border: 1px solid rgb(204, 204, 204);
    border-radius: 3px;
}
.managerDropdown > ul {
    text-align: left;
    height: 260px;
    overflow-y: scroll;
    margin: 0;
    font-size: 15px;
}
.managerDropdown > ul > li {
    padding: 4px 5px;
    cursor: pointer;
    color: #000;
}
.managerDropdown > ul > li:hover {
    background-color: #f8f8f8;
}
.managerDropdown > ul > li:not(:last-child) {
  border-bottom: 1px solid #ccc;
}
.dropIcon {
    width: 20px;
    height: 20px;
    background-color: #fff;
    position: absolute;
    transform: rotate(45deg);
    right: -25px;
    border: 1px solid #ccc;
    z-index: 9;
}
.get_projectpage_user_info {
    position: absolute;
    display: flex;
    justify-content: space-around;
    top: 35px;
    left: -110px;
    width: 100px;
    height: 29px;
}
.wrapAssignmentBtn2 {
    display: flex;
    justify-content: center;
    width: 100%;
    position: relative;
}
.wrapAssignmentBtn2 .assignLink {
    margin: 0;
    position: relative;
    width: 100%;
    padding: 5px 1px;
    top: 0;
    font-size: 11px;
    color: #000;
    border-color: #000;
    background-color: #039be5;
    font-weight: bold;
}
.onlineoffericon {
  position: absolute;
  left: 7px;
  top: 2px;
  font-size: 15px;
  opacity: 1.5;
}
.changeProjectUser > form {
    display: flex;
}
.changeProjectUser select {
    height: 22px;
    font-size: 11px;
    padding: 0;
    border: 1px solid #000;
    margin-right: 5px;
}
.changeProjectUser .loopper_inline_submit_btn {
    margin: 0;
    font-size: 10px;
    padding: 3px 5px;
}
.modal.datepicker-modal {
    box-shadow: none;
}
.listTaskAm select {
    padding: 0;
    height: 2rem;
}

.bg-blurr{
  pointer-events: none;
  border: 1px solid;
}

.modalDashboard {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1050;
	display: none;
	width: 100%;
	height: 100%;
	overflow: hidden;
	outline: 0;
	background-color: transparent;
	max-height: 100%;
}

.wrapper{
  padding: 20px;
}

.assignLink:hover,
.assignLink:active,
.vectorAssignLink:hover,
.vectorAssignLink:active,
.mockupToCheckAssignLink:hover,
.mockupToCheckAssignLink:active,
.vectorToCheckAssignLink:hover,
.vectorToCheckAssignLink:active,
.mockupAssignLink:hover,
.mockupAssignLink:active {
  background: #77be1d;
  border: 1px solid #69a81a;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.projectvalueicon {
  position: absolute;
  left: 7px;
  top: 2px;
  font-size: 15px;
  opacity: 0.5;
}

.projectsidebar {
  position: relative;
  width: 100%;
  height: 100%;
  background: #f3f3f3;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 11;
  padding: 50px 25px 70px 25px !important;
}

.projectsidebar .projectstopbar {
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 40px;
  border-bottom: 1px solid #dcdcdc;
  border-left: 1px solid #dcdcdc;
  background: #fff;
  font-weight: 500;
  font-size: 14px;
  padding: 10px 25px;
  color: #333;
}

.projectsidebar h4 {
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 7px;
}

.projectsidebar .switch .lever {
  margin-left: 0;
}

.projectsidebar input[type="text"] {
  border: 1px solid #e0e0e0 !important;
  background: white;
  padding: 0 10px;
  height: 34px;
  font-size: 13px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 3px;
}

.projectsidebar .filterDevider {
  width: 100%;
  height: 5px;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 6px;
}

.projectsidebar::-webkit-scrollbar {
  width: 3px;
}

.projectsidebar::-webkit-scrollbar-track {
  background: white;
}

.projectsidebar::-webkit-scrollbar-thumb {
  background: #aeb9c4;
}

.projectsidebar .filtersubmit,
.projectsidebar .filtersreset {
  display: inline-block;
  float: left;
  width: 46%;
  height: 34px;
  line-height: 21px;
  text-align: left !important;
  font-weight: 500;
  background: #01b1de;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.projectsidebar .filtersubmit:hover,
.projectsidebar .filtersubmit:active,
.projectsidebar .filtersreset:hover,
.projectsidebar .filtersreset:active {
  background: #77be1d;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.projectsidebar .filtersubmit i,
.projectsidebar .filtersreset i {
  font-size: 18px;
  vertical-align: bottom;
  margin-left: 6px;
}

.projectsidebar .filtersreset {
  float: right;
  text-align: right !important;
  background: #6f7e82;
  text-align: right;
}

.projectsidebar .filtersreset:hover {
  background: #77be1d;
}

.projectsidebar .checkboxContainer {
  background: #f7f7f7;
  max-height: 300px;
  overflow-y: scroll;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 6px;
}

.projectsidebar .checkboxContainer::-webkit-scrollbar {
  width: 3px;
}

.projectsidebar .checkboxContainer::-webkit-scrollbar-track {
  background: white;
}

.projectsidebar .checkboxContainer::-webkit-scrollbar-thumb {
  background: #aeb9c4;
}

.projectsidebar .sidebarfooter {
  display: block;
  position: fixed;
  z-index: 100;
  right: 0;
  bottom: 0;
  left: auto;
  width: 319px;
  height: 60px;
  padding: 13px 25px 0 25px;
  border-top: 1px solid #e0e0e0;
  background: #fff;
}

.selectContainer {
  position: relative;
}

.selectContainer i {
  position: absolute;
  top: 7px;
  z-index: 1;
  right: 10px;
  font-size: 21px;
  color: #01b1de;
}

.selectContainer .dropdown-content li {
  min-height: 34px;
}

.selectContainer .dropdown-content li > a,
.selectContainer .dropdown-content li > span {
  font-size: 13px;
  padding: 6px 13px;
}

.sidebartopbar {
  /* height: 345px; */
  background: #eaeaea;
  width: 100%;
  position: relative;
  padding: 45px 20px 20px 20px;
  border-bottom: 1px solid #dcdcdc;
  border-left: 1px solid #dcdcdc;
  overflow: hidden;
  white-space: nowrap;
}

.sidebartopbar .sidbartitle {
  position: relative;
}

.sidebartopbar .sidbartitle .projectStatusLabelDetails {
  font-size: 7px;
  padding: 3px 7px;
  top: 0;
  margin-left: 6px;
}

.quickDelete {
  color: red;
  cursor: pointer;
  font-size: 16px;
  color: #deb7b7;
  width: 25px;
  height: 25px;
  display: inline-block;
  position: relative;
  border-radius: 50%;
  border: 1px solid #f3e2e2;
  text-align: center;
  padding: 3px 0 0 0;
  background: none;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.quickDelete:hover {
  color: red;
  background: #f3e2e2;
  border: 1px solid red;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.icon-round {
  color: red;
  cursor: pointer;
  font-size: 16px;
  color: #deb7b7;
  width: 25px;
  height: 25px;
  display: inline-block;
  position: relative;
  border-radius: 50%;
  border: 1px solid #f3e2e2;
  text-align: center;
  padding: 3px 0 0 0;
  background: none;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.icon-round:hover {
  color: red;
  background: #f3e2e2;
  border: 1px solid red;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.icon-round-small {
  color: red;
  cursor: pointer;
  font-size: 11px;
  color: #deb7b7;
  width: 20px;
  height: 20px;
  display: inline-block;
  position: relative;
  border-radius: 50%;
  border: 1px solid #f3e2e2;
  text-align: center;
  padding: 3px 0 0 0;
  background: none;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.icon-round-small:hover {
  color: red;
  background: #f3e2e2;
  border: 1px solid red;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.custom_quantity_tr td{padding: 4px!important;}
.seleted_row {font-weight: bold; background-color: lightgrey;}

.tab.disabled a {
  color: #d4d4d4 !important;
  cursor: not-allowed;
}

.radioButtonContainer {
  height: 22px;
}

.loopperTableHeader {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background: #eaeaea;
  padding: 6px 11px;
  font-weight: 600;
  font-size: 16px;
  color: #9e9e9e;
}

.projectStatusLabelDetails {
  font-size: 10px;
  font-weight: 900;
  color: white;
  padding: 5px 15px;
  display: inline-block;
  border-radius: 20px;
  top: 16px;
  position: absolute;
}

.statusTimeline {
  display: block;
  width: 100%;
  height: 150px;
  position: relative;
  padding: 15px 0 0 0;
  background: #f1f1f1;
  border-bottom: 1px solid #cecece;
}

.statusTimeline .statusBulletHolder {
  width: 100%;
  margin-bottom: 15px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.statusTimeline .statusTimelineIdle {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 2px;
  top: 24px;
  background: #eaeaea;
}

.statusTimeline .statusTimelineActive {
  position: absolute;
  width: 0;
  height: 2px;
  top: 24px;
  left: -318px;
  background: #01b1de;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.statusTimeline .statusTimelineContainer {
  position: relative;
  margin: 0 20px;
  cursor: default;
  z-index: 2;
  display: inline-block;
  text-align: center;
  font-size: 0;
  color: #333;
  font-weight: 700;
}

.statusTimeline .statusTimelineContainer .statusTimelineBullet {
  position: relative;
  z-index: 3;
  display: inline-block;
  cursor: pointer;
  width: 10px;
  height: 10px;
  margin-top: 5px;
  font-size: 0;
  padding-top: 3px;
  text-align: center;
  color: #aaaaaa;
  border-radius: 50%;
  background: #eaeaea;
}

.statusTimeline .statusTimelineContainer.was-active .statusTimelineBullet {
  color: white;
  background: #01b1de;
}

.statusTimeline .statusTimelineContainer.active {
  font-size: 11px;
}

.statusTimeline .statusTimelineContainer.active .statusTimelineBullet {
  margin: -5px 0 0 0;
  width: 30px;
  height: 30px;
  font-size: 15px;
  color: white;
  background: #01b1de;
}

.statusTimeline.cancel .was-active .statusTimelineBullet,
.statusTimeline.cancel .active .statusTimelineBullet,
.statusTimeline.cancel .statusTimelineActive {
  background: #d03540 !important;
}

.statusTimeline.complete .was-active .statusTimelineBullet,
.statusTimeline.complete .active .statusTimelineBullet,
.statusTimeline.complete .statusTimelineActive {
  background: #77be1d !important;
}

.loopperSelect {
  z-index: 2 !important;
  position: relative;
}

.loopperSelect input {
  border: 1px solid #e0e0e0 !important;
  background: white !important;
  padding: 0 10px !important;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
  border-radius: 3px !important;
}

.loopperSelect i {
  position: absolute;
  top: 12px;
  z-index: 100;
  right: 10px;
  font-size: 21px;
  color: #01b1de;
}

.loopperSelect.small input {
  font-size: 13px;
  height: 31px;
  color: #b7b7b7;
  font-weight: 600;
  border: 1px solid #e8e8e8 !important;
}

.rankingContainer {
  display: inline;
  width: 100%;
  position: relative;
  top: 2px;
}

.rankingContainer .star {
  font-size: 14px;
  color: #ff8100;
}

.rankingContainer .star.rankingEmpty {
  color: grey;
}

.addRowTable {
  border-spacing: 0;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
}

.addRowTable tr {
  border: none;
}

.addRowTable tr td {
  padding: 0 0 0 10px;
}

.addRowTable tr td input[type="text"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #eaeaea !important;
  padding: 2px 13px;
}

.addRowTable tr td input[type="text"].disabled {
  background: #f8f8f8;
}

.addRowTable tr td:first-child {
  padding: 0;
}

.cusupdateRow {
  padding: 0 !important;
  margin: 0 !important;
  text-align: right;
  width: auto;
  display: inline-block;
  max-width: 70px;
  border: none !important;
}

.updateRow {
  padding: 0 !important;
  margin: 0 !important;
  text-align: right;
  width: auto;
  display: inline-block;
  max-width: 70px;
  border: none !important;
}


.updateRow_price_added {
  padding: 0 !important;
  margin: 0 !important;
  text-align: right;
  width: auto;
  display: inline-block;
  max-width: 70px;
  border: none !important;
}

.update_custom_field {
  padding: 0 !important;
  margin: 0 !important;
  text-align: right;
  width: auto;
  display: inline-block;
  max-width: 70px;
  border: none !important;
}

.customupdateRow {
  padding: 0 !important;
  margin: 0 !important;
  text-align: right;
  width: auto;
  display: inline-block;
  max-width: 70px;
  border: none !important;
}

.editable_column {
  padding: 0 !important;
  margin: 0 !important;
  text-align: right;
  width: auto;
  display: inline-block;
  max-width: 70px;
  border: none !important;
}

.sidebarBacklink {
  color: #333;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none !important;
}

.filterMiniButton {
  display: inline-block;
  line-height: 13px;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  border: 1px solid #69a81a;
  border-radius: 3px;
  font-size: 11px;
  font-weight: bold;
  cursor: pointer;
  background: #77be1d;
  margin: 0;
  padding: 1px 6px;
  color: white;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.filterMiniButton:hover,
.filterMiniButton:active {
  background: #649f18;
  border: 1px solid #4d7c13;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.filterTitle {
  display: block;
  position: relative;
}

.totalRequested {
  font-weight: 600;
  color: #59c5e2;
  text-decoration: none !important;
}

.totalOffer {
  font-weight: 600;
  color: #1393b5;
}

.totalOrder {
  font-weight: 600;
  color: #006782;
}

.totalOrder.marginbad {
  color: red;
}

.totalOrder.margintolow {
  color: orange;
}

.totalOrder.marginok {
  color: green;
}

.totalOrder.marginhigh {
  color: blue;
}

.smallTable th,
.smallTable td {
  padding: 5px 0;
}

.smallTable th {
  border-right: 1px solid #dedede;
}

.smallTable td {
  padding-left: 20px;
}

.smallTable tr:last-child {
  border-bottom: none !important;
}

.projectflag {
  display: inline-block;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background-image: url(/storage/language/language_1.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-left: 2px;
  -webkit-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.2);
}

.projectflag.after {
  content: "";
  display: block;
  position: abosolute;
  background: black;
  width: 20px;
  height: 20px;
}

#settingsmodal1 {
  top: 0 !important;
  border-radius: 4px;
}

#settingsmodal1 .modal-content {
  border: none;
  background: none;
  padding: 0 0 0 0;
  overflow: hidden;
}

#settingsmodal1 .modal-content .modal-left {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  width: 34%;
}

#settingsmodal1 .modal-content .modal-right {
  width: 65%;
  position: absolute;
  top: 0;
  right: 0;
}

#settingsmodal1 .modal-content .modal-left,
#settingsmodal1 .modal-content .modal-right {
  display: inline-block;
  height: 100%;
  padding: 20px;
  overflow-x: hidden;
  overflow-y: auto;
}

#settingsmodal1 .modal-content .modal-left::-webkit-scrollbar,
#settingsmodal1 .modal-content .modal-right::-webkit-scrollbar {
  width: 3px;
}

#settingsmodal1 .modal-content .modal-left::-webkit-scrollbar-track,
#settingsmodal1 .modal-content .modal-right::-webkit-scrollbar-track {
  background: white;
}

#settingsmodal1 .modal-content .modal-left::-webkit-scrollbar-thumb,
#settingsmodal1 .modal-content .modal-right::-webkit-scrollbar-thumb {
  background: #aeb9c4;
}

#settingsmodal1 .modal-footer {
  background: none;
}

.menuBadge {
  display: inline-block;
  font-size: 12px;
  font-weight: 900;
  background: #f44336;
  width: 18px;
  height: 18px;
  color: white;
  text-align: center;
  margin: 0 0 0 5px;
  border-radius: 50%;
  -webkit-box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.16);
}

.projectOptions {
  position: absolute;
  right: -9px;
  top: 4px;
}

.projectOptions .dropdown-menu form {
  padding: 0;
  margin: 0;
  display: block;
  width: 100%;
}

.projectOptions .dropdown-menu form input,
.projectOptions .dropdown-menu form input[type="button"],
.projectOptions .dropdown-menu form button {
  width: 100%;
  height: 27px;
  padding: 5px 10px 10px 10px;
}

.projectOptions .dropdown-menu .dropdown-item {
  padding: 4px 10px 10px 10px !important;
}

.active_StatusTitle {
  display: inline-block;
  border-bottom: 2px solid white;
  color: #01b1de;
}

.daysOpen i {
  position: relative;
  vertical-align: text-top;
  font-size: 12px;
  color: #01b1de;
}

.projectstatus.inlinestatus {
  width: 40%;
  display: inline-block;
  position: absolute;
  right: 9px;
  top: 11px;
}

.tableHeaderSort.double_header_column {
  position: absolute !important;
  border-left: 1px solid #dcdcdc !important;
}

.payment_container {
  background: #f7f7f7;
  margin: 15px;
  border-radius: 5px;
}

.payment_container .row {
  background: none !important;
}

.payment_container .payment_table {
  font-size: 13px;
}

.payment_container .payment_table tr td,
.payment_container .payment_table tr th {
  padding: 6px 0;
  text-align: left;
}

.payment_container .payment_table tr:last-child {
  border: none !important;
}

.payment_container .payment_status {
  font-weight: 900;
}

#mainid{
  color: black;
  outline: medium none;
  padding: 6px;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
}

.projectpage_piechart {
  position: absolute;
  top: -92px;
  right: -40px;
  height: 280px;
  width: 280px;
}

.projectpage_piechart:before {
  content: "";
  display: block;
  position: absolute;
  width: 200px;
  height: 200px;
  background: #eaeaea;
  border-radius: 50%;
  top: 43px;
  left: 35px;
  -webkit-box-shadow: 4px -4px 0px 0px rgba(0, 0, 0, 0.04);
  box-shadow: 4px -4px 0px 0px rgba(0, 0, 0, 0.04);
}

.projectpage_infoBar {
  display: block;
  position: relative;
  z-index: 10;
  width: 100%;
  line-height: 25px;
  min-height: 100px;
  padding: 27px 0 30px 0;
  margin: 0 0 24px 0;
  background: #f3f3f3;
  border-top: 1px solid #e9ecef;
  border-bottom: 1px solid #e9ecef;
  -webkit-box-shadow: 0px 10px 5px -8px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 10px 5px -8px rgba(0, 0, 0, 0.05);
}

.projectpage_infoBar .projectpage_smaller {
  position: relative;
  /* z-index: 10; */
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
  -webkit-transform-origin: top left;
          transform-origin: top left;
}

.projectpage_infoBar h1 {
  font-size: 31px;
  font-weight: 300;
  margin: -10px 0 0 0;
}

.projectpage_projectcompbar {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 16px;
  background: none;
  bottom: 0;
  right: 0;
  left: 0;
}

.projectpage_projectcompbar .projectpage_projectcompbar_progress {
  position: relative;
  height: 100%;
  line-height: 18px;
  text-align: center;
  color: white;
  z-index: -1;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.29);
  font-weight: 300;
  font-size: 11px;
  background: #01b1de;
  -webkit-box-shadow: 10px 10px 32px 38px #01b1de;
  box-shadow: 10px 10px 32px 38px #01b1de;
}

.projectpage_preinfobar {
  line-height: 20px;
}

.projectpage_preinfobar .projectpage_companylogo {
  position: relative;
  width: 100%;
  height: auto;
  max-height: 70px;
}

.projectpage_preinfobar .projectpage_companyname {
  display: inline-block;
  margin-top: 6px;
  font-size: 18px;
  font-weight: 700;
}

.projectpage_preinfobar .projectpage_contactname {
  font-weight: 500;
  font-size: 17px;
}

.projectpage_preinfobar .projectpage_contactname:before {
  content: "";
  display: block;
  height: 80%;
  width: 1px;
  background: #d6d6d6;
  position: absolute;
  top: 10%;
  left: -3px;
}

.projectpage_preinfobar .projectpage_email {
  font-weight: 300;
  font-size: 15px;
}

.projectpage_preinfobar .project_flag {
  display: inline-block;
  overflow: hidden;
  position: relative;
  right: -30px;
  width: 114px;
  max-width: 100%;
  height: 100%;
  min-height: 70px;
  background-color: grey;
  background-size: cover;
  background-repeat: repeat;
  background-position: right;
}

.projectpage_preinfobar .project_flag:after {
  content: "";
  display: block;
  position: absolute;
  left: -50px;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 50px;
  -webkit-box-shadow: 15px 0px 33px 28px white;
  box-shadow: 15px 0px 33px 28px white;
}

.projectpage_statusexpl {
  opacity: 0.5;
  font-weight: 500;
  font-size: 16px;
  font-style: italic;
}

.projectpage_statusexpl i {
  font-size: 14px;
}

.message-highlight {
  opacity: 1;
  background: #fff8e6;
  border-left: 4px solid #e6b800;
  padding: 12px 16px;
  margin: 8px 0;
  border-radius: 4px;
  word-wrap: break-word;
}

.projectpage_checklist_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.projectpage_checklist_container .projectpage_checklist {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin: 0 8px;                   /*changes for 1642 */
  background: #ffdddd;
  border: 1px solid #e4b3b3;
  color: #da1f1f;
  font-weight: 600;
  border-radius: 3px;
  text-align: center;
  padding: 2px;                  /*changes for 1642 */
}

.projectpage_checklist_container .projectpage_checklist.success {
  background: #eaffdd;
  border: 1px solid #bbe4b3;
  color: #1a9c2b;
  opacity: 0.5;
}

.projectpage_checklist_container .projectpage_checklist:first-child {
  margin-left: 0;
}

.projectpage_checklist_container .projectpage_checklist:last-child {
  margin-right: 0;
}

.projectpage_user_container {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  right: 160px;
  bottom: 0;
  height: 89px;
  width: 92px;
  white-space: nowrap;
}

.projectpage_user_container .projectpage_user_info {
  opacity: 0.5;
  position: absolute;
  right: 100%;
  white-space: nowrap;
  font-size: 13px;
  display: block;
  top: 42px;
  font-weight: 700;
}

.projectpage_user_container .projectpage_user_info .projectpage_user_name {
  font-size: 20px;
  font-weight: 500;
}

.projectpage_user_container .projectpage_avatar {
  position: relative;
  display: inline;
  height: 100%;
  width: auto;
}

.projectpage_documentcontainer {
  display: block;
  position: relative;
  margin: 0 0 15px 0;
  padding: 10px;
  background: #f3f3f3;
  border: 1px solid #dedede;
  border-radius: 3px;
}

.project_label {
  position: absolute;
  opacity: 0.5;
  top: 20px;
  left: 3px;
  font-size: 10px;
  font-weight: 900;
  padding: 0px 5px 0px 7px;
  text-align: center;
  background: black;
  color: white;
  border-radius: 4px;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
}

.project_label:after {
  display: block;
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border: 0 solid transparent;
  border-bottom-width: 7px;
  border-top-width: 7px;
  border-left: 9px solid black;
  right: -7px;
  top: 0;
  border-radius: 3px;
}

.project_label.labelaplus {
  background: #00ffd2;
}

.project_label.labelaplus:after {
  border-left-color: #00ffd2;
}

.project_label.labela {
  background: #037f03;
}

.project_label.labela:after {
  border-left-color: #037f03;
}

.project_label.labelb {
  background: #85b602;
}

.project_label.labelb:after {
  border-left-color: #85b602;
}

.project_label.labelc {
  background: #dcd715;
}

.project_label.labelc:after {
  border-left-color: #dcd715;
}

.project_label.labeld {
  background: #ff9600;
}

.project_label.labeld:after {
  border-left-color: #ff9600;
}

.project_label.labele {
  background: #e80c0c;
}

.project_label.labele:after {
  border-left-color: #e80c0c;
}

.project_label.labelf {
  background: red;
}

.project_label.labelf:after {
  border-left-color: red;
}

.project_label.labels {
  background: black;
}

.project_label.labels:after {
  border-left-color: black;
}

.projectClassification_icon {
  display: block;
  position: relative;
  width: 100%;
  font-size: 11px;
  font-weight: 700;
  text-align: left;
}

.projectClassification_icon i {
  font-size: 18px;
  vertical-align: bottom;
}

.projectClassification_icon.class_fixed_sys {
  color: #1a9c2b;
}
.projectClassification_icon.class_fixed_am {
  color: #01b1de;
}
.projectClassification_icon.class_fixed_sys {
  color: #1a9c2b;
}
.projectClassification_icon.class_fixed_am {
  color: #01b1de;
}
.mr-24 {
	margin-right: 2.4rem!important;
}
.projectClassification_icon.class_fixed_am_mc {
  color: #01b1de;
  position: absolute;
  right: 4px;
  width: auto;
  top: 8px;
}
.projectClassification_icon.class_fixed_sys_mc {
  color: #1a9c2b;
  position: absolute;
  right: 4px;
  width: auto;
  top: 8px;
}

#project-classification-modal.modal {
	background-color: transparent;
	padding: 0;
	max-height: 100%;
	width: 100%;
	height: 100%;
}

#department-mismatch-modal.modal {
	background-color: transparent;
	padding: 0;
	max-height: 100%;
	width: 100%;
	height: 100%;
}

.projectClassification_container_modal .material-icons {
	font-size: 50px;
}
.projectClassification_container_modal .projectClassification_icon {
  display: inline-block;
  width: auto;
  text-decoration: none;
  cursor: pointer;
}
.projectClassification_container_modal .projectClassification_icon.inactive {
   color: #cccccc !important;
}

.projectClassification_icon.class_low {
  color: #a2a2a2;
}

.projectClassification_icon.class_middle {
  color: #ff6c00;
}

.projectClassification_icon.class_high {
  color: #77be1d;
}

.projectClassification_icon.class_star {
  color: #f3bc1b;
}

.projectClassification_container {
  position: relative;
  display: inline-block;
}

.projectClassification_container .projectClassification_icon {
  display: inline-block;
  width: auto;
  text-decoration: none;
  cursor: pointer;
}

.projectClassification_container .projectClassification_icon.inactive {
  color: #cccccc !important;
}

.class_fav_heart_display {
  display: inline;
}
.class_fav_heart {
  color: black;
}
.class_fav_heart.active {
  color: #01b1de;
}
.class_fav_heart.inactive {
  color: #cccccc !important;
}

.header_shoppingcart_trigger {
  display: block;
  position: relative;
  font-size: 22px;
  cursor: pointer;
  color: white;
}
.shoppingcart_amount {
  display: block;
  width: 15px;
  height: 15px;
  background: #F44336;
  border-radius: 50%;
  top: -6px;
  right: -9px;
  position: absolute;
  text-align: center;
  font-size: 9px;
  color: white !important;
  line-height: 16px;
  font-family: 'Nunito', sans-serif;
}
.header_account_trigger {
  float: left;
}
.header_shoppingcart_trigger {
  float: right;
  text-align: right;
  margin-right: 5px;
}

#id_confrmdiv
{
    display: none;
    background-color: white;
    border-radius: 5px;
    border: 1px solid #01b1de;
    position: fixed;
    width: 402px;
    height: 150px;
    left: 50%;
    margin-left: -150px;
    padding: 40px 8px 8px;
    box-sizing: border-box;
    text-align: center;
    z-index: 1000;
}
#id_confrmdiv button {
    background-color: #01b1de;
    display: inline-block;
    border-radius: 3px;
    border: 1px solid #01b1de;
    padding: 2px;
    text-align: center;
    width: 80px;
    cursor: pointer;
}
#id_confrmdiv button:hover
{
    background-color: #ddd;
}

.currentlyFilteredOn {
  display: inline-block;
  position: relative;
  max-width: 100px;
  overflow: hidden;
  padding: 2px 6px;
  background: #01b1de;
  border-radius: 3px;
  font-size: 11px;
  color: white;
  font-weight: 900;
  vertical-align: top;
}

.resetThisFilter {
  background: none;
  border: none;
  cursor: pointer;
  opacity: 0.5;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

.resetThisFilter i {
  font-size: 10px;
  vertical-align: top;
  color: white;
}

.resetThisFilter:hover,
.resetThisFilter:active {
  background: none;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

.badge-light {
  border-radius: 4px;
  color: #17191a;
  background-color: #d3d3d3;
  padding: 1px 4px;
  font-size: 10px;
  border: solid 1px #767676;
}
.popupFormBox .dropzone {
  min-height: 190px !important;
  padding: 10px 20px !important;
}
#popupFormBox,
.popupFormBox,#popupRejectBox,#popupFormBoxrelatedproducts,#popupBoxContent,#popupMidofficeBox,#popupFormBoxrelatedextracost {
  display: none;
  height: 300px;
  width: 400px;
  z-index: 10001;
  border-radius: 5px;
  -webkit-box-shadow: 10px 10px 40px -1px rgba(0, 0, 0, 0.15);
  box-shadow: 10px 10px 40px -1px rgba(0, 0, 0, 0.15);
  position: fixed;
  top: 50%;
  left: 50%;
  margin: -150px 0 0 -200px;
  background: white;
  padding: 10px 20px;
}

#popupFormBox .popupFormBox_cancelLink,
.popupFormBox .popupFormBox_cancelLink,#popupRejectBox .popupFormBox_cancelLink,#popupFormBoxrelatedproducts .popupFormBox_cancelLink, #popupBoxContent .popupBox_cancelLink,#popupMidofficeBox .popupFormBox_cancelLink,#popupFormBoxrelatedextracost .popupFormBox_cancelLink {
  cursor: pointer;
  height: 40px;
  margin-right: 4px;
  margin-top: 4px;
  position: absolute;
  top: 2px;
  right: 2px;
  opacity: 0.4;
}

#popupFormBox .popupFormBox_textArea,
.popupFormBox .popupFormBox_textArea,#popupRejectBox .popupFormBox_textArea,#popupFormBoxrelatedproducts .popupFormBox_textArea,#popupMidofficeBox .popupFormBox_textArea,#popupFormBoxrelatedextracost .popupFormBox_textArea {
  resize: none;
  height: 250px;
  width: 350px;
  border: none;
  margin-top: 5px;
  font-size: 17px;
}

#popupFormBox .popupFormBoxButton,
.popupFormBox .popupFormBoxButton,#popupRejectBox .popupFormBoxButton,#popupFormBoxrelatedproducts .popupFormBoxButton,#popupMidofficeBox .popupFormBoxButton,#popupFormBoxrelatedextracost .popupFormBoxButton {
  float: right;
  margin: 10px;
}

#popupFormBox input[type="submit"],
.popupFormBox input[type="submit"],#popupRejectBox input[type="submit"],#popupFormBoxrelatedproducts input[type="submit"],#popupMidofficeBox input[type="submit"],#popupFormBoxrelatedextracost input[type="submit"] {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100px;
  text-align: center;
  padding: 3px 0 0 0;
  background: #f3f3f3;
}

.loopper_shipment_container {
  display: block;
  position: relative;
  width: 100%;
  padding: 10px;
  min-height: 96px;
  border-radius: 5px;
  border: 1px solid #dee2e6;
  margin-bottom: 10px;
}

.loopper_shipment_container .loopper_shipment_uuid {
  display: block;
  margin: 0;
  padding: 0;
}

.loopper_shipment_container .loopper_shipment_trackingcode {
  font-size: 18px;
  letter-spacing: 2px;
  margin-bottom: 9px;
  display: block;
}

.loopper_shipment_container .loopper_shipment_label {
  display: block;
  position: absolute;
  right: 8px;
  top: 3px;
  font-size: 14px;
  color: #333;
}

.loopper_shipment_container .loopper_shipment_label i {
  font-size: 18px;
  opacity: 0.7;
  vertical-align: sub;
}

.loopper_shipment_container .loopper_shipment_status {
  display: block;
  font-size: 13px;
}

.loopper_shipment_container .loopper_shipment_status i {
  font-size: 18px;
  vertical-align: top;
}

.projectrow_samplebox {
  display: block;
  position: absolute;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  padding: 2px 0 0 0 !important;
  font-size: 8px;
  font-weight: bold;
  width: 11px;
  text-align: center;
  background: #ffb100;
  color: white;
  height: 100%;
}

.jq_confirm_for_production {
  display: inline-block;
  position: relative;
  margin: 0 23px 0 0;
  top: -10px;
  background: #ffbc00;
  border: 1px solid #8c7b00;
  color: #906a00;
  border-radius: 3px;
  padding: 2px 22px;
  font-weight: bold;
}

.inline_logo_upload_envelope {
  display: inline-block;
  position: relative;
  font-weight: bold;
  bottom: 6px;
  left: 15px;
  color: black;
  text-decoration: none;
  background: white;
  border-radius: 3px;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.inline_logo_upload_envelope i {
  font-size: 19px;
  vertical-align: top;
}

.inline_logo_upload_envelope:hover,
.inline_logo_upload_envelope:active {
  text-decoration: none;
  color: #01b1de !important;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.showOnClickTrigger .btn {
  font-size: 10px;
  position: relative;
  margin-bottom: 11px;
  height: 19px;
  padding-top: 1px;
  opacity: 0.3;
}

.showOnClickTrigger .btn:hover {
  opacity: 1;
}

.showProductsAjax {
  position: relative;
  line-height: 16px;
}

.moduleOptions {
  position: absolute;
  right: 0;
  top: 0;
  top: -35px;
  height: 34px;
}

.moduleOptions .moduleOption {
  display: inline-block;
  color: rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.moduleOptions .moduleOption:hover {
  color: white;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.moduleOptions1 {
  position: absolute;
  left: 360px;
  top: 0;
  top: -30px;
  height: 34px;
}

.moduleOptions1 .moduleOption {
  display: inline-block;
  color: rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.moduleOptions1 .moduleOption:hover {
  color: white;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.showOnClick {
  text-align: left !important;
  display: none;
}

.showOnClick.open {
  display: block;
}

.showOnClick pre {
  text-align: left;
  background: whitesmoke;
  border-radius: 4px;
  padding: 10px;
  font-size: 11px;
  border: 2px dotted #e4e4e4;
}

.showOnClick pre::-webkit-scrollbar {
  height: 10px;
}

.showOnClick pre::-webkit-scrollbar-track {
  background: white;
}

.showOnClick pre::-webkit-scrollbar-thumb {
  background: #aeb9c4;
}

.addRowTable {
  /* z-index: 10; */
  position: relative;
}

.noProductsFound {
  text-align: center;
  width: 100%;
  display: block;
  padding: 20px;
  opacity: 0.3;
}

.autocompleteArticleContainer {
  display: none;
  position: absolute;
  top: 42px;
  padding: 0;
  min-width: 600px;
  height: 400px;
  background: #fbfbfb;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.14);
  z-index: 100;
}

#app main #taggle .autocompleteArticleContainer {
  top: 90px;
  z-index: 2;
}

.autocompleteArticleContainer tr {
  width: 100%;
  border-bottom: 1px solid #ececec;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.autocompleteArticleContainer tr:hover {
  border-bottom: 1px solid #01b1de;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.autocompleteArticleContainer td {
  padding: 5px 10px !important;
}

.autocompleteArticleContainer td:first-child {
  width: 90px;
}

.autocompleteArticleContainer .autocompleteImage {
  display: inline-block;
  width: 70px;
  height: 70px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: white;
  border-radius: 50%;
  border: 4px solid white;
  -webkit-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.14);
}

.autocompleteArticleContainer .autocompleteClickable {
  cursor: pointer;
  background: white;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.autocompleteArticleContainer .autocompleteClickable:hover {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background: #14cefe;
}

.projectNumberContainer {
  /* display: none; */.
  position: absolute;
  /* top: 42px; */
  padding: 0;
  /* min-width: 60px;
  height: 40px; */
  min-width: 250px;
  min-height: 550px;
  max-height: 500px;
  background: #fbfbfb;
  overflow-x: hidden;
  overflow-y: scroll;
  z-index: 10;
  -webkit-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.14);
}

.companyNameContainer, .contactPersionContainer{
  position: absolute;
  /* top: 42px; */
  padding: 0;
  /* min-width: 60px;
  height: 40px; */
  min-width: 250px;
  min-height: 250px;
  max-height: 500px;
  background: #fbfbfb;
  overflow-x: hidden;
  overflow-y: scroll;
  z-index: 10;
  -webkit-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.14);
}

.projectNumberContainer tr , .companyNameContainer tr, .contactPersionContainer tr {
  width: 100%;
  border-bottom: 1px solid #ececec;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.projectNumberContainer tr:hover , .companyNameContainer tr:hover, .contactPersionContainer tr:hover {
  border-bottom: 1px solid #01b1de;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.projectNumberContainer td , .companyNameContainer td , .contactPersionContainer td {
  padding: 5px 10px !important;
}

.projectNumberContainer td:first-child , .contactPersionContainer td:first-child , .companyNameContainer td:first-child {
  width: 90px;
}
.projectNumberContainer .displayProjectNumber , .companyNameContainer .displayCompanyName , .contactPersionContainer .displayContactPersion {
  cursor: pointer;
  background: white;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.projectNumberContainer .displayProjectNumber:hover , .companyNameContainer .displayCompanyName:hover , .contactPersionContainer .displayCompanyName:hover {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background: #14cefe;
}

.jq_notify_slack_button, .jq_notify_slack_buttons {
  border: 1px solid #820db3;
  background: transparent;
  color: #820db3;
  vertical-align: top;
  font-size: 0px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  position: relative;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.jq_notify_slack_button i,.jq_notify_slack_buttons i {
  font-size: 18px;
  position: absolute;
  top: 0;
  left: 1px;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.jq_notify_slack_button:hover,
.jq_notify_slack_button:focus,
.jq_notify_slack_button:active,
.jq_notify_slack_buttons:hover,
.jq_notify_slack_buttons:focus,
.jq_notify_slack_buttons:active {
  background: #01b1de !important;
  border: 1px solid #019dc5 !important;
  color: #fff !important;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.jq_notify_slack_button.inactive,.jq_notify_slack_buttons.inactive {
  background: transparent !important;
  border: 1px solid #ababab !important;
  color: #ababab !important;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.copy-offer {
  color: #FFFFFF80; /* Default color */
  transition: color 0.3s ease; /* Smooth transition */
}

.copy-offer:hover {
  color: #FFFFFF !important; /* White color on hover */
}
.structure_row {
  position: relative;
  background: white;
  border-radius: 4px;
  -webkit-transition: color 0.1s ease-in-out;
  transition: color 0.1s ease-in-out;
}

.structure_row:hover,
.structure_row:active {
  background: #eaeaea;
  -webkit-transition: color 0.1s ease-in-out;
  transition: color 0.1s ease-in-out;
}

.row_handler {
  display: inline-block;
  font-size: 20px;
  color: grey;
  cursor: pointer !important;
  vertical-align: text-top;
  -webkit-transition: color 0.1s ease-in-out;
  transition: color 0.1s ease-in-out;
}

.row_handler:hover,
.row_handler:active {
  color: #01b1de;
  -webkit-transition: color 0.1s ease-in-out;
  transition: color 0.1s ease-in-out;
}

.row_handler.jq_structure_move_remove {
  position: absolute;
  right: 0;
  top: 0;
}

.row_handler.jq_structure_move_remove:hover,
.row_handler.jq_structure_move_remove:active {
  color: #f44336;
}

.logCode {
  display: block;
  position: absolute;
  top: 0;
  left: -23px;
  background: black;
  padding: 3px 5px;
  color: white;
  font-weight: bold;
  font-size: 11px;
  text-align: center;
  border-radius: 3px;
}

.graphsContainer {
  position: relative;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  padding: 25px !important;
}

.graphsContainer::-webkit-scrollbar {
  width: 3px;
}

.graphsContainer::-webkit-scrollbar-track {
  background: white;
}

.graphsContainer::-webkit-scrollbar-thumb {
  background: #aeb9c4;
}

.graphTableMaximizer {
  overflow-x: hidden;
  overflow-y: auto;
}

.graphTableMaximizer::-webkit-scrollbar {
  width: 3px;
}

.graphTableMaximizer::-webkit-scrollbar-track {
  background: white;
}

.graphTableMaximizer::-webkit-scrollbar-thumb {
  background: #aeb9c4;
}

tr.today {
  background: rgba(119, 190, 29, 0.1);
}

.graphContainer {
  position: relative;
  width: 100%;
  height: auto;
  border-radius: 3px;
  -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.08);
}

.graphContainer .tableLike {
  padding-top: 40px;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.graphContainer .tableLike .tableLikeHeader {
  border-bottom: 1px solid #dcdcdc;
}

.graphContainer .tableLike .row {
  min-height: auto !important;
  padding: 6px 0 !important;
}

.graphContainer .tableLike .row.headerrow {
  background: #fdfdfd;
  padding: 0 !important;
}

.graphContainer .tableLike .row.headerrow > div {
  cursor: default;
  padding: 12px 10px 10px 10px;
  border-right: 1px solid #dcdcdc;
}

.graphContainer .tableLike .row.headerrow > div:last-child {
  border: none !important;
}

.graphContainer .tableLike .row.projectrow {
  line-height: 14px;
  font-size: 14px;
  padding: 0 !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.graphContainer .tableLike .row.projectrow > div {
  cursor: default;
  padding: 4px 10px;
  border-right: 1px solid whitesmoke;
}

.graphContainer .tableLike .row.projectrow > div.singleColumn {
  padding: 10px 10px 4px 10px;
}
.projectscontainer .tableLike .row.projectrow > div.supplierLogo {
  padding-top: 7px !important;
}

.graphContainer .tableLike .row.projectrow > div:last-child {
  border: none !important;
}

.graphContainer .tableLike .row.projectrow .projectDetailsLink,
.graphContainer .tableLike .row.projectrow .projectDetailsLink:visited {
  font-size: 13px;
  color: #333;
  text-decoration: none;
}

.graphContainer .tableLike .row.projectrow .projectDetailsLink:hover,
.graphContainer .tableLike .row.projectrow .projectDetailsLink:active,
.graphContainer .tableLike .row.projectrow .projectDetailsLink:visited:hover,
.graphContainer .tableLike .row.projectrow .projectDetailsLink:visited:active {
  font-size: 13px;
  color: #333;
  text-decoration: none;
}

.graphContainer .tableLike .row.projectrow:hover,
.graphContainer .tableLike .row.projectrow:active {
  background: #f8f8f8;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.graphContainer .tableLike .row.projectrow.pending {
  background: #ffecd9;
  border-bottom: 1px solid #f7e3cf;
}

.graphContainer .tableLike .row.projectrow.pending > div {
  border-right: 1px solid #f7e3cf;
}

.graphContainer .tableLike .row.projectrow.pending:hover,
.graphContainer .tableLike .row.projectrow.pending:active {
  background: #ffe6cc;
}

.graphContainer .tableLike .row.projectrow.pending_toLate {
  background: #ff9393;
  color: #900000 !important;
  border-bottom: 1px solid #f77c7c;
}

.graphContainer .tableLike .row.projectrow.pending_toLate > div {
  border-right: 1px solid #f77c7c;
}

.graphContainer .tableLike .row.projectrow.pending_toLate .star,
.graphContainer .tableLike .row.projectrow.pending_toLate .projectDetailsLink {
  color: #f32b2b !important;
}

.graphContainer .tableLike .row.projectrow.pending_toLate .projectStatusLabel {
  background: #f32b2b !important;
}

.graphContainer .tableLike .row.projectrow.pending_toLate .assignLink {
  border: 1px solid #ff5b5b;
  background: #ff7676;
  color: #ffeaea;
}

.graphContainer .tableLike .row.projectrow.pending_toLate:hover,
.graphContainer .tableLike .row.projectrow.pending_toLate:active {
  background: #ff8282;
}

.graphContainer .tableLike .tableLikeHeader {
  z-index: 10;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.66666667%;
  flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
  position: fixed;
  width: 100%;
  top: 50px;
}

.graphContainer .tableLike .tableLikeHeader .row {
  background: #fff;
}

.graphContainer .tableLike .projectStatusLabel {
  display: inline-block;
  padding: 0 6px;
  font-family: calibri;
  font-size: 11px;
  background: #01b1de;
  color: #fff;
  border-radius: 4px;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
  font-size: 10px;
  text-align: center;
  font-weight: 300;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.graphContainer .tableLike .tableLikeFooter .row {
  background: #f8f8f8;
}

.graphContainer .tableLike .tooltipped {
  text-align: left !important;
  cursor: pointer;
}

.graphContainer::-webkit-scrollbar {
  width: 3px;
}

.graphContainer::-webkit-scrollbar-track {
  background: white;
}

.graphContainer::-webkit-scrollbar-thumb {
  background: #aeb9c4;
}

.graphContainer .pagination {
  display: inline-block;
  padding: 0;
  margin: 0 0 -24px 0;
  position: relative;
  top: 0px;
  right: -2px;
  height: 60px;
  overflow: visible;
}

.graphContainer .pagination li {
  background: white !important;
}

.graphContainer .graphLink a {
  float: right;
  position: relative;
  color: #01b1de;
  right: 49px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  bottom: 27px;
}

.graphContainer .graphLink a:hover {
  color: #77be1d;
}

.graphContainer a,
.graphContainer a:visited {
  color: #333;
  border-bottom: 1px dotted #989898;
  text-decoration: none !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.graphContainer a:hover,
.graphContainer a:active,
.graphContainer a:visited:hover,
.graphContainer a:visited:active {
  border-color: #01b1de;
  color: #01b1de;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.graphContainer .graphTitle,
.graphContainer .compareTitle {
  position: relative;
  border: solid #cccccc 1px;
  background-color: #FFFFFF;
  overflow: hidden;
  font-size: 20px;
  font-weight: 600;
  height: 55px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  padding: 10px 0px 0px 19px;
}

.graphContainer .graphTitle a,
.graphContainer .graphTitle a:visited,
.graphContainer .compareTitle a,
.graphContainer .compareTitle a:visited {
  display: block;
  position: absolute;
  font-weight: 300;
  font-size: 13px;
  top: 18px;
  right: 60px;
  color: #01b1de;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.graphContainer .graphTitle a i,
.graphContainer .graphTitle a:visited i,
.graphContainer .compareTitle a i,
.graphContainer .compareTitle a:visited i {
  vertical-align: top;
  font-size: 19px;
  opacity: 0.5;
}

.graphContainer .graphTitle a:hover,
.graphContainer .graphTitle a:active,
.graphContainer .graphTitle a:visited:hover,
.graphContainer .graphTitle a:visited:active,
.graphContainer .compareTitle a:hover,
.graphContainer .compareTitle a:active,
.graphContainer .compareTitle a:visited:hover,
.graphContainer .compareTitle a:visited:active {
  text-decoration: none;
  color: #77be1d;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.graphContainer .graphTitle button,
.graphContainer .compareTitle button {
  display: block;
  position: absolute;
  cursor: pointer;
  font-size: 14px;
  width: 60px;
  padding: 2px 10px 0 10px;
  top: 13px;
  right: 0;
  text-align: center;
  height: 30px;
  font-weight: 700;
  border-radius: 3px;
  border: 1px solid #cccccc;
  background: none !important;
  color: #cccccc;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.graphContainer .graphTitle button:hover,
.graphContainer .graphTitle button:active,
.graphContainer .graphTitle button.active,
.graphContainer .compareTitle button:hover,
.graphContainer .compareTitle button:active,
.graphContainer .compareTitle button.active {
  border-color: #01b1de;
  color: #01b1de;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.graphContainer .compareTitle {
  text-align: center;
  border-bottom: none;
  padding-left: 0;
  height: 60px;
}

.graphContainer .compareTitle .datepicker {
  display: inline-block;
  width: 42%;
  border-radius: 5px;
  border: solid #eaeaea 1px;
  text-align: center;
  font-weight: 900;
}

.graphContainer .compareTitle .inbetween {
  display: inline-block;
  position: relative;
  text-align: center;
  width: 38px;
  top: 7px;
  opacity: 0.2;
}

.graphContainer .graphChart {
  background-color: #FFFFFF;
  overflow: hidden !important;
  border-bottom: solid #cccccc 1px;
  border-right: solid #cccccc 1px;
  border-left: solid #cccccc 1px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  margin-bottom: 20px;
}

.graphTable tr {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.graphTable tr:nth-child(even) {
  background: #fdfdfd;
}

.graphTable tr:nth-child(odd) {
  background: #ffffff;
}

.graphTable tr th,
.graphTable tr td {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  padding: 7px 10px;
}

.graphTable tr th:first-child,
.graphTable tr td:first-child {
  padding: 7px 10px 7px 20px;
}

.graphTable tr th:last-child,
.graphTable tr td:last-child {
  padding: 7px 20px 7px 10px;
}

.graphTable tr td {
  cursor: default !important;
  border-right: 1px solid white;
}

.graphTable tr td:last-child {
  border-right: none;
}

.graphTable tr td.passive_hover_minor {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-right-color: rgba(0, 0, 0, 0.17);
}

.graphTable tr td.passive_hover_major {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-right-color: rgba(0, 0, 0, 0.17);
  border-bottom-color: rgba(0, 0, 0, 0.1);
  background: #f7f7f7 !important;
}

.graphTable tr.passive_hover_minor {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-bottom: 1px solid rgba(0, 0, 0, 0.17);
}

.graphTable tr.passive_hover_major {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-bottom: 1px solid rgba(0, 0, 0, 0.17);
  background: #f7f7f7 !important;
}

.graphTable tr.passive_hover_major td,
.graphTable tr.passive_hover_major th {
  border-right-color: rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background: #f7f7f7 !important;
}

.graphTable tr.passive_hover_major td.active_hover_major,
.graphTable tr.passive_hover_major th.active_hover_major {
  background: #eaeaea !important;
}

.graphTable tr.success {
  background: #f6fff6;
  color: #087d32 !important;
}

.graphTable tr.success th.passive_hover_major,
.graphTable tr.success td.passive_hover_major {
  background: #ddffdd !important;
}

.graphTable tr.success.passive_hover_major {
  background: #ddffdd !important;
}

.graphTable tr.success.passive_hover_major td,
.graphTable tr.success.passive_hover_major th {
  background: #ddffdd !important;
}

.graphTable tr.success.passive_hover_major td.active_hover_major,
.graphTable tr.success.passive_hover_major th.active_hover_major {
  background: #c3ffc3 !important;
}

.graphTable tr.warning {
  background: #fffcf6;
  color: #ce890b !important;
}

.graphTable tr.warning th.passive_hover_major,
.graphTable tr.warning td.passive_hover_major {
  background: #fff4dd !important;
}

.graphTable tr.warning.passive_hover_major {
  background: #fff4dd !important;
}

.graphTable tr.warning.passive_hover_major td,
.graphTable tr.warning.passive_hover_major th {
  background: #fff4dd !important;
}

.graphTable tr.warning.passive_hover_major td.active_hover_major,
.graphTable tr.warning.passive_hover_major th.active_hover_major {
  background: #ffebc3 !important;
}

.graphTable tr.error {
  background: #fff6f6;
  color: #ce0b0b !important;
}

.graphTable tr.error th.passive_hover_major,
.graphTable tr.error td.passive_hover_major {
  background: #ffdddd !important;
}

.graphTable tr.error.passive_hover_major {
  background: #ffdddd !important;
}

.graphTable tr.error.passive_hover_major td,
.graphTable tr.error.passive_hover_major th {
  background: #ffdddd !important;
}

.graphTable tr.error.passive_hover_major td.active_hover_major,
.graphTable tr.error.passive_hover_major th.active_hover_major {
  background: #ffc3c3 !important;
}

.graphTable thead tr:last-child {
  border-bottom: 2px solid #dedede;
}

.graphTable tbody tr:last-child {
  border-bottom: none;
}

.graphTable tfoot tr:last-child {
  border-top: 2px solid #dedede;
  border-bottom: none;
}

.topstats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.topstats.append {
  margin-top: -100px;
  position: relative;
}

.topstats.append div.jumbotron {
  background: #697684;
  color: #e9ecef;
  padding: 9px !important;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.topstats.append div.jumbotron span {
  font-size: 11px !important;
  font-weight: 500 !important;
  opacity: 0.4 !important;
}

.topstats.append div.jumbotron h1 {
  font-size: 15px !important;
}

.topstats .column {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: block;
}

.statusbar_container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: -30px;
}

.statusbar_container .statusbar_item {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: block;
  margin-right: 20px;
}

.statusbar_container .statusbar_item .jumbotron {
  background: #f3f3f3;
  padding: 10px;
  min-height: 64px;
}

.statusbar_container .statusbar_item .jumbotron span {
  font-size: 11px !important;
}

.statusbar_container .statusbar_item .jumbotron h1 {
  font-size: 15px !important;
}

.statusbar_container .statusbar_item:last-child {
  margin-right: 0;
}

.data-preloader-statusbar {
  display: block;
  position: absolute;
  bottom: 18px;
  width: 100%;
  left: 0;
}

.data-preloader-statusbar .progress {
  border-radius: 0;
  height: 3px;
  background: #f3f3f3;
}

.data-preloader-statusbar .progress .indeterminate {
  background-color: #77be1d;
}

.employee_tag_container img {
  width: 100%;
  height: auto;
  border-radius: 11px;
  -webkit-box-shadow: 10px 10px 5px -8px rgba(0, 0, 0, 0.2);
  box-shadow: 10px 10px 5px -8px rgba(0, 0, 0, 0.06);
}

.graphOnly {
  position: relative;
  display: block;
  width: 100% !important;
  height: 100% !important;
}

.tableBtn {
  background: #e8e8e8;
  border: 1px solid #b3b3b3;
  border-radius: 3px;
  font-weight: 400;
  color: #000000;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.tableBtn:hover,
.tableBtn:active {
  background: #c7c7c7;
  border: 1px solid #929292;
  color: #525252;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.tableSlct {
  display: inline-block;
}

.tableSlct .select-wrapper {
  max-width: 200px;
}

.tableSlct .select-dropdown {
  margin: 0 !important;
}

.error_row {
  background: #fff2f2 !important;
}

.deactivate_row {
  background: #efefef !important;
  opacity: 0.5;
}

.amchart_container {
  position: relative;
  width: 100%;
}

.amchart_container:after {
  /*        display: block;
        content: "";
        width: 64px;
        height: 45px;
        background: white;
        position: absolute;
        bottom: 0;
        left: 0;*/
}

.upperSearchbarResults {
  display: none;
  position: fixed;
  background: white;
  overflow: hidden;
  height: 100%;
  width: 100%;
  max-height: 400px;
  max-width: 45%;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.14);
  padding: 0;
  margin: 0 0 0 -15px;
}

.upperSearchbarResults::-webkit-scrollbar {
  width: 3px;
}

.upperSearchbarResults::-webkit-scrollbar-track {
  background: white;
}

.upperSearchbarResults::-webkit-scrollbar-thumb {
  background: #aeb9c4;
}

.upperSearchbarResults .project_label {
  left: -34px !important;
  height: 14px !important;
}

.searchResults {
  font-size: 12px;
}

.searchResults tr:nth-child(odd) {
  background: white;
}

.searchResults tr:nth-child(even) {
  background: #f9f9f9;
}

.searchResults tr.searchHeader {
  background: #eaeaea;
  font-size: 15px;
  color: #757575;
  font-weight: 300;
}

.searchResults th,
.searchResults td {
  position: relative;
  padding: 0;
}

.searchResults th .projectvalueicon,
.searchResults td .projectvalueicon {
  left: -19px;
}

.searchResults .searchResultsProjectsCompany tr {
  background: none;
}

.searchResults a,
.searchResults a:visited {
  color: #333;
  font-weight: 600;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.searchResults a:hover,
.searchResults a:active,
.searchResults a:visited:hover,
.searchResults a:visited:active {
  color: #01b1de;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.search_container {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding: 6px 20% 0 20%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 110;
  background: rgba(0, 18, 29, 0.9);
}

.search_container .search_inner_container {
  display: block;
  height: 97%;
}

.search_container .search_inner_container .search_inner_bar {
  display: block;
  background: rgba(255, 255, 255, 0.19);
  border-radius: 26px;
  text-align: center;
  font-size: 23px;
  border-bottom: none !important;
  color: white;
  font-weight: 700;
  letter-spacing: 1px;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.search_container .search_inner_container .search_inner_bar::-webkit-input-placeholder {
  color: white;
}

.search_container .search_inner_container .search_inner_bar:-ms-input-placeholder {
  color: white;
}

.search_container .search_inner_container .search_inner_bar::-ms-input-placeholder {
  color: white;
}

.search_container .search_inner_container .search_inner_bar::placeholder {
  color: white;
}

.search_container .search_inner_container .search_results {
  display: block;
  height: 80%;
  overflow-x: hidden;
  overflow-y: auto;
}

.search_container .search_inner_container .search_results .searchResults {
  color: white;
}

.search_container .search_inner_container .search_results .searchResults a {
  color: white;
}

.search_container .search_inner_container .search_results .searchResults tr {
  background: none;
}

.search_container .search_inner_container .search_results .searchResults tr.searchHeader {
  font-size: 14px;
  font-weight: 900;
  color: #01b1de;
  border-bottom: 1px solid #ffffff0f;
}

.search_container .search_inner_container .search_results .searchResults tr.searchHeader td {
  padding-top: 50px !important;
}

.search_container .search_inner_container .search_results .searchResults .project_label {
  opacity: 1;
  left: -54px;
  top: 1px;
}

.search_container .search_inner_container .search_results .searchResults .project_label:after {
  border-bottom-width: 8px;
  border-top-width: 8px;
}

.search_container .search_inner_container .close_search_container {
  display: block;
  position: absolute;
  top: 10px;
  cursor: pointer;
  right: 34px;
}

.search_container .search_inner_container .close_search_container i {
  font-size: 35px;
  color: white;
}

.airCalendar_header {
  display: block;
  position: relative;
  text-align: center;
  font-family: 'Nunito', sans-serif;
  width: 100%;
  height: auto;
  color: #313131;
  padding: 10px 0;
}

.airCalendar_button {
  display: inline-block;
  position: relative;
  border: 1px solid #dadce0;
  border-radius: 5px;
  background: none;
  padding: 8px 16px;
  top: -3px;
  color: #313131;
  font-weight: 500;
}

.airCalendar_arrow {
  display: inline-block;
  position: relative;
  background: none;
  border: none;
  top: 5px;
  color: #313131;
}

.airCalendar_header .airCalendar_title {
  font-size: 20px;
  color: #313131;
}

.airCalendar_header .airCalendar_header_devider {
  display: inline-block;
  width: 200px;
  text-align: center;
}

.airCalendar {
  display: block;
  position: relative;
  font-family: 'Nunito', sans-serif;
  width: 100%;
  height: auto;
  border-radius: 3px;
  border: 1px solid #dadce0;
}

.airCalendar_week {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  position: relative;
  height: 150px;
}

.airCalendar_week:last-child .airCalendar_day {
  border-bottom: none;
}

.airCalendar_day {
  display: block;
  position: relative;
  height: 150px;
  width: 14.285714285714285714285714285714%;
  padding: 10px;
  border-right: 1px solid #dadce0;
  border-bottom: 1px solid #dadce0;
}

.airCalendar_week .airCalendar_day:last-child {
  border-right: none;
}

.airCalendar_dayname {
  display: block;
  width: 100%;
  color: #70757a;
  font-size: 11px;
  font-weight: 600;
  text-align: center;
  cursor: default;
}

.airCalendar_dayint {
  display: block;
  width: 100%;
  color: #3c4043;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  cursor: default;
}

.airCalendar_day.today .airCalendar_dayint {
  color: black;
  font-weight: 900;
  font-size: 15px;
}

.airCalendar_day.weekend {
  background: url("/storage/calendar/round.png");
  background-repeat: repeat;
}

.airCalendar_day.previous_month,
.airCalendar_day.next_month {
  background: #f9f9f9;
}

.airCalendar_day.previous_month .airCalendar_dayint,
.airCalendar_day.next_month .airCalendar_dayint,
.airCalendar_day.previous_month .airCalendar_dayname,
.airCalendar_day.next_month .airCalendar_dayname {
  opacity: 0.5;
}

/* Events */

.airCalendar_event_single {
  display: block;
  position: relative;
  height: 20px;
  width: 100%;
  font-size: 13px;
  font-weight: 700;
  color: #313131;
  padding: 1px 4px 1px 20px;
  border-radius: 3px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.airCalendar_event_single i {
  font-size: 13px;
  position: absolute;
  top: 4px;
  left: 4px;
}

.airCalendar_event_single:hover {
  background: whitesmoke;
}

.airCalendar_event_time {
  font-weight: 400;
  font-size: 12px;
}

.airCalendar_event_single_day {
  display: block;
  position: relative;
  height: 20px;
  width: 100%;
  font-size: 13px;
  font-weight: 700;
  color: #f9f9f9;
  padding: 1px 8px;
  border-radius: 3px;
  cursor: pointer;
  margin-bottom: 3px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.multiple_day:before,
.multiple_day_last:before {
  display: block;
  position: absolute;
  content: "";
  background: inherit;
  height: 20px;
  width: 20px;
  top: 0px;
  left: -11px;
}

.multiple_day:after,
.multiple_day_first:after {
  display: block;
  position: absolute;
  content: "";
  background: inherit;
  height: 20px;
  width: 20px;
  top: 0px;
  right: -11px;
}

.employees_contract_container {
  background: white;
  border-radius: 5px;
  padding: 10px;
  margin: 0 0 30px 0;
  border: 1px solid #e9ecef;
}

.employees_contract_container .employees_contract_title {
  font-size: 18px;
  font-weight: 700;
}

.employees_contract_container .employees_contract_title small {
  font-weight: 400;
}

.employees_contract_container table tr {
  border: none;
}

.employees_contract_container table td,
.employees_contract_container table th {
  padding: 0;
  font-size: 11px;
}

.employees_contract_container table th {
  width: 170px;
  font-weight: 600;
}

.mini_avatar_container {
  display: inline-block;
  width: 32px;
  height: 26px;
  margin: 0 5px 0 0;
  mix-blend-mode: multiply;
  vertical-align: bottom;
  border-radius: 50%;
  background-size: contain;
  background-color: white;
  background-position: center center;
  background-repeat: no-repeat;
}

.calendar_container_projectdetails {
  padding: 0 8px 0 10px;
}

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

.airCalendar_day .airCalendar_list {
  height: 92px;
  overflow: hidden;
}

.airCalendar_event_single {
  white-space: nowrap;
}

.accountview_col {
  position: relative;
  height: 100%;
}

.accountview_col .accountview_title {
  font-size: 22px;
  font-weight: 300;
}

.accountview_col .accountview_mainmenu {
  position: relative;
  height: 100%;
  width: 100%;
  z-index: 10;
  overflow-x: hidden;
  overflow-y: scroll;
  background: #fbfbfb;
  padding: 10px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-right: 1px solid #e9ecef;
}

.accountview_col .accountview_mainmenu::-webkit-scrollbar {
  width: 3px;
}

.accountview_col .accountview_mainmenu::-webkit-scrollbar-track {
  background: white;
}

.accountview_col .accountview_mainmenu::-webkit-scrollbar-thumb {
  background: #aeb9c4;
}

.accountview_col .accountview_container {
  position: relative;
  height: 100%;
  width: 100%;
  z-index: 10;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-right: 1px solid #e9ecef;
}

.accountview_col .accountview_container::-webkit-scrollbar {
  width: 3px;
}

.accountview_col .accountview_container::-webkit-scrollbar-track {
  background: white;
}

.accountview_col .accountview_container::-webkit-scrollbar-thumb {
  background: #aeb9c4;
}

.systemstatus {
  cursor: default !important;
  position: relative;
  display: block;
  height: 40px;
  width: 100%;
  padding: 10px 10px 10px 20px;
  font-weight: 700;
  color: #333;
  font-size: 13px;
}

.systemstatus .systemtag {
  position: relative;
  display: inline-block;
  border-radius: 3px;
  background: #e6e6e6;
  color: #333;
  padding: 0 5px;
  font-weight: 300;
  font-size: 10px;
}

.systemstatus:before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: grey;
  position: absolute;
  left: 0;
  top: 17px;
}

.systemstatus.true {
  color: #77be1d;
}

.systemstatus.true:before {
  background: #77be1d;
}

.systemstatus.false {
  color: #e22227;
}

.systemstatus.false:before {
  background: #e22227;
}

.systemstatus.notuptodate {
  color: #ff6000;
}

.systemstatus.notuptodate:before {
  background: #ff6000;
}

.accountview_company {
  display: block;
  position: relative;
  border-radius: 3px;
  background: none;
  border: 1px solid #e6e6e6;
  background: #f8f8f8;
  color: #9a9a9a;
  padding: 10px;
  margin: 5px 0;
}

.accountview_company.default_company {
  background: #efffe5;
  color: #57af64;
  border: 1px solid #89d094;
}

.accountview_row {
  padding: 10px 0;
  border-bottom: 1px solid #e4e4e4;
}

.accountview_row .row {
  margin: 0 !important;
}

.accountview_status {
  display: inline-block;
  position: relative;
  width: 51px;
  padding: 4px;
  border-radius: 3px;
  background: #e8e8e8;
  text-align: center;
  font-weight: 900;
  border: 1px solid #cccccc;
  color: black;
}

.accountview_status.success {
  background: #efffe5;
  color: #57af64;
  border: 1px solid #89d094;
}

.accountview_status.error {
  background: #ffe5e5;
  color: #bd2a2a;
  border: 1px solid #d08989;
}

.accountview_status.warning {
  background: #fff7e5;
  color: #bd8a2a;
  border: 1px solid #d0ca89;
}

.accountview_date {
  position: absolute;
  right: -8px;
  top: -7px;
  font-size: 11px;
  color: #969696;
}

.invoice_connection_accountview {
  display: block;
  position: absolute;
  bottom: -29px;
  font-weight: 600;
  font-size: 12px;
  color: #77be1d;
  padding: 3px 6px;
  border: 1px solid #77be1d;
  border-radius: 3px;
}

.invoice_connection_accountview i {
  font-size: 14px;
  font-weight: 400 !important;
  vertical-align: text-top;
}

.invoice_connection_accountview.booked {
  color: #ff9b00;
  border: 1px solid #ff9b00;
}

.invoice_connection_accountview.notconnected {
  color: #ff5400;
  border: 1px solid #ff5400;
}

.invoice_force_update {
  display: block;
  position: absolute;
  bottom: -29px;
  font-weight: 600;
  font-size: 12px;
  color: #77be1d;
  padding: 3px;
  border: 1px solid #77be1d;
  border-radius: 3px;
  width: 27px;
  height: 27px;
  left: 163px;
  background: white;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.invoice_force_update i {
  font-size: 20px;
}

.invoice_force_update:visited,
.invoice_force_update:hover,
.invoice_force_update:active {
  color: white;
  background: #77be1d;
  text-decoration: none;
  border: 1px solid #5b9216;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.accountview_searchbar {
  display: block !important;
  border: 1px solid #d6d6d6 !important;
  border-radius: 4px !important;
  margin: 15px 0 !important;
  width: 85% !important;
  padding: 0 10px !important;
}

.mockup_request_container,
.mockup_designer_request_container {
  display: block;
  margin: 15px 0 15px 0;
  border-radius: 3px;
  background: #f7f7f7;
  border: 1px solid #e9ecef;
}

.mockup_request_container .row,
.mockup_designer_request_container .row {
  margin-bottom: 0;
}

.mockup_request_container h5,
.mockup_designer_request_container h5 {
  display: block;
  padding: 0 15px;
  opacity: 0.6;
  font-size: 16px;
}

.mockup_request_container .mockup_request_product_title_container,
.mockup_designer_request_container .mockup_request_product_title_container {
  display: block;
  position: relative;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background: #e9ecef;
  padding: 20px 0 0 0;
}

.mockup_request_container .mockup_request_product_title_container.acceptColor,
.mockup_designer_request_container .mockup_request_product_title_container.acceptColor {
  background: #f0fce5;
}

.mockup_request_container .mockup_request_product_title_container.changeColor,
.mockup_designer_request_container .mockup_request_product_title_container.changeColor {
  background: #faefdc;
}

.mockup_request_container .mockup_request_product_title_container.rejectColor,
.mockup_designer_request_container .mockup_request_product_title_container.rejectColor {
  background: #f8e9e9;
}

.mockup_request_container .mockup_request_product_title_container b,
.mockup_designer_request_container .mockup_request_product_title_container b {
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: #656e77;
  line-height: 16px;
  padding: 10px 0 0 0;
}

.mockup_request_container .mockup_request_product_content_container,
.mockup_designer_request_container .mockup_request_product_content_container {
  display: block;
  position: relative;
  border-radius: 0;
  background: #e9ecef;
  margin: 0;
  padding: 10px;
}

.mockup_request_container .mockup_request_product_content_container.acceptColor,
.mockup_designer_request_container .mockup_request_product_content_container.acceptColor {
  background: #f0fce5;
}

.mockup_request_container .mockup_request_product_content_container.changeColor,
.mockup_designer_request_container .mockup_request_product_content_container.changeColor {
  background: #faefdc;
}

.mockup_request_container .mockup_request_product_content_container.rejectColor,
.mockup_designer_request_container .mockup_request_product_content_container.rejectColor {
  background: #f8e9e9;
}

.mockup_request_container .mockup_request_product_footer_container,
.mockup_designer_request_container .mockup_request_product_footer_container {
  display: block;
  position: relative;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background: #e9ecef;
  margin: 0 0 10px 0;
  padding: 10px;
}

.mockup_request_container .mockup_request_product_footer_container.acceptColor,
.mockup_designer_request_container .mockup_request_product_footer_container.acceptColor {
  background: #f0fce5;
}

.mockup_request_container .mockup_request_product_footer_container.changeColor,
.mockup_designer_request_container .mockup_request_product_footer_container.changeColor {
  background: #faefdc;
}

.mockup_request_container .mockup_request_product_footer_container.rejectColor,
.mockup_designer_request_container .mockup_request_product_footer_container.rejectColor {
  background: #f8e9e9;
}

.mockup_request_container .autocompleteImage,
.mockup_designer_request_container .autocompleteImage {
  background-color: white;
  border-radius: 50%;
  display: inline-block;
  width: 70px;
  height: 70px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  border: 2px solid #eaeaea;
}

.mockup_request_container .nothing_yet,
.mockup_designer_request_container .nothing_yet {
  opacity: 0.5;
  display: block;
  width: 100%;
  min-height: 50px;
  margin: 0 0 15px 0;
  border: 2px dotted #c3c3c3;
  padding: 10px;
  border-radius: 2px;
}

.border-blue{
  border: 4px solid #01b1de!important;
  border-radius: 7px!important;
}

.mockupButton {
  display: inline-block;
  position: relative;
  background: white;
  color: #333;
  font-weight: 600;
  border-radius: 3px;
  border: 1px solid #bdbdbd;
  padding: 1px 7px;
  text-align: center;
  margin: 0 0 8px 3px;
  text-decoration: none !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.mockupButton i {
  font-size: 12px;
  vertical-align: unset;
  opacity: 0.65;
}

.mockupButton:hover,
.mockupButton:active {
  text-decoration: none !important;
  background: #01b1de;
  color: #b0efff;
  border: 1px solid #0098bf;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.vectorButton {
  display: inline-block;
  position: relative;
  background: white;
  color: #333;
  font-weight: 600;
  border-radius: 3px;
  border: 1px solid #bdbdbd;
  text-align: center;
  margin: 0 0 8px 3px;
  text-decoration: none !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  padding-right: 6px;
  padding: 1px 4px;
}
.vectorButton i {
  font-size: 12px !important;
  vertical-align: unset;
  opacity: 0.65;
  font-weight: 700;
  color: #000000;
  padding: 3px;
}
.vectorhoverEffect:hover {
  background: #d3d3d3;
  color: black;
}
.vectorButton:hover,
.vectorButton:active {
  text-decoration: none !important;
  background: #01b1de;
  color: #b0efff;
  border: 1px solid #0098bf;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.mockup_remark_container {
  position: relative;
  padding: 6px 0px;
  border-bottom: 1px solid #cdcfd2;
}

.mockup_remark_container .mockup_remark_avatar {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 0 5px 0 0;
  border-radius: 50%;
  background-size: contain;
  background-color: white;
  background-position: center center;
  background-repeat: no-repeat;
}

.mockup_remark_container .mockup_remark_name {
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  line-height: 10px;
  vertical-align: super;
}

.mockup_remark_container .mockup_remark {
  font-weight: 600;
  /* line-height: 15px; */
}

.mockup_remark_container .mockup_remark .positive_text {
  margin: 0 0.25rem 0 0.25rem;
  line-height: 16px;
  width: fit-content;
  background: green;
  color: white;
  border-radius: 3px;
  padding: 0 2px 0 2px;
}
.mockup_remark_container .mockup_remark .negative_text{
  background: red !important;
}
.mockup_remark_container:last-child {
  border-bottom: none;
}

.mockup_remarks_block.fixed-scroll {
  max-height: 300px;
  overflow-y: auto;
  margin-top: 20px;
  border-radius: 8px;
  border: 1px solid #eee;
  background: #fafbfc;
  padding: 12px 10px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}
.mockup_remark_header {
  margin-bottom: 16px;
  padding-bottom: 8px;
  border-bottom: 1px solid #f0f0f0;
}
.mockup_remarks_timeline {
  position: relative;
  max-height: 120px;
  overflow-y: auto;
  word-break: break-word;
  background: #fff;
  border-radius: 6px;
  padding: 8px 10px;
  box-shadow: 0 1px 4px rgba(0,0,0,0.03);
}
.mockup_remarks_timeline::-webkit-scrollbar,
.mockup_remarks_block.fixed-scroll::-webkit-scrollbar {
  width: 7px;
  background: #f3f3f3;
}
.mockup_remarks_timeline::-webkit-scrollbar-thumb,
.mockup_remarks_block.fixed-scroll::-webkit-scrollbar-thumb {
  background: #e0e0e0;
  border-radius: 4px;
}
.vector-modal-scroll-area {
  max-height: 700px;
  overflow-y: auto;
  padding-right: 8px;
  margin-bottom: 0;
}
.vector-modal-scroll-area::-webkit-scrollbar {
  width: 8px;
  background: #f3f3f3;
}
.vector-modal-scroll-area::-webkit-scrollbar-thumb {
  background: #e0e0e0;
  border-radius: 4px;
}
/* Optional: Prevent double scrollbars in columns */
.vector-modal-scroll-area .swiper-wrapper {
  max-height: none !important;
}

.maxHeight {
  max-height: 358px;
  overflow-x: hidden;
  overflow-y: auto;
}

.mockup_history_container {
  position: relative;
  padding: 6px 0px;
  border-bottom: 1px solid #cdcfd2;
}

.mockup_history_container .mockup_history {
  font-weight: 600;
  line-height: 15px;
}

.mockup_history_container:last-child {
  border-bottom: none;
}

.mockup_designer_request_container,
.mockup_designer_request_header {
  margin: 0;
  padding: 0;
  border: none;
}

.mockup_designer_request_container .mockup_request_product_content_container,
.mockup_designer_request_header .mockup_request_product_content_container {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  margin-bottom: 30px;
}

.mockup_designer_request_container .mockup_request_product_title_container.acceptColor,
.mockup_designer_request_container .mockup_request_product_title_container.changeColor,
.mockup_designer_request_container .mockup_request_product_title_container.rejectColor,
.mockup_designer_request_container .mockup_request_product_content_container.acceptColor,
.mockup_designer_request_container .mockup_request_product_content_container.changeColor,
.mockup_designer_request_container .mockup_request_product_content_container.rejectColor,
.mockup_designer_request_header .mockup_request_product_title_container.acceptColor,
.mockup_designer_request_header .mockup_request_product_title_container.changeColor,
.mockup_designer_request_header .mockup_request_product_title_container.rejectColor,
.mockup_designer_request_header .mockup_request_product_content_container.acceptColor,
.mockup_designer_request_header .mockup_request_product_content_container.changeColor,
.mockup_designer_request_header .mockup_request_product_content_container.rejectColor {
  background: white;
}

.mockup_designer_request_header {
  background: white;
  padding: 12px 20px 0 20px;
  padding: 12px 20px 0 20px;
  background-image: url("/storage/pdf_template/LoopperSpheres_iso19.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom right;
}

.mockup_designer_request_header h5 {
  margin: 0;
}

.mockupStatusLabel {
  display: inline-block;
  padding: 4px 11px;
  background: #01b1de;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  border-radius: 4px;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
  font-size: 12px;
  text-align: center;
  font-weight: 600;
  width: auto;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.retrieve_vectorize{
  margin-right: 5px;
  color: white;background-color: #0baed9;
  border: #0baed9;
  font-size: 16px;
  border-radius: 4px;
  height: 25px;
  font-weight: 600;
}
.retrieve_vectorize:disabled {
    background-color: #c1c1c1 !important;
    color: #fff;
    cursor: not-allowed;
}

.dropzone {
  opacity: 1;
  display: block;
  width: 100%;
  min-height: 50px;
  margin: 15px 0 15px 0;
  border: 2px dotted #e1e1e1;
  padding: 10px;
  border-radius: 2px;
  font-weight: 600;
  min-height: 248px;
}

.dropzone .dz-default {
  font-size: 20px;
  opacity: 0.2;
}

.protected_download_file_link.currentFile {
  border-color: #c9dec9;
  background: #fcfff5;
  color: #366336;
}

.logoStatusAM {
  display: block;
  position: absolute;
  margin: 0 0 15px 0;
  top: 11px;
  border-radius: 2px;
  height: 52px;
  right: 310px;
  font-size: 19px;
  padding: 10px 20px;
  border: 1px solid #ececec;
  color: #e41818;
  border-color: #e41818;
  background: #fff1f1;
  width: 300px;
  text-align: center;
  text-decoration: none !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.logoStatusAM.approved {
  color: #52a017;
  border-color: #52a017;
  background: #f0f9e9;
}

.sendMockupManual {
  display: block;
  position: absolute;
  right: 27px;
  top: 23px;
  z-index: 10;
  color: #c3c3c3;
}

.mockupFileUploadInput {
  position: relative;
  display: block;
  margin-bottom: 15px;
}

.mockupFileUploadInput input {
  position: relative;
  padding: 10px;
  border: 2px dotted #dcdcdc;
  margin-bottom: 15px;
  height: 200px;
  background: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.mockupFileUploadInput input:after {
  display: block;
  content: ">> Drag & drop <<";
  font-size: 34px;
  font-weight: bolder;
  width: 100%;
  text-align: center;
  position: relative;
  margin-top: 48px;
  opacity: 0.1;
}

.mockupFileUploadInput input:hover,
.mockupFileUploadInput input:active,
.mockupFileUploadInput input:focus {
  background: #f9f9f9;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.vectorFileUploadInput {
  position: relative;
  display: block;
  margin-bottom: 15px;
}

.vectorFileUploadInput input {
  position: relative;
  padding: 10px;
  border: 2px dotted #dcdcdc;
  margin-bottom: 15px;
  height: 200px;
  background: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.vectorFileUploadInput input:after {
  display: block;
  content: ">> Drag & drop <<";
  font-size: 34px;
  font-weight: bolder;
  width: 100%;
  text-align: center;
  position: relative;
  margin-top: 48px;
  opacity: 0.1;
}

.vectorFileUploadInput input:hover,
.vectorFileUploadInput input:active,
.vectorFileUploadInput input:focus {
  background: #f9f9f9;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.disable, .disable:hover{
  background: #e4e4e4!important; 
  opacity: 0.5; 
  color:#333!important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#calendar {
  background: white;
}

#calendar.big-view {
  position: relative;
  height: 100%;
  overflow: hidden;
}

#calendar .fc-header-toolbar {
  padding: 0 30px;
  margin: 0;
}

#calendar .fc-header-toolbar .fc-button-group {
  position: relative;
}

#calendar .fc-header-toolbar h2 {
  position: relative;
  top: 4px;
  font-size: 16px;
  font-weight: 700;
  opacity: 0.6;
}

#calendar .fc-header-toolbar .fc-manualButton-button {
  /*background-image: "https://dev.loopperprojects.com/storage/extensions/pdf_small.png";*/
}

#calendar .fc-header-toolbar .fc-button {
  position: relative;
  text-transform: capitalize;
  font-size: 12px;
  font-weight: 700;
  border: none;
  color: white;
  cursor: pointer;
  margin: 10px 0 0 0;
  padding: 0 10px;
  background: #01b1de;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#calendar .fc-header-toolbar .fc-button span {
  font-size: 14px;
  color: white;
  position: relative;
  top: -1px;
}

#calendar .fc-header-toolbar .fc-button:hover,
#calendar .fc-header-toolbar .fc-button:active {
  background: #0189ab;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#calendar .fc-header-toolbar .fc-button:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

#calendar .fc-header-toolbar .fc-button:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

#calendar .fc-view-container .fc-head .fc-head-container {
  border: none;
  border-bottom: 1px solid #e9ecef;
}

#calendar .fc-view-container .fc-head .fc-head-container .fc-day-header {
  border: none;
}

#calendar .fc-view-container .fc-body {
  border-width: 0px;
  border: none;
  border-bottom: 1px solid #e9ecef;
}

#calendar .fc-view-container .fc-body tr {
  border-bottom: none !important;
}

#calendar .fc-view-container .fc-body .fc-widget-content {
  border-width: 0px;
}

#calendar .fc-view-container .fc-body .fc-widget-content .fc-day-top {
  text-align: center;
}

#calendar .fc-view-container .fc-body .fc-widget-content .fc-day-top .fc-day-number {
  font-weight: 900;
  font-size: 11px;
  color: #3c4043;
  float: none !important;
}

#calendar .fc-view-container .fc-body .fc-widget-content .fc-day {
  border-width: 0px;
  border: 1px solid #e9ecef;
}

#calendar .fc-view-container .fc-body .fc-widget-content .fc-day.fc-sat,
#calendar .fc-view-container .fc-body .fc-widget-content .fc-day.fc-sun {
  background: #f7f7f7;
}

#calendar .fc-view-container .fc-body .fc-widget-content .fc-day.fc-today {
  position: relative;
  background: #ffedad;
}

#calendar .fc-view-container .fc-body .fc-widget-content .fc-day.fc-today:after {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 2px solid #ffd45c;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  content: "";
}

#calendar .fc-view-container .fc-body .fc-event {
  cursor: pointer;
}

#calendar .fc-view-container .fc-body .fc-event.agenda_event_bar {
  padding: 2px 10px 1px 20px;
  border-radius: 6px;
  margin-top: 4px;
  font-weight: 600;
  font-size: 11px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

#calendar .fc-view-container .fc-body .fc-event.agenda_event_bar.agenda_event_part_day {
  background: none !important;
  border: none;
}

#calendar .fc-view-container .fc-body .fc-event.agenda_event_bar.agenda_event_part_day .fc-time,
#calendar .fc-view-container .fc-body .fc-event.agenda_event_bar.agenda_event_part_day .fc-title {
  font-weight: 400;
  color: #353535 !important;
}

#calendar .fc-view-container .fc-body .fc-event.agenda_event_bar.agenda_event_part_day .fc-title {
  font-weight: 900;
}

#calendar .fc-view-container .fc-body .fc-event.agenda_event_bar.agenda_event_part_day:before {
  display: block;
  position: absolute;
  top: 5px;
  left: 7px;
  content: "";
  width: 8px;
  height: 8px;
  background: currentColor;
  border-radius: 50%;
}

#calendar .fc-view-container .fc-body .fc-event.agenda_event_bar.agenda_event_part_day:hover,
#calendar .fc-view-container .fc-body .fc-event.agenda_event_bar.agenda_event_part_day:active {
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  background: #f5f5f5 !important;
}

#calendar .fc-view-container .fc-body .fc-event.agenda_event_bar.agenda_event_all_day:hover,
#calendar .fc-view-container .fc-body .fc-event.agenda_event_bar.agenda_event_all_day:active {
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  -webkit-filter: brightness(94%);
          filter: brightness(94%);
}

#calendar .fc-view-container .fc-body .fc-event.agenda_event_bar.agenda_event_not_approved {
  opacity: 0.3;
}

.contentField {
  position: relative;
  top: 10px;
}

.inputPopBackground {
  position: absolute;
  top: 0;
  left: 0;
  height: 68px;
  width: 100%;
  z-index: -1;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}

.editpopTitleDate h5 {
  color: white;
  font-weight: 700;
  margin-bottom: 25px;
}

.inputPopUser {
  display: inline-block;
  position: relative;
  height: 22px;
  width: auto;
  margin: 0 5px 5px 0;
  background: #eaeaea;
  border-radius: 22px;
  padding: 0 10px 0 0;
}

.inputPopUser .inputPopUser_avatar {
  display: inline-block;
  width: 22px;
  height: 22px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 50%;
  border: 1px solid #64676a;
}

.inputPopUser .inputPopUser_name {
  display: inline-block;
  font-weight: 800;
  font-size: 11px;
  color: #292929;
  position: relative;
  top: -7px;
}

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

.inputpopContainer {
  display: none;
  position: fixed;
  overflow-x: visible;
  overflow-y: visible;
  z-index: 5;
  width: 450px;
  height: auto;
  padding: 15px 15px 0 60px;
  top: 100px;
  left: 30%;
  background: white;
  border-radius: 7px;
  -webkit-box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 11px 15px -7px rgba(0, 0, 0, 0.2);
  box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 11px 15px -7px rgba(0, 0, 0, 0.2);
}

.inputpopContainer::-webkit-scrollbar {
  width: 3px;
}

.inputpopContainer::-webkit-scrollbar-thumb {
  background: #aeb9c4;
}

.inputpopContainer .timepickers {
  width: 25% !important;
  color: #4e4e4e;
  font-weight: bold;
  font-size: 14px !important;
  border: 0px !important;
}

.inputpopContainer .inputpop_cancelLink {
  position: absolute;
  cursor: pointer;
  top: -10px;
  right: -10px;
  width: 30px;
  height: 30px;
  padding: 6px 0 0 4px;
  opacity: 0.9;
}

.inputpopContainer .inputpop_cancelLink i {
  font-size: 20px;
  color: #4e4e4e;
}

.inputpopContainer .inputpop_deleteLink {
  position: absolute;
  cursor: pointer;
  background: none;
  border: none;
  top: -10px;
  right: 30px;
  width: 30px;
  height: 30px;
  padding: 6px 0 0 4px;
  opacity: 0.9;
}

.inputpopContainer .inputpop_deleteLink i {
  font-size: 20px;
  color: white;
}

.inputpopContainer .inputpop_editLink {
  position: absolute;
  cursor: pointer;
  top: -10px;
  right: 70px;
  width: 30px;
  height: 30px;
  padding: 6px 0 0 4px;
  opacity: 0.9;
}

.inputpopContainer .inputpop_editLink i {
  font-size: 20px;
  color: white;
}

.inputpopContainer .editpopUsers .editpop_UsersIcon {
  position: relative;
  top: 28px;
  right: 44px;
  width: 30px;
  height: 30px;
  padding: 6px 0 0 4px;
  opacity: 0.9;
}

.inputpopContainer .editpopUsers .editpop_UsersIcon i {
  font-size: 20px;
  color: #4e4e4e;
}

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

.inputpopContainer .editpopDescription .editpop_DescriptionIcon {
  position: relative;
  top: 10px;
  right: 44px;
  width: 30px;
  height: 30px;
  padding: 6px 0 0 4px;
  opacity: 0.9;
}

.inputpopContainer .editpopDescription .editpop_DescriptionIcon i {
  font-size: 20px;
  color: #4e4e4e;
}

.inputpopContainer .inputPopRow {
  position: relative;
  min-height: 40px;
  padding: 3px 0 0 0;
}

.inputpopContainer .inputPopRow input[type="text"],
.inputpopContainer .inputPopRow input[type="date"] {
  display: block;
  font-size: 13px;
  font-weight: bold;
  height: 25px;
  margin: 8px 0;
  color: #4e4e4e;
  border: none !important;
  outline: none !important;
}

.inputpopContainer .inputPopRow .editTextArea {
  height: 300px !important;
  padding: 10px;
  line-height: 20px;
  border: 1px dotted;
  border-radius: 3px;
  border-color: #00000026;
}

.inputpopContainer .inputPopRow i {
  position: absolute;
  left: -41px;
  top: 13px;
  font-size: 21px;
  opacity: 0.7;
}

.inputpopContainer .inputPopRow .inputPopColorSwatch {
  position: absolute;
  top: 19px;
  left: 0;
  background: white;
  border-radius: 50%;
  height: 10px;
  width: 10px;
  z-index: 1;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.inputpopContainer .inputPopRow input.select-dropdown {
  padding-left: 20px;
}

.inputpopContainer .inputPopRow .dropdown-content li {
  min-height: 40px;
}

.inputpopContainer .inputPopRow .dropdown-content li img {
  float: left;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  margin-top: 16px;
}

.inputpopContainer .inputPopRow .dropdown-content li span {
  font-size: 14px;
  font-weight: 600;
  color: #333;
  padding: 14px 16px 8px 40px;
}

.inputpopContainer .inputPopRow button[type="submit"] {
  position: relative;
  font-size: 14px;
  font-weight: 600;
  border: none;
  border-radius: 4px;
  color: white;
  cursor: pointer;
  margin: 10px 0 0 0;
  padding: 7px 14px 7px 17px;
  background: #01b1de;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.inputpopContainer .inputPopRow button[type="submit"] span {
  font-size: 16px;
  color: white;
  margin-left: 7px;
  vertical-align: top;
}

.inputpopContainer .inputPopRow button[type="submit"]:hover,
.inputpopContainer .inputPopRow button[type="submit"]:active {
  background: #0189ab;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.inputpopContainer .inputPopRow.fiftyFifty {
  position: relative;
}

.inputpopContainer .inputPopRow.fiftyFifty input[type="text"],
.inputpopContainer .inputPopRow.fiftyFifty input[type="date"] {
  width: 35%;
  display: inline-block;
}

.inputpopContainer .inputPopRow.fiftyFifty input[type="text"]:last-child,
.inputpopContainer .inputPopRow.fiftyFifty input[type="date"]:last-child {
  margin-left: 10%;
}

.inputpopContainer .inputPopRow.fiftyFifty .inputPopRowFiftyDevider {
  display: block;
  width: 5px;
  height: 2px;
  background: #757575;
  position: absolute;
  top: 22px;
  right: 64%;
}

.inputpopContainer .inputPopRow.EditfiftyFifty {
  position: relative;
}

.inputpopContainer .inputPopRow.EditfiftyFifty input[type="text"],
.inputpopContainer .inputPopRow.EditfiftyFifty input[type="date"] {
  width: 15%;
  display: inline-block;
}

.inputpopContainer .inputPopRow.EditfiftyFifty input[type="text"]:last-child,
.inputpopContainer .inputPopRow.EditfiftyFifty input[type="date"]:last-child {
  margin-left: 10%;
}

.inputpopContainer .inputPopRow.EditfiftyFifty .inputPopRowFiftyDevider {
  display: block;
  width: 5px;
  height: 2px;
  background: #757575;
  position: absolute;
  top: 22px;
  right: 64%;
}

.inputpopContainer .inputPopRow.EditfiftyFifty .editFiftyDevider {
  right: 83% !important;
}

.inputpopContainer .inputpopTitle {
  position: relative;
}

.inputpopContainer .inputpopTitle input[type="text"].appointmentField {
  font-weight: 900;
  font-size: 16px;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin: 0;
  color: #5a5a5a;
  border-bottom: 1px solid #dadce0;
}

.inputpopContainer .inputpopTitle input[type="text"].appointmentField::-webkit-input-placeholder {
  color: #b7b7b7;
  opacity: 1;
}

.inputpopContainer .inputpopTitle input[type="text"].appointmentField:-ms-input-placeholder {
  color: #b7b7b7;
  opacity: 1;
}

.inputpopContainer .inputpopTitle input[type="text"].appointmentField::-ms-input-placeholder {
  color: #b7b7b7;
  opacity: 1;
}

.inputpopContainer .inputpopTitle input[type="text"].appointmentField::placeholder {
  color: #b7b7b7;
  opacity: 1;
}

.inputpopContainer .inputpopTitle input[type="text"].appointmentField:-ms-input-placeholder {
  color: #b7b7b7;
}

.inputpopContainer .inputpopTitle input[type="text"].appointmentField::-ms-input-placeholder {
  color: #b7b7b7;
}

.inputpopContainer .inputpopEditTitle {
  position: relative;
}

.inputpopContainer .inputpopEditTitle input[type="text"].appointmentField {
  font-weight: 900;
  font-size: 25px;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin: 0;
  margin-bottom: 25px;
  color: white;
  border-bottom: 0px solid #dadce0;
  width: 87%;
}

.inputpopContainer .inputpopEditTitle input[type="text"].appointmentField::-webkit-input-placeholder {
  color: #b7b7b7;
  opacity: 1;
}

.inputpopContainer .inputpopEditTitle input[type="text"].appointmentField:-ms-input-placeholder {
  color: #b7b7b7;
  opacity: 1;
}

.inputpopContainer .inputpopEditTitle input[type="text"].appointmentField::-ms-input-placeholder {
  color: #b7b7b7;
  opacity: 1;
}

.inputpopContainer .inputpopEditTitle input[type="text"].appointmentField::placeholder {
  color: #b7b7b7;
  opacity: 1;
}

.inputpopContainer .inputpopEditTitle input[type="text"].appointmentField:-ms-input-placeholder {
  color: #b7b7b7;
}

.inputpopContainer .inputpopEditTitle input[type="text"].appointmentField::-ms-input-placeholder {
  color: #b7b7b7;
}

.inputpopContainer .compareTitle {
  text-align: center;
  border-bottom: none;
  padding-left: 0;
  height: 60px;
}

.inputpopContainer .compareTitle .datepicker {
  display: inline-block;
  width: 42%;
  border-radius: 5px;
  border: solid #eaeaea 1px;
  text-align: center;
  font-weight: 900;
}

.inputpopContainer .compareTitle .inbetween {
  display: inline-block;
  position: relative;
  text-align: center;
  width: 38px;
  top: 7px;
  opacity: 0.2;
}

.inputpopContainer .inputpopChart {
  background-color: #ffffff;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  margin-bottom: 20px;
}

.inputpopContainer .appointmentradiocontainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: none;
  margin: 10px 0;
  padding-bottom: 5px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: auto !important;
}

.inputpopContainer .appointmentradiocontainer label {
  width: 100%;
  margin: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  height: 100%;
  cursor: pointer;
}

.inputpopContainer .appointmentradiocontainer label:first-child {
  margin-left: 0;
}

.inputpopContainer .appointmentradiocontainer label:last-child {
  margin-right: 0;
}

.inputpopContainer .appointmentradiocontainer span {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  text-align: center;
  color: #4e4e4e;
  font-size: 12px;
  font-weight: bold;
  white-space: nowrap;
  padding: 2px 5px !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.inputpopContainer .appointmentradiocontainer span:before,
.inputpopContainer .appointmentradiocontainer span:after {
  display: none;
}

.inputpopContainer .appointmentradiocontainer [type="radio"]:not(checked) {
  opacity: 0;
  display: none;
  visibility: hidden;
}

.inputpopContainer .appointmentradiocontainer [type="radio"]:not(checked) + span:hover {
  background: #f1f1f1;
}

.inputpopContainer .appointmentradiocontainer [type="radio"]:checked {
  display: none;
}

.inputpopContainer .appointmentradiocontainer [type="radio"]:checked + span,
.inputpopContainer .appointmentradiocontainer [type="radio"]:checked + span:hover {
  color: #016078;
  background: #d7f1f8;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.inputpopContainer.inputpopEditContainer {
  top: 100px !important;
  height: 700px !important;
  display: block;
  width: 54%;
}

.inputpopSave input {
  float: right;
  height: 30px;
  width: 24%;
  margin: 12px;
  text-align: center;
  text-decoration: none;
  background-color: #01b1de;
  border: none;
  color: white;
  border-radius: 5px;
  cursor: pointer;
}

.inputpopIcons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-top: 25px;
  width: 25%;
  margin: auto !important;
}

.icon-checkmark2:before {
  content: "\EA11";
}

.infopopContainer {
  position: relative;
  width: 100%;
  height: 30%;
  overflow-x: hidden;
  overflow-y: scroll;
  padding: 25px !important;
}

.infopopContainer::-webkit-scrollbar {
  width: 3px;
}

.infopopContainer::-webkit-scrollbar-track {
  background: white;
}

.infopopContainer::-webkit-scrollbar-thumb {
  background: #aeb9c4;
}

.remainingDaysCounter {
  height: 140px;
  width: 100%;
  background-color: white;
  text-align: center;
  border-radius: 4px;
  padding-top: 10px;
  font-weight: 600;
  font-size: 15px;
  border: 1px solid #cccccc;
}

.expiredMessage {
  position: relative;
  display: block;
  padding: 0 0 0 20px;
  top: -12px;
  font-size: 11px;
}

.agenda_no_contract {
  display: block;
  position: relative;
  height: 155px;
  border: 2px dotted #e0e0e0;
  text-align: center;
  padding-top: 56px;
  font-size: 20px;
  font-weight: bold;
  border-radius: 5px;
  color: #e0e0e0;
  background: rgba(255, 255, 255, 0.3);
}

.report_button {
  display: block;
  position: relative;
  font-size: 14px;
  font-weight: 600;
  border: none;
  border-radius: 4px;
  color: white;
  cursor: pointer;
  margin: 10px 0 0 0;
  padding: 7px 14px 7px 17px;
  background: #01b1de;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.report_button span {
  font-size: 16px;
  color: white;
  margin-left: 7px;
  vertical-align: top;
}

.report_button:hover,
.report_button:active {
  background: #0189ab;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.requestinfo {
  display: inline-block !important;
  position: absolute;
  float: none !important;
  opacity: 0.2 !important;
  font-size: 13px;
  margin: 4px 0 0 6px;
}

.requestcontroller {
  display: inline-block;
  position: relative;
  overflow: hidden;
  height: 22px;
  width: 100px;
  top: 4px;
}

.requestcontroller form {
  position: absolute;
  top: 0;
  right: 0;
  display: inline;
  height: 22px;
  overflow: hidden;
}

.requestcontroller form button {
  padding: 0;
  margin: 0;
  height: 22px;
}

.requestcontroller form button i {
  font-size: 19px;
}

.requestcontroller form button.orangeColor i {
  color: #ff7600 !important;
}

.requestcontroller form button.greenColor i {
  color: #77be1d !important;
}

.requestcontroller form button.redColor i {
  color: #f44336 !important;
}

.fc-icon-x:before {
  display: none;
}

.fc-icon-x:after {
  position: relative;
  top: -3px;
}

.fc-more {
  color: #616161;
  text-decoration: none;
}

.requestTableHead {
  /*        background-color: #01b1de;
            color: white;*/
}

.requestinfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: right;
  opacity: 0.3;
}

.requestcontroller_link {
  cursor: pointer;
  background: none;
  border: none;
  width: 30px;
  height: 30px;
  padding: 6px 0 0 4px;
  opacity: 0.9;
}

.requestcontroller_link i {
  font-size: 25px;
  color: black;
}

.requestcontroller_approveLink {
  cursor: pointer;
  background: none;
  border: none;
  width: 30px;
  height: 30px;
  padding: 6px 0 0 4px;
  opacity: 0.9;
}

.requestcontroller_approveLink i {
  font-size: 25px;
  color: black;
}

.requestcontroller_approveZeroHoursLink {
  cursor: pointer;
  background: none;
  border: none;
  width: 30px;
  height: 30px;
  padding: 6px 0 0 4px;
  opacity: 0.9;
}

.requestcontroller_approveZeroHoursLink i {
  font-size: 25px;
  color: black;
}

.requestcontroller_declineLink {
  cursor: pointer;
  background: none;
  border: none;
  width: 30px;
  height: 30px;
  padding: 6px 0 0 4px;
  opacity: 0.9;
}

.requestcontroller_declineLink i {
  font-size: 25px;
  color: black;
}

.administration_buying_invoice_header {
  display: block;
  height: 44px;
  position: relative;
  background: white;
  border-bottom: 1px solid #e9ecef;
  padding: 13px 0 0 0;
  font-size: 13px;
  background: #fbfbfb;
}

.administration_buying_invoice_header button {
  display: block;
  background: none;
  border: none;
  font-weight: 700;
  height: 100%;
  width: 100%;
  position: relative;
  text-align: left;
  padding: 0;
  cursor: pointer;
  text-decoration: none;
}

.administration_buying_invoice_header button:hover,
.administration_buying_invoice_header button:active,
.administration_buying_invoice_header button:focus {
  background: none;
  border: none;
  text-decoration: underline;
}

.administration_buying_invoice_container {
  display: block;
  position: relative;
  background: white;
  border-bottom: 1px solid #e9ecef;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.administration_buying_invoice_container.active {
  background: #d2eef5;
  border-color: #42c3e4;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.administration_buying_invoice_container .administration_buying_invoice_supplier_name {
  position: relative;
  top: 5px;
  font-size: 16px;
  font-weight: 600;
}

.administration_buying_invoice_container .administration_buying_invoice_supplier_logo {
  height: 24px;
  width: auto;
  margin-top: 6px;
  float: right;
  opacity: 0.4;
}

.administration_buying_invoice_container .administration_buying_column_a {
  padding-top: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 44px;
}

.administration_buying_invoice_container .administration_buying_column_b {
  height: 44px;
  padding-top: 16px;
  font-size: 19px;
}

.administration_buying_invoice_container .administration_buying_column_c {
  height: 44px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 13px;
}

.administration_buying_invoice_container .administration_buying_invoice_confirmed_overlay {
  display: none;
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 65px;
  background: #77be1d;
  color: #f5fdea;
  font-weight: 700;
  font-size: 23px;
  padding: 15px;
  text-align: center;
}

.administration_buying_invoice_row_container {
  display: none;
  background: #a8dbe8;
  padding: 10px 0;
}

.administration_buying_invoice_row_container .row {
  margin: 0;
  padding: 0;
}

.targets_department_container {
  display: block;
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-bottom: none;
  margin-bottom: 30px;
}

.targets_department_container table tr {
  cursor: default;
  background: #fbfbfb;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}

.targets_department_container table tr:first-child {
  background: white;
}

.targets_department_container table tr:hover {
  background: #f1f1f1;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}

.targets_department_container table tr td {
  padding: 0 17px;
}

.loopperTextBlock {
  overflow-x: hidden;
  overflow-y: auto;
}

.loopperTextBlock::-webkit-scrollbar {
  width: 3px;
}

.loopperTextBlock::-webkit-scrollbar-track {
  background: white;
}

.loopperTextBlock::-webkit-scrollbar-thumb {
  background: #aeb9c4;
}

.loopperTextBlock .project_label:after {
  border-top-width: 9px;
}

.loopperTextBlock .graphContainer {
  border: none;
  margin: -13px 0 -50px 0;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.loopperTextBlock .graphContainer .graphTitle {
  display: none;
}

.loopperTextBlock .graphContainer .graphChart {
  border: none;
}

.loopper_pieholechart_container {
  position: relative;
  height: 200px;
  margin-bottom: 22px;
}

.loopper_pieholechart_container .loopper_pieholechart_title,
.loopper_pieholechart_container .loopper_pieholechart_subtitle,
.loopper_pieholechart_container .loopper_pieholechart_actualtitle {
  position: absolute;
  pointer-events: none;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  font-weight: bold;
  font-size: 13px;
  margin: -22px 0 0 0;
}

.loopper_pieholechart_container .loopper_pieholechart_subtitle {
  font-size: 19px;
  font-weight: 500;
  margin: -1px 0 0 0;
}

.loopper_pieholechart_container .loopper_pieholechart_actualtitle {
  margin: -10px 0 0 0;
  top: auto;
  bottom: -16px;
  font-size: 14px;
  font-weight: 600;
  opacity: 0.6;
}

.piehole_evaluation {
  margin: -18px 0 -15px 0;
}

.piehole_small_container .loopper_pieholechart_container {
  height: 140px;
}

.piehole_small_container .loopper_pieholechart_container .loopper_pieholechart_title {
  top: 39px;
  font-size: 12px;
  margin: 0;
  opacity: 0.5;
}

.piehole_small_container .loopper_pieholechart_container .loopper_pieholechart_subtitle {
  top: 58px;
  font-size: 15px;
  opacity: 1;
}

.piehole_small_container .loopper_pieholechart_container .loopper_pieholechart_actualtitle {
  bottom: initial;
  top: 90px;
  font-size: 13px;
}

.piehole_small_container .piehole_evaluation {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
}

.piehole_small_container .piehole_title {
  text-align: center;
  font-weight: 600;
  margin: 10px 0;
}

.pieholes_in_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pieholes_in_row .piehole_small_container {
  width: 16.6%;
}

.projectDashboardStatusLabel {
  display: inline-block;
  padding: 0 6px;
  background: #01b1de;
  font-size: 11px;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  border-radius: 4px;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
  font-size: 8px;
  text-align: center;
  font-weight: 300;
  width: 80px;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.dashboardBlock .topstats .column .jumbotron {
  padding: 12px;
}

.dashboardBlock .topstats .column .jumbotron span {
  font-size: 12px !important;
}

.dashboardBlock .topstats .column .jumbotron h1 {
  font-size: 18px !important;
}

.dashboardBlock .topstats .column:first-child {
  padding-left: 0;
}

.dashboardBlock .topstats .column:last-child {
  padding-right: 0;
}

.dashboardBlock .statusbar_item .jumbotron {
  padding: 2px 7px;
  min-height: initial;
}

.dashboardBlock .statusbar_item .jumbotron h1 {
  font-size: 14px !important;
}

.dashboard_middoffice_container table tbody tr:last-child {
  border: none !important;
}

.dashboard_middoffice_container table tr {
  cursor: default;
}

.dashboard_middoffice_container table tr th {
  font-size: 13px;
  padding: 5px;
  border-right: 1px solid #e2e2e2;
}

.dashboard_middoffice_container table tr th:last-child {
  border-right: none;
}

.dashboard_middoffice_container table tr td {
  white-space: nowrap;
  padding: 5px;
}

.dashboard_middoffice_container table tr th:first-child,
.dashboard_middoffice_container table tr td:first-child {
  padding-left: 10px;
}

.dashboard_middoffice_container table tr th:last-child,
.dashboard_middoffice_container table tr td:last-child {
  text-align: right;
  padding-right: 10px;
}

.dashboard_middoffice_container table tr .midoffice_project_link {
  display: inline-block;
  color: #333;
  text-decoration: none !important;
}

.dashboard_middoffice_container table tr:hover,
.dashboard_middoffice_container table tr:active {
  background: #f9f9f9;
  -webkit-transition: background 0.1s ease-in-out;
  transition: background 0.1s ease-in-out;
}

.dashboard_middoffice_container table tr.row_fail {
  background: #ffe0e0;
  border-color: #eac6c6;
}

.dashboard_middoffice_container table tr.row_fail:hover,
.dashboard_middoffice_container table tr.row_fail:active {
  background: #ffd6d6;
}

.dashboard_middoffice_container table tr.row_success {
  background: #e9ffe0;
  border-color: #cdeac6;
}

.dashboard_middoffice_container table tr.row_success:hover,
.dashboard_middoffice_container table tr.row_success:active {
  background: #e2ffd6;
}

.dashboard_middoffice_container table tr.row_primary {
  background: #e0eaff;
  border-color: #c6cfea;
}

.dashboard_middoffice_container table tr.row_primary:hover,
.dashboard_middoffice_container table tr.row_primary:active {
  background: #d6e3ff;
}

.dashboard_middoffice_container table tr.row_warning {
  background: #fff4e0;
  border-color: #eaddc6;
}

.dashboard_middoffice_container table tr.row_warning:hover,
.dashboard_middoffice_container table tr.row_warning:active {
  background: #fff0d6;
}

.dashboard_middoffice_container table a .material-icons,
.dashboard_middoffice_container table a:visited .material-icons {
  margin: 0;
  vertical-align: top;
  color: black;
  font-size: 20px;
}

.dashboard_middoffice_container .middoffice_projectlabel {
  display: inline-block;
  padding: 0 6px;
  font-size: 11px;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  border-radius: 4px;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
  font-size: 8px;
  text-align: center;
  font-weight: 300;
  width: 90px;
  overflow: hidden;
}

.dashboard_middoffice_container .middoffice_fail,
.dashboard_middoffice_container .middoffice_success {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  font-size: 15px !important;
  text-align: center;
  background: none;
  color: #77be1d !important;
  padding: 3px 0 0 0;
  vertical-align: text-bottom !important;
}

.dashboard_middoffice_container .middoffice_fail:after,
.dashboard_middoffice_container .middoffice_success:after {
  display: none;
  position: absolute;
  width: 20px;
  height: 20px;
  content: "";
  border-radius: 50%;
  border: 1px solid #77be1d;
  top: 0;
  left: 0;
}

.dashboard_middoffice_container .middoffice_fail {
  color: #f44336 !important;
}

.dashboard_middoffice_container .middoffice_fail:after {
  display: block;
  border-color: #f44336;
}

.dashboard_middoffice_container .midoffice_url {
  color: black;
  border-bottom: 1px dotted;
  text-decoration: none !important;
}

.dashboard_middoffice_container .loopperTextBlock {
  max-height: 326px;
  padding: 0px;
  overflow-y: auto;
  overflow-x: hidden;
}

.jq_dashboard_open_trigger,.jq_dashboard_closing_date_trigger,.jq_dashboard_mockup_trigger,.jq_dashboard_sample_trigger,
.jq_dashboard_open_trigger_disabled,.jq_dashboard_closing_date_disabled,.jq_dashboard_mockup_disabled,.jq_dashboard_sample_disabled {
  display: block;
  position: relative;
  width: 100%;
  font-weight: bold;
  cursor: pointer;
  background: white;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.jq_dashboard_open_trigger h3,.jq_dashboard_closing_date_trigger h3,.jq_dashboard_mockup_trigger h3,.jq_dashboard_sample_trigger h3,
.jq_dashboard_open_trigger_disabled h3, .jq_dashboard_closing_date_disabled  h3 , .jq_dashboard_mockup_disabled  h3,.jq_dashboard_sample_disabled h3 {
  border-bottom: 1px solid transparent !important;
  -webkit-transition: border-bottom 0.2s ease-in-out;
  transition: border-bottom 0.2s ease-in-out;
}

.jq_dashboard_open_trigger:hover,
.jq_dashboard_open_trigger:active,
.jq_dashboard_open_trigger_disabled:hover,
.jq_dashboard_open_trigger_disabled:active,
.jq_dashboard_closing_date_trigger:hover,
.jq_dashboard_closing_date_trigger:active,
.jq_dashboard_closing_date_disabled:hover,
.jq_dashboard_closing_date_disabled:active,
.jq_dashboard_mockup_trigger:hover,
.jq_dashboard_mockup_trigger:active,
.jq_dashboard_sample_trigger:hover,
.jq_dashboard_sample_trigger:active,
.jq_dashboard_mockup_disabled:hover,
.jq_dashboard_mockup_disabled:active {
  background: #e2e2e2;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.jq_dashboard_sample_disabled:hover,
.jq_dashboard_sample_disabled:active {
  background: #e2e2e2;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.jq_dashboard_open_trigger .midoffice_legend,
.jq_dashboard_open_trigger_disabled .midoffice_legend {
  opacity: 0;
  top: 17px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.jq_dashboard_open_trigger.active,
.jq_dashboard_open_trigger_disabled.active,
.jq_dashboard_closing_date_trigger.active,
.jq_dashboard_closing_date_disabled.active,
.jq_dashboard_mockup_trigger.active,
.jq_dashboard_sample_trigger.active,
.jq_dashboard_mockup_disabled.active {
  background: #e2e2e2;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.jq_dashboard_sample_disabled.active {
  background: #e2e2e2;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.jq_dashboard_open_trigger.active .dashboard_expand,
.jq_dashboard_open_trigger_disabled.active .dashboard_expand,
.jq_dashboard_closing_date_trigger.active .dashboard_expand,
.jq_dashboard_closing_date_disabled.active .dashboard_expand,
.jq_dashboard_mockup_trigger.active .dashboard_expand,
.jq_dashboard_sample_trigger.active .dashboard_expand,
.jq_dashboard_mockup_disabled.active .dashboard_expand {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.jq_dashboard_sample_disabled.active .dashboard_expand {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.jq_dashboard_open_trigger.active h3,
.jq_dashboard_open_trigger_disabled.active h3,
.jq_dashboard_closing_date_trigger.active h3,
.jq_dashboard_closing_date_disabled.active h3,
.jq_dashboard_mockup_trigger.active h3,
.jq_dashboard_sample_trigger.active h3,
.jq_dashboard_mockup_disabled.active h3 {
  border-bottom: 1px solid #cccccc !important;
  -webkit-transition: border-bottom 0.2s ease-in-out;
  transition: border-bottom 0.2s ease-in-out;
}
.jq_dashboard_sample_disabled.active h3 {
  border-bottom: 1px solid #cccccc !important;
  -webkit-transition: border-bottom 0.2s ease-in-out;
  transition: border-bottom 0.2s ease-in-out;
}

.jq_dashboard_open_trigger.active .midoffice_legend,
.jq_dashboard_open_trigger_disabled.active .midoffice_legend {
  opacity: 1;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.jq_dashboard_open_trigger_disabled,.jq_dashboard_closing_date_disabled ,.jq_dashboard_mockup_disabled,.jq_dashboard_sample_disabled {
  cursor: no-drop;
  opacity: 0.6;
}

.dashboard_row_count {
  display: inline-block;
  position: relative;
  border-radius: 5px;
  background: #f44336;
  vertical-align: middle;
  font-size: 13px;
  font-weight: bolder;
  color: white;
  padding: 1px 8px;
  margin: 0px 0 0 5px;
}

.dashboard_phase_tag {
  display: inline-block;
  position: relative;
  font-size: 10px;
  background: white;
  border-radius: 3px;
  padding: 1px 5px;
  margin: 0 5px 0 0;
  vertical-align: middle;
  top: -1px;
}

.dashboard_expand {
  display: block;
  position: absolute;
  right: 10px;
  font-size: 29px;
  top: 13px;
  color: black;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.dashboard_table tbody tr:last-child {
  border: none !important;
}

.dashboard_table tr {
  cursor: default;
}

.dashboard_table tr th {
  font-size: 13px;
  padding: 5px;
  border-right: 1px solid #e2e2e2;
}

.dashboard_table tr th:last-child {
  border-right: none;
}

.dashboard_table tr td {
  position: relative;
  white-space: nowrap;
  padding: 0 5px;
}

.dashboard_table tr th:first-child,
.dashboard_table tr td:first-child {
  padding-left: 10px;
}

.dashboard_table tr th:last-child,
.dashboard_table tr td:last-child {
  text-align: right;
  padding-right: 10px;
}

.dashboard_table tr .midoffice_project_link {
  display: inline-block;
  color: #333;
  text-decoration: none !important;
}

.dashboard_table tr:hover,
.dashboard_table tr:active {
  background: #f9f9f9;
  -webkit-transition: background 0.1s ease-in-out;
  transition: background 0.1s ease-in-out;
}

.dashboard_table tr.row_fail {
  background: #ffe0e0;
  border-color: #eac6c6;
}

.dashboard_table tr.row_fail:hover,
.dashboard_table tr.row_fail:active {
  background: #ffd6d6;
}

.dashboard_tables tr th {
  font-size: 13px;
  padding: 5px;
  border-right: 1px solid #e2e2e2;
}

.dashboard_table tr.row_success {
  background: #e9ffe0;
  border-color: #cdeac6;
}

.dashboard_table tr.row_success:hover,
.dashboard_table tr.row_success:active {
  background: #e2ffd6;
}

.dashboard_table tr.row_primary {
  background: #e0eaff;
  border-color: #c6cfea;
}

.dashboard_table tr.row_primary:hover,
.dashboard_table tr.row_primary:active {
  background: #d6e3ff;
}

.dashboard_table tr.row_warning {
  background: #fff4e0;
  border-color: #eaddc6;
}

.dashboard_table tr.row_warning:hover,
.dashboard_table tr.row_warning:active {
  background: #fff0d6;
}

.dashboard_table a .material-icons,
.dashboard_table a:visited .material-icons {
  margin: 0;
  vertical-align: top;
  color: black;
  font-size: 20px;
  margin-left: 35px;
  margin-top: 21px;
}

.dashboard_table .projectStatusLabel {
  display: inline-block;
  position: relative;
  padding: 0 6px;
  font-size: 11px;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  border-radius: 4px;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
  font-size: 8px;
  text-align: center;
  font-weight: 300;
  width: 90px;
  overflow: hidden;
}

.dashboard_table .project_label {
  top: 11px;
  left: -26px;
}

.dashboard_table .projectvalueicon {
  display: none;
}

.dashboard_midoffice_phase_sphere {
  display: inline-block;
  position: relative;
  font-size: 12px;
  background: #f1f1f1;
  width: 20px;
  height: 20px;
  vertical-align: top;
  border-radius: 50%;
  text-align: center;
  padding: 0px 0 0 2px;
  color: black;
  font-weight: bold;
  border: 1px solid #e2e2e2;
  margin: 0 0 0 -11px;
}

.openprojectinmidofficeall:hover, .openprojectinmidofficealldash:hover {
  background: #77be1d !important;
}

.crm_card {
  width: 100%;
  background-color: white;
  border-radius: 4px;
  border: 1px solid #cccccc;
  padding: 5px;
}

.crm_center {
  text-align: center;
}

.crm_companylogo {
  position: relative;
  height: auto;
  max-height: 70px;
  margin: 5px;
}

.crm_tinylogo {
  position: relative;
  height: auto;
  max-height: 20px;
  margin: 2px;
}

.crm_nameStyle {
  color: #01b1de;
  font-size: 15px;
  font-weight: 400;
}

.system_pim_price_table {
  border: 1px solid #e0e0e0;
}

.system_pim_price_table td,
.system_pim_price_table th {
  padding: 7px;
  position: relative;
}

.system_pim_price_table input[type="text"] {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  padding: 0 0 0 10px;
  margin: 0 -4px 0 -4px;
  width: calc(100% + 4px);
}

.system_pim_price_table tr td:first-child input {
  border: 1px solid #e0e0e0;
  border-right: none;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 0 0 0 10px;
  margin: 0 -4px 0 0;
  width: 100%;
}

.system_pim_price_table tr td:last-child input {
  border: 1px solid #e0e0e0;
  border-left: none;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  margin: 0 0 0 -4px;
  width: calc(100% - 8px);
}

.system_pim_price_table .system_pim_price_table_margin {
  position: absolute;
  top: 19px;
  right: 20px;
  font-weight: bold;
}

.pim_search_articles_container .pim_search_articles_form {
  position: relative;
}

.pim_search_articles_container .pim_search_articles_form input[type="text"] {
  border: 1px solid red !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  background: white;
  border-radius: 5px;
  text-align: center;
  font-weight: bold;
}

.pim_search_articles_container .pim_search_articles_form i {
  position: absolute;
  right: 0;
  top: 0;
}

.pim_search_header_url {
  display: inline-block;
  background: #004b5f;
  padding: 0 10px;
  border-radius: 6px;
  margin: 5px 10px 10px 0;
}

.pim_inner_container {
  border: 1px solid #d2d2d2;
  padding: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 3px;
  font-weight: bold;
}

.eproof-image-container {
  position: relative;
  float: left;
  margin-right: 30px;
}

.midoffice_section {
  display: block;
  position: relative;
  width: 100%;
  background: white;
  border-radius: 5px;
}

.midoffice_section .jq_midoffice_open_trigger,
.midoffice_section .jq_midoffice_open_trigger_disabled {
  display: block;
  position: relative;
  width: 100%;
  padding: 10px;
  font-weight: bold;
  cursor: pointer;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background: white;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.midoffice_section .jq_midoffice_open_trigger .midoffice_row_count,
.midoffice_section .jq_midoffice_open_trigger_disabled .midoffice_row_count {
  display: inline-block;
  position: relative;
  border-radius: 5px;
  background: #f44336;
  vertical-align: text-bottom;
  font-size: 10px;
  font-weight: bolder;
  color: white;
  padding: 1px 5px;
  margin: 0 0 0 5px;
}

.midoffice_section .jq_midoffice_open_trigger .midoffice_phase_tag,
.midoffice_section .jq_midoffice_open_trigger_disabled .midoffice_phase_tag {
  display: inline-block;
  position: relative;
  vertical-align: text-bottom;
  font-size: 10px;
  background: white;
  border-radius: 3px;
  padding: 1px 5px;
  margin: 0 5px 0 0;
}

.midoffice_section .jq_midoffice_open_trigger .midoffice_expand,
.midoffice_section .jq_midoffice_open_trigger_disabled .midoffice_expand {
  display: block;
  position: absolute;
  right: 10px;
  top: 9px;
  color: black;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.midoffice_section .jq_midoffice_open_trigger:hover,
.midoffice_section .jq_midoffice_open_trigger:active,
.midoffice_section .jq_midoffice_open_trigger_disabled:hover,
.midoffice_section .jq_midoffice_open_trigger_disabled:active {
  background: #e2e2e2;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.midoffice_section .jq_midoffice_open_trigger .midoffice_legend,
.midoffice_section .jq_midoffice_open_trigger_disabled .midoffice_legend {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.midoffice_section .jq_midoffice_open_trigger.active,
.midoffice_section .jq_midoffice_open_trigger_disabled.active {
  background: #e2e2e2;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.midoffice_section .jq_midoffice_open_trigger.active .midoffice_expand,
.midoffice_section .jq_midoffice_open_trigger_disabled.active .midoffice_expand {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.midoffice_section .jq_midoffice_open_trigger.active .midoffice_legend,
.midoffice_section .jq_midoffice_open_trigger_disabled.active .midoffice_legend {
  opacity: 1;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.midoffice_section .jq_midoffice_open_trigger_disabled {
  cursor: no-drop;
  opacity: 0.6;
}

.midoffice_section .jq_midoffice_open_target {
  border: 1px solid #e2e2e2;
  border-top: none;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.midoffice_section .jq_midoffice_open_target table tbody tr:last-child {
  border: none !important;
}

.midoffice_section .jq_midoffice_open_target table tr {
  cursor: default;
}

.midoffice_section .jq_midoffice_open_target table tr th {
  font-size: 13px;
  padding: 5px;
  border-right: 1px solid #e2e2e2;
}

.midoffice_section .jq_midoffice_open_target table tr th:last-child {
  border-right: none;
}

.midoffice_section .jq_midoffice_open_target table tr td {
  position: relative;
  white-space: nowrap;
  padding: 5px;
}

.midoffice_section .jq_midoffice_open_target table tr th:first-child,
.midoffice_section .jq_midoffice_open_target table tr td:first-child {
  padding-left: 10px;
}

.midoffice_section .jq_midoffice_open_target table tr th:last-child,
.midoffice_section .jq_midoffice_open_target table tr td:last-child {
  text-align: right;
  padding-right: 10px;
}

.midoffice_section .jq_midoffice_open_target table tr .midoffice_project_link {
  display: inline-block;
  color: #333;
  text-decoration: none !important;
}

.midoffice_section .jq_midoffice_open_target table tr:hover,
.midoffice_section .jq_midoffice_open_target table tr:active {
  background: #f9f9f9;
  -webkit-transition: background 0.1s ease-in-out;
  transition: background 0.1s ease-in-out;
}

.midoffice_section .jq_midoffice_open_target table tr.row_fail {
  background: #ffe0e0;
  border-color: #eac6c6;
}

.midoffice_section .jq_midoffice_open_target table tr.row_fail:hover,
.midoffice_section .jq_midoffice_open_target table tr.row_fail:active {
  background: #ffd6d6;
}

.midoffice_section .jq_midoffice_open_target table tr.row_success {
  background: #e9ffe0;
  border-color: #cdeac6;
}

.midoffice_section .jq_midoffice_open_target table tr.row_success:hover,
.midoffice_section .jq_midoffice_open_target table tr.row_success:active {
  background: #e2ffd6;
}

.midoffice_section .jq_midoffice_open_target table tr.row_primary {
  background: #e0eaff;
  border-color: #c6cfea;
}

.midoffice_section .jq_midoffice_open_target table tr.row_primary:hover,
.midoffice_section .jq_midoffice_open_target table tr.row_primary:active {
  background: #d6e3ff;
}

.midoffice_section .jq_midoffice_open_target table tr.row_warning {
  background: #fff4e0;
  border-color: #eaddc6;
}

.midoffice_section .jq_midoffice_open_target table tr.row_warning:hover,
.midoffice_section .jq_midoffice_open_target table tr.row_warning:active {
  background: #fff0d6;
}

.midoffice_section .jq_midoffice_open_target table tr.search_and_found {
  font-weight: bold !important;
  outline: 1px solid grey;
  background: #e6e6e6;
}

.midoffice_section .jq_midoffice_open_target table tr.search_and_found.row_fail {
  outline: 1px solid #d29292;
  background: #ffc7c7;
}

.midoffice_section .jq_midoffice_open_target table tr.search_and_found.row_success {
  outline: 1px solid #608f5e;
  background: #d7ffc7;
}

.midoffice_section .jq_midoffice_open_target table tr.search_and_found.row_primary {
  outline: 1px solid #435ca1;
  background: #c7d9ff;
}

.midoffice_section .jq_midoffice_open_target table tr.search_and_found.row_warning {
  outline: 1px solid #ecaa30;
  background: #ffebc7;
}

.midoffice_section .jq_midoffice_open_target table a .material-icons,
.midoffice_section .jq_midoffice_open_target table a:visited .material-icons {
  margin: 0;
  vertical-align: top;
  color: black;
  font-size: 20px;
  margin-left: 35px;
  margin-top: 7px;
}

.midoffice_section .jq_midoffice_open_target .dropdown-toggle {
  display: block;
  position: relative;
  padding: 0;
  margin: 0;
  cursor: pointer;
}

.midoffice_section .jq_midoffice_open_target .dropdown-toggle .material-icons {
  vertical-align: text-bottom;
}

.midoffice_section .jq_midoffice_open_target .project_label {
  top: 9px;
  left: -26px;
  height: 14px;
}

.midoffice_section .jq_midoffice_open_target .projectvalueicon {
  display: none;
}

.midoffice_section .jq_midoffice_open_target select {
  height: 28px;
  font-size: 12px;
  background: none;
  border: 1px dashed #8c8c8c;
}

.midoffice_section .jq_midoffice_open_target .dropdown-item a,
.midoffice_section .jq_midoffice_open_target .dropdown-item a:visited {
  color: black;
  border-bottom: 1px dotted gainsboro;
}

.midoffice_section .middoffice_projectlabel {
  display: inline-block;
  padding: 0 6px;
  font-size: 11px;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  border-radius: 4px;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
  font-size: 8px;
  text-align: center;
  font-weight: 300;
  width: 90px;
  overflow: hidden;
}

.midoffice_section .middoffice_fail,
.midoffice_section .middoffice_success,
.midoffice_section .middoffice_warning {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  font-size: 15px !important;
  text-align: center;
  background: none;
  color: #77be1d !important;
  padding: 3px 0 0 0;
  vertical-align: text-bottom !important;
}

.midoffice_section .middoffice_fail:after,
.midoffice_section .middoffice_success:after,
.midoffice_section .middoffice_warning:after {
  display: none;
  position: absolute;
  width: 20px;
  height: 20px;
  content: "";
  border-radius: 50%;
  border: 1px solid #77be1d;
  top: 0;
  left: 0;
}

.midoffice_section .middoffice_fail {
  color: #f44336 !important;
}

.midoffice_section .middoffice_fail:after {
  display: block;
  border-color: #f44336;
}

.midoffice_section .middoffice_warning {
  color: #ff7600 !important;
}

.midoffice_section .middoffice_warning:after {
  display: block;
  border-color: #ff7600;
}

.midoffice_section .midoffice_url {
  color: black;
  border-bottom: 1px dotted;
  text-decoration: none !important;
}

.midoffice_image_container {
  position: relative;
  display: block;
  width: 100%;
  height: 240px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.subsystems_approve_eproof_form {
  overflow-x: hidden;
  max-width: 1000px;
  margin: 30px auto;
  border-radius: 5px;
}

.subsystems_approve_eproof_form h4 {
  margin: 0 0 10px 0;
  font-size: 15px;
  font-weight: bold;
}

.subsystems_approve_eproof_form .approve_eproof_container {
  position: relative;
  display: block;
  width: 100%;
  padding: 20px;
  border: 1px solid #dcdcdc;
  border-radius: 3px;
}


/* copy product id in category page */
.contentproduct{
  position: absolute;
  padding-left: 6px;
  font-size: 16px;
  cursor: pointer;
}
.copy-content{
  position: absolute;
  padding-left: 6px;
  font-size: 16px;
  cursor: pointer;
}

.subsystems_approve_eproof_form .approve_eproof_container .eproof_image_container {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

.subsystems_approve_eproof_form .eproof_rejection_container {
  padding: 10px;
  background: #ffe8e8;
  border-radius: 5px;
  margin: 23px 0 -10px 0;
  border: 1px solid #d6afaf;
}

.subsystems_approve_eproof_form .btn {
  background: #77be1d;
  font-weight: bold;
}

.subsystems_approve_eproof_form .minititle {
  display: block;
  position: relative;
  margin: 20px 0 -7px 3px;
}

.eprooficon{
  height: 30px;
  vertical-align: text-top;
  display: inline-flex;
  margin-top: 5px;
}
.eprooficon-menu{
  height: 30px;
  vertical-align: text-top;
  display: inline-flex;
  margin-top: -5px;
}
.midoffice_legend {
  position: absolute;
  right: 56px;
  top: 10px;
}

.midoffice_legend .midoffice_legend_item {
  position: relative;
  font-weight: 600;
  display: inline-block;
  color: #616161;
  font-size: 12px;
  margin: 0 0 0 30px;
}

.midoffice_legend .midoffice_legend_item i {
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #4e4e4e;
  background: white;
  top: 3px;
  left: -17px;
}

.jq_midoffice_search_project, .jq_sample_midoffice_search_project {
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  background: white;
  border-radius: 5px;
  font-weight: bold;
  cursor: pointer;
  height: 42px;
  border: none;
  width: 230px;
}

@media (prefers-color-scheme: dark) {
  .sidebar .loopperLogoContainer {
    background: #101010;
    border-right: 1px solid #072c35;
  }

  #app .sidebar {
    background: #101010;
    border-right: 1px solid #072c35;
  }

  #app .sidebar::-webkit-scrollbar {
    width: 3px;
  }

  #app .sidebar::-webkit-scrollbar-track {
    background: #101010;
  }

  #app .sidebar::-webkit-scrollbar-thumb {
    background: #aeb9c4;
  }

  #app .sidebar .mainmenu li a,
  #app .sidebar .mainmenu li a:active,
  #app .sidebar .mainmenu li a:visited,
  #app .sidebar .mainmenu li .submenuholder,
  #app .sidebar .mainmenu li .deactivatedLink {
    color: #a2a2a2;
  }

  #app .sidebar .mainmenu li a:hover,
  #app .sidebar .mainmenu li a:active,
  #app .sidebar .mainmenu li a:active:hover,
  #app .sidebar .mainmenu li a:active:active,
  #app .sidebar .mainmenu li a:visited:hover,
  #app .sidebar .mainmenu li a:visited:active,
  #app .sidebar .mainmenu li .submenuholder:hover,
  #app .sidebar .mainmenu li .submenuholder:active,
  #app .sidebar .mainmenu li .deactivatedLink:hover,
  #app .sidebar .mainmenu li .deactivatedLink:active {
    color: white !important;
  }

  #app .sidebar .mainmenu li.active .submenuholder {
    background: #333333;
    color: white !important;
  }

  #app .sidebar .mainmenu li .collapsible-body {
    background: #424242;
  }

  #app .sidebar .nav-item.active > a,
  #app .sidebar .mainmenu li .collapsible-body a.active {
    color: white !important;
  }
}

@media (min-width: 0px) and (max-width: 991px) {
  .loginScreenContainer {
    background: white;
  }

  .loginscreen {
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .loginFootnote {
    display: none;
  }

  .projectscontainer .tableLike .tableLikeHeader {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 0px) and (max-width: 575px) {
  .loopperLogo {
    width: 135px;
  }

  .userName,
  .headerIcon:nth-child(2),
  .headerIcon:nth-child(3),
  .headerIcon:nth-child(4),
  .headerIcon:nth-child(5),
  .headerIcon:nth-child(6),
  .tableLike .bubble {
    display: none !important;
  }

  .loopperAccountContainer {
    left: 23px;
  }

  .loopperTabContainer .loopperTabs {
    width: 100%;
  }

  #app main .mainHeader .loopperDescription {
    max-width: 100%;
  }

  .miniIMG {
    width: 23px;
    height: 23px;
  }

  .bottomOptions .btn-primary {
    font-size: 0;
    padding-top: 14px;
    padding-left: 25px;
    background: #77be1d;
    border-color: #69a81a;
  }

  .bottomOptions a,
  .bottomOptions a:visited {
    opacity: 0.7;
    font-size: 11px;
  }

  .bottomOptions a:hover,
  .bottomOptions a:active,
  .bottomOptions a:visited:hover,
  .bottomOptions a:visited:active {
    opacity: 1;
  }

  .projectscontainer .tableLike .tableLikeHeader {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .loopperTabContainer .loopperTabs {
    width: 100%;
  }

  #app main .mainHeader .loopperDescription {
    max-width: 100%;
  }

  .projectscontainer .tableLike .tableLikeHeader {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .loopperTabContainer .loopperTabs {
    width: 100%;
  }

  #app main .mainHeader .loopperDescription {
    max-width: 100%;
  }

  .projectscontainer .tableLike .tableLikeHeader {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .responsiveMenuContainer {
    display: none;
  }
}

@media (min-width: 0px) and (max-width: 1350px) {
  .filterMiniButton {
    display: none;
  }

  .alignButtons {
    display: block;
    -webkit-box-pack: unset;
    -ms-flex-pack: unset;
    justify-content: unset;
  }

  .presetButtonContainer .filterPreDate {
    width: 100%;
    font-size: 11px !important;
  }
}

@media (min-width: 1200px) and (max-width: 1650px) {
  .rankingContainer .star {
    font-size: 9px;
  }

  .assignLink {
    font-size: 9px;
  }

  .presetButtonContainer .filterPreDate {
    font-size: 8px;
  }
}

@media (min-width: 1200px) {
  .responsiveMenuContainer {
    display: none;
  }
}

.responsiveMenuContainer {
  position: absolute;
  width: 100%;
  background: #fff;
  top: 0;
  left: -105%;
  right: 0;
  bottom: 0;
  z-index: 10;
  padding-top: 21px;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-transition: left 0.4s ease-in-out;
  transition: left 0.4s ease-in-out;
}

.responsiveMenuContainer::-webkit-scrollbar {
  width: 3px;
}

.responsiveMenuContainer::-webkit-scrollbar-track {
  background: white;
}

.responsiveMenuContainer::-webkit-scrollbar-thumb {
  background: #aeb9c4;
}

.responsiveMenuContainer .responsiveMenu {
  position: relative;
  width: 100%;
  background: #fff;
}

.responsiveMenuContainer.open {
  left: 0;
  -webkit-transition: left 0.4s ease-in-out;
  transition: left 0.4s ease-in-out;
}

.logotable, .logoth, .logotd {
  border: 1px solid black;
  border-collapse: collapse;
}

@media (min-width: 1400px) and (max-width: 1480px) {
  html,
  body {
    font-size: 11px !important;
  }

  .projectDetailsLink {
    font-size: 11px;
    top: 1px;
  }

  .alignButtons {
    display: block;
  }

  .alignButtons button {
    width: 100%;
  }

  .alignButtons .presetMoreOptions {
    z-index: 100;
  }
}

@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;
  }
}
#bulkAssign {
  z-index: 9999;
}
.modal-sm-modal{
  box-shadow: none !important;
  z-index: 9999 !important;
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

#app main .loopperTabContainer .datepicker-container .select-dropdown.dropdown-trigger {
  margin: 8px 10px 0px 0px;
  border: 1px solid #e0e0e0 !important;
  background: white;
  padding: 0 10px;
  height: 34px;
  font-size: 13px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 3px;
}

#result{
  position:absolute;
  z-index:3;
  background-color: whitesmoke;
  width: 380px;
  cursor: pointer;
  width: 490px;
}
.btnSelect1:hover{
  background-color:skyblue;
}
.btnSelect2:hover{
  background-color:skyblue;
}
input.phoneCls {
  border-bottom: none !important;
  height: 2rem !important;
  margin-bottom: 0 !important;
}
input.phoneCls:focus {
  border: none !important;
  box-shadow: none !important;
}

/* general infomation page purchase note */
tr.main-pms{
  border-bottom:none;
}

td.pmscolor {
  padding: 0;
}

.removedPrintOption>span{
  background-color: #ffc783 !important;
}

.removedPrintOptiondl>span{
  background-color: #ffcccb !important;
}

.zeroPrintOption>span{
  background-color: #ffc783 !important;
}
.printoptionofferscreeen .select-dropdown > li > span {
  color: #000;
}
.margincaliculator{
  border-style: groove;
  width: 300px;
}
.allproductmar{
  text-align: right;
}
.popupsingle{
  border-color: #000; 
  border-style: groove; 
  border-width: 2px; 
  padding: 0px; 
  background-color:rgb(248, 248, 255);
  width: fit-content;
  margin-top:-14px;
  position: absolute;
  z-index: 15;
}
.alignpricecal{
  text-align: right;
}
input.loader{background: #FFF url(/images/loader-icon.gif) no-repeat right;}
.hierarchy-reverse-icon{
  display: inline-block;
  width: 24px;
  height: 24px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(/images/hierarchy_reverse.png);
}
input.vatloader{background: #FFF url(/images/loader-icon.gif) no-repeat right;}
.hierarchy-reverse-icon{
  display: inline-block;
  width: 24px;
  height: 24px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(/images/hierarchy_reverse.png);
}
.chain-links-icon{
  display: inline-block;
  width: 24px;
  height: 24px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(/images/chain-links.png);
  margin-top: 6px;
}
#select-item-list{float:left;list-style:none;margin-top:-8px;padding:0;width:auto;position: absolute;z-index: 999;}
#select-item-list li{padding: 10px; background: #f0f0f0; border-bottom: #bbb9b9 1px solid;}
#select-item-list li:hover{background:#ece3d2;cursor: pointer;}
.fixed_header{
  table-layout: fixed;
  border-collapse: collapse;
}
.fixed_header tbody{
display:block;
width: 100%;
overflow: auto;
max-height: 310px;
}
.fixed_header thead tr {
 display: block;
}
.fixed_header th, .fixed_header td {
padding: 5px;
text-align: left;
}
.tbl-badge{
  border-radius: 50%;
  width: 15px;
  height: 15px;
  background-color: red !important;
  position: absolute;
  font-size: 9px;
  padding: 0;
  line-height: 16px;
  color: white !important;
  text-align: center;
  margin-top: 18px;
}
.bd-icon {
  margin-left: -5px;
}
a:hover {
  text-decoration: none!important;
}
/* checkbox general informations */
.main-genf-co{
  padding-right: 20px;
}
.sub-genf-co{
  opacity:1 !important;
  pointer-events:unset !important;
  cursor: pointer !important;
  top: 10px !important;
}

.main-scd-gen{
  display: none;
  padding-bottom: 2px;
}
.sub-scd-gen{
  opacity: 1 !important;
  pointer-events: unset !important;
  margin-top: 6px !important;
  transform: scale(1.3) !important;
  cursor: pointer !important;
  left: 20px !important;
}
.main-genif-tskde{
  padding-right: 15px;
  padding-left: 25px;
}
.sub-genif-tskde{
  margin-top: 10px;
  transform: scale(1.5) !important;
}
.projectStatusLabel_phase_sphere, .visitCountlabelsphere {
    font-size: 12px;
    line-height: 16px;
    background: #f1f1f1;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    text-align: center;
    padding: 0px;
    margin: 0px;
    color: black;
    font-weight: bold;
    border: 1px solid #e2e2e2;
}
.projectStatusLabel_phase_sphere{
    position: absolute;
    top: -2.5px;
    right: -9px;
}
.visitCountlabelsphere {
    position: absolute;
    top: -2.5px;
    left: -9px;
}
.projectoverView_phase_sphere {
  display: inline-block;
  position: relative;
  font-size: 10px;
  line-height: 16px;
  background: #01b1de;
  width: 18px;
  height: 18px;
  vertical-align: top;
  border-radius: 50%;
  text-align: center;
  padding: 0px;
  color: #fafdff;
  font-weight: bold;
  border: 1px solid #e2e2e2;
  margin: 0px;
}
.row.row-processing {
    background: #ffe0e0 !important;
    border-color: #eac6c6;
}
.row.row-processing:hover {
    background: #ffd6d6 !important;
}
.marginPercentageTbl td, .marginPercentageTbl th {
    padding: 0 5px;
}
.small-btn {
    height: 26px;
    line-height: 26px;
    text-transform: none;
    font-size: 13px;
}
.small-spinner {
  border: 4px solid #f3f3f3;
  border-radius: 50%;
  border-top: 4px solid #3498db;
  width: 20px;
  height: 20px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
}

.large-spinner {
  border: 4px solid #f3f3f3;
  border-radius: 50%;
  border-top: 4px solid #3498db;
  width: 40px;
  height: 40px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

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

.mockupActCss {
    line-height: inherit;
}
.mockupActCssAll {
  border-color: #01b1de;
}

.allMockupOptionsWrapper {
    padding: 20px 20px 10px;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}
.mockupBtnForm {
  display: inline-block;
}

/* planned email filter */
.plannedemailfilter .select-wrapper .select-dropdown.dropdown-trigger {
  display: none;
}
.plannedemailfilter select {
display: block;
}
.plannedemailfilter .caret{
  display:none;
}
.plannedemails-widget .plannedeml {
  overflow: auto;
  max-height: 520px;
}
.planned-email-table {
  width: 100%;
  min-width: 1600px;
  border-collapse: collapse;
}
.planned-email-table thead th {
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 2;
}
.planned-email-table td,
.planned-email-table th {
  white-space: nowrap;
  vertical-align: middle;
  padding: 6px 5px;
}
.planned-email-edited-text {
  color: #0066cc;
  background: #c8f4ff;
}
.plannedemailfilter .plannedemailfil-rating,
.plannedemailfilter .plannedemailfil-label {
  min-width: 150px;
}
.planned-rating-symbol {
  display: inline-flex;
  align-items: center;
}
.planned-rating-symbol .material-icons {
  font-size: 18px;
  line-height: 1;
}
.planned-label-badge {
  position: relative;
  display: inline-block;
  min-width: 18px;
  padding: 1px 8px 1px 8px;
  border-radius: 3px;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  line-height: 16px;
  text-align: center;
}
.planned-label-badge:after {
  content: '';
  position: absolute;
  top: 0;
  right: -8px;
  width: 0;
  height: 0;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
}
.planned-label-A {
  background: #76b947;
}
.planned-label-A:after {
  border-left: 8px solid #76b947;
}
.planned-label-B {
  background: #9acb55;
}
.planned-label-B:after {
  border-left: 8px solid #9acb55;
}
.planned-label-C {
  background: #f0c75e;
}
.planned-label-C:after {
  border-left: 8px solid #f0c75e;
}
.planned-label-D {
  background: #e8a760;
}
.planned-label-D:after {
  border-left: 8px solid #e8a760;
}
.planned-label-E {
  background: #eb7f8f;
}
.planned-label-E:after {
  border-left: 8px solid #eb7f8f;
}
.mockupdesignmain{
  display: flex;
  justify-content: center;
  width: 100%;
  position: relative;
}
.gnmockupdesignsub{
  margin: 0;
  position: relative;
  width: 100%;
  padding: 5px 1px;
  top: 0;
  text-align: center;
  font-size: 11px;
  color: #000;
  border-color: #000;
  background-color: #039be5;
  font-weight: bold;
  border-radius: 5px;
  border:1px solid black;
}
.gnmockupdesignsub:hover{
  background: #77be1d;
  border: 1px solid #69a81a;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.mockupdesignsub{
  display: inline-block;
  position: absolute;
  margin: 8px 10px 0 0;
  padding: 6px 10px;
  width: 80%;
  border-radius: 5px;
  overflow: hidden;
  white-space: nowrap;
  top: -3px;
  font-size: 11px;
  color: #000;
  background-color: #039be5;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.mockupdesignsub:hover{
  background: #77be1d;
  border: 1px solid #69a81a;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.vectordesignsub{
  display: inline-block;
  position: absolute;
  margin: 8px 10px 0 0;
  padding: 6px 10px;
  width: 80%;
  border-radius: 5px;
  overflow: hidden;
  white-space: nowrap;
  top: -3px;
  font-size: 11px;
  color: #000;
  background-color: #039be5;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.vectordesignsub:hover{
  background: #77be1d;
  border: 1px solid #69a81a;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.blockstyle {
    display: block;
    position: relative;
    margin: 0 0 15px 0;
    background: #ffffff;
    border: 1px solid #dedede;
    border-radius: 5px;
}
.visitLogBlock {
    padding: 8px;
}
.visitLogBlock tr {
    border: none;
}
.visitLogBlock td, .visitLogBlock th {
    padding: 2px 0 !important;
}
.visitLogBlock td {
    text-align: right;
}
.visitLogList {
    padding: 8px;
}
.visitLogList tr {
    border: none;
}
.visitLogList td, .visitLogList th {
    padding: 2px 0 !important;
}
.visitLogList td {
    text-align: right;
}
.visilogheader {
    display: flex;
    justify-content: space-between;
    padding: 15px 0 10px;
    margin: 0 18px;
    border-bottom: 2px solid #a5a5a5;
}
.visilogtitle {
    margin: 0;
    font-weight: bold;
}
.visilogheader .close {
    width: 25px;
}
.visilogcontent {
    margin: 0 18px;
}
.visilogcontent .visitLogBlock {
    border-bottom: 2px solid #a5a5a5;
}
.thwidth {
    width: 80px;
}
.thwidth.thwidthdata {
    text-align: center;
}
.visitlogbtn {
    background-color: #01b1de;
}
.visilogfooter {
    margin: 0 18px;
    padding: 10px 0;
    border-top: 2px solid #ccc;
}
.visilogfooter button {
    float: right;
}
.visitLogList tr:nth-child(even) {
    background-color: #f2f2f2;
}
.btn-chkbox-wrap {
    display: flex;
    margin-bottom: 10px;
}
.custom-checkbox {
    opacity: 1 !important;
    pointer-events: unset !important;
    margin-top: 2px !important;
    transform: scale(1.3) !important;
    cursor: pointer !important;
    position: relative !important;
    margin: 0 10px 0 5px !important;
}
.custom-checkbox.del-mockup-file {
    position: absolute !important;
    top: 4px;
    left: 0px;
}
.delete_single_file {
    display: block;
    position: absolute;
    top: 3px;
    right: 3px;
    width: 16px;
    height: 16px;
    padding: 0;
    border: none;
}
.delete_single_file i {
    font-size: 16px;
    color: grey;
    -webkit-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

/* Styles for dialog window */
#small-dialog {
	background: white;
	padding: 20px 30px;
	text-align: left;
	max-width: 400px;
	margin: 40px auto;
	position: relative;
}
#addCustomRemark {
	background: white;
	padding: 20px 30px;
	text-align: left;
	max-width: 400px;
	margin: 40px auto;
	position: relative;
}
#send-email-alert {
	background: white;
	padding: 20px 30px;
	text-align: left;
	max-width: 400px;
	margin: 40px auto;
	position: relative;
}
#booked-invoice-warning {
	background: white;
	padding: 20px 30px;
	text-align: left;
	max-width: 420px;
	margin: 40px auto;
	position: relative;
	border: 4px solid #01b1de;
	border-radius: 4px;
}
#booked-invoice-warning h6 {
	font-weight: 600;
	margin-bottom: 10px;
}
#booked-invoice-warning .booked-warning-icon {
	vertical-align: middle;
	margin-right: 4px;
	color: #ff9800;
}
#booked-invoice-warning p {
	color: #555;
	font-size: 14px;
	line-height: 1.6;
}
#copy-remark-text {
	background: white;
	/* padding: 20px 30px; */
	text-align: left;
	max-width: 800px;
  height: 200px;
	margin: 40px auto;
	position: relative;
  border: 4px solid #00b1dc;
  border-radius: 8px;
}
.mockup-modal-popup-block {
    background: #FFF;
    padding: 20px 30px;
    text-align: left;
    max-width: 70%;
    margin: 20px auto;
    position: relative;
    border: 5px solid #00b1dc;
    border-radius: 4px;
}
.vector-modal-popup-block {
  background: #FFF;
  text-align: left;
  max-width: 90%;
  margin: 20px auto;
  position: relative;
  border: 5px solid #00b1dc;
  border-radius: 4px;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-bottom: 8px;
  /* height: 950px; */
}
.vector-border-right {
  border-right: solid 3px #00b1dc;
  /* height: 900px; */
}
.vector-swiper-wrapper{
   align-items: center;
}
.vector-swiper-wrapper .swiper-slide img {
  max-width: 100%; 
  max-height: 100%;
  object-fit: contain;
  height: 500px;
}
.vector-actions {
  background: #00b1dc;
  padding-right: 40px;
  padding-top: 10px;
}
.projectlogo-modal-popup-block {
    background: #FFF;
    padding: 20px 30px;
    text-align: left;
    max-width: 60%;
    margin: 20px auto;
    position: relative;
    border: 5px solid #00b1dc;
    border-radius: 4px;
}
.offermockupmodalbtnwrap {
    display: flex;
    align-items: center;
    margin-left: 26px;
}
.vectorize-ai-logo-modal {
  position: fixed;
  z-index: 9999;
  left: 0; top: 0;
  width: 100%; height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex; align-items: center; justify-content: center;
}

.vectorize-ai-logo-modal-content {
  background: #fff;
  max-width: 1000px;
  width: auto;
  height: auto;
}

.vectorize-ai-modal-header {
  display: flex;
  justify-content: flex-end;
  background: #01b1de;
  padding: 10px;
}

.vectorize-ai-logo-modal-close {
  font-size: 30px;
  cursor: pointer;
  color: white;
}
.vectorize-ai-single-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 20px;
}
.vectorize-ai-swiper {
  width: 100%;
  height: 400px;
  margin-top: 15px;
}

.vectorize-ai-swiper-slide {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.vectorize-ai-swiper-slide img {
  max-width: 90%;
  max-height: 100%;
}

.vectorize-ai-single-logo img {
  max-width: 100%;
  max-height: 70vh;
  object-fit: contain;
}
.vectorize-ai-hover-zoom {
    position: relative;
    max-width: 100%;
    height: auto;
    cursor: zoom-in;
}

.vectorize-ai-hover-zoom:hover::after {
    content: '';
    position: absolute;
    top: -150%;
    left: 50%;
    transform: translateX(-50%);
    width: 300px;
    height: 300px;
    background-image: url(/** dynamically inserted by JS **/);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    border: 1px solid #ccc;
    background-color: white;
    z-index: 999;
    pointer-events: none;
}

/* Alternative approach using a tooltip element */
.vectorize-ai-swiper-slide a {
    position: relative;
    display: inline-block;
}

.vectorize-ai-swiper-slide a:hover::after {
    content: "";
    position: absolute;
    top: -320px;
    left: 50%;
    transform: translateX(-50%);
    width: 300px;
    height: 300px;
    background-image: attr(href url);
    pointer-events: none;
}
.vectorize-ai-logo-container {
    position: relative;
    text-align: center;
    margin-bottom: 10px;
}

.vectorize-ai-download-btn {
  display: flex;
  flex-direction: row-reverse;
  font-size: 30px;
}



.offermockupmodalbtnwrap .checkboxContainer {
    margin-left: 30px;
}
.mockupLinkCards {
    border: none;
    background: transparent;
    padding: 0;
}
.mockupLinkCards:focus {
    background: transparent;
}

.logowrapmain {
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ccc;
    float: left;
    margin: 0 2px 2px 0px;
    position: relative;
    overflow: hidden;
}

.logowrap .checkboxContainer {
    position: absolute;
    right: -8px;
    top: -4px;
}
input.logoselectbox {
    opacity: 1 !important;
    width: 22px;
    height: 20px;
    pointer-events: unset !important;
    right: -2px;
    top: -1px;
}
.mockup-row {
    border: 1px solid #ccc;
    border-radius: 4px;
    padding-top: 15px;
}
.mockup_popup_css th, .mockup_popup_css td {
    padding: 0px;
}
.uploadforall .mockupdetail {
    width: 100%;
    max-width: 100%;
    flex: unset;
}
.mockupanduploadwrap {
    display: flex;
}
.uploadforall .logouploadforallmockup {
    display: block;
    margin-left: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.uploadforall .mockuplistwrapper .singleupload {
    display: none;
}
.individualupload .logouploadforallmockup {
    display: none;
}
.uploadforall .mockuplistwrapper {
    margin-right: 10px;
}
.ajaxDropzoneLogo {
    /* border: 2px dotted #e1e1e1;
    background: white;
    width: 80px; */
    min-height: 80px;
    padding: 0;
    margin: 0;
}
.logowrapmain.dropzoneWrap {
    border: none;
}
.singleupload .projectlogo_popup_css {
    max-height: 12em;
    overflow-y: scroll;
}
.droplogo_popup_css {
  max-height: 11em;
  overflow: hidden;
}
/* Tabs CSS - start */
ul.logotabs{
  background:none!important;
  border:none!important;
  display: inline-block;
  width:100%;
  padding-left:0;
  margin: 0;
  -webkit-margin-before: 0;
  -webkit-padding-start: 0;
}
ul.logotabs li {
  list-style:none;
  cursor:pointer;
  margin-right:15px;
  display: inline-block;
  float:left;
  border: 2px solid rgba(0,0,0,0.1);
  padding: 0 10px;
  border-radius:5px;
  background-color: #f8f8f8;
  line-height: 35px;
  font-family: sans-serif;
}
ul.logotabs li.tabactive{
  background-color: #00b1dc;
}
.logotabs_container{
  padding-top:8px;
  border-top: 1px solid #ccc;
  display: inline-block;
  width:100%;
}
.logotabs_container .logotab_content{
  display: none;
}
.logotabs_container .logotab_content.tabactive{
  display: block;
}
/* Tabs CSS - end */

/**
 * Fade-zoom animation for first dialog
 */

/* start state */
.my-mfp-zoom-in .zoom-anim-dialog {
	opacity: 0;

	-webkit-transition: all 0.2s ease-in-out; 
	-moz-transition: all 0.2s ease-in-out; 
	-o-transition: all 0.2s ease-in-out; 
	transition: all 0.2s ease-in-out; 



	-webkit-transform: scale(0.8); 
	-moz-transform: scale(0.8); 
	-ms-transform: scale(0.8); 
	-o-transform: scale(0.8); 
	transform: scale(0.8); 
}

/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
	opacity: 1;

	-webkit-transform: scale(1); 
	-moz-transform: scale(1); 
	-ms-transform: scale(1); 
	-o-transform: scale(1); 
	transform: scale(1); 
}

/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
	-webkit-transform: scale(0.8); 
	-moz-transform: scale(0.8); 
	-ms-transform: scale(0.8); 
	-o-transform: scale(0.8); 
	transform: scale(0.8); 

	opacity: 0;
}

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
	opacity: 0;
	-webkit-transition: opacity 0.3s ease-out; 
	-moz-transition: opacity 0.3s ease-out; 
	-o-transition: opacity 0.3s ease-out; 
	transition: opacity 0.3s ease-out;
}
/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
	opacity: 0.8;
}
/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
	opacity: 0;
}


/**
 * Fade-move animation for second dialog
 */

/* at start */
.my-mfp-slide-bottom .zoom-anim-dialog {
	opacity: 0;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;

	-webkit-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
	-moz-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
	-ms-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
	-o-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
	transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );

}

/* animate in */
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
	opacity: 1;
	-webkit-transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
	-moz-transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
	-ms-transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
	-o-transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
	transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
	opacity: 0;

	-webkit-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
	-moz-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
	-ms-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
	-o-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
	transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
}

/* Dark overlay, start state */
.my-mfp-slide-bottom.mfp-bg {
	opacity: 0;

	-webkit-transition: opacity 0.3s ease-out; 
	-moz-transition: opacity 0.3s ease-out; 
	-o-transition: opacity 0.3s ease-out; 
	transition: opacity 0.3s ease-out;
}
/* animate in */
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
	opacity: 0.8;
}
/* animate out */
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
	opacity: 0;
}

.textmockup {
  display: block;
  position: relative;
  margin: 0 0 15px 0;
  padding: 10px;
  background: #f3f3f3;
  border: 1px solid;
  border-radius: 3px;
}

.textlogomockup {
    width: 64%;
    display: table;
    display: block;
    position: relative;
    margin: 10px 0 15px 150px;
    line-height: 0px;
    padding-left: 10px;
    border: 1px solid;
    border-radius: 3px;
}

.textlogomockupcompany {
    width: 58%;
    display: table;
    display: block;
    position: relative;
    margin: 10px 0 15px 0px;
    line-height: 0px;
    padding-left: 10px;
    border: 1px solid;
    border-radius: 3px;
}

.textlogorequestmockup {
    width: 70%;
    display: table;
    display: block;
    position: relative;
    margin: 10px 0px 10px 50px;
    line-height: 0px;
    padding-left: 10px;
    border: 1px solid;
    border-radius: 3px;
}

.textchangelogo {
    width: 35%;
    display: table;
    display: block;
    position: relative;
    line-height: 0px;
    padding-left: 10px;
    border: 1px solid;
    border-radius: 3px;
}

.inputcss {
    width: 73%;
    padding: 0;
}

.b5_pagination {
    background-color: transparent !important;
    box-shadow: unset;
    height: 48px;
    line-height: 48px;
}
.b5_pagination .pagination {
    height: 54px;
    top: 0;
    right: 0;
}
.b5_pagination .pagination li {
    background: white !important;
}

.mockupoptioncss{
  height: 4rem;
  padding-left: 15px;
  padding-top: 10px;
  background-color: #fff;
}
.tbl-highlight{
  border: 3px dashed gray !important;
}
.lazy-load{
  background-image: url("/storage/webshop/content/shares/65130cef0fb22.gif");
}

/*  */
.sec-on-lef{
  display: flex;
  align-items: flex-end;
}
.ipt input[type="text"] {
  border: 1px solid #e0e0e0 !important;
  background: white;
  padding: 0 10px;
  height: 34px;
  font-size: 13px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 3px;
}
.refresh-btn-indet{
  padding: 4px 15px;
  display: flex;
  color: #fff;
  background-color: #9d9d9d;
  border-color: #9d9d9d;
  align-items: center;
  font-size: 14px;
}

.invoicedetailsloader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #dee2e6;
  opacity: 0.8;
}
.invoicedetailsloader:before {
  content: "";
  border: 4px solid #3498db;
  border-top: 4px solid transparent;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 2s linear infinite;
}

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

.pro-noin{
  margin-bottom: 25px;
}
.afterdeltablecon{
  width: 100%;
  max-height: 550px;
  overflow-y: auto;
  margin: 0;
  padding: 0;
}
.afterdeltabletab{
  width: 100%;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
}
.afterdeltablethead{
  position: sticky;
  top: 0;
  background-color: #eeeeee;
  border-color: #dee2e6;
}
.afterdeltablefoot{
  position: sticky;
  bottom: 0;
  background-color: #eeeeee;
  border-color: #dee2e6;
}
/*  */

.invoicecustom-checkbox {
  width: 24px;
  height: 23px;
  background-color: white;
  border: 2px solid black;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 3px;
  transition: background-color 0.3s, border-color 0.3s;
}

/* Style for the checkmark inside the checkbox */
.invoicecustom-checkbox.checked {
  background-color: white;
}
.invoicecheckmark {
  font-size: 28px;
  color: #65bc2a;
  font-weight: 700;
  visibility: hidden;
}
.invoicecustom-checkbox.checked .invoicecheckmark {
  visibility: visible;
}
.paymentnotes{
  max-height: 200px;
  overflow-y: auto;
}
.invoicetdcmt{
  display: flex;
  align-items: flex-end;
}
.purchasecmt{
  display: flex;
  align-items: flex-end;
}
.bdf-invoice{
  color: #fff !important;
  background: #5f9813;
  cursor: pointer;
}
.invoice-sort{
  color: #000 !important;
  cursor: pointer;
}

.invoice-sort:hover{
  color: #01b1de !important;
}

.radio-btn-style{
  opacity: 1 !important;
  pointer-events: unset !important;
  margin-top: 5px !important;
  transform: scale(1.5) !important;
  cursor: pointer !important;
}
:root {
  --main-bg-color: #008000;
}
.radio-btn-style {
  /* background-color: var(--main-bg-color); */
  accent-color: var(--main-bg-color);
}
.ipt .select-wrapper ul li span{
  color:black;
}
.no-invoice-tit{
  border: 1px solid #eeeeee;
  border-color: #eee;
  color: #000;
  background-color: #eee;
  cursor: pointer;
}
.no-invoice-con{
  margin: 15px;
}
.invoice_row_count{
  display: inline-block;
  position: relative;
  border-radius: 5px;
  background: #f44336;
  vertical-align: text-bottom;
  font-size: 10px;
  font-weight: bolder;
  color: white;
  padding: 1px 5px;
  margin: 0 0 0 5px;
}

.replace_file {
  display: block;
  position: absolute;
  top: 3px;
  right: 3px;
  z-index: 11;
}
.mockup-dropzone {
  display: block;
  position: relative;
}
.mockup-dropzone .mockupFileUploadInput input{
  height: 121.8px;
  margin: 0;
}
.mockup-dropzone .mockupFileUploadInput input:after {
  margin-top: 15px !important;
}
.send_mockup_directly_cus{
  background: #77be1d;
  color: white;
  padding-top: 4px !important;
  padding-bottom: 5px !important;
  padding: 0px 6px;
  font-weight: 700;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
}
.send_mockup_directly_btn{
  background: #77be1d !important;
  margin-top: -3px;
  padding-top: 1px;
  padding-bottom: 3px;
  color: white !important;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.main-productstock{
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.productstocksub{
  display: flex;
  align-items: center;
}

.custom-icon-smiley-red {
  background-image: url(/images/smiley-red.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 18px;
  height: 18px;
}

.custom-icon-m-blue {
  background-image: url(/images/m-blue.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 18px;
  height: 18px;
}

.custom-icon-monkey {
}

.custom-icon-bear {
}

.custom-icon-bronge {
}

/* my css */

.head-content-wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  margin-right: -13px;
  margin-left: -13px;
}

.head-l {
  /* width: 100%;
  max-width: 58.333%; */
  display: flex;
  padding-left: 15px;
  padding-right: 15px;
}

.offerLogo {
  width: 370px;
  padding:0px;
}

.head-m {
  display: none;
  padding-left: 15px;
  padding-right: 15px;
}

.v-line-v{
  background: #65bc2a;
min-height: 75px;
height: 100%;
width: 0.2rem;
border-radius: 100%;
}
.tex-fl {
  display: flex;
  align-items: center;
}
.row-flag {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-right: -13px;
  margin-left: -13px;
}

.flag-sect, .top-review-sect {
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
    align-items: center;
}
.flaglbl {
	font-family: 'Nunito';
  font-size: 22px;
  vertical-align: text-top;
  display: inline;	
	font-weight: 650;
	margin-right: 20px;
}

.loopper_kiyoh_container .kiyoh_star_container, .loopper_kiyoh_container:visited .kiyoh_star_container {
  display: inline-block;
}

.loopper_kiyoh_container .kiyoh_star_container span {
  color: #66bc29;
  font-size: 16px;
  position: relative;
  vertical-align: text-top;
  margin: 0 4px 0 0;
  display: inline-block;
}

.loopper_kiyoh_container, .loopper_kiyoh_container:visited {
  display: block;
  position: relative;
  width: 100%;
  text-align: right;
  color: #000 !important;
  text-decoration: none;
  border: none !important;
  margin-top: 4px;
  margin-right: 11px;
  font-weight: 600;
}

.oo-d-sm-none, .oo-d-md-none, .oo-d-xd-none {
  display: block;
}
.oo-d-sm-block, .oo-d-md-block, .oo-d-xd-block {
  display: none;
}
.av-pic { position: relative; width: 85px; height: 85px; overflow: hidden; border-radius: 50%;     border: solid 3px #65bc2a;} 
.av-pic img { width: 100%; height: auto; }

.avatar-flag {
  width: 32px;
  height: 32px;
  border-radius: 50%!important;
  top:0;
  border: 1px solid transparent;
  box-shadow: 0px 1px 5px 1px #7a78788c;
  margin: 0px 10px;
  vertical-align: text-top;
}
.avatar-flag-num {
  width: 25px;
  height: 25px;
  border-radius: 50%!important;
  top:0;
  border: 1px solid transparent;
  box-shadow: 0px 1px 5px 1px #7a78788c;
  vertical-align: text-top;
  margin-top: 1px;
}
.am_details {
	list-style: none;
    font-size: 17px;
    font-weight: 400;
    /* line-height: 26px; */
        margin: 0;
    padding: 0;
}
.font-txt-d-p{
  font-weight: 800 !important;
  font-size: 16px !important;
}
.foot-container, .foot-payment-logo-container {
  width: 100%;
  max-width: 1800px;
  margin: 0px auto;
  padding: 10px 65px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pay-logo-sect img {
  width: 100%;
  max-width: 600px;
}
.foot-logo-sect-wrap {
  background-color:#00aedc;
  padding:10px;
  display:flex;
  justify-content:space-between;
  align-items: center;
}

.foot-logo, .foot-chk-testimonial-wrap {
  width: 25%;
  padding-right: 10px;
}

.container1 {
  max-width: 1800px;
}

.circle-credits {
  display: flex;
    float: left;
    margin-right: 16px;
    position: relative;
    background: #fff;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    /* margin-top:14px; */
}
.checkmark-credits {
  /* position: absolute;
    transform: rotate(45deg) translate(-50%, -50%);
    left: 19%;
    top: 45%;
    height: 18px;
    width: 10px;
    border-bottom: 4px solid #8cc63e;
    border-right: 4px solid #8cc63e; */
    position: absolute;
    transform: rotate(38deg) translate(-40%, -50%);
    left: 19%;
    top: 45%;
    height: 17px;
    width: 10px;
    border-bottom: 5px solid #8cc63e;
    border-right: 5px solid #8cc63e;
}
.credits-text {
  font-size: 18px;
    color: #fff;
    font-weight: 600;
    /* margin-top: 13px; */
}
.container1 {
  width: 100%;
}
  @media screen and (min-device-width: 576px) and (max-device-width: 900px) { 

  .big-img-1 {
    width: 150px !important; 
    height: 150px ! important;
  }
}
@media only screen and (max-width: 767px) {
  .head-l, .head-r {
    display: flex;
    align-items: center;
  }
  .head-l {
    width: 250px;
    max-width: 100%;
  }

 
   .head-r {
    width: auto;
    max-width: 100%;
  }

  .themed-grid-col {
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .foot-chk-testimonial-wrap {
    width: 33.33%;
  }

  .av-pic {
    width: 55px;
    height: 55px;
    margin-right: 13px;
  }
  .foot-payment-logo-container {
    flex-direction: column;
  }
  .pay-logo-sect {
    width: 100%;
    text-align: center;
  }
  .pay-logo-sect img {
    margin: 0 5px;
  }
  .foot-logo {
    display: none;
  }
  .oo-d-sm-none {
    display: none;
  }
  .oo-d-sm-block {
    display: block;
  }
}

@media screen and (max-width: 900px) {
  .offerLogo {
    width: 100%;
    height: auto;
    background-size: 100% auto !important;
  }
  .loopper_kiyoh_container, .loopper_kiyoh_container:visited {
    font-size: 14px;
  }
   .avatar-flag {
    width: 25px;
    height: 25px;
    margin-right: 10px;
  }
   .avatar-flag-num {
    width: 20px;
    height: 20px;
    margin-right: 0px;
  	margin-top:0px;
  }
}

@media only screen and (max-width: 1350px) {
  .offerLogo {
    width: 300px;
  }
}

@media only screen and (max-width: 991px) {
  .offerLogo {
    width: 100%;
  }

  .onlineofferlogos .owl-nav button[class*="owl-"],
  .onlineoffermckprodlogos .owl-nav button[class*="owl-"] {
    height: 30px !important;
    width: 30px !important;
  }
  .onlineofferlogos .owl-nav button[class*="owl-"] [class*="fa-angle-"],
  .onlineoffermckprodlogos .owl-nav button[class*="owl-"] [class*="fa-angle-"] {
    font-size: 20px !important;
  }
  .onlineofferlogos .owl-nav button[class*="owl-"] .fa-angle-right,
  .onlineoffermckprodlogos .owl-nav button[class*="owl-"] .fa-angle-right {
      right: 7px !important;
  }
  .onlineofferlogos .owl-nav button[class*="owl-"] .fa-angle-left,
  .onlineoffermckprodlogos .owl-nav button[class*="owl-"] .fa-angle-left {
      left: 7px !important;
  }
  .onlineofferlogos .owl-nav button.owl-prev,
  .onlineoffermckprodlogos .owl-nav button.owl-prev {
    left: -32px !important;
  }
  .onlineofferlogos .owl-nav button.owl-next,
  .onlineoffermckprodlogos .owl-nav button.owl-next {
    right: -32px !important;
  }

  .head-m {
    max-width: 5%;
  }

  .head-r {
    max-width: 50%;
  }

  .avatar-flag {
    width: 25px;
    height: 25px;
    margin: 0px 3px;
  }

  .avatar-flag-num {
    width: 20px;
    height: 20px;
    margin-right: 0px;
  }
  .credits-text {
    font-size: 13px;
  }
  .foot-chk-testimonial-a{
    display: flex;
    align-items: center;
  }
}

@media screen and (min-device-width: 2000px) { 
  .themed-grid-col {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  
}

@media screen and (min-device-width: 300px) and (max-device-width: 590px) { 
  .row-flag{
    margin: 2px 10px;
  }
  .tex-fl{
    display: flex;
   align-items: center;
  }
  .flaglbl{
    font-size: 9px;
    margin-right: 6px;
    margin-top: 3px;
  }
  
  .avatar-flag {
    width: 19px;
    height: 19px;
    margin-right: 7px;
  }
  .circle-credits {
    display: flex;
    float: left;
    margin-right: 5px;
    position: relative;
    background: #fff;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    margin-top: 0px;
  }
  .checkmark-credits {
    position: absolute;
    transform: rotate(38deg) translate(-40%, -50%);
    left: 19%;
    top: 45%;
    height: 10px;
    width: 6px;
    border-bottom: 3px solid #8cc63e;
    border-right: 3px solid #8cc63e;
}
 
}

@media only screen and (max-width: 1200px) {
  .flaglbl {
    font-size: 16px;
    margin-right: 10px;
  }
  .logo-slider-wrapper {
    margin: 0 50px 30px;
  }
  .avatar-flag {
    margin: 0px 6px;
  }

  .foot-payment-logo-container {
    padding: 10px;
  }

  .pay-logo-sect img {
    margin-right: 10px!important;
  }
  .foot-container {
    padding: 10px 0px;
  }
  .foot-logo {
    max-width: 200px;
  }
  .container1 {
    max-width: 1800px;
  }
}

@media only screen and (max-width: 500px) {
  .avatar-flag {
    margin: 0 1px;
  }
  .pay-logo-sect img {
    margin-right: 2px !important;
  }
  .pay-logo-sect {
    width: 103% !important;
  }
}
@media only screen and (max-width: 601px) {
  .foot-container {
    padding: 0px;
  }
  .credits-text {
    font-size: 12px;
  }
}


@media (min-width: 1500px) {
  .subsystems_client_offerform_logo{
  height: 71vh !important;
  }
}

@media (max-width: 330px) {
  .loopper_kiyoh_container, .loopper_kiyoh_container:visited{
    font-size:12px !important;
  }   
}
@media only screen and (max-width: 867px) {
  .flaglbl {
    font-size: 13px !important;
    margin: 0px !important;
  }
  .tex-fl {
    flex-direction: column;
  }

  .row-flag {
    flex-direction: column;
    margin: 2px 0px;
  }
  .loopper_kiyoh_container {
    margin-right: 0;
    margin-top: 5px;
  }
  .flag-sect, .top-review-sect {
    justify-content: center;
    padding: 0;
  }
}
/* @media screen and (min-device-width: 767px) and (max-device-width: 867px) { 
  .loopper_kiyoh_container, .loopper_kiyoh_container:visited{
    font-size:12px !important;
  }
} */
.mycls{
  max-width:1800px;
}
.msg{
    position: relative;
    padding: 0.75rem 1.25rem;
    border: 1px solid transparent;
    color: #000000;
    background-color: #e5ecd8;
    border-color: #e5ecd8;
}
.box {
  position: relative;
  border-radius: 3px;
  background: #ffffff;
  margin-bottom: 20px;
  box-shadow: 0 1px 1px rgba(0,0,0,0.1);
}

.logo-slider-wrapper {
  margin: 0 50px 50px;
}
.owl-theme .owl-nav {
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
}
.owl-nav > [class*=owl-] {
  position: absolute;
top: 50%;
  transform: translateY(-50%);
  width: 20px;
  margin: 0 !important;
}
.owl-nav > .owl-prev {
  left: -40px;
}
.owl-nav > .owl-next {
  right: -40px;
}
.onlineofferlogos .owl-nav button[class*="owl-"],
.onlineoffermckprodlogos .owl-nav button[class*="owl-"] {
  height: 44px;
  width: 44px;
  background: none;
  margin: auto 0;
  border-radius: 50%;
  border: 3px solid #65bc2a !important;
  opacity: 0.8;
}
.onlineoffermckprodlogos .owl-nav button[class*="owl-"]{
border: 3px solid #000;
}
.onlineofferlogos .owl-nav button[class*="owl-"]:hover,
.onlineoffermckprodlogos .owl-nav button[class*="owl-"]:hover {
  opacity: 1;
  background: unset;
}
.onlineofferlogos .owl-nav button[class*="owl-"].disabled,
.onlineoffermckprodlogos .owl-nav button[class*="owl-"].disabled {
opacity: 0.5;
}
.onlineofferlogos .owl-nav button[class*="owl-"] [class*="fa-angle-"],
.onlineoffermckprodlogos .owl-nav button[class*="owl-"] [class*="fa-angle-"] {
  font-size: 30px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #65bc2a;
  font-weight: bold;
}
.onlineoffermckprodlogos .owl-nav button[class*="owl-"] [class*="fa-angle-"]{
color: #000;
}
.onlineofferlogos .owl-nav button[class*="owl-"] .fa-angle-right,
.onlineoffermckprodlogos .owl-nav button[class*="owl-"] .fa-angle-right {
  right: 13px;
}
.onlineofferlogos .owl-nav button[class*="owl-"] .fa-angle-left,
.onlineoffermckprodlogos .owl-nav button[class*="owl-"] .fa-angle-left {
  left: 13px;
}
.onlineofferlogos .owl-nav button.owl-prev,
.onlineoffermckprodlogos .owl-nav button.owl-prev {
left: -45px;
}
.onlineofferlogos .owl-nav button.owl-next,
.onlineoffermckprodlogos .owl-nav button.owl-next {
right: -45px;
}
.oo-logo-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (max-width: 576px) {
  .big-img-1 {
    width: 120px !important; 
    height: 120px ! important;
  }
}


.big-img-1{
  /* background-image: url('/storage/onlineoffer/outline-b-1.png'); */
  display: inline-block;
  width: 230px;
  height: 230px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  }

  #upload-msg{
    font-size:20px;
  }
   
  #logotxt{
    font-size:20px;
  }
   
  @media (max-width: 500px) {
    #logotxt{
      font-size:18px;
    }
   
    #upload-msg{
      font-size:18px;
    }
   
  }
  @media (max-width: 400px) {
    .owl-theme .owl-nav {
      margin: 0;
      position: absolute;
      top: 40% !important;
      left: -44px !important;
      right: -44px !important;
  }
  }
  .priority {
    color: #ff3d00 !important;
    font-weight: 900;
    margin-left: 5px;
    font-size: 12px;
  }

  
  .mockupansertranslation {
    background: transparent;
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .mockuppagequestionans{
    background-color: #FFF !important;
    border: 1px solid #000 !important;
  }
  .mockupprintbtn{
    border: 1px solid #01b1de;
    background-color: #01b1de;
    padding: 5px;
    color: #000;
    border: 4px solid #01b1de;
    border-radius: 7px;
  }
  .changecolormockupbtn{
    border: 4px solid #77be1d !important;
    background-color: #77be1d !important;
  }
  .translatetodis{
    display: flex;
    justify-content: flex-end;
    margin-top: 2px;
  }
  .todesignbtn{
    border: 1px solid #01b1de;
    background: #01b1de;
    border-radius: 5px;
    color: #FFF;
    font-size: 12px;
    padding: 6px 10px;
    cursor: pointer;
    font-weight:700;
  }
  .editbtndesigncss{
    padding-top: 5px;
    cursor: pointer;
    padding-right: 8px;
    border: none;
    background: transparent;
  }
  .editbtndesigncss:focus{
    border: none;
    background: transparent;
  }
  .mck-arroeupward{
    font-size:18px;
  }
  .btnmck-arroeupward{
    background-color: #01b1de;
    color: #fff;
    border: 1px solid #01b1de;
    border-radius: 5px;
  }
  
  .headerIconmockup,.headerIconvector{
    padding-right: 8px;
    display: inline-block;
    text-decoration: none;
    position: relative;
  }
  .text-overflow-break{
    overflow-wrap: anywhere;
  }
.btn-small-accept {
    background-color: #28a745;
}
.btn-small-accept:hover {
    background-color: #218838;
}
.btn-small-cancel {
    background-color: #dc3545;
}
.btn-small-cancel:hover {
    background-color: #c82333;
}

.generalinfopayment{
  background: #deb796;
  border-radius: 3px;
}

.mainmockupfiles{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  padding: 5px;
}

.deadline_check {
  background-image: url(/images/check_deadline.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 15px;
  height: 15px;
  top:13px;
  position: absolute;
}

.jq_midoffice_open_target u {
  margin-left:19px;
} 

/* New row column customizable layout for header without using bootstrap */
.imp-task-main {
  display: flex;
}

.imp-task-child-1 {
  white-space: nowrap;
  width: 5em;
  text-align: center;
}

.imp-task-child-2 {
  white-space: nowrap;
  width: 7em;
}

.imp-task-child-3 {
  white-space: nowrap;
  width: 9.5em;
}

.imp-task-child-4 {
  white-space: nowrap;
  width: 10em;
}

.imp-task-child-5 {
  white-space: nowrap;
  width: 5em;
  text-align: center;
}

.imp-task-child-6 {
  white-space: nowrap;
  width: 3em;
  position: relative;
}

.imp-task-child-7 {
  white-space: nowrap;
  width: 19em;
}

.imp-task-child-8 {
  white-space: nowrap;
  width: 7em;
  text-align: center;
}

.imp-task-child-9 {
  white-space: nowrap;
  width: 7em;
  text-align: center;
}
/* New customizable css for left side blue bar */
.head-cc-lc-main {
  display: flex;
  align-items: center;
}

.head-cc-lc-child-1 {
  white-space: nowrap;
  width: 8em;
}

.head-cc-lc-child-2 {
  white-space: nowrap;
  width: 9em;
}

.head-cc-lc-child-3 {
  white-space: nowrap;
  width: 1em;
}

.head-cc-lc-child-4 {
  white-space: nowrap;
  width: 4em;
  text-align: center;
}

.head-cc-lc-child-5 {
  white-space: nowrap;
  width: 11em;
  text-align: center;
}

.head-cc-lc-child-6 {
  white-space: nowrap;
  width: 9em;
}

.head-cc-lc-child-7 {
  white-space: nowrap;
  width: 4em;
  position: relative;
}

.head-cc-lc-child-8 {
  white-space: nowrap;
  width: 6em;
  text-align: center;
}

.head-cc-lc-child-9 {
  white-space: nowrap;
  width: 4em;
  text-align: center;
  position: relative;
  margin-top: -16px;
}
.head-cc-lc-child-10 {
  white-space: nowrap;
  width: 5em;
  text-align: center;
}
/* New customizable css for left side blue bar */
.task-fs{
    font-weight: 900;
    font-size: 10.7px;
    text-align: center;
}

.companyprojectlogos{
  cursor: pointer;
}

.companyvectorlogos{
  cursor: pointer;
}

.mockuploadbackground{
  display: block;
  opacity: 1;
  background-color: #003644;
  color: white;
  width: 50rem;
  left: -21rem;
  height: auto;
  top: 37px;
  position: absolute;
  border-radius: 1em;
  -webkit-box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.3);
  padding: 15px;
}

.loader {
  display: none;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 5px solid #6b7076;
  border-top-color: rgba(255, 255, 255, 0.3);
  animation: spin 1s linear infinite;
  position: absolute;
  left: 70%;
  top: 70%;
  transform: translate(-50%, -50%);
}
.vatloader{
  display: none;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 5px solid #6b7076;
  border-top-color: rgba(255, 255, 255, 0.3);
  animation: spin 1s linear infinite;
  position: absolute;
  left: 70%;
  top: 80%;
  transform: translate(-50%, -50%);
}

.midoffice-loader{
  display: none;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 5px solid #6b7076;
  border-top-color: rgba(255, 255, 255, 0.3);
  animation: spin 1s linear infinite;
  position: absolute;
  left: 82%;
  top: 3%;
  transform: translate(-50%, -50%);
}

table.simple th, td {
  padding: 2px;
}

#Purchase_OP .projectvalueicon{
  display: none;
}
.openPurchaseButtons #fil_btn{
  width: 60px;
  padding: 2px 10px 0 10px;
  height: 30px;
  font-weight: 700;
  border-radius: 3px;
  border: 1px solid #cccccc;
  background: none !important;
  color: #cccccc;
  margin: 2px;
  font-size: 14px;
  width: 60px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#fil_btn.active,#fil_btn:hover {
  border-color: #01b1de;
  color: #01b1de;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.openPurchaseButtons{
  border: solid #cccccc 1px;
  background-color: #FFFFFF;
  overflow: hidden;
  font-size: 20px;
  font-weight: 600;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  padding: 10px 0px 0px 19px;
}
.openPurchaseButtons .searchOpForm form{
  display:flex;
}
.deadline_check_op {
  background-image: url(/images/check_deadline.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 15px;
  height: 15px;
  position: absolute;
}
.opbgcolor{
 background-color:#5cce2a !important;
}
#Purchase_btns .wrapAssignmentBtn {
  margin-left: 31px;
}
#Purchase_OP .midoffice_project_link {
  display: inline-block;
  color: #333;
  text-decoration: none !important;
}
#purchaseProjects td, th{
  padding: 0px 5px;
} 

.vectorpopupdesignerass{
  float: left;
}

.vectorpopupdesignerass .wrapAssignmentBtn .managerDropdown{
  right: -187px;
  top: 4px;
}

.vectorpopupdesignerass .wrapAssignmentBtn .managerDropdown > ul{
  display: grid;
}

.vectorpopupdesignerass .wrapAssignmentBtn .dropIcon{
  right: 3px;
  top: 11px;
}

.midoffice-filters{
  width:50%;
  margin-right: 7px;
}

.copytextmain{
  cursor: pointer;
  border: 1px solid;
  padding: 2px 10px;
  background: #01b1de;
  color: #fff;
  border-radius: 5px;
  font-weight: 700;
}

.invoice-paymentsettingsborder {
  border: 1px solid #dee2e6;
  background-color: #f2f4f6;
  width: auto;
}
.badge-small-block span.badge{
  font-size: 12px!important;
  line-height: 20px!important;
  height: 20px!important;
}
.invoice-paymentsettingsbtn {
  border: 2px solid #66bc29;
  background: #66bc29;
  color: white;
  padding: 5px;
  border-radius: 5px;
  cursor: pointer;
}
.mockup_request_container .mfp-close{
  position: absolute;
}
.pt-title{
  margin-top: 35px;
  font-weight: 900;
  font-size: large;
}
.progress-purchase{
  position: relative;
    height: 4px;
    display: block;
    /* width: 50%; */
    background-color: #acece6;
    border-radius: 2px;
    margin: 0.5rem 0 0 0;
    overflow: hidden;
    height: 44px;
    width: 100%;
    border-radius: 26px;
    direction: rtl;
}
.cursor-pointer{
  cursor: pointer !important;
}

.progress-container,.progress-bar{
  width:-webkit-fill-available !important;
}

.hoverclicksamplepaybtn{
  color: rgba(255, 255, 255, 0.5);
  font-size: 28px;
}

.hoverclicksamplepaybtn:hover{
  color: #fff;
}

/* New css for related/alternative products*/
.loop-product-info {
  display: flex;
}
.loop-product-image img {
  width: 60px;
  height: auto;
  margin-top: 4px;
}
.loop-product-details {
  margin-left: 15px;
}

.loop-product-details h4 {
  font-size: 14px;
  margin-bottom: 4px;
  font-weight: bold;
}

.loop-product-details p {
  font-size: 13px;
  margin-bottom: 2px;
  color: #444;
}
.loop-stock {
  color: green;
  font-weight: bold;
}
.loop-link {
  color: #007bff;
  font-size: 13px;
  text-decoration: underline;
  margin-bottom: 4px;
}
.loop-tags-inline {
  margin-top: 65px;
  display: flex;
  gap: 5px;
}
.loop-data-cell {
  font-size: 14px;
  padding-top: 4px;
  font-weight: bold;
}
.loop-add-btn {
  margin-left: 20px;
}
.loop-add-btn button {
  background: #65c100;
  border: none;
  color: white;
  font-size: 20px;
  border-radius: 6px;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.tbl-relative-products tr td:first-child {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.tbl-relative-products tr td:last-child {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.limit-2-lines {
  display: -webkit-box;
  -webkit-line-clamp: 2;   /* number of lines to show */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Add borders to table rows only */
#companyFrSubData, #companyGbSubData, #companyNlSubData, #companyDeSubData, #companyItSubData, #companyTotalSubData, #companytotaldata , #remainingcampaignsdata , #companynldata , #companyfrdata , #companydedata, #companyitdata , #companygbdata, #churnData {
  border-collapse: collapse;
}
#companyFrSubData tr, #companyGbSubData tr, #companyNlSubData tr, #companyDeSubData tr, #companyItSubData tr, #companyTotalSubData tr , #companytotaldata tr , #remainingcampaignsdata tr , #companynldata tr , #companyfrdata tr , #companydedata tr , #companyitdata tr , #companygbdata tr, #churnData tr {
  border-bottom: 1px solid #ccc;
}
  /* GI address modal CSS — scoped under .gi-address-mfp-popup */
  .gi-address-mfp-popup {
		--gi-bg: #ffffff;
		--gi-border: #e5e7eb;
		--gi-field-border: rgb(204, 204, 204);
		--gi-text: #111827;
		--gi-muted: #6b7280;
		/* Checkout-style primary accent (green). */
		--gi-green: #3cbb65;
		--gi-green-hover: #34a857;
		--gi-green-ring: rgba(60, 187, 101, 0.28);
		--gi-accent: #3cbb65;
		--gi-accent-hover: #34a857;
		--gi-radius: 11px;
		--gi-input-radius: 8px;
		max-width: min(98vw, 960px);
		margin: 1.5rem auto;
		background: var(--gi-bg);
		border: 1px solid rgb(204, 204, 204);
		border-radius: var(--gi-radius);
		box-shadow: 0 22px 70px rgba(17, 24, 39, 0.14);
		overflow: hidden;
		display: flex;
		flex-direction: column;
		max-height: min(92vh, 920px);
		color: var(--gi-text);
	}
	.gi-address-mfp-popup .gi-address-mfp-form {
		display: flex;
		flex-direction: column;
		flex: 1 1 auto;
		min-height: 0;
		margin: 0;
	}
	.gi-address-mfp-popup .gi-address-mfp-title-row {
		flex-shrink: 0;
		padding: 0.6rem 1.5rem 0.5rem;
		background: var(--gi-bg);
		/* Lighter than field outlines so the header/footer chrome stays subtle */
		border-bottom: 1px solid var(--gi-border);
		border-left: none;
	}
	.gi-address-mfp-popup .gi-address-mfp-heading {
		margin: 0;
		font-size: 1.05rem;
		font-weight: 700;
		color: var(--gi-text);
		letter-spacing: 0.01em;
		line-height: 1.25;
		/* Sentence-case titles (e.g. "Create sample invoice address") read better than all-caps */
		text-transform: none;
	}
	.gi-address-mfp-popup .gi-address-mfp-heading strong {
		font-weight: 700;
	}
	.gi-address-mfp-popup .gi-address-mfp-close {
		width: 2.125rem;
		height: 2.125rem;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		border: none;
		border-radius: 7px;
		background: transparent;
		color: var(--gi-muted);
		font-size: 1.5rem;
		line-height: 1;
		cursor: pointer;
		transition: background 0.12s ease, color 0.12s ease;
	}
	.gi-address-mfp-popup .gi-address-mfp-close:hover {
		background: #f3f4f6;
		color: var(--gi-text);
	}
	.gi-address-mfp-popup .gi-address-mfp-close:focus-visible {
		outline: 2px solid var(--gi-green);
		outline-offset: 2px;
	}
	.gi-address-mfp-popup .gi-address-mfp-body {
		flex: 1 1 auto;
		min-height: 0;
		overflow-x: hidden;
		overflow-y: auto;
		padding: 1.35rem 2rem 1rem;
		background: var(--gi-bg);
		-webkit-overflow-scrolling: touch;
	}
	/* Room for floating border labels (top: negative); avoid overflow clipping + collapsed first row */
	.gi-address-mfp-popup .edit-invoice-cont {
		padding: 10px 0 0;
		margin: 0;
		background: transparent;
		border: none;
		box-shadow: none;
		max-width: 100%;
		min-width: 0;
		overflow: visible;
	}
	/** Margin-top on Email / Invoice email controls only (not the Bootstrap row). */
	.gi-address-mfp-popup .gi-address-outline-wrap .gi-address-email-input-mt.ne-inpt {
		margin-top: 0.5rem;
	}
	/**
	 * Outlined field pattern (label sits on the top border), matching reference UI.
	 */
	.gi-address-mfp-popup .gi-address-outline-wrap {
		position: relative;
		border: 1px solid var(--gi-field-border);
		border-radius: var(--gi-input-radius);
		/* Top padding keeps the floated label from overlapping / clipping against the input */
		padding: 8px 4px 2px;
		background: var(--gi-bg);
		transition: border-color 0.15s ease, box-shadow 0.15s ease;
	}
	.gi-address-mfp-popup .gi-address-outline-wrap:focus-within {
		border-color: rgb(204, 204, 204);
		box-shadow: none;
	}
	.gi-address-mfp-popup .gi-address-outline-wrap > .label-online-offer {
		position: absolute;
		left: 9px;
		top: -9px;
		z-index: 3;
		display: inline-flex;
		align-items: center;
		gap: 6px;
		max-width: calc(100% - 18px);
		margin: 0 !important;
		padding: 2px 7px !important;
		background-color: var(--gi-bg) !important;
		background-clip: padding-box !important;
		white-space: nowrap;
		overflow: visible;
		text-overflow: clip;
		font-size: 12px !important;
		font-weight: 700 !important;
		color: var(--gi-muted) !important;
		line-height: 1.25 !important;
		letter-spacing: 0;
		text-transform: none;
	}
	.gi-address-mfp-popup .gi-address-label-text {
		overflow: hidden;
		text-overflow: ellipsis;
		min-width: 0;
	}
	.gi-address-mfp-popup .gi-address-req {
		color: #dc2626;
		font-weight: 600;
		margin-left: 1px;
	}
	.gi-address-mfp-popup .gi-address-field-info {
		flex-shrink: 0;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 17px;
		height: 17px;
		border-radius: 50%;
		background: var(--gi-green);
		color: #fff;
		font-size: 10px;
		font-weight: 800;
		font-style: italic;
		line-height: 1;
		cursor: help;
		box-shadow: 0 1px 2px rgba(17, 24, 39, 0.12);
	}
	.gi-address-mfp-popup .gi-address-outline-wrap .ne-inpt,
	.gi-address-mfp-popup .gi-address-outline-wrap select.ne-inpt {
		border: none !important;
		box-shadow: none !important;
		border-radius: 0 !important;
		min-height: 28px;
		height: 28px;
		padding: 0 10px !important;
		line-height: 28px !important;
		box-sizing: border-box !important;
		background: transparent !important;
		font-weight: 600 !important;
		font-size: 15px !important;
		vertical-align: middle;
	}
	.gi-address-mfp-popup .gi-address-outline-wrap .ne-inpt:focus,
	.gi-address-mfp-popup .gi-address-outline-wrap .ne-inpt:focus-visible,
	.gi-address-mfp-popup .gi-address-country-outline select.ne-inpt:focus,
	.gi-address-mfp-popup .gi-address-country-outline select.ne-inpt:focus-visible {
		border: none !important;
		box-shadow: none !important;
		outline: none !important;
	}
	.gi-address-mfp-popup .gi-address-country-outline {
		position: relative;
		border: 2px solid var(--gi-field-border);
		border-radius: var(--gi-input-radius);
		/* Match regular outlined fields — symmetric vertical padding centres the control */
		padding: 7px 4px 7px;
		background: var(--gi-bg);
		transition: border-color 0.15s ease, box-shadow 0.15s ease;
	}
	.gi-address-mfp-popup .gi-address-country-outline:focus-within {
		border-color: rgb(204, 204, 204);
		border-width: 2px;
		box-shadow: none;
	}
	.gi-address-mfp-popup .gi-address-country-outline .inv-cntry-drop {
		position: absolute;
		left: 9px;
		top: -8px;
		z-index: 2;
		display: inline-block;
		margin: 0;
		padding: 3px 7px;
		background-color: var(--gi-bg);
		line-height: 1.2;
	}
	.gi-address-mfp-popup .gi-address-country-outline .inv-cntry-drop label {
		margin: 0;
		font-size: 12px;
		font-weight: 700;
		color: var(--gi-muted);
		text-transform: none;
		display: inline-flex;
		align-items: center;
		gap: 2px;
	}
	.gi-address-mfp-popup .gi-address-country-outline select.ne-inpt {
		border: none !important;
		box-shadow: none !important;
		border-radius: 0 !important;
		min-height: 34px !important;
		height: 34px !important;
		padding: 0 32px 0 10px !important;
		line-height: 34px !important;
		box-sizing: border-box !important;
		background: transparent !important;
		font-weight: 600 !important;
		font-size: 15px !important;
		vertical-align: middle;
	}
	/* Select2 replaces native country select — match outlined shell (Magnific uses overflow:hidden on popup). */
	.gi-address-mfp-popup .gi-address-country-outline .select2-container {
		display: block;
		width: 100% !important;
		min-height: 34px;
	}
	.gi-address-mfp-popup .gi-address-country-outline .select2-container--default .select2-selection--single {
		height: 34px !important;
		min-height: 34px !important;
		border: none !important;
		border-radius: 0 !important;
		background: transparent !important;
		box-shadow: none !important;
		align-items: center;
		display: flex !important;
		box-sizing: border-box !important;
	}
	.gi-address-mfp-popup .gi-address-country-outline .select2-container--default .select2-selection--single .select2-selection__rendered {
		padding: 0 32px 0 10px !important;
		line-height: 34px !important;
		min-height: 34px !important;
		display: flex !important;
		align-items: center !important;
		font-size: 15px !important;
		font-weight: 600 !important;
		color: var(--gi-text) !important;
		box-sizing: border-box !important;
	}
	.gi-address-mfp-popup .gi-address-country-outline .select2-container--default .select2-selection--single .select2-selection__placeholder {
		color: var(--gi-muted) !important;
		font-weight: 600 !important;
		line-height: 34px !important;
	}
	.gi-address-mfp-popup .gi-address-country-outline .select2-container--default .select2-selection--single .select2-selection__arrow {
		min-height: 34px;
		height: 100%;
		right: 8px;
		top: 0;
	}
	.gi-address-mfp-popup .gi-address-country-outline:has(.select2-container--focus),
	.gi-address-mfp-popup .gi-address-country-outline:has(.select2-container--open) {
		border-color: rgb(204, 204, 204);
		border-width: 2px;
		box-shadow: none;
	}
	/* Dropdown attaches to body — sit above Magnific (.mfp-wrap ~1043). */
	body > .select2-container--open {
		z-index: 11050 !important;
	}
	.select2-dropdown.gi-address-country-select2-dropdown {
		border: 2px solid rgb(204, 204, 204) !important;
		border-radius: 8px !important;
		box-shadow: 0 6px 22px rgba(17, 24, 39, 0.14);
		overflow: hidden;
	}
	.gi-address-mfp-popup .sty-inpt {
		padding: 0 10px;
		line-height: 28px;
		min-height: 28px;
		box-sizing: border-box;
	}
	.gi-address-mfp-popup .font-txt-d-p.form-control,
	.gi-address-mfp-popup select.font-txt-d-p.form-control {
		font-weight: 400 !important;
		font-size: 15px !important;
		color: var(--gi-text) !important;
	}
	.gi-address-mfp-popup .gi-address-outline-wrap .font-txt-d-p.form-control.ne-inpt,
	.gi-address-mfp-popup .gi-address-country-outline .font-txt-d-p.form-control.ne-inpt {
		font-weight: 600 !important;
		font-size: 15px !important;
	}
	.gi-address-mfp-popup .ne-inpt {
		outline: 0;
		box-shadow: none !important;
		border: 1px solid var(--gi-field-border);
		border-radius: var(--gi-input-radius);
		min-height: 28px;
		line-height: 28px;
		padding: 0 10px;
		box-sizing: border-box;
		transition: border-color 0.15s ease, box-shadow 0.15s ease;
	}
	.gi-address-mfp-popup .ne-inpt:hover:not(:disabled):not(:focus) {
		border-color: rgb(180, 180, 180);
	}
	.gi-address-mfp-popup .ne-inpt:focus,
	.gi-address-mfp-popup .ne-inpt:focus-visible {
		border-color: rgb(204, 204, 204) !important;
		box-shadow: none !important;
		outline: none !important;
	}
	/* Bootstrap `.form-control:focus` / `.is-valid:focus` use blue/green glow — neutralize inside this popup */
	.gi-address-mfp-popup .edit-invoice-cont .form-control:focus,
	.gi-address-mfp-popup .edit-invoice-cont .form-control:focus-visible,
	.gi-address-mfp-popup .edit-invoice-cont .form-control.is-valid:focus,
	.gi-address-mfp-popup .edit-invoice-cont .ne-inpt.valid:focus,
	.gi-address-mfp-popup .edit-invoice-cont .ne-inpt.valid:focus-visible {
		border-color: rgb(204, 204, 204) !important;
		box-shadow: none !important;
		outline: none !important;
	}
	.gi-address-mfp-popup .gi-address-outline-wrap .form-control.ne-inpt:focus,
	.gi-address-mfp-popup .gi-address-outline-wrap .form-control.ne-inpt:focus-visible,
	.gi-address-mfp-popup .gi-address-country-outline .form-control.ne-inpt:focus,
	.gi-address-mfp-popup .gi-address-country-outline .form-control.ne-inpt:focus-visible {
		border-color: transparent !important;
		box-shadow: none !important;
		outline: none !important;
	}
	.gi-address-mfp-popup .pad-lef-invoice {
		padding-left: 10px !important;
	}
	.gi-address-mfp-popup .gi-address-radio-outline {
		position: relative;
		border: 1px solid var(--gi-field-border);
		border-radius: var(--gi-input-radius);
		padding: 5px 8px 5px;
		background: var(--gi-bg);
		transition: border-color 0.15s ease, box-shadow 0.15s ease;
		max-width: 100%;
		min-width: 0;
		box-sizing: border-box;
	}
	.gi-address-mfp-popup .gi-address-radio-outline:focus-within {
		border-color: rgb(204, 204, 204);
		box-shadow: none;
	}
	.gi-address-mfp-popup .gi-address-radio-outline > .label-online-offer {
		position: absolute;
		left: 9px;
		top: -8px;
		z-index: 2;
		display: inline-flex;
		align-items: center;
		gap: 4px;
		margin: 0 !important;
		padding: 3px 7px !important;
		background-color: var(--gi-bg) !important;
		background-clip: padding-box !important;
		font-size: 12px !important;
		font-weight: 700 !important;
		color: var(--gi-muted) !important;
		text-transform: none !important;
		letter-spacing: 0 !important;
		line-height: 1.2 !important;
	}
	.gi-address-mfp-popup .gi-address-business-type {
		margin-bottom: 0;
		display: flex;
		flex-direction: column;
		min-width: 0;
	}
	/* Taller outlined row so business-type radios breathe like full-width fields */
	.gi-address-mfp-popup .gi-address-business-type.gi-address-radio-outline {
		padding: 9px 10px 9px;
		min-height: 42px;
	}
	.gi-address-mfp-popup .gi-address-business-type-options {
		display: flex;
		flex-flow: row nowrap;
		align-items: center;
		justify-content: flex-start;
		gap: 0 0.75rem;
		width: 100%;
		min-width: 0;
		min-height: 26px;
		padding-top: 1px;
		padding-bottom: 0;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: thin;
	}
	.gi-address-mfp-popup .gi-address-business-type .gi-address-business-type-option {
		flex: 1 1 0;
		min-width: 0;
		padding: 0;
		margin: 0 !important;
		display: flex;
		align-items: center;
		justify-content: flex-start;
	}
	.gi-address-mfp-popup .gi-address-business-type .gi-address-business-type-option label {
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		max-width: 100%;
	}
	/**
	 * Gender salutation row — same chrome as other outlined controls (business type / inputs).
	 */
	.gi-address-mfp-popup .gi-address-gender-outline {
		position: relative;
		border: 1px solid var(--gi-field-border);
		border-radius: var(--gi-input-radius);
		padding: 9px 10px 9px;
		background: var(--gi-bg);
		display: flex;
		align-items: center;
		min-height: 42px;
		align-self: stretch;
		box-sizing: border-box;
		max-width: 100%;
		min-width: 0;
		transition: border-color 0.15s ease, box-shadow 0.15s ease;
	}
	.gi-address-mfp-popup .gi-address-gender-outline:focus-within {
		border-color: rgb(204, 204, 204);
		box-shadow: none;
	}
	.gi-address-mfp-popup .gi-address-gender-outline .gi-address-gender-options {
		display: flex;
		flex-wrap: nowrap;
		align-items: center;
		gap: 18px;
		width: 100%;
	}
	.gi-address-mfp-popup .radio-item {
		display: inline-block;
		position: relative;
		padding: 0;
		margin: 0;
		vertical-align: top;
	}
	.gi-address-mfp-popup .radio-item input[type='radio'] {
		position: absolute;
		opacity: 0;
		width: 0;
		height: 0;
	}
	.gi-address-mfp-popup .radio-item label {
		position: relative;
		display: inline-block;
		color: var(--gi-text);
		font-weight: 600;
		font-size: 15px;
		cursor: pointer;
		margin-bottom: 0;
		padding-left: 26px;
		line-height: 1.35;
		vertical-align: middle;
	}
	/**
	 * Custom radios: ring + dot centred with transforms (avoids manual top/left drift).
	 * Ring uses a darker stroke than inputs so options read clearly without a heavy 3px rim.
	 */
	.gi-address-mfp-popup .radio-item label:before {
		content: '';
		position: absolute;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
		width: 18px;
		height: 18px;
		border-radius: 50%;
		box-sizing: border-box;
		border: 2px solid #57534e;
		background-color: var(--gi-bg);
		transition: border-color 0.15s ease, box-shadow 0.15s ease;
	}
	.gi-address-mfp-popup .radio-item label:hover:before {
		border-color: #43403c;
	}
	.gi-address-mfp-popup .radio-item input[type=radio]:checked + label:before {
		border-color: var(--gi-green);
		box-shadow: 0 0 0 1px var(--gi-green-ring);
	}
	.gi-address-mfp-popup .radio-item input[type=radio]:checked + label:after {
		width: 9px;
		height: 9px;
		position: absolute;
		left: 9px;
		top: 50%;
		transform: translate(-50%, -50%);
		content: '';
		display: block;
		border-radius: 50%;
		background: var(--gi-green);
		box-sizing: border-box;
	}
	.gi-address-mfp-popup .radio-item input[type='radio']:focus-visible + label {
		outline: 2px solid rgba(107, 114, 128, 0.55);
		outline-offset: 3px;
		border-radius: 4px;
	}
	.gi-address-mfp-popup .rad-btn-fn-ln.selectGender {
		padding-top: 0;
		margin-bottom: 0;
	}
	.gi-address-mfp-popup .rad-btn-fn-ln.selectGender .radio-item {
		margin-right: 0;
	}
	/**
	 * Salutation + first/last on one row inside the modal (BS4: avoid col-12 on gender below lg).
	 */
	.gi-address-mfp-popup .gi-address-type-names-row {
		align-items: stretch;
		flex-wrap: nowrap;
	}
	.gi-address-mfp-popup .gi-address-type-names-row > [class*='col'] {
		min-width: 0;
		margin-bottom: 0.72rem;
	}
	@media (min-width: 576px) {
		.gi-address-mfp-popup .gi-address-type-names-row > [class*='col'] {
			margin-bottom: 0;
		}
	}
	@media (max-width: 575.98px) {
		.gi-address-mfp-popup .gi-address-type-names-row {
			flex-wrap: wrap;
		}
	}
	.gi-address-mfp-popup #projectClientTypemainupdate,
	.gi-address-mfp-popup #projectClientTypemain {
		flex-direction: column !important;
		align-items: stretch !important;
		justify-content: center;
	}
	.gi-address-mfp-popup .edit-invoice-cont .row.mb-3 {
		margin-bottom: 0.92rem !important;
	}
	.gi-address-mfp-popup .gi-address-mfp-footer {
		flex-shrink: 0;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: flex-end;
		gap: 0.65rem 0.75rem;
		padding: 1.05rem 2rem 1.2rem;
		margin: 0 !important;
		background: linear-gradient(to bottom, #f9fafb 0%, #ffffff 55%);
		border-top: 1px solid var(--gi-border);
		box-shadow: 0 -10px 28px rgba(17, 24, 39, 0.06);
	}
	.gi-address-mfp-popup .gi-address-mfp-footer--between {
		justify-content: space-between;
		align-items: center;
		gap: 0.75rem 1rem;
	}
	.gi-address-mfp-popup .gi-address-mfp-footer-left,
	.gi-address-mfp-popup .gi-address-mfp-footer-right {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		gap: 0.5rem 0.65rem;
		min-width: 0;
	}
	.gi-address-mfp-popup .gi-address-mfp-footer .btn.gi-address-hide-for-delivery-channel {
		display: none !important;
	}
	.gi-address-mfp-popup .gi-address-mfp-footer .btn {
		display: inline-flex !important;
		align-items: center;
		justify-content: center;
		min-height: 42px;
		padding: 0 1.2rem !important;
		font-size: 14px !important;
		font-weight: 600 !important;
		line-height: 1.2 !important;
		letter-spacing: 0.01em;
		border-radius: var(--gi-input-radius) !important;
		box-sizing: border-box;
		box-shadow: none !important;
		text-transform: none !important;
		transition: background 0.18s ease, border-color 0.18s ease, color 0.18s ease, box-shadow 0.18s ease;
	}
	.gi-address-mfp-popup .gi-address-btn-invoice {
		min-width: 7.5rem;
		background: var(--gi-green) !important;
		border: 1px solid var(--gi-green) !important;
		color: #fff !important;
		box-shadow: 0 1px 2px rgba(17, 24, 39, 0.06) !important;
	}
	.gi-address-mfp-popup .gi-address-btn-invoice:hover {
		background: var(--gi-green-hover) !important;
		border-color: var(--gi-green-hover) !important;
		box-shadow: 0 4px 14px rgba(52, 168, 87, 0.35) !important;
	}
	.gi-address-mfp-popup .gi-address-btn-invoice:active {
		transform: translateY(1px);
		box-shadow: 0 1px 6px rgba(52, 168, 87, 0.35) !important;
	}
	.gi-address-mfp-popup .gi-address-btn-invoice:focus-visible {
		outline: 2px solid var(--gi-green);
		outline-offset: 2px;
	}
	.gi-address-mfp-popup .gi-address-btn-outline {
		background: #fff !important;
		border: 1px solid #d1d5db !important;
		color: #374151 !important;
		box-shadow: 0 1px 0 rgba(255, 255, 255, 0.9) inset !important;
	}
	.gi-address-mfp-popup .gi-address-btn-outline:hover {
		background: #f9fafb !important;
		border-color: #9ca3af !important;
		color: #111827 !important;
	}
	.gi-address-mfp-popup .gi-address-btn-outline:active {
		background: #f3f4f6 !important;
	}
	.gi-address-mfp-popup .gi-address-btn-outline:focus-visible {
		outline: 2px solid var(--gi-green-ring);
		outline-offset: 2px;
		border-color: var(--gi-green);
	}
	.gi-address-mfp-popup .gi-address-btn-ghost {
		min-width: unset;
		padding: 0 0.85rem !important;
		background: transparent !important;
		border: 1px solid transparent !important;
		color: var(--gi-muted) !important;
		box-shadow: none !important;
		font-weight: 600 !important;
	}
	.gi-address-mfp-popup .gi-address-btn-ghost:hover {
		background: rgba(17, 24, 39, 0.05) !important;
		border-color: transparent !important;
		color: var(--gi-text) !important;
	}
	.gi-address-mfp-popup .gi-address-btn-ghost:focus-visible {
		outline: 2px solid var(--gi-green-ring);
		outline-offset: 2px;
		color: var(--gi-text) !important;
	}
	.gi-address-mfp-popup label.error {
		color: #b91c1c;
		font-size: 12px;
		font-weight: 600;
		margin-top: 0.35rem;
		display: block;
	}
	.gi-address-mfp-popup #updateAddress .select-wrapper input.select-dropdown,
	.gi-address-mfp-popup #saveShippingAddress .select-wrapper input.select-dropdown {
		display: none;
	}
	.gi-address-mfp-popup #updateAddress .select-wrapper .caret,
	.gi-address-mfp-popup #saveShippingAddress .select-wrapper .caret {
		display: none;
	}
	@media (max-width: 576px) {
		.gi-address-mfp-popup {
			margin: 0.65rem;
			max-height: 94vh;
			border-radius: 9px;
		}
		.gi-address-mfp-popup .gi-address-mfp-body {
			padding: 1rem 1.15rem 0.75rem;
		}
		.gi-address-mfp-popup .gi-address-mfp-footer {
			padding: 1rem 1.15rem 1.1rem;
			flex-direction: column;
			align-items: stretch;
			gap: 0.55rem;
		}
		.gi-address-mfp-popup .gi-address-mfp-footer--between {
			flex-direction: column;
			align-items: stretch;
		}
		.gi-address-mfp-popup .gi-address-mfp-footer-left,
		.gi-address-mfp-popup .gi-address-mfp-footer-right {
			flex-direction: column;
			align-items: stretch;
			width: 100%;
		}
		.gi-address-mfp-popup .gi-address-mfp-footer .btn {
			width: 100%;
			justify-content: center;
		}
	}
	.gi-address-mfp-popup .gi-address-mfp-sep {
		border: none;
		border-top: 1px solid var(--gi-border);
		margin: 0.45rem 0 1.45rem;
		padding: 0;
		height: 0;
		opacity: 1;
	}

/* Magnific inline: avoid Bootstrap/modal conflicts clipping flex footer on GI address popups */
.mfp-inline-holder .mfp-content > .gi-address-mfp-popup {
	max-height: min(92vh, 920px);
}

/* End of GI address modal CSS */

/* Voucher type switcher */
.voucher-type-control {
	display: inline-flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 8px;
}

.voucher-type-title {
	display: block;
	margin: 0;
	font-size: 13px;
	font-weight: 500;
	color: #757575;
}
