#po_css {
    /*MASSAB STYLES*/
    /* Track */
    /* Handle */
    /* Handle on hover */
    /*Background color*/
    /*form styles*/
    /*Hide all except first fieldset*/
    /*Blue Buttons*/
    /*Previous Buttons*/
    /*Dropdown List Exp Date*/
    /*The background card*/
    /*FieldSet headings*/
    /*progressbar*/
    /*Icons in the ProgressBar*/
    /*ProgressBar before any progress*/
    /*ProgressBar connectors*/
    /*Color number of the step and the connector before it*/
    /*Imaged Radio Buttons*/
    /*Fit image in bootstrap div*/
}

#po_css body {
    margin: 0;
}

#po_css h1 {
    width: 100%;
    text-align: center;
}

#po_css .container {
    display: flex;
    flex: 0 0 100%;
    justify-content: center;
}

#po_css .modal-header .close {
    font-size: 23px;
}

#po_css #staticBackdrop h5 {
    font-size: 21px;
    /* font-size: 1.5rem; */
}

#po_css #staticBackdrop p {
    font-size: 16px;
}

#po_css ::-webkit-scrollbar {
    width: 8px;
}

#po_css ::-webkit-scrollbar-track {
    background: #f1f1f1;
}

#po_css ::-webkit-scrollbar-thumb {
    background: #888;
}

#po_css ::-webkit-scrollbar-thumb:hover {
    background: #555;
}

#po_css * {
    margin: 0;
    padding: 0;
}

#po_css html {
    height: 100%;
}

#po_css #grad1 {
    background-color: #9C27B0;
    background-image: linear-gradient(120deg, #FF4081, #81D4FA);
}

#po_css #msform {
    text-align: center;
    position: relative;
    margin-top: 20px;
}

#po_css #msform fieldset .form-card {
    /* background: white; */
    border: 0 none;
    border-radius: 0;
    /* box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2); */
    padding: 10px 10px 0px;
    box-sizing: border-box;
    width: 94%;
    margin: 0px 0px 0px 15px;
    /*stacking fieldsets above each other*/
    position: relative;
}

#po_css #msform fieldset {
    background: white;
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
    /*stacking fieldsets above each other*/
    position: relative;
}

#po_css #msform fieldset:not(:first-of-type) {
    display: none;
}

#po_css #msform fieldset .form-card {
    text-align: left;
    color: #9E9E9E;
}

#po_css #msform input,
#po_css #msform textarea {
    padding: 0 8px 4px;
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    margin-bottom: 25px;
    width: 100%;
    box-sizing: border-box;
    /* font-family: montserrat; */
    color: #2C3E50;
    font-size: 16px;
    letter-spacing: 1px;
}

#po_css #msform input:focus,
#po_css #msform textarea:focus {
    box-shadow: none !important;
    border: none;
    font-weight: bold;
    border-bottom: 2px solid #008060;
    outline-width: 0;
}

#po_css #msform .action-button {
    width: 100px;
    background: #008060;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
}

#po_css #msform .action-button:hover,
#po_css #msform .action-button:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #008060;
}

#po_css #msform .action-button-previous {
    width: 100px;
    background: #616161;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
}

#po_css #msform .action-button-previous:hover,
#po_css #msform .action-button-previous:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #616161;
}

#po_css select.list-dt {
    border: none;
    outline: 0;
    border-bottom: 1px solid #ccc;
    padding: 2px 5px 3px;
    margin: 2px;
}

#po_css select.list-dt:focus {
    border-bottom: 2px solid #008060;
}

#po_css .card {
    z-index: 0;
    border: none;
    border-radius: 0.5rem;
    position: relative;
}

#po_css .fs-title {
    font-size: 25px;
    color: #2C3E50;
    margin-bottom: 10px;
    font-weight: bold;
    text-align: left;
}

#po_css #progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey;
}

#po_css #progressbar .active {
    color: #000000;
}

#po_css #progressbar li {
    list-style-type: none;
    font-size: 12px;
    width: 25%;
    float: left;
    position: relative;
}

#po_css #progressbar #PoInfo:before {
    font-family: FontAwesome;
    content: "\f05a";
}

#po_css #progressbar #shippingInfo:before {
    font-family: FontAwesome;
    content: "\f0d1";
}

#po_css #progressbar #billingInfo:before {
    font-family: FontAwesome;
    content: "\f09d";
}

#po_css #progressbar #confirm:before {
    font-family: FontAwesome;
    content: "\f00c";
}

#po_css #progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 18px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px;
    padding: 2px;
}

#po_css #progressbar li:after {
    content: "";
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1;
}

#po_css #progressbar li.active:before,
#po_css #progressbar li.active:after {
    background: #008060;
}

#po_css .radio-group {
    position: relative;
    margin-bottom: 25px;
}

#po_css .radio {
    display: inline-block;
    width: 204;
    height: 104;
    border-radius: 0;
    background: lightblue;
    box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    cursor: pointer;
    margin: 8px 2px;
}

#po_css .radio:hover {
    box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.3);
}

#po_css .radio.selected {
    box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.1);
}

#po_css .fit-image {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

#po_css div#staticBackdrop {
    background: rgba(54, 40, 47, 0.5);
}

#po_css .add_quantities_to_exact {
    width: 100px;
    background: #008060;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0;
    cursor: pointer;
    padding: 10px 5px;
    margin: 0 0 10px 10px;
    font-size: 15px;
}

#po_css #staticBackdrop {
    z-index: 999999999999999999999 !important;
}

.swal2-container.swal2-center.swal2-backdrop-show {
    z-index: 9999999999999999999999 !important;
}
