@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap");
body {
  font-family: 'Roboto', sans-serif;
  overflow-x: hidden;
}

.navbar-dark .navbar-nav .nav-link {
  color: #fff;
  font-weight: bold;
}

#navHeader {
  padding: 0;
  margin-right: 0;
  margin-left: 0;
  border-width: 0.2rem;
}

#navHeader .navbar-brand img {
  height: 70px;
}

@media (max-width: 1200px) {
  #navHeader .navbar-brand img {
    max-width: 70%;
    height: auto;
  }
  .navbar-toggler{
    max-width: 30%;
    height: auto;
  }

}

@media (min-width: 1300px) {
  header .container-fluid {
    margin-left: 100px;
  }
}

.postage-type-prosthiki-button {
    margin-top: 23px;
    margin-left: 10px;
}
.add-user-form {
    float: right;
}

.form-section {
  border: 1px solid #e9e9e9;
  border-radius: 10px;
  margin-bottom: 30px;
}

.form-section legend {
  font-size: 20px;
  font-weight: bold;
  color: #626262;
}

.model-image {
  max-width: 200px;
}

table:not(.button-table):not(.table-bordered) tr td {
  width: 50%;
  padding-top: 5px;
  font-size: 14px;
}

@media (max-width: 767px) {
  table:not(.button-table):not(.table-bordered) tr td {
    font-size: 12px;
  }
}

table:not(.button-table):not(.table-bordered) tr td img {
  max-height: 100px;
}

table:not(.button-table):not(.table-bordered) tr td span {
  font-size: 12px;
}

table:not(.button-table):not(.table-bordered) tr:last-child {
  line-height: 0px;
}

@media (max-width: 1199px) and (min-width: 768px) {
  table:not(.button-table):not(.table-bordered) tr:last-child {
    line-height: 1;
  }
}

@media (max-width: 500px) {
  table:not(.button-table):not(.table-bordered) tr:last-child {
    line-height: 1;
  }
}

table.button-table {
  margin-top: 20px;
}

table.button-table tr td {
  width: 50%;
  padding-top: 5px;
}

.dropdown-item.active, .dropdown-item:active, .dropdown-item:hover, .dropdown-item:focus {
  background-color: #e0e3e7;
  color: #000;
}

.blockForm {
  display: block;
  padding-top: 5px;
}

.forgot-password-div {
  padding-top: 20px;
}

.forgot-password-div a {
  color: #000;
  text-decoration: none;
}

.forgot-password-div a.active, .forgot-password-div a:active, .forgot-password-div a:hover, .forgot-password-div a:focus {
  color: #000;
}

.bg-blue {
  --bs-bg-opacity: 1;
  background-color: #101E7C;
}

.mainpage h1 {
  color: #000;
  font-weight: 700;
  font-size: 40px;
}

@media (max-width: 767px) {
  .mainpage h1 {
    font-size: 20px;
  }
}

.mainpage h2 {
  color: #000;
  font-size: 32px;
}

@media (max-width: 767px) {
  .mainpage h2 {
    font-size: 17px;
  }
}

.mainpage p {
  color: #000;
  font-size: 20px;
  margin: 30px 0;
}

@media (max-width: 767px) {
  .mainpage p {
    font-size: 15px;
  }
}

.mainpage p.smaller-paragraph {
  font-size: 12px;
  margin: 15px 0 0;
  text-align: center;
}

@media (max-width: 767px) {
  .mainpage p.smaller-paragraph {
    font-size: 9px;
  }
}

.mainpage .smaller-paragraph-row {
  margin: 40px 0 30px;
}

@media (max-width: 767px) {
  .mainpage .smaller-paragraph-row {
    padding-bottom: 15px;
  }
}

@media (min-width: 768px) {
  .mainpage main {
    min-height: 97vh;
  }
}

.mainpage main.container.main-content {
  margin: 40px auto 30px;
}

