#timer-fold::-webkit-calendar-picker-indicator {
  background: none;
  width: 0 !important;
  height: 0 !important;

}

#timer-fold {
  border-radius: 7px;
  font-size: 18px;
  font-weight: 600;
}

#timer-fold-two::-webkit-calendar-picker-indicator {
  background: none;
  width: 0 !important;
  height: 0 !important;

}

#timer-fold-two {
  border-radius: 7px;
  font-size: 18px;
  font-weight: 600;
}


.header-item-table:hover .search-container-item {
  opacity: 1;
}

.header-item-table .search-container-item {
  opacity: 0;
}

.is-active-route {
  color: #ffe51f !important;

}

.is-active-route:nth-child(2) {
  color: #ffe51f !important;
}

.is-active-route::before {
  /*content: '';*/
  /*position: absolute;*/
  /*transition: transform .5s ease;*/
}
.is-active-route::before {
  /*content: '';*/
  /*position: absolute;*/
  /*transition: transform .5s ease;*/
  /*left: 10px;*/
  /*bottom: 4px;*/
  /*width: calc(100% - 20px);*/
  /*height: 2px;*/
  /*background: #002140;*/
  /*transform:  scaleX(1);*/
}

.input-date {
  position: relative;
  left: 16px;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  font-family: 'Roboto', sans-serif;
  border: 1px solid #d5d5d5;
  border-radius: 4px;
  padding: 4px;
  width: 90px;
  height: 28px;
  align-items: center;
  display: flex;
}
.action-details-list {
  font-size: 16px;
  background: rgba(215, 229, 252, 0.9);
  padding: 8px;
  border-radius: 4px;
}

.action-details-list p {
  margin: 0 4px 8px;
}

.action-details-list ul {
  font-size: 15px;
  margin: 0 0 12px 20px;
}

.action-details-list li {
  font-size: 15px;
}
.input-mails {
  width: 220px !important;
}
.input-mail {
  border: none;
  width: 320px;
  padding: 0 4px;
  margin: 0 8px 0 0;
  transition: 0.2s;
}

.input-mail-change-group {
  border: 1px solid rgba(32,140,255,0.9) !important;
}

.input-mail-group {
  border: 1px solid rgba(32,140,255,0.5);
  outline: none;
  cursor: pointer;
  width: 100%;
  border-radius: 4px;
  padding: 0 6px;
  height: 36px;
  font-size: 16px;
  transition: 0.2s;
}

.no-valid-input-mail {
  border: none;
  width: 320px;
  padding: 0 4px;
  margin: 0 8px 0 0;
  background: rgba(255, 36, 36, 0.5);
  border-radius: 4px;
  transition: 0.2s;
}

.input-mail-change {
  outline: none;
  cursor: pointer;
}

input:disabled {
  background-color: transparent !important;
}

.token-input {
  height:  60px !important;
}

.target .react-tooltip-lite {
  cursor: default;
}

.flex-spread {
  display: flex;
  justify-content: space-between;
}

.tip-heading {
  margin: 0 0 10px;
}

.tip-list {
  margin: 0;
  padding: 0 0 0 15px;
}

.tip-list li {
  margin: 5px 0;
  padding: 0;
}

/* tooltip styles */
.react-tooltip-lite {
  background: #333;
  color: white;
  width: auto !important;
  min-width: auto !important;
  max-width: 460px !important;
  overflow: auto;
}

.react-tooltip-lite a {
  color: #86b0f4;
  text-decoration: none;
}

.react-tooltip-lite a:hover {
  color: #4286f4;
}

.react-tooltip-lite-arrow {
  border-color: #333;
}

/* overrides with a custom class */
.customTip .react-tooltip-lite {
  border: 1px solid #888;
  background: #ccc;
  color: black;
}

.customTip .react-tooltip-lite-arrow {
  border-color: #444;
  position: relative;
}

.customTip .react-tooltip-lite-arrow::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  z-index: 99;
  display: block;
}

.customTip .react-tooltip-lite-up-arrow::before {
  border-top: 10px solid #ccc;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  left: -10px;
  top: -11px;
}

.customTip .react-tooltip-lite-down-arrow::before {
  border-bottom: 10px solid #ccc;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  left: -10px;
  bottom: -11px;
}

.customTip .react-tooltip-lite-right-arrow::before {
  border-right: 10px solid #ccc;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  right: -11px;
  top: -10px;
}

.customTip .react-tooltip-lite-left-arrow::before {
  border-left: 10px solid #ccc;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  left: -11px;
  top: -10px;
}

.imageWrapper {
  margin: 50px 0 0;
  position: relative;
}

.imageWrapper img {
  width: 500px;
  height: 500px;
}

.controlled-example {
  max-width: 250px;
}

.controlled-example_header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
  padding-bottom: 5px;
  border-bottom: 1px solid #fff;
}

.controlled-example_close-button {
  cursor: pointer;
}

.controlled-example_close-button:hover {
  color: grey;
}


