/* Base CSS */
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');

.safeImg {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

.iconTop {
    font-size: 28px;
   
}
.btnIcon
{
    z-index: 999999;
}
.alignleft {
    float: left;
    margin-right: 15px;
}

.alignright {
    float: right;
    margin-left: 15px;
}

.aligncenter {
    display: block;
    margin: 0 auto 15px;
}

a:focus {
    outline: 0 solid
}

img {
    max-width: 100%;
    height: auto;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0 0 15px;
    color: #191D31;
    font-weight: 800;
    margin-bottom: 10px;
}

body {
    color: #5A5B64;
    font-weight: 400;
    font-family: "Nunito Sans", sans-serif;
    max-width: 768px;
    margin: 0 auto;
    font-size: 14px;
}

.text-color {
    color: #5A5B64;
}

.text-color-dark-blue {
    color: #181A57;
}

.animationProgress {
    min-height: 90px !important;
}

.selector-for-some-widget {
    box-sizing: content-box;
}

a:hover {
    text-decoration: none;
    transition: .3s;
    color: #FF01C9;
}

.container {
    padding: 0 20px;
}

.fw-700 {
    font-weight: 700;
}

.fw-800 {
    font-weight: 800;
}

.py-30 {
    padding: 30px 0;
}

.text-dark {
    color: #191D31 !important;
}

/*---------------------- Header area start ----------------------*/
.page-header {
    background: #181A57;
    padding-bottom: 17px;
    padding-top: 20px;
}

.page-header.bg-white {
    border-bottom: 1px solid #DDDDDD;
}

.page-header .d-flex {
    gap: 13px;
}

.page-header .d-flex a {
    transition: .3s;
}

.page-header .container .d-flex a:hover {
    opacity: .75;
}

.text-green {
    color: #17D017 !important;
}

/*---------------------- Header area end ----------------------*/


/*---------------------- Form area start ----------------------*/
.form-page {
    padding: 40px 0;
}

.form-content h5 {
    font-size: 24px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 5px;
    letter-spacing: 0.7px;
}

.form-header {
    margin-bottom: 55px;
}

.form-content {
    padding-bottom: 20px;
}

.form-content p {
    font-size: 15px;
}

.form-input {
    margin-bottom: 20px;
}

.form-input .form-control {
    background: #F2F2F3;
    box-shadow: unset !important;
    border-color: #E3E3E7;
    color: #1A1E25;
    height: 48px;
    padding: 5px 20px;
    padding-left: 50px;
    border-radius: 10px;
}

.form-input .form-control:focus {
    background: #ff01c81c;
    border-color: #FF01C9 !important;
}

.form-input label {
    color: #1A1E25;
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 1.2;
}

.form-input .form-control:focus ~ .input-icon svg path {
    fill: #FF01C9;
}

.input-icon svg path {
    fill: #7D7F88;
}
.input-icon-right
{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
}
.input-icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
}

.form-btn {
    background: #FF01C9;
    width: 100%;
    height: 50px;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.1;
    color: #fff;
    border: 0;
    border-radius: 10px;
    transition: .3s;
}

.form-btn:hover {
    background: #191d31;
    color: #fff;
}

.text-gray {
    font-size: 14px;
    color: #7D7F88;
    text-decoration: none;
    transition: .3s;
}

.form-submit-btn .text-gray {
    font-size: 14px;
    color: #7D7F88;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    transition: .3s;
}

.form-submit-btn .text-gray:hover {
    color: #FF01C9;
}

.login-options button {
    width: 100%;
    border: 1px solid #E2E8F0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    height: 50px;
    position: relative;
    font-size: 16px;
    color: #475569;
    transition: .3s;
    border-radius: 10px;
}

.login-options button:hover {
    background: #E2E8F0;
}

.login-options button span {
    position: absolute;
    left: 20px;
    top: 11px;
}

.login-options {
    padding-top: 22px;
    padding-bottom: 20px;
}

.text-divider {
    text-align: center;
    border-bottom: 1px solid #EBE8F6;
    margin-bottom: 34px;
}

