body {
  padding-bottom: 70px;
}

div.error input,
div.error textarea {
  border: 1px solid #a94442;
}
.table-borderless {
  margin-bottom: 0 !important;
}
.table-borderless th,
.table-borderless td {
  border: none !important;
  padding: 4px !important;
}

ul.errorlist {
  color: #a94442;
}

.alert-error {
  background-image: -webkit-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
  background-image: -o-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
  background-image: linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
  border-color: #dca7a7;
  color: #a94442;
}

.loading-overlay-wrapper {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
}

.loading-overlay-bg {
  position: fixed;
  z-index: 9999;
  background-color: #cccccc;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.7;
}

.loading-overlay-box {
  width: 360px;
  z-index: 10000;
  position: relative;
  background-color: #ffffff;
  font-weight: bold;
  font-size: 14pt;
  color: #333333;
  padding: 15px;
  border: 1px solid #999999;
  top: 100px;
  margin: auto;
}

/* Branding styles */
.the-edge-logo {
  padding-top: 4px;
}

.navbar-brand {
  padding-top: 0px;
}

.navbar-brand .wrapper {
  height: 50px;
  min-width: 250px;
  padding-left: 15px;
}

.navbar-brand .wrapper img#logo {
  max-height: 100%;
}

.navbar-brand img {
  max-height: 50px;
  max-width: 250px;
}

.navbar-footer {
  padding-top: 15px;
}

.navbar-fixed-bottom {
  z-index: 999; /* VIR-3106 */
}

.navbar-brand .brand:empty:before {
  position: relative;
  content: url("../img/logos/virtualstock.3af55d64254b.svg");
  height: 100%;
  width: 136px;
  display: block;
}

.nav-tabs .badge {
  position: absolute;
  top: -5px;
  right: -5px;
}

.spacer {
  height: 50px;
}

.glyphicon-question-sign {
  color: black;
}

#contractModal textarea {
  resize: vertical;
}

#floatingMenu {
  position: -webkit-sticky;
  position: sticky;
  top: -1px;
  z-index: 100;
}

.flag_unresponded {
  color: #ffb347;
}

.flag_overdue {
  color: #c23b22;
}
.flag_late {
  color: #3b3c36;
}
.flag_ontime {
  color: #779ecb;
}

#table-orders td {
  cursor: pointer;
}

.no_click {
}

/* bootstrap overrides */
#order-detail .panel-body {
  min-height: 280px;
}
#map-canvas {
  width: 100%;
  min-height: 400px;
  margin: 0;
  padding: 0;
}
tr.selected td {
  color: green;
}
tr.cost td {
  color: black;
}
tr.rejected td,
tr.no-do td,
tr.no-stock td {
  color: red;
}

.tab-content {
  border: 1px solid lightgray;
  border-top: 0px;
  padding: 1em;
  margin-bottom: 1em;
}

.tab-content .form-group {
  margin-left: 0px;
  margin-right: 0px;
}

select.combobox {
  width: 100%;
}

#id___category__ {
  width: 500px;
}

/* bootstrap overrides */
.badge {
  background-color: #cccccc;
  color: #212121;
  font-weight: normal;
}

div.controls > label.checkbox {
  font-weight: normal;
  padding-left: 1.4em;
}

.panel-default > .panel-heading .badge {
  background-color: #cccccc;
  color: #212121;
  font-weight: normal;
}

.label {
  font-weight: normal;
}
.label-success {
  background-color: #77dd77;
}

.jumbotron {
  padding: 20px !important;
}

.jumbotron h1 {
  font-size: 30px;
}
.jumbotron p {
  font-size: 14px;
}

.files_box {
  margin-bottom: 30px;
}

.btn-file {
  position: relative;
  overflow: hidden;
}
.btn-file input[type="file"] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}

