*,body{ 
    padding:0; 
    margin:0;
    font-family: Arial;
}

body {
    width: 100vw;
    height: 100vh;
    box-sizing: border-box;
    overflow:hidden;
    color:#30335a;
}

.container { 
    display:flex;
    flex-direction: row;
    width:100vw;
}

.sidebar {
    display:block;
    width: 13vw;
    height: 100vh;
    border-right: 1px solid #444;
    padding-top: 20px;
}

.sidebar a {
    display: block;
    margin: 24px 25px;
    text-decoration: none;
    color: #30335a;
    font-size: 1rem !important;
}

.sidebar a:hover, .sidebar a:active, .sidebar a:focus {
    font-weight: 600 !important;
}

.main { 
    display:block;
    width: 87vw;
    height: 100vh;
    padding: 0px;
    background-color: #F1F1F1;
}

.main .main_header {
    display:flex;
    width: 100%;
    border-bottom:1px solid #000;
    justify-content: stretch;
    align-items: stretch;
    padding: 10px 20px;
    margin: 10px 0px;
}

.main .main-container {
    display:inline-block;
    margin: 10px;
    padding: 10px;
    background-color: #FFF;
    border-radius: 10px;
    width: 98%;
    height: 80vh;
    overflow: hidden;
    box-sizing: border-box;
    overflow-y: auto;
    scrollbar-width: thin;
}

.main .main-container .main-container-header, .tab-holder {
    display:flex;
    justify-content: flex-start;
}

/*.main .main-container .main-container-body {
    display:inline-block;
    padding:10px;
    width:100%;
} */

.main .main-header-navbar {
    display: flex;
    padding: 0px;
    width: 100%;
    height: auto;
}

.login-logo,.admin-logo,
.main .main-header-navbar .main-header-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: 600;
    padding-left: 50px;
    width: 500px;
    height: 100px;
    margin-left: -5px;
    margin-top: 10px;

    background-image: url('/assets/img/logo.png');
    background-size: 85%;
    background-position: center center;
    background-repeat: no-repeat;

}

.login-logo {
    width: 300px;
    margin-left: -25px;
}

.admin-logo {
    background-image: url('/assets/img/logo2.png');
    width: 170px;
}

.overflowy {
    overflow-y:auto;
}

.graph-item {
    display:flex;
    flex-direction: column;
    width: 90%;
    height: 500px;
    margin: 20px 0px;
}

.graph-item-title {
    display: flex;
    width: 100%;
    height: 50px;
    font-size: 20px;
    font-weight: 600;
}

.graph-item-display {
    display: flex;
    width: 100%;
    height: 420px;
    font-size: 20px;
    font-weight: 600;
    border: 1px solid #888;
    border-radius: 4px; 
}

.printlabel-output {
    display:block;
    width: 400px;
    height: 600px;
    border: 2px solid #30335a;
}

.main .main-header-navbar .main-header-navbar-2 {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    padding: 0px;
    width: 270px;
    height: auto;
}


.main .main-header-navbar .main-header-navbar-holder{
    display: flex;
    padding: 10px;
    width: 100%;
    height: auto;
    justify-content: center;
    align-items: center;
}

.main .main-header-navbar .main-header-navbar-holder .tab,
.main .main-header-navbar .main-header-navbar-2 .tab{
    display: block;
    margin: 0px 10px;
    text-decoration:none;
    /*color: inherit;*/
    color: #30335a;

}
.main .main-header-navbar .main-header-navbar-holder .tab:hover,
.main .main-header-navbar .main-header-navbar-2 .tab:hover{
    color: #f98124;
}

.main .main-container .main-container-body {
    display: inline-block;
    padding: 10px;
    width: 100%;
    height: calc(100vh - 100px);
    overflow: hidden;
    overflow-y: auto;
    box-sizing: border-box;
    padding-bottom: 100px;
}

.tab {
    display: inline-block;
    padding: 10px 20px;
    cursor:pointer;
}

.main .main_header .main_header_title {
    display:flex;
    width: 100%;
}

.main .main_header .main_header_action_holder {
    display:flex;
}

.main .main_header .main_header_action_holder .action_btn{

    display:block;
    width: 30px;
    height: 30px;
    font-size: 30px;
    border: 1px solid #555;
    border-radius: 30px;
    text-align:center;
    cursor: pointer;
}