.text-divider span {
    display: inline-block;
    color: #FF01C9;
    font-size: 12px;
    background: #F3F0FF;
    padding: 6px 14px;
    line-height: 1;
    font-weight: 600;
    border-radius: 25px;
    text-transform: uppercase;
    letter-spacing: .6px;
    position: relative;
    z-index: 1;
    top: 11px;
}

.accordion-button {
    font-size: 18px;
    font-weight: 800;
    color: #191D31 !important;
    letter-spacing: .2px;
}

.accordion-button::after {
    display: none;
}

.accordion-button i,
.collapse-btn i {
    transition: .3s;
}

.accordion-button[aria-expanded="true"] i,
.collapse-btn[aria-expanded="true"] i {
    transform: rotate(180deg);
}

/*---------------------- Form area end ----------------------*/

/*---------------------- Settings area start ----------------------*/
.settings-header {
    background: #fff;
    padding: 20px 0;
    padding-top: 40px;
}

h5 {
    font-size: 18px;
    line-height: 1.16;
}

.form-switch .form-check-input {
    width: 38px;
    height: 19px;
}

.c-box {
    padding: 14px 17px;
    background: #fff;
    border-radius: 12px;
    margin-bottom: 16px;
}

.d-box {
    padding: 14px 17px;
    background: #dc3545;
    border-radius: 12px;
    margin-bottom: 16px;
    color: white;
}

.image-upload-box {
    height: 100px;
    width: 100px;
    background: #959595;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
}

.image-upload-box input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0;
}

.image-upload-box span {
    max-width: 46px;
    display: inline-block;
}

.text-sm {
    font-size: 12px !important;
}

.btn-hover {
    transition: .3s;
}

.btn-hover:hover {
    background: #ffe1f9;
}

.deliver-btns .theme-btn {
    margin-right: 7px;
    padding-left: 12px !important;
    padding-right: 12px !important;
}

.text-pink {
    color: #FF01C9 !important;
}

.map-wrapper {
    margin: 0 -20px;
}

/*---------------------- Settings area end ----------------------*/


/*---------------------- Order area start ----------------------*/
.order-tab {
    display: flex;
    align-items: center;
    border: 1px solid #E3E3E7;
    padding: 6px;
    gap: 10px;
    background: #fff;
    border-radius: 50px;
}

.order-tab a {
    flex-grow: 1;
    transition: .3s;
    background: #fff;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 400;
    color: #777777;
    padding: 8px 30px;
    transition: .3s;
    text-align: center;
    text-decoration: none;
    position: relative;
}

.order-tab a::after {
    position: absolute;
    top: 0px;
    left: 0;
    width: 84%;
    height: 90%;
    content: '';
    box-shadow: 0px 8px 15px #ff01c86f;
    border-radius: 50px;
    background: transparent;
    margin: 0 auto;
    display: none;
    right: 0;
}

.order-tab a:hover {
    color: #FF01C9;
}

.order-tab a.active {
    background: #FF01C9;
    color: #fff;
    font-weight: 700;
}

.order-tab a.active::after {
    display: block;
}

.py-24 {
    padding: 20px 0;
}

.shop-link {
    font-size: 16px;
    font-weight: 800;
    text-decoration: none;
    line-height: 1.25;
    color: #fff;
    background: #181A57;
    width: 100%;
    display: block;
    padding: 15px;
    text-align: center;
    border-radius: 50px;
    transition: .3s;
}

.shop-link:hover {
    background: #FF01C9;
    color: #fff;
}

.delivery-card {
    background: #fff;
    border-radius: 12px;
    margin-bottom: 14px;
}

.d-card-inner {
    padding: 16px 18px;
}

.delivery-card-header-profile-thumb {
    height: 46px;
    width: 46px;
    border-radius: 60px;
    margin-right: 10px;
}

.delivery-card-header-profile-thumb img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

h6 {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 6px;
}

.text-grey {
    color: #444444;
}

.theme-btn {
    background: #FF01C9;
    text-decoration: none;
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    display: inline-block;
    line-height: 1.3;
    padding: 4px 18px;
    border-radius: 50px;
    padding-top: 5px;
}

