.horizontal-app-menu .menu-bar .toggle-sidebar {
  width: 100% !important;
  text-align: right !important;
  margin: 0px !important;
  padding: 0px 32px 0px 24px !important;
  line-height: 40px;
}

/* Banner START */
.company-logo {
  padding-left: 20px;
  margin-left: 20px;
  border-left: 1px solid white;
}
.eyedius-logo.hidden-md {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .eyedius-logo.hidden-md {
    display: none;
  }
  .company-logo {
    padding-left: 0;
    margin-left: 0;
    border-left: none;
  }
}
.company-name {
  color: #eee;
  font-size: 21px;
  letter-spacing: 1px;
}
/* Banner END */

::selection {
  color: white;
  background: #00a0dc;
}

::-moz-selection {
  color: white;
  background: #00a0dc;
}

.full-window {
  height: 100vh !important;
  width: 100vw !important;
}

.not-selectable {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -o-user-select: none;
}

.btn-outline-success {
  color: #40d9ca !important;
  background-color: transparent !important;
  background-image: none !important;
  border-color: #33d8b3 !important;
}

.btn-outline-info {
  color: #414141 !important;
  background-color: transparent !important;
  background-image: none !important;
  border-color: #cecece !important;
}

.btn-outline-info.toggled {
  color: white !important;
  background-color: #33d8b3 !important;
  background-image: none !important;
  border-color: #33d8b3 !important;
}

/* Login START */
.login-wrapper {
  background-color: inherit;
}
.login-wrapper .bg-pic {
  background-color: #02deaf;
}
.login-wrapper .login-container {
  position: fixed;
  right: 0;
}
.login-wrapper .login-container.slideLeftAnimation {
  right: -496px;
  -webkit-animation: slide 0.5s forwards;
  -webkit-animation-delay: 0.2s;
  animation: slide 0.5s forwards;
  animation-delay: 0.2s;
}
.login-intercom-toggle {
  cursor: pointer;
}
.login-intercom-toggle:hover {
  text-decoration: underline;
}
.login-intercom-title {
  margin: 0;
  font-family: Montserrat;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-weight: 700;
  text-shadow: 2px 2px rgba(0, 0, 0, 0.15);
}

@-webkit-keyframes slide {
  100% {
    right: 0;
  }
}

@keyframes slide {
  100% {
    right: 0;
  }
}
/* Login START */

/* SETTINGS Page -> Sidebar START */
.secondary-sidebar {
  position: relative !important;
  z-index: 2 !important;
}
@media (max-width: 768px) {
  .secondary-sidebar.open {
    top: -14px !important;
    margin-left: -127.4px !important;
    visibility: visible !important;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .secondary-sidebar,
  .secondary-sidebar.open {
    margin-left: 20px !important;
    visibility: visible !important;
  }
}
@media (min-width: 991px) {
  .secondary-sidebar.open {
    visibility: visible !important;
  }
}
/* SETTINGS Page -> Sidebar END */

/* SETTINGS Page -> Billing Details Card START */
.billing-detail {
  padding: 5px 0px;
  border-bottom: 1px solid #e6e9ec;
}
.billing-detail .title {
  font-weight: 500;
}
/* SETTINGS Page -> Billing Details Card END */

/* SETTINGS Page -> Credit Card START */
.rccs__card--back,
.rccs__card--front {
  border-radius: 10px !important;
}
@media (min-width: 576px) {
  .rccs,
  .rccs__card {
    width: 350px !important;
    height: 200px !important;
  }
}
@media (min-width: 768px) {
  .rccs,
  .rccs__card {
    width: 350px !important;
    height: 200px !important;
  }
}
@media (min-width: 992px) {
  .rccs,
  .rccs__card {
    width: 100% !important;
    height: 200px !important;
  }
}
@media (min-width: 1200px) {
  .rccs,
  .rccs__card {
    width: 350px !important;
    height: 200px !important;
  }
}
/* SETTINGS Page -> Credit Card END */

.default-avatar {
  float: unset !important;
  border: 2px solid rgba(170, 170, 170, 0.3);
  background: rgba(150, 150, 150, 0.2);
  border-radius: 100% !important;
}

/* Datatable Sorting START */
.both {
  background: url("../img/icons/sort_both.png");
  width: 16px;
  height: 16px;
}
.ascending {
  background: url("../img/icons/sort_asc.png");
  width: 16px;
  height: 16px;
}
.descending {
  background: url("../img/icons/sort_desc.png");
  width: 16px;
  height: 16px;
}
/* Datatable Sorting END */

.input .form-control .is-invalid {
  border: 1px solid #dc3545;
}

.card-top-right-area {
  position: absolute;
  top: 20px;
  right: 20px;
}

/* Geosuggest START */
.geosuggest {
  font-size: 18px;
  font-size: 1rem;
  position: relative;
  margin: 0px !important;
  text-align: left;
}
.geosuggest__input {
  width: 100%;
  border: none !important;
  padding: 0.5em 1em;
  -webkit-transition: border 0.2s, box-shadow 0.2s;
  transition: border 0.2s, box-shadow 0.2s;
}
.geosuggest__input:focus {
  border-color: rgba(0, 0, 0, 0.07);
  box-shadow: 0 0 0 transparent;
}
.geosuggest__suggests {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  max-height: 25em;
  padding: 0;
  margin-top: -1px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-top-width: 0;
  overflow-x: hidden;
  overflow-y: auto;
  list-style: none;
  z-index: 5;
  -webkit-transition: max-Es 0.2s, border 0.2s;
  transition: max-height 0.2s, border 0.2s;
}
.geosuggest__suggests--hidden {
  max-height: 0;
  overflow: hidden;
  border-width: 0;
}
.geosuggest__item {
  font-size: 0.8rem;
  padding: 0.5em 0.65em;
  cursor: pointer;
}
.geosuggest__item:hover,
.geosuggest__item:focus {
  background: #f5f5f5;
}
.geosuggest__item--active {
  background: #6462e6;
  color: #fff;
}
.geosuggest__item--active:hover,
.geosuggest__item--active:focus {
  background: #ccc;
}
.geosuggest__item__matched-text {
  font-weight: bold;
}
/* Geosuggest END */

/* Header Searchbar START */
.search-bar::placeholder {
  color: #9594ad;
  opacity: 1;
}
.search-bar:-ms-input-placeholder {
  color: #9594ad;
}
.search-bar::-ms-input-placeholder {
  color: #9594ad;
}
/* Header Searchbar END */

.modal-content {
  border: none !important;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.form-input-group.required-with-icon::after {
  color: #f13d5b;
  content: "*";
  font-family: arial;
  font-size: 20px;
  position: absolute;
  right: 45px;
  top: 6px;
}
.form-input-group.required::after {
  color: #f13d5b;
  content: "*";
  font-family: arial;
  font-size: 20px;
  position: absolute;
  right: 12px;
  top: 6px;
}

/* Overlay START */
.overlay-ui.overlay {
  z-index: 10001;
  border: none;
  margin: 0px;
  padding: 0px;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  letter-spacing: normal;
  background-color: rgb(0, 0, 0);
  opacity: 0.5;
  cursor: default;
  position: absolute;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.overlay-ui.overlay-wrapper.overlay-element {
  z-index: 10002;
  position: absolute;
  margin: 0px;
  padding: 0;
  width: 100%;
  top: 0px;
  height: 100%;
  left: 0px;
  border: none;
  cursor: default;
  opacity: 1;
}
.overlay-element.icon-wrapper {
  display: table;
  height: 37.5%;
  width: 100%;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 85%, 50% 100%, 0 85%);
  clip-path: polygon(0 0, 100% 0, 100% 85%, 50% 100%, 0 85%);
  background: white;
}
.overlay-element.message-wrapper {
  display: table;
  height: 50%;
  width: 100%;
  background: white;
}
.overlay-element.button-wrapper {
  display: table;
  height: 12.5%;
  width: 100%;
  background: white;
  padding: 10px;
}
.overlay-element.icon {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.overlay-element.message {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 21px;
  font-weight: 400;
}
.overlay-element.button {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
}
/* Overlay END */

/* Checkmark Start */
.checkmark__circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke: #fff;
  fill: none;
  animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}
.checkmark {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: block;
  stroke-width: 2;
  stroke: #00aeef;
  stroke-miterlimit: 10;
  margin: 10% auto;
  box-shadow: inset 0px 0px 0px #00aeef;
  animation: fill 0.4s ease-in-out 0.4s forwards,
    scale 0.3s ease-in-out 0.9s both;
}
.checkmark__check {
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}
@keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes scale {
  0%,
  100% {
    transform: none;
  }
  50% {
    transform: scale3d(1.1, 1.1, 1);
  }
}
@keyframes fill {
  100% {
    box-shadow: inset 0px 0px 0px 30px #fff;
  }
}
/* Checkmark END */

.device-container .device {
  text-align: center;
}

.dropdown-menu.notification-toggle::after {
  border-bottom: 0 !important;
  position: absolute;
  top: -8px !important;
  left: 24px !important;
  display: inline-block !important;
  border-right: 10px solid transparent !important;
  border-bottom: 10px solid #fff !important;
  border-left: 10px solid transparent !important;
  content: "";
}

/* Passpoint/Channel Sidebar START */
.quick-launch-widget {
  z-index: 3;
  position: absolute;
  width: 410px;
  top: 0;
  height: 100%;
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  transition-property: -webkit-transform, transform, opacity;
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.quick-launch-content {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #f5f5f5;
}
.searchbox-container {
  margin: 8px;
}
.searchbox {
  position: relative;
  background: #fff;
  border-radius: 2px;
  box-sizing: border-box;
  width: 100%;
  height: 48px;
  border-bottom: 1px solid transparent;
  padding: 0px 55px 0px 55px;
  transition-property: background, box-shadow;
  transition-duration: 0.3s;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2), 0 -1px 0px rgba(0, 0, 0, 0.02);
  z-index: 1;
}
.searchbox-icon-container {
  position: absolute;
  z-index: 1003;
  left: 0;
  top: 0;
}
.searchbox-icon {
  display: block;
  padding: 12px 16px !important;
  background: transparent;
  border: 0;
  border-radius: 0;
  font: inherit;
  list-style: none;
  margin: 0;
  outline: 0;
  overflow: visible;
  padding: 0;
  z-index: 2000;
}
.btn-outline-success {
  color: #40d9ca !important;
  background-color: transparent !important;
  background-image: none !important;
  border-color: #33d8b3 !important;
}

.btn-outline-info {
  color: #414141 !important;
  background-color: transparent !important;
  background-image: none !important;
  border-color: #cecece !important;
}

.btn-outline-info.toggled {
  color: white !important;
  background-color: #33d8b3 !important;
  background-image: none !important;
  border-color: #33d8b3 !important;
}

.profile-avatar {
  border-radius: 100%;
  border: 2px solid rgba(36, 114, 106, 0.4);
  cursor: pointer;
  height: 128px;
  width: 128px;
}

.profile-avatar-overlay {
  border-radius: 100%;
  background: transparent;
  cursor: pointer;
  height: 128px;
  width: 128px;
  z-index: 1;
  position: absolute;
}

.profile-avatar-overlay:hover {
  border-radius: 100%;
  cursor: pointer;
  height: 128px;
  width: 128px;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.3);
}

.dropdown-toggle:after {
  right: 5px !important;
}

.searchbar {
  border: none;
  padding: 0px;
  margin: 0px;
  height: auto;
  width: 100%;
  position: absolute;
  z-index: 6;
  left: 0px;
  outline: none;
  font-size: 15px;
  padding: 14px 0;
}
.searchbox-searchbutton-container {
  position: absolute;
  right: 0px;
  top: 0;
}
.searchbox-searchbutton {
  display: block;
  padding: 14px 17px;
  background: transparent;
  border: 0;
  border-radius: 0;
  font: inherit;
  list-style: none;
  margin: 0;
  outline: 0;
  overflow: visible;
  cursor: pointer;
}
.searchbox-clearbutton {
  display: block;
  padding: 14px 17px;
  background: transparent;
  border: 0;
  border-radius: 0;
  font: inherit;
  list-style: none;
  margin: 0;
  outline: 0;
  overflow: visible;
  cursor: pointer;
}
.result-container {
  margin-top: 30px;
}
.result-container.scrollable {
  height: calc(100% - 90px);
  overflow-y: auto;
  overflow-x: hidden;
}
div.result-container.scrollable::-webkit-scrollbar {
  width: 8px;
}
div.result-container.scrollable::-webkit-scrollbar-track {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-color: white;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.25);
}
div.result-container.scrollable::-webkit-scrollbar-thumb {
  opacity: 0.1;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}
