 *, *::before, *::after {
    box-sizing: border-box;
  }
  body {
    margin: 0;
    font-family: "Poppins", sans-serif;
    background: #fafafa;
    color: #111;
    min-height: auto;
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  html.sf-js-enabled {
    height: 100%;
}

a{cursor: pointer;}

  /* Header */
  header {
    background-color: #2174ff;
    color: white;
    padding: 16px 24px;
    display: flex;
    align-items: center;
    gap: 16px;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
  }
  .logo-image {
    width: auto;
    height: auto;
    flex-shrink: 0;
    max-width: 60%;
  }
  .logo-text {
    font-weight: 700;
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    user-select: none;
  }

  /* Main container */
  main {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 40px 0 80px;
    max-width: 375px;
    margin: 0 auto;
    width:100%;
  }
  form {
    width: 100%;
    max-width: 400px;
    background: white;
    border-radius: 16px 16px 0 0;
    box-shadow: 0 4px 20px rgb(33 116 255 / 0.25);
    padding: 32px 15px 40px;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  /* Login heading */
  h1 {
    margin: 0;
    font-size: 1.7rem;
    font-weight: 700;
  }
  .subtitle {
    font-weight: 400;
    font-size: 0.9rem;
    color: #555;
    margin-top: -8px;
    margin-bottom: 15px;
}

  /* Input groups */
  label {
    font-size: 0.85rem;
    font-weight: 600;
    color: rgba(113, 118, 128, 1);
    display: block;
    margin-bottom: 4px;
    position: static;
    z-index: 9;
    background: #fff;
    top: -7px;
    left: 24px;
    padding: 0 9px;
    font-size: 12px;
    font-weight: 400;
}

#login-form label{
    position: absolute;
    z-index: 999;
    background: #fff;
    top: -7px;
    left: 24px;
    padding: 0 9px;
    font-size: 12px;
    font-weight: 400;
}

body .iti--separate-dial-code .iti__selected-flag {
    background-color: transparent;
}
  input[type="text"], input[type="tel"] {
    width: 100%;
    padding: 14px 14px;
    font-size: 1rem;
    border: 1.2px solid #bbb;
    border-radius: 8px;
    transition: border-color 0.25s ease;
  }
  input[type="text"]:focus, input[type="tel"]:focus {
    outline: none;
    border-color: none;
    box-shadow: none;
  }

  /* Helper text under Phone */
  .input-helper {
    font-size: 0.75rem;
    color: #777;
    margin-top: -8px;
    margin-bottom: 12px;
  }

  /* Button */
  button {
    background-color: #2174ff;
    border: none;
    color: white;
    font-size: 1rem;
    font-weight: 700;
    padding: 14px 0;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.25s ease;
    width: 100%;
    margin-top: 30px;
  }
  button:hover,
  button:focus {
    background-color: #195fd6;
  }

  .iti.iti--allow-dropdown.iti--separate-dial-code {
    width: 100%;
}

  /* Footer */
  footer {
    margin-top: auto;
    padding: 16px 24px;
    font-size: 0.8rem;
    color: #444;
    text-align: center;
    user-select: none;
  }
  footer a {
    color: #2174ff;
    font-weight: 600;
    text-decoration: none;
  }
  footer a:hover,
  footer a:focus {
    text-decoration: underline;
  }

  /* Responsive - Mobile */
  @media (max-width: 767px) {
    main {
      padding-top: 0;
      padding-bottom: 30px;
      align-items: center;
    }
    form {
        border-radius: 35px 35px 0 0;
        box-shadow: none;
    }
    header {
      justify-content: center;
      border-radius: 0 0 16px 16px;
      padding-left: 16px;
      padding-right: 16px;
    }
  }

  /* Responsive - Desktop */
  @media (min-width: 768px) {
    body {
      background: #f5faff;
    }
    main {
      padding: 70px 0 120px;
    }
        .setting main, .ticketeditpage main {
        padding: 0 0 120px;
    }
    form {
      border-radius: 16px;
      box-shadow: 0 6px 32px rgb(33 116 255 / 0.18);
    }
  }

  .ticketeditpage main {
        margin-top: -56px;
    }

.dashboard-sec {
    margin: 0;
    background: white;
    border-radius: 35px 35px 0 0;
    box-shadow: none;
    padding: 30px 15px;
    width: 100%;
}

header {
    text-align: center;
    background-color: #007bff;
    color: white;
    padding: 30px 0 60px 0;
    border-radius: 0;
    margin-bottom: -60px;
    background-image: url(../images/header-bg-1.png);
    background-repeat: no-repeat;
}
.dashboard header {
    padding: 30px 0 90px 0;
}
.header-main-sec {
    max-width: 375px;
    margin: 0 auto;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
}
.status {
    display: flex;
    justify-content: space-around;
    margin:-64px auto 30px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
    border-radius: 16px;
    padding: 15px 10px;
    background: #fff;
    border: none;
    width: 100%;
    max-width: 100%;
}

.status-item {
    text-align: center;
    font-weight: 900;
    position: relative;
    cursor: pointer;
}
.status-item p {
    margin: 6px 0 0 0;
    color:#000;
    font-weight: 700;
}

input[type="text"] {
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    border: 1px solid #ccc;
    border-radius: 5px;
}
.login-sec-main{position: relative;}
.message {
    text-align: center;
    margin: 20px 0;
}

.add-button {
    display: block;
    margin: auto;
    padding: 0;
    background: linear-gradient(180deg, #13910D 0%, #53B74E 100%);
    color: white;
    border: none;
    border-radius: 100%;
    font-size: 36px;
    cursor: pointer;
    position: fixed;
    right: 0;
    width: 50px;
    height: 50px;
    font-weight: 300;
    bottom: 30px;
    right: 30px;
    z-index: 999;
}

.flash-button {
    display: block;
    margin: auto;
    padding: 0;
    background: blue;
    color: white;
    border: none;
    border-radius: 15px;
    cursor: pointer;
    position: fixed;
    right: 0;
    width: 50px;
    height: 50px;
    font-weight: 300;
    bottom: 90px;
    right: 30px;
    z-index: 999;
}

.flash-button svg {
    max-width: 30px;
    max-height: 26px;
    margin-top: 5px;
}

.info {
    margin-bottom: 15px;
}
.info p {
    margin: 5px 0;
}
input[type="text"] {
    width: calc(100% - 20px);
    padding: 10px;
    border: none;
    border-radius: 5px;
    margin-bottom: 15px;
}

.container-setting {
    background-color: #333333;   /* Card background */
    border-radius: 10px;
    padding: 20px;
    width: 300px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.5);
}
.body {
  background-color: #1a1a1a;  /* Dark background */
  font-family: "Poppins", sans-serif;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin: 0;
}

h1 {
    text-align: left;
    color: #333;
}
.search-bar {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
input[type="text"] {
    flex: 1;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
}
.color-picker {
    display: grid;
    flex-wrap: wrap;
    margin-bottom: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 35px;
    text-align: center;
}
.color-circle {
     width: 46px;
    height: 46px;
    border: 2px solid #fff;
    box-shadow: 0 4px 20px rgb(33 116 255 / 0.25);
    border-radius: 100%;
    cursor: pointer;
}
.color-circle.selected {
    border-color: #000;
    background-image: url(../images/Checkmark.png);
    background-repeat: no-repeat;
    background-position: center;
}
.next-button {
    background-color: #007BFF;
    color: white;
    border: none;
    padding: 10px;
    border-radius: 5px;
    width: 100%;
    cursor: pointer;
    margin-top: 60px;
}
.next-button:hover {
    background-color: #0056b3;
}
.vehicle-types {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.vehicle-type {
    padding: 0;
    background-color: #f5f3f3;
    border: none;
    border-radius: 15px;
    cursor: pointer;
    text-align: center;
    margin: 0;
    height: 108px;
    width: 108px;
}

.vehicle-type.selected {
    background-color: #f5f3f3;
    color: #fff;
    border: 1px solid #195fd6;
    background-image: url(../images/Checkmark_Circle.png);
    background-repeat: no-repeat;
    background-position: right 5px top 5px;
}
button.vehicle-type.selected img {
    filter: invert(23%) sepia(100%) saturate(3652%) hue-rotate(200deg) brightness(90%) contrast(85%);
}
.vehicle-type:hover, .vehicle-type:focus{
    backgrond-color:#f5f3f3;
}
.status-item:after {
    content: "";
    position: absolute;
    background: #ddd;
    height: 30px;
    width: 1px;
    right: -20px;
    top: 10px;
}
.status-item:nth-last-child(1):after{display: none;}

.status-item.purple {
    color: purple;
}
.status-item.yellow {
    color: #ff950a;
}
.status-item.red {
    color: red;
}
.status-item.green {
    color: green;
}
.search-sec {
    background: #f7f0f0;
    border: none;
    padding: 0 40px;
    height: 45px;
    border-radius: 100px;
    position: relative;
}
button.search {
    background-color: transparent;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 10px;
    top: 10px;
    background-image: url(../images/Search.svg);
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    background-size: 24px;
    background-position: center;

}
.search-sec input {
    border: none;
    background: transparent;
    height: 45px;
    margin: 0;
    padding: 0;
    width: 100%;
}
.bell-icon{display: none;}

.bell-icon {
    background-image: url(../images/bell.png);
    width: 35px;
    height: 35px;
    background-size: 20px;
    background-color: rgba(0, 0, 0, 0.1);
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 100%;
    position: relative;
    cursor: pointer;
}
.dashboard .bell-icon{display: block;}
span#notificationCount {
    background: red;
    border-radius: 100%;
    width: 18px;
    height: 18px;
    font-size: 11px;
    display: flex;
    align-items: center;
    line-height: 22px;
    text-align: center;
    margin: 0;
    position: absolute;
    line-height: 19px;
    right: 3px;
    top: 4px;
}
.setting-icon{display: none;}
.dashboard .setting-icon{display: block;}
.setting-icon {
    background-image: url(../images/setting.png);
    width: 35px;
    height: 35px;
    background-size: 20px;
    background-color: rgba(0, 0, 0, 0.1);
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 100%;
    cursor: pointer;
}
.dashboard-box {
    background: #E5ECFF;
    border-radius: 12px;
    padding: 20px 15px;
    margin-bottom: 30px;
}
.db-box-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.db-box-top p {
    display: flex;
    align-items: center;
}
.db-box-top span {
    width: 25px;
    height: 21px;
}
.dashboard-box p {
    margin: 0;
}
.image-sec-md {
    width: 60px;
    height: 60px;
    background: #fff;
    border: 1px solid #A8BFFF;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.db-box-middle {
    display: flex;
    align-items: center;
    padding: 15px 0 26px;
    position: relative;
    justify-content: space-between;
}

.image-sed-mainleft{display: flex;align-items: center;}
.text-sec-md h3 {
    margin: 0;
    font-size: 18px;
    color: #252B37;
    font-weight: 600;
    font-family: poppins;
}
.text-sec-md p {
    font-size: 14px;
    color: #4D525D;
    font-family: poppins;
}
.text-sec-md {
    margin: 0 10px;
}
.right-text-md p {
    color: #017BFE;
    font-size: 14px;
    font-family: poppins;
    font-weight: 500;
    margin-top: -10px;
}

.dashboard-inner-sec {
    margin-top: 20px;
}
.db-box-bottom-sec a {
    font-size: 18px;
    color: rgba(1, 123, 254, 1);
    text-decoration: none;
    font-family: poppins;
    font-weight: 600;
    text-transform: uppercase;
}
.db-box-bottom-sec {
    text-align: center;
    border-top: 1px solid rgba(1, 123, 254, 1);
    padding: 20px 0 5px 0;
    margin-top: 5px;
}
.image-sec-md img{width: 100%;border-radius: 100%;}
.delete-edit-icon {
    position: absolute;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    text-align: center;
    gap: 5px;
}
.delete-edit-icon img {
    width: 20px;
}
.delete-edit-icon span, .delete-edit-icon a{
    background: rgba(107, 114, 128, 1);
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
span.delete img {
    margin-left: 1px;
}
span.edit, span.delete, a.history, a.send-reminder {
    width: 26px;
    height: 26px;
}
.delete-edit-icon img {
    width: 14px;
    margin: 0;
}

@media (max-width: 767px) {
.header-main-sec{padding:0 20px;}
}

/********* setting css ***************/
.setting img.logo-image{opacity: 0;}
button.logout-button {
    background: linear-gradient(180deg, #FF3F3F 0%, #FF5C5C 100%);
    padding: 0;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    margin: 0;
    position: absolute;
    right: 20px;
    top:20px;
}
.setting .header-main-sec form {
    background: transparent;
    padding: 0;
}
.setting header {
    padding: 0;
    max-width: 375px;
    margin: 0 auto;
    position: relative;
    height: 0;
    width: 100%;
}
.container-setting {
    width: 100%;
    margin:0 auto;
    max-width: 375px;
    background: #fff;
    padding: 30px 25px;
    border-radius: 35px;
    box-shadow: 0 4px 20px rgb(33 116 255 / 0.25);
}
.setting .header {
    text-align: center;
    font-size: 18px;
    margin-top: 15px;
}
.body.setting{align-items: flex-start;}
.setting .info {
    background: rgba(255, 240, 218, 1);
    border-radius: 8px;
    margin-top: 30px;
    padding:20px;
}
.info-top-sec {
    display: flex;
    align-items: center;
    padding:0 0 15px 0;
}
.imaeg-sec-info {
    width: 35px;
    height: 35px;
    background: #fff;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.infor-right-sec-text {
    margin-left: 15px;
}
.infor-right-sec-text p {
    margin: 0 0 5px 0;
    font-size: 12px;
    color: rgba(90, 95, 105, 1);
}
.infor-right-sec-text h4 {
    font-size: 16px;
    font-weight: 600;
    color:rgba(37, 43, 55, 1);
    font-weight: 600;
    margin:0;
}

.container-setting .alert.alert-success {
    display: flex;
    justify-content: center;
}

.setting .body{align-items: flex-start;height: 100%;margin:0;width:100%;max-width: 100%;padding-top: 10px;}
.info p {
    font-size: 12px;
    color: rgba(90, 95, 105, 1);
    margin:0;
}

.info p.phone {
    color: rgba(37, 43, 55, 1);
    font-size: 14px;
    font-weight: 600;
    margin-top: 10px;
}
.bottom-sec-inf {
    border-top: 1px solid #ddd;
    padding-top: 15px;
}
form.setting-form {
    background: transparent;
    padding: 30px 0 0 0;
    box-shadow: none;
}
form.setting-form input[type="number"]
 {
    height: 56px;
    background: #fff;
    width: 100%;
    border: none;
    border-radius: 8px;
    box-shadow: none;
    font-size: 16px;
    padding-left: 10px;
    border: 1px solid #ddd;
}
.inner-sec-form {
    position: relative;
}
label.text-sec {
    position: absolute;
}

form.setting-form button {
    margin-top: 5px;
}


/********** color css ***********/

.colors header, .category header, .company header, .detail header {
    display: none;
}

.color-main-sec {
    width: 100%;
}
.colors main, .category main, .company main, .detail main{
    padding: 20px 0 80px;
    max-width: 375px;
    margin: 0 auto;
    width: 100%;
}

.color-main-sec input[type="text"] {
    border: none;
    border-radius: 5px;
    background: transparent;
    padding-left: 40px;
}
.color-main-sec button.search{top:20px;}
.color-main-sec .search-bar {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    background: #fff;
    border: 1px solid rgba(218, 218, 218, 1);
    border-radius: 16px;
    position: relative;
}
.color-sec-main {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 5px;
}
.color-main-sec h2 {
    margin-top: 0;
    text-align: center;
    color: #000;
    margin-bottom: 20px;
}
.color-sec-inner-main {
    background: #fff;
    padding: 30px 25px;
    border-radius: 35px;
    box-shadow: 0 4px 20px rgb(33 116 255 / 0.25);
}

/*********** category ***********/

div#category-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
}

.vehicle-type div {
    color: rgba(131, 142, 164, 1);
    font-size: 14px;
    font-weight: 400;
    margin-top: 14px;
}
.category .color-sec-inner-main, .company .color-sec-inner-main, .detail .color-sec-inner-main,  {
    padding: 30px 14px;
}

/***** company **********/


button.company-type {
    background: transparent;
    border: 1px solid rgba(232, 234, 240, 1);
    border-radius: 100%;
    width: 78px;
    height: 78px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
div#company-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 0;
}
div#company-list img {
    width: 60px;
    height: 60px;
    object-fit: contain;
    border-radius: 100%;
}
div#company-list span.text {
    font-size: 15px;
    color: rgba(84, 90, 103, 1);
    font-weight: 400;
}
div#company-list .color-sec-main{margin-bottom: 30px;}
button.company-type.selected {
    border: 1px solid rgba(0, 123, 254, 1);
}

/******* popup  design ***********/

.popup-overlay {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
}
.popup-content {
    background: #fff;
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translate(0, -50%);
    max-width: 365px;
    margin: 0 auto;
    left: 0;
    right: 0;
    border-radius: 16px;
    padding: 30px;
}
.close-btn {
    background: #2174ff;
    width: 30px;
    height: 30px;
    display: flex;
    border-radius: 5px;
    position: absolute;
    top: 5px;
    right: 5px;
    color: #fff;
    justify-content: center;
    align-items: center;
    font-size: 19px;
    cursor: pointer;
}

.popup-content h3 {
    margin-top: 0;
}

.notification-item{display: flex;align-items: center;padding-bottom: 15px;margin-bottom: 15px;border-bottom:1px solid rgba(203, 207, 215, 1); }
.notification-item{color: rgba(107, 114, 128, 1);font-size: 12px;}
.notification-item{font-size: 14px;}
.notification-header h3{border-bottom: 1px solid rgba(203, 207, 215, 1);margin-bottom: 25px;padding-bottom: 15px}

#total_amount {font-weight: bold;color: #000;}

/******* history page design ***********/

.tickethistorypage header {
    display: none;
}

.header-history h2 {
    text-align: center;
    margin: 0 0 30px 0;
}
.header-history {
    width: 100%;
}
.tickethistorypage main{padding-left: 0;padding-right: 0;}

.history-sec-part {
    width: 100%;
}

.history-inner-sec-part {
    background: #fff;
    box-shadow: 0 4px 20px rgb(33 116 255 / 0.25);
    border-radius: 16px;
    padding: 10px 30px;
}
li.history-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding: 20px 0;
}
.history-left {
    display: flex;
    align-items: center;
}
.history-left .dot {
    height: 24px;
    margin-right: 10px;
}
.history-left h4 {
    font-size: 18px;
    color: #000;
    font-weight: 400;
    margin: 0;
}
ul.history-list {
    padding: 0;
}
.history-right {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 14px;
    color: rgba(107, 114, 128, 1);
}
.history-right span + span {
    width: 66px;
    text-align: right;
}
li.history-item:before {
    content: "";
    height: 68%;
    width: 1px;
    position: absolute;
    border: 1px dashed;
    border-color: rgba(167, 172, 183, 1);
    top: 45px;
    left: 11px;
}
li.history-item:nth-last-child(1):before {
    display: none;
}