.theme-btn:hover {
    background: #181A57;
    color: #fff;
}

.lh-1 {
    line-height: 1.1;
}

.text-link {
    color: #FF01C9;
    text-decoration: none;
    transition: .3s;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.15;
    display: inline-block;
}

.text-link:hover {
    color: #181A57;
}

.border-top-solid {
    border-top: 2px solid #EEEEEE;
}

.shop-card {
    margin-bottom: 17px;
    position: relative;
}

.shop-card-thumb {
    margin-bottom: 11px;
}

.shop-card a {
    text-decoration: none;
    text-align: center;
    display: block;
    color: #222222;
    font-size: 17px;
    line-height: 1.2;
}

.shop-card-thumb img {
    width: 100%;
}

.fw-600 {
    font-weight: 600 !important;
}

.text-base {
    font-size: 15px;
}

.prof-btns button {
    border: 0;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transition: .3s;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
    cursor: pointer;
    border-radius: 12px;
    width: 100%;
    min-height: 90px;
    padding: 15px 10px;
    font-size: 12px;
    color: #200E32;
    margin-bottom: 13px;
}

.prof-btns button:hover {
    background: #f9fbfe;
}

.prof-btns button span {
    height: 38px;
    display: flex;
    margin-bottom: 7px;
    align-items: center;
    justify-content: center;
    margin-top: 4px;
}

.hover-pink:hover {
    color: #FF01C9 !important;
}

.text-md {
    font-size: 13px;
}

.notification-checkbox {
    background: #181A57;
    padding: 10px 0;
}

.notification-checkbox .text-md {
    line-height: 1.2;
}

.notification-checkbox .form-check-input {
    height: 22px;
    width: 22px;
    background-color: #ffffff3b;
    border: 1px solid #fff;
    border-radius: 4px;
    cursor: pointer;
    position: relative;
    top: -1px;
}

.notification-checkbox .form-check-input:checked {
    background-color: #FF01C9;
    border-color: #FF01C9;
}

.text-lg {
    font-size: 18px;
}

.delivery-card.bg-light-pink {
    background: #FFE6FA;
}

.border-top-solid-white {
    border-top: 2px solid #FFFFFFF2;
}

.delivery-thumb {
    height: 340px;
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 20px;
}

.delivery-thumb img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.theme-btn.btn-lg {
    font-weight: 400;
    padding: 11px 22px;
    border-radius: 10px;
}

.text-darker {
    color: #3A3A44;
}

.details-form-input .form-control {
    height: 40px;
    border-radius: 10px;
    font-size: 13px;
}

.details-form-accordion .accordion-item {
    border-radius: 11px;
    overflow: hidden;
    padding-bottom: 12px;
    border: 1px solid;
}

.text-red {
    color: #FF0000;
}

.text-light-gray {
    color: #A7A9B7 !important;
}
.font-16
{
    font-size: 16px !important;
}
.timeline-wrap {
    margin-left: 10px;
    margin-top: 22px;
    margin-bottom: 10px;
    position: relative;
}

.timeline-wrap::after {
    position: absolute;
    left: -2px;
    top: 4px;
    width: 0px;
    border-left: 2px dashed #A7A9B7;
    content: '';
    height: 94%;
    z-index: -1;
}

.timeline-item-content {
    font-size: 14px;
    color: #191D31;
    line-height: 1.3;
}

.timeline-item {
    display: flex;
    align-items: flex-start;
    margin-left: -13px;
    margin-bottom: 21px;
}

.timeline-item span {
    margin-right: 10px;
    position: relative;
    top: -5px;
    background: #fff;
    height: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 25px;
}

.timeline-sidebar-close {
    font-size: 26px;
    line-height: 1;
    color: #B6B6B6;
    cursor: pointer;
    transition: .3s;
    position: relative;
    z-index: 1;
    top: -5px;
    right: -9px;
    display: inline-block;
    margin-top: -4px;
}

