@import url('https://fonts.googleapis.com/css2?family=Cabin:wght@400;500;600&display=swap');

@font-face {
  font-family: 'Open Sans';
  src: url('./fonts/OpenSans-Regular.ttf') format('truetype'),
       url('./fonts/OpenSans-Bold.ttf') format('truetype'),
       url('./fonts/OpenSans-BoldItalic.ttf') format('truetype'),
       url('./fonts/OpenSans-ExtraBoldItalic.ttf') format('truetype'),
       url('./fonts/OpenSans-Italic.ttf') format('truetype'),
       url('./fonts/OpenSans-Light.ttf') format('truetype'),
       url('./fonts/OpenSans-LightItalic.ttf') format('truetype'),
       url('./fonts/OpenSans-SemiBoldItalic.ttf') format('truetype');

}

@font-face {
  font-family: 'Open Sans Bold';
  src:  url('./fonts/OpenSans-SemiBold.ttf') format('truetype'),
        url('./fonts/OpenSans-Bold.ttf') format('truetype'),
}

#alert {
    padding: 6px 0;
    background: #ed1c24;
    margin: 0;
    border: solid #fff;
    border-width: 0 0 1px 0;
    color: white;
    text-align: center;
    font-size: 15px;
    font-family: Cabin;
}

#alert span {
    font-size: 16px;
    margin-right: 15px;
}

.blue {
  color: #488afb;
}

body {
    font-family: 'Open Sans', sans-serif;
    position: relative;
}

body.modal-open {
    width: 100%!important;
}

.button-container {
    text-align: center;
    width: 100%;
}

.case {
    text-transform: capitalize;
}

#close-hidden {
    display: none;
}

#continue-1 {
    width: 345px;
    padding: 11px 15px;
    font-size: 22px;
    line-height: 50px;
    /* text-transform: uppercase; */
    transition: all 0.3s;
    border-radius: 2px;
    color: #fff;
    background-color: #2a76f1;
    border: 1px solid #2a76f1;
    box-shadow: none;
    font-weight: bold;
}

#continue-2 {
 width: 345px;
    padding: 11px 15px;
    font-size: 22px;
    line-height: 50px;
    /* text-transform: uppercase; */
    transition: all 0.3s;
    border-radius: 2px;
    color: #fff;
    background-color: #2a76f1;
    border: 1px solid #2a76f1;
    box-shadow: none;
    font-weight: bold;
}

#continue-1:hover, #continue-2:hover {
    transform: scale(1.1);
}

#disclosures {
    width: 100%;
    font-size: 13px;
    text-align: center;
    position: relative;
    z-index: 10000;
    background: white;
}

.disclosure-small {
    font-size: 11px;
    text-align: center;
    line-height: 1.4;
    color: #888 !important;
    font-family: 'Open Sans', sans-serif !important;
    width: 400px;
    margin: 0 auto 15px auto;
    font-weight: 400 !important;
    margin-top: 10px;
    text-decoration: none!important;
}

a {
    /* text-decoration: none!important; */
    color: #888 !important;
    text-decoration: underline;
}

form {
    width:100%;
}

#footer {
    background-color: #212730;
    color: #848484 !important;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    padding: 10px;
    text-align: center;
    font-size: 12px;
}

#footer a {
    color: white;
    margin: 0px 5px;
}

.found-modal {
    text-align: center;
}

.found-modal p {
    font-family: 'Lato', sans-serif;
    color: #212529 !important;
    font-weight: bold;
    font-size: 17px !important;
    margin-bottom: 30px;
}

.header {
    height: 100%;
    width: 100%;
}

#header {
    background: #01548a;
    height: 63px;
    padding: 5px;
    position: relative;
}

#header img {
    margin-top: -5px;
}

.header-text {
    color: white;
    font-size: 20px;
    margin-top: 25px;
    line-height: 51px;
    padding-left: 10px;
}

.hide {
    display: none;
}

#icon-holder-usps {
    width: 100px;
    background: #01548a url('../images/icon-usps.png') center center no-repeat;
}