.input-xs {
  height: 22px;
  padding: 0 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.invoice_file {
  font-weight: bold;
}

.jqstooltip {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.product-images.thumbnails .thumbnail .errors {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 5px;
}

.glyphicon-menu-hamburger:before {
  content: "\e236";
}

/* VS-2024 Fixing input width and hide page scroll */
.table-responsive table {
  position: relative;
}

table tbody tr.row-filters input,
table tbody tr.row-filters .select2-container {
  min-width: 200px;
}

/* #9c225d  OMS -> Orders -> "Selected order page" */

#item_details .delivery_charge {
  display: inline-block;
  width: 50%;
}

.btn:not(.btn-link) {
  background-image: none;
  box-shadow: none;
  outline: 0;
}

.btn.btn-primary {
  color: #ffffff;
  background-color: #b41865;
  border-color: #b41865;
  outline: 0;
}

.btn.btn-primary:hover,
.btn.btn-primary:focus {
  color: #b41865;
  background-color: #ffffff;
  border-color: #b41865;
  outline: 0;
}

.btn.btn-default:hover,
.btn.btn-default:focus {
  color: #b41865;
  background-color: #ffffff;
  border-color: #b41865;
  outline: 0;
}

.panel-default > .panel-heading {
  background-image: none;
  background-color: #f5f5f5;
}

.column-group-heading {
  border: 1px solid #dddddd;
  background-color: #f2f2f2;
}

.table-cell-bg {
  padding: 10px;
  word-wrap: break-word;
  max-width: 300px;
}

.table-cell-sm {
  padding: 10px;
  word-wrap: break-word;
  max-width: 250px;
}

.invitation-table-cell {
  word-wrap: break-word;
  max-width: 180px;
}

li.context-switch-top-menu-item {
  padding: 8px 0px 0px 20px;
}

@keyframes eclipse-spinner-animation {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.spinner-eclipse-inner div {
  position: absolute;
  animation: eclipse-spinner-animation 1s linear infinite;
  width: 80px;
  height: 80px;
  top: 10px;
  left: 10px;
  border-radius: 50%;
  box-shadow: 0 4px 0 0 #85a2b6;
  transform-origin: 40px 41px;
}
.loading-spinner-eclipse {
  width: 100px;
  height: 100px;
  display: inline-block;
  overflow: hidden;
  background: none;
}
.spinner-eclipse-inner {
  width: 100%;
  height: 100%;
  position: relative;
  transform: translateZ(0) scale(1);
  backface-visibility: hidden;
  transform-origin: 0 0; /* see note above */
}
.spinner-eclipse-inner div {
  box-sizing: content-box;
}

/* Expo Welcome page styles */

/* Input Loader */
.form-group .loader {
  position: absolute;
  top: 5px;
  right: 22px;
  font-size: 25px;
}

.slideshow-container {
  height: 35vh;
  position: relative;
}

.slideshow-container img {
  height: 35vh;
}

/* Slider search form */

@media only screen and (min-width: 991px) {
  .slideshow-container {
    height: 55vh;
  }

  .slideshow-container img {
    height: 55vh;
  }

  .boxes-wraper {
    height: 20vh;
  }
}

.search-product-input {
  padding: 8px 12px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.6);
  height: 38px;
}

.input-group-btn:last-child > .search-product-input-btn {
  border: 1px solid #ccc;
  padding: 8px 20px;
  border-left: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.6);
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 38px;
}

.search-input-form {
  position: absolute;
  bottom: 3%;
  width: 97%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.sm-input-wrapper {
  max-width: 66%;
  margin: auto;
  height: 38px;
  max-height: 38px;
}

/* Linked Boxes beneath the Slider */

.linked-boxes-wrapper {
  display: block;
  position: relative;
}

.iconed-intro-box {
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
}

@media only screen and (min-width: 991px) {
  .iconed-intro-box a {
    height: 20vh;
  }

  .iconed-intro-box a:hover {
    height: 20vh;
  }
}

/* New slider elements */
.slide-container {
  height: 100%;
}

.slide-container-img-text-holder {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.8);
  padding: 50px 15px;
  text-align: center;
  min-width: 65%;
}

