.adong-account-page {
    background: green;
}

.adong-form-login a {
    color: var(--color-main);
    text-decoration: none;
}

.adong-form-login a:hover {
    color: rgb(15, 119, 15);
}

.adong-section-login.res {
    background-color: #F9FAFB;
}

.adong-section-login {
    background: url(/medias/2022/10/bg-login.png) no-repeat top right;
    background-color: #F1F1F5;
    padding: 102px 0px 58px 0px;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    align-items: flex-start;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.adong-reg-account {
    margin-bottom: 18px;
    color: #25324B;
}

.adong-welcome {
    font-size: 28px;
    font-weight: 600;
    color: #25324B;
    line-height: 33px;
    margin-bottom: 8px;
}

.adong-login-input {
    color: #515B6F;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
}

.adong-login-input #message .error {
    color: red;
    display: block;
    margin-bottom: 16px;
}

.adong-note {
    color: #667085;
    margin-bottom: 20px;
}

.adong-form-login {
    background: #fff;
    max-width: 575px;
    width: calc(100% - 30px);
    padding: 24px;
    margin: 0 auto;
    border-radius: 5px;
    box-shadow: 0 3px 4px rgb(153 155 168 / 25%);
}

.group-password {
    width: 65%;
}

.adong-if-password {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 24px !important;
}

.adong-form-logo {
    margin-bottom: 34px;
    text-align: center;
}

.adong-form-login button.btn {
    display: flex;
    justify-content: center;
    align-items: center;
}

.adong-form-login button.adong-login-btn {
    background-color: #429ED7;
    color: #fff;
    border: 0;
    width: 100%;
    height: 48px;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    text-transform: none;
    font-weight: 600;
    margin: 0;
}

.adong-form-login button.adong-login-btn:hover {
    background-color: #D0D5DD;
}

.adong-form-login button.adong-login-social {
    width: 100%;
    height: 48px;
    background: #fafbfc;
    border: 1px solid #f1f1f1;
    color: #4C4F59;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    margin: 8px auto;
}

.adong-form-login .form-check-input:checked {
    background: var(--main-color);
    border-color: var(--main-color);
    cursor: pointer;
}

.adong-login-input .form-label {
    margin-bottom: 4px;
    font-size: 16px;
    font-weight: 600;
    color: #475467;
    line-height: 24px;
}

.adong-login-input .form-outline input {
    margin-bottom: 12px;
}

.border-empty {
    border-color: red;
}

.adong-form-login .form-control {
    border-radius: 0;
    height: 48px;
    padding: 12px 16px;
    background: #fff !important;
    color: #98A2B3;
    font-size: 16px;
    font-weight: 400;
    border: 1px solid #D0D5DD;
    box-shadow: none !important;
    outline: none;
}

.adong-form-login .form-control:focus {
    background: #fff !important;
}

label.form-check-label {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
    color: #1D2939;
}

.adong-lost-password {
    text-align: right !important;
}

.icon-login.svg-img {
    margin-right: 10px;
}

.field-group {
    position: relative;
}

.adong-toggle-password {
    position: absolute;
    top: 0;
    right: 0;
}

.adong-toggle-password {
    background: transparent;
    border: 0;
    height: 48px;
    width: 48px;
    display: flex;
    align-content: center;
    justify-content: center;
}

.adong-toggle-password img {
    width: 19px;
}

.adong-go-to-login {
    color: #25324B;
    margin: -10px auto 20px;
}

.back-to-home svg {
    margin-right: 12px;
    margin-bottom: 2px;
}

.back-to-home a {
    color: #101828;
}

.back-to-home {
    background: #429ED7;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #fff!important;
    width: 100%;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.adong-success-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 36px auto 24px;
    position: relative;
}

.adong-success-icon span {
    border-radius: 50%;
    background: #FFC629;
    opacity: 0.2;
    width: 128px;
    height: 128px;
}

.adong-success-noitice {
    text-align: center;
}

.adong-login-close-btn {
    position: relative;
}

.adong-login-close-btn span {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}

.adong-login-terms,
.adong-login-note-bottom {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    margin-top: 24px;
}

img.eye-disable,
img.eye-disable-2 {
    position: relative;
}

.eye-disable:after,
.eye-disable-2:after,
.eye-disable-3:after {
    content: "";
    width: 28px;
    height: 1.5px;
    position: absolute;
    background-color: #7c8493;
    transform: rotate(-45deg);
    top: 49%;
    left: 22%;
}

.loader {
    border: 2px solid #fff;
    border-radius: 50%;
    border-top: 2px solid #f8f9fa;
    width: 20px;
    height: 20px;
    -webkit-animation: spin 2s linear infinite;
    /* Safari */
    animation: spin 2s linear infinite;
}

.adong-login-terms a,
.adong-go-to-login a {
    color: #429ED7;
}

.modal {
    display: none;
    position: fixed;
    z-index: 99;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}

.modal .modal-dialog {
    width: 100%;
    height: 100%;
    display: flex;
    align-content: center;
    justify-content: center;
}


/* Modal Content */

.modal-content {
    margin: auto;
    padding: 20px;
    width: 446px;
    position: relative;
}

