/* lato-regular - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url('/assets/fonts/lato-v23-latin/lato-v23-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/assets/fonts/lato-v23-latin/lato-v23-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/assets/fonts/lato-v23-latin/lato-v23-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('/assets/fonts/lato-v23-latin/lato-v23-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('/assets/fonts/lato-v23-latin/lato-v23-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/assets/fonts/lato-v23-latin/lato-v23-latin-regular.svg#Lato') format('svg'); /* Legacy iOS */
  font-display: swap;
}

body {
    padding: 0;
    margin: 0;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    display: flex;
    flex-direction: column;
    -webkit-transition: opacity 0.15s linear;
    -moz-transition: opacity 0.15s linear;
    -ms-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
    font-size: 12pt;
    background-color: #f2f2f2;
}
.hidden {
    display: none!important;
}
.ek::before {
    content: "T";
    background-color: #8aa624;
    color: #fff;
    font-style: normal;
    font-size: x-small;
    padding: 2px 5px;
    border-radius: 4px;
    border: 1px solid #fff;
    margin-right: 5px;
    vertical-align: text-top;
}
.ek:hover {
cursor: pointer;
}

.d-flex {
    display: flex;
    flex-direction: column;
}

.row {
    margin: 0;
}
.mb-1 {
    margin-bottom: 10px;
}
.mt-1 {
    margin-top: 10px;
}
a{
    text-decoration: none;
}
p {
    margin-bottom: 10px;
}
.navbar-brand img {
    max-width: 200px;
    height: auto;
}
.navbar-light {
    background-color: #fff !important;
    box-shadow: rgba(50, 50, 93, 0.25) 0 2px 5px -1px, rgba(0, 0, 0, 0.3) 0 1px 3px -1px;
}
.nav-tabs .nav-link {
    width: 100%;
    height: 100%;
    text-transform: uppercase;
    font-size: 12px;
    background-color: #dbeac6;
    color: #497d59;
    border-bottom: 2px solid #8aa624;
    border-radius: 8px 8px 0 0;
}
.nav-tabs {
    border-bottom: none;
}
.nav-tabs .nav-link.active {
    color: #8aa624;
    background-color: #fff;
    border: 2px solid #8aa624;
    border-color: #8aa624 #8aa624 transparent;
    width: 100%;
    text-transform: uppercase;
    font-size: 12px;
    border-radius: 8px 8px 0 0;
    font-weight: bold;
}
.nav-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#vismaTermsAndConditions .modal-dialog {
    max-width: 600px;
}
.termsAndConditions-btn {
    padding: 20px;
    box-shadow: rgba(50, 50, 93, 0.25) 0 6px 12px -2px, rgba(0, 0, 0, 0.3) 0 3px 7px -3px;
    border-radius: 8px;
    min-height: 1.5rem;
    margin-bottom: 10px;
    color: #fff;
    background-color: #8aa624;
    border: none;
    font-size: .7em;
    text-transform: uppercase;
}

.vismaTerms-title {
    text-transform: uppercase;
    font-weight: bolder;
    text-align: left;
    color: #8aa627;
    font-size: 1.2rem;
}

.vismaTerms-paragraph {
    text-align: justify;
    margin-bottom: 10px;
}

.paymentsLink {
    text-decoration: underline;
    color: #497d59;
    text-transform: lowercase;
    word-break: break-word;
}

.paymentsLink:hover {
    color: #8aa624;
    cursor: pointer;
}

.form-check {
    padding: 20px;
    box-shadow: rgba(50, 50, 93, 0.25) 0 6px 12px -2px, rgba(0, 0, 0, 0.3) 0 3px 7px -3px;
    border-radius: 8px;
    min-height: 1.5rem;
    margin-bottom: 10px;
    background-color: #fff;
    display: grid;
    grid-template-columns: 5% auto 15%;
    align-items: center;
    grid-gap: 10px;
}

.form-check label {
    padding-left: 0;
    font-size: .7em;
    text-transform: uppercase;
    font-weight: 700;
    color: #8aa624;
    word-break: break-word;
}
.deliveryOption label {
    color: #8aa627;
}
.paymentOption {
border-left: 0.5rem solid #8aa627;
}
.deliveryContainer .form-check, .pickupContainer .form-check {
    border-left: 0.5rem solid #8aa627;
}
.deliveryContainer .form-check label, .pickupContainer .form-check label {
padding-left: 0;
}
.deliveryContainer .form-check span, .pickupContainer .form-check span  {
    color: #497d59;
    font-weight: 700;
    font-size: 1.25em;
}
.deliveryContainerTitle {
    font-size: .8em;
    text-transform: uppercase;
    color: #497d59;
    margin-bottom: 8px;
}

.form-check .form-check-input {
    padding-left: 0;
    width: 20px;
    height: 20px;
}
input[type=checkbox], input[type=radio] {
    margin: 0;
}
#termsAndConditions .tab-content {
    display: inline-flex;
    min-width: 100%;
}

