﻿@font-face {
    font-family: "Roboto";
    src: url("../../../Content/fonts/roboto/Roboto-Regular.woff2") format("woff2");
}

@font-face {
    font-family: "Roboto";
    src: url("../../../Content/fonts/roboto/Roboto-Light.woff2") format("woff2");
    font-weight: 300;
}

@font-face {
    font-family: "Roboto";
    src: url("../../../Content/fonts/roboto/Roboto-Medium.woff2") format("woff2");
    font-weight: 600;
}

html {
    font-family: 'Roboto';
}

body {
    background: #fff;
    padding: 0;
    max-height: 100%;
    overflow-x: auto;
    overflow-y: auto;
    font-family: 'Roboto';
    color: #141414;
    font-weight: 300;
    font-size: 20px;
    line-height: 30px;
    margin: 0px;
}

h1 {
    font-weight: 600;
    font-size: 50px;
    line-height: 1.23;
    margin-bottom: 42px;
    margin-top: 26px;
}

ul {
    list-style: none;
    text-align: start;
}

li {
    font-size: 24px;
    line-height: 36px;
    width: 100%;
    padding-top: 10px;
}

    li > div {
        display: inline-block;
    }

    li > .info-text {
        font-size: 20px;
        line-height: 30px;
    }

    li > .info-text-small {
        font-size: 16px;
        line-height: 25px;
    }

    li > .data > span {
        display: inline-block;
    }

    li > .data > .cost, li > .data > span > .cost {
        color: #00deae;
        font-weight: 500;
    }

    li > .data > a.cost {
        text-decoration-line: underline;
    }

.btn-control {
    display: block;
    text-align: center;
    vertical-align: middle;
    height: 100%;
    margin-top: 30px;
    margin-bottom: 10px;
}

    .btn-control button {
        font-family: 'Roboto';
        text-align: center;
        height: 60px;
        border: 0 none;
        font-size: 24px;
        padding-left: 60px;
        padding-right: 60px;
        -webkit-appearance: none;
        font-weight: 700;
        white-space: nowrap;
        background-image: none;
        cursor: pointer;
        margin: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        outline: none;
        background: transparent;
        color: #ffffff;
        background-color: #00DEAE;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
    }

.shipping-cost-calculation-container {
    max-width: 1400px;
    text-align: center;
}
    .shipping-cost-calculation-container .form-control.is-valid {
        border-color: #00DEAE;
    }

    .shipping-cost-calculation-container .form-floating input {
        height: 60px !important;
    }

    .shipping-cost-calculation-container input {
        margin: 0;
        color: #141414;
        border: 1px solid #00DEAE;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -webkit-appearance: none;
        height: 60px;
        width: 100%;
        padding: 0 20px;
        font-size: 16px;
        line-height: 1.33;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        outline: none;
        max-width: 100% !important;
    }

        .shipping-cost-calculation-container input:focus {
            border: 1px solid #00d5a7;
            box-shadow: none;
        }

.form-switch {
    text-align: left;
}

.form-switch .form-check-input {
    width: 3rem;
    height: 2rem;
    margin-right: 1rem;
    border: 1px solid #00DEAE;
}

.form-switch .form-check-input:checked {
    border: 1px solid #00DEAE;
    background-color: #00DEAE;
}

.control-label-calculated-weight.calculated-weight,
.control-label-calculated-weight .calculated-weight,
.PackageCost,
.CommissionCost {
    color: #00deae;
}

.select-to-county-code, .select-to-state-code, .select-from-county-code {
    width: 100% !important;
    box-sizing: border-box;
    cursor: pointer;
    height: 60px !important;
    padding: 0 -15px 0 20px !important;
    font-size: 16px !important;
    line-height: 1.33 !important;
    outline: 0;
    background: transparent;
    color: #141414 !important;
    border: 1px solid #00DEAE;
    border-radius: 5px;
    -moz-border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff;
    background-image: linear-gradient( 45deg, transparent 50%, #00d5a7 50%), linear-gradient( 135deg, #00d5a7 60%, transparent 50%), linear-gradient(to right, white, white);
    background-position: calc(100% - 20px) calc(1.5em + 2px), calc(100% - 15px) calc(1.5em + 2px), 100% 0;
    background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
    background-repeat: no-repeat;
    padding-left: 10px;
}

.result-container {
    padding-top: 0%;
    margin-top: -19px;
}

.form-container .form-group {
    margin-bottom: 20px;
}

.error-result, .field-validation-error {
    font-family: 'Roboto';
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
    color: #bd5252;
    display: block;
    margin-left: 3px;
    position: relative;
    top: -3px;
    width: 100%;
}

.field-validation-error {
    top: 0px;
}

@media only screen and (max-width: 600px) {
    ul {
        padding-left: 20px;
        padding-right: 20px;
    }

    li {
        font-size: 24px;
        display: inline-grid;
    }

    h1 {
        font-size: 30px;
    }
}

.header {
    display: flex;
}

.headerResult {
    display: flex;
    justify-content: center;
    text-align: center;
    flex-direction: column;
}

.rate-table td {
    padding: 7px;
    vertical-align: top;
}

.rate-table td .delivery-period {
    color: #00deae;
    font-weight: 500;
}

.rate-table .rate-multiple-row td {
    padding-top: 0px;
    padding-bottom: 0px;
}

.rate-type-column {
    text-align: right;
}

.rate-column {
    text-align: left;
    vertical-align: top;
    white-space: nowrap;
}

.rate-message {
    color: #bd5252;
    font-size: 12px;
    line-height: normal;
}

.rate-value {
    color: #00deae;
    font-weight: 500;
}

.rate-multiple-row .rate-type-column {
    font-size: 14px;
}

.additional-cost, additional-note {
    color: #1F63BE;
}

.warning-box {
    font-size: 16px;
    line-height: 25px;
    margin-top: 10px;
    text-align: left;
}

#shippingCalculationContainerUa .form-floating label,
#shippingCalculationContainerFc .form-floating label {
    color: #6C757D !important;
    font-weight: normal;
    transform-origin: 0px -20px;
}