/* .navbar-expand-md .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    justify-content: flex-end;
} */
button svg {
    height: 20px;
    width: 20px;
    color: #ff4f02;
}

button {
    display: flex;
    align-items: center;
    /* margin-right: 10px; */
    justify-content: space-evenly;
    flex-direction: column;
}

input:focus-visible {
    outline: none;
}

label {
    margin: 0;
}

label svg {
    /* height: 30px; */
    /* width: 30px; */
}
#orange-bg.mnls-package {
    background: #050505 url(/assets/molarisa/agent-package.jpg) no-repeat center top;
    margin-bottom: 100px;
}
.displaynone {
    display: none !important;
}

.appo-moda .modal-content {
    background: none;
}

#pageName {
    width: auto;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    margin: auto;
}

#home {
    padding-top: 0;
}

#place-order {
    /* padding-top: 60px; */
    position: absolute;
    background: #fff;
}

.place-order-container,
.dc-place-order-container {
    padding-top: 60px;
    height: 100vh;
}

.my-hr {
    border-top: 1px solid #dddddd;
    width: 100%;
}

.home-slider.owl-carousel.owl-loaded {
    display: block;
}

.home-slider.owl-carousel.owl-loaded .owl-dots {
    position: absolute;
    z-index: 11;
    bottom: 0%;
    left: 50%;
}

.home-slider.owl-carousel.owl-loaded .owl-dot.active span {
    height: 10px;
    width: 10px;
    background: #ff000069;
}

.home-slider.owl-carousel.owl-loaded button.owl-dot {
    height: 10px;
    width: 10px;
    background: #ff000069;
    border-radius: 100%;
    margin-right: 10px;
}

.home-slider.owl-carousel.owl-loaded button.owl-dot:focus {
    background: #ffffff69;
    outline: 2px solid #f00;
}

.home-slider.owl-carousel.owl-loaded button.owl-dot.active {
    height: 10px;
    width: 10px;
    background: #ff0000;
}

.home-slider.owl-carousel.owl-loaded button.owl-dot span {
    height: 10px;
    width: 10px;
    background: #f00;
}

.home-slider-mobile.owl-carousel.owl-loaded {
    background: #f00;
    display: none;
}

.notice-text {
    background: #ff4f02 url(../../assets/img/icon/note-texticon.png) no-repeat 5px 0px;
    height: 45px;
    border-radius: 10px;
    width: 100%;
    overflow: hidden;
    position: relative;
    display: flex;
    background-size: cover;
    padding: 5px 0;
}

.icon-notice {
    height: 40px;
    position: absolute;
    width: 12%;
    right: 0;
    top: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
}

.icon-notice svg {
    color: #fff06c;
    width: 100%;
    font-size: 19px;
}

.text-notice {
    width: 92%;
    margin-left: 15%;
    padding-right: 13%;
    padding-left: 2%;
    background: linear-gradient(180deg, #ff4f02 0%, #ff4e00 100%);
    box-shadow: 0px 2px 4px rgb(24 24 24 / 15%);
    border-radius: 6px;
}

.text-notice p {
    color: #fff;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    line-height: 32px;
    width: 100%;
}

.category-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
.category-list.alert {
    position: relative;
    padding: 0rem;
    margin-top: 0.75rem;
    margin-bottom: 0rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}
.selectTime-box {
    background: #ff9021;
    box-shadow: 0px 4px 4px rgba(211, 101, 0, 0.2);
    border-radius: 10px;
    padding: 10px 5px;
    margin: 15px 0;
}

.selectTime-box h4.title {
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    color: #ffffff;
    padding-bottom: 10px;
}

.selectTime-box .list-time-box {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
    /* padding: 10px 0; */
    width: 100%;
    justify-content: space-between;
}

.selectTime-box .list-time-box .form-select-box {
    width: 53%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    position: relative;
}
.selectTime-box .list-time-box .to-select-box {
    width: 46%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}

/* .selectTime-box .list-time-box input {
    width: 100%;
    padding: 6px 0;
    border-radius: 10px;
    line-height: 31px;
    font-size: 17px;
    padding-left: 10px;
    border: 1px solid #eeeeee;
    height: 37px;
} */
.selectTime-box .list-time-box input[type="date" i],
.selectTime-box .list-time-box input[type="time" i] {
    align-items: center;
    display: flex;
    /* font-family: monospace; */
    padding-inline-start: 11px;
    cursor: default;
    overflow: hidden;
    padding: 5px;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    font-size: 15px;
    border-radius: 10px;
    width: 100%;
    padding-left: 32px;
}
/* .selectTime-box .list-time-box input[type="date"]::-webkit-inner-spin-button,
.selectTime-box .list-time-box input[type="date"]::-webkit-calendar-picker-indicator {
    width:50px;
    -webkit-width:10px;
}
.selectTime-box .list-time-box input[type="time"]::-webkit-inner-spin-button,
.selectTime-box .list-time-box input[type="time"]::-webkit-calendar-picker-indicator {
    width:10px;
    -webkit-width:10px;
} */
/* .selectTime-box .list-time-box input[type="date"]::-webkit-calendar-picker-indicator {
    background: url(https://mywildalberta.ca/images/GFX-MWA-Parks-Reservations.png) no-repeat;
    background: #ffffff url(../../assets/img/icon/date-icon.png) no-repeat center center;
    filter: invert(1);
    -webkit-appearance:initial;
}
.selectTime-box .list-time-box input[type="time"]::-webkit-calendar-picker-indicator {
    background: url(https://mywildalberta.ca/images/GFX-MWA-Parks-Reservations.png) no-repeat;
    background: #ffffff url(../../assets/img/icon/time-icon.png) no-repeat center center;
    filter:initial(.5);
    -webkit-appearance:initial;
} */
.selectTime-box .list-time-box input[type="date"]:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    content: "\f073";
    position: absolute;
    top: 50%;
    left: 4px;
    transform: translateY(-50%);
    color: #fff;
    padding: 2px 6px;
    background: linear-gradient(180deg, #86a2ff 0%, #294aed 100%);
    border-radius: 8px;
}
.selectTime-box .list-time-box input[type="time"]:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    content: "\f017";
    position: absolute;
    top: 50%;
    left: 4px;
    transform: translateY(-50%);
    color: #fff;
    padding: 2px 5px;
    background: linear-gradient(180deg, #86a2ff 0%, #294aed 100%);
    border-radius: 8px;
}

/* .selectTime-box .list-time-box label {
    position: absolute;
    margin: 0;
    background: #ffffff url(../../assets/img/icon/date-icon.png) no-repeat center center;
    height: 30px;
    width: 30px;
}
 */
.selectTime-box .list-time-box label button.blue {
    margin-left: 6px;
    font-size: 25px;
}

/* icon */
.category-list.one a .category-icon {
    display: flex;
    width: 10%;
    position: relative;
    margin-right: 10px;
}

.category-list a .category-icon {
    display: flex;
    width: auto;
    flex-direction: column;
    min-height: 100px;
    justify-content: center;
}

.category-list a:hover {
    background: linear-gradient(140.16deg, #ffb872 30.33%, #ff763a 77.66%);
    box-shadow: 2px 2px 6px rgba(0, 6, 11, 0.25);
    border-radius: 10px;
}

.category-list a {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    padding: 10px 0px;
    border: 1px solid rgb(179 179 179 / 50%);
    box-sizing: border-box;
    background: linear-gradient(289.92deg, #ffffff 1.16%, #f4f4f4 99.54%);
    box-shadow: -5px -5px 20px #ffffff, 4px 4px 15px rgba(152, 152, 169, 0.5);
    border-radius: 12px;
    margin: 5px;
}

.category-list a {
    width: 21%;
}

.category-list.one a {
    width: 100%;
    display: flex;
    margin-bottom: 10px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    padding: 8px;
}

.category-list.one .category-icon span {
    position: absolute;
    width: 20px;
    height: 20px;
    background: #ff5c00;
    color: #fff;
    text-align: center;
    line-height: 20px;
    border-radius: 20px;
    right: 0px;
    top: 0px;
}

.category-list.one .category-icon img {
    border-radius: 10px;
}

.category-list.one a button {
    font-weight: bold;
    font-size: 16px;
    line-height: 12px;
    color: #858585;
    position: absolute;
    top: 10px;
    right: 10px;
    border: none;
    background: none;
}

.category-list.one .info-box h4 {
    font-weight: bold;
    font-size: 16px;
    line-height: 12px;
    /* identical to box height */
    color: #ff4f02;
}

.category-list.one .info-box span {
    font-size: 12px;
    line-height: 101.56%;
    /* or 12px */
    letter-spacing: 0.02em;
    color: #363636;
}

.category-list p {
    color: #3a3a3a;
    line-height: 18px;
    text-align: center;
    padding: 0 5px;
}

/* footer */
.ft-goup1 {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.ft-social {
}

.ft-social .goup {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

.countitem-ft {
    /* background: #ff7336; */
    /* border-radius: 20px 20px 0px 0px; */
    padding: 13px 15px;
    width: 100%;
    margin: 0 auto;
    max-width: 600px;
    display: flex;
    justify-content: space-between;
}

.price-count .countitem-ft {
    background: #ffffff;
    border-radius: 20px 20px 0px 0px;
    padding: 20px 20px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    height: 160px;
    box-shadow: 0px 1px 13px rgb(0 0 0 / 20%);
    position: relative;
    flex-direction: column;
}

.price-count .countitem-ft .title,
.price-count .countitem-ft .totle-price {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.price-count .countitem-ft .title h4,
.price-count .countitem-ft .totle-price h4 + h4 {
    color: #ff7336;
    font-weight: bold;
}

.price-count .countitem-ft .price-list {
    position: relative;
}

.price-count .countitem-ft .totle-price h4 + h4 {
    font-size: 24px;
}

.price-count .countitem-ft .price-list table {
    position: relative;
}

.price-count .countitem-ft .price-list table tr td {
    padding: 0.35rem;
    width: 50%;
}

.price-count .countitem-ft .price-list table tr td + td {
    text-align: right;
}

.countitem-ft .tit-list {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 40%;
    flex-direction: column;
}

.countitem-ft .link-list {
    display: flex;
    flex-direction: row;
    width: 60%;
    justify-content: space-between;
}

.countitem-ft.order-records .link-list {
    width: 100%;
}

.link-list a {
    text-align: center;
}

.countitem-ft .tit-list h4.title {
    color: #fff;
    font-size: 12px;
}

.countitem-ft .tit-list .price-box {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}

.countitem-ft .tit-list h4.price {
    color: #fff;
    margin-right: 10px;
}

.countitem-ft .tit-list button svg {
    width: 4px;
}

.order-box {
    height: 100vh;
    margin-bottom: 100px;
}

.selectLocation-box svg {
    font-size: 24px;
}

.selectLocation-box h4.title {
    font-weight: bold;
    font-size: 20px;
    line-height: 23px;
    color: #ff4f02;
}

.selectLocation-box .form-select-box,
.selectLocation-box .to-select-box {
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
}

.selectLocation-box .form-select-box label,
.selectLocation-box .to-select-box label {
    width: 10%;
    text-align: center;
    margin: 0;
}

.selectLocation-box .form-select-box svg {
    color: #ff4f02;
}

.selectLocation-box .form-select-box input {
    border-bottom: 1px solid #f00;
    width: 90%;
}

.selectLocation-box .to-select-box input {
    box-shadow: none;
    border-bottom: 1px solid #2649ed;
}

.selectLocation-box .form-select-box input.form-control,
.selectLocation-box .to-select-box input.form-control {
    box-shadow: none;
    padding-left: 10px;
    margin-bottom: 10px;
    padding-right: 30px;
    border-radius: 0;
    border-top: none;
    border-right: none;
    border-left: none;
}

.selectLocation-box .to-select-box svg {
    color: #2649ed;
}

.center-dotline-up,
.center-dotline-bot {
    border-left: 1px dashed #c7c7c7;
    position: absolute;
    height: 40%;
    left: 4.6%;
    z-index: -1;
}

.center-dotline-up {
    bottom: 0;
}

.center-dotline-bot {
    top: 0;
}

a#link-map {
    position: absolute;
    right: 0;
}

a#link-map svg {
    color: #525252;
}

.slc-item-box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 0 10px;
}

.slc-item-box .item-details,
.slc-item-box .item-vehicle {
    padding: 5px 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.slc-item-box .item-details {
}

.slc-item-box .item-vehicle {
}

.slc-item-box button svg {
    color: #ffffff;
}

/* model popup */
#item-details .modal-header,
#item-vehicle .modal-header {
    display: -ms-flexbox;
    display: block;
}

#item-details .modal-body {
    color: #3a3a3a;
    font-size: 15px;
}

#item-details .modal-header button,
#item-vehicle .modal-header button {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 29px;
    width: 30px;
    height: 30px;
    background: none;
    border: none;
    z-index: 1;
}

#item-details .modal-title,
#item-vehicle .modal-title {
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    /* identical to box height */
    color: #ff4f02;
}