.slide-container-img-text-holder h2,
.slide-container-img-text-holder p {
  line-height: 100%;
}

.slide-container-img-text-holder h2 {
  margin-bottom: 15px;
  margin-top: 0;
  text-transform: uppercase;
  font-size: 40px;
}

.slide-container-img-text-holder p {
  margin: 0;
  font-size: 22px;
}

div.col-md-6#orpheus {
  padding-left: 0;
}

/* Media queries */

@media only screen and (max-width: 991px) {
  .iconed-intro-box {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 991px) {
  .slide-container-img-text-holder {
    min-width: 97%;
    padding: 35px 15px;
  }

  .slide-container-img-text-holder h2 {
    font-size: 34px;
  }
}

@media only screen and (max-width: 640px) {
  .slide-container-img-text-holder {
    padding: 25px 15px;
  }

  .slide-container-img-text-holder h2 {
    font-size: 28px;
  }

  .slide-container-img-text-holder p {
    font-size: 18px;
  }
}

@media only screen and (max-width: 480px) {
  .slide-container-img-text-holder {
    padding: 15px;
  }

  .slide-container-img-text-holder h2 {
    font-size: 16px;
    margin-bottom: 5px;
  }

  .slide-container-img-text-holder p {
    font-size: 12px;
  }

  .search-input-form {
    bottom: 0;
  }
}

.edge_supplier_image {
  background: url("/static/img/expo/the-edge-supplier-welcome.ef7c1fc39999.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
}

.edge_retailer_image {
  background: url("/static/img/expo/the-edge-retailer-welcome.ef7c1fc39999.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
}

.login-box {
  background: rgb(249, 249, 249); /* Old browsers */
  border: 1px solid #dcdcdc;
  max-width: 450px;
  margin: 30px auto 10px;
  padding: 30px 30px 40px;
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y5ZjlmOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlYmVjZWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(
    top,
    rgba(249, 249, 249, 1) 0%,
    rgba(235, 236, 238, 1) 100%
  ); /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, rgba(249, 249, 249, 1)),
    color-stop(100%, rgba(235, 236, 238, 1))
  ); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(
    top,
    rgba(249, 249, 249, 1) 0%,
    rgba(235, 236, 238, 1) 100%
  ); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    top,
    rgba(249, 249, 249, 1) 0%,
    rgba(235, 236, 238, 1) 100%
  ); /* Opera 11.10+ */
  background: -ms-linear-gradient(
    top,
    rgba(249, 249, 249, 1) 0%,
    rgba(235, 236, 238, 1) 100%
  ); /* IE10+ */
  background: linear-gradient(
    to bottom,
    rgba(249, 249, 249, 1) 0%,
    rgba(235, 236, 238, 1) 100%
  ); /* W3C */
  background-color: rgba(255, 255, 255, 0.85);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#ebecee',GradientType=0 ); /* IE6 */
}

.brand-message {
  margin-top: 100px;
}

.brand-message > h2 {
  font-weight: normal;
}

.box-shadow {
  -webkit-box-shadow: 1px 1px 3px #777;
  -moz-box-shadow: 1px 1px 3px #777;
  box-shadow: 1px 1px 3px #777;
}

.login-box .input-group.box-shadow {
  border-radius: 6px;
}

.login-box h3 {
  font-weight: normal;
  margin-top: 0px;
}

a,
a.icon-badge-link span.badge,
button,
input[type="button"],
input[type="submit"],
input[type="reset"] {
  transition: all 0.5s;
  transition-property: color, border, background-color;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  transition-delay: 0s;
}

.navbar-static-top .glyphicon {
  line-height: 0.99;
}

/* Todo convert notification panel to vue and remove these styles */
/* https://virtualstock.atlassian.net/browse/VS-11390  */

a.icon-badge-link {
  position: relative;
}

a.icon-badge-link span.badge {
  background-color: transparent;
  font-size: 16px;
  padding: 5px 7px;
  border-radius: 16px;
}