#termsAndConditions .tab-content>.active {
    padding: 20px;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.tab-content {
    border: 2px solid #8aa624;
    border-top: none;
    border-radius: 0 0 8px 8px;
    background-color: #fff;
    max-width: 100%;
}
.tab-content>.active {
    padding: 20px;
    height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.tab-number {
    background-color: #adbf6b;
    border-radius: 100%;
    padding: 2px 7px;
    color: #fff;
    border: 1px solid #8aa624;
}
.doorsGrid {
    display: grid;
    grid-template-columns: auto auto auto auto auto;
    grid-gap: 10px;
    text-align: center;
}
.doorAvailable {
    margin-bottom: 0;
    padding: 10px;
}
.doorAvailable-label {
word-break: break-word;
font-size: xx-small;
}
.doorSize {
    margin-bottom: 0;
    padding: 10px;
    background-color: #dbeac6;
    color: #497d59;
    border-radius: 8px 8px 0 0;
    word-break: break-word;
    min-height: 67%;
    display: flex;
    align-items: center;
}

.available-size-selected {
    border-radius: 8px;
}
.available-size-selected p:first-child{
    background-color: #8aa624;
    color: #fff;
    border-radius: 8px 8px 0 0;
    padding: 10px;
}
.doorAvailable {
    background-color: #f2f2f2;
    border-radius: 0 0 8px 8px;
}
.missing_required_fields {
    text-align: center;
}
.summaryTitle{
    background-color: #8aa624;
    color: #fff;
    text-transform: uppercase;
    padding: 20px;
    text-align: center;
    margin-bottom: 0;
    border-radius: 8px 8px 0 0;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
.d-grid-2 {
    display: grid;
    grid-template-columns: auto 30%;
    grid-gap: 5px;
}
.d-grid-3 {
    display: grid;
    grid-template-columns: 32% 32% 32%;
    grid-gap: 10px;
}
.d-grid-form {
    display: grid;
    grid-template-columns: 50% 49%;
    grid-gap: 5px;
}
.addressContainer {
    background-color: #dbeac6;
    padding: 10px;
    border-radius: 8px;
}
.paymentTable {
    text-align: right;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    height: auto;
    width: 100%;
}
.notSelected {
    background-color: #fff;
    color: #8aa624 !important;
    border-radius: 8px;
    padding: 20px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
}
label {
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 0;
}
.selectedPayment, .selectedDelivery {
    background-color: #8aa624;
    color: #fff !important;
    border-radius: 8px;
    box-shadow: rgba(99, 99, 99, 0.2) 0 2px 8px 0;
    padding: 20px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
}

.form-check .form-check-input {
    margin-left: 5px;
    margin-top: 0;
}

.form-check-input {
    border-color: #8aa624;
}

.form-check img {
 max-width: 60px;
}

.form-check-input:checked {
    background-color: #497d59;
    border-color: #497d59;
}

.lock-icon {
    font-size: 30px;
}
.btn-primary, #positive_btn {
    border-radius: 30px;
    padding: 10px 15px;
    background-color: #8aa624;
    border: 2px solid #8aa624;
    box-shadow: rgba(0, 0, 0, 0.1) 0 4px 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.btn-primary:hover {
    background-color: #fff;
    color: #8aa624;
    border: 2px solid #8aa624;
}
.parcelInfo textarea {
margin-bottom: 10px;
}
.payBtn {
    text-transform: uppercase;
    font-size: 14px;
    margin-top: 20px;
    float: right;
}
.deliveryContainer, .pickupContainer {
display: grid;
grid-template-columns: 49% 49%;
grid-gap: 10px;
}
.paymentTitle,
.deliveryTitle,
.shipperTitle,
.doorsAvailableTitle {
    font-size: 14px;
    text-transform: uppercase;
}
.sizeDetails b {
    font-size: 12px;
}
.paymentTable p{
    margin-bottom: 0;
    word-break: break-word;
}
.text-center {
    text-align: center;
}
table {
    width: 100%;
}
.divider {
    border-top: 1px solid #8aa624;
    font-weight: bold;
    line-height: 2em;
    color: #8aa624;
}
.text-left {
    text-align: left;
}
.bgImage {
    max-width: 100%;
    height: auto;
    position: relative;
    top: -40px;
    left: 0;
    z-index: -1;
    right: 0;
}
.t-align {
    word-break: break-word;
    text-align: left;
}
.t-padding {

}
#address, #shipperDescription, #recipientDescription {
    width: 100%;
}
.form-select {
    font-size: 14px;
}
.disable {
    background: #dbeac6;
    border: 2px solid #dbeac6;
}
.text-right {
    text-align: end;
}
.mt-4 {
    margin-top: 40px !important;
}
.title {
    font-weight: bold;
    color: #8aa624;
}
.subtitle {
    font-weight: lighter;
    font-size: 20px;
    text-align: justify;
}
#msform {
    text-align: center;
    position: relative;
    margin-top: 20px
}

