:root {
    --main: #0266af;
    --white: #ffffff;
}

* {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.nav-link {
    font-size: 16px !important;
    font-weight: 500 !important;
    transition: ease-in-out all 0.5;
}

.nav-link:hover {
    color: var(--main) !important;
}

.location {
    background-color: gray;
    background-color: #f1f1f1;
    padding: 10px 16px;
    border-radius: 10px;
    font-weight: bold;
    color: var(--main);
    font-size: 16px;
    cursor: pointer;
    outline: none;
    border: none;
    width: 100%;
    text-decoration: none;
}

.address-item {
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
}

.c-primary {
    color: var(--main);
}

.location.inactive .text {
    color: #4b4b4b;
}

.location.inactive i {
    display: none;
}

.location[aria-expanded="true"] {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.location i {
    transition: ease-in-out all 0.3s;
}

.location[aria-expanded="true"] i {
    transform: rotate(180deg);
}

.location .text {
    font-weight: bold;
    color: var(--main);
    font-size: 16px;
}

.card-item-lo {
    font-size: 14px;
}

.bold {
    font-weight: bold;
}

.title {
    color: #4b4b4b;
}

.box {
    padding: 20px 16px;
    border: 1px solid var(--main);
    border-radius: 6px;
    color: var(--main);
    cursor: pointer;
}

.box i {
    font-size: 32px;
}

.box .text {
    font-size: 15px;
    font-weight: bold;
    color: #4b4b4b;
}

a {
    text-decoration: none;
}

.order-nav .nav-item {
    border: 1px solid #f1f1f1;
    margin: 0px 2px;
}

.order-nav .nav-item .nav-link.active {
    background: #fff;
}

.order-nav .nav-item .nav-link {
    background: #f1f1f1;
}

.order-nav .nav-item .nav-link {
    color: #4b4b4b !important;
}

.bt-g {
    border-top: 4px solid green !important;
}

.bt-y {
    border-top: 4px solid rgb(202, 211, 160) !important;
}

.bt-r {
    border-top: 4px solid red !important;
}

.bt-b {
    border-top: 4px solid rgb(60, 95, 148) !important;
}

.bt-bb {
    border-top: 4px solid rgb(56, 56, 82) !important;
}

.bg-g {
    background-color: green !important;
}

.bg-y {
    background-color: rgb(202, 211, 160) !important;
}

.bg-r {
    background-color: red !important;
}

.bg-b {
    background-color: rgb(60, 95, 148) !important;
}

.bg-bb {
    background-color: rgb(56, 56, 82) !important;
}

.bottom-bar {
    padding: 12px 10px;
    color: var(--main) !important;
    font-weight: bold;
    background-color: #f1f1f1;
}

.calc-container {
    border: 1px solid var(--main);
    border-radius: 10px;
    padding: 30px;
}

.input-group-addon {
    background-color: #f8f9fa;
    border: none;
}
.smart-input,
.smart-select {
    border-radius: 4px;
}

input,
select {
    outline: none !important;
    box-shadow: none !important;
}

.input-group-prepend {
    border: 1px solid #ced4da;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    display: flex;
}

.input-group-prepend i {
    color: var(--main);
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}

button a {
    color: inherit;
}

button a:hover {
    color: inherit;
    text-decoration: none;
}

.packages .item {
    border: 1px solid #ccc;
    padding: 8px 20px;
}

.span-img {
    width: 33.333%; border: solid 1px gray;
    display: flex;
    justify-content: center;
    align-items: center;
}