.section-result {
  cursor: pointer;
  box-sizing: border-box;
  min-height: 80px;
  padding: 10px 18px 10px 24px;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  background-color: white;
  border-top: 1px solid #e6e6e6;
}
.section-result-title-container {
  padding-right: 10px;
  display: table-cell;
  width: 100%;
  white-space: normal;
}
.section-result-title {
  color: #000;
  font-size: 15px;
  line-height: 16px;
  padding-bottom: 2px;
  white-space: normal;
}
.section-result-header {
  padding-top: 2px;
}
.section-result-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.section-result-text-content {
  color: #8c8c8c;
  display: inline-block;
  font-size: 13px;
  line-height: 16px;
  min-width: 1px;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.section-image-container {
  display: inline-block;
  height: 70px;
  position: relative;
}
/* Passpoint/Channel Sidebar END */

/* React Datepicker START */
.react-datepicker-popper {
  z-index: 10000000 !important;
}
.react-datepicker__time-list-item {
  height: 19.75px !important;
}
ul.react-datepicker__time-list {
  padding: 0 !important;
}
.react-datepicker__day--selected {
  background-color: #00aeef !important;
}
li.react-datepicker__time-list-item--selected {
  background-color: #00aeef !important;
}
/* React Datepicker END */

.dropdown-toggle:after {
  right: 5px !important;
}

/* Dashboard START */
.dashboard-scroll {
  max-height: 295px;
  overflow: scroll;
}
.dashboard-scroll::-webkit-scrollbar {
  width: 0.5em;
}
.dashboard-scroll::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.dashboard-scroll::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
  border-radius: 10px;
}
.widget-pane-visible.widget-pane-toggle-button-container {
  display: block;
}
.widget-pane-toggle-button-container {
  position: absolute;
  z-index: 0;
  top: 8px;
  left: 100%;
  display: none;
}
.widget-pane-toggle-button {
  display: block;
  position: absolute;
  width: 23px;
  height: 48px;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.9)
    url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAUCAQAAAAXDMSnAAAAi0lEQVR4AX3JQcqBURQG4O/+9WNG30D3vOfSDTuQsgcZyBakZANSzMVMBme3zsBI5/VMn4ZKLP5ki1E4tYejWpilxVUtzOEUD68odYmXR5BJNp/4zllXD2phllYvamHmirsayUkfJ5ruHzueTldC08kcT5YOY9xYujqQM03XKXuaLmEtNF1e1Nz89gbL+0do6OEwRwAAAABJRU5ErkJggg==)
    7px center/7px 10px no-repeat;
  border: 1px solid #d4d4d4 !important;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.3);
}
.widget-pane-collapsed.widget-pane-toggle-button {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
/* Dashboard END */

.dialog__overview {
  margin: 0px !important;
}

.bg-info-dark {
  margin: 0px !important;
}

@media screen and (min-width: 1920px) {
  .passpoint-map-container {
    height: calc(100vh - 130px);
    width: "100vw";
  }
}

@media screen and (max-width: 1920px) {
  .passpoint-map-container {
    height: calc(100vh - 180px);
    width: "100vw";
  }
}

@media screen and (max-width: 990px) {
  .passpoint-map-container {
    height: calc(100vh - 130px);
    width: "100vw";
  }
}

@media screen and (max-height: 1080px) {
  .user-device-option.empty {
    padding: 100px 0px;
  }
}

@media screen and (max-height: 768px) {
  .user-group .user-device-option.empty {
    padding: 50px 0px;
  }
}

@media screen and (max-height: 520px) {
  .user-group .user-device-option.empty {
    padding: 50px 0px;
  }
}

.group-location-wrapper {
  position: relative;
  width: 100vw;
  height: calc(100vh - 250px);
}

.ar-1-1::before {
  padding-top: inherit !important;
}

.user-profile-container {
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-top: unset;
  max-height: 250px;
  overflow-y: auto;
  overflow-x: hidden;
}

.user-profile-container::-webkit-scrollbar {
  background: #eaeaea;
  width: 8px;
}
.user-profile-container::-webkit-scrollbar-thumb {
  background: #aaa;
  border-radius: 8px;
}
.user-profile-container::-webkit-scrollbar-button {
  display: none;
}

.user-profile {
  padding: 10px;
}

.user-profile:last-child {
  border-bottom: unset;
}

.user-profile:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}

