.chat-log {
  width: 100%;
  max-width: 600px;
  height: 90%;
  border: 1px solid #f7f7f7;
}

.log {
  height: calc(100% - 50px);
  overflow-y: auto;
}

.input {
  background-color: #f7f7f7;
  height: 50px;
}

.user-input {
  color: #b4b7bf;
  background-color: transparent;
  width: calc(100% - 90px);
  border: 0px;
  font-size: 1.1em;
  line-height: 50px;
  margin-left: 20px;
  outline: none;
}

#datepicker_expire{
    color: #000;
}

button {
  color: #b4b7bf;
  background-color: transparent;
  border: 0px;
  width: 60px;
  padding: 14px;
  outline: none;
  display: inline-block;
  cursor: pointer;
}

/*.message {*/
/*  margin: 20px;*/
/*  font-size: 1em;*/
/*  opacity: 0;*/
/*  float: left;*/
/*  clear: both;*/
/*}*/

/*.message.user {*/
/*  float: right;*/
/*  clear: both;*/
/*}*/

/*.message img {*/
/*  width: 50px;*/
/*  float: left;*/
/*}*/

.content {
  background: #8dabe3;
  color: #ffffff;
  padding: 15px;
  border-radius: 5px;

  float: left;
  margin-left: 15px;
  max-width: calc(100% - 100px);
}

.user .content {
  color: #868995;
  background: #f7f7f7;
  max-width: none;
}

.credit {
  margin-top: 20px;
}

.rating-box {
  color: #f0f0f0;
  text-shadow: 0px 1px 10px black;
  margin: 3rem auto;
  height: 3rem;
  width: 25rem;
}

.rating-star {
  font-size: 1rem;
  width: 1rem;
  height: 1rem;
  padding: 0 5px;
  position: relative;
  display: block;
  float: left;
}

.rating-star-transporter-profile {
  font-size: 1rem;
  width: 1rem;
  height: 1rem;
  padding: 0 0.5rem;
  position: relative;
  display: block;
  float: left;
}
.transport_public_profile_rating{
    display: block;
      width: 100%;
      margin: 10px 0 10px;
      padding: 0px 0 15px;
}
.rating-star-transporter-profile:before,
.full-star:before {
  color: #f2b01e;
  content: "\2605";
  position: absolute;
  left: 0;
  overflow: hidden;
}

.empty-star:before {
  content: "\2605";
  position: absolute;
  left: 0;
  overflow: hidden;
}

.half-star:before {
  color: #f2b01e;
  content: "\2605";
  width: 50%;
  position: absolute;
  left: 0;
  overflow: hidden;
}

.half-star:after {
  content: '\2605';
  position: absolute;
  left: 1.5rem;
  width: 50%;
  text-indent: -1.5rem;
  overflow: hidden;
}