.table-banggia table tr {
    height: 60px !important;
    text-align: center;
    background-color: #fff;
}

.table-banggia table tr:nth-child(1) td,
.table-banggia table tr.tr-ft td {
    color: #fff !important;
    font-weight: 600;
    font-size: 14px;
    border: none;
}
.table-banggia table tr.tr-ft td {
    border: 1px solid #fff;
}
.table-banggia table tr:nth-child(1),
.table-banggia table tr.tr-ft {
    background-color: #429ED7;
}

.table-banggia table tr td {
    text-align: center;
    border-right: 1px solid #E4E5F0;
    font-weight: 500;
    font-size: 14px;
    color: #434657;
}
/* 
.table-banggia table tr:nth-child(3) td,
.table-banggia table tr:nth-child(2) td:nth-child(1) {
    border-bottom: 4px solid #1D305F;
} */

/* .table-banggia table tr:nth-child(3) td,
.table-banggia table tr:nth-child(5) td {
    background-color: #F8F8FC;
} */

.table-banggia table {
    box-shadow: 0px 4px 8px -2px rgba(16, 24, 40, 0.1), 0px 2px 4px -2px rgba(16, 24, 40, 0.06);
    border-radius: 8px;
    overflow: hidden;
}

.product-quantity {
    width: 80px;
    position: relative;
    height: 35px;
}
.product-quantity .qty {
    height: 35px;
    line-height: 35px;
    width: 100%;
    padding-right: 20px;
    border: 1px solid #ddd;
    border-radius: 0;
    padding-left: 0;
    background-color: #fff;
    box-shadow: none;
    text-align: center;
    margin-bottom: 0;
    color: #ccc;
    min-height: 10px;
    -webkit-text-fill-color: #ccc;
    -webkit-opacity: 1;
    color: #ccc;
}
.product-quantity .plus, .product-quantity .minus {
    width: 20px;
    height: 18px;
    right: 0;
    position: absolute;
    line-height: 18px;
    color: #ccc;
    display: block;
    float: left;
    cursor: pointer;
    border: 1px #ddd solid;
    padding: 0;
    text-align: center;
    background-color: transparent;
    font-size: 16px;
    font-weight: bold;
    outline: none;
    min-height: unset;
    margin: 0;
    transition: background-color .2s linear;
    -webkit-transition: background-color .2s linear;
    -o-transition: background-color .2s linear;
}
.product-quantity .minus {
    bottom: 0;
}
.product-quantity .plus {
    top: 0;
    transform: rotate(180deg);
}
.product-quantity .plus img, .product-quantity .minus img {
    width: 12px;
    height: 12px;
    position: relative;
    top: -2px;
}
.icon-box.icon-box-cs {
    padding: 8px 12px;
    background: #E8F4FF;
    border: 1px solid #D1E9FF;
    border-radius: 4px;
}

.icon-box.icon-box-cs p {
    margin-bottom: 0;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
}

.box-text-price-2 {
    padding: 16px !important;
    background: #FFFFFF;
    border-radius: 8px;
    margin: 0 !important;
}

a.button.primary.btn-download {
    width: 300px;
    padding: 3px;
    border-radius: 8px;
    margin-bottom: 0;
}

.box-schedule {
    display: flex;
    gap: 32px;
    margin-bottom: 80px;
    position: relative;
}

.box-schedule:first-child::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background-image: url(./img/water-transport.svg);
    background-repeat: no-repeat;
    background-size: cover;
    top: -3px;
    left: 82px;
    z-index: 2;
    background-color: #fff;
}
.box-schedule-left {
    width: 75px;
}
.box-schedule-left .time {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-align: right;
    color: #1A202C;
    margin-bottom: 5px;
}
.box-schedule-left .date {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-align: right;
    color: #718096;
    margin-bottom: 0;
}
.box-schedule-right .location {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    color: #1A202C;
    margin-bottom: 5px;
}
.box-schedule-right>p {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #718096;
    margin-bottom: 0;
}
.group-schedule {
    position: relative;
}
.group-schedule::before {
    content: "";
    width: 1px;
    height: calc(100% - 35px);
    position: absolute;
    top: 0;
    left: 90px;
    background: #429ED7;
}
.group-schedule::after {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    background-image: url(./img/icon-location.png);
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 18px;
    left: 83px;
    z-index: 2;
}
.box-vehicle {
    display: flex;
    gap: 15px;
    margin-bottom: 5px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #1A202C;
}

.box-vehicle span {
    position: relative;
}

.box-vehicle span::before {
    content: "";
    width: 3px;
    height: 3px;
    background: #A0AEC0;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -10px;
}

.icon-box-cont {
    margin-top: 10px;
}

.icon-box-cont p {
    font-weight: 400;
    font-size: 14px;
    color: #4A5568;
}

span.direction {
    font-weight: 500;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    background: #429ED7;
    border-radius: 4px;
    padding: 2px 4px;
    margin-bottom: 15px;
    display: inline-block;
}

.box-schedule:last-child {
    margin-bottom: 0;
}

.box-price-right{
    background: #FFFFFF;
    border-radius: 8px;
    padding: 16px;
}