#msform fieldset {
    background: white;
    border: 0 none;
    border-radius: 16px;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 20px;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.form-card {
    text-align: left
}

#msform fieldset:not(:first-of-type) {
    display: none
}

#firstname,
#receiverFirstname,
#lastname,
#receiverLastname,
#email,
#receiverEmail,
#address,
#shipperDescription,
#recipientDescription {
    border: 1px solid #8aa627;
    border-radius: 8px;
}

#firstname:focus,
#receiverFirstname:focus,
#lastname:focus,
#receiverLastname:focus,
#email:focus,
#receiverEmail:focus {
    background-color: #f2f2f2;
    border: 2px solid #8aa627;
    box-shadow: 0 0 0 0.25rem #8aa62447;
}

#msform .action-button, #submitFormBtn {
    width: 35%;
    font-size: 14px;
    text-transform: uppercase;
    float: right;
    color: #fff;
    background-color: #8aa624;
    border: 2px solid #8aa624;
    border-radius: 30px;
    margin-top: 20px;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    padding: 10px 15px;
}

#submitFormBtn {
    width: 35%;
    font-size: 14px;
    text-transform: uppercase;
    float: right;
    color: #fff;
    background-color: #8aa624;
    border: 2px solid #8aa624;
    border-radius: 30px;
    margin-top: 20px;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    padding: 10px 15px;
}

#msform .action-button:hover,
#msform .action-button:focus,
#submitFormBtn:hover,
#submitFormBtn:focus
{
    color: #8aa624;
    background-color: #fff;
}

#msform .action-button-previous {
    width: 35%;
    font-size: 14px;
    text-transform: uppercase;
    float: left;
    color: #fff;
    background-color: #8aa624;
    border: 2px solid #8aa624;
    border-radius: 30px;
    margin-top: 20px;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    padding: 10px 15px;
}

#msform .action-button-previous:hover,
#msform .action-button-previous:focus {
    color: #8aa624;
    background-color: #fff;
}
.card {
    z-index: 0;
    border: none;
    position: relative
}

.fs-title {
    font-size: 14px;
    color: #8aa624;
    margin-bottom: 15px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    margin-top: 0;
}

.steps {
    font-size: 14px;
    color: #497d59;
    background: #dbeac6;
    margin-bottom: 10px;
    margin-top: 0;
    text-align: center;
    padding: 5px 10px;
    border-radius: 8px;
    float: right;
    font-weight: bolder;
    width: 100%;
}

.fieldlabels {
    color: gray;
    text-align: left
}

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey;
    padding: 0;
}

#progressbar .active {
    color: #8aa624;
}

#progressbar li {
    list-style-type: none;
    font-size: 15px;
    width: 20%;
    float: left;
    position: relative;
    font-weight: 400;
}

#progressbar #doors::before {
    font-family: "Font Awesome 5 Free";
    content: url("/assets/images/icons/box-solid.svg");
    padding: 7px;
}

#progressbar #shipper::before {
    font-family: "Font Awesome 5 Free";
    content: url("/assets/images/icons/shipper.svg");
    padding: 7px;
}

#progressbar #delivery::before {
    font-family: "Font Awesome 5 Free";
    content: url("/assets/images/icons/delivery.svg");
    padding: 7px;
}
#progressbar #recipient::before {
    font-family: "Font Awesome 6 Free";
    content: url("/assets/images/icons/recipient.svg");
    padding: 7px;
}

#progressbar #payment::before {
    font-family: "Font Awesome 5 Free";
    content: '\f09d';
}

#progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 20px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px
}

#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: #8aa624;
}

.progress {
    height: 15px;
    margin-bottom: 8px;
}

.progress-bar {
    background-color: #8aa624;
}

#hub, #home, #otherPayment, #visma {
    width: 20px !important;
    height: 20px !important;
    border-radius: 20px !important;
    padding: 0 !important;
    color: #000 !important;
}
#hub:focus, #home:focus, #otherPayment:focus, #visma:focus {
    border: 2px solid #fff !important;
}