/*======----Fonts Css----======*/
@font-face {
    font-family: 'Overused Grotesk';
    src: url('/public/fonts/OverusedGrotesk-Bold.eot');
    src: url('/public/fonts/OverusedGrotesk-Bold.eot?#iefix') format('embedded-opentype'),
        url('/public/fonts/OverusedGrotesk-Bold.woff2') format('woff2'),
        url('/public/fonts/OverusedGrotesk-Bold.woff') format('woff'),
        url('/public/fonts/OverusedGrotesk-Bold.ttf') format('truetype'),
        url('/public/fonts/OverusedGrotesk-Bold.svg#OverusedGrotesk-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Overused Grotesk';
    src: url('/public/fonts/OverusedGrotesk-Medium.eot');
    src: url('/public/fonts/OverusedGrotesk-Medium.eot?#iefix') format('embedded-opentype'),
        url('/public/fonts/OverusedGrotesk-Medium.woff2') format('woff2'),
        url('/public/fonts/OverusedGrotesk-Medium.woff') format('woff'),
        url('/public/fonts/OverusedGrotesk-Medium.ttf') format('truetype'),
        url('/public/fonts/OverusedGrotesk-Medium.svg#OverusedGrotesk-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Overused Grotesk';
    src: url('/public/fonts/OverusedGrotesk-Regular.eot');
    src: url('/public/fonts/OverusedGrotesk-Regular.eot?#iefix') format('embedded-opentype'),
        url('/public/fonts/OverusedGrotesk-Regular.woff2') format('woff2'),
        url('/public/fonts/OverusedGrotesk-Regular.woff') format('woff'),
        url('/public/fonts/OverusedGrotesk-Regular.ttf') format('truetype'),
        url('/public/fonts/OverusedGrotesk-Regular.svg#OverusedGrotesk-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'SF Pro Text';
    src: url('/public/fonts/SFProText-Semibold.eot');
    src: url('/public/fonts/SFProText-Semibold.eot?#iefix') format('embedded-opentype'),
        url('/public/fonts/SFProText-Semibold.woff2') format('woff2'),
        url('/public/fonts/SFProText-Semibold.woff') format('woff'),
        url('/public/fonts/SFProText-Semibold.ttf') format('truetype'),
        url('/public/fonts/SFProText-Semibold.svg#SFProText-Semibold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Text';
    src: url('/public/fonts/SFProText-Bold.eot');
    src: url('/public/fonts/SFProText-Bold.eot?#iefix') format('embedded-opentype'),
        url('/public/fonts/SFProText-Bold.woff2') format('woff2'),
        url('/public/fonts/SFProText-Bold.woff') format('woff'),
        url('/public/fonts/SFProText-Bold.ttf') format('truetype'),
        url('/public/fonts/SFProText-Bold.svg#SFProText-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Text';
    src: url('/public/fonts/SFProText-Regular.eot');
    src: url('/public/fonts/SFProText-Regular.eot?#iefix') format('embedded-opentype'),
        url('/public/fonts/SFProText-Regular.woff2') format('woff2'),
        url('/public/fonts/SFProText-Regular.woff') format('woff'),
        url('/public/fonts/SFProText-Regular.ttf') format('truetype'),
        url('/public/fonts/SFProText-Regular.svg#SFProText-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}





/*======----Global Css----======*/
* {
    font-family: 'SF Pro Text';
    font-weight: 400;
    color: #222020;
}
h1{
    font-family: "Overused Grotesk", sans-serif;
    font-size: 90px !important;
    font-weight: 700 !important;
    line-height: 80px;
    letter-spacing: -1.8px;
}
h2{
    font-family: "Overused Grotesk", sans-serif;
    font-size: 68px !important;
    font-weight: 700 !important;
    line-height: 72px;
    letter-spacing: -1.36px;
}
h3{
    font-family: "Overused Grotesk", sans-serif;
    font-size: 50px !important;
    font-weight: 700 !important;
    line-height: 50px;
}
h4{
    font-family: "Overused Grotesk", sans-serif;
    font-size: 38px !important;
    font-weight: 700 !important;
    line-height: 48px;
}
h5{
    font-family: "Overused Grotesk", sans-serif;
    font-size: 28px !important;
    font-weight: 700 !important;
    line-height: 36px;
}
h6{
    font-family: "Overused Grotesk", sans-serif;
    font-size: 22px !important;
    font-weight: 700 !important;
    line-height: 28px;
}

/*Mobile*/
@media (max-width: 767px){
    h1{
        font-size: 56px !important;
        line-height: 52px;
        letter-spacing: -1.12px;
    }
    h2{
        font-size: 48px !important;
        line-height: 48px;
        letter-spacing: -0.96px;
    }
    h3{
        font-size: 40px !important;
        line-height: 40px;
    }
    h4{
        font-size: 32px !important;
        line-height: 42px;
    }
    h5{
        font-size: 24px !important;
        line-height: 30px;
    }
    h6{
        font-size: 18px !important;
        line-height: 24px;
    }
}


/*text colors*/
.color-white, .color-white *{
    color: #fff;
}
.text-green-z, .text-green-z * {
    color: #00B176;
}
.text-lt-blue-z, .text-lt-blue-z *{
    color: #0D99FF;
}
.text-red-z, .text-red-z * {
    color: #E50000;
}
.text-grey-z{
    color: #bdbdbd;
}

/*Red button*/
.red-btn-z a {
    padding: 14px 32px;
    background-color: #F8585A;
    border-radius: 100px;
    color: #fff;
    transition: all 0.3s;
}
.red-btn-z a:hover {
    background-color: #d54a4c;
}

/*Simple btn*/
.simple-btn-z a {
    background-color: transparent;
    color: #f8585a;
    box-shadow: none;
}
.simple-btn-z a:hover {
    background-color: transparent !important;
    opacity: 0.8;
}
.simple-btn-z {
    cursor: pointer;
}

/*Input button*/
button.input-btn-red {
    background-color: #F8585A;
    padding: 16px 32px;
    width: 246px;
    border-radius: 100px;
    color: #fff;
    transition: all 0.3s;
}

button.input-btn-red:hover {
    background-color: #d94c4d;
}

button.button-disabled{
    background-color: #8c8484;
}

button.button-disabled:hover {
    background-color: #5b5959;
}
button.save-button{
    width: 280px;
}
/*===Common Form====*/
.common-form-z input, .common-form-z textarea, .common-form-z select {
    background-color: #F8F8F8;
    box-shadow: none;
    padding: 12px 16px;
    font-size: 16px !important;
    font-weight: 400 !important;
    width: 100%;
    border-radius: 8px;
}
.common-form-z label {
    margin-bottom: 8px !important;
    display: block;
}
.common-form-z input:focus, .common-form-z textarea:focus, .common-form-z select:focus {
    outline: none !important;
    box-shadow: none;
}
label[for="collection_meta_file_upload"] span {
    color: #f8585a !important;
}
label[for="collection_meta_file_upload"]:focus, 
label[for="collection_meta_file_upload"]:focus-within {
    outline: none;
    border: none;
    box-shadow: none;
}

/*Popup*/
button.swal2-confirm {
    background-color: #F8585A;
    padding: 16px 32px;
    width: 246px;
    border-radius: 100px;
    color: #fff;
    transition: all 0.3s;
}
button.swal2-cancel.swal2-styled {
    padding: 14px 32px;
    background-color: #fff;
    border-radius: 100px;
    color: #F8585A;
    transition: all 0.3s;
    border: 1px solid #F8585A;
    width: auto;
}
button.swal2-cancel.swal2-styled:hover {
    color: #fff;
    background-color: #F8585A;
}
h2#swal2-title {
    font-size: 36px !important;
    line-height: 40px;
}
textarea#review {
    width: 80%;
    margin: 0;
    margin-top: 20px;
    background-color: #F8F8F8;
    box-shadow: none;
    padding: 12px 16px;
    font-size: 16px !important;
    font-weight: 400 !important;
    width: 100%;
    border-radius: 8px;
    border: navajowhite;
}
input#rating {
    background-color: #F8F8F8;
    box-shadow: none;
    padding: 12px 16px;
    font-size: 16px !important;
    font-weight: 400 !important;
    border-radius: 8px;
    border: navajowhite;
    width: 100%;
    margin: 0;
    margin-top: 10px;
    margin-bottom: 20px;
}

/*======----Transporter Css----======*/

/*Header*/
.header-outer-z {
    margin: 20px;
    background-color: #F8585A;
    border-radius: 12px;
    padding-top: 18px;
    padding-bottom: 60px;
    margin-bottom: 62px;
    position: relative;
}
.header-top-z {
    padding: 8px 10px 8px 32px;
    border-radius: 80px;
    background-color: #fff;
    margin-bottom: 60px;
}
.header-logo-z img {
    height: 37px;
    display: flex;
    object-fit: contain;
    width: 188px;
}
.header-logo-z {
    align-items: center;
}
.header-nav-z {
    align-items: center;
    position: relative;
}
.header-nav-z ul li:not(:last-child) {
    margin-right: 32px;
}
.header-nav-z ul li {
    display: flex;
    transition: all 0.3s;
}
.header-nav-z > ul > li:hover {
    color: #F8585A;
}
.header-nav-z > ul > li:hover > ul > li {
    color: #000;
}
.header-nav-z > ul > li > ul > li:hover {
    color: #fff;
}
.header-nav-z ul li span {
    margin-left: 5px;
    align-items: center;
    display: flex;
}
.has-submenu-z {
    position: relative;
    cursor: pointer;
}
.sub-menu-z {
    position: absolute;
    top: 50px;
    background-color: #fff;
    padding: 12px 8px;
    width: 250px;
    border-radius: 8px;
}
.sub-menu-z li {
    padding: 10px 6px;
    transition: all 0.3s;
    width: 100%;
    border-radius: 8px;
    margin-bottom: 6px;
}
.sub-menu-z li:hover {
    background-color: #F8585A;
    color: #fff;
}
ul#submenu-a {
    display: none;
}
.user-stats-z {
    background-color: #fff;
    border-radius: 8px;
    padding: 32px;
}
.stats-top-part {
    width: 100%;
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #E0E0E0;
    width: 430px;
}
.stats-bottom-part {
    width: 100%;
}
.stat-title {
    color: #828282;
}
.users-name h5 {
    margin-bottom: 8px;
    color: #F8585A;
}
.user-stats-z {
    position: absolute;
    right: 52px;
    bottom: -62px;
    box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.08);
}
.dashboard-sidebar {
    margin-top: 100px;
}
.welcome-title h1 {
    width: 55%;
}
.stats-top-left img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 50%;
    object-position: center;
}
.stats-top-left {
    margin-right: 12px;
}
.users-status .text-green-z {
    background-color: #00B1761A;
    padding: 8px 16px 8px 10px;
    border-radius: 20px;
}
.users-status .text-green-z i {
    margin-right: 7px;
}
.users-status .text-green-z span {
    margin-right: 6px;
}
.stats-top-right .users-name {
    margin-bottom: 15px;
}

@media (min-width: 767px){
    .header-mobile{
        display: none !important;
    }
}

/*mobile*/

@media (max-width: 767px){
    .header-top-z{
        margin-bottom: 40px;
    }
    .welcome-title h1{
        width: 100%;
    }
    .header-outer-z {
        margin: 0;
        padding: 24px 25px 150px 25px;
        border-radius: 0 0 12px 12px;
    }
    .header-dekstop {
        display: none !important;
    }
    .header-mobile{
        display: flex;
        padding: 13px 20px;
        position: relative;
    }
    .header-logo-z {
        min-width: 150px;
    }
    .header-logo-z img{
        width: 150px;
        height: 30px;
    }
    ul.mobile-app-menu-z {
        display: none;
    }
    .header-nav-z{
        position: unset;
    }
    ul.mobile-app-menu-z {
        position: absolute;
        top: 60px;
        width: calc(100vw - 50px);
        left: 0;
        margin: auto;
        background-color: #fff;
        border-radius: 8px;
    }
    ul.mobile-app-menu-z li {
        padding: 12px 16px;
        border-radius: 8px;
    }
    ul#submenu-mob-a {
        display: none;
    }
    .header-nav-z > ul > li:hover{
        color: #000;
    }
    #has-submenu-mob-a span {
        transition: all 0.3s;
    }
    #has-submenu-mob-a span.active {
        transform: rotate(180deg);
    }
    #has-submenu-mob-a span svg {
        height: 16px;
        width: 16px;
    }
    .top-notification-banner {
        padding: 12px 25px;
    }
    .user-stats-z {
        right: unset;
        position: absolute;
        box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.08);
        top: calc(100% - 120px);
        width: calc(100vw - 50px);
        margin: auto;
        bottom: unset;
    }
    .stats-top-part .stats-top-left {
        display: none;
    }
    .stat-num h3 {
        font-size: 24px !important;
        line-height: 26px;
    }
    .stat-title {
        font-size: 12px;
    }
    .user-stats-z{
        padding: 24px;
    }
    .stats-top-part{
        margin-bottom: 20px;
        padding-bottom: 20px;
    }
    .stats-top-part{
        width: 100%;
    }
    .listings-deetz-left {
        flex-direction: column;
        gap: 16px;
    }
}