.main-header-holder { 
    display: flex;
    width: 100%;
    border:0px solid #000;
    box-sizing:border-box;
    padding: 10px;
}

.main-header-h1 {
    display:flex;
    width: 30%;
    padding: 10px;
}

.main-header-h2 {
    display:flex;
    justify-content: flex-end;
    width: 70%;
    padding: 10px;

}

.main-header-h2 .main-header-vertical-bar {
    border-left: 1px solid #888;
}

.main-container-body {
    display:block;
}

#getaquote_frm_2{
    position:relative;
    display:block;
    width:100%;
    height:auto;
    overflow:hidden;
    overflow-y: auto;
    scrollbar-width: thin;
    background-color: #FFF;
}

.tab-page {
    display:none;
    width: 100%;
    height: auto;
    flex-direction:column;
}

.active-tab-page {
    display:flex !important;
}

.active-tab {
    color: #30335a;
    font-weight: 600;
    text-decoration: underline;
}

.tab-credit-add-link{
    color:#30335a;
    text-decoration: underline;
    cursor:pointer;
}

.tab-row-1-col {
    display:flex;
    width: 100%;
    padding: 20px;
    height: auto;
    box-sizing: border-box;
    flex-direction:column;
}

.tab-credit-display {
    color:#30335a;
    font-size: 6rem;
}

.tab-row-3-col {
    display:flex;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}

.tab-row-2-col {
    display:flex;
    width: 100%;
    box-sizing: border-box;
}

.tab-row-col {
    padding: 20px;
    width: 100%;
}

