/* GUEST APP */

.title-primary{
    font-weight: bold;
    font-stretch: normal;
    font-family: "GothamBold";
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: #5f51a1;
}
.td-width-summary{
    width: 180px;
}

.button-primary-invert-guest-app-modal{
    width: 200px;
    border-radius: 4px;
    border: solid 1px #5f51a1;
    background-color: #ffffff;
    color :#5f51a1 !important;
    font-family: "GothamBold";
    cursor : pointer;
  }

  .button-primary-invert-guest-app-modal:hover{
    width: 200px;
    border-radius: 4px;
    border: solid 1px #5f51a1;
    background-color: #5f51a1;
    color :#ffffff !important;
    font-family: "GothamBold";
    cursor : pointer;
  }
  
.button-primary-guest-app-modal{
    width: 200px;
    border-radius: 4px;
    background-color: #5f51a1;
    color : white !important;
    font-family: "GothamBold";
    cursor : pointer;
    margin-left : 10px;
}

.button-primary-guest-app-modal:hover{
    width: 200px;
    border-radius: 4px;
    background-color: #fff;
    color : #5f51a1 !important;
    font-family: "GothamBold";
    cursor : pointer;
    margin-left : 10px;
    border-color: #5f51a1;
}


.modal-tc{
    text-align: "left";
    float:left; 
}

.modal-tc ol{
    padding-left: 10px;
}

.modal-tc li{
    font-size: 14px;
    margin-left: 0px;
    text-align: left;
    font-family: 'GothamBook';
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.83;
    letter-spacing: normal;
    color: #424143;
}

.modal-p{
    padding-left: 0px;
    font-size: 14px;
    margin-left: 0px;
    color : #424143;
}


.header-custom-modal {
    float : left;
    font-weight: bold;
}

.column-text{
    display: inline-flex;
}

.paxel-text{
    font-weight: bold;
    color: #5f51a1;
}

.red-text{
    font-weight: bold;
    color: #ff434f;
}
.red-text-normal{
    color: #ff434f;
}
.orange-text{
    font-weight: bold;
    color : #ffb003;
}
.text-scretch{
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: normal;
}
.grey-text{
    color : #9b9b9b
}
.list-height-payment{
    line-height: 32.5px;
}

.normal-text{
    font-weight: normal;
    color: #414042;
}
.bold-text{
    font-weight: bold;
    color : "#414042"
}
.gotham-bold{
    font-weight: bold;
    font-family: "GothamBold";
}
.title-red{
    font-weight: bold;
    font-stretch: normal;
    font-family: "GothamBold";
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: #ff434f;
}

.map-style{
    padding: 1px 0 0;
    border-radius: 8px;
}
.button-primary-guest-app{
  width: 315px;
  border-radius: 4px;
  background-color: #5f51a1;
  font-family: "GothamBold";
  color : white !important;
  cursor : pointer;
}
.button-primary-guest-app:hover{
    width: 315px;
    border-radius: 4px;
    background-color: white;
    font-family: "GothamBold";
    color : #5f51a1 !important;
    cursor : pointer;
    border-color: #5f51a1;
  }

.button-end-modal{
    min-width: 100%;
    height: 48px;
    border-radius: 4px;
    background-color: #5e50a1;
    color: #fff;
    font-weight : bold;
}

.button-end-modal:hover{
    min-width: 100%;
    height: 48px;
    border-radius: 4px;
    background-color: #fff;
    color: #5e50a1;
    font-weight : bold;
    border-color: #5e50a1;
}

.wizard-step {
    font-size: 18px;
    font-weight: 500;
    margin-right: 0px;
    cursor: pointer;
    font-style: normal;
    line-height: normal;
    font-stretch: normal;
    letter-spacing: normal;
    font-family: "Gotham-Medium";
  }

.wizard-step.active {
    color: #ffb003;
}


.wizard-step.disabled {
    color: #cccccd;
}
.create-shipment-new-wizard {
    margin-left: 6%;
    margin-bottom: 5%;
}
.wizard-step img {
    margin-right: 0px;
}

.wizard-step.wizard-next:before {
    content: "";
    display: inline-block;
    min-width: 125px;
    vertical-align: middle;
}
  
.wizard-line:before {
  border-bottom: 4px solid #dedede;
}


.wizard-line-active:before{
  border-bottom: 4px solid #ffb003;
}
  