.courierLogin{
    background-color: #8aa627;
    border-radius: 30px;
    border: 2px solid #8aa627;
    padding: 10px 15px;
    color: white;
    font-size: 14px;
}
#termsAndConditions .nav-item {
width: 50%;
}
ol {
counter-reset: item;
text-align: left;
padding: 0;
}
li{ display: block }
.lokerikko-ol li:before {
    content: counters(item, ".") " "; counter-increment: item
}
.lokerikko-bold {
    font-weight: bolder;
    margin-bottom: 10px;
}
.lokerikko-terms-first p,
.lokerikko-terms-first li,
.lokerikko-terms-second p,
.lokerikko-terms-second li,
.lokerikko-terms-third p,
.lokerikko-terms-third li{
    margin-bottom: 10px;
    padding-left: 10px;
    text-align: justify;
}
.lokerikko-instructions {
    font-weight: bolder;
    text-align: center !important;
    color: #497d59;
}
.ml-1 {
    margin-left: 10px;
}
.ml-2 {
    margin-left: 20px;
}
.nav-item{
    width: 100%;
}
.courierLogin {
    padding: 10px 15px;
}
.btnDescription {
    padding-left: 10px;
}
.show {
    opacity: 1;
}
.modal-content {
    border-radius: 16px;
    border: none;
}
.modal-header {
    background-color: #8aa627;
    color: #fff;
    font-size: medium;
    border-radius: 16px 16px 0 0;
    justify-content: space-between;
}
.modal-title {
    text-align: center;
    text-transform: uppercase;
}
.modal-body {
    padding: 20px;
    text-align: center;
}
/******************** PIN MODAL **************************/
.displayScreen {
    border: 2px solid darkgrey;
    border-radius: 16px;
    padding: 10px;
    margin-bottom: 5px;
    font-size: 30px;
    color: #383d41;
    display: grid;
    grid-template-columns: 10% auto 10%;
    grid-gap: 5px;
    align-items: center;
}
.numbersContainer {
    padding: 30px 55px 10px 55px;
}
.modal .display {
    line-height: 4rem;
}
.pinContainer {
    display: grid;
    grid-template-columns: auto auto auto;
    grid-gap: 5px;
}
.pin-number-container {
    border-bottom: 2px solid grey;
}
.clearDisplay {
    display: inline-block;
    font-size: x-large;
    height: auto;
    cursor: pointer;
    color: var(--color-primary-text);
}

.pin-number {
    text-align: center;
}

.pin-number span {
    display: inline-block;
    background-color: var(--color-xModeBackground);
    color: var(--color-primary-text);
    padding: 20px;
    width: 100%;
    border-radius: 16px;
    cursor: pointer;
    font-size: 30px;
    box-shadow: rgba(99, 99, 99, 0.2) 0 2px 8px 0;
}

.pin-number .pin-number-tapped {
    background-color: var(--color-primary);
}

#pinModal .modal-button {
    margin-top: 20px;
    font-weight: 400;
    border-radius: 50px;
    padding: 10px;
    width: 100%;
    font-size: 24px;
    background-color: var(--color-primary) !important;
    box-shadow: var(--color-boxShadow-light);
}
#pinFail {
    color: red;
}
.first-row {
    display: grid;
    grid-template-columns: auto auto auto;
    grid-gap: 10px;
}

.item-zero {
    grid-column: 2;
}
#pinFailSymbol {
    visibility: hidden;
    color: red;
}
#open-with-pin {
    margin-top: 10px;
    color: #fff;
    padding: 20px !important;
}
#open-with-pin:hover {
    color: var(--color-primary);
    background-color: #fff;
    border: 2px solid var(--color-primary);
}
/***********************/
#qrcodeModal .fa-qrcode {
font-size: 80px;
}
.input-group-addon {
    padding: 7px 20px;
    color: #fff;
    border-radius: 16px;
    border: 1px solid #8aa627;
    background-color: #8aa627;
}
.admin-door-toggle-normal {
margin-bottom: 10px;
}
.button-login {
    float: right;
}
.modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0.3;
}
.demoLogin {
    background-color: #8aa627;
    border-radius: 30px;
    color: #fff;
    font-weight: bold;
    padding: 10px 20px;
    border: 2px solid #8aa627;
}
.normalLogin {
    padding: 0;
}
.demoLogin:hover {
    background-color: #fff;
    color: #8aa627;
}
#loginEmail, #loginPassword {
    height: 40px;
}
#loginBtn {
    padding: 10px 30px;
}
.form-control {
    border-radius: 8px;
    border: 1px solid #8aa627;
    height: 40px;
}
.close {
    font-size: 40px;
    opacity: .5;
}
.modeDiv {
    border-bottom: 3px solid #8aa627;
    padding: 0 20px;
    margin: 10px 0;
}
.x-used {
    padding: 10px;
    text-align: center;
    margin-bottom: 10px;
}
.x-mode {
    background-color: #fff;
    color: #8aa627;
    border-radius: 16px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;
    align-items: center;
}
.modeTitle {
    color: #8aa627;
    text-align: left;
    text-transform: uppercase;
}
.manager-button, .normal-button {
    text-transform: uppercase;
}
.h-100 {
    height: 100% !important;
}
.imgCard {
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.imgCard img{
    width: 100px;
    height: auto;
    padding: 10px;
}
.imgCard svg {
    padding: 10px;
}
.card-body {
    flex: 1 1 auto;
    display: block;
    padding: 20px 0;
    color: #fff;
    background-color: #8aa627;
    width: 100%;
    border-radius: 0 0 16px 16px;
}
.form-control:focus {
    border-color: #8aa627;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
    box-shadow: inset 0 1px 1px rgb(0, 0, 0, .1), 0 0 8px rgba(138, 166, 39, .6);
}
.summary-container {
padding: 15px;
word-break: break-word;
}
.d-grid-summary {
display: grid;
grid-template-columns: 78% 20%;
grid-gap: 10px;
}

.border-top {
    border-top: 2px solid #8aa627;
}
.py-1 {
padding-top: 1rem;
padding-bottom: 1rem;
}
.total {
color: #8aa627;
font-weight: bolder;
}
.d-flex-extra {
display: flex;
flex-direction: column;
}

/******************************Generic overlay**********************************/
#genericOverlay {
    display: block;
    position: fixed;
    z-index: 3000;
    width: calc(100%);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    margin: auto;
    transition: 0.3s;
    background: rgba(0, 0, 0, 0.5);
}
/*******************************/ /*Generic overlay*/ /****************************************/
.customFlatPickerConfirm {
    width: 200px;
    padding: 15px;
    background: var(--color-positive);
    visibility: visible;
    color: white;
    margin-left: -1px;
    margin-right: -1px;
    border-radius: 20px;
    margin-top: 20px;
}
.currentContainerDatePicker {
    height: 100%;
    margin: auto;
    width: fit-content;
    position: relative;
    top: 50%;
    transform: translateY(-20%);
}