@media (max-width: 767px) {
  .mainpage main.container.main-content {
    margin: 0;
    padding-left: 15px;
    padding-right: 15px;
    overflow-x: hidden;
    max-width: 95vw;
  }
  .mainpage main.container.main-content .row {
    margin: 0;
  }
  .mainpage main.container.main-content .row div {
    margin: 0;
  }
  .mainpage main.container.main-content .row div.mobile-smaller-column {
    padding: 0 50px;
  }
}

.mainpage main.container.mt-5 {
  margin: 40px auto 30px;
}

@media (max-width: 991px) {
  .mainpage main.container.mt-5 {
    max-width: 90vw;
    margin: 10px auto 10px !important;
  }
}

.mainpage footer {
  text-align: center;
  background-color: #000;
  padding: 5px;
  width: 100%;
}

.mainpage footer p {
  color: #fff;
  font-size: 14px;
  margin: 15px 0;
  
}

@media (max-width: 767px) {
  .mainpage footer p {
    /* font-size: 10px; */
  }
}

.mainpage footer p span {
  margin: 0 10px;
}

.mainpage footer p a {
  color: #fff;
  text-decoration: none;
}

.mainpage footer p a:active, .mainpage footer p a:hover, .mainpage footer p a:focus {
  color: #fff;
}

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

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

.margin-top-50 {
  margin-top: 50px;
}

.margin-bottom-80 {
  margin-bottom: 80px;
}

@media (max-width: 767px) {
  .packageOptionsOuter {
    padding-bottom: 50px;
  }
}

.packageOptionsOuter .packageOptionsInner a {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
}

.packageOptionsOuter .packageOptionsInner a img {
  max-width: 300px;
}

@media (max-width: 767px) {
  .packageOptionsOuter .packageOptionsInner a img {
    max-width: 200px;
  }
}

#loading-img {
  max-width: 200px;
  margin: auto;
}

@media (max-width: 767px) {
  .lead a.btn {
    float: unset;
  }
  .loggedinusername {
    display: none;
  }
  .container .dataTables_wrapper {
    overflow-x: scroll;
  }
  .container .dataTables_wrapper .dataTables_length, .container .dataTables_wrapper .dataTables_filter {
    text-align: left;
    padding-bottom: 5px;
  }
  .text-end.mobile-logout {
    text-align: left !important;
  }
}

#main-page-footer-photo {
  max-width: 100%;
}

#navbarSupportedContent {
  background: #F7A600;
  border-radius: 35px 0 0 35px;
  min-height: 65px;
  margin-right: -20px;
}

#sidebar {
  /*hide the outline behind the border*/
}

#sidebar ul {
  padding-left: 0px;
}

@media (max-width: 767px) {
  #sidebar ul {
    margin-bottom: 5px;
  }
}

#sidebar ul li {
  font-size: 16px;
  font-weight: 400;
  list-style: none;
  padding: 7px 0 7px 23px;
}

@media (max-width: 991px) and (min-width: 768px) {
  #sidebar ul li {
    font-size: 11px;
  }
}

#sidebar .range-slider {
  width: 100%;
  text-align: center;
  position: relative;
  margin-bottom: 50px;
}

#sidebar .range-slider .rangeValues {
  display: block;
}

#sidebar input[type=range] {
  -webkit-appearance: none;
  border: 1px solid white;
  width: 100%;
  position: absolute;
  left: 0;
}

#sidebar input[type=range]::-webkit-slider-runnable-track {
  width: 300px;
  height: 5px;
  background: #ddd;
  border: none;
  border-radius: 3px;
}

#sidebar input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #f6a700;
  margin-top: -4px;
  cursor: pointer;
  position: relative;
  z-index: 1;
}

#sidebar input[type=range]:focus {
  outline: none;
}

#sidebar input[type=range]:focus::-webkit-slider-runnable-track {
  background: #ccc;
}

#sidebar input[type=range]::-moz-range-track {
  width: 100%;
  height: 5px;
  background: #ddd;
  border: none;
  border-radius: 3px;
}

#sidebar input[type=range]::-moz-range-thumb {
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #f6a700;
}