.wizard-step .wizard-info {
  vertical-align: middle;
}

.wizard-text {
    font-family: 'GothamBook';
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #929293;
    margin-top: 5%;
}
.wizard-text-active{
    font-family: 'GothamBook';
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #5e50a1;
    margin-top: 5%;
}
.line-wizard {
    content: "";
    display: inline-block;
    min-width: 125px;
    vertical-align: middle;
    border-bottom: 4px solid #e0e3ec;
}

.line-wizard-active {
    content: "";
    display: inline-block;
    min-width: 125px;
    vertical-align: middle;
    border-bottom: 4px solid #ffb003;
}

.line-wizard-mini {
    content: "";
    display: inline-block;
    min-width: 40px;
    vertical-align: middle;
    border-bottom: 4px solid #e0e3ec;
}

.line-wizard-mini-active {
    content: "";
    display: inline-block;
    min-width: 45px;
    vertical-align: middle;
    border-bottom: 4px solid #ffb003;
}

.circle1 {
    background: #e0e3ec;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    position: relative;
    left: 125px;
    top: 25px;
}
.circle2 {
    background: #e0e3ec;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    position: relative;
    left: 150px;
    top: 25px;
}
.circle1-active {
    background: #ffb003;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    position: relative;
    left: 125px;
    top: 25px;
}
.circle2-active {
    background: #ffb003;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    position: relative;
    left: 150px;
    top: 25px;
}

.time-item{
    font-size: 12px;
}
.cursor-pointer {
    cursor: pointer;
}
.item-type-list{
    max-height: 300px;
    overflow-y: scroll;
}
.item-type-item{
    max-height: 45px;
    font-size: 12px;
}
.time-item-selected{
    border: solid 0.5px #dedede;
    background-color: #ebeaf3;
}

.time-item-disabled{
    color : #ff434f;
    border: solid 0.5px #dedede;
    background-color: #fdd1d4;
    pointer-events: none;
}

.button-primary-invert-guest-app{
  width : 315px;
  border-radius: 4px;
  border: solid 1px #5f51a1;
  background-color: #ffffff;
  color :#5f51a1 !important;
  font-family: "GothamBold";
  cursor : pointer;
}

.button-primary-invert-guest-app:hover{
    width : 315px;
    border-radius: 4px;
    border: solid 1px #5f51a1;
    background-color: #5f51a1;
    color :#ffffff !important;
    font-family: "GothamBold";
    cursor : pointer;
  }

.input-box { 
    position: relative; 
  }
  
.input-item { 
    display: block; 
    border: 1px solid #d7d6d6; 
    background: #fff; 
    padding: 10px 10px 10px 45px; 
}
  
.unit { 
    position: absolute; 
    display: block; 
    left: 15px; 
    top: 10px; 
    z-index: 9; 
    font-size:16px;
}

.guest-app label{
    font-size: 12px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #414042;  
}

.guest-app input {
  height: 36px;
  margin: 5px 0 0;
  border-radius: 4px;
  border: solid 1px #ebeaf3;
  background-color: #ffffff;
}

.line-grey{
    height: 1px;
    width : 100%;
    border: solid 1px #e0e3ec;
    margin-bottom: 10px;
}


.guest-app {
    margin-top: 20px;
    background: #f9f9fb;
    min-height: 300px;
    font-family: "GothamBook";
}