#item-details .ft-modal,
#item-vehicle .ft-modal {
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    flex-wrap: nowrap;
}

#item-details .ft-modal button.grey,
#item-vehicle .ft-modal button.grey {
    width: 45%;
}

#item-details .red,
#item-details .purple,
#item-details .orange {
    width: 48px;
    margin-right: 10px;
    text-align: center;
    font-size: 28px;
    height: 48px;
    line-height: 34px;
}

#item-details .col-form-label {
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

#item-details input[type="checkbox"],
#item-details input[type="radio"],
#item-vehicle .mycheck input[type="radio"] {
    display: none;
}

#itemDetailsForm input[type="checkbox"] {
    display: block;
    border: 0;
    /* outline: 2px solid #FF4F02; */
}

.mycheck .form-check {
    display: flex;
    align-items: center;
    flex-direction: row;
}

#item-vehicle .mycheck .form-check {
    display: flex;
    align-items: center;
    flex-direction: row;
    padding: 0;
    flex-wrap: wrap;
}

#item-vehicle .mycheck label {
    height: 100px;
    width: 100px;
    border-radius: 5px;
    border: none;
    margin-right: 0;
    margin-bottom: 15px;
    display: flex;
    align-items: flex-end;
    justify-content: space-around;
    font-size: 14px;
    line-height: 16px;
    color: #2b2b2b;
}

#item-vehicle .mycheck label.v1 {
    background-image: url("../../assets/img/icon/v01.png");
}

#item-vehicle .mycheck label.v2 {
    background-image: url("../../assets/img/icon/v02.png");
}

#item-vehicle .mycheck label.v3 {
    background-image: url("../../assets/img/icon/v03.png");
}

#item-vehicle .mycheck label.v4 {
    background-image: url("../../assets/img/icon/v01.png");
}

#item-vehicle .mycheck input[type="radio"]:checked + label {
    background-color: #ffc994;
}

#item-vehicle .mycheck input[type="radio"] + label {
    background-color: #fff;
}

.mycheck input[type="checkbox"] + label,
.mycheck input[type="radio"] + label {
    height: 20px;
    width: 20px;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #ff4f02;
    margin-right: 10px;
}

.mycheck input[type="checkbox"]:checked + label,
.mycheck input[type="radio"]:checked + label {
    height: 20px;
    width: 20px;
    border-radius: 5px;
    background: #f00;
    border: 1px solid #ff4f02;
}

.ft-menu.mobile {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-end;
    display: none;
    justify-content: space-between;
    position: relative;
}

.ft-menu.mobile .ft-menu-list {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 5px;
}

.ft-menu-list a {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ft-menu.mobile .ft-menu-list {
    width: 20%;
    position: relative;
}

.ft-menu.mobile .ft-menu-list.active {
    width: 20%;
    position: relative;
}

.ft-menu.mobile .ft-menu-list.active img {
    /* position: absolute; */
    transform: translate(0px, -19px);
}

.ft-menu.mobile .ft-menu-list img {
    position: relative;
    transform: translate(0px, 0px);
    transition: transform 440ms ease-in-out;
}

.ft-menu.mobile .ft-menu-list i {
    width: 100%;
}

.ft-menu.mobile .ft-menu-list.active svg {
    position: absolute;
    top: 0;
    background: #ff6c2c;
    /* box-shadow: 0px 4px 4px rgb(0 0 0 / 20%);;/* background: #ff4f02; */
    box-shadow: 0px 4px 4px rgb(0 0 0 / 20%);
    border-radius: 100%;
    /* border: 6px solid #ffefe8; */
    color: #fff;
    width: 60px;
    height: 60px;
    text-align: center;
    padding: 4px;
}

.ft-menu.mobile .ft-menu-list svg {
    position: relative;
    color: #fff;
    width: 40px;
    height: 50px;
    text-align: center;
}

.ft-menu.mobile .ft-menu-list span {
    color: #fff;
    font-size: 11px;
    letter-spacing: 0.03rem;
    font-weight: 500;
    position: absolute;
    bottom: 5px;
    text-align: center;
    line-height: 12px;
}

.ft-menu.mobile .ft-menu-list span.doubleLine {
    bottom: -5px;
}

.ft-menu.mobile .ft-menu-list.active span {
    /* color: #faff00; */
}

.login-register-bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0) url(../img/bg/loginbg.jpg) no-repeat scroll top left / contain;
}

.login-register-bg.nav.nav-pills {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.login-register-bg.nav.nav-pills a {
    color: #2b2b2b;
}

.login-register-bg.nav.nav-pills .login-page,
.login-register-bg.nav.nav-pills .sign-up-page {
    width: 300px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.login-register-bg.nav.nav-pills .login-page h4,
.login-register-bg.nav.nav-pills .sign-up-page h4 {
    color: #767676;
    font-size: 14px;
    padding: 15px 0;
}

.register-box,
.login-box {
    height: 80px;
    width: 80px;
    background: #eeeeee;
    border-radius: 10px;
}

.register-box img,
.login-box img {
    padding: 18px;
    width: 100%;
}

.login .title-login {
}

.login .modal-content {
    background: #ffffff;
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
    box-shadow: 0px 0px 15px -3px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
}

.login .title-login h3 {
    font-size: 25px;
    line-height: 48px;
    color: #2f5fff;
    font-weight: 800;
    font-style: italic;
}

.login-form .header-tit h5 {
    font-weight: 800;
    font-size: 18px;
    font-style: italic;
    color: #ff4f02;
}

.login-form .header-tit span {
    font-size: 14px;
    line-height: 21px;
    color: #3a3a3a;
}

section#agent-packages,
form#agent-method,
section#take-order,
section#user-profile,
#about-me,
#dashboard-agent,
#dashboard-overview,
#vehicle-slc,
#vehicle-info-box,
#summary-order,
#user-profile,
#item-details,
#order-records,
#message-page {
    padding-bottom: 300px;
    background: #f5f5f5;
}
#pay-fail,
#pay-succes {
    padding-bottom: 163px;
}
#agent-packages .packages-box input[type="radio"]:checked + label {
    background: #ffe6d4;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding: 15px 10px;
    margin: 8px 0px;
    align-items: center;
}

#agent-packages .packages-box input[type="radio"] + label {
    background: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding: 15px 10px;
    margin: 8px 0px;
    align-items: center;
    font-size: 18px;
}

#agent-packages .packages-box label h4 {
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    color: #dab674;
}

#agent-packages .packages-box label img {
    margin: 10px 0;
    width: 100%;
    height: 100px;
    object-fit: contain;
}

#agent-packages .packages-box label span {
    font-weight: bold;
    font-size: 15px;
    line-height: 18px;
    color: #dab674;
}

#agent-packages .packages-box label p {
    font-size: 15px;
    line-height: 18px;
    color: #2c2c2c;
}

#agent-packages .packages-box input {
    display: none;
}

#agent-packages .packages-box input[type="radio"] + label .package-dot {
    height: 20px;
    width: 20px;
    border-radius: 100%;
    border: 1px solid #adadad;
    position: absolute;
    z-index: 1;
    top: 15px;
    right: 25px;
    background: #050505;
    border: 1px solid #dab674;
    box-sizing: border-box;
}

#agent-packages .packages-box input[type="radio"]:checked + label .package-dot {
    height: 20px;
    width: 20px;
    border-radius: 100%;
    position: absolute;
    z-index: 1;
    top: 15px;
    right: 25px;
    background: #050505;
    border: 4px solid #dab674;
    box-sizing: border-box;
}

/* bootstrap switch */
#agent-register form h4 {
    font-weight: bold;
    font-size: 26px;
    line-height: 30px;
    color: #ffdd9c;
}