/*Transporter Dashboard*/

.dashboard-sidebar li a{
    margin-bottom: 4px;
    padding: 12px 16px;
    transition: all 0.3s;
    display: inline-flex;
}
.dashboard-sidebar li.active a{
    background-color: #FEEEEE;
    color: #F8585A;
    line-height: 24px;
    border-radius: 80px;
}
.dashboard-sidebar li:hover {
    color: #F8585A;
}
.dashboard-sidebar ul {
    list-style: none;
    padding: 0;
    display: inline-flex;
    flex-direction: column;
}
.dashboard-sidebar ul:hover {
    list-style: none;
}


/*transporter Deliveries*/


.deliveries-table-z th span {
    color: #BDBDBD;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.48px;
    text-transform: uppercase;
}
.deliveries-table-z th:hover{
    outline: none !important;
}
.text-red-z {
    color: #f44336;
}
.list-head {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.48px;
    text-transform: uppercase;
    margin-bottom: 4px;
}
.list-text {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}
.deliver-table-z {
    font-size: 16px;
}
.deliver-table-tag i {
    color: #f44336;
    font-size: 24px;
    margin-right: 8px;
}
.deliver-table-tag span {
    line-height: 24px;
}
.deliver-status > span {
    padding: 8px 12px 8px 13px;
}
.deliver-status > span > span {
    display: flex;
    gap: 4px;
    align-items: center;
}
.submit-btn-z button {
    padding: 12px 16px !important;
    width: auto;
    background-color: #f8585a;
    transition: all 0.3s;
}
.submit-btn-z button:hover {
    background-color: #da4b4d;
}
div.dt-container .dt-search input {
    background-color: #F8F8F8;
    border: none;
    padding: 12px;
    border-radius: 8px;
}