#sidebar input[type=range]:-moz-focusring {
  outline: 1px solid white;
  outline-offset: -1px;
}

#sidebar input[type=range]::-ms-track {
  width: 100%;
  height: 5px;
  /*remove bg colour from the track, we'll use ms-fill-lower and ms-fill-upper instead */
  background: transparent;
  /*leave room for the larger thumb to overflow with a transparent border */
  border-color: transparent;
  border-width: 6px 0;
  /*remove default tick marks*/
  color: transparent;
  z-index: -4;
}

#sidebar input[type=range]::-ms-fill-lower {
  background: #777;
  border-radius: 10px;
}

#sidebar input[type=range]::-ms-fill-upper {
  background: #ddd;
  border-radius: 10px;
}

#sidebar input[type=range]::-ms-thumb {
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #f6a700;
}

#sidebar input[type=range]:focus::-ms-fill-lower {
  background: #888;
}

#sidebar input[type=range]:focus::-ms-fill-upper {
  background: #ccc;
}

.gdprcheckbox {
  display: flex;
  flex-wrap: wrap;
}

.gdprcheckbox #agreement_policy {
  width: 30px;
  height: 30px;
}

.gdprcheckbox #agreement_policy:checked {
  accent-color: #F7A600;
}

.gdprcheckbox label {
  padding-left: 10px;
}

@media (max-width: 767px) {
  .gdprcheckbox label {
    max-width: 85%;
  }
}

.gdprcheckbox label a {
  color: #000;
  font-size: 16px;
}

.gdprcheckbox .checkbox-note {
  color: #F7A600;
  font-size: 16px;
  padding-left: 45px;
  font-style: italic;
  margin-top: -5px;
}

@media (max-width: 767px) {
  .gdprcheckbox .checkbox-note {
    padding-left: 36px;
    margin-top: -2px;
  }
}

#main-results-footer-section {
  text-align: right;
  margin-top: -100px;
  z-index: -1;
}

@media (max-width: 767px) {
  #main-results-footer-section {
    /* margin-top: 0;
    position: absolute;
    bottom: 20px;
    right: 0; */
  }
}

#main-results-footer-section img {
  max-width: 50vw;
}

.cancel-padding-left {
  padding-left: 0px;
}

.customModalPostage {
  padding-top: 100px;
}

.customModalPostage .modal-content .modal-header .modal-title {
  font-size: 30px;
}

.customModalPostage .modal-content .modal-header .close {
  border: none;
  background: none;
}

.customModalPostage .modal-content .modal-header .close span {
  font-size: 35px;
}

.customModalPostage .modal-content .modal-body h3 {
  font-size: 25px;
}

.customModalPostage .modal-content .modal-body p {
  margin-top: 0px;
  font-size: 20px;
}

.customModalPostage .modal-content .modal-body p a {
  color: #F7A600;
}

.customModalPostage .modal-content .modal-footer button {
  background-color: #F7A600;
  border: 1px solid #F7A600;
  border-radius: 20px;
  color: #fff;
  text-decoration: none;
  padding: 5px 10px;
  max-width: 150px;
  text-align: center;
}

.arrow-up, .arrow-down {
  display: none;
}

.arrow-in, .arrow-out {
  display: flex;
}

@media (max-width: 767px) {
  .arrow-in, .arrow-out {
    display: none;
  }
  .arrow-up, .arrow-down {
    display: flex;
  }
}

.gdprcookie {
  z-index: 2;
  position: fixed;
  color: #fff;
  font-size: .8em;
  line-height: 1.5em;
  right: 1.5rem;
  bottom: 1.5rem;
  max-width: 25em;
  padding: 1rem;
  background: #F7A600;
}

.gdprcookie h1, .gdprcookie h2 {
  font-size: 18px;
  margin-bottom: .5rem;
  color: #000;
}

.gdprcookie p {
  font-size: 16px;
}

.gdprcookie a {
  color: inherit;
}

.gdprcookie .gdprcookie-buttons {
  text-align: center;
}