.tab-row-title-02 {
    display:block;
    font-size: 1.1rem;
    width: 100%;
    font-weight: 600;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.margin-left-10 {
    margin-left: 10px;
}

.margin-left-20 {
    margin-left: 20px;
}

.row {
    display:block;
    width: 100%;
}

.col {
    display:block;
    width: 100%;
}

.store-item {
    display:flex;
    flex-direction: column;
    width: 220px;
    height:260px;
    border: 1px solid #888;
    margin: 5px;
}

.store-item-add-btn {
    display:flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 220px;
    height:260px;
    border: 10px dashed #EEE;
    margin: 5px;
    color: #EEE;
    box-sizing: border-box;
}

.store-item-add-btn:hover {
    border: 10px dashed #888;
    color: #888;
    cursor:pointer;
}

.container:has(.active-tab-page[data="onboard"]){
    width:100vw;
    padding:0px;
    .sidebar{ display:none; }
    .main { width: 100vw; }
}

.active-item {
    border: 2px solid #333;
}

.store-item .store-item-img{
    display:block;
    width: 220px;
    height:180px;
    border: 1px solid #888;
}

.store-item .store-item-title{
    display:flex;
    width: 220px;
    height:50px;
    justify-content: center;
    align-items: center;
    text-align:center;
    line-height: 40px;
    font-size: 16px;

}

.store-item .store-item-validation{
    display:flex;
    width: 220px;
    height:50px;
    justify-content: center;
    align-items: center;
    text-align:center;
    line-height: 40px;
    font-size: 14px;
    font-weight: 600;
    color: rgb(113, 180, 113);

}

.flex {
    display:flex !important;
    width: 100%;
}

.width-80 {
    width: 80%;
}

.width-20 {
    width: 30%;
}

.calendar {
    display:inline-block;
    width: auto;
    padding: 10px;
    border: 1px solid #888;
}

.tab-row-item-01-icon{
    display:flex;
    width: 50px;
    height: 50px;
    border-right: 1px solid #888;
    flex: 1;
}

.tab-row-item-01-action-btn{
    display:flex;
    width: 50px;
    height: 50px;
    border-left: 1px solid #888;
    flex: 1;
}

.tab-row-item-01-text{
    display:flex;
    width: autp;
    padding: 10px;
    justify-content: center;
    align-items: center;
    flex: 2;
}

.tab-row-item-01 {
    display:flex;
    border: 1px solid #888;
    padding: 0px;
    margin: 10px 0px;
}

.tab-row-item-02-icon{
    display:flex;
    width: 180px;
    height: 50px;
}

.tab-row-item-02-icon .btn-01{
    width: 180px;
    padding: 10px 20px;
}


.tab-row-item-02-action-btn{
    display:flex;
    width: 220px;
    height: 50px;
}

.tab-row-item-02-text{
    display:flex;
    width: autp;
    padding: 10px;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    flex-grow:1;
}


.tab-row-item-02 {
    display:flex;
    border: 1px solid #888;
    padding: 0px;
    margin: 10px 0px;
}

.tab-row-title {
    font-size: 1rem;
    font-weight: 500;
}

.tab-row-notification-01, .tab-row-add-account-link-01 {
    font-size: 0.9rem;
    cursor: pointer;
}

.flex-wrap{
    flex-wrap:wrap;
}


.flex-column{
    flex-direction:column;
}

.flex-column .label-01{
    width: 100%;
}

.flex-row{
    display:flex;
    flex-direction:row;
    width: 100%;
}

.flex-center {
    justify-content: center;
    align-items: center;
}

.width-200 {
    width: 200px;
}

.search-bar {
    display:block;
    border: 1px solid #888;
    width: calc(100% - 250px);
    padding: 10px 20px;
    box-sizing: border-box;
    color: #30335a;
    margin: 10px 0px;
}

.center {
    justify-content: center;
    align-items: center;
}

.border-01-grey {
    border: 1px solid #888;
}

.buy-label-csv-btn, .btn-01  {
    display:flex;
    justify-content: center;
    align-items: center;
    padding: 10px 20px;
    background-color:#f98124;
    color: #FFF;
    border-radius: 5px;
    margin-left: 10px;
    box-sizing: border-box;
    cursor: pointer;
    line-height: normal;
}

.buy-label-btn {
    display:inline-block;
    padding: 10px 20px;
    color: #30335a;
    border: 1px solid #888;
    border-radius: 5px;
    margin-left: 10px;
    cursor: pointer;
    background-color: #30335a;
    color:#FFF;
}

.help-btn {
    display:inline-block;
    padding: 10px 20px;
    color: #30335a;
    cursor: pointer;
}

fieldset {
    padding: 10px;
    width: 98%;
}

input[type="submit"]{
    padding: 10px 40px;
}

.container table {
    width: 100%;
}

.table-01 {
    display:block;
    table-layout: auto;
    height: 80vh;
    width: 97vw !important;
    border: 1px solid #888;
    border-collapse: collapse;
    overflow:auto;
    scrollbar-width: thin;
    border-radius: 4px;
}

tr {
    width: 100%; /* Ensure rows span the full width of the table */
}

tr:hover {
    background-color: #F4F4F4;
}

.table-01 th {
    position: sticky;
    top:0;
    font-weight: 500;
    background-color: #EEE;
    height:50px;
    color: #30335a;
    z-index: 2;
}

th {
    text-align: left;
    padding: 4px 10px;
    border: 1px solid #ddd;
    padding: 10px;
    text-align: left;
}

td {
    text-align: left;
    border: 1px solid #ddd;
    padding: 4px 10px;
    line-height: normal;
    height: min(45px, 8%, 0.5vh);
    word-wrap: break-word;
}

#adduser-frm {
    display: block;
    height: 600px !important;
    top: 150px !important;
    margin-top: auto !important;
}

.markup-fields {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 10px;
    border-bottom: 1px solid #30335a;
}

.markup-fields div:first-child {
    display:flex;
    justify-content: flex-start;
    align-items: center;
    height:100%;
    flex:1;
}

#addcard-frm, #addecheck-frm {
    height: 80vh !important;
}

.float-form {
    position: absolute;
    display: block;
    width: 500px;
    height: auto;
    top: 10px;
    left: 50%;
    margin-left: -250px;
    border: 1px solid #888;
    z-index: 4;
    background-color: #FFF;
    overflow: hidden;
    overflow-y: auto;
    box-sizing: border-box;
    scrollbar-width: thin;
    padding-bottom: 20px;
}

.flex-2-column {
    display:flex;
    width: 100%;
    justify-content: stretch;
}

.flex-2-column span{
    display:flex;
    width: 80px;
    text-align: left;
    justify-content: center;
    align-items: center;    
}

.flex-2-column-2 span{
    display:flex;
    width: 300px;
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;    
}

.flex-2-column select{
    padding: 15px 20px !important;
}

.flex-2-column .main-header-navbar-left-panex select,
.flex-2-column .main-header-navbar-left-panex input[type="text"],
.flex-2-column .main-header-navbar-left-panex input[type="password"],
.flex-2-column .main-header-navbar-left-panex input[type="number"]{
    width: 460px;
    padding: 15px 20px;
    box-sizing: border-box;
}