.switch {
    position: relative;
    display: inline-block;
    width: 53px;
    height: 27px;
    margin-top: 5px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

input:checked + .slider {
    background-color: #2196f3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196f3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

.switch-break {
    position: relative;
    display: inline-block;
    width: 100px;
    height: 27px;
    margin-top: 5px;
}

.switch-break input {
    opacity: 0;
    width: 0;
    height: 0;
}

.switch-break .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.switch-break .slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.switch-break input:checked + .slider {
    background-color: #2196f3;
}

.switch-break input:focus + .slider {
    box-shadow: 0 0 1px #2196f3;
}

.switch-break input:checked + .slider:before {
    -webkit-transform: translateX(72px);
    -ms-transform: translateX(72px);
    transform: translateX(72px);
}

.switch-break input:checked + span p {
    -webkit-transform: translateX(16px);
    -ms-transform: translateX(16px);
    transform: translateX(16px);
    margin: 0;
    color: #fff;
}

/* Rounded sliders */
.slider.round {
    border-radius: 25px;
}

.slider.round:before {
    border-radius: 50%;
}

.orange-font {
    font-size: 18px;
    line-height: 21px;
    color: #ff4f02;
}

.cart-item-list {
    padding: 2px 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.cart-item {
    padding: 15px;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
}

.cart-item-list-body {
    padding: 15px;
    display: flex;
    flex-direction: column;
}
/* section#pay-succes {
    background: linear-gradient(180deg, #ff550d 0%, #ff5305 100%);
} */
section#pay-succes {
    background: #ff550d url("../../assets/img/bg/succes.png") no-repeat 50% 5%;
}
section#pay-fail {
    background: #ff550d url("../../assets/img/bg/fail.png") no-repeat 50% 0;
}

.receipt-box {
    background: #fff;
    margin: 15px 5px;
    padding: 15px;
    margin-top: 76px;
    padding-top: 93px;
}

.pay-box {
    background: #fff;
    margin: 15px 5px;
    padding: 15px;
    /* margin-top: -15%; */
    padding: 30px 15px;
    background: #ffffff;
    box-shadow: 0px 6px 12px rgba(157, 49, 0, 0.55);
    border-radius: 10px;
    position: relative;
}

.pay-box-fail {
    background: #fff;
    margin: 15px 5px;
    padding: 15px;
    margin-top: 102px;
    padding: 30px 15px;
    border-radius: 10px;
}

.ticket-box .user-avatar-box,
.ticket-box .title,
.ticket-box .pm-receipts-box,
.user-avatar-box,
.ticket-box .body-box {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
}

.ticket-box .pm-receipts-box .tit {
    font-weight: bold;
}

.ticket-box .title h4,
.ticket-box .body-box h4 {
    color: #ff4f02;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
}

.user-avatar-box {
    position: absolute;
    top: 32px;
    /* background: #8b8b8b; */
    /* padding: 20px; */
    width: 82%;
    border-radius: 20px;
}

.user-avatar-box img {
    width: 120px;
    max-width: 48%;
    background: #8b8b8b;
    padding: 20px;
}

.my-hr-dot {
    width: 100%;
    border-top: 1px dotted #b3b3b3;
    padding: 14px 0;
}

.my-hr-dotzero {
    border-top: 1px dotted #b3b3b3;
    padding: 0;
    margin-left: -1rem;
    margin-right: -1rem;
}

.landing-tit h2 {
    font-style: italic;
    font-weight: 800;
    line-height: 36px;
    font-family: "Fira Sans";
    text-align: center;
    font-size: 43px;
}

.landing-tit h2 span {
    color: #ff4f02;
}

.landing-tit p {
    color: #3a3a3a;
    text-align: center;
}

.login-type {
    display: flex;
    justify-content: space-evenly;
    padding-bottom: 143px;
}

.login-type-list {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 33%;
}

.login-type-list img {
    background: linear-gradient(140.16deg, #ffffff 6.79%, #eaf5ff 61.74%);
    box-shadow: 2px 2px 6px rgb(0 6 11 / 25%);
    border-radius: 14px;
    width: 75px;
    height: 75px;
}

.login-type-list p {
    line-height: 16px;
    color: #343434;
    margin-top: 5px;
    font-size: 13px;
    font-weight: bold;
}

.landing-brand-box {
    width: 150px;
    position: absolute;
    top: 0;
}

.landing-bg {
    background: url(../../assets/img/bg/landing.png) no-repeat center top;
    background-size: auto;
    width: 100%;
    display: flex;
    align-items: flex-end;
    background-position-y: 6%;
}

section#take-order,
section#order-records,
section#order-records-on,
section#order-complete,
section#order-delivery,
#about-me,
#dashboard-agent,
#dashboard-overview,
#vehicle-slc,
#vehicle-info-box,
#summary-order,
#user-profile,
#item-details,
#message-page {
    background: rgb(245 245 245);
}
#user-profile,
#agent-profile,
#driver-profile {
    background: #ff5703;
}
.user-info-tap #driver-profile,
.user-info-tap #user-profile {
    background: #ffffff;
}
.break-time-slc {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.break-time-slc h4 {
    font-size: 16px;
}

.switch-break p {
    margin-left: 30px;
}

.order-type-slc {
}

.order-type-slc ul {
    display: flex;
    flex-wrap: nowrap;
    overflow: auto;
}

.order-type-slc h4 {
}

.order-on .nav-pills .nav-link,
.order-on .nav-pills .nav-link.active {
    width: 145px;
    outline: none;
}

.order-type-box,
.order-on .nav-pills .nav-link {
    color: #959595;
    text-align: center;
    padding: 5px 0;
    background: #ffffff;
    border: 1px solid #c2c2c2;
    box-sizing: border-box;
    /* 3d white small btn */
    box-shadow: -6px -6px 21px #ffffff, 6px 6px 14px rgba(174, 174, 192, 0.3);
    border-radius: 30px;
    margin: 15px 8px;
}

.order-type-box.slc,
.order-on .nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    background: #ff603d;
    color: #fff;
    text-align: center;
    padding: 5px 0px;
    border: 1px solid #ff9338;
    background: linear-gradient(270deg, #ff4f02 0%, #ff9338 100%);
    box-shadow: 0px 4px 11px -1px rgba(255, 79, 2, 0.5);
    border-radius: 30px;
}

.order-on.driver .nav-pills .nav-link.active {
    background: linear-gradient(270deg, #2d54f6 0%, #7693fe 100%);
    box-shadow: 0px 4px 11px -1px rgb(2 10 255 / 50%);
    border: 1px solid #7693fe;
}

.box-color-pickup {
    background: #ff7918;
}

.box-color-delivery {
    background: #ad5bee;
}

.box-color-scheduled {
    background: #345cc2;
}

.box-color-issue {
    background: #3aa8f8;
}

.box-color-completed {
    background: #ff4f02;
}

.box-color-delivery,
.box-color-scheduled,
.box-color-pickup,
.box-color-issue,
.box-color-completed {
    height: 20px;
    width: 20px;
    margin-right: 3px;
    border-radius: 5px;
}

.order-signboard-box {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-right: 20px;
}

.order-signboard {
    display: flex;
}

.order-signboard p {
    color: #3d3d3d;
}

.order-list-item {
}

.icon-sign-deliver,
.icon-sign-scheduled {
    width: 50px;
    height: 50px;
    background: #e97740;
    position: absolute;
    top: 0px;
    right: 20px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-sign-scheduled {
    background: #00c1ec;
}

.icon-sign-deliver {
    background: #f16623;
}

.icon-sign-deliver svg,
.icon-sign-scheduled svg {
    font-size: 30px;
    color: #fff;
}

.order-list-box,
.client-info-card {
    margin-bottom: 36px;
    position: relative;
    background: linear-gradient(289.92deg, #ffffff 1.16%, #f4f4f4 99.54%);
    box-shadow: -5px -5px 20px #ffffff, 4px 4px 15px rgba(152, 152, 169, 0.5);
    border-radius: 10px;
    border: 1px solid #e5e5e5;
}

table.user {
    margin: 0.5rem 0;
}

.user.table td.tit {
    font-size: 17px;
    line-height: 21px;
    color: #3a3a3a;
}

.user.table td.price {
    font-weight: bold;
    font-size: 17px;
    line-height: 21px;
    /* identical to box height */
    color: #ff4f02;
}

table.user tr td {
    padding: 0.3rem 1rem;
    vertical-align: middle;
}

table.user tr td + td {
    text-align: right;
}

.order-list-box t .order-list-box .order-status .icon-list {
    color: #fff;
    display: flex;
    width: 50%;
    justify-content: flex-end;
}

.user .order-list-box .order-status .icon-list,
.driver .order-list-box .order-status .icon-list {
    color: #fff;
    display: flex;
    width: 55%;
    align-items: center;
}

.order-list-box span {
    font-size: 15px;
    line-height: 18px;
    color: #3a3a3a;
    font-weight: 600;
    padding: 0 5px;
}

.location-list {
    padding: 0px 15px;
    position: relative;
}

.location-list p {
    font-size: 14px;
    line-height: 20px;
    padding-left: 30px;
    margin-top: 10px;
    z-index: 1;
}

.location-list p svg {
    color: #ff4f02;
    font-size: 18px;
    margin-left: -28px;
    margin-right: 5px;
}

.location-list p + p svg {
    color: #ff4f02;
    margin-right: 0px;
    margin-left: -18px;
}

#take-order .location-list p + p svg {
    color: #ff4f02;
    margin-right: 6px;
    margin-left: -28px;
}

.payment-price {
    background: #8f8f8f;
    border-radius: 0px 0px 10px 10px;
    padding: 10px 10px;
    /* padding-right: 10px; */
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 40px;
    width: 100%;
}

.payment-price svg {
    color: #fff;
    font-size: 18px;
    margin-right: 8px;
}

.payment-price span {
    color: #fff;
    font-weight: 500;
}

.client-info {
    /* background: linear-gradient(289.92deg, #ffffff 1.16%, #f4f4f4 99.54%); */
    /* box-shadow: 4px 4px 15px rgba(152, 152, 169, 0.5); */
    /* border-radius: 10px; */
    /* border: 1px solid #e3e3e3; */
}

.client-info h4 {
    font-size: 15px;
    line-height: 18px;
    /* identical to box height */
    color: #5a5a5a;
}

.client-info-card {
    padding: 10px;
    background: #ffffff;
    border-radius: 10px;
    margin: 10px 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    position: relative;
}

.client-info-card.issue-status form {
    width: 100%;
}

.client-info-card.issue-status form textarea {
    border-radius: 15px;
}

.client-info-card.issue-box .client-box {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    position: relative;
    align-items: center;
}

.client-info-card.issue-box .client-name {
    text-align: center;
}

.client-photo {
    background: #c4c4c4;
    border-radius: 8px;
    width: 54px;
    height: 54px;
    border: 2px solid #c4c4c4;
    margin-right: 10px;
}

.about-card img {
    background: #ffffff;
    border-radius: 8px;
    width: 50px;
    height: 50px;
    border: 2px solid #f5f5f5;
    margin-right: 10px;
}

.message .about-card img {
    background: none;
    border-radius: 8px;
    width: 50px;
    height: 50px;
    border: none;
    margin-right: 0;
    max-width: 60px;
}

.about-card .about-icon {
    background: #f0f0f3;
    box-shadow: -5px -5px 10px #ffffff, 5px 5px 10px rgba(174, 174, 192, 0.3), inset -2px -2px 4px rgba(0, 0, 0, 0.1),
        inset 2px 2px 4px #ffffff;
    border-radius: 10px;
    height: 35px;
    width: 35px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    margin: 10px 20px 10px 10px;
    border: 1px solid #e3e3e3;
}
.message .about-card .about-icon {
    background: none;
    border: none;
    box-shadow: none;
    border-radius: 0;
    margin: 10px 20px 10px 10px;
    width: 50px;
}

.about-card .about-icon svg {
    color: #ff4f02;
    font-size: 20px;
}

.client-box {
    width: 64%;
}

.clicnt-name {
    font-size: 14px;
    line-height: 19px;
    color: #313131;
    width: fit-content;
}

.client-name {
    width: fit-content;
    font-size: 18px;
    line-height: 21px;
    /* identical to box height */
    color: #ff4f02;
    font-weight: bold;
}

.client-box p {
    font-weight: normal;
    font-size: 15px;
    line-height: 18px;
    color: #3d3d3d;
    margin-bottom: 10px;
}

.time-box {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
}

.time-box span {
    font-size: 16px;
    line-height: 19px;
    /* identical to box height */
    color: #3d3d3d;
}

.time-box svg {
    color: #fff;
    width: 30px;
    height: 30px;
    background: linear-gradient(180deg, #86a2ff 0%, #294aed 100%);
    border-radius: 8px;
    padding: 3px;
    margin-right: 5px;
}

.client-rate-star-box {
}

.client-rate-star-box svg {
    font-size: 20px;
    color: #ddd;
}

.client-rate-star-box svg.active {
    color: #ff603d;
}

.client-phone {
    position: absolute;
    right: 10px;
    bottom: 10px;
}

.client-thanksyou {
    /* position: absolute; */
    width: 36%;
    right: 10px;
    display: flex;
    justify-content: flex-end;
    margin-top: -22px;
}

.client-thanksyou img {
    /* width: 74%; */
}

.client-phone label {
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 40px;
    background: radial-gradient(88.1% 88.1% at 25% 5.95%, #ff9252 0%, #ff4f02 100%);
    box-shadow: 0px 10px 14px rgba(255, 77, 0, 0.3);
    border-radius: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}

.client-phone input[type="tel"] {
    display: none;
}

.client-phone label svg {
    font-size: 28px;
    color: #fff;
}

.order-note {
    padding: 0 10px;
}

.order-note span {
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    color: #ff4f02;
}

.order-note .note-box {
    background: #f4f4f4;
    border: 1px solid #dddddd;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 15px;
    margin-top: 10px;
    height: 80px;
    max-height: 100px;
}

.order-off .order-list-info {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    width: 100%;
    justify-content: space-around;
}

.order-off .order-list-info a {
    width: 50%;
}

.order-off .order-list-info a {
    width: 48%;
}

.about-card-body {
    background: linear-gradient(289.92deg, #ffffff 1.16%, #f4f4f4 99.54%);
    box-shadow: 4px 4px 15px rgb(152 152 169 / 50%);
    border-radius: 10px;
    border: 1px solid #e3e3e3;
    margin-bottom: 30px;
}

.about-card-body.message {
    background: linear-gradient(270deg, #ffffff 80%, #ff4f02 20%);
    box-shadow: 4px 4px 15px rgb(152 152 169 / 50%);
    border-radius: 10px;
    border: 1px solid #e3e3e3;
    margin-bottom: 30px;
}

.about-card {
    /* padding: 5px 5px; */
    /* margin: 10px 0; */
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    position: relative;
    align-items: center;
    justify-content: space-between;
}

.message .about-card {
    /* padding: 5px 5px; */
    /* margin: 10px 0; */
    display: flex;
    flex-direction: row;
    position: relative;
    align-items: center;
    flex-wrap: nowrap;
}

.about-card-list {
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}

.message .about-card-list {
    padding: 0;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
}
.message .about-card-list h4 {
    font-weight: bold;
    font-size: 15px;
    line-height: 18px;
    /* identical to box height */

    letter-spacing: -0.035em;

    color: #ff4f02;
}
.about-card svg {
    width: 40px;
}

.dashboard-card {
    padding: 0;
    background: #fff url("../../assets/img/bg/homebg.jpg") no-repeat;
    border-radius: 10px;
    margin: 10px 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    position: relative;
    align-items: center;
    justify-content: space-between;
    background-size: cover;
}

.dashboard-card a {
    width: 100%;
}

.dashboard-card-list {
    padding: 5px 20px;
    height: 100px;
    display: flex;
    align-items: center;
    overflow: hidden;
    width: 100%;
    justify-content: space-between;
    flex-wrap: nowrap;
    flex-direction: row;
}

.dashboard-card img {
    height: 100px;
}

.order-off .order-list-info .info-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    height: 112px;
    margin: 5px 0;
    padding: 10px;
    background: linear-gradient(289.92deg, #ffffff 18.34%, #f4f4f4 99.54%);
    box-shadow: -2px -2px 10px #ffffff, 2px 2px 10px rgb(174 174 192 / 50%);
    border-radius: 12px;
    border: 1px solid #e5e5e5;
}

.order-off .order-list-info .info-box.rate h4 {
    font-size: 13px;
    font-weight: bold;
}

.order-off .order-list-info .info-box.rate h4 span {
    font-size: 20px;
}

.order-off .order-list-info .info-box.license h4 {
    font-size: 18px;
    font-weight: bold;
}

.order-off .order-list-info .info-box.license h4 span {
    font-size: 20px;
    text-align: center;
    padding-left: 15px;
    background: #c4c4c4;
    border-radius: 15px;
}

.order-off .order-list-info .info-box h4 {
    font-size: 20px;
    font-weight: bold;
}

.order-off .order-list-info .info-box h4 span {
    font-size: 13px;
}

.order-off .order-list-info .info-box p {
    font-size: 15px;
    line-height: 18px;
    color: #808080;
}

.order-off .order-list-info .info-box.license .date-box .date-num {
    font-weight: bold;
    font-size: 18px;
    /* identical to box height */
    color: #313131;
    text-align: center;
    line-height: 20px;
    background: #c4c4c4;
    border-radius: 15px;
    padding: 8px 12px;
    margin-right: 5px;
    margin-bottom: 5px;
}

.order-off .order-list-info .info-box.license .date-box {
    display: flex;
    align-items: center;
}

.main-header-area .user-profile-edit.primer-orange {
    width: 35px;
    height: 35px;
    border-radius: 27px;
}

.main-header-area .user-profile .grey svg {
    color: #ff603d;
}

.annoucement-list {
}

.annoucement-box {
    padding: 10px;
    display: flex;
    align-items: center;
    position: relative;
    background: linear-gradient(289.92deg, #ffffff 18.34%, #f4f4f4 99.54%);
    box-shadow: -2px -2px 10px #ffffff, 2px 2px 10px rgba(174, 174, 192, 0.5);
    border-radius: 12px;
    border: 1px solid #e5e5e5;
}

.annoucement-box .info-details {
    display: flex;
    flex-direction: column;
    margin-left: 10px;
}

.annoucement-box .info-details span {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 12px;
    color: #9b9b9b;
}

.annoucement-box .info-details span svg {
    margin-right: 5px;
}

.annoucement-box .info-details h4 {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 14px;
    line-height: 16px;
}

.annoucement-box .note-flag {
    height: 42px;
    width: 40px;
    position: absolute;
    top: 0;
    right: 12px;
    background: url(../../assets/img/icon/note-flag.svg) no-repeat;
}

.annoucement-box img {
    width: 15%;
    border: 2px solid #dbdbdb;
    border-radius: 10px;
}

.annoucement-box p {
    width: 80%;
    padding-left: 10px;
}

.annoucement-box .btn-claim {
    text-align: center;
    color: #242424;
    background: #c4c4c4;
    border-radius: 30px;
    font-size: 11px;
    padding: 0px 12px;
    margin-left: 10px;
}

.ft-iconbg {
    background: url(../../assets/img/icon/ft-icon-bg.png) no-repeat;
    height: 80px;
    width: 92px;
    position: absolute;
    bottom: 17px;
    background-size: contain;
    transform: translate(-9%, 0px);
    transition: transform 330ms ease-in-out;
}

.character-bottom {
    background: url("../../assets/img/bg/character.png") no-repeat bottom center;
    background-size: contain;
    height: 200px;
    width: 200px;
    position: absolute;
    bottom: 25%;
    left: 23%;
}

.header-area .navbar-brand {
    width: 12%;
}

.user-role-box {
    width: 100%;
    display: flex;
    align-items: center;
    overflow: auto;
    flex-direction: row;
}

.user-role-box a {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 90px;
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 6px;
}

.user-role-box a.active {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 90px;
    border-bottom: 3px solid #f00;
}

.user-role-box a img {
    width: fit-content;
}

.user-role-box h4 {
    font-size: 14px;
    line-height: 18px;
    /* identical to box height */
    color: #464646;
    font-weight: normal;
    width: 100px;
    text-align: center;
}

.user-role-box a.active h4 {
    font-weight: bold;
    font-size: 14px;
    color: #ff4f02;
    text-align: center;
}

.delivery-shortinfo {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px 15px 10px 15px;
}

.delivery-shortinfo svg,
.dc-delivery-info svg {
    color: #ff4f02;
    font-size: 22px;
    margin-right: 5px;
}

.delivery-shortinfo p,
.dc-delivery-info p {
    font-size: 15px;
    line-height: 18px;
    /* identical to box height */
    color: #131313;
    margin-right: 5px;
}

.delivery-shortinfo ul li,
.dc-delivery-info ul li {
    font-size: 14px;
    line-height: 16px;
    color: #777777;
}

.delivery-shortinfo ul,
.dc-delivery-info ul {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.hide-item {
    display: none !important;
}

.note-complete {
    background: #eaeaea;
    border-radius: 30px;
    width: fit-content;
    padding: 0px 10px;
    position: absolute;
    right: 5px;
    font-size: 11px;
    color: #747474;
}

.order-complete-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #fff url("../../assets/img/bg/completed-bg.png") no-repeat center top;
}

.order-complete-box h4 {
    text-align: center;
}

.order-complete-box .user-avatar {
    width: fit-content;
    margin: 15px 0;
}

.order-complete-box .title h4 {
    padding-bottom: 5px;
    font-weight: bold;
    font-size: 20px;
    color: #1e1e1e;
}

.order-complete-box .title {
    text-align: center;
    margin-bottom: 25px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
}

.order-complete-box .time-box svg {
    background: linear-gradient(180deg, #86a2ff 0%, #294aed 100%);
    border-radius: 8px;
}

.order-complete-box .time-box {
    background: linear-gradient(289.92deg, #ffffff 18.34%, #f4f4f4 99.54%);
    box-shadow: -2px -2px 10px #ffffff, 2px 2px 10px rgba(174, 174, 192, 0.5);
    border-radius: 10px;
    border: 1px solid #dedede;
    padding: 5px 10px;
    margin-top: 10px;
}

.order-complete-box .title span {
    text-align: center;
    width: 100%;
}

.order-complete-box .rate-star-box {
    margin: 15px 0;
}

.order-complete-box .rate-star-box input[type="checkbox"] {
    display: none;
}

.order-complete-box .rate-star-box input[type="checkbox"] + label svg {
    color: #d5d5d5;
}

.order-complete-box .rate-star-box input[type="checkbox"]:checked + label svg {
    color: #ff9800;
}

.order-complete-box .rate-star-box svg {
    font-size: 30px;
}
.user-profile-info .note {
    position: absolute;
    z-index: 1;
    padding: 0px;
    border-radius: 10px;
    top: 0px;
    opacity: 0;
    background: linear-gradient(180deg, #ffa756 0%, #ff7b02 100%);
    box-shadow: 0px 4px 11px -1px rgba(255, 79, 2, 0.5);
    transition: padding 0.5s, top 0.5s, opacity 0.5s linear;
}
.user-profile-info .note.active {
    top: 50px;
    opacity: 1;
    padding: 10px 25px;
    transition: padding 0.5s, top 0.5s, opacity 0.5s linear;
}
.user-profile-info .note.active p {
    color: #fff;
}
.user-profile-info {
    position: relative;
    margin-bottom: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.user-profile-info .user-photo {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    padding-bottom: 46px;
    flex-direction: column;
    padding-top: 20px;
}
.user-profile-info .user-photo.agent {
    background: linear-gradient(180deg, #cf92ff 0%, #ad5bee 100%);
}

.user-profile-info .user-photo.user {
    background: linear-gradient(180deg, #ff9e3f 0%, #ff5305 100%);
}

.user-profile-info .user-photo.driver {
    background: linear-gradient(180deg, #5381f8 0%, #345cc2 100%);
}

.user-profile-info .user-photo {
    width: 100%;
}
.user-profile-info .user-photo img.logo {
    width: 100px;
    border: none;
}
.user-profile-info .user-photo img.member-photo {
    width: 90px;
    /* margin: 10px; */
    border-radius: 15px;
    border: 1px solid #ededed;
    object-fit: contain;
}

.user-profile-info .user-name {
    position: absolute;
    z-index: 27;
    display: flex;
    flex-direction: row;
    align-items: center;
    color: #383838;
    background: #fff;
    height: 60px;
    top: 135px;
    width: 80%;
    margin: 0 auto;
    padding: 10px;
    box-shadow: 6px 6px 8px -6px rgba(100, 100, 100, 0.3);
    border-radius: 10px;
    justify-content: space-between;
    border: 1px solid #c2c2c2;
}

.user-profile-info .user-name .name {
    /* color: #f00; */
}

.user-profile-info .user-name .user-rate-box {
    position: relative;
}

.user-profile-info .user-name .user-rate-box .rate-num {
    font-size: 18px;
    letter-spacing: 1px;
}

.user-profile-info .user-name .user-rate-box .rate-star .client-rate-star-box svg {
    width: 15px;
}

.user-info-tap .two-inrow {
    display: flex;
    justify-content: space-between;
}

.user-info-tap .upload-img-box {
    width: 48%;
}

.user-profile-info .user-name .user-rate-box .rate-num span {
    font-size: 14px;
    color: #6c6c6c;
    letter-spacing: 1px;
}

.user-info-tap {
    margin-top: -15px;
    width: 100%;
    /* padding: 10px 15px; */
    background: #fff;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    z-index: 1;
}
.user-info-tap .tab-content {
    padding: 15px 20px;
}
.user-info-tap .collapse {
    background: #f0f0f3;
}
.user-info-tap .collapse.show {
    background: #fff;
}
.user-info-tap form label,
.user-info-tap form select {
    width: 100%;
    font-size: 15px;
}
.user-info-tap form .form-control {
    height: 45px;
}
.user-info-tap form textarea.form-control {
    min-height: 100px;
    border-radius: 16px;
}

.user-info-tap .peronal-vehiclesdetials .accordion {
    width: 100%;
}

.user-info-tap .peronal-vehiclesdetials .accordion .user-info-header button {
    background: #e7e7e7;
    padding: 0px;
    width: 50%;
    border: none;
    border-top-left-radius: 13px;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #2f3538;
    padding: 5px 0;
    line-height: 18px;
    text-align: left;
    font-size: 14px;
}
.user-info-tap .peronal-vehiclesdetials .accordion .user-info-header button.active {
    background: #ffffff;
    outline: 0;
}
.user-info-tap .peronal-vehiclesdetials .accordion .user-info-header button + button {
    border-top-right-radius: 9px;
    border-top-left-radius: 0px;
}
.user-info-tap .peronal-vehiclesdetials .accordion .user-info-header button + button#driver-bank-tab {
    border-radius: 0px;
}
.user-info-tap .peronal-vehiclesdetials .accordion .user-info-header button + button + button {
    border-top-right-radius: 9px;
}
.user-info-tap .peronal-vehiclesdetials .accordion .user-info-header .accordion-button.collapsed {
    background: #e9ecef;
}
.user-info-tap .peronal-vehiclesdetials .accordion .user-info-header .accordion-button:focus {
    border: none;
    outline: 0;
}
.user-info-tap .peronal-vehiclesdetials .accordion .accordion-item {
    padding: 15px;
}

.user-info-tap .peronal-vehiclesdetials .accordion .user-info-header {
    box-sizing: border-box;
    /* 3d white small btn */
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    /* margin: 10px 0; */
    border-bottom: none;
}
.user-profile-info .user-photo .user-info-one {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
}
.user-profile-info .user-photo .user-info-one.agent {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.user-profile-info .user-photo .user-info-one .pass-note {
    padding: 5px 5px;
}
.user-profile-info .user-photo .user-info-one .pass-note h4 {
    color: #303030;
    font-weight: bold;
    margin-bottom: 4px;
    font-size: 14px;
}
.user-profile-info .user-photo .user-info-one span {
    font-size: 12px;
}
.user-profile-info .user-photo .user-info-one .pass-note p {
    font-size: 12px;
    line-height: 18px;
    color: #2f3538;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 5px;
}
.user-profile-info .user-photo .user-info-one .pass-note svg {
    width: 20px;
    height: 20px;
    font-size: 6px;
    background: #f0f0f3;
    box-shadow: inset -2px -2px 4px rgba(0, 0, 0, 0.1), inset 2px 2px 4px #ffffff;
    border-radius: 60px;
    border: 1px solid #efefef;
    padding: 4px;
    margin-right: 5px;
    color: #ff5702;
}
/* date and time picker style */
.selectTime-box .list-time-box input[type="date"]::-webkit-calendar-picker-indicator {
    /* background: #ffffff url(../../assets/img/icon/date-icon.png) no-repeat center center; */
    border-radius: 10px;
    padding: 0.35rem 0.35rem;
    color: #fff;
    /* width:80%; */
}

.selectTime-box .list-time-box input[type="time"]::-webkit-calendar-picker-indicator {
    /* background: #ffffff url(../../assets/img/icon/time-icon.png) no-repeat center center; */
    border-radius: 10px;
    padding: 0.35rem 0.35rem;
    color: #fff;
    /* width:80%; */
}

.selectTime-box .list-time-box input[type="date"]::-webkit-inner-spin-button,
.selectTime-box .list-time-box input[type="time"]::-webkit-inner-spin-button {
    /* width:30px; */
}

.user-earn .today-earn-tot,
.group-earn .today-earn-tot,
.user-earn .weekly-earn-tot,
.group-earn .weekly-earn-tot,
.user-earn .monthly-earn-tot,
.group-earn .monthly-earn-tot {
    border-radius: 10px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin: 10px 0;
    background: #ff9021 url("../../assets/img/icon/home-icon05.png") no-repeat center left;
    box-shadow: 0px 4px 4px rgba(211, 101, 0, 0.2);
}

.group-earn .today-earn-tot,
.group-earn .weekly-earn-tot,
.group-earn .monthly-earn-tot {
    border-radius: 10px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin: 10px 0;
    background: #ff9021 url("../../assets/img/icon/home-icon05.png") no-repeat center left;
    box-shadow: 0px 4px 4px rgba(211, 101, 0, 0.2);
}

.user-earn .tot-list,
.group-earn .tot-list {
}

.user-earn .tot-list h4,
.group-earn .tot-list h4 {
    color: #fff;
    font-weight: bold;
    font-size: 24px;
}

.user-earn .tot-list p,
.group-earn .tot-list p {
    color: #fff;
}

.user-earn .tot-list h4 span,
.group-earn .tot-list h4 span {
    font-size: 14px;
}

.statement-box {
    display: flex;
    justify-content: space-around;
}

.statement-box .statement-montly,
.statement-box .statement-yearly {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.statement-box img {
    background: #ff8d00;
    border-radius: 10px;
    align-items: center;
    min-width: 70px;
    margin-bottom: 8px;
}

.statement-box a {
}

.width38 {
    width: 38px !important;
}

#confirmComplete .modal-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    border: none;
}

#confirmComplete h5 {
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #313131;
}

#confirmComplete p {
    color: #ff4f02;
}

#confirmComplete .modal-body a {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #ffffff;
}

.vehicle-box {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    padding: 15px 15px;
    margin-right: -15px;
    margin-left: -15px;
    background: #fff;
    border-bottom: 1px solid #d7d7d7;
}

.vehicle-box.slc {
    background: #ffe6d4;
}

.vehicle-box.info {
    background: #ebebeb;
}

.vehicle-box .vehicle-info {
    /* width: 70%; */
}

.vehicle-box .vehicle-info p {
    line-height: 18px;
    padding-bottom: 8px;
    color: #3a3a3a;
}

.vehicle-box .vehicle-info svg {
    color: #ff4f02;
}

.vehicle-box img {
    width: auto;
}

.vehicle-box .vehicle-info .vehicle-title .vehicle-slc {
    background: #ff9f3f;
    position: absolute;
    top: 1px;
    right: 45px;
    width: 20px;
    height: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    border-radius: 20px;
    z-index: 9999999;
}

.vehicle-box .vehicle-info ul {
}

.vehicle-box .vehicle-info ul li {
}

.vehicle-box .vehicle-info .vehicle-title {
    width: 100%;
}

.vehicle-box .vehicle-info .vehicle-title h4 {
    color: #ff4f02;
    width: fit-content;
    position: relative;
    padding-right: 30px;
    font-weight: bold;
    padding-bottom: 2px;
    font-size: 18px;
}

.vehicle-box .vehicle-info .vehicle-title .vehicle-slc svg {
    font-size: 11px;
    line-height: 20px;
    color: #fff;
}

.vehicle-info-btn svg {
    font-size: 17px;
    color: #2649ed;
}

.summary-detials-top {
    height: 181px;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    margin-bottom: 30px;
    margin-top: 0px;
    background: url("../../assets/img/bg/summary-bg.png") no-repeat;
}

#orderContactPerson legend {
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    color: #ff4f02;
}

.summary-detials-datetime {
    background: #ffffff;
    border: 1px solid #ced4da;
    box-sizing: border-box;
    box-shadow: -6px -6px 21px #ffffff, 6px 6px 14px rgb(174 174 192 / 30%);
    border-radius: 10px;
    padding: 15px 15px;
    width: 100%;
}

.summary-detials-datetime .title h4 {
    padding-bottom: 10px;
    font-size: 16px;
    line-height: 21px;
    /* identical to box height */
    color: #3a3a3a;
    font-weight: bold;
}

.summary-detials-datetime .timedate-box {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}

#orderContactPerson .summary-detials-datetime .timedate-box .date-box {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

#orderContactPerson .summary-detials-datetime {
    margin-bottom: 20px;
}

.summary-detials-datetime .my-hr {
    border-top: 1px solid #dddddd;
    margin: 1rem -1rem 1rem -1rem;
    width: auto;
}

.summary-detials-datetime .timedate-box .date-box,
.summary-detials-datetime .timedate-box .time-box {
    width: 50%;
    display: flex;
    align-items: center;
}

.summary-detials-datetime .timedate-box .date-box span,
.summary-detials-datetime .timedate-box .time-box span {
    font-size: 14px;
    line-height: 20px;
    color: #515a5f;
}

.summary-detials-datetime .timedate-box .date-box .icon-box,
.summary-detials-datetime .timedate-box .time-box .icon-box {
    width: 35px;
    height: 35px;
    background: #f0f0f3;
    box-shadow: -5px -5px 10px #ffffff, 5px 5px 10px rgba(174, 174, 192, 0.3), inset -2px -2px 4px rgba(0, 0, 0, 0.1),
        inset 2px 2px 4px #ffffff;
    border-radius: 20px;
    border: 1px solid #dbdbdb;
    display: flex;
    align-items: center;
    margin-right: 10px;
    justify-content: space-around;
    padding: 0 0px;
}

.summary-detials-datetime .timedate-box .date-box svg,
.summary-detials-datetime .timedate-box .time-box svg {
    width: 35px;
    height: 22px;
    background: none;
    color: #ff4f02;
    margin-right: 0;
    padding: 0 0px;
    font-size: 16px;
}

.summary-detials-datetime.collect .timedate-box .date-box svg {
    color: #2649ed;
}

.white-btn {
    width: 114px;
    height: 40px;
    border: 1px solid #ffdd9c;
    text-align: center;
    line-height: 31px;
    background: linear-gradient(114.95deg, #e6bb7a 15.88%, #ffdd9c 57.46%);
    box-shadow: 0px 4px 4px rgba(255, 218, 175, 0.13);
    border-radius: 40px;
    color: #000;
    position: absolute;
    right: 0;
}

.user-profile-edit.white-btn,
.close-btn-top.white-btn {
    color: #ffdd9c;
}

.close-btn-top.white-btn svg {
    width: 17px;
    height: 17px;
}

.white-btn.ab-30 {
    position: absolute;
    top: 28px;
    right: 4px;
    font-size: 20px;
    color: #ff4f02;
}

.white-btn.close {
    background: #f0f0f3;
    opacity: 1;
    font-size: 0.9rem;
}

#myNav label {
    margin: 0;
}

.voucherslc {
    width: 100%;
    position: relative;
}

textarea.note-style {
    border-radius: 10px;
}

label.iconinput {
    width: 100%;
    position: relative;
}

label.iconinput svg {
    position: absolute;
    top: 3px;
    right: 12px;
    width: 20px;
    height: 35px;
    color: #ff4f02;
    z-index: 1;
}
.iconinput .twitter-typeahead .form-control.tt-hint {
    border-radius: 30px;
}
.btn-box-inline {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-around;
}

.btn-box-inline a.make-new,
.btn-box-inline a.track-order,
.btn-box-inline a.try-again {
    padding: 10px 0px;
    color: #fff;
    width: 140px;
    text-align: center;
}

.btn-box-inline a.make-new,
.view-order {
    background: linear-gradient(270deg, #2c54f6 0%, #7895fe 100%);
    box-shadow: 0px 4px 11px -1px rgba(2, 103, 255, 0.5);
    border-radius: 10px;
}

.btn-box-inline a.try-again,
.btn-box-inline a.track-order,
.orange-twoBtn {
    background: linear-gradient(270deg, #ff4f02 0%, #ff9338 100%);
    box-shadow: 0px 4px 11px -1px rgba(255, 79, 2, 0.5);
    border-radius: 10px;
    border: none;
    padding: 10px 0px;
    color: #fff;
    text-align: center;
}

.whitecicle-btn {
    background: #ffffff;
    box-shadow: 0px 4px 4px rgba(255, 79, 2, 0.2);
    border-radius: 10px;
    padding: 10px 0;
    width: 48%;
}

.bluecicle-btn {
    background: linear-gradient(91.1deg, #3060ff 6.67%, #294aed 99.06%);
    box-shadow: 0px 4px 4px rgba(46, 90, 251, 0.2);
    border-radius: 10px;
    color: #fff;
    padding: 10px 0;
    width: 48%;
}

.orgcicle-btn {
    background: linear-gradient(270deg, #ff4f02 0%, #ff9338 100%);
    box-shadow: 0px 4px 4px rgba(46, 90, 251, 0.2);
    border-radius: 10px;
    color: #fff;
    padding: 10px 0;
    width: 48%;
}

.receipt-box .both-side-dot {
    position: absolute;
    display: flex;
    width: 107%;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-left: -27px;
    top: 92px;
}

.pay-box .both-side-dot {
    position: absolute;
    display: flex;
    width: 107%;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-left: -27px;
    top: 92px;
}

.pay-box-fail .both-side-dot {
    position: absolute;
    display: flex;
    width: 97%;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-left: -29px;
    top: 215px;
}

.both-side-dot .right-dot,
.both-side-dot .left-dot {
    height: 30px;
    width: 30px;
    border-radius: 30px;
    background: #ff550d;
}

.item-icon01 {
    background: linear-gradient(162.35deg, #f8adff 15.81%, #ab31f6 76.29%);
    box-shadow: 0px 3px 5px rgba(121, 26, 178, 0.25);
    border-radius: 8px;
}

.item-icon02 {
    background: linear-gradient(162.35deg, #ffd291 24.13%, #ff7f00 71.56%);
    box-shadow: 0px 3px 5px rgba(121, 26, 178, 0.25);
    border-radius: 8px;
}

.item-icon03 {
    background: linear-gradient(162.35deg, #ffbcad 15.81%, #f65531 76.29%);
    box-shadow: 0px 3px 5px rgba(121, 26, 178, 0.25);
    border-radius: 8px;
}

.item-icon01,
.item-icon02,
.item-icon03 {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-right: 10px;
}

.item-icon01 svg,
.item-icon02 svg {
    color: #fff;
    font-size: 28px;
}
.item-icon03 svg {
    color: #fff;
    font-size: 23px;
}
.item-fill-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.item-fill-box select.form-select {
    width: 160px;

    background: #f0f0f3 url("../../assets/img/icon/slc-icon.png") no-repeat 98% 50%;

    border: 1px solid #e1e1e1;

    box-shadow: inset 5px 5px 4px rgb(174 174 192 / 20%), inset -5px -5px 4px rgb(255 255 255 / 30%);

    border-radius: 50px;

    -webkit-appearance: none;

    -moz-appearance: none;

    text-indent: 1px;

    text-overflow: "";
}

.item-fill-box p {
    font-size: 16px;
}

.orange-btn {
    background: radial-gradient(88.1% 88.1% at 25% 5.95%, #ff9252 0%, #ff4f02 100%);
    box-shadow: -2px -2px 6px #ffffff, 2px 0px 6px rgba(170, 170, 170, 0.4);
    border-radius: 60px;
    border: none;
    color: #fff;
    padding: 13px 33px;
    font-size: 16px;
}

.orange-btn-circle {
    background: linear-gradient(270deg, #ff4f02 0%, #ff9338 100%);
    box-shadow: 0px 4px 11px -1px rgba(255, 79, 2, 0.5);
    border-radius: 8px;
    border: none;
    padding: 15px;
    color: #fff;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
}

.blue-btn-circle {
    background: linear-gradient(270deg, #2c54f6 0%, #7895fe 100%);
    box-shadow: 0px 4px 11px -1px rgba(2, 103, 255, 0.5);
    border-radius: 8px;
    border: none;
    padding: 15px 30px;
    color: #fff;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
}

.left-item-info {
    display: flex;
    align-items: center;
    flex-direction: row;
}

.item-fill-box input.form-control {
    width: 160px;
    background: #fff;
    border: 1px solid #e1e1e1;
    box-shadow: 5px 5px 4px rgba(174, 174, 192, 0.2), -5px -5px 4px rgba(255, 255, 255, 0.3);
    border-radius: 50px;
}

.item-fill-box option {
    color: #606060;
    background: #fff;
}

.note-red {
    color: #ef3842;
}

#agent-method .col-12 {
    background: linear-gradient(289.92deg, #fcfcfc 1.16%, #fcfcfc 99.54%);
    box-shadow: -2px -2px 10px #ffffff, 2px 2px 10px rgb(174 174 192 / 50%);
    border-radius: 12px;
    border: 1px solid #e5e5e5;
    margin: 10px 0;
}

#agent-method .accordion-header a {
    width: 100%;
}

.cart-item-list h5 {
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    color: #3a3a3a;
}

.cart-slc-dot-active {
    width: 20px;
    height: 20px;
    border-radius: 20px;
    border: 5px solid #ff5c00;
    margin-right: 10px;
}

.cart-slc-dot-inactive {
    width: 20px;
    height: 20px;
    border-radius: 20px;
    border: 5px solid #cbcbcb;
    margin-right: 10px;
}

#agent-method a .cart-slc-dot {
    width: 20px;
    height: 20px;
    border-radius: 20px;
    border: 5px solid #ff5c00;
    margin-right: 10px;
}

#agent-method a.collapsed .cart-slc-dot {
    width: 20px;
    height: 20px;
    border-radius: 20px;
    border: 5px solid #cbcbcb;
    margin-right: 10px;
}

.cart-item-img img {
}

select.form-select {
    background: #ffffff url("../../assets/img/icon/drop-icon.png") no-repeat 101% 47%;
    box-shadow: -4px -4px 10px #ffffff, 4px 2px 10px rgb(170 170 170 / 40%);
    border-radius: 60px;
    height: 43px;
    width: 100%;
    padding: 5px 15px;
    color: #495057;
    font-size: 18px;
    outline: none;
    border: 1px solid #ced4da;
    width: 180px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

@-moz-document url-prefix() {
    select.form-control {
        background: #ffffff;
        box-shadow: -4px -4px 10px #ffffff, 4px 2px 10px rgb(170 170 170 / 40%);
        border-radius: 60px;
        height: 43px;
        width: 100%;
        padding: 5px 15px;
        color: #495057;
        font-size: 18px;
        outline: none;
        border: 1px solid #ced4da;
        background-repeat: no-repeat;
        background-position: calc(100% - 7px) 50%;
        -moz-appearance: none;
        appearance: none;
    }
}

input[type="checkbox"].form-check-input,
input[type="radio"].form-check-input {
    height: 20px;
    width: 20px;
    margin-top: 0;
    margin-left: -1.25rem;
}

label.form-check-label {
    margin-left: 10px;
    line-height: 22px;
}

#agent-method .form-check {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

.order-takeBox {
    padding: 10px 15px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

.order-takeBox .price {
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
}

.order-status {
    background: #ff7918;
    box-shadow: -5px -5px 20px #ffffff, 5px 5px 20px rgb(174 174 192 / 50%);
    border-radius: 11px 11px 0px 0px;
    padding: 10px 15px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

.order-status .icon-list svg {
    width: 35px;
    font-size: 26px;
    color: #fff;
    opacity: 0.5;
}

.order-status .icon-list svg.active {
    color: #fff;
    opacity: 1;
}

.order-details-bg {
    min-height: 200px;
}

.order-status.purple {
    background: #b061ee;
    box-shadow: -5px -5px 20px #ffffff, 5px 5px 20px rgba(174, 174, 192, 0.5);
    border-radius: 11px 11px 0px 0px;
    padding: 10px 15px;
}
.order-details-bg.purple {
    background: url("../../assets/img/bg/order-details-bg.png"), #b061ee;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
    box-shadow: -5px -5px 20px #ffffff, 5px 5px 20px rgba(174, 174, 192, 0.5);
    border-radius: 11px 11px 0px 0px;
    padding: 10px 15px;
}

.order-status.blue-sea {
    background: #3aa8f8;
    box-shadow: -5px -5px 20px #ffffff, 5px 5px 20px rgba(174, 174, 192, 0.5);
    border-radius: 11px 11px 0px 0px;
    padding: 10px 15px;
}
.order-details-bg.blue-sea {
    background: url("../../assets/img/bg/order-details-bg.png"), #3aa8f8;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
    box-shadow: -5px -5px 20px #ffffff, 5px 5px 20px rgba(174, 174, 192, 0.5);
    border-radius: 11px 11px 0px 0px;
    padding: 10px 15px;
}

.order-status.red {
    background: #ff4f02;
    box-shadow: -5px -5px 20px #ffffff, 5px 5px 20px rgba(174, 174, 192, 0.5);
    border-radius: 11px 11px 0px 0px;
    padding: 10px 15px;
}

.order-details-bg.red {
    background: url("../../assets/img/bg/order-details-bg.png"), #ff4f02;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
    box-shadow: -5px -5px 20px #ffffff, 5px 5px 20px rgba(174, 174, 192, 0.5);
    border-radius: 11px 11px 0px 0px;
    padding: 10px 15px;
}

.order-status.blue {
    background: #345cc2;
    box-shadow: -5px -5px 20px #ffffff, 5px 5px 20px rgba(174, 174, 192, 0.5);
    border-radius: 11px 11px 0px 0px;
    padding: 10px 15px;
}

.order-details-bg.blue {
    background: url("../../assets/img/bg/order-details-bg.png"), #345cc2;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
    box-shadow: -5px -5px 20px #ffffff, 5px 5px 20px rgba(174, 174, 192, 0.5);
    border-radius: 0px;
    padding: 10px 15px;
}

.order-status.orange {
    background: linear-gradient(180deg, #ff9e3f 0%, #ff5305 100%);
    box-shadow: -5px -5px 20px #ffffff, 5px 5px 20px rgba(174, 174, 192, 0.5);
    border-radius: 11px 11px 0px 0px;
    padding: 10px 15px;
}

.order-details-bg.orange {
    background: url("../../assets/img/bg/order-details-bg.png"), linear-gradient(180deg, #ff9e3f 0%, #ff5305 100%);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
    box-shadow: -5px -5px 20px #ffffff, 5px 5px 20px rgba(174, 174, 192, 0.5);
    border-radius: 11px 11px 0px 0px;
    padding: 10px 15px;
}

.order-status span {
    color: #ffffff;
}

.half-width {
    width: 50%;
}

.list-carPart {
    height: 50px;
    background: #fff0 url(../../assets/img/icon/car-park-line.png) repeat-x right bottom;
    margin-bottom: 4px;
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    padding: 0 23px;
}

.list-carPart img {
    /* width: 57px; */
    /* max-width: 77%; */
}

.slc-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.slc-box button {
    width: 45%;
}

.slc-box form {
    width: 100%;
}

.slc-box button {
    background: linear-gradient(270deg, #2c54f6 0%, #7895fe 100%);
    box-shadow: 0px 4px 11px -1px rgb(2 103 255 / 50%);
    border-radius: 8px;
    padding: 9px 0;
    color: #fff;
}

.slc-box form button {
    width: 49%;
    border-radius: 8px;
    padding: 8px 0;
    border: 0;
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    display: inline;
}
.slc-box form button.orange {
    background: linear-gradient(270deg, #ff4f02 0%, #ff9338 100%);
    box-shadow: 0px 4px 11px -1px rgba(255, 79, 2, 0.5);
}
.slc-box form button.blue {
    background: linear-gradient(270deg, #2c54f6 0%, #7895fe 100%);
    box-shadow: 0px 4px 11px -1px rgb(2 103 255 / 50%);
}

.user-order-box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-right: 10px;
    width: 100%;
}

.user-order-box h4 {
    font-weight: bold;
    font-size: 15px;
    line-height: 18px;
    /* identical to box height */
    color: #3a3a3a;
    padding-bottom: 10px;
}

.order-list-box h4.time-text {
    margin-left: 15px;
    padding: 11px 5px;
    position: relative;
    font-size: 16px;
    font-weight: bold;
}

#slc-location {
    /* position: absolute; */
    width: 100%;
    margin-top: -50px;
    z-index: 100;
}

.top-info {
    display: flex;

    justify-content: normal;

    align-items: flex-start;

    width: 100%;
}

.light-white {
    padding: 0.55rem 0.35rem;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    color: #ffffff;
    /* border: 0; */
    /* color: #ff4f02; */
    width: 63%;
    background: rgba(89, 81, 68, 0.3);
    mix-blend-mode: screen;
    box-shadow: 0px 4px 9px 3px rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(3px);
    /* Note: backdrop-filter has minimal browser support */
    border-radius: 161px;
}

/* testing2 */
.to-select-box {
    position: relative;
}

.time1212 {
    height: 30px;
    width: 30px;
    padding: 2px;
    position: absolute;
    background: linear-gradient(180deg, #86a2ff 0%, #294aed 100%);
    border-radius: 8px;
    right: 3%;
}

.time1212 svg {
    font-size: 26px;
    color: #fff;
}

.pending-svg {
    background: url("../../assets/img/icon/pending-icon.svg") no-repeat center center;
    height: 24px;
    width: 50px;
    background-size: contain;
}

.delivery-svg {
    background: url("../../assets/img/icon/delivering-icon.svg") no-repeat center center;
    height: 24px;
    width: 50px;
    background-size: contain;
}

.pickup-svg {
    background: url("../../assets/img/icon/pickup-icon.svg") no-repeat center center;
    height: 24px;
    width: 50px;
    background-size: contain;
}

.completed-svg {
    background: url("../../assets/img/icon/completed-icon.svg") no-repeat center center;
    height: 24px;
    width: 50px;
    background-size: contain;
}

.filter-box {
    color: #959595;
    text-align: center;
    padding-right: 68px;
    background: #ffffff;
    border: 1px solid #c2c2c2;
    box-sizing: border-box;
    box-shadow: -6px -6px 21px #ffffff, 6px 6px 14px rgb(174 174 192 / 30%);
    border-radius: 30px;
    margin: 15px 8px;
    height: 50px;
    width: 100%;
    font-size: 18px;
}

#filterBox .input-group {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

#filterBox .input-group button {
    position: absolute;
    right: 11px;
    top: 17px;
    width: 45px;
    background: radial-gradient(88.1% 88.1% at 25% 5.95%, #ff9252 0%, #ff4f02 100%);
    box-shadow: 0px 10px 14px rgba(255, 77, 0, 0.3);
    border-radius: 50px;
    border: none;
    height: 45px;
    color: #fff;
}

#filterBox .driver-order.input-group button {
    position: absolute;
    right: 11px;
    top: 17px;
    width: 45px;
    background: radial-gradient(88.1% 88.1% at 25% 5.95%, #7895fe 0%, #2649ed 100%);
    box-shadow: 0px 10px 14px rgb(0 58 255 / 30%);
    border-radius: 50px;
    border: none;
    height: 45px;
    color: #fff;
}
#agentProfileForm .title-box button,
#agentBankForm .title-box button {
    right: 11px;
    top: 17px;
    width: 40px;
    background: radial-gradient(610.37% 129.86% at 13% 0%, #aa75ff 0%, #6100ff 100%);
    box-shadow: 0px 10px 14px rgba(97, 0, 255, 0.3);
    border-radius: 50px;
    border: none;
    height: 40px;
    color: #fff;
}
#userProfileForm .title-box button,
#userBankForm .title-box button {
    right: 11px;
    top: 17px;
    width: 40px;
    background: radial-gradient(88.1% 88.1% at 25% 5.95%, #ff9252 0%, #ff4f02 100%);
    box-shadow: 0px 10px 14px rgba(255, 77, 0, 0.3);
    border-radius: 50px;
    border: none;
    height: 40px;
    color: #fff;
}
#driverProfileForm .title-box button,
#driverBankForm .title-box button,
#driverVehicleForm .title-box button {
    right: 11px;
    top: 17px;
    width: 40px;
    background: radial-gradient(88.1% 88.1% at 25% 5.95%, #7895fe 0%, #2649ed 100%);
    box-shadow: 0px 10px 14px rgba(97, 0, 255, 0.3);
    border-radius: 50px;
    border: none;
    height: 40px;
    color: #fff;
}
#userProfileForm .title-box button svg,
#userBankForm .title-box button svg,
#agentProfileForm .title-box button svg,
#agentBankForm .title-box button svg,
#driverProfileForm .title-box button svg,
#driverBankForm .title-box button svg,
#driverVehicleForm .title-box button svg {
    color: #ffffff;
    height: 20px;
}
.my-mt-1 {
    margin-top: 1rem;
}

.my-mt-2 {
    margin-top: 2rem;
}

#gender_id.form-control {
    font-size: 15px;
    outline: none;
    padding-left: 20px;
    /* box-shadow: -4px -4px 10px #ffffff, 4px 2px 10px rgb(170 170 170 / 40%); */
    border-radius: 60px;
    height: 42px;
}

.my-check.form-check-inline {
    padding-left: 1.25rem;
}

.register-tab {
    display: inline-flex;
    align-items: center;
}

.register-tab p {
    margin-left: 7px;
}

.white-btn-orgbg {
    width: 35px;
    height: 35px;
    background: #f0f0f3;
    box-shadow: -5px -5px 10px #ffffff00, 5px 5px 10px rgb(174 174 192 / 30%), inset -2px -2px 4px rgb(0 0 0 / 10%),
        inset 2px 2px 4px #ffffff;
    border-radius: 20px;
    border: 1px solid #dbdbdb;
}

.main-header-area2 .launch-mascot {
    height: 80px;
}

.launch-mascot {
    /* background-image: url(../../assets/img/bg/charater009.png); */
    /* background-repeat: no-repeat; */
    /* background-position: 55% 12%; */
    /* background-size: 39%; */
    /* height: 80px; */
}

.main-header-area2 {
    font-variant: JIS78;
    height: 80px;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 100;
    border-bottom: 1px solid #d9d9d9;
    /* background: #ff4f02; */
}

.whitebg {
    background: #fff;
}

.noborder .nav-tabs .nav-item.show .nav-link,
.noborder .nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #fff0;
    width: 100%;
}

button#home-tab:focus,
button#profile-tab:focus {
    outline: none;
}

.tabbtn {
    width: 100%;
}

.reg-tab1 {
    width: 50%;
}

.w-100 {
    width: 100%;
}

.reg-tnc span {
    margin-left: 10px;
}

#others-vehicle .form-control {
    font-size: 14px;
    outline: none;
    padding-left: 20px;
    background: #ffffff;
    box-shadow: -4px -4px 10px #ffffff, 4px 2px 10px rgba(170, 170, 170, 0.4);
    border-radius: 10px;
}

#agent-register .form-control:focus {
    border: 1px solid #ffdd9c;
}

#order-records .icon-list {
    display: flex;
}

#order-records .icon-list .white-btn {
    opacity: 0.5;
    margin: 0 5px;
}

#order-records .icon-list svg {
    font-size: 18px;
    color: #ff4f02;
}

.group-status-div {
    display: flex;

    justify-content: space-between;

    align-items: center;
}

.status-bg {
    background: #ff7918;

    padding: 5px 20px;

    border-radius: 20px;

    color: #fff;
}

.status-bg.completed {
    background: #c526ed;
}

.status-bg.ongoing {
    background: #2649ed;
}

.status-bg.blue-sea {
    background: #3aa8f8;
}

#order-records .icon-list .white-btn.active {
    opacity: 1;
}

.order-record .modal-content {
    background: #fff url("../../assets/img/order-crt.png") no-repeat -80px 16%;
    border-radius: 20px;
}

.order-record .modal-header {
    border: none;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.order-record .modal-body .formgroup {
    display: flex;
    justify-content: space-between;
}

.order-record .modal-body .formgroup button {
    width: 48%;
}

.order-record .modal-body h5 {
    font-size: 25px;
    line-height: 31px;
    color: #111111;
    width: 70%;
    margin: 0 auto;
    padding-bottom: 14px;
}

.order-record .modal-body {
    text-align: center;
}

.order-record .modal-body p span {
    color: #ff4f02;
}

.order-record .modal-body {
    text-align: center;
}

.order-record .modal-body p span {
    color: #ff4f02;
}

.order-record .modal-body p span {
    color: #ff4f02;
}

.copyright {
    color: black;
    text-align: center;
    margin-bottom: 35px;
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: normal;
    line-height: 24px;
}

.copy-text1 h5 {
    margin-bottom: 10px;
    font-size: 14px;
    color: #232323;
    line-height: 14px;
}

.copy-text2 h5 {
    line-height: 17px;
    color: #232323;
    font-size: 14px;
}

/* .landing-brand-box.py-4 img {
    width: 50%;
} */

#registration h4 {
    color: #ff4f02;
    font-weight: bold;
}

.bg-button-box {
    padding-top: 103px;
    background: url("../../assets/img/bg/charater009.png") no-repeat 56% 2%;
    background-size: 46%;
}

.validate-customer {
    display: flex;
}

.validate-customer .form-check {
    padding: 0;
}

.validate-customer .form-check input {
    display: none;
}

.orange-text {
    color: #ff4f02 !important;
}

.issue-status input[type="radio"] {
    display: none;
}

.validate-customer .form-check input[type="radio"] + label,
.issue-status input[type="radio"] + label,
.btn-white {
    /* width: 74px; */
    /* height: 40px; */
    background: linear-gradient(289.92deg, #ffffff 18.34%, #f4f4f4 99.54%);
    box-shadow: 0px 4px 4px rgba(255, 218, 175, 0.13);
    border-radius: 30px;
    color: #929da4;
    /* line-height: 38px; */
    margin-left: 0;
    margin-right: 15px;
    text-align: center;
    /* font-weight: bold; */
    border: 1px solid #ced4da;
    padding: 8px 20px;
}

.validate-customer .form-check input[type="radio"]:checked + label,
.issue-status input[type="radio"]:checked + label,
.tit.print-box button.active {
    /* width: 74px; */
    /* height: 40px; */
    background: linear-gradient(289.92deg, #ff4f02 1.16%, #ff8b02 99.54%);
    box-shadow: -2px -2px 10px #ffffff, 2px 2px 10px rgba(245, 101, 19, 0.6);
    border-radius: 30px;
    color: #ffffff;
    /* line-height: 38px; */
    margin-left: 0;
    margin-right: 15px;
    text-align: center;
    /* font-weight: bold; */
    border: none;
    padding: 8px 20px;
}

.tit.print-box button {
    background: linear-gradient(289.92deg, #ffffff 18.34%, #f4f4f4 99.54%);
    box-shadow: -2px -2px 10px #ffffff, 2px 2px 10px rgba(174, 174, 192, 0.5);
    border-radius: 10px;
    color: #929da4;
    margin-left: 0;
    margin-right: 15px;
    text-align: center;
    font-weight: bold;
    border: 1px solid #ced4da;
    padding: 8px 20px;
}

.validate-customer .form-check input[type="radio"]:checked + label,
.issue-status input[type="radio"]:checked + label,
.tit.print-box button.active {
    /* width: 74px; */
    /* height: 40px; */
    background: linear-gradient(
114.95deg
, #e6bb7a 15.88%, #ffdd9c 57.46%);
    box-shadow: 0px 4px 4px rgb(255 218 175 / 13%);
    border-radius: 10px;
    color: #000;
    /* line-height: 38px; */
    margin-left: 0;
    margin-right: 15px;
    text-align: center;
    /* font-weight: bold; */
    border: 1px solid #ffdd9c;
    padding: 8px 20px;
}

.code-date {
    display: flex;
    justify-content: space-between;
}

.registration h4,
#information h4 {
    font-weight: bold;
    font-size: 26px;
    line-height: 30px;
    color: #ff4f02;
}

.acc-particulars.active {
}

.vehicle-details.active {
}

p#msg {
    text-align: left;
    padding-left: 35px;
    padding-right: 30px;
    text-align: center;
}

.login-bg-chr {
    position: absolute;
    width: 150px;
    right: 0;
}

.order-list-box .detials-box {
    display: flex;
    justify-content: space-between;
}

.order-list-box .detials-box h4.time-text {
    margin: 0 10px;
    padding: 11px 5px;
    position: relative;
    font-size: 15px;
    font-weight: bold;
}

.order-list-box .detials-box h4.time-text + h4.time-text {
    font-weight: normal;
}

.tit-orange,
.user-order-box .tit-orange {
    font-weight: bold;
    font-size: 17px;
    line-height: 21px;
    color: #ff4f02;
}

.tit.print-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.issue-box-photo {
    margin: 10px 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
}

.issue-box-photo img.issue-img {
    margin: 5px;
    height: 90px;
}
.user .member-card {
    box-shadow: -5px -5px 20px #ff6d03, 4px 4px 15px rgba(131, 63, 0, 0.5);
}
.driver .member-card {
    box-shadow: -5px -5px 20px #3e74ff, 4px 4px 15px rgba(0, 13, 131, 0.5);
}
.agent .member-card {
    box-shadow: -5px -5px 20px #c854ff, 4px 4px 15px rgba(81, 5, 117, 0.5);
}
.member-card {
    width: 300px;
    background: #fff url("../img/logo30.png") no-repeat top right;

    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 10px;
    min-height: 170px;
    justify-content: space-between;
    height: auto;
    position: relative;
    display: none;
}
.member-card.agent-bank {
    display: none;
}
.member-card.agent-profile {
    display: none;
}
.member-card .upload-avatar {
    height: 40px;
    width: 40px;
    position: absolute;
    right: 62%;
    top: 25%;
    border: 1px solid #e3e3e3;
    border-radius: 40px;
    box-shadow: 2px 2px 7px #54545461;
    display: none;
}
.member-card .top-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.member-card img {
    width: 90px;
    border: 1px solid #c1c1c1;
    border-radius: 10px;
    margin-right: 10px;
}
.member-card img.avatar {
    width: 90px;
    border: 1px solid #c1c1c1;
    border-radius: 10px;
    margin-right: 10px;
    height: 90px;
    object-fit: cover;
    overflow: hidden;
}
#agentProfileForm {
    /* padding: 23px; */
}
#userProfileForm .title-box,
#userBankForm .title-box,
#agentProfileForm .title-box,
#agentBankForm .title-box,
#driverProfileForm .title-box,
#driverBankForm .title-box,
#driverVehicleForm .title-box {
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#userProfileForm h4,
#userBankForm h4,
#agentProfileForm h4,
#agentBankForm h4,
#driverProfileForm h4,
#driverBankForm h4,
#driverVehicleForm h4 {
    font-weight: bold;
    font-size: 18px;
    line-height: 23px;
    color: #ff4f02;
}
.submit-box {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: nowrap;
    display: none;
}
.submit-box button {
    width: 46%;
}
.wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.file-upload {
    height: 40px;
    width: 40px;
    border-radius: 100px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #ffffff;
    overflow: hidden;
    background-image: linear-gradient(to bottom, #2590eb 50%, #ffffff 50%);
    background-size: 100% 200%;
    transition: all 1s;
    color: #ffffff;
    font-size: 15px;
}

.file-upload input[type="file"] {
    height: 40px;
    width: 40px;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
}

.file-upload:hover {
    background-position: 0 -100%;

    color: #2590eb;
}
/* upload avatar */
#profile {
    width: 40px;
    height: 40px;
    margin: 0 auto;
    position: relative;
    cursor: pointer;
    background-size: cover;
    background-position: center center;
    background: radial-gradient(88.1% 88.1% at 25% 5.95%, #7895fe 0%, #2649ed 100%);
    box-shadow: 0px 10px 14px rgb(0 109 209 / 30%);
    border-radius: 40px;
}
#profile .dashes {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 100%;
    width: 100%;
    height: 100%;
    border: 4px dashed #ddd;
    opacity: 1;
}
#profile label {
    display: flex;
    color: white;
    opacity: 1;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    height: 40px;
    font-size: 22px;
}
#profile .dragging {
    background-image: none !important;
}
#profile .dragging .dashes {
    animation-duration: 10s;
    animation-name: spin;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    opacity: 1 !important;
}
#profile .dragging label {
    opacity: 0.5 !important;
}

#profile .hasImage .dashes,
#profile .hasImage label {
    opacity: 0;
    pointer-events: none;
    user-select: none;
}
#mediaFile {
    display: none;
}

#registration .form-row {
    color: #2f3234;
    color: #fff;
}

/* User Details Page*/
/* .order-details-bg {
    background: linear-gradient(180deg, #ff9e3f 0%, #ff5305 100%);
    min-height: 200px;
} */

.orange-round-btn {
    width: 40px;
    height: 40px;
    background: #ffffff40;
    border-radius: 50%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.orange-round-btn.active {
    background: rgb(255, 251, 155);
    background: linear-gradient(
        190deg,
        rgba(255, 251, 155, 1) 7%,
        rgba(255, 159, 0, 1) 25%,
        rgba(255, 121, 0, 1) 34%,
        rgba(255, 70, 83, 1) 63%,
        rgba(255, 48, 126, 1) 89%
    );
    box-shadow: -3px 5px 7px 0 #de4daa;
}

.orange-round-btn.wht-icn.active .iconify {
    opacity: 1 !important;
}

.orange-round-btn .iconify {
    color: white;
    padding: 0;
    margin: 0;
    font-size: 20px;
    vertical-align: middle;
    text-align: center;
    opacity: 0.5;
}

.middle-orange.active .iconify {
    color: ffffff40;
}

.middle-orange .iconify {
    color: white;
    padding: 0;
    margin: 0;
    font-size: 30px;
    vertical-align: middle;
    text-align: center;
}

.h4-bold {
    font-weight: bold;
    font-size: 15px;
    line-height: 18px;
    color: #3a3a3a;
    padding-bottom: 4px;
}

button.button-nav {
    border-radius: 30px;
    border: none;
    padding: 5px 20px;
    color: #fff;
    text-align: center;
}
button.button-nav.driver {
    background: linear-gradient(270deg, #2d54f6 0%, #7693fe 100%);
    box-shadow: 0px 4px 11px -1px rgba(2, 10, 255, 0.5);
}
button.button-nav.user {
    background: linear-gradient(270deg, #ff4f02 0%, #ff9338 100%);
    box-shadow: 0px 4px 11px -1px rgb(255 79 2 / 50%);
    font-size: 11px;
    padding: 5px 10px;
}

.sucess-pd {
    padding: 0px 10px;
}
.my-mb-05 {
    margin-bottom: 0.5rem;
}
.my-mb-1 {
    margin-bottom: 1rem;
}
.my-mb-2 {
    margin-bottom: 2rem;
}

.flex-scroll-horizontal {
    overflow-x: auto;
    white-space: nowrap;
}

.order-signboard-box-flex {
    display: inline-flex;
    margin: 0 10px;
}
.order-signboard-box-flex p {
    line-height: 21px;
}

.vertical-dotted-line {
    position: absolute;
    border-left: 2px dotted darkgray;
    /* width: 10px; */
    height: 109%;
    left: 25px;
    top: 18%;
}

.order-details-details {
    margin-left: 4.5%;
}

/* .print-box.button-print-invoice button{
    background: linear-gradient(180deg, #829eff 0%, #2c54f6 80.21%);
    box-shadow: 0px 2px 4px rgb(0 0 0 / 20%);
    color: white;
} */

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: rgba(131, 131, 131, 0.521) !important;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    color: rgba(131, 131, 131, 0.521) !important;
}
#pay #agent-method {
    padding: 15px;
}
#cart03 .form-check {
    padding-left: 0rem;
}
#termsNconditions .modal-header h1 {
    font-size: 18px;
}
#payment-method-box {
    padding: 15px;
}
.notedriver .form-control:focus,
.place-order-container .summary-detials-datetime .ur-item.form-control.note-style:focus {
    border: 1px solid #ff4f02;
    border-color: #ff4f02;
    box-shadow: 0 0 0 0.2rem #ff6c3938;
    -webkit-box-shadow: 0 5px 10px rgb(0 0 0 / 10%);
    -webkit-border-radius: 60px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    box-shadow: 0 5px 10px rgb(0 0 0 / 10%);
    /* outline: 1px solid #ff4f02; */
}
#on-goin-user .orange-round-btn,
#pending-driver .orange-round-btn,
#all-order .orange-round-btn,
#order-accepted .orange-round-btn {
    width: 40px;
    height: 34px;
    background: #ffffff40;
    border-radius: 50%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
#on-goin-user .orange-round-btn.active,
#pending-driver .orange-round-btn.active,
#all-order .orange-round-btn.active,
#order-accepted .orange-round-btn.active {
    background: rgb(255, 251, 155);
    background: linear-gradient(
        190deg,
        rgba(255, 251, 155, 1) 7%,
        rgba(255, 159, 0, 1) 25%,
        rgba(255, 121, 0, 1) 34%,
        rgba(255, 70, 83, 1) 63%,
        rgba(255, 48, 126, 1) 89%
    );
    box-shadow: -3px 5px 7px 0 #de4daa;
}
#delivery-statusNote {
    width: 35%;
}
.order-status #delivery-statusNote {
    line-height: 17px;
}

.dc-place-order-container .summary-detials-datetime {
    background: #ffffff;
    border: 1px solid #ced4da;
    box-sizing: border-box;
    box-shadow: -6px -6px 21px #ffffff, 6px 6px 14px rgb(174 174 192 / 30%);
    border-radius: 10px;
    padding: 0px 15px 15px 15px;
    width: 100%;
}
.item-details-tit {
    padding: 0.5rem 1rem;
    background: linear-gradient(270deg, #ff4f02 0%, #ff9338 100%);
    border-radius: 10px 10px 0px 0px;
    margin-bottom: 1rem;
    justify-content: space-between;
    align-items: center;
}
.item-details-tit h5 {
    color: #fff;
    font-weight: bold;
    font-size: 16px;
}
.white-btn-org-bg {
    width: 35px;
    height: 35px;
    background: #f0f0f3;
    box-shadow: -5px -5px 10px #ff8529, 5px 5px 10px rgb(139 0 0 / 30%), inset -2px -2px 4px rgb(0 0 0 / 10%),
        inset 2px 2px 4px #ffffff;
    border-radius: 20px;
    border: 1px solid #dbdbdb;
    text-align: center;
    line-height: 31px;
}
.dc-place-order-container .white-btn-org-bg svg {
    color: #2649ed;
}
.dc-place-order-container .form-group {
    margin-bottom: 0rem;
}
.extra-item {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.btn-ext-width {
    width: 40%;
}
#order-records .client-info-card {
    padding: 10px 0px 6px 0px;
}
#order-records .details-align {
    text-align: left;
}
.details-align h4 {
    font-size: 14px;
    color: #3a3a3a;
}
.details-align span {
    font-size: 14px;
    color: #ff4f02;
}
#order-records .light-white {
    background: linear-gradient(180deg, #ffffff 0%, #e0e0e0 100%);
    box-shadow: 0px 4px 4px rgb(103 102 102 / 20%);
    border-radius: 8px;
    padding: 0.5rem 1rem;
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    text-align: center;
    border: 0;
    color: #ff4f02;
    width: auto;
}
.current-status h5 {
    font-size: 15px;
    color: #fff;
    margin-bottom: 4px;
}
.dc-delivery-info {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px 15px 10px 43px;
}
.location-list.dc-mt {
    margin-top: 1.5rem;
}
.row.full.my-hr.mb-3 {
    border-top: 1px solid #dddddd;
    width: auto;
}
.row.my-dc-dis {
    display: flex;
    align-items: center;
}