/*********** deatil css ************/

body.detail .color-main-sec input[type="text"], body.detail .color-main-sec input[type="tel"],
body.detail .color-main-sec textarea#description, body.detail .color-main-sec select#company,
body.ticketeditpage .color-main-sec input[type="text"], body.ticketeditpage .color-main-sec input[type="tel"],
body.ticketeditpage .color-main-sec textarea#description, body.ticketeditpage .color-main-sec select#company, select
 {
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #fff;
    padding-left: 0;
    width: 100%;
    margin: 0;
    border-radius: 8px;
    padding:14px 14px;
    color:rgba(113, 118, 128, 1);
}

body.detail .color-main-sec input[type="text"]:focus, body.detail .color-main-sec input[type="tel"]:focus,
body.detail .color-main-sec textarea#description:focus, body.detail .color-main-sec select#company:focus,
body.ticketeditpage .color-main-sec input[type="text"]:focus, body.ticketeditpage .color-main-sec input[type="tel"]:focus,
body.ticketeditpage .color-main-sec textarea#description:focus, body.ticketeditpage .color-main-sec select#company:focus
{
border: 1px solid #ddd;
outline: 0;
box-shadow: none;
}
.detail-sec-main p {
    margin: 0;
}
div#photoUploadContainer {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 10px;
}
.photo-box {
    width: 78px;
    height: 78px;
    background: rgba(233, 234, 235, 1);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: rgba(113, 118, 128, 1);
    flex-wrap: wrap;
    position: relative;
    cursor: pointer;
}