.timeline-sidebar-close:hover {
    color: #FF0000;
}
.notification-badge {
    position: absolute;
    top: -5px;
    right: -5px;
    background-color: red;
    color: white;
    font-size: 12px;
    font-weight: bold;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.job-update {
    padding: 10px;
    border-bottom: 1px solid #ddd; /* Separador entre os itens */
    background-color: #f9f9f9; /* Fundo leve para destaque */
    border-radius: 5px;
    margin-bottom: 5px;
}

  

        .job-update a:hover {
            text-decoration: underline;
        }
.timeline-slide {
    position: fixed;
    bottom: -100%;
    left: 0;
    width: 100%;
    z-index: 6;
    background: #fff;
    padding: 20px 24px;
    border-radius: 22px 22px 0 0;
    padding-bottom: 13px;
    max-height: calc(100% - 90px);
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
}

.timeline-slide.show {
    bottom: 0;
    opacity: 1;
    visibility: visible;
    z-index:9999999;
}

.timeline-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #191D31;
    opacity: 0;
    z-index: 4;
    visibility: hidden;
    transition: .3s;
}

.timeline-overlay.show {
    opacity: .4;
    visibility: visible;
}

.timeline-item:last-child {
    position: relative;
    top: 1px;
}

.theme-btn.btn-gray {
    background: #3A3A3A;
}

.theme-btn.btn-dark {
    background: #181A57;
}

/*---------------------- Order area end ----------------------*/

.toast-container {
    position: absolute !important;
    margin-right: 15% !important;
    max-width: 70% !important;
}
.driverName{
    text-decoration: none;   
    color: #FF01C9;
}
.btn-group-stars img {
    max-width: 20px;
    max-height: 20px;
}
.drivercount{
    float: right;
}

.map .map-body {

    top: 0;
    left: 0;
    z-index: 9999999;
    width: 100%;
    height: 50vh;
    padding-top: 67px;
}

.map .map-body > img {
    width: 100%;
}

/*CHAT*/
.chat-container {
    width: 100%;
    /*max-width: 600px;*/
    background-color: #fff;
    border-radius: 10px;
    padding: 10px;
    overflow-y: auto;
    max-height: 500px;
}

.message {
    display: flex;
    margin-bottom: 20px;
}

.customer .message-content {
    background-color: #dcf8c6;
    align-self: flex-end;
    margin-left: auto;
}

.driver .message-content {
    background-color: #fff;
    align-self: flex-start;
    margin-right: auto;
    border: 1px solid #ccc;
}

.vendor .message-content {
    background-color: #d5e6ff;
    align-self: flex-start;
    margin-left: 40px;
}

.admin .message-content {
    background-color: #fedbf7;
    align-self: center;
    margin: 0 auto;
    border: 1px solid #fedbf7;
}