a.icon-badge-link:hover span.badge {
  background-color: #f5f5f5;
  border-radius: 3px;
}

a.icon-badge-link span.badge.notification-badge {
  position: absolute;
  background-color: red;
  top: -4px;
  right: -4px;
  color: #ffffff;
  font-family: Arial, sans-serif;
  font-size: 11px;
  padding: 4px 6px 4px 6px;
  border-radius: 10px !important;
}

.software-build-version {
  position: absolute;
  right: 15px;
  bottom: 30px;
}

.nav-vertical-split {
  border-right: 2px dotted #ccc;
  height: 50px;
}

/* Mapping styles */

.scrollable {
  max-height: 64vh;
  min-height: 64vh;
  overflow-y: auto;
}
dd {
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dl-draggable-target .buttons {
  position: absolute;
  top: 3px;
  right: 3px;
}
.ui-draggable-disabled {
  color: #ccc;
}
.ui-droppable:not(.text-danger) {
  color: #ccc;
}
.drop-target.ui-droppable-disabled {
  color: #000;
  border-style: solid;
}
span.drop-target {
  display: inline-block;
}
.drop-target {
  position: relative;
  padding: 4px;
  margin: 4px 0;
  border: 1px dashed;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dl-target dd,
.drop-target {
  padding-right: 44px;
}
.drop-target.lg {
  height: 5em;
  white-space: normal;
}
img.drop-target {
  padding-right: 4px;
}
.panel-heading h3 {
  margin: 0;
}
.img-wrapper {
  position: relative;
}
.img-wrapper .close {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 100;
}
.ui-draggable-handle {
  cursor: grab;
}
.dl-source dd {
  border: 1px solid #cccccc;
}
dd.draggable-source {
  margin: 4px 0;
}
dl.dl-source dt,
dl.dl-source dd,
dl.dl-draggable-target dt,
dl.dl-draggable-target dd {
  padding: 4px;
}

/* product detail view styles */
.dl-horizontal.product-detail dt {
  width: 195px;
  padding: 4px;
}

.dl-horizontal.product-detail dd {
  margin-left: 200px;
  padding: 4px;
}

.m-top-0 {
  margin-top: 0px;
}

.m-top-20 {
  margin-top: 20px;
}

.m-top-40 {
  margin-top: 40px;
}

.breadcrumb {
  background-color: transparent;
}

.table-actions-top-panel-wrapper {
  padding: 0px 8px 0px 8px;
}

.h-400 {
  height: 400px;
}

.mh-390 {
  max-height: 390px;
}

.mh-200 {
  max-height: 200px;
}

.h-80 {
  height: 80px;
}

.mh-70 {
  max-height: 70px;
}

.thumbnail.center {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

/* product list styles */
.product-grid-box {
  width: 210px;
}

.m-left-15 {
  margin-left: 15px;
}
.m-right-15 {
  margin-right: 15px;
}

.product-grid-box a.thumbnail:hover {
  text-decoration: none;
}

.h-180 {
  height: 180px;
}

.mh-180 {
  max-height: 180px;
}

.mh-115 {
  min-height: 115px;
}

.no-border {
  border: none;
  box-shadow: none;
}

/* v-tooltip styles */

.tooltip {
  display: block !important;
  z-index: 10000;
}

.tooltip .tooltip-inner {
  background: black;
  color: white;
  border-radius: 16px;
  padding: 5px 10px 4px;
}

.tooltip .tooltip-arrow {
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  margin: 5px;
  border-color: black;
  z-index: 1;
}

.tooltip[x-placement^="top"] {
  margin-bottom: 5px;
}

.tooltip[x-placement^="top"] .tooltip-arrow {
  border-width: 5px 5px 0 5px;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  border-bottom-color: transparent !important;
  bottom: -5px;
  left: calc(50% - 5px);
  margin-top: 0;
  margin-bottom: 0;
}

.tooltip[x-placement^="bottom"] {
  margin-top: 5px;
}

.tooltip[x-placement^="bottom"] .tooltip-arrow {
  border-width: 0 5px 5px 5px;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  border-top-color: transparent !important;
  top: -5px;
  left: calc(50% - 5px);
  margin-top: 0;
  margin-bottom: 0;
}

.tooltip[x-placement^="right"] {
  margin-left: 5px;
}

.tooltip[x-placement^="right"] .tooltip-arrow {
  border-width: 5px 5px 5px 0;
  border-left-color: transparent !important;
  border-top-color: transparent !important;
  border-bottom-color: transparent !important;
  left: -5px;
  top: calc(50% - 5px);
  margin-left: 0;
  margin-right: 0;
}

.tooltip[x-placement^="left"] {
  margin-right: 5px;
}

.tooltip[x-placement^="left"] .tooltip-arrow {
  border-width: 5px 0 5px 5px;
  border-top-color: transparent !important;
  border-right-color: transparent !important;
  border-bottom-color: transparent !important;
  right: -5px;
  top: calc(50% - 5px);
  margin-left: 0;
  margin-right: 0;
}

.tooltip.popover .popover-inner {
  background: #f9f9f9;
  color: black;
  padding: 24px;
  border-radius: 5px;
  box-shadow: 0 5px 30px rgba(black, 0.1);
}

.tooltip.popover .popover-arrow {
  border-color: #f9f9f9;
}

.tooltip[aria-hidden="true"] {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.15s, visibility 0.15s;
}

.tooltip[aria-hidden="false"] {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.15s;
}

/* Override Bootstrap default alert styles */
.alert {
  text-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  border-left-width: 3px;
  border-top: 0;
  border-right: 0;
  border-bottom: 0;
}
.alert-success {
  color: #333;
  background-image: none;
  filter: none;
}
.alert-info {
  color: #333;
  background-image: none;
  filter: none;
}
.alert-warning {
  color: #333;
  background-image: none;
  filter: none;
}
.alert-danger {
  color: #333;
  background-image: none;
  filter: none;
}
.alert-default {
  color: #333;
  background-image: none;
  filter: none;
}

/* Invoicing */
.invoices-table td.actions {
  min-width: 130px;
}

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

@media print {
  body {
    font-size: 9pt;
    line-height: 1.2;
  }
  @page {
    margin: 1cm; /* Set margin on each page */
  }

  /* Bootstrap V5 print */
  .d-print-inline {
    display: inline !important;
  }

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

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

  .d-print-grid {
    display: grid !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: flex !important;
  }

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

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

/* Bootstrap 4 spacing classes */
.m-0 {
  margin: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}

.mt-0 {
  margin-top: 0 !important;
}
.mr-0 {
  margin-right: 0 !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.ml-0 {
  margin-left: 0 !important;
}
.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}
.mr-1 {
  margin-right: 0.25rem !important;
}
.mb-1 {
  margin-bottom: 0.25rem !important;
}
.ml-1 {
  margin-left: 0.25rem !important;
}
.mx-1 {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}
.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}
.mr-2 {
  margin-right: 0.5rem !important;
}
.mb-2 {
  margin-bottom: 0.5rem !important;
}
.ml-2 {
  margin-left: 0.5rem !important;
}
.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}
.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}
.mr-3 {
  margin-right: 1rem !important;
}
.mb-3 {
  margin-bottom: 1rem !important;
}
.ml-3 {
  margin-left: 1rem !important;
}
.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}
.my-3 {
  margin-bottom: 1rem !important;
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}
.mr-4 {
  margin-right: 1.5rem !important;
}
.mb-4 {
  margin-bottom: 1.5rem !important;
}
.ml-4 {
  margin-left: 1.5rem !important;
}
.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}
.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}
.mr-5 {
  margin-right: 3rem !important;
}
.mb-5 {
  margin-bottom: 3rem !important;
}
.ml-5 {
  margin-left: 3rem !important;
}
.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}
.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.mt-auto {
  margin-top: auto !important;
}
.mr-auto {
  margin-right: auto !important;
}
.mb-auto {
  margin-bottom: auto !important;
}
.ml-auto {
  margin-left: auto !important;
}
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.my-auto {
  margin-bottom: auto !important;
  margin-top: auto !important;
}

