@font-face {
  font-family: "Fedex";
  src: url('../fonts/FedExSans_Rg.ttf');
  font-weight: normal;
}

@font-face {
  font-family: "Fedex";
  src: url('../fonts/FedExSans_Bd.ttf');
  font-weight: bold;
}

@font-face {
  font-family: "Fedex";
  src: url('../fonts/FedExSans_Lt.ttf');
  font-weight: 300;
}


:root {
  --fedex-blue: #1d397b;
  --fedex-orange: #F3892A;
  --fedex-light-grey: #ccc;

}

body {
  margin: 0;
  font-family: 'Fedex';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  background: white;
}

body p {
  line-height: 140%;
}

#app .half {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  box-sizing: border-box;
  position: relative;
  padding: 0 5px;
}

#sold-to-address .half {
  width: 49%;
}

#app .half:first-child {
  padding-left: 0;
  margin-top: 0;
}

#app .half:last-child {
  padding-right: 0;
}

.quarter {
  width: 25%;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
}

.header-container {
  position: relative;
  width: 1024px;
  margin: auto;
  height: 100%;
}

.header .logo img {
  margin-left: 1em;
}

.header .top:not(.header-login) .parent-subcategories {
  min-width: 200px;
}

.header .parent-div {
  left: auto;
  right: 0;
}

.content img {
  max-width: 100%;
}

.content .fc-serbia-list li {
  margin: 0.5em 0;
  line-height: 140%;
}

.post-content {
  width: 100%;
}

.form input[type=submit] {
  background: #F3892A;
  border-radius: 3px;
}

input[type="radio"]+label {
  cursor: pointer;
}

input[type="checkbox"], input[type="radio"] {
  display: inline;
    position: relative;
    width: auto;
    vertical-align: middle;
}

input[type="checkbox"] {
  display: inline-block;
}

section {
  max-width: 1000px;
  margin: auto;
}

.header-user-name {
  position: absolute;
  top: 0;
  right: 0;
  color: white;
  padding: 5px 10px;
}

.header-user-name .header-company-name {
  font-weight: bold;
}

/*.content {
  margin-top: 75px;
}*/

/*a {
    text-decoration: inherit;
    color: inherit;
}

a:visited {
  color: initial;
}*/

a,
a:visited,
a:hover,
a:active {
  color: inherit;

}

.content a {
  /*    color: #4d1c8a;*/
  color: #1d397b;
  font-weight: 400;
  text-decoration: none;
}

code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
    monospace;
}

.wrapper {
  width: 100%;
  margin: auto;
  background-color: #f6f5f4;
  padding-top: 75px;
  /*  color: #00546e;*/
}

.logo img {
  height: 64px;
}

input[type=button] {
  margin: .1em;
}

.content {
  /*  max-width: 1024px;*/
  width: 100%;
  margin: 0;
  max-width: none;
  font-size: 16px;
}

.grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: .5em;
}
.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: .5em;
}
.grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: .5em;
}

.content.page,
.content.home,
.content.post,
.content.login {
  width: 1000px;
  margin: auto;
}

.password-change-top-text {
  text-align: center;
}

.password-forgot-top-text {
  text-align: center;
}

.password-chage-request {
  text-align: center;
}

.password-chaged {
  text-align: center;
}

.content.activation {
  text-align: center;
}



.header .logo {
  height: 80%;
  top: 10%;
  position: relative;
}

.header-title {
  color: white;
  /*    font-weight: bold;*/
  vertical-align: top;
  font-size: 28px;
  margin-left: 0.5em;
  top: 10px;
  position: relative;
}

.header-title-orange {
  /*  color: #F3892A;*/
  color: white;
  font-weight: bold;
  vertical-align: top;
}


#header {
  background: #1d397b;
  border-bottom: none;
  height: 75px;
}

.menu li.top {
  border-bottom: none;
}

.menu a:first-child .top {
  background-color: #F3892A;
  border-bottom: 2px solid #F3892A;
  border-radius: 3px;
}

.header-login a {
  border-radius: 3px;
}

.header ul {
  bottom: 10px;
}

.header ul li {
  background: #1d397b;
  color: white;
  text-align: center;
  transition: border-color .5s;
  padding: 0 .7em;
}

.header ul li.top {
  border-bottom: 2px solid #1d397b;
  min-width: 4em;
}

.header ul li.top:hover {
  border-bottom: 2px solid #F3892A;
}


/*.header ul li:after{
  content: '';
  position: absolute;
  display: block;
  border-bottom: 2px solid orange;
  width: 100%;
}*/

.header ul li a {
  color: white;
}

.header ul li:hover {
  background: #1d397b;
}

.header .parent-subcategories a li {
  line-height: 1.2em;
  padding: 1em;
  color: #1d397b;
}

.header .parent-subcategories li a {
  color: black;
}

.header .parent-subcategories a li:hover {
  color: white;
}

#hamburger {
  /*    display: none;*/
}

#footer {
  position: relative;
  background: #8e8e8e;
  z-index: 1;
}

.half {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  box-sizing: border-box;
}

#footer .footer-contact {
  width: 800px;
  margin: auto;
}


#cookie-consent {
  padding: 1em;
  text-align: center;
  position: fixed;
  bottom: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: white;
  background: #F3892A;
  width: 100%;
  left: 0;
  box-sizing: border-box;
  font-size: 16px;
}

#cookie-consent button {
  background: #1d397b;
  color: white;
  cursor: pointer;
  border: 0;
  border-radius: .2em;
  padding: .5em;
  transition: background .5s;
}

#cookie-consent button:hover {
  background: white;
  color: #27556f;
}


.form-group {
  margin: 1em 0;
}

/* proveri */
.home-main-links {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  text-align: center;
  transform: translate(0, -50%);

}

.home-main-link-group {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 700px;
  margin: 1em auto;
  box-sizing: border-box;
}

.carousel {
  position: relative;
  overflow: hidden;
}

.home-main-link {
  display: flex;
  height: 4em;
  align-items: center;
  justify-content: center;
  width: 100%;
  color: white;
  background: #F3892A;
  font-size: 32px;
  transition: background-color .5s;
  box-sizing: border-box;
  padding: 24px 35px;
}

.home-main-link:hover {
  background: white;
  color: #1d397b;
  box-shadow: 0 0 5px #00000030;
}

.home-main-links a {
  flex: 1;
}

.home-main-links a:hover {
  text-decoration: none;
}

.home-main-link-group a:first-child .home-main-link {
  border-radius: 5px 0 0 5px;
}

.home-main-link-group a:last-child .home-main-link {
  border-radius: 0 5px 5px 0;
}

.home-main-links a:nth-child(2) {
  margin: 0 .5em;
}

.posts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 5em 0;
}

.posts .post {
  padding-bottom: 32px;
}

.posts .post .post-image-container img {
  height: 200px;
  object-fit: cover;
  object-position: 0%;
  width: 100%;
}

.posts .post-description {
  margin-bottom: 1em;
}