.message-content {
    padding: 10px;
    border-radius: 15px;
    max-width: 70%;
    position: relative;
    word-wrap: break-word;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.message-author {
    font: normal normal 600 15px / 18px Proxima Nova;
    color: #0F0F0F !important;
    display: block;
    margin-bottom: 5px;
}

.timestamp {
    display: block;
    font-size: 0.75em;
    color: #999;
    margin-top: 5px;
    text-align: right;
}

.input-container {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

/*
.input-container input {
    width: 100%;
    max-width: 500px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 1em;
}*/

.chat-toolbar {
    background-color: #fff;
}

.chat-input-container {
    background-color: #fff;
    display: flex;
}

.chat-textarea {
    border-radius: 11px;
    margin-right: 6px;
    background-color: #F2F2F3;
    color: #1A1E25;
    border: none;
    width: -webkit-fill-available;
    padding: 10px;
    resize: none;
    outline: none;
}

.chat-textarea:focus {
    background: #ff01c81c;
    border-color: #FF01C9 !important;
}

.send-icon {
    color: #000;
    font-size: 30px !important;
}

.otp-inputs input {
    width: 50px;
    height: 50px;
    background: #F6F6F6;
    border: 1px solid transparent;
    text-align: center;
    border-radius: 6px;
    font-size: 24px;
    font-weight: 700;
    color: #9CA4AB;
    outline: none;
}

.otp-inputs {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 4px;
    margin-bottom: 20px;
}

.otp-inputs input:focus {
    border-color: #FF01C9;
    color: #171725;
}


/* Base CSS */
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');

.alignleft {
    float: left;
    margin-right: 15px;
}

.alignright {
    float: right;
    margin-left: 15px;
}

.aligncenter {
    display: block;
    margin: 0 auto 15px;
}

a:focus {
    outline: 0 solid
}

img {
    max-width: 100%;
    height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    color: #191D31;
    font-weight: 800;
    margin-bottom: 10px;
}

body {
    color: #5A5B64;
    font-weight: 400;
    font-family: "Nunito Sans", sans-serif;
    max-width: 768px;
    margin: 0 auto;
    font-size: 14px;
}

.text-color {
    color: #5A5B64;
}

.selector-for-some-widget {
    box-sizing: content-box;
}

a:hover {
    text-decoration: none;
    transition: .3s;
    color: #FF01C9;
}

.container {
    padding: 0 20px;
}

.fw-700 {
    font-weight: 700;
}

.fw-800 {
    font-weight: 800;
}

.py-30 {
    padding: 30px 0;
}

.text-dark {
    color: #191D31 !important;
}

/*---------------------- Header area start ----------------------*/
.page-header {
    background: #181A57;
    padding-bottom: 17px;
    padding-top: 20px;
}
.help {
    background: #181A57;
    color: white;
    padding: 10px;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 700;
    z-index: 9999;
}
.page-header.bg-white {
    border-bottom: 1px solid #DDDDDD;
}

.page-header .d-flex {
    gap: 13px;
}

.page-header .d-flex a {
    transition: .3s;
}

.page-header .container .d-flex a:hover {
    opacity: .75;
}

.text-green {
    color: #17D017 !important;
}

/*---------------------- Header area end ----------------------*/


/*---------------------- Form area start ----------------------*/
.form-page {
    padding: 40px 0;
}

.form-content h5 {
    font-size: 24px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 5px;
    letter-spacing: 0.7px;
}

.form-header {
    margin-bottom: 55px;
}

.form-content {
    padding-bottom: 20px;
}

.form-content p {
    font-size: 15px;
}

.form-input {
    margin-bottom: 20px;
}

.form-input .form-control {
    background: #F2F2F3;
    box-shadow: unset !important;
    border-color: #E3E3E7;
    color: #1A1E25;
    height: 48px;
    padding: 5px 20px;
    padding-left: 50px;
    border-radius: 10px;
}

.form-input .form-control.valid {
    background: #ff01c81c;
    border-color: #FF01C9 !important;
}

.form-input .form-control:focus {
    background: #ff01c81c;
    border-color: #FF01C9 !important;
}

/* .form-input .form-control:valid {
background: #ff01c81c;
border-color: #FF01C9 !important;
} */

.form-input label {
    color: #1A1E25;
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 1.2;
}

/* .form-input .form-control:valid~.input-icon svg path, */
.form-input .form-control.valid ~ .input-icon svg path {
    fill: #FF01C9;
}

.form-input .form-control:focus ~ .input-icon svg path {
    fill: #FF01C9;
}

.input-icon svg path {
    fill: #7D7F88;
}
.input-icon-right {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
}

.input-icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
}

.form-btn {
    background: #FF01C9;
    width: 100%;
    height: 50px;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.1;
    color: #fff;
    border: 0;
    border-radius: 10px;
    transition: .3s;
}

.form-btn:hover {
    background: #191d31;
    color: #fff;
}

.form-submit-btn .text-gray {
    font-size: 14px;
    color: #7D7F88;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    transition: .3s;
}

.form-submit-btn .text-gray:hover {
    color: #FF01C9;
}

.login-options button {
    width: 100%;
    border: 1px solid #E2E8F0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    height: 50px;
    position: relative;
    font-size: 16px;
    color: #475569;
    transition: .3s;
    border-radius: 10px;
}

.login-options button:hover {
    background: #E2E8F0;
}

.login-options button span {
    position: absolute;
    left: 20px;
    top: 11px;
}

.login-options {
    padding-top: 22px;
    padding-bottom: 20px;
}

.text-divider {
    text-align: center;
    border-bottom: 1px solid #EBE8F6;
    margin-bottom: 34px;
}

.text-divider span {
    display: inline-block;
    color: #FF01C9;
    font-size: 12px;
    background: #F3F0FF;
    padding: 6px 14px;
    line-height: 1;
    font-weight: 600;
    border-radius: 25px;
    text-transform: uppercase;
    letter-spacing: .6px;
    position: relative;
    z-index: 1;
    top: 11px;
}

.accordion-button {
    font-size: 18px;
    font-weight: 800;
    color: #191D31 !important;
    letter-spacing: .2px;
}

.accordion-button::after {
    display: none;
}

.accordion-button i,
.collapse-btn i {
    transition: .3s;
}

.accordion-button[aria-expanded="true"] i,
.collapse-btn[aria-expanded="true"] i {
    transform: rotate(180deg);
}

/*---------------------- Form area end ----------------------*/

/*---------------------- Settings area start ----------------------*/
.settings-header {
    background: #fff;
    padding: 20px 0;
    padding-top: 40px;
}

h5 {
    font-size: 18px;
    line-height: 1.16;
}

.form-switch .form-check-input {
    width: 38px;
    height: 19px;
}

.c-box {
    padding: 14px 17px;
    background: #fff;
    border-radius: 12px;
    margin-bottom: 16px;
}
.image-upload-safe-place input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0;
}