.gdprcookie .gdprcookie-buttons button {
  color: #fff;
  font-family: inherit;
  font-size: 14px;
  padding: 10px;
  border: 1px solid #fff;
  border-radius: 20px;
  margin: 0 10px;
  background: 0 0;
  cursor: pointer;
}

.gdprcookie .gdprcookie-buttons button:disabled {
  color: rgba(255, 255, 255, 0.5);
}

.gdprcookie .gdprcookie-types ul {
  overflow: hidden;
  padding: 0;
  margin: 0 0 1rem;
}

.gdprcookie .gdprcookie-types ul li {
  display: block;
  list-style: none;
  float: left;
  width: 50%;
  padding: 0;
  margin: 0;
}

.gdprcookie .gdprcookie-types input[type=checkbox] {
  margin-right: .25rem;
}

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


#location-form .row {
  margin-bottom: 20px;
}

#location-form button {
  background-color: #F7A600;
  border: 1px solid #F7A600;
  border-radius: 20px;
  color: #fff;
  text-decoration: none;
  padding: 5px 10px;
  max-width: 150px;
  margin-top: 30px;
  text-align: center;
}

#location-form button:hover, #location-form button:focus, #location-form button:active {
  border: 1px solid #000;
}
.postage-description{
  font-size: 14px;
  font-weight: bold;
  line-height: normal;
  text-wrap: pretty;
  word-break: break-all;
}

.navbar-toggler-icon{

}
.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: #F7A600 !important;
    border: 1px solid transparent;
    border-radius: .25rem;
    transition: box-shadow .15s ease-in-out;
}

/* Pagination styling */
.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 0.2em 1em;
    margin: 0 0.1em;
    border: 0px solid #ddd;
    background-color: #f9f9f9;
    color: #333;
    cursor: pointer;
    text-decoration: none;
    transition: background-color 0.3s, color 0.3s;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background-color: #e9e9e9;
    color: #333;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background-color: #F7A600;
    color: white !important;
    border: 1px solid #F7A600;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
    background-color: #f9f9f9;
    color: #999;
    cursor: not-allowed;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:focus {
    outline: none;
}
.borderless td,
.borderless th {
    border: none !important;
}
.table-responsive {
    overflow-x: unset !important;  
}

.search-results-container .product.large {
    width: 66%;
}

.borderless.table{
  width:66%;
  white-space: nowrap;
}

#grid-menu ul li.smallGrid a {
    /* background-position: 0 -33px; */
    background-position: -37px 0;
}
#grid-menu ul li.smallGrid a.active {
    /* background-position: 0 0; */
    background-position: -37px -33px;
}
#grid-menu ul li.largeGrid a {
    /* background-position: -37px 0; */
    background-position: 0 -33px;
}
#grid-menu ul li.largeGrid a.active {
    /* background-position: -37px -33px; */
    background-position: 0 0;
}

@media (max-width: 1200px) {
   #navbarSupportedContent{
      @extend hide;
      position: absolute;
      right: 0;
      top: unset;
      z-index: 1000;
      min-width: 10rem;
      padding: .5rem 0;
      margin: 0;
      font-size: 1rem;
      color: #212529;
      text-align: left;
      list-style: none;
      border-radius: .25rem;
      .nav-item{
        .nav-link {
          padding-right: 1.5rem !important;
          padding-left: 1.5rem !important;
        }
      }
    }
    .navbar > .container,
    .navbar > .container-fluid,
    .navbar > .container-lg,
    .navbar > .container-md,
    .navbar > .container-sm,
    .navbar > .container-xl,
    .navbar > .container-xxl {
        display: block !important;
    }


  .search-results-container .product.large {
    width: 100%;
  }
  .borderless.table{
    width:100%;
  }
}

@media (max-width: 767px) {
   #navbarSupportedContent{
      top: unset;
   }
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 20px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 14px;
  width: 14px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #0d6efd;
}

input:focus + .slider {
  box-shadow: 0 0 1px #0d6efd;
}

input:checked + .slider:before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 20px;
}

.slider.round:before {
  border-radius: 50%;
}