.guest-app-row {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.color-paxel {
    color: #5e50a1 !important;
}
.centerFlex {
    align-items: center;
    display: flex;
    justify-content: center;
}
.rectangle-box{
    border-radius: 4px;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    padding: 20px 20px 20px;
}
.rectangle-transparent{
    padding: 20px 20px 20px;
}
.rectangle-box-payment-header{
    border-radius: 4px;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    padding: 20px 20px 6px;
}
.rectangle-box-grey{
    border-radius: 4px;
    /* box-shadow: 0 0 8px 0 rgb(0 0 0 / 10%); */
    background-color: #f3f2f8;
    padding: 8px 5px 6px;
}

.rectangle-box-grey-full{
    /* box-shadow: 0 0 8px 0 rgb(0 0 0 / 10%); */
    background-color: #f3f2f8; 
    margin: 15px 0 0;
    padding: 10px 15px;
    border-radius: 4px;
}

.rectangle-wrapper{
    max-width: 650px;
    min-width: 650px;
    min-height: 599px;
    margin: 100px 30px 100px;
}

.select-margin {
    margin-bottom: 28px;
}

.select-box {
    margin: 0;
    width: 100%;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    border-radius: 0.25rem;
    padding: 0.375rem 0.75rem;
    height: calc(1.5em + 0.75rem + 2px);
    display: block;
    cursor: pointer;
    color: #414042;
    overflow: visible;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid #dedede;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.select-box-grey {
    margin: 0;
    width: 100%;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    border-radius: 0.25rem;
    padding: 0.375rem 0.75rem;
    height: calc(1.5em + 0.75rem + 2px);
    display: block;
    cursor: pointer;
    color: #414042;
    overflow: visible;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
    background-color: #f3f2f8;
    background-clip: padding-box;
    border: 1px solid #dedede;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.select-box-grey-extra-packaging {
    margin: 0;
    width: 100%;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    border-radius: 0.25rem;
    padding: 0.375rem 0.75rem;
    display: block;
    cursor: pointer;
    color: #414042;
    overflow: visible;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
    background-color: #f3f2f8;
    background-clip: padding-box;
    border: 1px solid #dedede;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.select-box-wrapper {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
}

.select-box-placeholder {
    font-size: 12px;
    color: #414042;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-stretch: normal;
    letter-spacing: normal;
    font-family: "GothamBook";
}

.select-box-placeholder-extra{
    font-size: 12px;
    color: #414042;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-stretch: normal;
    letter-spacing: normal;
    font-family: "GothamBook";
}
.caret-with-checkbox{
    position: relative;
    bottom: 30px;
}

.select-box-text-middle {
    vertical-align: middle;
}

.select-box-text-middle-full {
    vertical-align: middle;
}

.select-box-placeholder-caret img {
  vertical-align: top;
  float :right;
}

.select-box-placeholder.selected {
  font-size: 14px;
  font-weight: 500;
  color: #414042;
  font-style: normal;
  line-height: normal;
  font-stretch: normal;
  letter-spacing: normal;
  font-family: "Gotham-Medium";
}

.package-size-box-container {
    min-width: 540px;
    min-height: 95px;
    margin: 11px 1px 0 0;
    padding: 10px 20px 11px 15px;
    border-radius: 4px;
    background-color: #f3f2f8;
}
.package-size-box img {
    max-width: 80px;
}
.package-size-box{
    padding : 6px;
    border-radius: 8px;
    box-shadow: 2px 2px 10px 0 rgba(218, 218, 218, 0.5);
    background-color: #ffffff;
}

.prepend-box {
    border: 1px solid #ebeaf3;
    margin-top: 4px;
}

.modal-content-container .extra-packaging-list-counter {
    display: flex;
    flex-wrap: nowrap;
}

.extra-packaging-list-counter {
    display: flex;
    flex-wrap: nowrap;
    float : right;
}

.counter-extrapackging {
  cursor: pointer;
  height: 30px;
  padding: 3px 8px;
  color: #5e50a1;
  border-radius: 50%;
  background-color: #ededf5;
}

.counter-value {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.2px;
  color: #424143;
  font-style: normal;
  line-height: normal;
  font-stretch: normal;
  font-family: "GothamBook";
  padding-top: 8px;
  padding-left: 7px;
  padding-right: 7px;
}
.extra-packaging-list {
    border : none;

}

.uppercase {
    text-transform: uppercase;
}
.container-checkbox {
    display: block;
    position: relative;
    padding-left: 35px;
    padding-top: 2px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius:2px;
  }
  
  /* Hide the browser's default checkbox */
  .container-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
    border-radius:2px;
  }
  
  /* Create a custom checkbox */
  .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: solid 1px #e3e3e3;
    border-radius:5px;
  }
  
  /* On mouse-over, add a grey background color */
  .container-checkbox:hover input ~ .checkmark {
    background-color: #5e50a1;
  }
  
  /* When the checkbox is checked, add a blue background */
  .container-checkbox input:checked ~ .checkmark {
    background-color: #5e50a1;
  }
  
  /* Create the checkmark/indicator (hidden when not checked) */
  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  
  /* Show the checkmark when checked */
  .container-checkbox input:checked ~ .checkmark:after {
    display: block;
  }
  
  /* Style the checkmark/indicator */
  .container-checkbox .checkmark:after {
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


.container-radio {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  .container-radio.snap {
    margin-bottom: 1rem;
  }

  .container-radio.snap > div {
    border-bottom: thin solid #e0e3ec;
  }

  .container-radio.snap > div > p {
    width: 100%;
  }
  
  /* Hide the browser's default radio button */
  .container-radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
  }
  
  /* Create a custom radio button */
  .radiomark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
  }

  .radiomark.snap {
    top: 14px;
    height: 20px;
    width: 20px;
  }
  
  /* On mouse-over, add a grey background color */
  .container-radio:hover input ~ .radiomark {
    background-color: #ccc;
  }
  
  /* When the radio button is checked, add a blue background */
  .container-radio input:checked ~ .radiomark {
    background-color: #5e50a1;
  }
  
  /* Create the indicator (the dot/circle - hidden when not checked) */
  .radiomark:after {
    content: "";
    position: absolute;
    display: none;
  }
  
  .process-shipment-title{
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #424143;
    font-family: 'GothamBook';
    margin-bottom: 20px;
  }

  .email-box {
    margin: 10px 86.5px 10px 85.5px;
    padding: 0 14px 0 17px;
    border-radius: 2px;
    background-color: #efeef6;
  }

  .process-shipment-subtitle{
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    color: #929293;
    font-family: 'GothamBook';
    font-size: 12px;
  }
  /* Show the indicator (dot/circle) when checked */
  .container-radio input:checked ~ .radiomark:after {
    display: block;
  }
  
    /* Style the indicator (dot/circle) */
    .container-radio .radiomark:after {
        top: 9px;
        left: 9px;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: white;
    }

    .container-radio.snap .radiomark:after {
        top: 6px;
        left: 6px;
    }

    .modal-title-p{
        font-family: 'GothamBook';
        font-size: 16px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: 0.26px;
        color: #424143;
    }

    .modal-subtitle-p{
        font-family: 'GothamBook';
        font-size: 12px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: 0.26px;
        color: #929293;
    }

    .modal-content-information {
        height: 70px;
        padding: 16px 55px;
        display: flex;
        flex-wrap: nowrap;
        background-color: #f9f9fb;
      }
      .modal-content-information img {
        margin-right: 16px;
        width: 20px;
      }

      .modal-content-information .information-text {
        font-size: 10px;
        line-height: 16px;
        color: #5e50a1;
        align-self: center;
        font-style: normal;
        font-weight: normal;
        font-stretch: normal;
        letter-spacing: normal;
        font-family: "GothamBook";
      }
      .append-box-map{
        position: relative;
        /* top: 50px;
        z-index: 1;
        right: 5px; */
        border-radius: 4px;
        box-shadow: 2px 2px 10px 0 rgb(206 206 206 / 50%);
        border: solid 1px #ebeaf3;
        background-color: #ffffff;
        margin-top: 4px;
     }
     .span-additional {
        float: right;
        font-size: 12px;
        font-weight: bold;
        padding-top: 2px;
        padding-right: 5px;
     }

     .box-food {
        margin: 20px 0;
        padding: 0 10px 0 0;
        border-radius: 6px;
        background-color: #f3f2f8;
     }

     .text-food {
        margin-bottom: 0px;
        padding-bottom: 0px;
        line-height: 1.6;
        font-size:12px;
     }

     .custom-size-subtitle{
        font-family: 'GothamBook';
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.5;
        letter-spacing: normal;
        color: #424143;
     }

     .dimension-size {        
        font-size: 10px;
        font-weight: 300;
        cursor: none;
        color: #929293;
        font-style: normal;
        line-height: normal;
        font-stretch: normal;
        letter-spacing: normal;
        font-family: "Gotham-Book";
     }

     .mini-box-detail{
        padding: 0 0 12px;
        border-radius: 4px;
        border: solid 1px #ebeaf3;
        background-color: #ffffff;
      }

      .email-tooltip{
        background-color: #fff4dc;
        color: #4a4a4a;
        border-radius: 8px;
        padding: 0px 15px;
        width: 100%;
        margin-top: 0px;
        font-size: 14px;
        font-family: 'GothamBook';  
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.8;
        letter-spacing: normal;
        position: absolute;
        top: 100%;
        -webkit-box-shadow: 0 2px 10px rgb(0 0 0 / 30%);
        box-shadow: 0 2px 10px rgb(0 0 0 / 30%);
        z-index: 1000;
      }

      .email-tooltip:before {
        content: "";
        border-left: 8px dashed transparent;
        border-right: 8px dashed transparent;
        border-bottom: 16px dashed #fff4dc;
        position: absolute;
        top: -15px;
        left: 32px;
    }

      .hidden {
        display: none;
      }

     .bottom-bar-box {
        padding: 15px 32px 15px 23px;
        border-radius: 8px;
        background-color: #f3f2f8;
        min-height: 70px;
        position: relative;
        bottom: 10px;
        font-family: "GothamBook";
        font-size: 14px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.67;
        letter-spacing: normal;
        color: #414042;
     }

    .wrapper-horizontal {
        width:calc(100% - 40px);
        height:60px;
        background-color:#ffffff;
        padding:0 60px;
        margin-top:7px;
        font-family:helvetica;
        overflow:hidden;
        position:relative;
        z-index:99; 
    }
    .btn-item {
        font-family: 'GothamBook' !important;
    }
    .box-error {
        border-width: 2px;
        border-color: red;
        border-style: solid;
    }
    .arrowx {
        display:block;
        width:60px;
        height:60px;
        line-height :60px;
        text-align : center;
        background-color : #ffffff;
        font-weight :bold;
        cursor: pointer;
        position: absolute;
        top: 0;
        z-index:101;
    }

    .arrowx:first-of-type {
        left:0;
    }

    
    .nav-horizontal {
        width:auto;
        height:60px;
        overflow:hidden;
        list-style-type:none;
        white-space:nowrap;
        transition:2.0s;
        scroll-behavior: smooth;
    }

    .nav-horizontal li {
        display:inline-block;
        height:60px;
        line-height:60px;
        font-size:13px;
        padding:0 0px;
    }

    
    .pickup-button {
        width : 100%;
        border-radius: 4px;
        height: 33px;
        border: solid 2px #dedede;
        background-color: #ffffff;
        font-family: "Gotham-Book";
        font-size: 12px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #929293;
    }

    .pickup-button-active {
        width : 100%;
        height: 33px;
        border: solid 2px #dedede;;
        font-family: "Gotham-Book";
        font-size: 12px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        border-radius: 4px;
        background-color: #5e50a1;
        color: #ffff;
    }
  
    .map-input-text{
        position: relative;
        /* top: 50px;
        z-index: 1; */
        width: 550px;
        margin-left: 3% !important;
        border-radius: 4px;
        box-shadow: 2px 2px 10px 0 rgba(206, 206, 206, 0.5);
        border: solid 1px #ebeaf3;
    }

    .menu-pickup-time-wrapper {
        position: relative;
        max-width: 500px;
        height: 50px;
        margin: 1em auto;
        overflow-x: hidden;
        overflow-y: hidden;
    }
    
    .menu-pickup-time {
        height: 90px;
        box-sizing: border-box;
        white-space: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
    }

    .menu-pickup-time .item {
        display: inline-block;
        width: 100px;
        height: 100%; 
        padding-bottom: 1em;
        box-sizing: border-box;
        padding-top: 1em;
        padding-left: 1em;
    }
    
    .paddles{
        cursor: pointer;
    }
    
    .paddle {
        position: absolute;
        top: 0;
        bottom: 0;
        width: 3em;
    }

    .left-paddle {
        left: 0;
        background-color: #fff;
        border: none;
    }

    .right-paddle {
        right: 0;
        background-color: #fff;
        border: none;
    }

    .hidden-pickup-time {
        display: none;
    }
    
    .print-pickup-time {
        margin: auto;
        max-width: 500px;
    }
    
    .print-pickup-time span {
        display: inline-block;
        width: 100px;
    }