.posts .post-read-more {
  color: #fff;
  background: #F3892A;
  padding: .5em 1em;
  display: inline-block;
  position: absolute;
  bottom: .5em;
  right: .5em;
  font-size: 10px;
  text-decoration: none;
}

.home-package-tracking {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 700px;
  margin: 0 auto;
}

/* .home-tracking-input {
  width: 620px;
} */

.button-track {
  background: #F3892A;
  color: white;
  border-radius: 5px;
  border: none;
  padding: 0.8em 0;
  margin-left: 0.5em;
  cursor: pointer;
  flex: 1;
  font-size: 18px;
}

.fcy-input {
  padding: 1.2em 1em;
  border-radius: 5px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  flex: 2;
}

.fcy-input::-webkit-input-placeholder {
  font-style: italic;
}

.fcy-input:-moz-placeholder {
  font-style: italic;
}

.fcy-input::-moz-placeholder {
  font-style: italic;
}

.fcy-input:-ms-input-placeholder {
  font-style: italic;
}


.sidebar-container {
  /*position: fixed;
    display: inline-block;
    width: 20%;
    vertical-align: top;
    top: 60px;*/
  position: fixed;
  display: inline-block;
  width: 15%;
  vertical-align: top;
  top: 75px;
  min-height: 100vh;
  background: #8e8e8e;
  /*    z-index: 3;*/
  color: white;
  font-size: 14px;
}

.sidebar-container a {
  color: white;
  text-decoration: none;
  font-weight: 600;
  transition: letter-spacing .5s;
}

/*.sidebar-container a:hover:after {
  content: ' ▶';
}*/

.sidebar-container a:hover {
  color: #fff !important;
  /*text-decoration: none !important;*/
  /*letter-spacing: .3px;*/
  /*  text-decoration: underline;*/
}

.sidebar-container a:visited {
  color: white;
}

.right-sidebar-container {
  position: fixed;
  display: inline-block;
  width: 15%;
  vertical-align: top;
  top: 75px;
  right: 0;
  min-height: 100vh;
  background: #E0E0E0;
  color: white;
  font-size: 14px;
}

.right-sidebar-container button {
  margin: 0.2em auto;
  display: block;
  width: 98%;
  text-align: center;
}

.package-buttons label {
  margin-right: .5em;
}

.package-buttons .button-edit-package {
  background: #1d397b;
}

.package-options-container {
  text-align: left;
  margin-top: .5em;
}

.package-option {
  padding: .2em .5em;
  margin: .2em;
  background: #dfdfdf;
  color: #1d397b;
  position: relative;
  display: inline-block;
  border-radius: .5em;
  font-size: .8em;
  font-weight: 400;
}

.package-option-remove-button {
  background: #1d397b;
  color: white;
  /* padding: .5em; */
  border-radius: 1000px;
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
  text-align: center;
  margin-left: .5em;
  cursor: pointer;
  transition: opacity .2s;
}

.package-option-remove-button:hover {
  opacity: .7;
} 


.edit-package-sidebar {
    position: fixed;
    display: block;
    width: 36%;
    right: 0;
    height: 80vh;
    background: #E0E0E0;
    padding-top: 1em;
    top: 74px;
    overflow-y: scroll;
    z-index: 1;
    padding-bottom: 5em;
} 

.edit-package-sidebar fieldset {
  border: none;
} 

.edit-package-sidebar .confirm-buttons {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin-top: 1em;
} 

#progress-bar h3 {
  font-size: 12px;
  margin-block: .7em;
}

.progress-each {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 1em;
}

.progress-each:not(:last-child) {
  border-bottom: 1px solid #c3c2c2;
}

.progress-each img {
  /*display: none;*/
  width: 14px;
}


.app-container {
  display: inline-block;
  width: 60%;
  vertical-align: top;
  margin-left: 20%;
}

.app-container h3 {
  margin-top: 0;
  margin-bottom: .5em;
}

hr {
  border: 0;
  border-top: 1px solid #ccc;
}


#app input[type="number"] {
  padding: .5em;
  border-radius: 5px;
  border: 1px solid #efefef;
  max-width: 100%;
  box-sizing: border-box;
}

#app input[type=submit] {
  background: #F3892A;
  border-radius: 3px;
}

#app form select {
  padding: .46em;
}

#app select {
  padding: .46em;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {

  opacity: 1;

}

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


.button-orange {
  background: #F3892A;
  color: #fff;
  border: none;
  padding: .5em 1em;
  cursor: pointer;
  display: inline-block;
  font-weight: 600;
  margin-right: 2px;
}

.button-grey {
  background-color: #868585;
  color: white;
  border: none;
  padding: .5em 1em;
  cursor: pointer;
}

.button-blue {
  background-color: #1e397b;
}

.cancel-button-edit {
  background: transparent;
  border: 1px solid #F3892A;
  color: #F3892A;
}

#button-add-package {
  margin-block: 1em;
}

#weight-options-text {
  color: #1d397b;
  font-size: 1.2em;
  font-weight: 500;
  margin-bottom: 1.5em;
  text-align: center;
  font-style: italic;
}

#register-email-info {
  color: #1d397b;
  font-size: 12px;
  margin: 0;
}

.register-phone-container {
  display: flex;
  gap: .5em;
}

.register-phone-container div:first-child {
  width: 25%;
}
.register-phone-container div:last-child {
  flex: 1;
}

.harmonized-code-explanation {
  color: #1d397b;
  font-size: 12px;
  margin-bottom: 1.3em;
}

.harmonized-code-explanation p {
  margin: 0;
}

.harmonized-code-explanation p a {
  font-weight: 600;
}

.logo-secondary {
  display: inline;
}

.customs-value-container {
  margin-bottom: .5em;
}

#print-label {
  margin-top: 1em;
}

/* home shipment */

.content #get-a-quote-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid #dedede;
  border-radius: 3px;
  box-sizing: border-box;
  margin-block: 3em;
  background-color: #efefef;
  box-shadow: 0px 2px 10px 2px rgba(0, 0, 0, 0.03);
  padding: 2em;
  width: 70%;
}

.content #get-a-quote-container #available-services {
  width: 100%;
}


#get-a-quote-container label {
  margin-block: 1em .5em;
  vertical-align: middle;
  color: #1d397b;
  font-weight: 600;
  font-size: 12px;
  display: inline-block;
  align-self: baseline;
}


#get-a-quote-container select,
#get-a-quote-container #quote-input-weight {
  width: 100%;
  box-sizing: border-box;
  padding: 0.5em;
  font-size: 1em;
  border: 1px solid #ddd;
  border-radius: 0.3em;
  margin-bottom: 0.5em;
}

#get-a-quote-container #quote-input-weight {
  width: 99%;
}

#get-a-quote-container h2 {
  font-size: 36px;
  margin: 0;
}

#get-a-quote-container button {
  font-size: 18px;
  margin: 1.3em auto;
}

#get-a-quote-container #home-quote-price {
  color: #1d397b;
  font-weight: 500;
  font-size: 2rem;
}