label.add-photosec {
    padding: 0;
    font-size: 14px;
    color: rgba(83, 88, 98, 1);
    margin-bottom: -10px;
}
.photo-box img {
    border-radius: 8px;
}

body.detail .color-sec-inner-main{padding:30px 15px;}
.photo-box span:nth-child(1) {
    width: 24px;
    height: 24px;
    border: 1px solid;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    margin-bottom: -30px;
}
span.text-part {
    width: 100%;
    text-align: center;
}
.company-main p {
    margin-bottom: 11px;
    color: rgba(113, 118, 128, 1);
}
.company-main label {
    padding: 0;
}
.top-msg {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
}
span.icon-check {
    background: #227C4B;
    border-radius: 100%;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}
span.icon-close {
    background: #FE3E37;
    border-radius: 100%;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 20px;
}
span.error {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #FFCFCE;
    width: auto;
    padding: 6px 20px;
    color:#FE3E37;
    justify-content: center;
}
span.success {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #C6F6DC;
    width: auto;
    padding: 6px 20px;
    color:#227C4B;
    justify-content: center;
}
button.delete-photo-btn {
    position: absolute;
    background: transparent;
    width: auto;
    height: auto;
    padding: 0;
    font-size: 20px;
    top: -5px;
    right: 5px;
}


