.headerFull{
    left: 0 !important;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    background-color: transparent !important;
    box-shadow: none !important;
}

.headerFull .navbar-nav .nav-link{
    padding: 0.3em 1em;
    border-radius: 8px;
    font-size: 0.785rem;
    font-weight: 650;
    margin-right: 1.5em;
}

.headerAccount{
    width: 25px;
    height: 25px;
}
.headerAccount g{
    fill: white;
}
.toglrIcon g{
    fill: white;
}

.headerFull .navbar-nav .nav-link:hover{
    background-color: rgba(255, 255, 255, 0.171);
}

.dstep i{
    position: absolute;
    top: 30%;
    right: 0;
}

.activeStep svg{
    fill: #f44336;
}
.activeStep p{
    color: #f44336;
}
.activeStep i{
    color: #f44336 !important;
}

.headerFull.scrolled {
    background-color: white !important;
    box-shadow: 15px 9px 25px 0 rgba(0, 0, 0, 0.1) !important;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.headerFull.scrolled .navbar-nav .nav-link{
    color: black;
}

.headerFull.scrolled .headerAccount g{
    fill: black;
}

.headerFull.scrolled .toglrIcon g{
    fill: black;
}

.newLay{
    padding-left: 30px;
    position: relative;
    overflow: hidden;
}
.bgImg{
    position: absolute;
    top: 0;
    left: 0;
/*    background: rgb(244,67,54);*/
/*background: linear-gradient(90deg, rgba(244,67,54,1) 0%, rgba(236,64,51,1) 35%, rgba(255,134,125,1) 100%);*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 350px;
}
.containerCustom{
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2rem;
    padding-right: 2rem;
}
.coitSec p{
    line-height: 1.3rem;
    font-size: 1.04rem;
}

.orderVocher {
    position: relative;
}

.orderVocher .status {
    line-height: 18px;
    color: rgb(245, 48, 81);
    background: rgb(255, 235, 238);
    padding: 1px 8px;
    border: none;
    font-size: 12px;
    border-radius: 5px;
animation: blink 1s infinite;
}

@keyframes blink {

    0%,
    100% {
        opacity: 1;
        /* Fully visible */
    }

    50% {
        opacity: 0;
        /* Fully transparent */
    }
}
.orderVocher .priceSection p {
    margin-bottom: 0;
    font-size: 0.7rem;
    line-height: 17px;
    font-weight: 650;
}

.orderVocher .priceSection .currency {
    text-transform: uppercase;
}

.orderVocher .priceSection .amount {
    color: black;
    font-size: 0.8rem;
}

.orderVocher .Location .distance {
    color: black;
    font-size: 0.6rem;
}

.orderVocher .Location .approvelStatus {
    font-size: 0.5rem;
    line-height: 15px;
}

.orderVocher .Location .approvelBtn {
    border-radius: 2rem;
}

.amntDist .moneyI{
    font-size: 2.25rem;
}
.amntDist .distI{
    font-size: 1.333rem;
}

.deliveryTime p {
    margin-bottom: 0;
    font-size: 0.7rem;
    line-height: 17px;
    font-weight: 650;
}

.deliveryTime .label {
    font-size: 0.52rem;
}

.addressPickup p {
    font-size: 0.78rem;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 0;
}

.addressPickup .send {
    color: black;
    font-size: 0.8rem;
    font-weight: 650;
    margin-left: 6px;
}

.addressPickup .Address {
    white-space: nowrap;
    overflow: hidden;
    max-width: 100%;
    text-overflow: ellipsis;
}



.orderVocher .controlDropdown {
    position: absolute;
    top: 5px;
    right: 0;
}

.declineBg {
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.637);
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    justify-content: center;
    align-items: center;
}

.declineBg.show {
    display: flex;
}

.scanBg {
    width: 100%;
    height: 100%;
    background: white;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    flex-direction: column;
    justify-content: space-between;
    padding: 1em;
}

.scanBg2 {
    width: 100%;
    height: 100%;
    background: white;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    flex-direction: column;
    justify-content: space-between;
    padding: 1em;
}

.scanBg.show {
    display: flex;
}

.scanBg2.show {
    display: flex;
}

.statusBg {
    width: 100%;
    height: 100%;
    background: white;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    flex-direction: column;
    justify-content: space-between;
    padding: 1em;
    overflow: hidden;
    overflow-y: auto;
}