/*SHIPMENT FORM APP*/

#app .required:before {
  content: '*';
  color: orangered;
}

#app section {
  border: 1px solid #dedede;
  border-radius: 3px;
  padding: 5px;
  box-sizing: border-box;
  margin-bottom: 1em;
  margin-top: .5em;
  background-color: #efefef;
  box-shadow: 0px 2px 10px 2px rgba(0, 0, 0, 0.03);
}

#app #create-shipment-form > section, #app .after-services > section{
  margin-block: 3em;
/*  border: 1px solid #888888;*/
}
#app #create-shipment-form > section > h3, #app .after-services > section > h3{
  margin-top: .5em;
  font-size: 28px;
}

#app #signature-options-container {
  margin-top: .5em;
}

#app section #shipment-packages,
#app section #broker-input {
  background-color: #f7f7f7;
}

#app formgroup {
  display: block;
}

#app .help:after {
  content: '?';
  color: #ffffff;
  /* border: 1.2px solid #03cbe4; */
  background: #a4b5b7;
  display: inline-block;
  padding: 0;
  border-radius: 1000px;
  font-size: 10px;
  width: 14px;
  text-align: center;
  margin: 2px;
  bottom: 2px;
  position: relative;
  font-weight: bold;
}

#app .help-dialog {
  position: fixed;
  background: white;
  border: 1px solid #ccc;
  color: gray;
  padding: 3px;
  font-size: 12px;
  max-width: 200px;
  border-radius: 3px;
}

/* 
#app .select2-selection {
  height: 2.3em;
  margin-bottom: 0.5em;
  padding-top: 1px;
  border: 1px solid #ccc;
}

#app .select2 {
  display: block;
  width: 100%;
}

#app .select2-selection__arrow b {
  margin-top: 1px;
} */

.background-gray {
  background: #efefef;
}

/*#app .shipment-package-quantity {
  width: 19%;
  display: inline-block;
  box-sizing: border-box;
}


#app .shipment-package-dimension {
  width: 19%;
  display: inline-block;
  box-sizing: border-box;
}*/

#app .shipment-packages-info-container {
  display: grid;
  grid-template-columns: 2fr 3fr;
  gap: .5em;
  
}
#app .shipment-packages-dimensions-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: .5em;
  /*width: 80%;
  display: inline-block;
  box-sizing: border-box;*/
}

#app .package-value-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: .5em;
}

#app .shipment-package {
  border-bottom: 1px dashed #666;
  margin-bottom: 1em;
}

.shipment-service-error {
  border: 1px solid darkred;
}

.shipment-create-error {
  border: 1px solid darkred;
  background: #dfdfdf;
  color: #bf200a;
  text-align: center;
}

.shipment-create-error .error-code {
  color: gray;
  font-size: .8em;
  margin-top: 0;
}

.shipment-create-error p {
  margin: 0;
  font-weight: bold;
}

.shipment-create-error img {
  height: 2em;
  font-weight: normal;
}

.total-price-tnt {
  margin: 1em !important;
}






.non-standard-options {
  margin-block: 1.5em;
}

#app label {
  vertical-align: middle;
  color: #1d397b;
  font-weight: 600;
  font-size: 12px;
  /*    padding-top: 0.2em;*/
  margin-bottom: 0.3em;
  display: inline-block;
}

#app .notification-email-info label:first-child {
  display: block;
  padding-left: 5px;
}

#app .notification-email-info .shipment-from-email {
  width: 93%
}

#app .notification-email-info .button-delete-email {
  padding: .7em 1em;
  vertical-align: top;
  top: 1px;
  position: relative;
}

#app .button-get-services {
  margin: auto;
  font-size: 20px;
  margin-block: 2em;
  background: #1d397b;
  border-radius: 5px;
}

#app .fusnote-orange.fn-payment {
  background: #dfdfdf;
  color: #bf200a;
  display: grid;
  grid-template-columns: 30px 1fr;
  gap: .5em;
  align-items: center;
}



#app .fusnote-orange.fn-payment img {
  height: 28px;
}

#app .shipment-package-dimension-unit {
  width: 10%;
  display: inline-block;
}

/* .shipment-package {
  position: relative;
} */

.package-buttons {
  display: flex;
  align-items: center;
  justify-content: right;
  margin: .5em .5em .5em auto;
}

.package-buttons .button-delete {
  margin-left: 1em;
}

#app .button-delete img,
#app .button-edit img,
#app .button-edit-article img {
  height: .9em;
}

#app .sh-pk-weight::after {
  content: 'Kg';
}

#app textarea {
  display: block;
  /* width: 852px; */
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 5px;
  height: 5em;
  padding: 5px;
}


.app-table {
  width: 100%;
  border-collapse: collapse;
}

.app-table td {
  border: 1px solid #efefef;
  font-size: 12px;
  padding: 6px;

}

.currency-selector {
  width: 80px;
  padding: 0.25em !important;
  vertical-align: top;
}


/*SIDEBAR*/

.sidebar-links li {
  list-style-type: none;
  padding: 1em;
  border-bottom: 1px solid #efefef;
  margin-right: 1em;
}

.sidebar-links menu {
  padding: 0;
  margin: 0;
}

.page-content-top img {
  max-width: 100%;
}

.boxes-segment-table {
  width: 100%;
  border-collapse: collapse;
}

.boxes-segment-table td {
  border: 1px solid #ddd;
  text-align: center;
}

.boxes-segment-table img {
  width: 128px;
  height: 128px;
}

.page-hero-image img {
  width: 100%;
}

.page table {
  border-collapse: collapse;
  border: 1px solid #ccc;
  width: 100%;
}

.page table td {
  padding: 5px;
  text-align: center;
}

.loader {
  border: 2px solid #f3f3f3;
  border-top: 2px solid #4d1c8a;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 2s linear infinite;
  margin: auto;
  margin-top: 1em;
  margin-bottom: 1em;
}

.loader-text {
  display: block;
  color: #4d1c8a;
  text-align: center;
  font-size: 14px;
  font-weight: 300;
}

