/*
 * font imports
 */
@font-face {
  font-family: 'bpg_mrgvlovani_caps';
  font-weight: normal;
  font-style: normal;
  src: url('../fonts/bpg_mrgvlovani_caps/bpg_mrgvlovani_caps.eot');
  src: url('../fonts/bpg_mrgvlovani_caps/bpg_mrgvlovani_caps.eot?#iefix') format('embedded-opentype'), url('../fonts/bpg_mrgvlovani_caps/bpg_mrgvlovani_caps.woff') format('woff'), url('../fonts/bpg_mrgvlovani_caps/bpg_mrgvlovani_caps.ttf') format('truetype');
}

@font-face {
  font-family: 'bpg_mrgvlovani';
  src: url('../fonts/bpg_mrgvlovani/bpg_mrgvlovani.ttf');
  src: url('../fonts/bpg_mrgvlovani/bpg_mrgvlovani.eot');
  src: url('../fonts/bpg_mrgvlovani/bpg-mrgvlovani.woff');
}

@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/helvetica/HelveticaNeue.woff');
}

@font-face {
  font-family: 'HelveticaCaps';
  src: url('../fonts/helvetica/HelveticaCaps.woff');
}

@font-face {
  font-family: 'Noto Sans Georgian Bold';
  src: url('../fonts/noto/NotoSansGeorgian-Bold.woff2') format('woff2'), url('../fonts/noto/NotoSansGeorgian-Bold.woff') format('woff'),
    url('../fonts/noto/NotoSansGeorgian-Bold.ttf') format('truetype'), url('../fonts/noto/NotoSansGeorgian-Bold.svg#NotoSansGeorgian-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

.font-helvetica-caps {
  font-family: HelveticaCaps !important;
}

.font-helvetica {
  font-family: Helvetica !important;
}

.font-caps {
  font-family: bpg_mrgvlovani_caps, sans-serif;
}

.font-normal {
  font-family: "Trebuchet MS", Verdana, sans-serif;
}

.font-mrgvlovani {
  font-family: bpg_mrgvlovani;
}

body {
  background-color: #fff;
  font-family: bpg_mrgvlovani;
}

header .container {
  height: 60px;
}

header .container .user-profile>div {
  cursor: pointer;
}

header .container .user-profile>div md-icon>svg {
  fill: #424242;
}

header .container .user-profile>span {
  cursor: pointer;
  margin-left: 10px;
  color: #424242;
}

header .container .menu span {
  font-family: bpg_mrgvlovani_caps, sans-serif;
  margin-left: 15px;
  font-size: 0.9em;
  cursor: pointer;
}

header .container .menu span:hover {
  text-decoration: underline;
}

header .container .menu .active {
  text-decoration: underline;
}

header .bottom-shadow {
  width: 100%;
  background-image: url('../imgs/bgs/fake-shadow.png');
  background-repeat: repeat-x;
  background-size: 1px 12px;
  height: 12px;
}

.application-list {
  width: 760px;
}

.application-list .item {
  width: 100%;
  height: 129px;
  border-bottom: 1px solid #e9e9e9;
  cursor: pointer;
}

.application-list .item .icon {
  background-color: #28b5f5;
}

.application-list .item .icon md-icon {
  width: 72px;
  height: 72px;
}

.application-list .item .title {
  padding-left: 15px;
}

.application-list .item .title span:first-child {
  font-family: bpg_mrgvlovani_caps, sans-serif;
}

.application-list .item .action md-icon {
  display: none;
  width: 72px;
  height: 72px;
}

.application-list .item:hover .title span:nth-child(1) {
  color: #3f51b5;
}

.application-list .item:hover .action md-icon {
  display: block;
}

.application-list .item:hover .action md-icon svg {
  fill: #5c6bc0;
}

.guest-logo {
  width: 386px;
}

.guest-logo>img {
  width: 100%;
  cursor: pointer;
}

.guest-footer {
  width: 234px;
}

.guest-footer>img {
  width: 100%;
  cursor: pointer;
}

/*
.login-container {

    header {
        > .logo-container {
            width: 386px;
            padding: 50px 0px 50px 0px;

            > img {
                width: 100%;
                cursor: pointer;
            }
        }
    }

    footer {
        > .logo-container {
            width: 234px;
            padding: 50px 0px 50px 0px;

            > img {
                width: 100%;
                cursor: pointer;
            }
        }
    }

    section {
        margin-top: 20px;

        > .title-container {
            width: 600px;
            .title {
                font-size: 1.2em;
                font-family: bpg_mrgvlovani_caps;
                text-align: center;
                color: @color-grey-400;
            }

            hr {
                display: block;
                height: 1px;
                border: 0;
                border-top: 2px solid @color-grey-300;
                margin: 1em 0;
                padding: 0;
            }
        }

        > .input-box-container {
            width: 600px;
            margin-top: 15px;

            > md-input-container {
                > label {
                    font-size: 0.8em;
                }
            }

            > .md-button {
                margin: 6px 0px 6px 0px;

                > span {
                    font-family: bpg_mrgvlovani_caps;
                }
                > .password-reset {
                    font-family: arial;
                    color: #64B5F6;
                }
            }
        }
    }
}

*/
section {
  margin-top: 20px;
}

section>.title-container {
  width: 600px;
}

section>.title-container .title {
  font-size: 1.2em;
  font-family: bpg_mrgvlovani_caps;
  text-align: center;
  color: #bdbdbd;
}

section>.title-container hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 2px solid #e0e0e0;
  margin: 1em 0;
  padding: 0;
}

section>.input-box-container {
  width: 600px;
  margin-top: 15px;
}

section>.input-box-container>md-input-container>label {
  font-size: 0.8em;
}


input:-webkit-autofill~div+label {
  color: #757575;
  transform: translate3d(0, 6px, 0) scale(.75) !important;
  transition: transform .4s cubic-bezier(.25, .8, .25, 1), width .4s cubic-bezier(.25, .8, .25, 1), -webkit-transform .4s cubic-bezier(.25, .8, .25, 1) !important;
}

input:-webkit-autofill::first-line {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 16px;
}


section>.input-box-container>.md-button {
  margin: 6px 0px 6px 0px;
}

section>.input-box-container>.md-button>span {
  font-family: bpg_mrgvlovani_caps;
}

section>.input-box-container>.md-button>.password-reset {
  font-family: arial;
  color: #64B5F6;
}

/*switcher*/
.switcher .btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.switcher .btn-group>.btn:first-child {
  /* margin-left: 0; */
}

.switcher .btn-group>.btn:hover,
.switcher .btn-group-vertical>.btn:hover,
.switcher .btn-group>.btn:focus,
.switcher .btn-group-vertical>.btn:focus,
.switcher .btn-group>.btn:active,
.switcher .btn-group-vertical>.btn:active,
.switcher .btn-group>.btn.active,
.switcher .btn-group-vertical>.btn.active {
  z-index: 2;
}

.switcher .btn-group>.btn,
.switcher .btn-group-vertical>.btn {
  position: relative;
  float: left;
}

.switcher .btn-primary:active,
.switcher .btn-primary.active,
.switcher .open>.dropdown-toggle.btn-primary {
  background-image: none;
}

.switcher .btn-primary:hover,
.switcher .btn-primary:focus,
.switcher .btn-primary.focus,
.switcher .btn-primary:active,
.switcher .btn-primary.active,
.switcher .open>.dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #448aff !important;
}