/* Loader 5 */
.loader-5 {
  position: absolute;
  right: 10px;
  top: 2px;
  height: 22px;
  width: 22px;
  -webkit-animation: loader-5-1 2s cubic-bezier(0.770, 0.000, 0.175, 1.000) infinite;
  animation: loader-5-1 2s cubic-bezier(0.770, 0.000, 0.175, 1.000) infinite;
}
@-webkit-keyframes loader-5-1 {
  0%   { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}
@keyframes loader-5-1 {
  0%   { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.loader-5::before {
  content: "";
  display: block;
  position: absolute;
  top: 0; left: 0;
  bottom: 0; right: auto;
  margin: auto;
  width: 6px;
  height: 6px;
  background: #73b9ff;
  border-radius: 50%;
  -webkit-animation: loader-5-2 2s cubic-bezier(0.770, 0.000, 0.175, 1.000) infinite;
  animation: loader-5-2 2s cubic-bezier(0.770, 0.000, 0.175, 1.000) infinite;
}
@-webkit-keyframes loader-5-2 {
  0%   { -webkit-transform: translate3d(0, 0, 0) scale(1); }
  50%  { -webkit-transform: translate3d(16px, 0, 0) scale(.5); }
  100% { -webkit-transform: translate3d(0, 0, 0) scale(1); }
}
@keyframes loader-5-2 {
  0%   { transform: translate3d(0, 0, 0) scale(1); }
  50%  { transform: translate3d(16px, 0, 0) scale(.5); }
  100% { transform: translate3d(0, 0, 0) scale(1); }
}
.loader-5::after {
  content: "";
  display: block;
  position: absolute;
  top: 0; left: auto;
  bottom: 0; right: 0;
  margin: auto;
  width: 6px;
  height: 6px;
  background: #698bf0;
  border-radius: 50%;
  -webkit-animation: loader-5-3 2s cubic-bezier(0.770, 0.000, 0.175, 1.000) infinite;
  animation: loader-5-3 2s cubic-bezier(0.770, 0.000, 0.175, 1.000) infinite;
}
@-webkit-keyframes loader-5-3 {
  0%   { -webkit-transform: translate3d(0, 0, 0) scale(1); }
  50%  { -webkit-transform: translate3d(-16px, 0, 0) scale(.5); }
  100% { -webkit-transform: translate3d(0, 0, 0) scale(1); }
}
@keyframes loader-5-3 {
  0%   { transform: translate3d(0, 0, 0) scale(1); }
  50%  { transform: translate3d(-16px, 0, 0) scale(.5); }
  100% { transform: translate3d(0, 0, 0) scale(1); }
}
.loader-5 span {
  display: block;
  position: absolute;
  top: 0; left: 0;
  bottom: 0; right: 0;
  margin: auto;
  height: 22px;
  width: 22px;
}
.loader-5 span::before {
  content: "";
  display: block;
  position: absolute;
  top: 0; left: 0;
  bottom: auto; right: 0;
  margin: auto;
  width: 6px;
  height: 6px;
  background: #693bf5;
  border-radius: 50%;
  -webkit-animation: loader-5-4 2s cubic-bezier(0.770, 0.000, 0.175, 1.000) infinite;
  animation: loader-5-4 2s cubic-bezier(0.770, 0.000, 0.175, 1.000) infinite;
}
@-webkit-keyframes loader-5-4 {
  0%   { -webkit-transform: translate3d(0, 0, 0) scale(1); }
  50%  { -webkit-transform: translate3d(0, 16px, 0) scale(.5); }
  100% { -webkit-transform: translate3d(0, 0, 0) scale(1); }
}
@keyframes loader-5-4 {
  0%   { transform: translate3d(0, 0, 0) scale(1); }
  50%  { transform: translate3d(0, 16px, 0) scale(.5); }
  100% { transform: translate3d(0, 0, 0) scale(1); }
}
.loader-5 span::after {
  content: "";
  display: block;
  position: absolute;
  top: auto; left: 0;
  bottom: 0; right: 0;
  margin: auto;
  width: 6px;
  height: 6px;
  background: #4a5cff;
  border-radius: 50%;
  -webkit-animation: loader-5-5 2s cubic-bezier(0.770, 0.000, 0.175, 1.000) infinite;
  animation: loader-5-5 2s cubic-bezier(0.770, 0.000, 0.175, 1.000) infinite;
}
@-webkit-keyframes loader-5-5 {
  0%   { -webkit-transform: translate3d(0, 0, 0) scale(1); }
  50%  { -webkit-transform: translate3d(0, -16px, 0) scale(.5); }
  100% { -webkit-transform: translate3d(0, 0, 0) scale(1); }
}
@keyframes loader-5-5 {
  0%   { transform: translate3d(0, 0, 0) scale(1); }
  50%  { transform: translate3d(0, -16px, 0) scale(.5); }
  100% { transform: translate3d(0, 0, 0) scale(1); }
}


/*# sourceMappingURL=main.css.map*/