.image-upload-box {
    height: 100px;
    width: 100px;
    background: #959595;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
}

.image-upload-box input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0;
}

.image-upload-box span {
    max-width: 46px;
    display: inline-block;
}

.text-sm {
    font-size: 12px !important;
}

.btn-hover {
    transition: .3s;
}

.btn-hover:hover {
    background: #ffe1f9;
}

.deliver-btns .theme-btn {
    margin-right: 7px;
    padding-left: 12px !important;
    padding-right: 12px !important;
}

.text-pink {
    color: #FF01C9 !important;
}

.text-yellow {
    color: #FDC86F !important;
}

.map-wrapper {
    margin: 0 -20px;
}

/*---------------------- Settings area end ----------------------*/


/*---------------------- Order area start ----------------------*/
.order-tab {
    display: flex;
    align-items: center;
    border: 1px solid #E3E3E7;
    padding: 6px;
    gap: 10px;
    background: #fff;
    border-radius: 50px;
}

.order-tab a {
    flex-grow: 1;
    transition: .3s;
    background: #fff;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 400;
    color: #777777;
    padding: 8px 30px;
    transition: .3s;
    text-align: center;
    text-decoration: none;
    position: relative;
}

.order-tab a::after {
    position: absolute;
    top: 0px;
    left: 0;
    width: 84%;
    height: 90%;
    content: '';
    box-shadow: 0px 8px 15px #ff01c86f;
    border-radius: 50px;
    background: transparent;
    margin: 0 auto;
    display: none;
    right: 0;
}

.order-tab a:hover {
    color: #FF01C9;
}

.order-tab a.active {
    background: #FF01C9;
    color: #fff;
    font-weight: 700;
}

.order-tab a.active::after {
    display: block;
}

.py-24 {
    padding: 20px 0;
}

.shop-link {
    font-size: 16px;
    font-weight: 800;
    text-decoration: none;
    line-height: 1.25;
    color: #fff;
    background: #181A57;
    width: 100%;
    display: block;
    padding: 15px;
    text-align: center;
    border-radius: 50px;
    transition: .3s;
}

.shop-link:hover {
    background: #FF01C9;
    color: #fff;
}
.logo {
    max-width: 140px !important;
}

.delivery-cards {
    list-style: none;
    padding: 0;
    margin: 0;
}

.delivery-cards li input {
    display: none;
}

.delivery-cards li label {
    display: block;
    width: 100%;
}

.delivery-cards li input:checked ~ label .delivery-card {
    border-color: #FF01C9;
}

.delivery-card {
    background: #fff;
    border-radius: 12px;
    margin-bottom: 14px;
    border: 1px solid transparent;
    transition: .3s;
    width: 100%;
}