.flex-2-column select,
.flex-2-column input[type="text"],
.flex-2-column input[type="date"],
.flex-2-column input[type="password"],
.flex-2-column input[type="number"]{
    width: 330px;
    padding: 15px 20px;
    box-sizing: border-box;
}

.flex-3-column {
    display:flex;
    margin-bottom: 100px;
}

.flex-col1 {
    width: 33%;
    flex: 1;
    box-sizing: border-box;
    border: 0px solid #999;
    padding:5px;
    overflow:hidden;
    overflow-y:auto;
    scrollbar-width: thin;
}

.flex-col1 fieldset{
    display: block;
    width: 100% !important;
    box-sizing: border-box;
    border-radius: 4px;
}

.flex-s1{
    display:flex;
    justify-content: center;
    align-items:center;
    flex: 1;
}

.service_checkbox {
    display:inline-block;
    border-radius: 4px;
    border: 1px solid #EEE;
    padding: 10px 20px;
    margin: 5px;
}

.width-100 {
    width: 150px !important;
}

.width-50 {
    width: 50px !important;
}

.bl-5 {
    border-left: 5px solid #BBB;
    padding-left: 10px;
}

.rate-item {
    display:flex;
    width: 100%;
    height: 50px;
    padding:0px;
    border: 1px solid #999;
    margin: 10px 0px;
    border-radius: 4px;
}

.rate-item-ico {
    display:inline-block;
    width: 50px;
    height: 50px;
}

.rate-item-text {
    display:flex;
    flex: 1;
    font-size: 0.9rem;
    justify-content: flex-start;;
    align-items: center;
    height: 50px;
}

.rate-item-price {
    display:flex;
    flex: 1;
    justify-content: flex-end;
    align-items: center;
    width: 80px;
    height: 50px;
    padding-right: 5px;
    box-sizing: border-box;
}

.float-form-2 {
    position:absolute;
    display:block;
    width: 1200px;
    height: 100%;
    top: 10px;
    left: 50%;
    margin-left: -600px;
    border: 1px solid #888;
    z-index: 6;
    background-color: #FFF;
    overflow: hidden;
    overflow-y: auto;
    box-sizing: border-box;
    scrollbar-width: thin;
    background-color: #FFF;
    border:1px solid #AAA;
    border-radius: 4px;

    .footer-holder{
        position: fixed;
        display: flex;
        bottom: 0px;
        background-color: #FFF;
        height: 70px;
        padding: 10px;
        width: 1200px;
        box-sizing: border-box;
        overflow: auto;
        border: 1px solid #DDD;
    }

}


.float-form-5 {
    position:fixed;
    display:block;
    width: 300px;
    height: calc(100vh - 350px);
    bottom: 0px;
    right: 0px;
    border: 1px solid #888;
    z-index: 4;
    background-color: #FFF;
    overflow: hidden;
    overflow-y: auto;
    box-sizing: border-box;
    scrollbar-width: thin;
    background-color: #FFF;
    border:1px solid #AAA;
    border-radius: 4px;

    input[type='text'],select,input[type="number"],input[type="date"]{
        display:inline-block;
        padding: 8px 12px;
        border-radius: 5px;
        border: 1px solid #888;
    }

    .footer-holder {
        width: 100%;
        border-top:1px solid #888;
    }

    .page-container .page-header-row {
        height: auto;
    }

    .flex-row {
        display:flex;
        padding: 10px 0px;
        justify-content: stretch;
        align-items:flex-start;
        flex:1;

        h1{
            display: block;
            font-size: 18px;
            width: 100%;
            border-bottom: 1px solid #AAA;
            padding-bottom: 12px;
        }
    }

    .flex-column-container{
        display:flex;
        margin:20px 10px;
        padding: 10px;
        flex-direction: column;
        border: 1px solid #AAA;
        padding-bottom: 20px;
        border-radius: 5px;
        justify-content: flex-start;
        align-items: stretch;
        flex:1;        
    }

    .flex-column {
        display:flex;
        margin:10px 0px;
        justify-content: flex-start;
        align-items: stretch;
        flex:1;
    }

    .w70p {
        width: 70%;
        flex: 2;
    }

    .flex-end{
        display:flex;
        justify-content: flex-end;
    }

    .w30p {
        width: 30%;
        flex: 1;
    }

    .w20p {
        width: 30%;
        flex: 1;
    }

    .w80p {
        width: 30%;
        flex: 4;
    }

    .w90p {
        width: 30%;
        flex: 7;
    }

    .pad5 {
        padding: 5px;
    }

    .relative{
        position:relative;
    }

    .flex-3-column {
        margin-bottom: 0px;
    }

    .order-rate-holder {
        position:absolute;
        display:block;
        bottom:-11px;
        right:10px;
        width: 550px;
        height: 150px;
        background-color: #FFF;
        border: 1px solid #888;
        border-radius: 5px;
    }

    .center {
        display:flex;
        justify-content: center;
        align-items: center;
    }
}