.switcher .btn:active,
.switcher .btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.switcher .btn {
  border-radius: 0px;
}

.switcher .btn-sm,
.switcher .btn-group-sm>.btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  /*border-radius: 3px;*/
}

.switcher .btn-primary {
  color: #fff;
  background-color: #448aff !important;
}

.switcher .btn {
  margin-right: 0;
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  /* border-radius: 4px;*/
}

.switcher .btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.switcher input,
.switcher button,
.switcher select,
.switcher textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

.switcher button,
.switcher html input[type="button"],
.switcher input[type="reset"],
.switcher input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

.switcher button,
.switcher select {
  text-transform: none;
}

.switcher button {
  overflow: visible;
}

.switcher button,
.switcher input,
.switcher optgroup,
.switcher select,
.switcher textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}

.switcher .btn.btn-primary.active {
  color: #fff;
  background-color: #286090;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  border-radius: 0;
}

.switcher .btn-group,
.switcher .btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.cs-search {
  background-color: #448aff !important;
  color: #ffffff !important;
}

.cs-search[disabled] {
  background-color: rgba(0, 0, 0, 0.12) !important;
}

.cs-x {
  color: grey;
  cursor: pointer;
  height: 20px;
  width: 20px;
  margin-bottom: 55px;
}