/* Data-tables
------------------------------------
*/
.table.dataTable.no-footer {
  border: none;
}
.dataTables_scroll:hover .dataTables_scrollBody:before {
  content: "";
  top: 0;
  height: 0;
}
.dataTables_scrollBody {
  overflow-y: auto;
  border: none !important;
}
.dataTables_scrollBody:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 60px;
  bottom: 0;
  background: transparent;
}
.dataTables_wrapper .dataTables_paginate {
  float: right;
}
.dataTables_wrapper .dataTables_paginate ul > li.disabled a {
  opacity: 0.5;
}
.dataTables_wrapper .dataTables_paginate ul > li > a {
  padding: 6px 11px;
  color: #626262;
  opacity: 0.35;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.dataTables_wrapper .dataTables_paginate ul > li > a:hover {
  opacity: 0.65;
}
.dataTables_wrapper .dataTables_paginate ul > li > a > [class^="pg-"],
.dataTables_wrapper .dataTables_paginate ul > li > a > [class*=" pg-"] {
  width: 14px;
  height: 14px;
}

.dataTables_wrapper .dataTables_paginate ul > li.next > a,
.dataTables_wrapper .dataTables_paginate ul > li.prev > a {
  opacity: 1;
}
.dataTables_wrapper .dataTables_paginate ul > li.disabled a {
  opacity: 0.35;
}
.dataTables_wrapper .dataTables_paginate ul > li.disabled a:hover {
  opacity: 0.35;
}
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_paginate {
  margin-top: 0 !important;
}
.dataTables_paginate.paging_bootstrap.pagination {
  padding-top: 0;
  padding-right: 20px;
}
.dataTables_wrapper .dataTables_info {
  clear: none;
  font-size: 12px;
  padding: 0 33px;
  color: #626262;
}
.dataTables_wrapper .dataTables_paginate ul > li {
  display: inline-block;
  font-size: 14px;
  border-radius: 50%;
  margin: 0 4px;
}
.dataTables_wrapper .dataTables_paginate ul > li > a {
  display: inline-block;
  font-size: 14px;
}
.dataTables_wrapper .dataTables_paginate ul > li.disabled > a[role="button"] {
  cursor: text !important;
}
.dataTables_wrapper .dataTables_paginate ul > li:not(.disabled):hover {
  background-color: rgba(0, 0, 0, 0.035) !important;
}

.dataTables_scrollHeadInner {
  padding-right: 0 !important;
}
.export-options-container {
  position: relative;
}
.dataTables_wrapper .dataTables_paginate ul > li.active > a {
  font-weight: bold;
  color: #626262;
  opacity: 1;
}

.export-options-container a {
  color: inherit;
  opacity: 1;
}
.exportOptions .DTTT.btn-group a {
  display: block !important;
}

table.dataTable thead .sorting_asc:after {
  background-image: url("../img/icons/sort_asc.png");
}
table.dataTable thead .sorting_desc:after {
  background-image: url("../img/icons/sort_desc.png");
}
table.dataTable thead .sorting:after {
  background-image: url("../img/icons/sort_both.png");
}
table.dataTable thead .sorting_asc_disabled:after {
  background-image: url("../img/icons/sort_asc_disabled.png");
}
table.dataTable thead .sorting_desc_disabled:after {
  background-image: url("../img/icons/sort_desc_disabled.png");
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
  top: 25% !important;
  right: 0 !important;
  content: "";
  width: 19px;
  height: 19px;
  background-position: center center;
  opacity: 1;
}
table.dataTable.table-condensed .sorting:after,
table.dataTable.table-condensed .sorting_asc:after,
table.dataTable.table-condensed .sorting_desc:after {
  top: 12px;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  cursor: pointer;
  position: relative;
}

table.dataTable thead > tr > th.sorting_asc,
table.dataTable thead > tr > th.sorting_desc,
table.dataTable thead > tr > th.sorting,
table.dataTable thead > tr > td.sorting_asc,
table.dataTable thead > tr > td.sorting_desc,
table.dataTable thead > tr > td.sorting {
  padding-right: 30px !important;
  padding-left: 18px !important;
}

table.dataTable thead th.show-content,
table.dataTable thead th.hide-content {
  position: relative;
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
  position: absolute;
  bottom: 8px;
  right: 8px;
  display: block;
  font-family: "Glyphicons Halflings";
  opacity: 0.5;
}

.table tbody tr td {
  padding: 10px 18px !important;
}

.table thead tr th {
  padding: 10px 18px !important;
}

/* Responsive Handlers : Tables */
@media (max-width: 991px) {
  .dataTables_wrapper .dataTables_info {
    float: left;
  }
  .dataTables_paginate.paging_bootstrap.pagination {
    float: right;
  }
}
@media (max-width: 767px) {
  .table-responsive {
    border: none !important;
  }
}

@media (max-width: 480px) {
  .dataTables_wrapper .dataTables_info,
  .dataTables_wrapper .dataTables_paginate {
    float: none;
    text-align: left;
    clear: both;
    display: block;
  }
}

div.dataTables_wrapper div.dataTables_paginate {
  margin: 0;
  white-space: nowrap;
  text-align: right;
}

div.dataTables_wrapper div.dataTables_info {
  padding-top: 8px;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  div.dataTables_wrapper div.dataTables_length,
  div.dataTables_wrapper div.dataTables_filter,
  div.dataTables_wrapper div.dataTables_info,
  div.dataTables_wrapper div.dataTables_paginate {
    text-align: center !important;
  }

  .dataTables_wrapper .row > div {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .dataTables_wrapper .dataTables_info,
  .dataTables_wrapper .dataTables_paginate,
  .dataTables_wrapper .dataTables_info ul,
  .dataTables_wrapper .dataTables_paginate ul {
    padding: 0 !important;
  }

  .table {
    clear: both;
    margin-top: 6px !important;
    max-width: none !important;
  }
}

.task-detail-heading {
  color: #cfcfcf;
  font-size: 12px;
}

.task-members-container {
  margin-top: 24px;
  margin-bottom: 24px;
  min-height: 300px;
  max-height: 815px;
  overflow-y: auto;
  overflow-x: hidden;
}

.task-members-container > .member {
  height: 40px;
  margin: 5px 0;
}

.task-members-container > .member:hover {
  -webkit-box-shadow: inset 0px 0px 20px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0px 0px 20px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 0px 20px 1px rgba(0, 0, 0, 0.1);
  border-radius: 30px;
}
.task-members-container > .member.selected {
  -webkit-box-shadow: inset 0px 0px 20px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0px 0px 20px 1px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0px 0px 20px 1px rgba(0, 0, 0, 0.2);
  border-radius: 30px;
}
.task-members-container > * {
  cursor: pointer;
}

.toggle {
  background-color: #fff;
  border: 1px solid #dfdfdf;
  border-radius: 20px;
  cursor: pointer;
  display: inline-block !important;
  height: 30px;
  position: relative;
  vertical-align: middle;
  width: 50px;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  box-sizing: content-box;
  background-clip: content-box;
}

.toggle-small {
  border-radius: 24px;
  height: 24px;
  width: 40px;
  transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s,
    background-color 1.2s ease 0s;
}
.toggle-small.primary.on {
  background-color: rgb(0, 174, 239);
  border-color: rgb(0, 174, 239);
  box-shadow: rgb(0, 174, 239) 0px 0px 0px 11px inset;
}
.toggle-small.success.on {
  background-color: rgb(51, 216, 179);
  border-color: rgb(51, 216, 179);
  box-shadow: rgb(51, 216, 179) 0px 0px 0px 11px inset;
}
.toggle-small.off {
  background-color: rgb(255, 255, 255);
  border-color: rgb(225, 225, 225);
  box-shadow: rgb(225, 225, 225) 0px 0px 0px 0px inset;
}

.toggle > small {
  background: #fff;
  border-radius: 100%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  height: 30px;
  position: absolute;
  top: 0;
  width: 30px;
}

.toggle-small > small {
  height: 24px;
  width: 24px;
  background-color: rgb(255, 255, 255);
  transition: left 0.2s ease 0s;
}

.toggle > .toggle-button.on {
  left: 16px;
}

.toggle > .toggle-button.off {
  left: 0;
}

.checkbox label {
  line-height: 24px;
  user-select: none;
}

.checkbox label::after {
  width: 24px;
  height: 24px;
  left: -3px;
  top: 0;
  text-align: center;
}

.checkbox label::before {
  margin: 0;
  top: 1.5px;
}

.checkbox.has-error label::before {
  border-color: #f55753;
}

.checkbox.has-error {
  color: #f55753;
}

.input-label {
  font-family: Montserrat;
  font-size: 10.5px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-weight: 500;
}

/* Positional fixes */
div#root {
  width: 100% !important;
  height: 100% !important;
}

.horizontal-app-menu {
  height: 100% !important;
  overflow-x: hidden;
  overflow-y: auto;
}

.page-container .page-content-wrapper.no-footer {
  min-height: 100% !important;
  height: 100% !important;
}

.page-container .page-content-wrapper .content {
  position: relative;
  padding-bottom: 45px !important;
}

.page-container .page-content-wrapper.no-footer .content {
  position: relative;
  padding-bottom: 0 !important;
}

.access-option .verification-type {
  display: flex !important;
  flex-direction: row;
}

.access-option .verification-type .select-wrapper {
  flex: 1 1 auto !important;
  display: inline-block;
  margin-right: 10px;
  margin-top: 10px;
}

.access-option .verification-type .select-icon-wrapper {
  flex: 1 1 auto !important;
  display: inline-block;
  margin: 10px 0;
  text-align: center;
}

.access-option .verification-type .select-icon-wrapper img {
  margin: 2.5px;
}

.access-option .access-hours {
  display: flex;
}

.access-option .access-hours .time-interval {
  display: inline-block;
  flex: 1 1 0%;
}

.access-option.checkbox-container {
  width: 15%;
}

.access-option.accessible-hours-container {
  width: 20%;
}

.access-option.verification-type-container {
  width: 35%;
}

.access-option.checkbox-container .checkbox label,
.radio label {
  margin-right: 0;
}

.access-options-table-header {
  display: flex;
  flex-direction: row;
}

.access-options-table-header button.btn.btn-success {
  flex: 1 1 20%;
}

.access-options-table-header .toggle-wrapper {
  flex: 1 1 auto;
}

.access-options-table-header .searchbar-wrapper {
  flex: 2 2 auto;
}
.access-options-table-header .searchbar-wrapper .search-input {
  width: 100% !important;
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
  .quick-launch-widget.access-option-sidebar {
    height: unset !important;
  }

  .access-options-table-header {
    padding: 0 20px;
    flex-direction: column-reverse;
  }

  .dataTables_wrapper.access-options-table {
    white-space: nowrap;
    overflow: auto;
  }

  .dataTables_wrapper.access-options-table table tr {
    display: inline-block;
    margin-right: 10px;
    min-width: 30%;
  }

  .access-option .verification-type {
    flex-direction: column;
  }

  .access-option .verification-type .select-wrapper {
    margin-right: 0;
  }

  .access-option .verification-type .select-icon-wrapper {
    margin: 5px 0 0 0;
  }

  .access-option .verification-type .select-icon-wrapper img {
    margin: 5px;
  }

  .access-option .access-hours {
    margin-top: 10px;
  }

  .access-option.checkbox-container {
    width: unset;
  }

  .access-option.accessible-hours-container {
    width: unset;
  }

  .access-option.verification-type-container {
    width: unset;
  }

  .access-options-table-header .toggle-wrapper label {
    float: left !important;
  }

  .access-options-table-header .button-wrapper button {
    width: 100%;
    margin: 0 !important;
  }

  .access-options-table-wrapper h3 {
    padding: 5px 20px;
  }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
  .quick-launch-widget.access-option-sidebar {
    height: unset !important;
  }

  .access-options-table-header {
    padding: 0 20px;
    flex-direction: column-reverse;
  }

  .dataTables_wrapper.access-options-table {
    white-space: nowrap;
    overflow: auto;
    min-height: 56%;
  }

  .dataTables_wrapper.access-options-table table tr {
    display: inline-block;
    margin-right: 10px;
    min-width: 30%;
  }

  .access-option .verification-type {
    flex-direction: column;
  }

  .access-option .verification-type .select-wrapper {
    margin-right: 0;
  }

  .access-option .verification-type .select-icon-wrapper {
    margin: 5px 0 0 0;
  }

  .access-option .verification-type .select-icon-wrapper img {
    margin: 5px;
  }

  .access-option .access-hours {
    margin-top: 10px;
  }

  .access-option.checkbox-container {
    width: unset;
  }

  .access-option.accessible-hours-container {
    width: unset;
  }

  .access-option.verification-type-container {
    width: unset;
  }

  .access-options-table-header .toggle-wrapper label {
    float: left !important;
  }

  .access-options-table-header .button-wrapper button {
    width: 100%;
    margin: 0 !important;
  }

  .access-options-table-wrapper h3 {
    padding: 5px 20px;
  }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
  .quick-launch-widget.access-option-sidebar {
    height: unset !important;
  }

  .access-options-table-header {
    padding: 0 20px;
    flex-direction: column-reverse;
  }

  .dataTables_wrapper.access-options-table {
    white-space: nowrap;
    overflow: auto;
    min-height: 56%;
  }

  .dataTables_wrapper.access-options-table table tr {
    display: inline-block;
    margin-right: 10px;
    min-width: 30%;
  }

  .access-option .verification-type {
    flex-direction: column;
  }

  .access-option .verification-type .select-wrapper {
    margin-right: 0;
  }

  .access-option .verification-type .select-icon-wrapper {
    margin: 5px 0 0 0;
  }

  .access-option .verification-type .select-icon-wrapper img {
    margin: 5px;
  }

  .access-option .access-hours {
    margin-top: 10px;
  }

  .access-option.checkbox-container {
    width: unset;
  }

  .access-option.accessible-hours-container {
    width: unset;
  }

  .access-option.verification-type-container {
    width: unset;
  }

  .access-options-table-header .toggle-wrapper label {
    float: left !important;
  }

  .access-options-table-header .button-wrapper button {
    width: 100%;
    margin: 0 !important;
  }

  .access-options-table-wrapper h3 {
    padding: 5px 20px;
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
  .dataTables_wrapper.access-options-table {
    max-height: 74%;
    overflow-y: auto;
  }

  .access-option .verification-type {
    flex-direction: column;
  }

  .access-options-table-wrapper {
    height: 100%;
  }

  .access-options-table-header .toggle-wrapper {
    flex: 1 1 50%;
  }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .dataTables_wrapper.access-options-table {
    max-height: 84%;
    overflow-y: auto;
  }

  .access-options-table-wrapper {
    height: 100%;
  }
}

/** Google maps style fix */
.gm-bundled-control-on-bottom {
  right: 30px !important;
  bottom: 116px !important;
}
.gm-bundled-control-on-bottom > div:first-child {
  top: 44px !important;
}
.gmnoprint > .gmnoprint > div {
  height: 60px !important;
  width: 30px !important;
}
.gmnoprint > .gmnoprint > div > div {
  /* seperator */
  width: 22.5px !important;
  margin: 0px 3.75px !important;
}
.gmnoprint > .gmnoprint button {
  width: 30px !important;
  height: 30px !important;
}
.gmnoprint > .gmnoprint button img {
  height: 13.5px !important;
  width: 13.5px !important;
}

.gm-svpc {
  width: 30px !important;
  height: 30px !important;
}
.gm-svpc img:nth-child(1),
.gm-svpc img:nth-child(2) {
  width: 13.5px !important;
  height: 22.5px !important;
}
.gm-svpc img:nth-child(3) {
  width: 24px !important;
  height: 30px !important;
}

.gm-style-mtc > div:nth-child(1) {
  padding: 0px 9px !important;
  height: 30px !important;
  font-size: 15px !important;
}
.gm-style-mtc > div:nth-child(2) {
  top: 30px !important;
}
.gm-style-mtc > div:nth-child(2) > div {
  padding: 2px 4px 2px 2px !important;
  font-size: 14px !important;
}

.dropzone_container {
  border: 5px dashed #cccccc;
  height: 240px;
  overflow: hidden;
  text-align: center;
  display: flex;
  align-items: center;
  cursor: pointer;
  pointer-events: auto;
  position: relative;
}

.dropzone_container.has-file {
  border: 5px dashed #02deaf;
}

.dropzone_container.has-error {
  border: 5px dashed #f55753;
  background-color: rgba(245, 87, 83, 0.1);
}

.dropzone_container .dropzone_overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 10000;
}

.dropzone_container .dropzone_aligner {
  flex-grow: 1;
  padding: 0px 20px;
}

.dropzone_container .dropzone_aligner .dropzone_upload_image {
  transition: all 0.25s ease-out;
  width: 96px;
  height: 96px;
  margin-bottom: 20px;
}

.dropzone_container .dropzone_aligner .dropzone_upload_image.hover {
  width: 128px;
  height: 128px;
}

.dropzone_profile_image {
  height: 240px;
  width: 180px;
  border: 1px solid #bfbfbf;
  border-radius: 20px;
}

.card-header .dropdown-menu .dropdown-item:hover {
  opacity: 1;
  background-color: rgba(200, 200, 200, 0.3) !important;
}

.dataTables_searchbar_container {
  display: flex;
  height: 60px;
  padding-bottom: 20px;
  min-width: 880px;
  justify-content: flex-end;
  text-align: end;
}

.dataTables_searchbar_container .dataTables_filter_container {
  display: flex;
  margin-right: 2px;
}

.dropdown-toggle.filter-menu {
  padding-left: 15px;
  padding-right: 25px;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.dropdown-toggle.dismissable {
  padding-left: 20px;
  padding-right: 40px;
}

.dropdown-toggle.dismissable::after {
  position: absolute !important;
  right: 25px !important;
  top: 50% !important;
  margin-top: -2px !important;
}

.dropdown-toggle.dismissable .pg-close {
  position: absolute;
  right: 5px;
  top: 35%;
  margin-top: -2px;
  opacity: 0.4;
  transition-property: opacity;
  transition-duration: 0.66s;
  transition-timing-function: cubic-bezier(0.25, 1, 0.25, 1);
}

.dropdown-toggle.dismissable .pg-close:hover {
  opacity: 1;
}

.dropdown-item.filter-item {
  text-transform: uppercase;
  font-weight: 400;
  font-family: Montserrat;
  font-size: 10.5px;
  letter-spacing: 0.06em;
  vertical-align: middle;
}

.dataTables_searchbar_container .dataTables_filter_container .dropdown-toggle {
  text-transform: uppercase;
  font-weight: 500;
  font-family: Montserrat;
  font-size: 11.5px;
  letter-spacing: 0.06em;
  vertical-align: middle;
}

.dataTables_searchbar_container .dataTables_search_input_group {
  position: relative;
  flex-grow: 1;
}

.dataTables_searchbar_container .dataTables_search_input_group .search_input {
  padding-right: 30px;
  border-top-right-radius: 6px !important;
  border-bottom-right-radius: 6px !important;
}

.dataTables_searchbar_container .dataTables_search_input_group .search_button {
  position: absolute;
  right: 0;
  z-index: 100;
  padding: 0 15px;
  height: 35px;
  line-height: 35px;
  background-color: transparent !important;
  border: 0;
  border-radius: 6px;
  outline: 0;
  font-size: 1.3rem;
  color: #999593;
  font-weight: 600;
  text-align: center;
  text-decoration: none !important;
  letter-spacing: 0.5px;
  cursor: pointer;
  pointer-events: auto;
  transition: all 0.125s ease-out;
}

.dataTables_searchbar_container
  .dataTables_search_input_group
  .search_button:hover {
  margin-top: -3px;
  color: #333;
  transform: scale(1.2);
}

.dataTables_searchbar_container .dataTables_filter_container > * {
  margin-right: 2px;
}

tr.expandable > td[data-expandable="true"]::before {
  content: "\f054";
  display: inline-block;
  font-size: 8px;
  top: -1px;
  position: relative;
  margin-right: 8px;
  font-family: "FontAwesome";
  -webkit-transition: all 0.12s linear;
  transition: all 0.12s linear;
}

tr.shown > td[data-expandable="true"]::before {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.dropdown-menu .dropdown-header {
  padding-bottom: 16px;
  margin: 0 !important;
  text-transform: uppercase;
  font-weight: 500;
  font-family: Montserrat;
  font-size: 11.5px;
  border-bottom: 1px solid rgba(30, 30, 30, 0.1);
}

.task__date__inputs {
  display: flex;
  flex-direction: row;
}

.task__date__inputs .date__input {
  flex-grow: 1;
}

.task__date__inputs .date__input .react-datepicker {
  width: 343px;
}

.modal.stick-up.task .modal-content {
  margin-bottom: 150px;
}

.timeline {
  padding: 0 0 5em 0 !important;
}

.timeline:before {
  background: #02deaf !important;
}

.checkpoint-popup {
  position: relative;
  width: 95%;
  height: 300px;
  top: 58px;
  background: white;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 8px;
}

.checkpoint-popup:before {
  border-bottom: 0 !important;
  position: absolute;
  top: -10px !important;
  left: 50.8% !important;
  display: inline-block !important;
  border-right: 10px solid transparent !important;
  border-bottom: 10px solid #02deaf !important;
  border-left: 10px solid transparent !important;
}

.checkpoint-popup:after {
  border-bottom: 0 !important;
  position: absolute;
  top: -10px !important;
  left: 1.6% !important;
  display: inline-block !important;
  border-right: 10px solid transparent !important;
  border-bottom: 10px solid #02deaf !important;
  border-left: 10px solid transparent !important;
}

.checkpoint-popup .checkpoint-selector {
  position: relative;
  float: left;
  width: 70%;
  height: 100%;
  padding: 20px 10px 20px 20px;
}

.checkpoint-popup .time-interval {
  position: relative;
  width: 30%;
  height: 100%;
  float: right;
  padding: 20px 20px 20px 10px;
}

.checkpoint-popup .time-interval .button-controls {
  position: absolute;
  bottom: 20px;
  display: flex;
  flex-direction: row;
}

.checkpoint-popup .time-interval .btn-outline {
  height: 30px;
  line-height: 15px;
}

.quick-time-select {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}

.quick-time-select:first-child {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.quick-time-select:last-child {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.timeline-container:not(.left) .timeline .timeline-point.clickable {
  cursor: pointer;
}

.timeline-container:not(.left) .timeline .timeline-point {
  transition: background-color 0.25s linear;
}

@media only screen and (min-width: 1170px) {
  .timeline-container:not(.left) {
    margin: 0 !important;
    width: 100% !important;
    padding-right: 25px !important;
    max-height: 720px !important;
    overflow-y: auto !important;
  }

  .timeline-container:not(.left) .timeline .timeline-block .timeline-content {
    float: right !important;
    padding-left: 20px !important;
    width: 47% !important;
  }

  .timeline-container:not(.left) .timeline .timeline-content::before {
    top: 24px !important;
    left: 100% !important;
    border-color: transparent !important;
    border-left-color: #02deaf !important;
  }

  .timeline-container:not(.left) .timeline .timeline-content .event-date {
    left: auto !important;
    right: 114% !important;
    text-align: right !important;
    padding-right: 20px !important;
    width: 47% !important;
    top: unset !important;
  }

  .checkpoint-popup::before {
    content: "" !important;
  }
}

.label i.dismissable {
  margin-left: 10px;
  cursor: pointer;
}

.react-datepicker__close-icon {
  top: 52% !important;
  right: 13% !important;
}

.react-datepicker__close-icon::after {
  cursor: pointer !important;
  z-index: 3;
  background-color: #00aeef !important;
}

[contenteditable]:focus {
  outline: 0px solid transparent;
}

@media only screen and (min-width: 992px) {
  .modal-xl {
    width: 900px !important;
    max-width: 1200px !important;
  }
}

hr {
  border: 0;
  clear: both;
  display: block;
  width: 100%;
  background-color: lightgray;
  height: 1px;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border: transparent !important;
}

a[href] {
  color: inherit;
  text-decoration: none;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  background-color: transparent !important;
  border: transparent !important;
}

.btn.btn-success.image-capture {
  position: absolute;
  width: 12%;
  height: 23%;
  right: 0;
  bottom: 0;
  padding: 0;
  border-radius: 50%;
  border: none;
}

.video-wrapper.loading {
  display: flex;
  vertical-align: middle;
  align-items: center;
  height: 150px;
  border: 2px dashed rgba(0, 0, 0, 0.25);
  margin-bottom: 5px;
}

.snapshot-wrapper {
  width: 100%;
  height: 100%;
  border: 2px dashed rgba(0, 0, 0, 0.25);
}

.snapshot-wrapper.has-error {
  border-color: #f55753;
}

.snapshot-wrapper canvas {
  width: 100%;
  height: 100%;
}

.btn.btn-link.btn-right-arrow {
  position: absolute;
  right: 25px;
  top: 45px;
  padding: 0;
  color: rgba(0, 0, 0, 0.75);
  cursor: pointer;
}

.btn.btn-link.btn-left-arrow {
  position: absolute;
  left: 25px;
  top: 45px;
  padding: 0;
  color: rgba(0, 0, 0, 0.75);
  cursor: pointer;
}

.btn.btn-link.disabled {
  color: rgba(0, 0, 0, 0.25);
  cursor: default;
}

.pgn-wrapper {
  z-index: 1 !important;
}

.modal-body .privacy-policy {
  border: 1px solid rgba(0, 0, 0, 0.075);
  border-top: none;
  padding-left: 10px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.modal-body .privacy-policy .title {
  margin: 0;
  padding: 5px 0;
  text-transform: uppercase;
  font-weight: 400;
  font-family: Montserrat;
  letter-spacing: 0.06em;
  vertical-align: middle;
}

.modal-body .privacy-policy .policy {
  overflow-y: auto;
  padding: 10px;
  padding-left: unset;
  transition: max-height 0.25s ease-in;
  text-align: justify;
}

.modal-body .privacy-policy .policy::-webkit-scrollbar {
  width: 8px;
}

.modal-body .privacy-policy .policy::-webkit-scrollbar-track {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.03);
}

.modal-body .privacy-policy .policy::-webkit-scrollbar-thumb {
  opacity: 0.1;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
}

.register-guest-modal .pin-container {
  border: 1px solid rgba(0, 0, 0, 0.075);
  border-top: none;
  padding-left: 10px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.register-guest-modal .pin-container .flex-container {
  display: flex;
  flex-wrap: wrap;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-top: 10px;
}
.register-guest-modal .pin-container .flex-container .pin {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1 1 auto;
  padding: 15px;
  margin-right: 5px;
  margin-top: 5px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  height: 40px;
}

.intercom-requests-table {
  position: relative;
  height: 35vh;
  min-width: 100%;
  padding: 20px 0;
  margin-bottom: 20px;
  border: 1px solid gainsboro;
  border-radius: 20px;
}

.intercom-requests-table .title {
  position: absolute !important;
  top: -10px !important;
  padding: 5px !important;
  left: 60px !important;
}

.intercom-requests-table .requests {
  max-height: 100%;
  min-height: 100%;
  overflow-y: auto;
}

.table tbody tr td .checkbox label::after {
  left: -3px !important;
  top: -1px;
}

/** Select */
.select__container {
  position: relative;
  display: flex;
}
.select__container .select__value-container {
  -webkit-box-align: center;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  box-sizing: border-box;
  flex: 1 1 0%;
  padding: 2px 8px;
  overflow: hidden;
}

.select__container .select__value-container input {
  text-overflow: ellipsis;
}

.select__container .select__value-container input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgb(51, 51, 51);
  opacity: 1; /* Firefox */
}

.select__container .select__value-container input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgb(51, 51, 51);
}

.select__container .select__value-container input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: rgb(51, 51, 51);
}

.select__container .select__indicators {
  -webkit-box-align: center;
  align-items: center;
  align-self: stretch;
  display: flex;
  flex-shrink: 0;
  box-sizing: border-box;
}

.select__container .select__indicators .select__indicator {
  color: rgb(153, 153, 153);
  display: flex;
  box-sizing: border-box;
  padding: 8px;
  transition: color 150ms ease 0s;
}

.select__container .select__indicators .select__indicator.active {
  color: rgb(51, 51, 51);
}

.select__container .select__indicators .select__indicator:hover {
  color: rgb(51, 51, 51);
}

.select__container .select__indicators .select__indicator-seperator {
  align-self: stretch;
  background-color: rgb(204, 204, 204);
  margin-bottom: 8px;
  margin-top: 8px;
  width: 1px;
  box-sizing: border-box;
}

.select__container .select__indicators .select__loading-indicator {
  color: rgb(204, 204, 204);
  display: flex;
  align-self: center;
  font-size: 4px;
  line-height: 1;
  margin-right: 4px;
  text-align: center;
  vertical-align: middle;
  box-sizing: border-box;
  padding: 8px;
  transition: color 150ms ease 0s;
}

.select__container .select__indicators .select__loading-indicator .dot {
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-name: select-loading-indicator;
  animation-timing-function: ease-in-out;
  background-color: rgb(204, 204, 204);
  display: inline-block;
  margin-left: 1em;
  height: 1em;
  vertical-align: top;
  width: 1em;
  border-radius: 1em;
}

@keyframes select-loading-indicator {
  from {
    background-color: rgb(204, 204, 204);
  }
  to {
    background-color: white;
  }
}

.select__container .select__indicators .select__loading-indicator .dot.first {
  animation-delay: 0ms;
  margin-left: 0;
}

.select__container .select__indicators .select__loading-indicator .dot.second {
  animation-delay: 160ms;
}

.select__container .select__indicators .select__loading-indicator .dot.third {
  animation-delay: 320ms;
}

.select__container button .select__button-icon {
  font-size: 18px;
}

.select__container .select__menu {
  position: absolute;
  background: white;
  overflow: hidden;
  z-index: 2;
  top: 34px;
  width: 100%;
  border-radius: 8px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}

.select__container .select__menu .scrollable {
  padding: 10px 0;
  max-height: 200px;
  overflow-y: auto;
}

.select__container .select__menu .scrollable .option {
  padding: 10px;
  background: white;
  color: black;
  cursor: pointer;
  user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}

.select__container .select__menu .scrollable .option:hover {
  background: #daf2ed;
}

.select__container .select__menu .scrollable .option.selected {
  background: #02deaf;
  color: white;
}
/** Select */

.spin {
  animation-name: spin;
  animation-duration: 500ms;
  animation-timing-function: linear;
  animation-iteration-count: 1;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.location-activity-icon-group i:last-child {
  margin-right: 0 !important;
}
.tooltiptext {
  visibility: hidden;
  width: 140px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  opacity: 0;
  margin-left: -75px;
  transition: opacity 0.3s;
}

.tooltiptext[position="left"] {
  visibility: hidden;
  width: 140px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: -145px;
  opacity: 0;
  margin-left: 0;
  transition: opacity 0.3s;
}

.tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.tooltiptext[position="left"]::after {
  content: "";
  position: absolute;
  top: 40%;
  right: -7%;
  left: unset;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent transparent #555;
}

button:hover .tooltiptext,
.input-group-addon:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.details-tab li:last-child {
  color: gray;
  margin-left: auto;
  padding: 13px 20px;
  height: 3px;
}

.crossed-out::after {
  pointer-events: none;
  content: "|";
  color: red;
  display: block;
  font-weight: bold;
  text-align: center;
  margin-top: -6%;
  margin-left: 15%;
  font-size: 1.4em;
  transform: rotate(45deg);
}

.exclaimed::after {
  pointer-events: none;
  position: absolute;
  content: "!";
  top: 4%;
  right: -10%;
  color: white;
  display: inline-block;
  font-weight: bold;
  text-align: center;
  font-size: 0.7em;
  z-index: 1;
  border-radius: 50%;
  background: orange;
  width: 1.25em;
  line-height: 1.25em;
}

pre {
  margin: 0 !important;
  padding: 1rem !important;
}

pre code:hover {
  background: unset;
}

.table-detailed .expandable td[data-expandable="true"]::before {
  content: "\f054";
  display: inline-block;
  font-size: 8px;
  top: -1px;
  position: relative;
  margin-right: 8px;
  font-family: "FontAwesome";
  -webkit-transition: all 0.12s linear;
  transition: all 0.12s linear;
}

.table-detailed .expandable.shown td[data-expandable="true"]::before {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

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

.dataTables-column-dropzone {
  background-color: #fafafa;
  height: 100%;
  width: 100%;
  line-height: 32px;
  padding-left: 24px;
  display: flex;
}

.dataTables-column-dropzone span {
  float: left;
}

.dataTables-column-dropzone div {
  align-self: center;
}

.dataTables-column-dropzone span.column-drop-icon {
  margin-right: 24px;
}

.dataTables-column-dropzone .column-drop-icon {
  background-color: transparent;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0iIzMzMyIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJNMTQgMTRIN3YtMmg5YTIgMiAwIDAgMS0yIDJ6bS01LTJ2Mmgydi0ySDl6IiBmaWxsLXJ1bGU9Im5vbnplcm8iLz48cGF0aCBkPSJNMTYgNmEyIDIgMCAwIDAtMi0ySDVhMiAyIDAgMCAwLTIgMmgxM3pNNyA0djJINVY0aDJ6bTkgNkg3VjhoOXYyek05IDh2MmgyVjhIOXoiLz48L2c+PC9zdmc+);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  height: 48px;
  opacity: 0.87;
  width: 18px;
  display: inline-block;
}

.dataTables-column-dropzone .column-drop-empty-message {
  height: 100%;
  line-height: 48px;
  opacity: 0.38;
}

.dataTables-column-dropzone .column-drop-list {
  height: 100%;
  flex: 1 1 auto;
  padding-top: 10px;
  padding-bottom: 18px;
}

.dataTables-column-dropzone .column-drop-list .column-drop-cell {
  background: white;
  border-radius: 32px;
  height: 32px !important;
  margin-top: 8px;
  padding: 0 4px;
}

.dataTables-column-dropzone .column-drop-list .column-drop-cell .column-drag {
  margin-left: 16px;
  margin-top: 4px;
  width: 18px;
}

.dataTables-column-dropzone
  .column-drop-list
  .column-drop-cell
  .column-cell-text {
  height: 100%;
  line-height: 32px;
  margin: 0 8px;
  pointer-events: none;
}

.dataTables-column-dropzone
  .column-drop-list
  .column-drop-cell
  .column-drop-cell-button {
  background-color: transparent;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTkgMS41QTcuNDkzIDcuNDkzIDAgMCAwIDEuNSA5YzAgNC4xNDggMy4zNTMgNy41IDcuNSA3LjUgNC4xNDggMCA3LjUtMy4zNTIgNy41LTcuNSAwLTQuMTQ3LTMuMzUyLTcuNS03LjUtNy41em0zLjc1IDEwLjE5M2wtMS4wNTcgMS4wNTdMOSAxMC4wNTcgNi4zMDggMTIuNzUgNS4yNSAxMS42OTMgNy45NDIgOSA1LjI1IDYuMzA4IDYuMzA4IDUuMjUgOSA3Ljk0MmwyLjY5My0yLjY5MiAxLjA1NyAxLjA1OEwxMC4wNTcgOWwyLjY5MyAyLjY5M3oiIGZpbGw9IiMzMzMiLz48L3N2Zz4=);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  width: 18px;
  overflow: hidden;
  text-indent: 100%;
  min-width: 32px;
  height: 100%;
  margin: 0 4px;
  opacity: 0.54;
}

.dataTables-column-dropzone
  .column-drop-list
  .column-drop-cell
  .column-drop-cell-button:hover {
  opacity: 0.87 !important;
}

.dataTables-column-dropzone .column-drop-list .right-arrow {
  overflow: hidden;
  text-indent: 100%;
  height: 100%;
  margin: 8px 8px 0;
  opacity: 0.54;
}

.right-arrow {
  background-color: transparent;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTkgM0w4IDRsNCA0SDN2Mmg5bC00IDQgMSAxIDYtNnoiIGZpbGw9IiMzMzMiLz48L3N2Zz4=);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  height: 18px;
  opacity: 0.87;
  width: 18px;
}

.filter-icon {
  background-color: transparent;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0iIzMzMyIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJNNCAxMGgxMFY4SDR6TTIgNHYyaDE0VjR6Ii8+PHBhdGggZmlsbC1ydWxlPSJub256ZXJvIiBkPSJNNyAxNGg0di0ySDd6Ii8+PC9nPjwvc3ZnPg==);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  height: 18px;
  opacity: 0.87;
  width: 18px;
  display: inline-block;
}

.filter-icon.selected {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0iIzAyZGVhZiIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJNNCAxMGgxMFY4SDR6TTIgNHYyaDE0VjR6Ii8+PHBhdGggZmlsbC1ydWxlPSJub256ZXJvIiBkPSJNNyAxNGg0di0ySDd6Ii8+PC9nPjwvc3ZnPg0K);
}