.float-form-4 {
    position:fixed;
    display:block;
    width: 100vw;
    height: 100vh;
    top: 0px;
    left: 0px;
    border: 1px solid #888;
    z-index: 4;
    background-color: #FFF;
    overflow: hidden;
    overflow-y: auto;
    box-sizing: border-box;
    scrollbar-width: thin;
    background-color: #FFF;
    border:1px solid #AAA;
    border-radius: 4px;

    input[type='text'],select,input[type="number"],input[type="date"]{
        display:inline-block;
        padding: 8px 12px;
        border-radius: 5px;
        border: 1px solid #888;
    }

    .footer-holder {
        width: 100%;
        border-top:1px solid #888;
    }

    .flex-row {
        display:flex;
        padding: 10px 0px;
        justify-content: stretch;
        align-items:flex-start;
        flex:1;

        h1{
            display: block;
            font-size: 18px;
            width: 100%;
            border-bottom: 1px solid #AAA;
            padding-bottom: 12px;
        }
    }

    .flex-column-container{
        display:flex;
        margin:20px 10px;
        padding: 10px;
        flex-direction: column;
        border: 1px solid #AAA;
        padding-bottom: 20px;
        border-radius: 5px;
        justify-content: flex-start;
        align-items: stretch;
        flex:1;        
    }

    .flex-column {
        display:flex;
        margin:20px 0px;
        justify-content: flex-start;
        align-items: stretch;
        flex:1;
    }

    .center {
        display:flex;
        justify-content: center;
        align-items: center;
    }

    .w70p {
        width: 70%;
        flex: 2;
    }

    .flex-end{
        display:flex;
        justify-content: flex-end;
    }

    .w40p {
        width: 30%;
        flex: 1;
    }

    .w30p {
        width: 30%;
        flex: 1;
    }

    .w20p {
        width: 30%;
        flex: 1;
    }

    .w80p {
        width: 30%;
        flex: 4;
    }

    .w90p {
        width: 30%;
        flex: 7;
    }

    .h50px {
        height: 50px;
    }

    .pad5 {
        padding: 5px;
    }

    .relative{
        position:relative;
    }

    .flex-3-column {
        margin-bottom: 0px;
    }

    .fs30{
        font-size: 30px;
    }
   
    .fs20{
        font-size: 20px;
    }
   
    .fs12{
        font-size: 12px;
    }

    .red {
        color: #F45;
    }

    .order-rate-holder-body .flex-column .btn-01 {
        margin-left: 0px;
        margin-top: 5px;
    }

    #order_ship_address_validation_info {
        display:block;
        width: 400px;
        height: auto;
        overflow:hidden;
        overflow-y:auto;
    }

    .order-rate-holder {
        position: absolute;
        display: block;
        bottom: -11px;
        left: 30px;
        width: 550px;
        height: 150px;
        background-color: #FFF;
        border: 1px solid #888;
        border-radius: 5px;
        padding-right: 20px;
    }
}

.float-form-3 {
    position:absolute;
    display:block;
    width: 1300px;
    height: 100vh;
    top: 0px;
    right: 0px;
    border: 1px solid #888;
    z-index: 4;
    background-color: #FFF;
    overflow: hidden;
    overflow-y: auto;
    box-sizing: border-box;
    scrollbar-width: thin;
    background-color: #FFF;
    border:1px solid #AAA;
    border-radius: 4px;
}

#margin-frm {
    width: 1500px;
}

#output_float_quote{
    display:inline-block;
    height:auto;
}

.label-01 {
    display:flex;
    flex-direction: column;
    padding: 5px 20px;
}

.label-01:has(input[type="checkbox"]) {
    margin: 10px 0px;
    flex-direction: row;
}

.label-01:has(a[class="btn-01"]) {
    padding: 5px 0px;
}