/******* css edit *************/
.ticketeditpage header {
    display: none;
}

.ticketeditpage .color-sec-inner-main{padding:0;}
.ticketeditpage .ticket_number {
    border-bottom: 1px solid rgba(203, 207, 215, 1);
    padding: 20px 30px;
    font-size: 18px;
    font-weight: 500;
    color: rgba(37, 43, 55, 1);
}
.ticketeditpage form.setting-form {
    padding: 30px 20px 30px 20px;
    box-shadow: none;
}

.ticketeditpage form.setting-form span.title {
    color: rgba(83, 88, 98, 1);
}

.ticketeditpage button.delete-photo-btn{
    top: 0;
    margin: 0px;
}

.thankyou.confirm a {
    background: #000;
    color: #fff;
    text-decoration: none;
    padding: 10px;
}
.thankyou.confirm {
    text-align: center;
}
.thankyou.confirm a.btn.btn-primary.yes {
    background: green;
}
.thankyou.confirm a.btn.btn-secondary.no {
    background: red;
}

.switch {
    position: relative;
    display: inline-block;
    width: 35px;
    height: 22px;
    top: 2px;
    left: 0;
    z-index: 9;
}

/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: .4s;
    border-radius: 34px;
}

.slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 4px;
    bottom: 3px;
    background-color: white;
    transition: .4s;
    border-radius: 50%;
}