.msda-autocomplete.invalid input {
  border-bottom: 1px solid red;
}

.header-app-logo {
  padding-left: 15px;
  font-size: 14px !important;
  font-family: bpg_mrgvlovani_caps;
}

.header-app-logo div {
  margin-top: 10px;
  padding-left: 15px;
  height: 50px;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  display: inline-grid;
}

.add-vm-admin-news {
  position: absolute;
  top: 105px;
  left: 420px;
}

/**
 * Smart Editor
 */
.smart-editor hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

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

.smart-editor button {
  border-radius: 0;
}

.smart-editor .dashed {
  padding: 20px;
  border: 1px dashed #ccc;
  border-radius: 3px;
}

.smart-editor .fr-placeholder {
  display: none !important;
}

.smart-editor p[data-f-id="pbf"],
.smart-editor .fr-wrapper div:first-child:not(.fr-element):not(.fr-view) {
  pointer-events: none;
  visibility: hidden;
  z-index: -1 !important;
  opacity: 0 !important;
  margin-top: -31px;
}

.smart-editor .vAccordion--default v-accordion {
  margin-top: 0;
  padding-left: 0;
}

.smart-editor .edit ::-moz-selection {
  background-color: #ff780f;
}

.smart-editor .edit ::selection {
  background-color: #ff780f;
}