.loader-inline {
  display: inline-block;
  width: .6em;
  height: .6em;
  margin: 0;
  margin-left: .5em;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.header-title-serbia {
  position: absolute;
  bottom: -6px;
  right: 0px;
  font-size: 10px;
  letter-spacing: 1px;
  font-weight: bold;
}

.post-date {
  font-size: 12px;
  padding: 2px;
  text-align: right;
}


.tovarni-list ol {
  list-style-type: none;
  columns: 100px 2;
  padding: 1em;
}

.tovarni-list ul li {
  list-style-type: disc;
}

.tovarni-list ul {

  list-style-type: disc;
  padding-left: 5em;
}

.tovarni-list span {
  background: #F3892A;
  padding: 3px 6px;
  color: white;
  font-weight: bold;
}

.tovarni-list h3 {
  display: inline-block;
  margin-left: 1em;
  margin-bottom: .5em;
}

.tovarni-list p {
  margin-top: 0;
  margin-left: 3em;
}

a.fedex-tracking-button {
  background: #1d397b;
  color: white;
  font-weight: bold;
  display: inline-block;
  padding: 1em 4em;
}

.fedex-tracking-button span {
  color: #F3892A;
}

.tracking {
  text-align: center;
  /* width: 1000px; */
  margin: auto;
}


.posts-category-kontakti {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.posts .post.post-category-kontakti {
  background: white;
}

.post-category-kontakti img {
  margin: auto;
  height: 96px;
}

.post-category-kontakti h2 {
  font-size: 18px;
  min-height: 2em;
  text-align: center;
}

.post-category-kontakti p {
  margin: 0;
  font-size: .9em;
}

.post-category-kontakti a {
  color: #1d397b;
  font-weight: 400;
  text-decoration: underline;
}

.page-kontakt .post.post-category-kontakti img {
  height: 100px;
  object-fit: contain;
  object-position: 50%;
}


.page-o-nama .page-hero-image {
  text-align: center;
}

.page-o-nama .page-hero-image img {
  width: auto;
  max-height: 320px;
  margin: auto;
}

.page-button a {
  color: white;
  background: #F3892A;
  padding: 0.5em 2em;
  text-decoration: none;
  font-weight: bold;
  border-radius: 3px;
}

.page-orange-button {
  color: white;
  background: #F3892A;
  padding: 0.5em 2em;
  text-decoration: none;
  font-weight: bold;
  border-radius: 3px;
  display: inline-block;
}

.page-violet-button {
  color: white;
  background: #1d397b;
  padding: 0.5em 2em;
  text-decoration: none;
  font-weight: bold;
  border-radius: 3px;
  display: inline-block;
}

.page-orange-button a,
.page-violet-button a {
  text-decoration: none;
  color: white;
  font-weight: bold;
}

.content-no-top-padding .page-title {
  /* position: absolute;
  font-weight: bold;
  font-size: 72px;
  color: white;
  left: 0;
  top: 60vh;
  width: 100%;
  text-align: center;
  text-shadow: 1px 1px 20px rgba(0, 0, 0, 0.3); */
  /* color: #235579; */
}

#footer-links-lang .footer-links a:after {
  content: '|';
  margin-left: .5em;
  margin-right: .5em;
}

#footer-links-lang .footer-links a:last-child:after {
  content: '';
}

.checbox-input-container {
  text-align: left;
  display: flex;
  margin-top: .5em;
  margin-bottom: .5em;
}

.checbox-input-container input {
  width: auto;
  display: inline;
  vertical-align: top;
}

.checbox-input-container label {
  display: inline;
  vertical-align: top;
  cursor: pointer;
}

.login h1 {
  width: 100%;
  text-align: center;
}

.login .blue-info-box {
  color: #555;
}

.login .existing-user-registration-link {
  color: #1d397b;
}

.login .user-login-buttons {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  width: 50%;
  margin: 2em auto;
}

.login .user-login-buttons .user-login-btn {
  width: 29%;
  height: 40px;
  font-weight: 600;
}

.login label {
  vertical-align: middle;
  color: #1d397b;
  font-weight: 600;
  font-size: 12px;
  /*    padding-top: 0.2em;*/
  margin-bottom: 0.3em;
  display: inline-block;
}

#app .fusnote {
  font-size: .8em;
/*  font-style: italic;*/
  margin-top: .5em;
  margin-bottom: .5em;
  font-weight: 400;
  color: black;
}

#app .fusnote-orange {
  color: white;
  background: #F3892A;
  padding: 5px;
  border-radius: 3px;
}

#app fieldset {
  border: none;
  border-bottom: 1px solid #ccc;
  margin-bottom: .5em;
}

#app fieldset:last-child {
  border: none;
  padding-bottom: 0;
}

#app .service-returned-data {
  display: flex;
  border-bottom: 1px solid #ddd;
  padding: 2px;
  cursor: pointer;
}

#app .service-returned-data:hover {
  color: black;

}

#app .service-returned-data:last-child {
  border-bottom: none;
}

#app .transportation-icon-container {
  width: 64px;
  position: relative;
}

#app .transportation-icon-container img {
  display: block;
  height: 64px;
}

#app .transport-fedex {
  background: violet;
}

#app .transport-tnt {
  background: orange;
}

#app .service-text {
  flex: 1;
  line-height: 64px;
  background: white;
  border-radius: 0 3px 3px 0;
  text-align: center;
}

#app .transportation-icon-container img.service-transport-image {
  height: 22px;
  position: absolute;
  right: 1px;
  bottom: 1px;
  display: inline-block;
}

.blue-info-box {
  border: 1px solid #1e397b;
  border-radius: 3px;
  color: #1e397b;
  padding: 10px;
}


.blue-info-box img {
  vertical-align: middle;
  max-height: 1em;
  margin: .2em;
}



#successful-shipment-message img {
  width: 14px;
  margin: 0 10px;
  top: 2px;
  position: relative;
}

.send-shipment-buttons {
  margin: 20px auto;
  text-align: center;
}

.error-box {
  border: 1px solid red;
  border-radius: 2px;
  color: red;
  margin-block: 1em;
  padding: 10px;
  font-weight: 500;
  text-align: center;
}

#app #create-shipment,
#create-order {
  font-size: 1.2em;
  width: 13em;
  margin: auto;
}

#create-order {
  display: block;
  margin-top: 1em;
}

.create-shipment h1,
.create-shipment h2,
.create-shipment h3 {
  color: #1d397b;
}

#app #create-shipment img,
#create-order img {
  height: 1em;
  display: inline-block;
  vertical-align: top;
}


.choose-payment {
  padding: 1.5em;
}

#shipment-section-pickup .shipment-create-error {
  margin: 20px;
  padding: 20px;
}



h1,
h2,
h3 {
  text-align: center;
}

.content h1,
.content h2,
.content h3 {
  color: #1d397b;
}

.content-volumetric-weight h3 {
  margin-block: 2em;
}

.content-volumetric-weight .dim {
  text-align: center;
}

.content-volumetric-weight .example {
  border: 1px solid #1d397b;
  background-color: #eee;
  padding: 15px;
  border-radius: 5px;
  margin-right: 1.5em;
  line-height: 1.8em;
  margin-block: 2em;
  flex: 1;
}

.content-volumetric-weight .ipf-servis {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 4em;
  align-items: center;
  margin-block: 3em;
}

.content-volumetric-weight .ipf-servis div {
  flex: 1;
}

.content-volumetric-weight .table-example {
  display: inline-block;
}

.page.content-volumetric-weight table {
  width: auto;
  border: none;
}

.page.content-volumetric-weight table tr:first-child td {
  color: #1d397b;
}

.page.content-volumetric-weight table .border-top {
  border: 1px solid #1d397b;
  border-bottom: none;
  text-align: right;
}

.page.content-volumetric-weight table .border-middle {
  border-left: 1px solid #1d397b;
  border-right: 1px solid #1d397b;
  text-align: right;
}