.p-0 {
  padding: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}
.pr-0 {
  padding-right: 0 !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pl-0 {
  padding-left: 0 !important;
}
.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}
.pr-1 {
  padding-right: 0.25rem !important;
}
.pb-1 {
  padding-bottom: 0.25rem !important;
}
.pl-1 {
  padding-left: 0.25rem !important;
}
.px-1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}
.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}
.pr-2 {
  padding-right: 0.5rem !important;
}
.pb-2 {
  padding-bottom: 0.5rem !important;
}
.pl-2 {
  padding-left: 0.5rem !important;
}
.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}
.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}
.pr-3 {
  padding-right: 1rem !important;
}
.pb-3 {
  padding-bottom: 1rem !important;
}
.pl-3 {
  padding-left: 1rem !important;
}
.py-3 {
  padding-bottom: 1rem !important;
  padding-top: 1rem !important;
}
.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}
.pr-4 {
  padding-right: 1.5rem !important;
}
.pb-4 {
  padding-bottom: 1.5rem !important;
}
.pl-4 {
  padding-left: 1.5rem !important;
}
.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}
.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}
.pr-5 {
  padding-right: 3rem !important;
}
.pb-5 {
  padding-bottom: 3rem !important;
}
.pl-5 {
  padding-left: 3rem !important;
}
.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}
.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