.column-drag {
  background-color: transparent;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTMgNmgxMnYySDN6bTAgNGgxMnYySDN6IiBmaWxsPSIjMzMzIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4=);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  height: 18px;
  opacity: 0.87;
  width: 18px;
  background-position-x: left;
  background-position-y: 8px !important;
  height: 100%;
  min-width: 26px;
  cursor: grab;
}

.dataTables-filter-menu {
  background: #fff;
  padding: 0;
}

.dataTables-filter-menu .tab-header {
  background: #eee;
  min-width: 220px;
  width: 100%;
  display: table;
  line-height: 1.5;
}

.dataTables-filter-menu .tab-header .tab {
  cursor: pointer;
  border-bottom: 2px solid transparent;
  height: 32px;
  text-align: center;
  vertical-align: middle;
  display: table-cell;
}

.dataTables-filter-menu .tab-header .tab.selected {
  border-bottom: 2px solid #02deaf;
}

.dataTables-filter-menu .tab-body {
  padding: 8px 0;
}

.dataTables-filter-menu .filter .filter-loading {
  background-color: rgba(255, 255, 255, 0.06);
  height: 100%;
  padding: 5px;
  position: absolute;
  top: 34px;
  width: 100%;
  z-index: 1;
}

.dataTables-filter-menu .filter .filter-apply-panel {
  display: flex;
  justify-content: flex-end;
  padding: 8px;
  padding-top: 16px;
}