.reviewBg{
    width: 100%;
    height: 100%;
    background: white;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    flex-direction: column;
    justify-content: space-between;
    padding: 1em;
    overflow: hidden;
    overflow-y: auto;
}

.refundBg {
    width: 100%;
    height: 100%;
    background: white;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    flex-direction: column;
    justify-content: space-between;
    padding: 1em;
    overflow: hidden;
    overflow-y: auto;
}
.payNowBg{
    width: 100%;
    height: 100%;
    background: white;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    flex-direction: column;
    justify-content: space-between;
    padding: 1em;
    overflow: hidden;
    overflow-y: auto;
}

.reviewBg::-webkit-scrollbar {
    width: 4px; /* Slim width */
}
.reviewBg::-webkit-scrollbar-track {
    background: #f1f1f1; /* Scrollbar track color */
}
.reviewBg::-webkit-scrollbar-thumb {
    background: #888; /* Scrollbar thumb color */
    border-radius: 2px; /* Rounded edges for thumb */
}
.reviewBg::-webkit-scrollbar-thumb:hover {
    background: #555; /* Darker thumb color on hover */
}
.reviewBg.show {
    display: flex;
}

.refundBg::-webkit-scrollbar {
    width: 4px; /* Slim width */
}
.refundBg::-webkit-scrollbar-track {
    background: #f1f1f1; /* Scrollbar track color */
}
.refundBg::-webkit-scrollbar-thumb {
    background: #888; /* Scrollbar thumb color */
    border-radius: 2px; /* Rounded edges for thumb */
}
.refundBg::-webkit-scrollbar-thumb:hover {
    background: #555; /* Darker thumb color on hover */
}
.refundBg.show {
    display: flex;
}

.payNowBg::-webkit-scrollbar {
    width: 4px; /* Slim width */
}
.payNowBg::-webkit-scrollbar-track {
    background: #f1f1f1; /* Scrollbar track color */
}
.payNowBg::-webkit-scrollbar-thumb {
    background: #888; /* Scrollbar thumb color */
    border-radius: 2px; /* Rounded edges for thumb */
}
.payNowBg::-webkit-scrollbar-thumb:hover {
    background: #555; /* Darker thumb color on hover */
}
.payNowBg.show {
    display: flex;
}

.statusBg::-webkit-scrollbar {
    width: 4px; /* Slim width */
}

.statusBg::-webkit-scrollbar-track {
    background: #f1f1f1; /* Scrollbar track color */
}

.statusBg::-webkit-scrollbar-thumb {
    background: #888; /* Scrollbar thumb color */
    border-radius: 2px; /* Rounded edges for thumb */
}

.statusBg::-webkit-scrollbar-thumb:hover {
    background: #555; /* Darker thumb color on hover */
}

.statusBg.show {
    display: flex;
}

.is-nope {
    color: #D23 !important;
    border: 0.5rem double #D23 !important;
    transform: rotate(-20deg) !important;
    -webkit-mask-position: 2rem 3rem;
    font-size: 1.5rem;
}

.stamp {
    transform: rotate(12deg);
    color: #555;
    font-size: 1.5rem;
    font-weight: 700;
    border: 0.25rem solid #555;
    display: inline-block;
    padding: 0.25rem 1rem;
    text-transform: uppercase;
    border-radius: 1rem;
    font-family: 'Courier';
    -webkit-mask-image: url(../../assets/img/grunge.png);
    -webkit-mask-size: 944px 604px;
    mix-blend-mode: multiply;
}

.myChatBox {
    /*max-height: 65vh;*/
    /*overflow-y: auto;*/
    /*scrollbar-width: thin; */
    /*scrollbar-color: grey transparent; */
}

/* For Webkit browsers (Chrome, Safari, etc.) */
.myChatBox::-webkit-scrollbar {
    width: 4px; /* Slim width for the scrollbar */
}

.myChatBox::-webkit-scrollbar-track {
    background-color: #f1f1f1; /* Track color */
}

.myChatBox::-webkit-scrollbar-thumb {
    background-color: grey; /* Thumb color */
    border-radius: 10px; /* Optional: rounds the thumb for a smoother look */
}

/* Remove up and down buttons in Webkit browsers (Chrome, Safari) */
.myChatBox::-webkit-scrollbar-button {
    display: none;
}

.chatLeftS span {
    font-size: 14px;
    font-weight: 650;
}