.page.content-volumetric-weight table .border-bottom {
  border: 1px solid #1d397b;
  border-top: none;
  text-align: right;
}

.content-volumetric-weight .top-examples-container {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  margin-block: 3em;
  gap: 1em;
}

.content-volumetric-weight .example b,
.content-volumetric-weight .example strong {
  color: #1d397b;
}

.blue-box {
  color: #fff;
  background-color: #1d397b;
  padding: .5em 1em;
  border-radius: 5px;
  text-align: center;
  display: inline-block;
}

.content-volumetric-weight .explanation {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.content-volumetric-weight .explanation img {
  max-width: 230px;
  display: block;
  margin-block: 1.5em;
}

.content-volumetric-weight .min-weight-package {
  margin-block: 1em;
}

.content-volumetric-weight .min-weight-package img {
  max-width: 200px;
  height: 128px;
  display: block;
  object-fit: contain;
}

.content-volumetric-weight .min-weight-package span {
  margin-top: 1em;
}

.content-volumetric-weight .example table td {
  text-align: left;
}

.dg-image-warning {
  height: 64px;
}

.dg-segment-table .dg-segment-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 1em;
  margin-block: 3em;
  border: 1px solid #ccc;
}

.dg-segment-table .dg-segment-container .dg-segment-item {
  text-align: center;
  width: 8.5em;
  margin-block: .8em;
}



.page .dfs-segment-table {
  border: 1px solid #ddd;
  border-radius: 5px;
  background-color: #eee;
  padding: 15px;
  border-radius: 5px;
  line-height: 1.8em;
  margin-block: 2em;
  border-collapse: separate;
  text-align: left;
}

.page .dfs-segment-table td {
  text-align: left;
  font-weight: bolder;
}


.page-credits .section-page .page-content-top {
  text-align: center;
}


.invalid-answer {
  border: 1px solid red !important;
}

#total-price h2 {
  margin-block: 1em;
  color: #1d397b;
}

#total-price h2 {
  font-size: 28px;
}

#total-price p {
  font-size: 18px;
}


#items-table-container {
  margin-bottom: .5em;
}

#items-table-container table {
  width: 100%;
  text-align: left;
  margin-block: 1.5em;
}

#items-table-container table thead tr {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
}
#items-table-container table tbody tr {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  font-size: .8em;
}

.save-address-field {
  margin-top: 1.4em;
}


.residental-address-field {
  margin-top: .4em;
}

.confirm-shipment-address-container {
  margin-block: 1em;
}

.shipment-purpose {
  margin-top: 1em;
}

/* 
.after-services {
  display: none;
} */

.upload-file {
  height: 0;
  width: 0;
  overflow: hidden;
}


/* printing style */
.shipment-for-printing {
  padding: 20px;
}

.shipment-for-printing p {
  margin: 0;
  font-size: 10px;
}

.shipment-for-printing span {
  font-size: 10px;
  vertical-align: text-top;
}


.shipment-for-printing .print-instructions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px;
}

.shipment-for-printing .contact-data {
  display: flex;
  flex-wrap: wrap;
}

.shipment-data-box {
  box-sizing: border-box;
  padding: 5px;
  border: 1px solid black;
  border-bottom: none;
}

.shipment-data-box p:first-child {
  margin-bottom: 5px;
}

.contact-data div {
  width: 50%;
}

.contact-data .shipment-data-box:first-child,
.contact-data .shipment-data-box:nth-child(3) {
  border-right: none;
}

.contact-data div p span:first-child {
  font-weight: bold;
}

.contact-data div p span:last-child {
  padding-left: 5px;
}

.broker-data p span:first-child {
  font-weight: bold;
}

.broker-data p span:last-child {
  padding-left: 5px;
}

.broker-data-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.shipment-for-printing table {
  border-collapse: collapse;
  width: 100%;
}

.shipment-for-printing table tr {
  page-break-inside: avoid;
  page-break-after: auto;
}

.shipment-for-printing table tr td {
  border: 1px solid black;
  text-align: center;
  font-size: 10px;
  page-break-inside: avoid;
  page-break-after: auto;
  box-sizing: border-box;
  padding: .2em;
}


.bigger-table-cells {
  text-align: left !important;
  padding-block: 2em !important;
}

.shipment-for-printing img {
  width: 100%;
}

.upperCase {
  text-transform: uppercase;
}

#help-with-commercial-invoice {
  margin-bottom: 1.5em;
}

/*#help-with-commercial-invoice .commercial-invoice-inputs .commercial-invoice-formgroup {
  width: 20%;
}*/

/* .select2-dropdown.select2-dropdown--below {
  z-index: 1;
} */


#payment-slip-data {
  position: relative;
}

#fill-in-payment-slip-container {
  position: relative;
  width: 720px;
  max-width: 100%;
  margin: 0 auto;
  font-size: 14px;
  font-weight: normal;
}

#fill-in-payment-slip-container span {
  margin-top: 3px;
}

.content img#fill-in-payment-slip {
  width: 100%;
}

.payment-slip-data-style {
  position: absolute;
  width: 42%;
  text-align: left;
}

#payment-slip-payer {
  top: 16%;
  left: 6%;
}

#payment-slip-purpose {
  top: 36%;
  left: 6%;
}

#payment-slip-receiver {
  top: 56%;
  left: 6%;
}

#payment-slip-total-amount {
  position: absolute;
    top: 20%;
    right: 5%;
}

#payment-slip-recipient-account {
  top: 31%;
  right: 5%;
  position: absolute;
}

.qr-code-container {
    position: absolute;
    right: 1%;
    bottom: 5%;
    width: 20%;
}

#payment-slip-recipient-model {
  top: 43%;
  right: 41%;
  position: absolute;
}

#payment-slip-reference-number {
  position: absolute;
    top: 43%;
    right: 5%;
}

.payment-slip-confirmation {
  text-align: left;
  padding: 10px;
  margin: 1em;
  border: 1px solid black;
}


.payment-slip-confirmation p {
  margin: 0;
}

.different-address-field {
  border-top: 1px solid #ccc;
  margin-top: 20px;
  padding: 10px 5px;
}

.label embed {
  display: block;
  margin: 3em auto;
  max-width: 100%;
}

#letterhead-thumbnail,
#signature-thumbnail {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 5px;
  width: 20px;
  height: 20px;
  vertical-align: middle;
}


#signature-print-img {
  width: 50px;
  vertical-align: middle;
}

#signature-error,
#letterhead-error {
  display: none;
  color: red;
  margin: 0;
  font-size: 11px;
}

.one-additional-doc-file {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 .5em .5em .5em;
  border-bottom: 1px solid #888;
  margin-bottom: .5em;
}

#additional-documents-heading {
  margin: 1em 0;
  color: #1d397b;
  font-size: 15px;
}


#shipment-pickup-address,
#shipment-delivery-address,
#sold-to-address {
  display: none;
  margin-top: 1em;
}



#total-price h2 {
  font-size: 20px;
  text-align: right;
}

#total-price span {
  font-weight: bold;
}

/*#total-price h2:last-of-type {
  font-size: 32px;
}*/