/*
SSO - Sign in with google branded guidelines.
See more: https://developers.google.com/identity/branding-guidelines
*/
.gsi-material-button {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -webkit-appearance: none;
  background-color: WHITE;
  background-image: none;
  border: 1px solid #747775;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #1f1f1f;
  cursor: pointer;
  font-family: "Roboto", arial, sans-serif;
  font-size: 14px;
  height: 40px;
  letter-spacing: 0.25px;
  outline: none;
  overflow: hidden;
  padding: 0 12px;
  position: relative;
  text-align: center;
  -webkit-transition: background-color 0.218s, border-color 0.218s,
    box-shadow 0.218s;
  transition: background-color 0.218s, border-color 0.218s, box-shadow 0.218s;
  vertical-align: middle;
  white-space: nowrap;
  width: auto;
  max-width: 400px;
  min-width: min-content;
}

.gsi-material-button .gsi-material-button-icon {
  height: 20px;
  margin-right: 12px;
  min-width: 20px;
  width: 20px;
}

.gsi-material-button .gsi-material-button-content-wrapper {
  -webkit-align-items: center;
  align-items: center;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  height: 100%;
  justify-content: space-between;
  position: relative;
  width: 100%;
}

.gsi-material-button .gsi-material-button-contents {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  font-family: "Roboto", arial, sans-serif;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
}

.gsi-material-button .gsi-material-button-state {
  -webkit-transition: opacity 0.218s;
  transition: opacity 0.218s;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.gsi-material-button:disabled {
  cursor: default;
  background-color: #ffffff61;
  border-color: #1f1f1f1f;
}

.gsi-material-button:disabled .gsi-material-button-contents {
  opacity: 38%;
}

.gsi-material-button:disabled .gsi-material-button-icon {
  opacity: 38%;
}

.gsi-material-button:not(:disabled):active .gsi-material-button-state,
.gsi-material-button:not(:disabled):focus .gsi-material-button-state {
  background-color: #303030;
  opacity: 12%;
}

.gsi-material-button:not(:disabled):hover {
  -webkit-box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.3),
    0 1px 3px 1px rgba(60, 64, 67, 0.15);
  box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.3),
    0 1px 3px 1px rgba(60, 64, 67, 0.15);
}

.gsi-material-button:not(:disabled):hover .gsi-material-button-state {
  background-color: #303030;
  opacity: 8%;
}