@media screen and (max-width:770px){
    .wizard-text{
        display: none;
    } 
    
    .wizard-text-active{
        display: none;
    }

}

@media screen and (max-width: 600px){
    
    .rectangle-box{
        border-radius: 4px;
        box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
        background-color: #ffffff;
        padding: 20px 20px 20px;
    }

    .font-responsive {
        font-size: 11px;
    }

    .select-box-placeholder {
        font-size: 10px;
        color: #414042;
        font-style: normal;
        font-weight: normal;
        line-height: normal;
        font-stretch: normal;
        letter-spacing: normal;
        font-family: "GothamBook";
    }

    .select-box-placeholder-extra{
        font-size: 7px;
        color: #414042;
        font-style: normal;
        font-weight: normal;
        line-height: normal;
        font-stretch: normal;
        letter-spacing: normal;
        font-family: "GothamBook";
    }

    .guest-app label{
        font-size: 10px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #414042;  
    }

    .email-box{
        border-radius: 2px;
        background-color: #ffff;
    }
    
    .f16 {
        font-size : 14px !important;
    }

    .rectangle-wrapper{
        min-width: 350px;
        min-height: 599px;
        margin: 100px 30px 100px;
        padding: 20px 20px 20px;
    }
    .map-input-text{
        position: relative;
        /* top: 50px;
        z-index: 1; */
        width: 230px;
        margin-left: 3% !important;
        border-radius: 4px;
        box-shadow: 2px 2px 10px 0 rgba(206, 206, 206, 0.5);
        border: solid 1px #ebeaf3;
    }

    .button-primary-guest-app-modal{
        width: 200px;
        border-radius: 4px;
        background-color: #5f51a1;
        color : white !important;
        font-family: "GothamBold";
        cursor : pointer;
        margin-left : 0px;
    }

    .button-primary-guest-app-modal:hover{
        width: 200px;
        border-radius: 4px;
        background-color: #fff;
        color : #5f51a1 !important;
        font-family: "GothamBold";
        cursor : pointer;
        margin-left : 0px;
        border-color: #5f51a1;
    }

    .package-size-box-container {
        min-width: 274px;
        min-height: 95px;
        margin: 11px 1px 0 0;
        padding: 6px 0px 0px 0px;
        border-radius: 4px;
        background-color: #f3f2f8;
    }

    .line-wizard {
        content: "";
        display: inline-block;
        min-width: 40px;
        vertical-align: middle;
        border-bottom: 4px solid #e0e3ec;
    }
    
    .line-wizard-active {
        content: "";
        display: inline-block;
        min-width: 40px;
        vertical-align: middle;
        border-bottom: 4px solid #ffb003;
    }
    
    .line-wizard-mini {
        content: "";
        display: inline-block;
        min-width: 25px;
        vertical-align: middle;
        border-bottom: 4px solid #e0e3ec;
    }
    
    .line-wizard-mini-active {
        content: "";
        display: inline-block;
        min-width: 25px;
        vertical-align: middle;
        border-bottom: 4px solid #ffb003;
    }
    
    .circle1 {
        background: #e0e3ec;
        border-radius: 50%;
        width: 15px;
        height: 15px;;
        position: relative;
        left: 70px;
        top: 23px;
    }
    .circle2 {
        background: #e0e3ec;
        border-radius: 50%;
        width: 15px;
        height: 15px;
        position: relative;
        left: 78px;
        top: 23px
    }
    .circle1-active {
        background: #ffb003;
        border-radius: 50%;
        width: 15px;
        height: 15px;;
        position: relative;
        left: 70px;
        top: 23px;
    }
    .circle2-active {
        background: #ffb003;
        border-radius: 50%;
        width: 15px;
        height: 15px;
        position: relative;
        left: 78px;
        top: 23px
    }
    .wizard-text{
        display: none;
    } 

    .wizard-text-active{
        display: none;
    }

    .create-shipment-new-wizard {
        margin-left: 6%;
        margin-bottom: 10%;
    }
}
.f10 {
    font-size : 10px;
}

.f12 {
    font-size : 12px;
}

.f13 {
    font-size : 13px;
}

.f14 {
    font-size : 14px;
}

.f16 {
    font-size : 16px;
}

.f20 {
    font-size : 20px;
}
/* add Admin Fee UA20-2245 */
.buttonloading {
    color: white !important; /* White text */
}
.buttonloading.primary {
    color: #5f51a1 !important; /* purple text */
}
.button-primary-guest-app:hover >.buttonloading {
    color: #5f51a1 !important; /* purple text */
}
.tooltip-inner { /*change background tooltip */
    background-color: #424143;
}
.tooltip .arrow { /*remove arrow tooltip */
    display: none !important;
}
/* end of admin fee */

/* map info location loading */
.loadingonmap{
    font-size: 32px;
    color: #5f51a1 !important; /* purple text */
    text-align: center;
    margin-left: 50%;
}