#icon-holder-fedex {
    width: 100px;
    background: #8349c3 url('../images/icon-fedex.png') center center no-repeat;
}

#icon-holder-ups {
    width: 100px;
    background: #423332 url('../images/icon-ups.png') center center no-repeat;
}

#icon-holder img {
    width: 100%;
}

.info-header {
    font-weight: 500;
    padding: 10px 0px;
}

.info-text {
    font-weight: 300;
}

#info-section-one {
    padding: 10px;
    background-color: #1851a8;
    color: white;
}

#info-section-two {
    padding: 20px;
    background-color: white;
    color: black;
    text-align: center;
    font-weight: 500!important;
}

.info-image img {
    width: 100%;
    border-radius: 25px;
    margin-bottom: 15px;
}

input {
    height: 100%!important;
    font-size: 28px!important;
    /* width: 80%!important; */
    border-radius: 0px!important;
    border: 1px solid #2ab8ea;
}

.input-group {
    font-size: 28px;
    height: 100px;
    /* padding: 0px 150px 0px 0px; */
    width: 80%;
    margin: auto;
}

.input-group button {
    background: #f28400;
    border: 1px solid #f28400;
    color: #fff;
    font-size: 23px;
    border-radius: 0px!important;
}

.input-group button:hover {
    background: #79c51a!important;
    border: 1px solid #79c51a;
}

.loading-modal {
    border-radius: 10px;
    text-align: left;
    padding: 25px 25px;
}

.loading-modal h4 {
    font-weight: 400!important;
}


#middle-container {
    min-height: 500px;
    background: #f7f8f9;
    font-size: 16px;
    line-height: 19px;
    padding: 50px 0;
    font-family: 'Cabin', sans-serif;
}

#middle-container .container {
    width: 1000px;
    margin: 0 auto;
    max-width: 100%;
}

#middle-container h1 {
    font-size: 28px;
    line-height: 32px;
    margin: 0 0 25px 0;
    font-weight: 500;
}

#middle-container h2 {
    font-size: 30px;
}

.modal-dialog {
    margin: 100px auto;
}

.modal-lg {
    width: 715px;
}

.modal-text {
  color: black;
  font-size: 22px;
  width: 367px;
  font-weight: 400;
  padding-top: 25px;
  padding-left: 25px;
  font-family: Helvetica, Arial, Sans-Serif;
  line-height: 25px;
}

.modal-content {
    border-radius: 10px!important;
}

.modal h3 {
    font-size: 36px;
    /* font-weight: 600; */
    color: #684229;
    margin-top: 25px;
    margin-bottom: 25px;
    font-family: Cabin;
}

#not-found h3 {
    color:#684229;
    font-size: 36px;
    text-align: center;
}

.not-found-modal {
    background: white;
    /* width: 55%; */
    /* height: 300px; */
    border-radius: 10px;
    margin: auto auto;
    text-align: center;
    /* padding: 50px 25px; */
}

.not-found-modal p {
    color: #212529 !important;
    font-weight: bold;
    font-size: 17px !important;
    margin-bottom: 30px;
    margin-top: 30px;
    font-family: 'Lato', sans-serif;
}

p{
    margin: 0 0 10px;
}

.package-found {
    font-size: 36px;
    font-weight: bold;
    color: #684229;
    margin-bottom: 25px!important;
}