input:checked + .slider {
    background-color: #007bff;
}

input:focus + .slider {
    box-shadow: 0 0 1px #007bff;
}

input:checked + .slider:before {
    transform: translateX(12px);
}
.top-sec-grid-part {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 5px;
}

img#viewIcon {
    max-width: 22px;
    margin-right: 5px;
}

img#viewIcon[alt=grid] {
    max-width: 19px;
    margin-right: 5px;
}
.ticket-card {
       border-radius: 20px;
    padding: 9px;
    font-size: 12px;
    color: red;
    text-align: center;
    min-height: 150px;
}
.ticket-grid {
    /* display: grid
; */
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 20px;
    gap: 10px;
    width: 100%;
    display: inline-block;
    max-width: 32.33%;
    padding: 0 5px;
    vertical-align: text-top;
}
.ticket-card-body img {
    display: none;
}
.ticket-card-body h4 {
    /* display: none; */
    margin: 0;
    font-weight: normal;
}

.ticket-card-body p {
    font-size: 12px;
    margin: 5px 0 0 0;
    background: url(../images/tag.png);
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: left center;
    padding: 0 0 0 15px;
}
button#toggleAddEmp {
    background: transparent;
    color: #000;
    padding: 0;
    margin: 4px 0 0 0;
    width: auto;
}