.d-card-inner {
    padding: 16px 18px;
}

.delivery-card-header-profile-thumb {
    height: 46px;
    width: 46px;
    border-radius: 60px;
    margin-right: 10px;
}

.delivery-card-header-profile-thumb img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

h6 {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 6px;
}

.text-grey {
    color: #444444;
}

.theme-btn {
    background: #FF01C9;
    text-decoration: none;
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    display: inline-block;
    line-height: 1.3;
    padding: 4px 18px;
    border-radius: 50px;
    padding-top: 5px;
}

.theme-btn:hover {
    background: #181A57;
    color: #fff;
}

.lh-1 {
    line-height: 1.1;
}

.text-link {
    color: #FF01C9;
    text-decoration: none;
    transition: .3s;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.15;
    display: inline-block;
}

.text-link:hover {
    color: #181A57;
}

.border-top-solid {
    border-top: 2px solid #EEEEEE;
}

.shop-card {
    margin-bottom: 17px;
    position: relative;
}

.shop-card-thumb {
    margin-bottom: 11px;
}

.shop-card a {
    text-decoration: none;
    text-align: center;
    display: block;
    color: #222222;
    font-size: 17px;
    line-height: 1.2;
}

.shop-card-thumb img {
    width: 100%;
}

.fw-600 {
    font-weight: 600 !important;
}

.text-base {
    font-size: 15px;
}

.prof-btns button {
    border: 0;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transition: .3s;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
    cursor: pointer;
    border-radius: 12px;
    width: 100%;
    min-height: 90px;
    padding: 15px 10px;
    font-size: 12px;
    color: #200E32;
    margin-bottom: 13px;
}

.prof-btns button:hover {
    background: #f9fbfe;
}

.prof-btns button span {
    height: 38px;
    display: flex;
    margin-bottom: 7px;
    align-items: center;
    justify-content: center;
    margin-top: 4px;
}

.hover-pink:hover {
    color: #FF01C9 !important;
}

.text-md {
    font-size: 13px;
}

.notification-checkbox {
    background: #181A57;
    padding: 10px 0;
}

.notification-checkbox .text-md {
    line-height: 1.2;
}

.notification-checkbox .form-check-input {
    height: 22px;
    width: 22px;
    background-color: #ffffff3b;
    border: 1px solid #fff;
    border-radius: 4px;
    cursor: pointer;
    position: relative;
    top: -1px;
}

.notification-checkbox .form-check-input:checked {
    background-color: #FF01C9;
    border-color: #FF01C9;
}

.text-lg {
    font-size: 18px;
}

.delivery-card.bg-light-pink {
    background: #FFE6FA;
}

.border-top-solid-white {
    border-top: 2px solid #FFFFFFF2;
}

.delivery-thumb {
    height: 340px;
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 20px;
}

.delivery-thumb img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.theme-btn.btn-lg {
    font-weight: 400;
    padding: 11px 22px;
    border-radius: 10px;
}

.text-darker {
    color: #3A3A44;
}

.details-form-input .form-control {
    height: 40px;
    border-radius: 10px;
    font-size: 13px;
}

.details-form-accordion .accordion-item {
    border-radius: 11px;
    overflow: hidden;
    padding-bottom: 12px;
    border: 1px solid;
}

.text-red {
    color: #FF0000;
}

.text-light-gray {
    color: #A7A9B7 !important;
}

.timeline-wrap {
    margin-left: 10px;
    margin-top: 22px;
    margin-bottom: 10px;
    position: relative;
}

.timeline-wrap::after {
    position: absolute;
    left: -2px;
    top: 4px;
    width: 0px;
    border-left: 2px dashed #A7A9B7;
    content: '';
    height: 94%;
    z-index: -1;
}

.timeline-item-content {
    font-size: 14px;
    color: #191D31;
    line-height: 1.3;
}

.timeline-item {
    display: flex;
    align-items: flex-start;
    margin-left: -13px;
    margin-bottom: 21px;
    align-items: center;
}

.timeline-item span {
    margin-right: 10px;
    position: relative;
    top: -5px;
    background: #fff;
    height: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 25px;
}

