@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&amp;display=swap');

.d-none {
    display: none;
}

.card {
    background-color: #dee3ed !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    color: #4a4a4a;
    max-width: 100%;
    border-radius: 8px;
    border: 1px solid #d1203f;
    position: relative;
    padding-bottom: 10px;

}

.check-price-margin {
    margin-left: 60px;
    margin-right: 50px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.columns:not(.is-desktop) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.column {
    display: block;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    padding: .75rem;
    margin: 0;
}

.ship-title {
    font-size: 14px;
    font-weight: 600;
    margin-top: 10px;
    font-stretch: normal;
    font-style: normal;
    font-family: 'Poppins', sans-serif;
    text-align: left;
    line-height: normal;
    letter-spacing: normal;
    color: #1a1421;
    margin-bottom: 10px;
}

.v-select {
    background: #fff;
    border-radius: 5px;
}

.vs__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 4px 6px 0 3px;
}

.vs__selected-options {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 2px;
    position: relative;
}

.vs__dropdown-toggle,
.vs__selected-options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

input.vs__search,
input.vs__search:focus {
    font-family: 'Poppins', sans-serif;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    line-height: 31px;
    font-size: 1em;
    border: 1px solid transparent;
    border-left: none;
    outline: none;
    margin: 4px 0 0;
    padding: 0 7px;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 0;
    max-width: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    z-index: 1;
    background: #fff;
}

input.custom-input-weight {
    border-color: #fff;
    border-radius: 4px;
    margin-top: 9px;
    border-width: 1px;
    font-family: 'Poppins', sans-serif;
    width: 100%;
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 36px;
    border-style: solid;
    background: #fff;
    margin-bottom: 0;
}

.button.is-danger,
.button.is-danger.is-hovered,
.button.is-danger:hover {
    background-color: #d11f40;
    border-color: transparent;
    color: #fff;
    overflow: hidden;
    padding: .6180469716em 1.41575em;
    cursor: pointer;
    border-radius: 8px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12),
        0 2px 2px rgba(0, 0, 0, 0.12),
        0 4px 4px rgba(0, 0, 0, 0.12),
        0 8px 8px rgba(0, 0, 0, 0.12),
        0 16px 16px rgba(0, 0, 0, 0.12);
}

.button.is-disabled,
.button.is-disabled.is-hovered,
.button.is-disabled:hover {
    background-color: #8d8d8d;
    border-color: transparent;
    cursor: not-allowed;
    color: #fff;
    overflow: hidden;
    padding: .6180469716em 1.41575em;
    border-radius: 8px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12),
        0 2px 2px rgba(0, 0, 0, 0.12),
        0 4px 4px rgba(0, 0, 0, 0.12),
        0 8px 8px rgba(0, 0, 0, 0.12),
        0 16px 16px rgba(0, 0, 0, 0.12);
}

.button.is-success,
.button.is-success.is-hovered,
.button.is-success:hover {
    background-color: #22c15d;
    border-color: transparent;
    color: #fff;
    overflow: hidden;
    padding: .6180469716em 1.41575em;
    cursor: pointer;
    border-radius: 8px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12),
        0 2px 2px rgba(0, 0, 0, 0.12),
        0 4px 4px rgba(0, 0, 0, 0.12),
        0 8px 8px rgba(0, 0, 0, 0.12),
        0 16px 16px rgba(0, 0, 0, 0.12);

}

.button-title {
    font-weight: 600;
    width: 100%;
    margin-right: 5px;
    margin-left: 5px;
    font-family: 'Poppins', sans-serif;
    font-stretch: normal;
    font-style: normal;
    font-size: 14px;
    color: #fff;
    line-height: normal;
    letter-spacing: .07px;
    margin: 0;
}

.btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    margin: 12px;

}

.level {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

div#tarif-klik-result {

    background: #f5f5f5;
    padding: 20px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    margin-top: -10px;
    border: solid 1px #eee;
}

.tr-head {
    font-family: 'Poppins', sans-serif;
    text-align: center;
    font-weight: bold;
    color: #d11f40;
    font-size: 20px;
    margin-top: 10px;
    text-transform: uppercase;
}

.tr-card {
    font-family: 'Poppins', sans-serif;
    background: #eee;
    padding: 10px;
    margin-top: 10px;
    border-left: solid 5px #d11f40;
}

.autocomplete-suggestions {
    border: 1px solid #999;
    background: #FFF;
    overflow: auto;
}

.autocomplete-suggestion {
    padding: 2px 5px;
    white-space: nowrap;
    overflow: hidden;
}

.autocomplete-selected {
    background: #F0F0F0;
}

.autocomplete-suggestions strong {
    font-weight: normal;
    color: #3399FF;
}

.autocomplete-group {
    padding: 2px 5px;
}

.autocomplete-group strong {
    display: block;
    border-bottom: 1px solid #000;
}

.loader,
.loader:after {
    border-radius: 50%;
    width: 15px;
    height: 15px;
}

p.error {
    font-size: 13px;
    color: #d11f40;
}

.loader {
    margin: 1px auto;
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    border-top: 5px solid rgba(255, 255, 255, 0.2);
    border-right: 5px solid rgba(255, 255, 255, 0.2);
    border-bottom: 5px solid rgba(255, 255, 255, 0.2);
    border-left: 5px solid #ffffff;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.widget .check-price-margin {
    margin: 20px;
}

.widget .columns {
    display: inline;
}

.widget .column {
    padding: 5px .75rem;
}

.widget .level {
    display: inline;
}

.widget .level .btn {
    margin: 10px;
}

@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@media only screen and (max-width: 600px) {
    .check-price-margin {
        margin: 10px;
    }

    .columns {
        display: inline-block !important;
        width: 100%;
    }

    .level {
        display: block;
    }

    .button.is-danger {
        width: 100%;
    }

    .button.is-disabled {
        width: 100%;
    }
}