.dataTables-filter-menu .filter .filter-apply-panel span + span {
  margin-left: 16px;
}

.dataTables-filter-menu .input-text-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
  line-height: normal;
  position: relative;
}

.dataTables-filter-menu .filter .filter-header-container {
  height: 40px;
}

.dataTables-filter-menu .filter .filter-header-container:nth-child(2) {
  border-bottom: 1px solid #e2e2e2;
}

.dataTables-filter-menu .filter input[type="text"] {
  background: transparent;
  color: rgba(0, 0, 0, 0.87);
  font-family: inherit;
  font-size: inherit;
  height: 40px;
  padding-bottom: 8px;
  border-width: 0;
  border-bottom: 2px solid #e2e2e2;
  padding-left: 8px;
}

.dataTables-filter-cell .floating-filter-body {
  float: left;
  height: 100%;
  margin-right: 0;
  width: calc(100% - 34px);
}

.dataTables-filter-cell .floating-filter-input {
  background: transparent;
  color: rgba(0, 0, 0, 0.87);
  height: 40px;
  border-width: 0;
  border-bottom: 2px solid #e2e2e2;
  width: 100%;
}

.dataTables-filter-cell .floating-filter-button {
  float: right;
  line-height: 18px;
  margin-top: 20px;
}

.dataTables-filter-cell .floating-filter-button button {
  appearance: none;
  -webkit-appearance: none;
  background: transparent;
  border: 0;
  height: 18px;
  padding: 0;
  width: 18px;
}