.shipment-total-price {
  font-size: 32px !important;
}





.dg-table {
  border: 1px solid #ccc;
}

.dg-thead,
.dg-row {
  display: flex;
}

.dg-row div:first-child{
  font-weight: bold;
}
.dg-row div:nth-child(2){
  font-weight: bold;
}

.dg-row {
  border-top: 1px solid #ccc;
}

.dg-thead div:first-child,
.dg-row div:first-child {
  flex: 1;
  padding: 1.2em;
  border-right: 1px solid #ccc;
}

.dg-thead div:nth-child(2),
.dg-row div:nth-child(2) {
  flex: 2;
  padding: 1.2em;
  border-right: 1px solid #ccc;
}

.dg-thead div:nth-child(3),
.dg-row div:nth-child(3) {
  flex: 9;
  padding: 1.2em;
}


/* tracking.php */

#tracking-input {
  padding: 1.1em .5em;
  border-radius: 5px;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

#btn-track {
  font-size: 1em;
  padding: .9em;
  vertical-align: middle;
}

/* box table */

.box-thead {
  border: 1px solid #ccc;
}

.box-thead div {
  border-right: 1px solid #ccc;
  text-align: center;
  font-weight: 600;
  padding: 1em;
  font-size: .8em;
}

.box-thead div:last-child {
  border-right: none;
}

.box-thead,
.box-tbody .one-box {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-auto-rows: auto;
}

.box-tbody .one-box {
  border-right: 1px solid #ccc;
}

.box-tbody .one-box div {
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  text-align: center;
}

.users input[type="text"],
.users input[type="password"] {
  width: 100%;
  box-sizing: border-box;
  padding: .5em;
  font-size: 1em;
  border: 1px solid #ddd;
  border-radius: .3em;
  margin-bottom: .5em;
}

.user-btn-group {
  display: flex;
  justify-content: right;
  align-items: center;
}

.user-btn-group button {
  margin-left: 1em;
  width: 7em;
}

.users #create-user {
  margin-top: 1.5em;
}

.users-table tr:first-child td {
  text-align: left;
}

.users-table tr td a {
  cursor: pointer;
}

#user-section {
  margin-top: 2em !important;
}

#edit-user-section label {
  /* display: block; */
  color: black;
  font-size: .8em;
}

#accounts div {
  display: flex;
  align-items: flex-start;
  margin-bottom: 0.5em;
}

.users #delete-user {
  background: #c90808;
  margin-top: 1em;
}

.users #save-user {
  margin-bottom: 1em;
}




.address-list-formgroup{
  position: relative;
}

.address-list {
  background: white;
  position: absolute;
  top: 60px;
  width: 100%;
  padding: 0.3em;
  box-sizing: border-box;
  z-index: 1;
  height: 100px;
  overflow: scroll;
}

.address-list .address-option {
  padding: .3em;
  cursor: pointer;
}

#app .address-phone-container {
  display: flex;
}

#app .address-phone-container .dial-code {
  width: 25%;
}

#app .address-phone-container .dial-code input {
  text-align: center;
}

#app .address-phone-container .dial-code input:before {
  content: '+';
  display: block;
}

#app .address-phone-container .phone-number {
  flex: 1;
}

.approve-dg-select {
  width: 98%;
  padding: .4em;
  margin: 0.2em 1%;
}

#tnt-dimensions {
  text-align: center;
}

#tnt-dimensions-inputs {
  margin-bottom: .5em;
}

.labels-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1em;
  box-sizing: border-box;
  padding: 1em;
}

.tracking-number-container {
  margin-bottom: 1em;
}

.tracking-number-container h2 {
  margin-bottom: 0;
}

#tracking-number {
  color: #1e397b;
  font-weight: bold;
  font-size: 32px;
}

.content.success section {
  text-align: center;
}

.content.success .success-info {
  border: 1px solid #1d397b;
}

.items-item {
  display: grid;
  grid-template-columns: 2fr 2fr 2fr 2fr 2fr 2fr 1fr 1fr;
  text-align: center;
  padding-bottom: .3em;
  align-items: center;
}

.items-head {
  font-weight: bold;
  font-size: .8em;
}

/*.items-item > div:nth-last-child(-n+2) {
    text-align: center;
}*/

.items-item > div:first-child {
  text-align: left;
}

.trade-document-id {
  margin-left: .5em;
  height: 1em;
}

/*#trade-documents-container div {
  margin: .5em;
}*/

.profile-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1em;
}

.tenfore-payment img {
    height: 42px;
    background: white;
    padding: 2px;
}

.tenfore-payment-left {
    display: inline-block;
    width: 50%;
    text-align: left;
}
.tenfore-payment-right {
    display: inline-block;
    width: 50%;
    text-align: right;
}

#app #items-input {
    position: fixed;
    z-index: 50;
    display: block;
    top: 50%;
    left: 50%;
    max-height: 80vh;
    width: 60vw;
    overflow-y: scroll;
    transform: translate(-50%, -50%);
    max-width: 640px;
    border: 5px solid white;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.notification-email {
  display: grid;
  grid-template-columns: 1fr 50px;
  gap: .5em;
  align-items: center;
  border: 1px solid #eee;
  border-radius: .5em;
  border-bottom: 1px solid #ccc;
  margin-bottom: .5em;
  padding-bottom: .5em;
}

.notification-email:last-child {
  border: none;
}

.notification-email h3{
  margin-bottom: 0;
  text-align: left;
}
.notification-email p{
  margin: 0;
  padding: .2em;
}

.notification-email p span{
  font-weight: 400;
  font-size: 10px;
  display: inline;
  padding: .2em .5em .3em;
  background: grey;
  color: white;
  margin: .2em;
  margin-left: 0;
  border-radius: .2em;
}


.shipment-link {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: .5em;
  text-align: left;
  align-items: center;
  border-bottom: 1px solid var(--fedex-light-grey);
  padding: .2em;
}

.shipment-link button {
  display: inline-block;
  background: var(--fedex-blue);
  color: white;
  padding: .5em 1em;
  border: none;
  cursor: pointer;
}

.shipment-link-id {
  font-weight: normal;
}

.shipment-link h2{
  font-size: 1.2em;
  text-align: left;
  margin: 0;
}

.shipment-link p{
  text-align: left;
  margin: 0;
}

.shipment-link-date {
  display: block;
  font-size: .8em;
}

.shipment-link-id {
  color: black;
  font-weight: bold;
}

.payment #fill-in-payment-slip-container {
  width: 60%;
}


.adress-book-address {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1em;
  align-items: center;
  background: white;
  border-radius: .5em;
  padding: 1em;
  margin: 1em;
}

.adress-book-address h2 {
  text-align: left;
}

#address-book-edit {
  position: fixed;
  display: none;
  width: 60vw;
  height: 70vh;
  top: 50%;
  left: 50%;
  padding: 1em;
  border: 1px solid gray;
  background: #efefef;
  transform: translate(-50%, -50%);
  z-index: 100;
  border-radius: .5em;
  font-size: .8em;
  overflow-y: scroll;
}