.label-01 a[class="btn-01"] {
    text-decoration: none;
}

.label-01 a[class="btn-01"]:hover {
    text-decoration: underline;
}

.label-01 input[type="checkbox"]{
    margin-right: 10px;
}

.label-02 {
    display:flex;
    padding: 5px 20px;
    justify-content:space-around;

    input, button {
        flex:1;
    }
}

.label-01, .label-02{
    input,select,button{
    padding: 10px;
    }
}

.user-form, .hide {
    display: none !important;
}

.pad10{
    padding: 10px 20px;
}

.highlight{
    border: 2px solid #000 !important;
}

.wd100 {
    display: inline-block;
    width: 100px;
    text-align: center;
    padding: 10px 20px;
}

.tab-page h5 {
    position: relative;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #30335a;
}

.tab-page h5 div.btn-01 {
    position: absolute;
    right: 10px;
    width: 110px;
    padding: 12px 20px;
}

.w85 {
    width: 85%;
}

.w85 input[type="text"]{
    width: 60px;
    padding: 4px 5px;
    border: 1px solid #888;
}

/*--------------------------------------------------------------*/

.dynamic-text {
    width: 50%;
    height: 20%;
    border: 2px dashed #007bff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    overflow: hidden; /* Ensure no overflow */
    resize: both; /* Allow manual resizing */
    padding: 10px;
    box-sizing: border-box;
  }

  .filter-bar {
    display:flex;
    margin-bottom: 10px;
    flex-wrap: wrap;
  }

  .filter-item, .map-item {
    display:inline-block;
    padding: 10px 20px;
    margin: 5px;
    border: 1px solid #AAA;
    border-radius: 5px;
    cursor:pointer;
  }

  .filter-item:hover, .map-item:hover, .active-map {
    background-color: #EEE;
  }

  .batch_data_map_holder {
    display:flex;

  }

  .confirm-order-btn {
    width: 300px;
    margin: 10px auto;
  }

  .bg-img-shopify{
    background-image: url('/assets/img/shopify.svg');
    background-size: 80%;
    background-position: center center;
    background-repeat: no-repeat;
  }

  .bg-img-magento{
    background-image: url('/assets/img/magento.svg');
    background-size: 35%;
    background-position: center center;
    background-repeat: no-repeat;
  }

  .bg-img-shipstation{
    background-image: url('/assets/img/shipstation.png');
    background-size: 35%;
    background-position: center center;
    background-repeat: no-repeat;
  }

  .bg-img-channeladvisor{
    background-image: url('/assets/img/channeladvisor.png');
    background-size: 35%;
    background-position: center center;
    background-repeat: no-repeat;
  }

  .bg-img-squarespace{
    background-image: url('/assets/img/squarespace.svg');
    background-size: 80%;
    background-position: center center;
    background-repeat: no-repeat;
  }

  .bg-img-wix{
    background-image: url('/assets/img/wix.svg');
    background-size: 80%;
    background-position: center center;
    background-repeat: no-repeat;
  }

  .bg-img-ebay{
    background-image: url('/assets/img/ebay.svg');
    background-size: 70%;
    background-position: center center;
    background-repeat: no-repeat;
  }

  .bg-img-netsuite{
    background-image: url('/assets/img/netsuite.svg');
    background-size: 35%;
    background-position: center center;
    background-repeat: no-repeat;
  }

  .bg-img-etsy{
    background-image: url('/assets/img/etsy.svg');
    background-size: 40%;
    background-position: center center;
    background-repeat: no-repeat;
  }

  .bg-img-amazon{
    background-image: url('/assets/img/amazon.svg');
    background-size: 70%;
    background-position: center center;
    background-repeat: no-repeat;
  }

  .bg-img-walmart{
    background-image: url('/assets/img/walmart.svg');
    background-size: 80%;
    background-position: center center;
    background-repeat: no-repeat;
  }

  .bg-img-woocommerce{
    background-image: url('/assets/img/woocommerce.svg');
    background-size: 80%;
    background-position: center center;
    background-repeat: no-repeat;
  }

  .bg-img-bigcommerce{
    background-image: url('/assets/img/bigcommerce.svg');
    background-size: 80%;
    background-position: center center;
    background-repeat: no-repeat;
  }

  .bg-img-amazonshipping{
    background-image: url('/assets/img/amazonshipping.svg');
    background-size: 80%;
    background-position: center center;
    background-repeat: no-repeat;
  }

  .bg-img-usps{
    background-image: url('/assets/img/usps.png');
    background-size: 70%;
    background-position: center center;
    background-repeat: no-repeat;
  }

  .bg-img-ups{
    background-image: url('/assets/img/ups.svg');
    background-size: 50%;
    background-position: center center;
    background-repeat: no-repeat;
  }

  .bg-img-dhl{
    background-image: url('/assets/img/dhl.svg');
    background-size: 80%;
    background-position: center center;
    background-repeat: no-repeat;
  }

  .bg-img-fedex{
    background-image: url('/assets/img/fedex.svg');
    background-size: 80%;
    background-position: center center;
    background-repeat: no-repeat;
  }

  .bg-img-hytx{
    background-image: url('/assets/img/dhl.svg');
    background-size: 80%;
    background-position: center center;
    background-repeat: no-repeat;
  }

  .bg-img-gce{
    background-image: url('/assets/img/fedex.svg');
    background-size: 80%;
    background-position: center center;
    background-repeat: no-repeat;
  }

  .bg-img-gobolt{
    background-image: url('/assets/img/gobolt.svg');
    background-size: 80%;
    background-position: center center;
    background-repeat: no-repeat;
  }

  .bg-img-dai{
    background-image: url('/assets/img/dai.svg');
    background-size: 60%;
    background-position: center center;
    background-repeat: no-repeat;
  }

  #graphCanvas {
    border: 1px solid #000;
    display: block;
    margin: 20px auto;
  }

  .tooltip {
    position: absolute;
    display: none;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    padding: 8px;
    border-radius: 4px;
    font-size: 12px;
    pointer-events: none;
    z-index: 10;
  }

  .flex-col1 label {
    display: flex;
    margin: 10px;
    width: 100%;
  }