button#empDropdownBtn {
    background: transparent;
    color: #000;
    text-align: left;
    font-weight: normal;
    border: 1px solid #ddd;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
span#chev {
    margin-top: 5px;
}

button.editBtn {
    background: url(../images/edit.png);
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: center;
    padding: 0;
    margin: 0;
    width: 50px;
    height: 24px;
}
form.deleteForm button {
    background: url(../images/bin1.png);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 24px;
}
div#empPanel div {
    font-size: 12px;
}

form.deleteForm {
    border-radius: 0;
    box-shadow: none;
    padding: 0;
    max-width: inherit;
    width: 50px;
    height: 24px;
}

.edit-form-sec, .edit-form-sec1 {
    position: fixed;
    left: 0;
    right: 0;
    max-width: 80%;
    margin: auto;
    transform: translate(0, 50%);
    height: auto;
    top: 0;
    z-index: 99999;
    border-radius: 8px;
    padding:8px;
}
form#addEmpForm, form#addEmpForm1 {
    transform: inherit;
    top: auto;
    bottom: 0;
    width: 100%;
    max-width: 100%;
    padding: 10px 30px;
    bottom: -100%;   /* hidden initially */
      width: 100%;
      background: #fff;
      padding: 20px;
      box-shadow: 0 -3px 10px rgba(0,0,0,0.2);
      transition: bottom 0.4s ease-in-out; 
      z-index: 1001;
      border-radius: 16px 16px 0 0; /* top rounded corners */
      display: block !important;
      opacity: 0;
      visibility: hidden;
}
body.popup1 form#addEmpForm1{bottom:0;opacity: 1;visibility: visible;}
body.setting:before {
    background: #000;
    width: 100%;
    height: 100vh;
    position: fixed;
    content: "";
    top: 0;
    left: 0;
    opacity: 0.4;
    max-height: inherit;
    display:none;
    z-index: 999;
}

body.setting.popup:before, body.setting.popup1:before{display: block;}