.dataTables-filter-menu .filter label {
  padding-left: 8px;
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: 13px;
  font-weight: 400;
  text-transform: capitalize;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 0.5rem;
}

.dataTables-filter-menu .filter label.filter-item {
  display: block;
}

.dataTables-filter-menu .filter-filter {
  margin-bottom: 8px;
  width: 100%;
}

.dataTables-filter-menu .filter-checkbox {
  float: left;
  margin: 0 8px 0 0;
  padding-top: 4px;
}

.dataTables-filter-menu .filter-value {
  line-height: 30px;
  display: inline-block;
  width: calc(100% - 40px);
  overflow: hidden;
  text-overflow: ellipsis;
}

.dataTables-filter-menu .filter-list {
  height: 260px;
  overflow: auto;
  padding: 8px 0;
}

.dataTables_wrapper + nav.react-contextmenu {
  padding: 5px 0;
  float: left;
  list-style: none;
  text-shadow: none;
  -webkit-box-shadow: 0 0 5px rgba(87, 87, 87, 0.2);
  box-shadow: 0 0 5px rgba(87, 87, 87, 0.2);
  border: none;
  border-radius: 3px;
  font-size: 13px;
  margin: 0;
  background: #fafafa;
  min-width: 50px;
  z-index: 700 !important;
}