.flex-col1 label select,
.flex-col1 label input[type="number"],
.flex-col1 label input[type="text"]{
    display: inline-block;
    width: 270px;
    margin-left: 10px;
}

#getaquote_frm_2{

    .flex-col1 label select,
    .flex-col1 label input[type="number"],
    .flex-col1 label input[type="text"]{
        display: inline-block;
        width: 250px;
        margin-left: 8px;
        padding: 10px;
    }

    fieldset {
        padding: 0px;
    }

    fieldset legend {
        margin-left: 20px;
        font-weight: 600;
    }    

    .pad10{
        padding: 10px 30px;
    }

    .pad10 legend{
        margin-left: -10px;
    }
}

.mail-icon {
    content: "\f0e0";
}

.main-header-navbar-left-pane {
    display:flex;
    justify-content: center;
    align-items: center;
    width:50%;
    height: 60px;
    background-color: #f98124;
}

.main-header-navbar-right-pane {
    display:flex;
    justify-content: center;
    align-items: center;
    width:50%;
    height: 60px;
    color: #FFF;
    background-color: #30335a;
}

.main-header-navbar-left-pane a,
.main-header-navbar-right-pane a{
    color: #FFF;
    font-size: 18px;
    text-decoration: none;
    margin: 0px 4px;
}

.width200{
    width:100px;
}

.bgcolor-orange {
    background-color: #f98124;
    color:#FFF;
}

.acct_num {
    border: 0px solid #EEE;
    padding: 10px 20px;
    font-size: 20px;
}

.label-01 .btn-01 {
    font-size: 20px;
    padding: 20px;
    margin-left: 0px;
}

.w150{
    width:150px;
}

.select_order_dropdown{
    width:200px;
    padding: 10px 20px;
}

.store-item .store-item-title .btn-01{
    height: 35px;
    width: 120px;
}


#markup-account-name-holder{
    width: auto !important;
    margin-right: 20px;
}

.document-page-center {
    display:flex;
    flex-direction: column;
    width: 100%;
    height: auto;
    padding: 100px auto;
    border: 0px solid #000;
    align-items: center;
}

.document-page {
    display:flex;
    border: 0px solid #FF0;
    flex-direction: column;
    width: 900px;
    height: auto;
    margin-top: 100px;
    margin-bottom: 200px;
}

.document-page h4{
    display: block;
    font-size: 25px;
    font-weight: 500;
    margin-top: 50px;
    margin-bottom: 0px;
}

.document-page p{
    display: block;
    text-align: justify;
    font-size: 18px;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 10px;
}