.timeline-sidebar-close {
    font-size: 26px;
    line-height: 1;
    color: #B6B6B6;
    cursor: pointer;
    transition: .3s;
    position: relative;
    z-index: 1;
    top: -5px;
    right: -9px;
    display: inline-block;
    margin-top: -4px;
}

.timeline-sidebar-close:hover {
    color: #FF0000;
}

.timeline-slide {
    position: fixed;
    bottom: -100%;
    left: 0;
    width: 100%;
    z-index: 6;
    background: #fff;
    padding: 20px 24px;
    border-radius: 22px 22px 0 0;
    padding-bottom: 13px;
    max-height: calc(100% - 90px);
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
}

.timeline-slide.show {
    bottom: 0;
    opacity: 1;
    visibility: visible;
}

.timeline-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #191D31;
    opacity: 0;
    z-index: 4;
    visibility: hidden;
    transition: .3s;
}

.timeline-overlay.show {
    opacity: .4;
    visibility: visible;
}

.timeline-item:last-child {
    position: relative;
    top: 1px;
}

.theme-btn.btn-gray {
    background: #3A3A3A;
}

.theme-btn.btn-dark {
    background: #181A57;
}

/*---------------------- Order area end ----------------------*/


/* ===========
=============New css start here 
============ */


/* -------------------------otp-form ------------------------ */

.otp-inputs input {
    width: 50px;
    height: 50px;
    background: #F6F6F6;
    border: 1px solid transparent;
    text-align: center;
    border-radius: 6px;
    font-size: 24px;
    font-weight: 700;
    color: #9CA4AB;
    outline: none;
}

.otp-inputs {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 4px;
    margin-bottom: 20px;
}

.otp-inputs input:focus {
    border-color: #FF01C9;
    color: #171725;
}

/* -------------------------otp-form---end ------------------------ */


/* -------------------------offcanvas-menu ------------------------ */
.offcanvas {
    max-width: 253px;
}

.offcanvas-header {
    background-color: #181A57;
    padding: 41px 0px 35px;
}

.offcanvas-menu li:last-child a {
    border-bottom: none;
}

.offcanvas-menu li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    color: #000000;
    text-decoration: none;
    border-bottom: 1px solid #DDDDDD;
    font-family: 'Nunito Sans';
    padding: 12px 0px;
    transition: .3s;
}

.offcanvas-menu li a:hover {
    color: #FF01C9;
}

.offcanvas-menu li a:hover span.icon svg path {
    stroke: #FF01C9;
}

.offcanvas-menu {
    margin: 0;
    padding: 0;
    list-style: none;
}


/* -------------------------offcanvas-menu---end ------------------------ */


/* -------------------------Modal ------------------------ */


.modal-orders .modal-dialog {
    max-width: 333px;
    margin: 0 auto;
}

.modal-orders .modal-content {
    border-radius: 12px;
    background-color: #C1BFBF;
}


/* -------------------------Modal---end ------------------------ */


/* -------------------------rate-card ------------------------ */
.theme-card {
    border-radius: 11px;
    overflow: hidden;
    padding-bottom: 12px;
    border: 1px solid #EDEDED;
}

.star-rating {
    padding: 0px 15px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 30px;
}

.star {
    display: inline-block;
    cursor: pointer;
    position: relative;
    height: 32px;
    width: 34px;
    flex: 0 0 auto;
}


.star-rating {
    padding: 0px 10px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.star img.star-o {
    position: absolute;
    left: 0;
    top: 0;
}

.star img {
    max-width: 100%;
    transition: .3s;
}

.star img.star-filled {
    opacity: 0;
}

.star.selected img.star-o {
    opacity: 0;
}

.star.selected img.star-filled {
    opacity: 1;
}

/* -------------------------rate-card---end ------------------------ */


/* -------------------------otp-form ------------------------ */
/* -------------------------otp-form---end ------------------------ */


/* -------------------------otp-form ------------------------ */
/* -------------------------otp-form---end ------------------------ */


/* -------------------------otp-form ------------------------ */
/* -------------------------otp-form---end ------------------------ */