.flatpickr-day.selected {
    background: #8aa627 !important;
    border-color: #8aa627 !important;
}
/*********** MANAGER PAGE ******************/
.align-items-center {
    align-items: center;
}
.justify-content-center {
    justify-content: center;
}
.d-grid-processes {
    display: grid;
    grid-template-columns: 30% 70%;
    grid-gap: 5px;
}
.d-grid-4 {
    display: grid;
    grid-template-columns: auto auto auto auto;
    grid-gap: 5px;
}
.back_btn_wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.back_btn {
    width: 35px;
}

.back_btn_label {
    text-transform: uppercase;
    color: #8aa627;
    font-size: 20px;
}

.bg-light {
    background-color: #fff !important;
    padding: 20px;
    border-radius: 0 0 16px 16px;
    border-top: 2px solid #8aa627;
}

.process {
    background: #fff;
    padding: 20px;
    border-radius: 16px;
    border: 2px solid #8aa627;
    text-align: center;
    margin-bottom: 5px;
    margin-top: 5px;
}
.process-description {
    text-align: left;
}
.process a {
    color: #8aa627;
}
.process-workflow > svg {
    max-width: 60px;
    height: auto;
}
.x-used {
    padding: 0;
}
.open-workflow {
    color: var(--color-dark);
    text-decoration: none;
}
.open-workflow:hover {
    color: #497d59;
    cursor: pointer;
}
.workflow-title {
    margin-top: 5px;
}

.validateEmailButton {
    padding: 10px 15px;
    background-color: #8aa627;
    color: #fff;
    text-transform: uppercase;
    border-radius: 30px;
    border: 2px solid #8aa627;
    margin-top: 5px;
}
.validateEmailButton:hover {
    background-color: #fff;
    color: #8aa627;
    margin-top: 5px;
}

.popupLegend {
    border-bottom: 2px solid #497d59;
    margin: 12px;
}

.popupLegend span {
    font-weight: bold;
    color: #497d59;
    padding: 0 20px 20px 20px;
    background-color: #fff;
    margin-left: 10px;
}
.twitter-typeahead {
    display: flex !important;
    margin-bottom: 5px;
}
.modal.in .modal-dialog {
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
}
.close {
    background: transparent;
    border: none;
    color: #fff;
}
.btn-primary {
    text-align: center;
    text-transform: uppercase;
}
.allOrdersBtn {
    width: 100%;
    padding: 4px 15px !important;
    height: 40px;
}
.requestTitle {
    text-align: center;
    text-transform: uppercase;
}
.extend-process, .change-recipient {
    border: 2px solid #8aa627;
    font-size: inherit;
    text-transform: uppercase;
    color: #8aa627;
    text-align: left;
    border-radius: 8px;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.workflow-title {
    color: #8aa627;
}
.process-workflow-page {
    background-color: #fff;
    padding: 20px;
    border-radius: 16px;
    box-shadow: rgba(99, 99, 99, 0.2) 0 2px 8px 0;
    text-align: center;
}
.process-workflow-openlink {
    text-align: left;
}
/***********PAYMENT SUCCESS******************/
#successPage {
    background-color: #8aa627;
}
.paymentSuccessContainer {
    display: flex;
    justify-content: center;
}
.paymentSuccess {
    color: #fff;
    border: 9px solid;
    width: 120px;
    height: 120px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}
.successCard {
    background-color: white;
    border-radius: 16px;
    box-shadow: rgba(0, 0, 0, 0.35) 0 5px 15px;
    padding: 20px;
}
.successBtn {
    float: right;
}
.successBtn:hover {
    text-decoration: none;
}
.successDeposit, .errorDeposit {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 16px;
    padding: 20px;
    box-shadow: rgba(99, 99, 99, 0.2) 0 2px 8px 0;
}
.successDeposit i {
    color: #8aa627;
}
.errorDeposit i {
    color: #b71c1c;
}
.message {
    padding-left: 20px;
    word-break: break-word;
}
h3 {
    margin-bottom: 20px;
}
/***********PAYMENT CANCEL******************/
#cancelPage {
    background-color: #b71c1c;
}
.paymentCancelContainer {
    display: flex;
    justify-content: center;
}
.paymentCancel {
    color: #fff;
    border: 9px solid;
    width: 120px;
    height: 120px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}