.document-page-frm {
    display:flex;
    border: 0px solid #FF0;
    flex-direction: column;
    width: 80%;
    height: auto;
    margin-top: 0px;
    margin-bottom: 50px;
}

.flex-center-text {
    display:flex;
    width: 100%;
    height:auto;
    justify-content: center;    
    padding: 0px;
}

.document-page-frm h4{
    display: block;
    font-size: 24px;
    font-weight: 500;
    margin-top: 50px;
    margin-bottom: 0px;
}

.doc-h4{
    display: block;
    width: 100%;
    font-size: 24px;
    font-weight: 500;
    margin-top: 50px;
    margin-bottom: 40px;
    text-align:center;
}

.document-page-frm p{
    display: block;
    text-align: justify;
    font-size: 18px;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 10px;
}

.apikeys {
    display:flex;
    width: 300px;
    padding: 10px 20px;
    font-size: 18px;
}

.footer-holder .buy-label-btn{
    display:flex;
    justify-content: center;
    align-items: center;
}

.footer-holder {
    position:fixed;
    display:flex;
    bottom: 0px;
    background-color: #FFF;
    height: 50px;
    padding: 10px;
    width: 1280px;
}

.footer-holder .flex-left {
    display:flex;
    flex-direction:row;
    flex: 1;
    padding-left: 20px;
}

.footer-holder .flex-right, .flex-right{
    display:flex;
    flex-direction:row;
    justify-content: flex-end;
    flex: 1;
    padding-right: 20px;
}

.mb100{
    margin-bottom: 100px;
}

.mb50{
    margin-bottom: 50px;
}

#orderdetails_frm {
    position:relative;
}

.rate-holder-frm {
    margin-bottom: 100px;
}


.page-container {
    display:flex;
    width: 100%;
    height:100%;
    flex-direction:column;
    justify-content: stretch;
    align-items: stretch;
}

.page-container .page-header-row-2{
    display:flex;
    height: 200px;
    font-size: 20px;
}

.page-container .page-header-row-2 .store-item,
.page-container .page-header-row-2 .store-item-img{
    border: 0px solid #000;
}

.page-container .page-header-row-2 .flex-col1{
    overflow-y:hidden;
}

.page-container .page-header-row{
    display:flex;
    height: 60px;
    font-size: 20px;
}

.page-container .page-header-row .flex-col1:first-child{
    display:flex;
    justify-content: flex-start;
    align-items: center;
    padding-left:20px;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}

.page-container .page-header-row .flex-col1:last-child{
    display:flex;
    justify-content: flex-end;
    align-items: center;
    padding-right:20px;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}

.page-container .page-body-row{
    display:flex;
    flex: 1;
}

.page-container .page-body-column{
    display:flex;
    flex: 1;
    flex-direction:column;
}

.page-container .page-footer-row{
    display:none;
    height: 60px;
    font-size: 20px;
}

#ordershipping_output_float_quote {
    flex-direction:column;
    padding: 10px 20px;
}

.shipment-service-price {
    margin-top:20px;
    border: 1px solid #30335a;
    padding: 10px 10px;
}

#shipment_service_context {

}

#shipment_service_price_context {

}

.bg-address-validated{
    background-color: #f98124;
}

.bg-address-validated:hover{
    background-color: #fd8c34;
}

.bg-address-not-validated{
    background-color: #30335a;
    color:#FFF;
}

.bg-address-not-validated:hover{
    background-color: #3c406f;
    color:#FFF;
}


table {
    border-collapse: collapse;
    width: 100%;
    margin-top: 20px;
}

th, td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: left;
}

th {
    background-color: #f2f2f2;
    cursor: grab;
    user-select: none;
    position: relative;
}

th.dragging {
    opacity: 0.5;
    background-color: #d4e6f1;
}

th.placeholder {
    background-color: #e6f7ff;
    border: 2px dashed #91d5ff;
}

#printer-information-frm .tab-row-col {
    padding: 10px 0px;
}

.spacer {
    display:block;
    width: 100%;
    height: 20px;
}

.fs30 {
    display:inline-block;
    position:relative;
    top:5px; 
    font-size: 25px;
    color: #30335a;
}

.lower {
    background-color: #4eee76;
}

.higher {
    background-color: #e81515;
}

#select-marketplace-frm {
    top:30px;
    width: 1000px;
    margin-left: -500px;
    z-index: 2;
}