div.dt-container .dt-search {
    display: flex;
    flex-direction: column;
}

div.dt-container .dt-search label {
    font-weight: 600;
    margin-bottom: 16px;
}
.deliver-table-tag {
    text-align: center !important;
}
.deliveries-table-z td {
    padding: 20px 13px 24px 13px !important;
}
.deliveries-table-z td:first-child {
    padding-left: 0 !important;
}
.deliveries-table-z td:last-child {
    padding-right: 0 !important;
}
.deliveries-form-z label {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 16px;
}
.deliveries-form-z input, .deliveries-form-z select {
    background-color: #F8F8F8;
    box-shadow: none;
    padding: 12px 16px;
    font-size: 16px !important;
    font-weight: 400 !important;
}
.top-notification-banner {
    padding: 18px 25px;
    text-align: center;
    background-color: #FF9E1B;
}
.top-notification-banner div {
    color: #fff;
    font-weight: 600;
}
div.dt-container select.dt-input {
    border: 0;
    background-color: #f8f8f8;
    padding: 12px;
    border-radius: 8px;
    margin-right: 10px;
}
div#delivery_wrapper > .dt-layout-row:first-child {
    display: flex;
    align-items: flex-end;
    margin-bottom: 26px;
}
.listings-deetz-left {
    width: 60%;
    display: flex;
}
.listings-deets-right {
    width: 40%;
    text-align: right;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
}
.listing-deets-top {
    display: flex;
    align-items: flex-end;
    padding-bottom: 24px;
}
.deetz-arrow {
    margin-right: 26px;
}
.deetz-cont p {
    text-align: right;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 12px;
}
.deetz-arrow a:hover svg {
    transform: scale(1.1);
}
.deetz-arrow a svg {
    transition: all 0.3s;
}
.radio-btns-z p {
    width: 100%;
    margin-bottom: 20px;
    font-weight: 600;
}
.del-filter-z > div:not(.submit-btn-z) {
    border-top: 1px solid #E0E0E0;
    padding-top: 16px;
}