.chatLeftS span small {
    margin-left: 12px;
}

.chatLeftS .chatContentSect {
    background: #dbeefc;
    border-radius: 10px;
    position: relative;
}

.chatContentSect::after {
    content: '';
    position: absolute;
    top: 25%;
    left: -20px;
    /* Adjust left position for triangle on the left side */
    transform: translateY(-50%);
    border-width: 10px;
    border-style: solid;
    border-color: transparent #dbeefc transparent transparent;
    /* Triangle color matches chat bubble */
}
.fontSetVr{
    font-weight: 600; font-size:16px;
}
.vrInf .vrBtn i{
    font-size: 22px;
}
.vrInf{
    border-bottom: 1px solid rgb(233, 233, 233);
}
.vrcreatedInf{
    font-size: 14px; line-height:22px;
}
.vrDownBody{
    position: relative;
}
.vrCustomerAction .logo{
    width: 80px;
}

   /* Container Style */
   .custom-switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 30px;
  }

  /* Hide Default Checkbox */
  .custom-switch-input {
    opacity: 0;
    width: 0;
    height: 0;
  }

  /* Switch Slider */
  .custom-switch-label {
    position: absolute;
    cursor: pointer;
    background-color: #ccc;
    border-radius: 30px;
    width: 60px;
    height: 30px;
    transition: background-color 0.3s;
  }

  /* Circle inside switch */
  .custom-switch-label::after {
    content: "";
    position: absolute;
    height: 26px;
    width: 26px;
    background-color: white;
    border-radius: 50%;
    top: 2px;
    left: 2px;
    transition: transform 0.3s;
  }

  /* Checked State */
  .custom-switch-input:checked + .custom-switch-label {
    background-color: #4caf50;
  }

  .custom-switch-input:checked + .custom-switch-label::after {
    transform: translateX(30px);
  }

  .header-logo-mini{
    display: none;
  }

  .sidebar-mini .header-logo{
    display: none;
  }
  .sidebar-mini .header-logo-mini{
    display: block;
  }
  .userNavTop .nav-link-lg{

      font-size: 18px !important;

  }

@media (min-width: 992px) {
    .navHide{
        display: none;
    }
    .header-logo{
        height: 60px;
    }
    .roundPart{
         margin-top: 8em;
        /*margin-top: 16em;*/
    }
}

@media (max-width: 991px) {
    .main-content{
        padding-left: 20px;
        padding-right: 20px;
    }
    .containerCustom{
        max-width: 1400px;
        width: 100% !important;
        margin-left: auto;
        margin-right: auto;
        padding-left: 0;
        padding-right: 0;
    }
    .header-logo{
        height: 30px;
    }
    .approvelBtn{
        font-size: 12px;
        line-height: 1rem;
    }
    .vrInf .fontSetVr{
        font-size: 14px;
    }
    .vrInf .vrBtn i{
        font-size: 16px;
    }
    .vrcreatedInf{
        font-size: 12px;
        line-height: 18px;
    }
    .vrCustomerAction .logo{
        width: 60px;
    }
    .vrCustomerAction .assignCrew{
        white-space: nowrap;
        font-size: 12px;
    }
    .vrCustomerAction .left{
        line-height: 12px;
    }

    .amntDist .moneyI{
        font-size: 1.3rem;
    }
    .amntDist .distI{
        font-size: 1.1rem;
    }

    .orderVocher .priceSection p {
        margin-bottom: 0;
        font-size: 0.6rem;
        line-height: 14px;
        font-weight: 650;
    }

    .orderVocher .priceSection .currency {
        text-transform: uppercase;
    }

    .orderVocher .priceSection .amount {
        color: black;
        font-size: 0.8rem;
    }

    .orderVocher .Location .distance {
        color: black;
        font-size: 0.6rem;
    }

    .orderVocher .Location .approvelStatus {
        font-size: 0.6rem;
        line-height: 15px;
    }
    .lH{
        line-height: 14px;
    }
    .orderVocher .controlDropdown{
        top: 1px;
    }
    .offcanvas-right {
        right: -330px;
        width: 330px;
    }
    .dstep{
        margin-bottom: 3em;
    }
    .dstep i{
        top: 90%;
        right: 48%;
        transform: translateX(50%);
        rotate: 90deg;
    }
  }
  .approvelBtn{
    line-height: 16px;
}