.edit-form-sec .field input[type="text"], .edit-form-sec .field input[type="date"],
.edit-form-sec1 .field input[type="text"], .edit-form-sec1 .field input[type="date"] {
    flex: 1;
    padding: 4px 0 5px 0px;
    border:none;    
    border-bottom: 1px solid #000;
    border-radius: 0;
    margin: 0;
    height: 30px;
    width:calc(100% - 20px);
}
.edit-form-sec .field label, .edit-form-sec1 .field label {
    padding: 0;
}

.edit-form-sec button, .edit-form-sec1 button {
    background: transparent;
    color: #000;
    width: auto;
    margin-right: 10px;
    margin-top: 0;
}
.edit-form-sec button.cancelEdit, .edit-form-sec1 button.cancelEdit {
    order: -1;
}
.btton-bottom-sec{justify-content: flex-end;}
span.title-edit {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    width: 100%;
    display: flex
;
}


/* Overlay styling */
.inner-sec-form .overlay, .inner-sec-form .overlay1, .inner-sec-form .overlay2 {
    display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  z-index: 1000;
}

/* Popup dropdown */
.search-togletop, .search-togletop1, .search-togletop2 {
   position: fixed;
  left: 0;
  bottom: -100%;   /* hidden initially */
  width: 100%;
  background: #fff;
  padding: 10px;
  box-shadow: 0 -3px 10px rgba(0,0,0,0.2);
  transition: bottom 0.4s ease-in-out; 
  z-index: 1001;
  border-radius: 16px 16px 0 0; /* top rounded corners */
  max-width: 375px;
  margin: 0 auto;
  right:0;
}

.inner-searc-sec {
    padding: 0;
    overflow-y: auto;
    height: 400px;
}

/* Active/open state */
.search-togletop.active, .search-togletop1.active, .search-togletop2.active {
     bottom: 0; /* Slide up from bottom */
}

/* UL/LI styling */
.dropdown-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.dropdown-list li {
    padding: 8px 10px;
    cursor: pointer;
    transition: background 0.2s;
}

.dropdown-list li:hover {
    background: #f0f0f0;
}

/* Selected styling */
.inner-sec-form .selected {
    padding: 8px 10px;
    border: 1px solid #ccc;
    background: #fafafa;
    cursor: pointer;
    display: none;
}

/* Hide unmatched li */
.dropdown-list li.hidden {
    display: none;
}

.inner-sec-form input.employ-toggle-search, .inner-sec-form input.company-toggle-search,
.inner-sec-form input.delivery-toggle-search
 {
    height: 50px;
}
input#employeeSearch, input#companySearch, input#deliveredEmployeeSearch{
    height: 40px;
    border:1px solid #000;
    color:#000;
    padding-left: 30px !important;
}
input#companySearch::placeholer, input#employeeSearch::placeholer, input#deliveredEmployeeSearch::placeholer{color: #000;}
.serch-inner-part img {
    position: absolute;
    max-width: 20px;
    top: 10px;
    left: 8px;
}
.serch-inner-part {
    position: relative;
}
.down-arrow-list:after {
    background: url(../images/down-arrow1.png);
    background-repeat: no-repeat;
    background-position: right center;
    content: "";
    background-size: 12px;
    width: 12px;
    height: 12px;
    position: absolute;
    right: 10px;
    top: 18px;
}
.down-arrow-list{position: relative;}

select{
    background-image: url(../images/down-arrow1.png);
     background-repeat: no-repeat;
    background-position: right 10px center;
    -webkit-appearance: none;
     background-size: 12px;
}


body.setting .header-main-sec{
    margin-top: 60px;
    padding:0 10px;
}
body.setting .header-main-sec form{width:auto;max-width: inherit;position: relative;z-index: 9999;}
body.setting button.logout-button{position: static;}
body.setting img.logout {
    max-width: 17px;
    max-height: 15px;
    margin-left: 1px;
    margin-top: -1px;
}
body.setting button.logout-button {
    width: 25px;
    height: 25px;
    margin: 0;
    right: 20px;
    top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
body.setting .header-main-sec{justify-content: flex-end;gap: 15px;}
body.setting a.sales-report-button {
    margin-top: 8px;
    position: relative;
    z-index: 9999;
}

body.sales-report header {
    display: none;
}
body.sales-report main {
    padding: 0 10px;
   
}
body.sales-report .filter-section button {
    background: none;
    padding: 0 !important;
    margin: 0;
}
body.sales-report .filter-section {
    display: flex !important;
    align-items: center;
    gap: 15px !important;
    margin: 0 !important;
    justify-content: flex-end;
}
body.sales-report .salesreport-header-sec {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    margin-top: -53px;
    padding-left: 36px;
}
body.sales-report .sales-report-container {
    width: 100%;
}

body.sales-report input#date_range {
    width: 24px !important;
    height: 24px;
    opacity: 0;
    margin: 0;
    padding: 0 !important;
    position: absolute;
    left: 0;
    z-index: 9999;
}
body.sales-report .calender-icon-main {
    position: relative;
}