.cancelCard {
    background-color: white;
    border-radius: 16px;
    box-shadow: rgba(0, 0, 0, 0.35) 0 5px 15px;
    padding: 20px;
}
/***********MANAGER PROCESS*****************/
.request-orderId p{
    font-weight: bolder;
}
.orderId {
    width: 100%;
    margin-bottom: 10px;
    margin-top: 18px;
    border: 1px solid #8aa627;
    border-radius: 8px;
    height: 40px;
}
.open-lock {
    margin-bottom: 10px;
}
.open-lock, .request-process-data {
    display: flex;
    align-items: center;
}
.dataTables_wrapper {
    overflow-x: auto;
    font-size: 13px;
}
.d-grid-form-buttons {
    display: grid;
    grid-template-columns: 49% 49%;
    grid-gap: 3px;
}
.d-grid-lockResult {
    display: grid;
    grid-gap: 3px;
    grid-template-columns: auto auto;
}
#demoLogins {
    display: flex;
    justify-content: center;
    margin-bottom: 5px;
}
.demoLogin {
    width: 100%;
}
.additionalInfoKey {
    font-weight: bolder;
    color: #497d59;
}
.additionalInfoKey span{
    word-break: break-word;
}
.shipperInfo {
    text-align: left;
}
.processDebugShow {
    grid-column: 3;
}
.processDebug {
    margin-top: 5px;
}
.parcelInfo {
order: 1;
}
/***********MEDIA QUERIES ******************/
@media screen and (min-width: 1024px) {
    .d-grid-form {
        grid-template-columns: auto auto;
    }
}
@media screen and (max-width: 1024px) {
    .steps {
        width: 70%;
    }
    .totalInfo {
        padding: 0;
    }
}
@media screen and (max-width: 768px) {
    .paymentTable {
        margin-top: 10px;
    }
    .container {
        max-width: 768px;
    }
    .title {
        margin-top: 0;
    }
    #progressbar strong {
        word-break: break-word;
    }
    .doorsGrid {
        grid-gap: 5px;
    }
    .summaryTitle {
        padding: 15px;
    }
    .d-grid-form {
        grid-template-columns: auto;
    }
}
@media screen and (max-width: 576px) {
    .container {
        max-width: 576px;
        margin-top: 10px;
        display: flex;
        flex-direction: column;
    }
    #progressbar strong {
        font-size: 12px;
        word-break: break-word;
        padding: 5px;
    }
    .title {
        margin-top: 0;
        margin-bottom: 10px;
        font-size: 24px;
    }
    .subtitle {
        margin-bottom: 10px;
    }
    .doorsGrid {
        grid-template-columns: auto auto auto auto;
        grid-gap: 3px;
    }
    .fs-title {
        word-break: break-word;
        margin-bottom: 5px;
    }
    #msform .action-button, #submitFormBtn {
        width: 35%;
        margin-top: 10px;
        font-size: 14px;
    }
    .summaryTitle {
        font-size: 14px;
        padding: 10px;
    }
    .d-grid-form {
        grid-template-columns: auto;
    }
    .mb-1 {
        margin-bottom: 0;
    }
    #msform .action-button-previous {
        margin-top: 10px;
        font-size: 14px;
    }
    .mt-2 {
        margin-top: 10px;
    }
    .notSelected {
        padding: 20px 10px;
    }
    .d-grid-3 {
        grid-template-columns: auto auto auto;
        grid-gap: 5px;
    }
    .manager-button, .normal-button {
        font-size: 12px;
    }
    .bg-light {
        padding: 15px;
    }
    .extend-process, .change-recipient {
        font-size: 12px;
    }
    .text-left {
        font-size: 14px;
    }
    .col-xs-12, .col-xs-7, .col-xs-5 {
        padding: 0;
    }
    #msform fieldset {
        padding: 10px;
    }
    .managerForm {
        padding: 15px;
    }
    .btn-primary {
        font-size: 14px;
        padding: 5px 8px;
    }
    .imgCard {
        height: 120px;
    }
    .card-body {
        padding: 15px 0;
    }
    .manager-button, .normal-button {
        font-size: 14px;
    }
    .totalInfo {
        order: 2;
    }
    .stepForm {
        order: 3;
    }
    .successCard {
        text-align: center;
    }
}
@media screen and (max-width: 425px) {
    .parcelInfo {
    order: 0;
    }
    .addressContainer {
    margin-top: 5px;
    }
    .deliveryContainer, .pickupContainer {
    grid-template-columns: auto;
    }
    .container {
        max-width: 425px;
        margin-top: 10px;
    }
    #progressbar li:before {
        width: 45px;
        height: 45px;
    }
    #progressbar strong {
        font-size: 12px;
        word-break: break-word;
        padding: 5px;
    }
    #progressbar #doors::before {
        padding: 7px;
        content: url('/assets/images/icons/box-solid.svg');
    }
    #progressbar #doors>img {
        width: 35px;
        height: 35px;
    }
    #progressbar li:before {
        line-height: 38px;
        font-size: 25px;
    }
    #progressbar #delivery::before {
        padding: 5px;
        content: url('/assets/images/icons/delivery.svg');
    }
    .title {
        margin-top: 0;
        margin-bottom: 10px;
        font-size: 20px;
    }
    .subtitle {
        margin-bottom: 10px;
        font-size: 16px;
    }
    .doorsGrid {
        grid-template-columns: auto auto auto;
        grid-gap: 3px;
    }
    .fs-title {
        word-break: break-word;
        margin-bottom: 5px;
    }
    .steps {
        margin-bottom: 5px;
    }
    #msform .action-button, #submitFormBtn {
        width: 35%;
        margin-top: 5px;
        font-size: 12px;
    }
    .summaryTitle {
        font-size: 14px;
        padding: 10px;
    }
    .d-grid-form {
        grid-template-columns: auto;
    }
    .mb-1 {
        margin-bottom: 0;
    }
    #msform .action-button-previous {
        margin-top: 5px;
        font-size: 12px;
    }
    .mt-2 {
        margin-top: 10px;
    }
    .notSelected {
        padding: 20px 10px;
    }
    .payBtn {
        margin-top: 5px;
        font-size: 12px !important;
    }
    .d-grid-3 {
        grid-template-columns: auto auto;
        grid-gap: 5px;
    }
    .manager-button, .normal-button {
        font-size: 12px;
    }
    .bg-light {
        padding: 15px;
    }
    .extend-process, .change-recipient {
        font-size: 12px;
    }
    .text-left {
        font-size: 14px;
    }
    .col-xs-12, .col-xs-7, .col-xs-5 {
        padding: 0;
    }
    #msform fieldset {
        padding: 10px;
    }
    .managerForm {
        padding: 15px;
    }
    .btn-primary {
        font-size: 14px;
        padding: 5px 8px;
    }
    .user-email {
        display: none;
    }
    .imgCard {
        height: 120px;
    }
    .card-body {
        padding: 15px 0;
    }
    .d-grid-4 {
        grid-template-columns: auto;
    }
    .process-description {
        text-align: center;
        font-size: 14px;
    }
    .modal-title {
        font-size: 16px;
    }
    .request-orderId p {
        font-size: 14px;
    }
    #requestLockModal .modal-dialog {
        margin-top: 175px;
    }
    #requestLockModal .modal-body {
        padding: 10px;
    }
    .workflow-description {
        text-align: center;
        margin-top: 10px;
    }
    .totalInfo {
        order: 2;
    }
    .stepForm {
        order: 3;
    }
    .successCard {
        text-align: center;
    }
    .doorSize {
        min-height: auto;
    }
}
@media screen and (max-width: 375px) {
    #progressbar li:before {
        width: 45px;
        height: 45px;
    }
    #progressbar strong {
        font-size: 12px;
        word-break: break-word;
        padding: 5px;
    }
    #progressbar #doors::before {
        padding: 7px;
        content: url('/assets/images/icons/box-solid.svg');
    }
    #progressbar #doors>img {
        width: 35px;
        height: 35px;
    }
    #progressbar li:before {
        line-height: 38px;
        font-size: 25px;
    }
    #progressbar #delivery::before {
        padding: 5px;
        content: url('/assets/images/icons/delivery.svg');
    }
    .title {
        margin-top: 0;
        margin-bottom: 10px;
        font-size: 20px;
    }
    .subtitle {
        margin-bottom: 10px;
        font-size: 16px;
    }
    .doorsGrid {
        grid-template-columns: auto auto auto;
        grid-gap: 3px;
    }
    .fs-title {
        word-break: break-word;
        margin-bottom: 5px;
    }
    .steps {
        margin-bottom: 5px;
    }
    #msform .action-button, #submitFormBtn {
        width: 35%;
        margin-top: 5px;
        font-size: 12px;
    }
    .summaryTitle {
        font-size: 14px;
        padding: 10px;
    }
    .d-grid-form {
        grid-template-columns: auto;
    }
    .mb-1 {
        margin-bottom: 0;
    }
    #msform .action-button-previous {
        margin-top: 5px;
        font-size: 12px;
    }
    .mt-2 {
        margin-top: 10px;
    }
    .notSelected {
        padding: 20px 10px;
    }
    .payBtn {
        margin-top: 5px;
        font-size: 12px !important;
    }
    .d-grid-3 {
        grid-template-columns: auto auto;
        grid-gap: 5px;
    }
    .manager-button, .normal-button {
        font-size: 12px;
    }
    .bg-light {
        padding: 15px;
    }
    .extend-process, .change-recipient {
        font-size: 12px;
    }
    .text-left {
        font-size: 14px;
    }
    .col-xs-12, .col-xs-7, .col-xs-5 {
        padding: 0;
    }
    #msform fieldset {
        padding: 10px;
    }
    .managerForm {
        padding: 15px;
    }
    .btn-primary {
        font-size: 14px;
        padding: 5px 8px;
    }
    .user-email {
        display: none;
    }
    .imgCard {
        height: 100px;
    }
    .imgCard svg {
        width: 80px;
        height: 80px;
    }
    .imgCard img {
        width: 80px;
        height: auto;
    }
    .card-body {
        padding: 10px 0;
    }
    .d-grid-4 {
        grid-template-columns: auto;
    }
    .process-description {
        text-align: center;
        font-size: 14px;
    }
    .modal-title {
        font-size: 16px;
    }
    .request-orderId p {
        font-size: 14px;
    }
    #requestLockModal .modal-dialog {
        margin-top: 175px;
    }
    #requestLockModal .modal-body {
        padding: 10px;
    }
    .workflow-description {
        text-align: center;
        margin-top: 10px;
    }
    .available-size-selected p:first-child, .doorSize, .doorAvailable {
        padding: 5px;
    }
    .container {
        max-width: 375px;
        display: flex;
        flex-direction: column;
        margin-top: 10px;
    }
    .totalInfo {
        order: 2;
    }
    .stepForm {
        order: 3;
    }
    .successCard {
        text-align: center;
    }
}