@media (min-width: 768px){
    .main-content-z {
        padding-left: 60px;
        border-left: 1px solid #E0E0E0;
    }
    .deliveries-form-z input[type="checkbox"] {
        margin-bottom: 16px;
    }
}
    
/*Mobile*/
@media (max-width: 767px){
    .dashboard-sidebar {
        margin-top: 150px;
        padding: 0;
    }
    .sidebar-menu-z ul {
        flex-direction: row !important;
        flex-wrap: wrap; 
        width: 200vw;
        padding-bottom: 16px;
    }
    .sidebar-menu-z ul li {
        margin-right: 4px;
    }
    .sidebar-menu-z {
        flex-basis: unset !important;
        overflow: scroll;
        scrollbar-color: transparent transparent;
        padding-left: 25px;
    }
    .sidebar-menu-z ul li a {
        padding: 12px 16px;
    }
    .main-content-z {
        padding-top: 40px;
        margin: 0 25px;
        border-top: 1px solid #E0E0E0;
        width: 100%;
    }
    .deliveries-table-z tr th:nth-child(2), .deliveries-table-z tr td:nth-child(2), .deliveries-table-z tr th:nth-child(3), .deliveries-table-z tr td:nth-child(3), .deliveries-table-z tr th:nth-child(4), .deliveries-table-z tr td:nth-child(4), .deliveries-table-z tr th:nth-child(6), .deliveries-table-z tr td:nth-child(6) {
        display: none;
    }
    .deliveries-table-z colgroup col:nth-child(4), .deliveries-table-z colgroup col:nth-child(5), .deliveries-table-z colgroup col:nth-child(6), .deliveries-table-z colgroup col:nth-child(7) {
        display: none;
    }
    #delivery_wrapper > .dt-layout-row:first-child{
        display: flex;
        flex-direction: row;
    }
    .radio-btns-z > div {
        flex-basis: 50%;
        margin-bottom: 10px;
    }
    .radio-btns-z > div label {
        margin-bottom: 0;
    }
    div#delivery_wrapper > .dt-layout-row:first-child .dt-length {
        display: flex;
    }
    div.dt-container select.dt-input {
        padding: 6px;
    }

}


/*----Footer-----*/
.footer-app-z {
    background-color: #31393F;
    margin-top: 120px;
    padding-top: 40px;
    padding-bottom: 32px;
}
.footer-app-left {
    flex-direction: column;
}
.footer-app-top *, .footer-app-bottom * {
    color: #fff;
}
.footer-app-top a:hover, .footer-app-bottom a:hover{
    color: #f8585a;
}
.footer-app-top a, .footer-app-bottom a {
    transition: all 0.3s;
}
.footer-links-col p {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.48px;
    opacity: 0.5;
    margin-bottom: 16px;
}
ul.footer-app-links li a {
    line-height: 24px;
    font-family: "Overused Grotesk",  sans-serif;
}
ul.footer-app-links li {
    margin-bottom: 12px;
}
ul.footer-app-links li {
    margin-bottom: 12px;
}
.footer-app-logo {
    margin-bottom: 40px;
}
.location-app span {
    margin-right: 8px;
}
.location-app {
    margin-bottom: 10px;
}
.email-app span {
    margin-right: 8px;
}
.footer-app-bottom {
    justify-content: space-between;
}
.footer-bottom-left {
    display: flex;
}
.footer-bottom-right .footer-socials-z ul {
    display: flex;
    gap: 6px;
}
.terms-etc-z ul {
    display: flex;
}
.copyright-z {
    margin-right: 12px;
    line-height: 16px;
}
.terms-etc-z ul li {
    padding: 0px 12px;
    position: relative;
    line-height: 16px;
}
.terms-etc-z ul li:not(:last-child):after {
    content: '';
    height: 12px;
    width: 1px;
    color: #fff;
    display: block;
    background-color: #fff;
    top: 2px;
    position: absolute;
    right: 0;
}
.footer-app-top {
    margin-bottom: 60px;
}
/*Footer Mobile*/
@media (max-width: 767px){
    .footer-app-top {
        flex-direction: column;
    }
    .footer-app-top .footer-app-right > div {
        flex-basis: 50%;
    }
    .footer-app-z {
        padding-left: 25px;
        padding-right: 25px;
        padding-top: 60px;
    }
    .footer-app-left {
        margin-bottom: 60px;
    }
    .footer-app-bottom {
        flex-direction: column;
    }
    .footer-bottom-left {
        flex-direction: column;
    }
    .terms-etc-z ul {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px 0px;
    }
    .terms-etc-z ul li {
        display: flex;
    }
    .terms-etc-z {
        margin-top: 10px;
        margin-bottom: 16px;
    }
    .copyright-z {
        text-align: center;
        opacity: 0.5;
        line-height: 24px;
        padding-top: 20px;
        border-top: 1px solid #fff;
    }
    .terms-etc-z ul li a {
        opacity: 0.5;
    }
    .footer-socials-z ul {
        justify-content: center;
    }
}