body.sales-report .filter-section img {
    max-width: 20px;
}
body.sales-report img.download {
    max-width: 22px;
}
body.sales-report .summary {
    display: flex;
    justify-content: space-between;
    text-align: center;
    align-items: center;
    padding: 0 10px;
    font-size: 14px;
}

body.sales-report .salesreport-header-sec h2 {
    font-size: 23px;
}
body.sales-report .summary div {
    color: #555;
}
body.sales-report .summary div strong {
    color: #000;
}
.payment-summary div {
    width: 100%;
    max-width: 20%;
    text-align: center;
}
.payment-summary {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    font-size: 14px;
    gap: 20px;
    padding-top: 20px;
    justify-content: center;
    border-top: 1px solid #ddd;
    margin-top: 20px;
}
.payment-summary div strong {
    color: #007bff;
}

.ticket-item .status {
    background: transparent;
    box-shadow: none;
    margin: 0;
    text-align: right;
    padding: 0;
    width: 100%;
    display: inline-block;
    color: green;
    font-size: 13px;
}
.ticket-item {
    background: #c0e7b49c;
    border-radius: 10px;
    margin-bottom: 10px;
    padding: 20px;
}
.top-sec-ticket div strong {
    font-weight: 400;
}
.top-sec-ticket div {
    display: flex;
    justify-content: space-between;
    font-size: 13px;
}
.middle-sec-ticket {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}

.right-sec-ticket {
    text-align: right;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    font-size: 12px;
    gap: 10px;
}

.top-sec-ticket img {
    max-width: 13px;
}
.top-sec-ticket span {
    display: flex;
    align-items: center;
    gap: 5px;
}
.left-sec-ticket {
    display: flex;
    align-items: center;
    gap: 10px;
}
img.note-image {
    background: #fff;
    max-width: 22px;
    border-radius: 100%;
}
.image-sec {
    background: #fff;
    padding: 5px;
    border-radius: 100%;
    position: relative;
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #8e8edb;
}
.dot-green {
    position: absolute;
    color: green;
    font-size: 24px;
    background: green;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    bottom: 0;
    right: 0;
}

.text-sec-part {
    font-size: 12px;
}
.text-sec-part strong {
    font-weight: 400;
    margin: 0;
}
p#report-range {
    font-size: 14px;
}
.ticket-list {
    margin-top: 30px;
}
.text-sec-part img.tab {
    max-width: 12px;
}

.text-sec-part div {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 5px;
}
.tag-sec{margin-top: 5px;}
button#skipEmployee {
    margin-top: 20px;
}

div#employee_section {
    margin-top: 20px;
}
.car-selection input {
    position: absolute;
    width: 100%;
    height: 27px;
    margin: 0;
    opacity: 0;
}
.popup-form > label {
    font-size: 16px;
    margin-bottom: 20px;
    padding: 0;
}
.car-selection {
    display: flex;
    align-items: center;
    width: 100%;
    position: relative;
    padding:10px;
    border-radius: 10px;
}

.car-selection label {
    font-size: 15px;
    margin: 0;
    background:transparent;
}

.car-selection:hover, .car-selection.active{
    background:rgba(107, 114, 128, 1);
}
.car-selection:hover img, .car-selection.active img {
    filter: brightness(2);
}
div#smsPopup h3{margin:0 0 10px 0;}
.car-selection:hover label, .car-selection.active label{color:#fff;}

/* Loader overlay */
.loader-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255,255,255,0.7);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Spinner */
.spinner {
    border: 4px solid #f3f3f3;
    border-top: 4px solid #3498db;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0%   { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}


.dashboard button.back-button, .loginpage button.back-button {
    display: none;
}
button.back-button {
    background: transparent;
    width: 100%;
    display: flex;
    padding: 20px 8px;
    max-width: 375px;
    margin: 0 auto;
    position: relative;
    z-index: 999;
}
div#downloadOptions {
    left: auto !important;
    right: 0;
}
a.download-option {
    color: #000;
    text-decoration: none;
    padding: 2px 10px !important;
}

@media (max-width: 767px) {
.search-togletop, .search-togletop1, .search-togletop2{
    max-width: 100%;
}
body.sales-report .salesreport-header-sec{margin-top: -72px;}
}
input#tag_number {
    width: 100%;
}