@media screen and (max-width: 320px) {
    .container {
        max-width: 320px;
        display: flex;
        flex-direction: column;
        margin-top: 10px;
    }
    .totalInfo {
        order: 2;
    }
    .stepForm {
        order: 3;
    }
    #progressbar li:before {
        width: 45px;
        height: 45px;
    }
    #progressbar strong {
        font-size: 12px;
        word-break: break-word;
        padding: 5px;
    }
    #progressbar #doors::before {
        padding: 7px;
        content: url('/assets/images/icons/box-solid.svg');
    }
    #progressbar #doors>img {
        width: 35px;
        height: 35px;
    }
    #progressbar li:before {
        line-height: 38px;
        font-size: 25px;
    }
    #progressbar #delivery::before {
        padding: 5px;
        content: url('/assets/images/icons/delivery.svg');
    }
    .title {
        margin-top: 0;
        margin-bottom: 10px;
        font-size: 20px;
    }
    .subtitle {
        margin-bottom: 10px;
        font-size: 16px;
    }
    .doorsGrid {
        grid-template-columns: auto auto auto;
        grid-gap: 3px;
    }
    .fs-title {
        word-break: break-word;
        margin-bottom: 5px;
    }
    .steps {
        margin-bottom: 5px;
    }
    #msform .action-button, #submitFormBtn {
        width: 35%;
        margin-top: 5px;
        font-size: 12px;
    }
    .summaryTitle {
        font-size: 14px;
        padding: 10px;
    }
    .d-grid-form {
        grid-template-columns: auto;
    }
    .mb-1 {
        margin-bottom: 0;
    }
    #msform .action-button-previous, #submitFormBtn {
        margin-top: 5px;
        font-size: 12px;
    }
    .mt-2 {
        margin-top: 10px;
    }
    .notSelected {
        padding: 20px 10px;
    }
    .payBtn {
        margin-top: 5px;
        font-size: 12px !important;
    }
    .d-grid-3 {
        grid-template-columns: auto auto;
        grid-gap: 5px;
    }
    .manager-button, .normal-button {
        font-size: 12px;
    }
    .bg-light {
        padding: 15px;
    }
    .extend-process, .change-recipient {
        font-size: 12px;
    }
    .text-left {
        font-size: 14px;
    }
    .col-xs-12, .col-xs-7, .col-xs-5 {
        padding: 0;
    }
    #msform fieldset {
        padding: 10px;
    }
    .managerForm {
        padding: 15px;
    }
    .btn-primary {
        font-size: 14px;
        padding: 5px 8px;
    }
    .imgCard {
        height: 100px;
    }
    .card-body {
        padding: 10px 0;
    }
    .d-grid-4 {
        grid-template-columns: auto;
    }
    .process-description {
        text-align: center;
        font-size: 14px;
    }
    .modal-title {
        font-size: 16px;
    }
    .request-orderId p {
        font-size: 14px;
    }
    #requestLockModal .modal-dialog {
        margin-top: 175px;
    }
    #requestLockModal .modal-body {
        padding: 10px;
    }
    .workflow-description {
        text-align: center;
        margin-top: 10px;
    }
    .available-size-selected p:first-child, .doorAvailable {
        padding: 5px;
    }
    .successCard {
        text-align: center;
    }
}
#msform .error {
    color: #8aa624;
}