.package-data {
    margin: 0;
    font-size: 13px;
    line-height: 20px;
    color: #777;
    height: 80px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.progress {
    height: 50px;
    background: #2b180c;
}

.progress .progress-bar {
    -moz-animation-name: animateBar;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: ease-in;
    -moz-animation-duration: 4s;

    -webkit-animation-name: animateBar;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease-in;
    -webkit-animation-duration: 4s;

    animation-name: animateBar;
    animation-iteration-count: 1;
    animation-timing-function: ease-in;
    animation-duration: 4s;
}

    @-moz-keyframes animateBar {
        0% {-moz-transform: translateX(-100%);}
        100% {-moz-transform: translateX(0);}
    }
    @-webkit-keyframes animateBar {
        0% {-webkit-transform: translateX(-100%);}
        100% {-webkit-transform: translateX(0);}
    }
    @keyframes animateBar {
        0% {transform: translateX(-100%);}
        100% {transform: translateX(0);}
    }

.progress-bar-success {
    background-color: #684229!important;
}

.right {
    text-align: right;
    float: right;
    padding-top: 5px;
}

.services {
    border: 1px solid #dee1e6;
    padding: 10px;
    background: #fcfdff;
    margin: 0 0 30px 0;
}

.services h4 {
    font-size: 17px;
    padding: 0 0 10px 0;
    margin: 0;
}

.services-table {
    margin: 15px 0 5px 0;
    width: 100%;
}

.services-table th, .services-table td {
    font-size: 12px;
    line-height: 12px;
    padding: 8px 0;
    vertical-align: top;
    border-bottom: 1px solid #dee1e6;
}

.show {
    display: inline-block;
}

.spinner-grow {
	height: 20px!important;
	width: 20px!important;
  margin-bottom: 25px;
}

#status {
    text-transform: uppercase;
    margin-top: 15px;
}

#status-code {
    display: none;
}

#tracking {
    height: 60vh;
    background: #0072bc;
    padding-top: 110px;
    /* padding-left: 150px; */
}

#tracking h1 {
    padding: 0 0 20px 0;
    margin: 0 0 5px 0;
    font-size: 30px;
    color: #fff;
    font-weight: 500;
    width: 80%;
    margin: auto;
}

@media only screen and (max-width: 767px) {
    .modal.fade .modal-dialog {
        margin: 15px 0px;
    }
}

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

    #disclosures {
        padding: 10px;
    }

    .disclosure-small {
        width: 100%!important;
        margin-bottom: 25px!important;
    }

    form {
        width: 100%;
    }

    #header .right {
        display: none!important;
    }

    .input-group {
        height: 100px;
        padding: 0px 0px 0px 0px;
    }

    .loading-modal h4 {
        font-size: 18px!important;
    }

    .modal-lg {
        width: 650px!important;
    }

    #status {
        font-size: 12px;
    }

    #track {
        width: 100%!important;
    }

    #tracking-number {
        font-size: 18px!important;
    }

}

@media (min-width: 576px){
    .modal-dialog {
        max-width: 767px;
    }
}
#lightbox {
    position: absolute;
    top: 100px;
    width: 810px;
    left: 50%;
    margin-left: -405px;
    display: none;
    z-index: 99999;
}

table {
    display: table;
    border-collapse: separate;
    border-spacing: 0;
    border-color: gray;
}

tbody {
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
}

tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}

td,
th {
    display: table-cell;
    vertical-align: inherit;
}

.lbContent {
    background-color: #fff;
    border-radius: 14px;
}

.lbTitle {
    color: #000;
    font-size: 34px;
    font-weight: 700;
    line-height: 40px;
}

a:link {
    /* text-decoration: underline; */
    /* color: #000; */
}

.buttonLB {
    font-family: "Arial", Helvetica, sans-serif;
    background-color: #247aec;
    background: linear-gradient(#247aec);
    border-radius: 8px;
    border: 0px solid #102c24;
    outline: 0;
    width: 380px;
    height: 64px;
    color: #fff;
    text-shadow: 2px 2px 4px rgb(0 0 0 / 45%);
    padding: 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 28px;
    font-weight: 700;
    cursor: pointer;
    transition: all .2s ease-in-out;
    box-shadow: 5px 5px 8px rgb(0 0 0 / 25%);
}

.stepsText {
    color: #727171;
    font-size: 12px;
    font-weight: 400;
}

strong,
b {
    font-weight: bold;
}

#install-overlay {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99998;
    background: rgba(16, 12, 12, 0.7);
    position: fixed;
    opacity: 1;
    pointer-events: none;
    display: none;
}