/*------Listings Inner Page------*/
.delivery-collection {
    display: flex;
    margin-top: 60px;
}
.listing-inner-delivery {
    padding-left: 20px;
}
.listing-inner-delivery h6 {
    margin-bottom: 24px;
}
.listing-inner-collection h6 {
    margin-bottom: 24px;
}
.two-col-heading-z {
    display: flex;
    margin-bottom: 6px;
    align-items: center;
}
.two-col-heading-z svg {
    margin-right: 6px;
}
ul.listing-col-list li {
    margin-bottom: 24px;
}
.two-col-heading-z p {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.48px;
}
.green-notification {
    border: 1px solid #0D99FF;
    padding: 16px 16px 24px 24px;
    border-radius: 8px;
    background-color: #E7F5FF;
}
.green-notification .note-head{
    font-weight: 600;
}
.green-notification p:not(.note-head) {
    max-width: 80%;
}
.notification-outer {
    display: flex;
}
.note-top-z {
    margin-right: 12px;
}
.listing-images-z {
    margin-top: 20px;
    max-height: 300px;
    overflow-y: auto;
    padding-right: 20px;
}
.listing-images-z .image img{
    height: 140px;
    object-fit: cover;
    overflow: hidden;
    width: 100%;
}
.listing-images-z::-webkit-scrollbar-thumb {
    background-color: #BDBDBD;
    border-radius: 8px;
}
.listing-images-z::-webkit-scrollbar {
    width: 6px;
}
.listing-images-z::-webkit-scrollbar-track {
    background-color: #F2F2F2;
    border-radius: 8px;
}
.listing-right-chat > div {
    background-color: #F2F2F2;
    padding: 24px;
    border-radius: 12px;
}
div#chatBox {
    background-color: #F2F2F2;
    border-radius: 8px;
}
.chat-input-z {
    background-color: #fff;
    padding: 20px;
    border-radius: 12px;
    display: flex;
    justify-content: space-between;
}
.chat-input-z textarea {
    width: 85%;
    resize: none;
}
.chat-input-z button {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
input:focus, select:focus, textarea:focus {
    outline: none !important;
}
.message.text-right p {
    padding: 20px;
    background-color: #F8585A;
    border-radius: 12px 12px 0 12px;
    color: #fff;
}
.message.text-left p {
    padding: 20px;
    background-color: #fff;
    border-radius: 12px 12px 12px 0;
    color: #000;
}
.listing-right-chat > div h6 {
    padding-bottom: 32px;
}
div#chatBox .message {
    margin-bottom: 16px !important;
}
.list-quote-inner {
    padding: 24px;
    background-color: #F2F2F2;
    border-radius: 12px;
}
.list-quote-inner h6 {
    padding-bottom: 16px;
}
h6.payment-deets-for-quote {
    margin-top: 16px;
}
.list-quote-inner p {
    margin-bottom: 4px;
}


/*------Payments-------*/

table#topups td {
    padding: 24px 0px;
}

#internal_transactions td {
    padding: 24px 0px;
}
@media (max-width: 767px){
    table#internal_transactions tr th:nth-child(1), table#internal_transactions tr th:nth-child(2), table#internal_transactions tr th:nth-child(3), table#internal_transactions tr th:nth-child(4), table#internal_transactions tr td:nth-child(1), table#internal_transactions tr td:nth-child(2), table#internal_transactions tr td:nth-child(3), table#internal_transactions tr td:nth-child(4){
        display: none;
    }
    table#internal_transactions tr th, table#internal_transactions tr td{
        width: 50%;
    }
}

/*-------Help and Contact--------*/
p.maxwidth-60-z {
    max-width: 65%;
}
.faq-icon-minus {
    display: none;
    transition: all 0.3s;
}
.faq-body-z {
    display: none;
}
.faq-heading-z {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}
.faq-heading-z p{
    font-size: 20px;
    line-height: 28px;
    max-width: 90%;
}
.help-faq-single {
    margin-bottom: 18px;
    padding-bottom: 18px;
    border-bottom: 1px solid rgb(0 0 0 / 10%);
}
.faq-body-z {
    margin: 8px 0;
    padding: 18px 40px 0 40px;
}
.help-faq-single:last-child{
    margin-bottom: 0;
}
.help-faqs-inner li:hover {
    color: #000;
}
.help-faqs-inner ul {
    list-style: auto;
}
.help-faqs-inner ul:hover {
    list-style: auto;
}
span.status-z {
    display: flex;
    gap: 0 5px;
    align-items: center;
    padding: 3px;
}
span.status-z i {
    color: green;
}
table#help td {
    padding: 20px 13px 24px 13px !important;
}

/*More custom form*/