.dataTables_wrapper + nav > .react-contextmenu-item {
  display: block;
  width: 100%;
  padding: 5px 1.5rem;
  clear: both;
  font-weight: 400;
  height: 40px;
  line-height: 30px;
  color: #292b2c;
  text-align: inherit;
  white-space: nowrap;
  background: 0 0;
  border: 0;
  cursor: pointer;
}

.dataTables_wrapper + nav > .react-contextmenu-item:focus,
.dataTables_wrapper + nav > .react-contextmenu-item:hover {
  color: #1d1e1f;
  text-decoration: none;
  background-color: #f7f7f9;
}

.card-progress.in-progress {
  display: block !important;
  background-color: rgba(255, 255, 255, 0.5) !important;
  z-index: 999 !important;
}

.pgn-circle .alert {
  margin-bottom: 10px !important;
}

.pgn-wrapper {
  z-index: 801 !important;
}

.vibrate {
  -webkit-animation: vibrate-1 0.3s linear 5 both;
  animation: vibrate-1 0.3s linear 5 both;
}

/**
 * ----------------------------------------
 * animation vibrate
 * ----------------------------------------
 */
@-webkit-keyframes vibrate {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  20% {
    -webkit-transform: translate(-2px, 2px);
    transform: translate(-2px, 2px);
  }
  40% {
    -webkit-transform: translate(-2px, -2px);
    transform: translate(-2px, -2px);
  }
  60% {
    -webkit-transform: translate(2px, 2px);
    transform: translate(2px, 2px);
  }
  80% {
    -webkit-transform: translate(2px, -2px);
    transform: translate(2px, -2px);
  }
  100% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
@keyframes vibrate {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  20% {
    -webkit-transform: translate(-2px, 2px);
    transform: translate(-2px, 2px);
  }
  40% {
    -webkit-transform: translate(-2px, -2px);
    transform: translate(-2px, -2px);
  }
  60% {
    -webkit-transform: translate(2px, 2px);
    transform: translate(2px, 2px);
  }
  80% {
    -webkit-transform: translate(2px, -2px);
    transform: translate(2px, -2px);
  }
  100% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}

.input-group-text {
  background-color: #f0f0f0;
  color: rgba(98, 98, 98, 0.47);
  font-size: 14px;
  border: 1px solid rgba(0, 0, 0, 0.07);
  padding: 0.375rem 0.75rem;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 2px;
}

.input-group-text.primary {
  color: #fff;
  background-color: #6462e6;
  border-color: #6462e6;
}

.input-group-text.success {
  color: #fff;
  background-color: #00cea0;
  border-color: #00cea0;
}

.input-group-text.warning {
  color: #fff;
  background-color: #fece40;
  border-color: #fece40;
}

.input-group-text.danger {
  color: #fff;
  background-color: #f13d5b;
  border-color: #f13d5b;
}

.input-group-text.info {
  color: #fff;
  background-color: #363c52;
  border-color: #363c52;
}

.input-group-text.complete {
  color: #fff;
  background-color: #2979fb;
  border-color: #2979fb;
}

.input-group-append {
  display: flex;
}

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

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

.input-group-prepend .input-group-text {
  border-right: 0;
}

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

.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),
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

select.form-control {
  font-family: "Montserrat", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif !important;
  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='%23v343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e")
    no-repeat right 0.75rem center/8px 10px;
  font-weight: 500;
  padding-right: 30px !important;
}

select.form-control option {
  font-family: "Montserrat", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif !important;
  font-weight: 500;
}

ul.sub-menu > li > a > .arrow:before {
  -webkit-transform: rotate(180deg) !important;
  -ms-transform: rotate(180deg) !important;
  transform: rotate(180deg) !important;
}

.form-group-label {
  font-family: Montserrat;
  font-size: 10.5px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-weight: 500;
}
.account-settings-item {
  margin-left: 48px;
  margin-top: 16px;
}
.text-bold {
  font-weight: 600;
}
.text-semibold {
  font-weight: 500;
}
@media (min-width: 768px) {
  .md-up-m-r-10 {
    margin-right: 10px;
  }
}
.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.computer-id-input {
  min-height: 250px !important;
  font-family: monospace;
  padding: 12px 0 !important;
  resize: none;
}
