@font-face {
    font-family: 'icomoon';
    src: url("../fonts/icons/icomoon.eot?9oj4vn");
    src: url("../fonts/icons/icomoon.eot?9oj4vn#iefix") format('embedded-opentype'), url("../fonts/icons/icomoon.ttf?9oj4vn") format('truetype'), url("../fonts/icons/icomoon.woff?9oj4vn") format('woff'), url("../fonts/icons/icomoon.svg?9oj4vn#icomoon") format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url("../fonts/ProximaNova-ExtraBold.woff2") format('woff2'), url("../fonts/ProximaNova-ExtraBold.woff") format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url("../fonts/ProximaNova-Regular.woff2") format('woff2'), url("../fonts/ProximaNova-Regular.woff") format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url("../fonts/ProximaNova-SemiBold.woff2") format('woff2'), url("../fonts/ProximaNova-SemiBold.woff") format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url("../fonts/ProximaNova-Bold.woff2") format('woff2'), url("../fonts/ProximaNova-Bold.woff") format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

* {
    margin: 0;
    padding: 0;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body {
    height: 100%;
    color: #939393;
    background: #fcfcfc;
    font: 14px/1.65 'Proxima Nova', Arial, Tahoma, Geneva, sans-serif;
    overflow: hidden;
}

*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.tooltipster-color {
    max-width: 526px;
    padding: 0 10px;
}

.tooltipster-color .tooltipster-box {
    background: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.1);
}

.tooltipster-color .tooltipster-content {
    color: #000;
    line-height: 1.5;
    padding: 3rem;
}

.tooltipster-color .tooltipster-arrow-uncropped {
    display: none;
}

.tooltipster-color.tooltipster-top .tooltipster-arrow {
    height: 8px;
    width: 20px;
    margin-left: -10px;
    border-top: 8px solid #fff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    margin-bottom: 2px;
}

.tooltipster-color.tooltipster-bottom .tooltipster-arrow {
    height: 8px;
    width: 20px;
    margin-left: -10px;
    border-bottom: 8px solid #fff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    margin-top: 2px;
}

.tooltipster-color img{
    /*min-width: 290px;*/
    height: auto;
    margin-bottom: 0;
    max-width: 100%;
}


.widget_iframe{
    overflow: auto;
}

.widget{
    font-family: 'Proxima Nova', Arial, Tahoma, Geneva, sans-serif;;
    font-style: normal;
    line-height: 1;

    padding: 50px;
    background-color: #FCFCFC;
    width: 100%;

    position: relative;
    overflow: auto;
}

.widget.dark{
    background: #1F2126;
    color: #fff;
}

.widget .col-md-6, .widget .col-md-12, .widget .col-sm-12{
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.widget .title{
    font-weight: bold;
    font-size: 40px;
    margin-bottom: 10px;
    color: #000;
}
.widget.dark .title{
    color: #fff;
}

.widget .description{
    font-weight: 600;
    font-size: 18px;
    color: #939393;
    margin-bottom: 40px;
}
.widget .body_container{
    margin-bottom: 40px;
}

.widget .body{
    display: flex;
}
.widget .body .steps{
    min-width: 60px;
    width: 60px;
}

.widget .body .steps ul{
    list-style: none;
    text-align: center;
    margin: -8px 25px 0 0;
}
.widget .body .steps ul li{
    margin: auto;
}
.widget .body .steps ul li:not(.separator){
    font-size: 0;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 2px solid #E4E4E4;
}
.widget.dark .body .steps ul li:not(.separator){
    border-color: #494A4D;
}

.widget .body .steps ul li.separator{
    width: 2px;
    height: 20px;
    background-color: #E4E4E4;
}
.widget.dark .body .steps ul li.separator{
    background-color: #494A4D;
}

.widget .body .steps ul li.active{
    width: 34px;
    height: 34px;
    padding: 8px 0;
    background-color: #000;
    border-color: #000;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
}
.widget.dark .body .steps ul li.active{
    color: #fff;
    background-color: #494A4D;
}
.widget .body .steps ul li.complete:not(.separator){
    background-color: #3CC361;
    border-color: #3CC361;
}
.widget .body .steps ul li.complete.separator{
    background-color: #3CC361;
}

.widget .body .items{
    width: calc(100% - 60px);
}

.widget .body .items .form-row{
    display: flex;
    margin: 0 -15px;
    position: relative;
}

.widget .body label {
    display: block;
    font-size: 16px;
    line-height: 1.4;
    color: #000;
    font-weight: 600;
    margin: 0 0 10px;
}
.widget.dark .body label{
    color: #fff;
}

.widget .body .form-element {
    position: relative;
    margin: 0 0 38px;
}

.widget .body .tx {
    display: block;
    width: 100%;
    height: 60px;
    border-radius: 6px;
    border: 1px solid #e4e4e4;
    font-size: 16px;
    padding: 0 20px;
    -webkit-box-shadow: 0 2px 2px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 10%);
    -moz-appearance: textfield;
}
.widget.dark .body .tx{
    background-color: #2E2F33;
    border-color: #404147;
    color: #fff;
}

.widget .body .form-element.form-element-icon .tx {
    padding-left: 60px;
}

.widget .body .form-element .box-icon {
    position: absolute;
    top: 50%;
    left: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    line-height: 0;
    color: #ff2f3b;
    font-size: 24px;
    z-index: 15;
}

.widget .body .form-element .box-sub {
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.widget .body .form-element .box-icon .icon-location-a, .widget .body .form-element .box-icon .icon-location-b, .widget .body .form-element .box-icon .icon-location-b-en {
    font-size: 30px;
}

.widget .body .form-row .sep {
    position: absolute;
    bottom: 40px;
    left: 50%;
    width: 30px;
    height: 60px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 0;
}
.widget.dark .body .form-row .sep{
    color: #919499;
}

.widget .body .form-element.form-element-select .box-select {
    position: absolute;
    top: 0;
    right: 0;
    width: 92px;
    cursor: pointer;
}

.widget .body .jq-selectbox {
    display: block;
    position: relative;
    z-index: 10;
}

.widget .body .jq-selectbox.opened {
    z-index: 16 !important;
}

.widget .body .jq-selectbox.opened + .box-icon {
    z-index: 16;
}

.widget .body .tooltip-content {
    display: none;
}

.widget .body .jq-selectbox__select {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 60px;
    border-radius: 6px;
    border: 1px solid #e4e4e4;
    font-size: 16px;
    padding: 0 40px 0 20px;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
    background: #fff;
}
.widget.dark .body .jq-selectbox__select{
    background-color: #2E2F33;
    border-color: #404147;
}

.widget .body .jq-selectbox__trigger {
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 5;
    line-height: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 10px;
    color: #000;
}
.widget.dark .body .jq-selectbox__trigger{
    color: #fff;
}

.widget .body .jq-selectbox__trigger::before {
    font-family: 'icomoon';
    content: '\e904';
}

.widget .body .jq-selectbox__dropdown {
    z-index: 5;
    border-radius: 6px;
    border: 1px solid #e4e4e4;
    font-size: 16px;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
    background: #fff;
    width: 100%;
    margin: 0;
    /*overflow: hidden;*/
}
.widget .body .jq-selectbox__dropdown ul{

    max-height: 255px;
}
.widget .body .scroll-pane {
    width: 100%;
    overflow: auto;

    max-height: 255px;
}
.widget.dark .body .jq-selectbox__dropdown{
    background-color: #fcfcfc;
    border-color: #404147;
}

.widget .body .jq-selectbox__dropdown ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.widget .body .jq-selectbox__dropdown ul li {
    position: relative;
    padding: 14px 20px;
    line-height: 1.35;
    border-top: 1px solid #eaeaec;
    font-size: 17px;
    color: #101010;
    cursor: pointer;
    white-space: normal;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.widget.dark .body .jq-selectbox__dropdown ul li{
    background-color: #2E2F33;
    color: #fff;
    border-color: #404147;
}

.widget .body .jq-selectbox__dropdown ul li:first-child {
    border-top: 0;
}

.widget .body .jq-selectbox__dropdown ul li:hover,
.widget .body .jq-selectbox__dropdown ul li.sel {
    background: #fcfcfc;
}
.widget.dark .body .jq-selectbox__dropdown ul li:hover,
.widget.dark .body .jq-selectbox__dropdown ul li.sel{
    background-color: #2E2F33;
}

.widget .body select {
    display: block;
    width: 100%;
    height: 60px;
    border-radius: 6px;
    border: 1px solid #e4e4e4;
    font-size: 16px;
    padding: 0 20px;
    -webkit-box-shadow: 0 2px 2px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 10%);
}
.widget.dark .body select{
    background-color: #2E2F33;
    border-color: #404147;
    color: #fff;
}

.widget .body .jq-selectbox select {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    opacity: 0;
}

.widget .body .form-element.form-element-icon select {
    padding-left: 60px;
}

.widget .body .form-element.form-element-icon .jq-selectbox__select {
    padding-left: 60px;
}

.widget .body .form-element.form-element-select .box-select .jq-selectbox__select {
    padding: 0 40px 0 10px;
    border: 0;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    color: #000;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-left: 1px solid #e4e4e4;
    border-radius: 0;
}
.widget.dark .body .form-element.form-element-select .box-select .jq-selectbox__select{
    border-color: #404147;
    color: #fff;
    background-color: #2E2F33;
    border-top: 1px solid #404147;
    border-right: 1px solid #404147;
    border-bottom: 1px solid #404147;
}

.widget .body .weigh-grid {
    list-style: none;
    margin: 47px 0 70px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    position: relative;
    max-width: 100%;
}

.widget .body .weigh-grid::before {
    display: block;
    content: '';
    height: 6px;
    background: #e5e5e5;
    position: absolute;
    top: 63px;
    left: 0;
    right: 0;
    border-radius: 3px;
    bottom: auto;
    width: auto;
}
.widget.dark .body .weigh-grid::before{
    background-color: #919499;
}

.widget .body .weigh-grid > li {
    width: 20%;
    position: relative;
    z-index: 5;
}

.widget .body .weigh-grid > li:nth-child(1) {
    z-index: 1;
}

.widget .body .weigh-grid > li:nth-child(4) {
    z-index: 2;
}

.widget .body .weigh-grid > li:nth-child(4) {
    z-index: 3;
}

.widget .body .weigh-grid > li:nth-child(4) {
    z-index: 4;
}

.widget .body .weigh-grid > li:first-child .weigh .weigh-box::before {
    left: 0;
    border-radius: 3px 0 0 3px;
}

.widget .body .weigh {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 1;
    font-weight: normal;
    color: #6f787a;
    cursor: pointer;
    margin: 0;
}
.widget.dark .body .weigh{
    color: #919499;
}

.widget .body .weigh input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -1;
}

.widget .body .weigh .weigh-box {
    display: block;
    position: relative;
    padding: 0;
}

.widget .body .weigh .weigh-box::before {
    display: block;
    content: '';
    position: absolute;
    top: 63px;
    left: -50%;
    right: 50%;
    height: 6px;
    background: #3cc361;
    opacity: 0;
    bottom: auto;
    width: auto;
}
.widget .body .weigh-grid >li:first-child .weigh .weigh-box::before{
    top: 63px;
}

.widget .body .weigh .weigh-top {
    height: 116px;
    width: 100%;
    display: block;
    padding-top: 5px;
}
.widget .body .weigh .weigh-bot {
    font-weight: 600;
    display: block;
}

.widget .body .weigh .weigh-circle {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background: #e5e5e5;
    position: absolute;
    top: 56px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 12px;
}
.widget.dark .body .weigh .weigh-circle{
    background-color: #919499;
}
.widget .body .weigh input:checked + .weigh-box .weigh-circle{
    margin-left: 0;
}

.widget .body .weigh .weigh-line {
    position: absolute;
    top: 26px;
    left: 50%;
    width: 2px;
    height: 80px;
    background: #e5e5e5;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.widget.dark .body .weigh .weigh-line{
    background-color: #494A4D;
}

.widget .body .weigh input:checked + .weigh-box::before {
    opacity: 1;
}

.widget .body .weigh input:checked + .weigh-box .weigh-circle {
    height: 34px;
    width: 34px;
    background: #3cc361;
    margin-top: -5px;
    color: #fff;
}

.widget .body .weigh input:checked + .weigh-box .weigh-circle::before {
    display: block;
    content: '\e905';
    font-family: 'icomoon';
}

.widget .body .weigh input:checked + .weigh-box .weigh-bot {
    font-weight: 600;
    color: #000;
}
.widget.dark .body .weigh input:checked + .weigh-box .weigh-bot{
    color: #fff;
}

.widget .body .weigh.selected .weigh-box::before {
    opacity: 1;
}

.widget .body .weigh.selected .weigh-box .weigh-circle {
    background: #3cc361;
}

.widget .body .list-delivery {
    list-style: none;
    margin: 7px -15px 62px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: flex-start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
}

.widget .body .list-delivery > li {
    padding: 15px 15px 0;
}

.widget .body .check-delivery {
    display: block;
    position: relative;
    height: 120px;
    width: 166px;
}

.widget .body .check-delivery input {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.widget .body .check-delivery .delivery-box {
    display: block;
    height: 100%;
    position: relative;
    font-size: 16px;
    color: #000;
    text-align: center;
    padding: 20px 10px;
    cursor: pointer;
    z-index: 0;
}
.widget.dark .body .check-delivery .delivery-box{
    color: #fff;
}

.widget .body .check-delivery .delivery-box::before {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid #e4e4e4;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    background: #fff;
    z-index: -1;
}
.widget.dark .body .check-delivery .delivery-box::before{
    background-color: #2E2F33;
    border-color: #404147;
}

.widget .body .check-delivery .delivery-box svg .fill{
    fill: #fff;
}
.widget.dark .body .check-delivery .delivery-box svg .fill{
    fill: #2E2F33;
}
.widget .body .check-delivery .delivery-box svg .stroke{
    fill: #000;
}
.widget.dark .body .check-delivery .delivery-box svg .stroke{
    fill: #fff;
}

.widget .body .help {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background: #e5e5e5;
    color: #6f787a;
    text-decoration: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 9px;
    cursor: pointer;
}
.widget.dark .body .help{
    background-color: #404147;
    color: #919499;
}

.widget .body .check-delivery .delivery-box .help {
    position: absolute;
    top: 14px;
    right: 14px;
}

.widget .body .check-delivery .delivery-box .box-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 50px;
    margin: 0 0 7px;
}
.widget .body .check-delivery .delivery-box .box-icon{
    margin: 0 10px 0 0;
}

.widget .body .check-delivery .delivery-box .icon-check {
    position: absolute;
    top: 14px;
    left: 14px;
    height: 20px;
    width: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    background: #3cc361;
    color: #fff;
    font-size: 10px;
    opacity: 0;
}

.widget .body .check-delivery input:checked + .delivery-box::before {
    border-width: 2px;
    border-color: #3cc361;
}

.widget .body .check-delivery input:checked + .delivery-box .icon-check {
    opacity: 1;
}

.widget .body .check {
    line-height: 0;
}

.widget .body .check label {
    display: inline-block;
    position: relative;
    line-height: 1.4;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    padding: 4px 0 4px 50px;
    margin: 0;
    cursor: pointer;
}

.widget .body .check label input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -1;
}