.checbox-custom-two-col ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px 0;
}
.checbox-custom-two-col ul li {
    width: 50%;
    display: flex;
    align-items: center;
}
.checbox-custom-two-col ul li label {
    margin-bottom: 0 !important;
}
input[type="checkbox"]:checked {
    background-color: #f8585a;
    border-color: #f8585a;
}
input[type="checkbox"]{
    appearance: none;
    -webkit-appearance: none;
    position: relative;
    width: 24px;
    height: 24px;
    padding: 0;
    margin-right: 10px;
    border-radius: 4px;
    border: 1px solid #000;
    
}
input[type="checkbox"]:checked::after {
    content: "";
    position: absolute;
    left: 8px;
    top: 3px;
    width: 6px;
    height: 12px;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    color: #f7f7f7;
    border-color: #fff;
}
table#notificationTable tr td:last-child button {
    width: 150px;
    margin-bottom: 10px;
}
table#notificationTable tr td:nth-child(2) ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 26px 0;
}

table#notificationTable tr td:nth-child(2) ul li {
    padding-right: 12px;
    display: flex;
    width: 33%;
}

table#notificationTable tbody tr td {
    padding-bottom: 60px;
    padding-top: 60px;
    border-bottom: 1px solid #00000015;
    vertical-align: top;
}

table#notificationTable tbody tr td:last-child, table#notificationTable thead tr th:last-child {
    text-align: center;
}

table#notificationTable tbody tr td:first-child input {
    display: none;
}

table#notificationTable tbody tr td:first-child label {
    font-weight: 600;
}
.img-one-to-one img {
    aspect-ratio: 1/1;
    object-fit: cover;
}
table#notificationTable tbody tr:last-child td {
    border-bottom: none;
}

/*----Customer Dashboard-----*/

/*Listings*/
.customers-table-z th {
    color: #BDBDBD;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.48px;
    text-transform: uppercase;
}

/*Mobile*/
@media (max-width: 767px){
    .customers-table-z tr th:nth-child(2), .customers-table-z tr td:nth-child(2), .customers-table-z tr th:nth-child(3), .customers-table-z tr td:nth-child(3), .customers-table-z tr th:nth-child(4), .customers-table-z tr td:nth-child(4){
            display: none;
    }
    .customers-table-z colgroup col:nth-child(4), .customers-table-z colgroup col:nth-child(5), .customers-table-z colgroup col:nth-child(6), .customers-table-z colgroup col:nth-child(7) {
        display: none;
    }
    .customers-table-z colgroup col:nth-child(1){
        width: 60%;
    }
    .customers-table-z colgroup col:nth-child(2){
        width: 30%;
    }
    .customers-table-z colgroup col:nth-child(3){
        width: 10%;
    }
}


/*Create a listing*/
.grey-subheading {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.48px;
    text-transform: uppercase;
    color: #bdbdbd;
    margin-bottom: 12px;
}
.listing-cats-inner-z {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
}
.listing-cats-inner-z > div {
    width: calc(50% - 10px);
    padding: 14px 16px;
    background-color: #FFF7F7;
    border-radius: 8px;
    margin-top: 0 !important;
    border: 1px solid #FFF7F7;
}
.listing-cats-inner-z > div:has(input:checked) {
    border: 1px solid #F8585A;
}
.listing-cats-inner-z > div label {
    font-weight: 600;
    font-size: 16px;
}
input[type="radio"]{
    appearance: none;
    -webkit-appearance: none;
    position: relative;
    width: 24px;
    height: 24px;
    padding: 0;
    margin-right: 10px;
    border-radius: 50px;
    border: 2px solid #000;
    transition: all 0.3s;
    
}
input[type="radio"]:checked{
    border-color: #F8585A;
}
input[type="radio"]:checked::after {
    content: "";
    position: absolute;
    left: 7px;
    top: 3px;
    width: 6px;
    height: 12px;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    color: #F8585A;
    border-color: #F8585A;
}
.vehicle-select-z > div {
    flex-direction: row-reverse;
    justify-content: flex-end;
    margin-bottom: 12px;
    margin-top: 15px;
    align-items: flex-start;
}
.boat-select-z > div {
    flex-direction: row-reverse;
    justify-content: flex-end;
    margin-bottom: 12px;
    margin-top: 15px;
    align-items: flex-start;
}
.boat-select-z {
    display: flex;
    align-items: flex-end;
}
.customers-table-z th span {
    color: #BDBDBD;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.48px;
    text-transform: uppercase;
}
.customers-table-z td:first-child {
    padding-left: 0 !important;
}
.customers-table-z td:last-child {
    padding-right: 0 !important;
}
.customers-table-z td {
    padding: 20px 13px 24px 13px !important;
}
.customers-table-z th:hover {
    outline: none !important;
    box-shadow: none;
}
table.customers-table-z th.dt-type-numeric, table.customers-table-z td.dt-type-numeric {
    text-align: center;
}

/*Customer account*/
.bolded-text-z{
    font-size: 18px;
    font-weight: 700;
}