#address-book-edit .address-phone-container {
  display: grid;
  grid-template-columns: 1fr 4fr;
  gap: .5em;
  align-items: center;
}

.shipment-payment-segment {
  background: white;
  border-radius: .5em;
  padding: 1em;
  margin-top: 1em;
  margin-bottom: 1em;
}

.shipment-payment-segment h3 {
  margin-top: 2em;
}

.pay-costs img {
  height: 1em;
}

.success-shipment-top-data {
    width: 50%;
    margin: 1em auto;
}

.success-shipment-top-data > div {
  display: flex;
  justify-content: space-between;
  padding: .5em;
  border-bottom: 1px solid #efefef;
}

.success-shipment-top-data > div:last-child {
  border: none;
}

.success-shipment-top-data > div span:last-child {
  font-weight: bold;
}


#shipment-data-container .object-container {
            background: #fff;
            border: 1px solid #ccc;
            border-radius: 5px;
            padding: 20px;
            margin-bottom: 20px;
            overflow-x: auto;
        }
#shipment-data-container .key {
            color: #0056b3;
            font-weight: bold;
        }
#shipment-data-container .value {
            color: #333;
        }
#shipment-data-container .nested-object {
            margin-left: 20px;
            padding-left: 10px;
            border-left: 2px solid #ddd;
        }
#shipment-data-container .array-item {
            margin-left: 20px;
            padding-left: 10px;
            border-left: 2px dashed #ccc;
            margin-bottom: 10px;
        }


#packages-count {
  font-weight: bold;
  font-size: .8em;
  text-align: center;
}

.shipment-link .button-grey {
  background: #bbb;
  color: white;
}

.tnt-dimensions-package {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: .5em;
  align-items: center;
}

.canceled-shipment-container {
  background: gray;
  color: white;
  width: 100%;
  padding: .5em;
  display: block;
  font-weight: bold;
  text-align: center;
}




/*@custom checbox*/
input[type=checkbox] {
  appearance: none; /* Hides default checkbox */
  width: 1em;
  height: 1em;
  border: 1px solid #999;
  border-radius: .3em;
  position: relative;
  cursor: pointer;
  vertical-align: middle;
  background-color: #ffffff;
}

input[type=checkbox]:checked {
  background-color: #ffffff;
  border-color: #1d397b;
}

input[type=checkbox]:checked::before {
  content: "✔";
    color: #1d397b;
    font-size: 16px;
    display: block;
    text-align: center;
    line-height: 20px;
    position: absolute;
    left: 1px;
    top: -2px;
}

.commercial-invoice-prices-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: .5em;
  align-items: center;
}

.shipment-ipf-error {
  background: #dfdfdf;
  color: darkred;
  border: 1px solid darkred;
  border-radius: .3em;
  margin: 1em;
  padding: .5em;
}

#shipment-email-notifications-container {
  margin-top: 1em;
  margin-bottom: 1em;
}


.content-type-selector div {
  text-align: center;
  font-weight: normal;
  padding: 1em;
  background: var(--fedex-light-grey);
  color: white;
  border-radius: .5em;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background .5s;
}

.content-type-selector div.selected {
  color: white;
  background: var(--fedex-blue);
  font-weight: bold;
}

.content-type-selector div:hover {
  color: white;
  background: var(--fedex-blue);
  font-weight: bold;
}

.shipment-dg-service-error p {
  text-align: center;
}

.uploaded-document-files {
  margin-bottom: 1em;
  margin-top: 1em;
}

.uploaded-document-files > div {
  padding: .5em;
}

.uploaded-document-files > div:not(:last-child) {
  border-bottom: 1px solid #ccc;
}

#trade-documents-container > div {
  padding: .5em;
}

#trade-documents-container > div:not(:last-child) {
  border-bottom: 1px solid #ccc;
}

.page-kontakt strong {
  font-weight: bold;
}

.page-kontakt .post-date {
  display: none;
}

.home-news {
  padding-top: 2em;
}

.home-news .posts {
  margin: 0;
}

.alphabet-error {
  font-size: .8em;
  color: darkred;
  line-height: 1;
  font-weight: 600;
}

.top-examples-container-half {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 1em;
  align-items: center;
  margin-bottom: 4em;
}

.top-examples-container-half > div {
  text-align: center;
}

#price-undertext {
  font-size: .8em;
}


.admin-client-id {
  text-align: center;
}
.admin-client-id > div {
  width: 30%;
  margin: auto;
}

.shipments-search {
  display: grid;
  grid-template-columns: 5fr 1fr;
  column-gap: 1em;
  align-items: top;
}

.shipments-search .submit-button {
  cursor: pointer;
  background: var(--fedex-blue);
  color: white;
}

.resend-email-container {
  width: 30%;
  margin: auto;
}

.resend-email-container .button-orange {
  margin-top: 2em;
}

.input-error {
  color: darkred;
  font-size: .8em;
}

.register-type-select {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1em;
}

.register-type-select > div {
  background: transparent;
  color: #333;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
  padding: 1em;
  border-radius: .5em;
}

/*.register-type-select > div:hover {
  opacity: .8;
}*/

.register-type-select > div:hover img {
  opacity: .7;
}

.register-type-select > div:hover {
  background: #ccc;
}

.register-type-select > div.selected img {
  opacity: .7;
  
}
.register-type-select > div.selected {
  background: #ccc;
}

.register-type-select > div img {
  width: 20%;
  opacity: .3;
  display: block;
  margin: auto;
  margin-bottom: 1em;
}

.register .form-error {
  margin: 0;
  text-align: left;
}


.register .submit {
  margin-top: .5em;
  padding: 1em;
  cursor: pointer;
}


.profile-activated-box {
  text-align: center;
  padding: 1em;
  margin-top: 1em;
  background: #ddd;
  color: #359131;
  border: 1px solid #359131;
  font-weight: bold;
  border-radius: .5em;
}

.profile-activated-box-error {
  color: darkred;
  border: 1px solid darkred;
}


.home-parcels {
  width: 100%;
}

.home-parcel-container {
  display: grid;
  grid-template-columns: 1fr 2fr 2fr 2fr 2fr 1fr;
  gap: .5em;
}

.home-parcels h3 {
  margin: 0;
  padding: 0;
}

.home-parcels label {
  margin-top: 0;
}

#get-a-quote-container .customs-options {
  width: 100%;
  margin-bottom: 1em;
}

#get-a-quote-container .button-orange {
  padding: .4em 1em;
  margin: 0;
  border-radius: .3em;
  display: block;
  margin: auto;
}

.home-price-container {
  padding: 1em !important;
  text-align: center;
}



#get-a-quote-container #available-services {
  margin-top: 2em;
}

.home-parcels .button-orange {
  margin: 0 !important;
}


.register .form label:before {
  content: "*";
}

.input-wrapper {
  position: relative;
}

.button-password-eye {
  position: absolute;
  height: 1em;
  top: .5em;
  right: 1em;
  cursor: pointer;
}