.smart-editor .edit .comment {
  cursor: pointer;
  border-radius: 2px;
  background-color: #ffdc0f;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

.smart-editor .edit .comment.selected {
  background-color: #ff780f;
}

.smart-editor .edit .comment.selected::-moz-selection {
  background-color: transparent;
}

.smart-editor .edit .comment.selected::selection {
  background-color: transparent;
}

.smart-editor .media img {
  width: 64px;
}

.smart-editor .history {
  margin-bottom: 1rem;
  border-radius: 3px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}

.smart-editor .history .mt-0 {
  margin-top: 0;
}

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

.smart-editor .media-body {
  flex: 1;
}

.smart-editor .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: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

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

.smart-editor .btn:focus,
.smart-editor .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.smart-editor .btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.smart-editor .btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

.smart-editor .btn-primary:focus,
.smart-editor .btn-primary.focus {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

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

.smart-editor .form-group::-ms-expand {
  background-color: transparent;
  border: 0;
}

.smart-editor .form-group:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

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

.smart-editor .form-group::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

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

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

.smart-editor .form-group::placeholder {
  color: #6c757d;
  opacity: 1;
}

.smart-editor .form-control {
  display: block;
  width: 100%;
  height: calc(4.25em);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.taxi-circle {
  height: 32px;
  width: 32px;
  border-radius: 50%;
}

.taxi-circle-text {
  color: white;
  text-align: center;
  font-size: 12px;
}

.taxi-blue-btn {
  background-color: #448AFF;
}

.zone-parking-data-td {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.disable-list-item {
  background-color: darkgray;
}

.cursor-arrow {
  cursor: default;
}

.list-unstyled {
  list-style: none;
}

.video-list-thumbs {
  margin-right: 40px;
}

.video-list-thumbs>li {
  margin-bottom: 12px;
}

.video-list-thumbs>li:last-child {}

.video-list-thumbs>li>div {
  display: block;
  position: relative;
  background-color: #fff;
  color: #111;
  padding: 8px;
  border-radius: 3px;
  transition: all 500ms ease-in-out;
  border-radius: 4px
}

.video-list-thumbs>li>a:hover {
  /*box-shadow:0 2px 5px rgba(0,0,0,.3);*/
  box-shadow: 0 2px 5px rgba(255, 255, 255, .3);
  text-decoration: none
}

.video-list-thumbs h2 {
  bottom: 0;
  font-size: 14px;
  height: 33px;
  margin: 8px 0 0;
}

.video-list-thumbs .glyphicon-play-circle {
  font-size: 60px;
  opacity: 0.6;
  position: absolute;
  left: 90px;
  top: 31%;
  text-shadow: 0 1px 3px rgba(255, 255, 255, .5);
  transition: all 500ms ease-in-out;
}

.video-list-thumbs>li>a:hover .glyphicon-play-circle {
  color: #111;
  opacity: 1;
  text-shadow: 0 1px 3px rgba(0, 0, 0, .8);
}

.video-list-thumbs .duration {
  background-color: rgba(255, 255, 255);
  border-radius: 2px;
  color: #111;
  font-size: 11px;
  font-weight: bold;
  left: 12px;
  line-height: 13px;
  padding: 2px 3px 1px;
  position: absolute;
  top: 12px;
  transition: all 500ms ease;
}

.video-list-thumbs>li>a:hover .duration {
  background-color: #000;
}

@media (min-width:320px) and (max-width: 480px) {
  .video-list-thumbs .glyphicon-play-circle {
    font-size: 35px;
    right: 36%;
    top: 27%;
  }

  .video-list-thumbs h2 {
    bottom: 0;
    font-size: 12px;
    height: 22px;
    margin: 8px 0 0;
  }
}

.w-180>md-datepicker>.md-datepicker-input-container>.md-datepicker-input {
  width: 180px;
}

.w-180>md-datepicker>.md-datepicker-input-container {
  border-bottom-color: rgba(0, 0, 0, 0.12) !important;
}

.rotate {
  transform: rotate(-180deg);
  transition: 1s;
}

.MsoNormal {
  margin-right: 0px !important;
}

.MsoNormal>span {
  word-break: break-word;
}

.footer-container {
  margin-top: auto;
  font-family: Helvetica;
}

.footer__contact {
  height: 34px;
  background-color: #0670b7;
  font-family: Helvetica;
}

.footer__contact span,
.footer__contact a {
  font-size: 10px;
  color: white;
  font-family: Helvetica;
}

.footer__contact a {
  text-decoration: none;
  cursor: pointer;
  font-family: Helvetica;
}

.footer__contact mat-icon {
  color: #c9e4f2;
  font-family: Helvetica;
}

.footer__title {
  height: 34px;
  background-color: #FFF;
}

.footer__title span {
  font-size: 10px;
  color: #777;
}

.footer__title span span {
  font-size: 10px;
}

.ms-container {
  /*max-width: 1400px;*/
  margin: 0px auto;
  position: relative;
  z-index: 4;
  padding: 0 15px;
  padding-left: 10px;
  padding-right: 10px;
}

.container {
  /*max-width: 1600px;*/
  padding-left: 32px;
  padding-right: 35px;
}

.h-100 {
  height: 100%;
}

/* Flexbox // ================================================== */
.d--f {
  display: flex !important;
}

.d--if {
  display: inline-flex;
}

/* Flex direction */
.fd--r {
  flex-direction: row;
}

/* Default */
.fd--rr {
  flex-direction: row-reverse;
}

.fd--c {
  flex-direction: column;
}

.fd--cr {
  flex-direction: column-reverse;
}

/* Flex wrap */
.fw--n {
  flex-wrap: nowrap;
}

/* Default */
.fw--w {
  flex-wrap: wrap;
}

.fw--wr {
  flex-wrap: wrap-reverse;
}

/* Justify content */
.jc--fe {
  justify-content: flex-end;
}

.jc--fs {
  justify-content: flex-start;
}

/* Default */
.jc--c {
  justify-content: center;
}

.jc--sa {
  justify-content: space-around;
}

.jc--sb {
  justify-content: space-between;
}

/* Align items */
.ai--fs {
  align-items: flex-start;
}

.ai--c {
  align-items: center;
}

.ai--fe {
  align-items: flex-end;
}

.ai--s {
  align-items: stretch;
}

/* Default */
.ai--b {
  align-items: baseline;
}

/* Flex grow */
.fg--0 {
  flex-grow: 0;
}

/* Default */
.fg--1 {
  flex-grow: 1;
}

/* Flex shrink */
.fs--0 {
  flex-shrink: 0;
}

.fs--1 {
  flex-shrink: 1;
}

/* Default */
/* Flex basis */
.fb--a {
  flex-basis: auto;
}

/* Default */
.fb--0 {
  flex-basis: 0;
}

/* Align self */
.as--a {
  align-self: auto;
}

/* Default */
.as--fs {
  align-self: flex-start;
}

.as--c {
  align-self: center;
}

.as--fe {
  align-self: flex-end;
}

.as--s {
  align-self: stretch;
}

.as--b {
  align-self: baseline;
}

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

.va-m {
  vertical-align: middle;
}

.font-caps-regular {
  font-family: 'bpg_mrgvlovani_caps';
}

.f-pl-24 {
  padding-left: 24px !important;
}

.f-pl-8 {
  padding-left: 8px !important;
}

.f-mr-24 {
  margin-right: 24px !important;
}

.f-mr-24 {
  margin-right: 24px !important;
}

.f-mr-8 {
  margin-right: 8px !important;
}

.f-ml-8 {
  margin-left: 8px !important;
}

.f-icon-white {
  color: #fff !important;
  opacity: 75%;
}

.header {
  background-color: #0670b7;
  position: fixed;
  height: 56px;
  width: 100%;
  z-index: 100;
}

.header .municipality {
  /* width: 287px; */
  height: 36px;
  margin-left: 40px;
  padding-left: 8px;
  padding-right: 8px;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.17);
  box-sizing: border-box;
  cursor: pointer;
}

.header .municipality img {
  height: 25px;
}

.header .municipality span.ml-16 {
  color: white;
  margin-left: 12px;
  margin-right: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  line-height: 17px;
  font-family: HelveticaCaps;
}

.header .ms-container {
  height: 100%;
  /*max-width: 1380px;*/
  margin: 0 auto;
}

.h-mr-10 {
  margin-right: 10px !important;
}

.h-ml-15 {
  margin-left: 15px !important;
}

.header-placeholder {
  height: 56px;
}

.ease-in {
  transition: 0.1s ease-in;
}

.h-mb-0 {
  margin-bottom: 0px !important;
}

.h-padding-right-10 {
  padding-right: 10px !important;
}

.h-username {
  font: 400 14px/24px HelveticaCaps;
  letter-spacing: normal;
  margin: 0 0 16px;
  color: #FFF;
}

.h-icon-white {
  color: #FFF;
}

.menu-arrow {
  position: absolute;
  left: 85%;
  top: -14px;
}

.h-user-info {
  text-align: right;
  border-right: 1px solid #FFF;
  display: inline-flex;
  justify-content: center;
  flex-wrap: nowrap;
  align-items: center;
  font-family: Helvetica;
}

.h-position-name {
  font-size: 10px;
  color: #FFF;
  font-family: Helvetica;
}

.h-notification {
  padding-left: 20px !important;
  width: 42px !important;
}

.h-change-log-icon {
  transform: rotate(180deg);
}

.h-position-item-name {
  font-size: 12px !important;
  letter-spacing: 0.42px !important;
  color: #636363 !important;
  line-height: 16px !important;
  font-family: Helvetica;
}

.h-position-list-icon {
  margin-top: -20px !important;
}

.h-p-md-menu {
  max-width: 496px !important;
  min-width: 496px !important;
  width: 496px !important;
}

.h-p-md-menu-item-height {
  min-height: 100px !important;
}

.p-menu-arrow {
  position: absolute;
  left: 72.5%;
  top: -14px;
}

.h-settings-menu {
  max-width: 272px !important;
  min-width: 272px !important;
  width: 272px !important;
}

.msda_link {
  margin-right: -10px !important;
  font-family: Helvetica;
}

.h-client-select-container {
  display: flex;
  align-items: center;
}

.h-client-select-container img {
  height: 25px;
}

.h-client-select-option {
  margin-left: 12px;
  margin-right: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  line-height: 17px;
  font-family: HelveticaCaps;
}

.h-client-selector {
  margin: unset !important;
}

.h-client-selector .md-select-value {
  color: white;
  border-bottom-color: rgba(255, 255, 255, 0.17) !important;
  border-bottom: none !important;
}

.md-select-menu-container {
  z-index: 110 !important;
}

#scd-root .scd-overlay-container {
  z-index: 200000000 !important;
  font-family: Helvetica;
}

#scd-root .mdc-button__label {
  font-family: Helvetica !important;
  font-size: 14px !important;
}

#scd-root .mdc-deprecated-list-item__text {
  font-family: Helvetica !important;
  font-size: 16px !important;
}

.html-content p {
  margin-left: 0 !important;
  word-break: break-word !important;
}

.html-content>p>span {
  margin-left: 0 !important;
  word-break: break-word !important;
}

.download-panel {
  background-color: white !important;
  min-height: 70px;
  max-width: 350px;
  padding: 0;
  margin-top: 115px;
  margin-right: 27px;
  border-radius: 4px;
  box-shadow: -2px 0 6px 0 #00000029;
}

.md-toast-content {
  max-height: 100% !important;
  background-color: white !important;
  padding: 0 !important;
}