/*Admin Side*/
@media (max-width: 767px) {
    .admin-side .sidebar-menu-z ul {
        flex-direction: row !important;
        flex-wrap: wrap;
        width: 260vw;
        padding-bottom: 16px;
    }
    .dashboard-sidebar.admin-side {
        margin-top: 60px;
    }
}


/*Customer Listings - animal*/

.listing-type-z span{
    background-color: #31393F;
    display: inline-flex;
    color: #fff;
    padding: 6px 12px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 700;
}
.list-status-z {
    margin-bottom: 20px;
}
.txt-bolded-z{
    font-weight: 700 !important;
}
.flex-down-z {
    margin-bottom: 30px;
    margin-top: 10px;
}
div#transporter_section .image img {
    height: 120px;
    width: 120px;
    overflow: hidden;
    object-fit: cover;
    border-radius: 50%;
}
#transporter_section .rating-box {
    width: calc(100% - 120px);
    text-align: left;
    display: flex;
    padding-left: 20px;
    text-shadow: none;
    margin: 35px 0px;
}
#transporter_section .rating-box span.rating-star.full-star {
    font-size: 30px;
    width: 30px;
    height: 30px;
    padding: 0;
}
div#transporter_section {
    padding-left: 10%;
}
.chat-outer-z {
    padding: 24px;
    background-color: #F2F2F2;
    border-radius: 12px;
}
.chat-bottom-z {
    display: flex;
    justify-content: space-between;
}
textarea#messageInput {
    background-color: #fff;
    padding: 8px;
    border-radius: 8px;
    width: 80%;
}
button#sendButton {
    background-color: #f8585a;
    color: #fff;
    padding: 8px 12px;
    border-radius: 8px;
    width: 18%;
}
div#chatBox {
    background-color: #f7f7f7;
}

/*Customer Listings - boat*/

.banner-oouter-z {
    border-radius: 8px;
    padding: 24px !important;
}
.customer-acc-img img {
    height: 160px;
}

/*Admin Listings*/
.transporter_details ul li i {
    color: #f8585a;
}
.line-break-z{
    line-break: anywhere;
}
input[type=radio]:checked + label {
    color: #f8585a !important;
}
input[type=radio]:checked + label span {
    background-color: #f8585a !important;
}
.notification-blue {
    border-radius: 10px;
    border: 1px solid #9be0ff;
    background-color: #e7f8ff !important;
}


/*login pages*/
.width-60z {
    max-width: 60%;
    margin: auto;
}
.header-outer-z.open-header-z {
    background-color: transparent;
    padding-bottom: 20px;
}
.header-outer-z.open-header-z .header-top-z {
    background-color: #F8F8F8;
}
.header-outer-z.open-header-z .sub-menu-z {
    background-color: #f8f8f8;
}
p.login-text-z {
    padding-bottom: 60px;
    margin-bottom: 60px;
    border-bottom: 1px solid #c5c5c5;
}
p.pre-form-text {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 16px;
}
.login-form-z .checkbox label {
    display: flex;
}
.login-btns {
    display: flex;
    column-gap: 12px;
    margin-top: 40px;
    justify-content: flex-end;
}
.login-btns .input-btn-a a {
    display: flex;
    height: 100%;
    align-items: center;
    padding: 0 20px;
    justify-content: center;
    color: #F8585A;
    transition: all 0.3s;
}
.login-btns .input-btn-a a:hover {
    color: #d34648;
}
form.common-form-z.login-form-z {
    margin-bottom: 60px;
}

/*Create Listings*/
div#sp_date input {
    color: #000;
    border-color: #f8f8f8;
}
div#sp_date {
    display: flex;
    align-items: flex-end;
}
input#datepicker_to {
    margin-left: 10px;
}
div#delivery_collection_section .listing-images-z .image {
    display: flex;
    align-items: center;
}
div#delivery_collection_section .listing-images-z .image a {
    width: 100%;
}



.user-box {
  position: relative;
  margin-bottom: 30px;
}

.user-box input {
  width: 100%;
  font-size: 16px;
  color: #333;
  margin-bottom: 30px;

}

.user-box label {
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px 0;
  font-size: 16px;
  color: #333;
  pointer-events: none;
  transition: 0.5s;
}

.user-box input:focus ~ label,
.user-box input:valid ~ label {
  transform: translateY(-20px);
  font-size: 14px;
  color: #333;
}

.password-toggle-icon {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  cursor: pointer;
}

.password-toggle-icon i {
  font-size: 18px;
  line-height: 1;
  color: #333;
  transition: color 0.3s ease-in-out;
  margin-bottom: 20px;
}

.password-toggle-icon i:hover {
  color: #000;
}

#request_email_again{
    text-decoration: underline;
}


.error{
    color:#dc5153;
}


.alert{
    margin-bottom:20px;
}

.alert ul li:hover{
    color: #000;
}
.alert ul li a{
    color: #000;
    padding:0px;
    text-decoration: underline;
}

.wishlist_id:hover{
    cursor: pointer;
}









/**/