.register .button-register {
  width: 50%;
  margin: auto;
  padding: .5em;
  display: block;
}

.register .form-global-error {
  width: 50%;
  margin: auto;
}































@media screen and (min-width: 1441px) {}

@media screen and (min-device-width: 1024px) and (max-device-width: 1440px) {}

@media screen and (max-width: 720px) {

  body p {
    padding: 0 1em;
  }

  .resend-email-container {
    width: 100%;
    margin: auto;
  }
  .grid-2, .grid-3, .grid-4 {
    grid-template-columns: repeat(1, 1fr);
  }


  .menu .arrow {
    float: right;
  }

  .header ul li {
    text-align: left;
  }

  .content.page,
  .content.home {
    width: 100%;
    margin: auto;
  }

  .content {
    box-sizing: border-box;
    padding: 0;
  }

  .content.post {
    width: 100%;
  }

  .content.home h1 {
    font-size: 2em;
  }

  .home-page-subtitle {
    font-size: 1em;
    margin-bottom: 2em;
  }

  .posts {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }

  .home-main-links {
    position: relative;
    transform: none;
  }

  .home-package-tracking {
    display: block;
    margin-top: 1em;
    padding: 0 .5em;
    align-items: end;
    width: auto;
  }

  .home-tracking-input {
    width: 100%;
  }

  .home-main-link-group {
    width: auto;
    padding: 0 .5em;
  }

  .home-main-link {
    width: auto;
    font-size: 18px;
    font-weight: bold;
    padding: 24px 0;
  }

  .header .parent-subcategories a li {
    color: white;
  }

  .button-track {
    font-size: 18px;
    width: 100%;
    margin: 1em 0;
  }

  .half {
    width: 100%;
  }

  .quarter {
    width: 100%;
  }

  #app .half {
    width: 100%;
    margin-top: 1.5em;
  }

  .sidebar-container {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    top: 0;
    min-height: auto;
    height: 5em;
  }

  .sidebar {
    padding: 0;
  }

  .sidebar-links menu {
    margin: 0;
  }

  .right-sidebar-container {
    display: none;
    /* width: 100%;
    position: relative;
    width: 100%;
    top: 0; */
  }

  .app-container {
    margin: 0 auto;
    display: block;
    padding: 2px;
    padding-bottom: 0;
    /* display: inline-block; */
    width: 98%;
    /* vertical-align: top; */
    box-sizing: border-box;
    /* margin-left: 0; */
  }

  #app .shipment-package-quantity {
    width: 50%;
  }

  #app .shipment-package-dimension {
    width: 50%;
  }

  #app .shipment-package-dimensions {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: end;
    /* margin-top: 1em; */
  }

  #app .shipment-package-dimension-unit {
    width: 40%;
    display: inline-block;
  }

  #app .service-returned-data {
    align-items: center;
  }

  #app .service-text {
    line-height: 32px;
  }

  #footer .footer-contact {
    width: 100%;
  }

  #cookie-consent {
    display: block;
  }

  .form {
    width: 90%;
  }

  form input[type='text'] {
    box-shadow: none;
    font-size: 1.1em;
  }

  #get-a-quote-container,
  #get-a-quote-container .select2,
  #quote-input-weight {
    width: 100% !important;
  }

  #get-a-quote-container button {
    width: 100%;
  }

  #get-a-quote-container p {
    text-align: center;
  }

  .posts .post-read-more {
    font-size: 13px;
  }

  #items-table-container table thead tr {
    font-size: .7em;
  }

  .invoice-div,
  #different-delivery-instructions-label {
    margin-top: 1em;
  }

  .sold-party-field {
    margin-block: .5em;
  }

  .blue-info-box {
    text-align: center;
  }

  .sidebar-links menu {
    display: flex;
    overflow: scroll;
  }

  .sidebar-links menu li {
    border: none;
  }

  input:not(select) {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }

  /*   input:not(select) {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }*/

  #app form select {
    font-size: 1.1em;
    background-color: white;
    background: white;
  }

  .header-user-name {
    display: none;
  }


  .dg-thead {
    display: none;
  }

  .dg-row:first-child {
    border-top: none;
  }

  .dg-row div:first-child {
    flex: 1;
    padding: .3em;
    font-size: 13px;
    /* border-right: none; */
  }

  .dg-row div:nth-child(2) {
    flex: 4;
    padding: .3em;
    font-size: 13px;
    /* border-right: none; */
  }

  .dg-row div:nth-child(3) {
    flex: 12;
    padding: .3em;
  }



  .login .user-login-buttons {
    width: 60%;
  }

  .login .user-login-buttons .user-login-btn {
    width: 60%;
    margin-right: 1em;
  }



  /* tracking.php */

  .content.tracking {
    padding: 2px 12px;
  }

  #tracking-input {
    width: 100%;
    margin-top: 1em;
  }


  .content.page,
  .content.home,
  .content.post,
  .content.login {
    width: auto;
  }

  .content.login {
    margin: 0 auto 3em auto;
  }


  .tovarni-list p {
    margin-left: 0;
  }

  .tovarni-list ul {
    padding-left: 2em;
  }

  .tovarni-list h3 {
    text-align: left;
  }

  h4 img {
    padding: 0 1em;
  }


  .tovarni-list > ol {
    display: grid;
  }

  .tovarni-list > ol > li {
    margin-top: 1em;
  }



  /* box table */

  .box-thead {
    display: none;
  }

  .box-tbody .one-box {
    grid-template-columns: repeat(2, 1fr);
  }

  .box-tbody .one-box {
    margin-bottom: 3em;
    border-top: 1px solid #ccc;
  }



  #package-info .half:last-child {
    margin-top: 0;
  }

  #service-options fieldset {
    padding: 0;
  }

  #return-address {
    margin-top: 1.5em;
  }

  .content-volumetric-weight .top-examples-container {
    margin: 0;
    padding: 1em;
  }

  .content-volumetric-weight .example {
    margin: 1em;
  }

  .top-examples-container .example {
    margin: 1em auto;
  }

  .top-examples-container .example:first-child {
    margin-right: 1em;
  }

  .table-example .example {
    margin: 1em;
  }


  .page.content-volumetric-weight table .border-middle,
  .page.content-volumetric-weight table .border-bottom {
    text-align: center;
  }

  .content-volumetric-weight .ipf-servis {
    grid-template-columns: 1fr 1fr;
    padding: 0 2em;
    gap: 1em;
  }

  #items-table-container table tbody tr {
   font-size: .8em;
  }

  #app #items-input {

    top: 50%;
    left: 50%;
    height: 70vh;
    width: 96vw;
    overflow-y: scroll;
    transform: translate(-50%, -50%);
    max-width: 1000px;
    border: 5px solid white;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.success-shipment-top-data {
  width: 100%
}

.success-info {
  margin: .5em;
}

.admin-client-id > div {
  width: 100%;
}


  /* @media end  */

}


@media print {

  #header,
  #footer {
    display: none;
  }

}