 *, *::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%;
}

  /* 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 28px 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: 999;
    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: 75px;
      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: 80px 0 120px;
    }
    form {
      border-radius: 16px;
      box-shadow: 0 6px 32px rgb(33 116 255 / 0.18);
    }
  }

.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;
}
.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%;
}
.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;
}
.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%;
}
.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 {
    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: 10px;
}
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;
}

.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
 {
    border: 1px solid #ddd;
    border-radius: 5px;
    background: #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;
}

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;
}