.widget .body .check label i {
    position: absolute;
    top: 0;
    left: 0;
    height: 30px;
    width: 30px;
    border-radius: 6px;
    border: 1px solid #e4e4e4;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
    background: #fff;
    font-size: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-style: normal;
    color: #fff;
}

.widget .body .check label i::before {
    display: block;
    content: '\e905';
    font-family: 'icomoon';
    opacity: 0;
}

.widget .body .check label input:checked + i {
    background: #3cc361;
    border-color: #3cc361;
}

.widget .body .check label input:checked + i::before {
    opacity: 1;
}

.widget .body_container .errors{
    margin-left: 60px;
}
.widget .body_container .errors .error{
    background-color: #FFF7F7;
    padding: 15px;
    border-radius: 6px;
    display: flex;
    margin-bottom: 20px;
}
.widget .body_container .errors .error .mess{
    margin-left: 20px;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
}

.widget .circle-icon {
    height: 20px;
    width: 20px;
    min-width: 20px;
    background: #000;
    border-radius: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    color: #fff;
    font-size: 13px;
}
.widget .circle-icon.red {
    background: #FF2F3B;
}
.widget .circle-icon .icon-error {
    font-size: 8px;
}

.widget .body_container .buttons{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: 60px;
}
.widget .body_container .buttons .btn{
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 2px solid #3cc361;
    background: #3cc361;
    text-align: center;
    text-decoration: none;
    color: #fff;
    border-radius: 85px;
    -webkit-box-shadow: 0 10px 20px rgb(70 203 99 / 30%);
    box-shadow: 0 10px 20px rgb(70 203 99 / 30%);
    cursor: pointer;
    min-width: 130px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.widget .body_container .buttons .next, .widget .body_container .buttons .finish{
    padding: 13px 57px;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
}

.widget .body_container .buttons .next .icon{
    margin-left: 10px;
    transform: rotate(90deg);
    font-size: 14px;
    margin-right: 0;
}

.widget .body_container .buttons .repeat{
    text-decoration: none;
    display: flex;
    align-items: center;

    font-weight: 600;
    font-size: 16px;
    line-height: 19px;

    color: #939393;
}

.widget .body_container .buttons .repeat .icon{
    margin-right: 10px;
    font-size: 20px;
}
.widget .body_container .buttons .repeat span{
    text-decoration: underline;
}
.widget .body_container .buttons .repeat:hover span{
    text-decoration: none;
}

.widget .result_container{
    margin-bottom: 40px;
}
.widget .result_container .title{
    text-align: center;
    margin-bottom: 40px;
}

.widget .result .cell{
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;

    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    color: #000;
}
.widget.dark .result .cell{
    color: #fff;
}
.widget .result .cell span:last-of-type{
    font-weight: 600;
}

.widget .result .title{
    padding: 20px 20px 10px;
    margin-bottom: 0;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    text-align: left;
}

.widget .result .columns{
    display: flex;
}
.widget .result .columns .column{
    width: 50%;
    margin-right: 20px;
}
.widget .result .columns .column + .column{
    margin-left: 20px;
    margin-right: 0;
}
.widget .result .result-total{
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;

    font-weight: 600;
    font-size: 35px;
    line-height: 43px;
    color: #6F787A;
}
.widget .result .result-total > *{
    margin: 0 8px;
}
.widget .result .result-total i{
    font-size: 16px;
}
.widget .result .result-total span:last-of-type{
    color: #3CC361;
}
.widget .result .total{
    margin-top: 38px;
    background: #F6F6F6;
}
.widget.dark .result .total{
    background-color: #2E2F33;
}
.widget .result .bgc:nth-of-type(2n + 1){
    background: #F6F6F6;
}
.widget.dark .result .bgc:nth-of-type(2n + 1){
    background-color: #2E2F33;
}

.widget .result_container .buttons{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.widget .result_container .buttons > a{
    margin-right: 10px;
    width: 100%;
    background-color: #E4E4E4;
    border-radius: 6px;
    color: #000;
    text-decoration: none;
    height: 50px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;

    font-weight: 600;
    font-size: 16px;
}
.widget.dark .result_container .buttons > a{
    background-color: #494A4D;
    color: #fff;
}
.widget .result_container .buttons > a + a{
    margin-left: 10px;
    margin-right: 0;
}
.widget .result_container .buttons .icon-arrow{
    transform: rotate(180deg);
    display: inline-block;
    margin-right: 10px;
    font-size: 10px;
}
.widget .result_container .buttons .icon-repeat{
    transform: rotate(-90deg);
    display: inline-block;
    margin-right: 10px;
    font-size: 18px;
}

.widget .copyright{

    text-align: center;
    display: flex;
    justify-content: center;
}
.widget .copyright a{
    text-decoration: none;
    text-align: center;
    display: flex;
    justify-content: center;
}
.widget .copyright a > *{
    display: inline-block;
    vertical-align: middle;
}
.widget .copyright span{
    font-weight: 600;
    font-size: 18px;
    color: #E4E4E4;
    margin-bottom: 3px;
}
.widget.dark .copyright span{
    color: #494A4D;
}
.widget .copyright .svg{
    margin-left: 5px;
}
.widget .copyright svg{
    fill: #E4E4E4;
}
.widget.dark .copyright svg{
    fill: #494A4D;
}

@media (max-width: 767px) {
    .widget{
        padding: 30px;
    }
    .widget .title{
        font-size: 20px;
    }
    .widget .description{
        font-size: 14px;
    }
    .widget .body .steps{
        min-width: 34px;
        width: 34px;
    }
    .widget .body .steps ul{
        margin-right: 10px;
        margin-top: -4px;
    }
    .widget .body .steps ul li.active{
        width: 24px;
        height: 24px;
        font-size: 14px;
        padding: 4px 0;
    }
    .widget .body .items{
        width: calc(100% - 34px);
    }
    .widget .body .items .item{
        padding-bottom: 10px;
    }
    .widget .body .items .form-row{
        flex-wrap: wrap;
    }
    .widget .body label{
        font-size: 14px;
    }
    .widget .body .form-element{
        margin-bottom: 10px;
    }
    .widget .body .form-element.form-element-help{
        margin-bottom: 20px;
    }
    .widget .body .form-row .sep{
        position: relative;
        margin: 0 auto 10px;
        height: auto;
        width: auto;
        bottom: auto;
        left: auto;
        transform: rotate(90deg);
    }
    .widget .body .weigh-grid{
        display: block;
        width: 210px;
        margin: 0;
    }
    .widget .body .weigh-grid::before{
        top: 0;
        bottom: 0;
        left: 100px;
        right: auto;
        width: 6px;
        height: auto;
        border-radius: 3px;
    }
    .widget .body .weigh-grid > li{
        width: 100%;
    }
    .widget .body .weigh{
        text-align: left;
    }
    .widget .body .weigh .weigh-box{
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 15px 0;
        min-height: 58px;
    }
    .widget .body .weigh .weigh-box::before{
        top: -50%;
        bottom: 50%;
        left: 100px;
        right: auto;
        width: 6px;
        height: auto;
    }
    .widget .body .weigh-grid >li:first-child .weigh .weigh-box::before{
        border-radius: 30px;
        left: 100px;
        top: 0;
    }
    .widget .body .weigh .weigh-top{
        width: 105px;
        height: auto;
    }
    .widget .body .weigh .weigh-bot{
        width: 105px;
        padding: 0 0 0 30px;
    }
    .widget .body .weigh .weigh-circle{
        top: 50%;
        left: 93px;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }
    .widget .body .weigh input:checked + .weigh-box .weigh-circle{
        margin-left: -7px;
    }
    .widget .body .weigh .weigh-line{
        top: 50%;
        left: 82px;
        width: 40px;
        height: 2px;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }
    .widget .body .weigh input:checked + .weigh-box .weigh-circle{
        margin-top: 0;
    }
    .widget .body .list-delivery{
        margin-bottom: 20px;
    }
    .widget .body .list-delivery > li{
        width: 100%;
    }
    .widget .body .check-delivery{
        width: 100%;
        height: 70px;
    }
    .widget .body .check-delivery .delivery-box{
        display: flex;
        align-items: center;
        padding: 10px 20px;
    }
    .widget .body .check-delivery .delivery-box .help{
        top: auto;
        right: 20px;
    }
    .widget .body_container .buttons{
        margin-left: 34px;
        flex-direction: column;
        align-items: flex-start;
    }
    .widget .body_container .buttons .btn{
        margin-bottom: 20px;
    }
    .widget .result_container{
        margin-bottom: 20px;
    }
    .widget .result_container .title{
        margin-bottom: 20px;
    }
    .widget .result .columns{
        flex-wrap: wrap;
    }
    .widget .result .columns .column{
        width: 100%;
        margin: 0;
    }
    .widget .result .columns .column + .column{
        margin: 0;
    }
    .widget .result .result-total{
        flex-wrap: wrap;
        text-align: center;
    }
    .widget .result .result-total > *{
        width: 100%;
        margin-bottom: 5px;
    }
    .widget .result .result-total span:last-of-type{
        margin-bottom: 0;
    }
    .widget .result_container .buttons{
        flex-wrap: wrap;
    }
    .widget .result_container .buttons > a{
        margin: 0 0 10px 0;
    }
    .widget .result_container .buttons > a:last-of-type{
        margin-bottom: 0;
        margin-left: 0;
    }
    .widget .body_container .errors{
        margin-left: 34px;
    }
}

@media (min-width: 576px) {
    .widget .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}
@media (min-width: 768px) {
    .widget .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}