@font-face {
  font-family: 'IranSans';
  src: 
       url('./fonts/IRANSans.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
*{
    font-family: 'IranSans', sans-serif !important;
}
html,body{
    font-family: 'IranSans', sans-serif !important;
    line-height: 30px;
}

.sabt {
    width: 80px;
    text-align: center;
    margin-right: 20px;
    /*margin-top: -22px;*/
    font-size: 12px !important;
    font-weight: bold;
    color:#ff7a00 !important;
}

.sabtt {
    width: 25px;
    margin-left: 20px;
}

.table-container {
    width: 90%;
    margin: 20px auto;
    border: 1px solid #ccc;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

table {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
}

thead {
    background-color: #f8f9fa;
    font-weight: bold;
    color: #333;
}

th, td {
    padding: 12px;
    border-bottom: 1px solid #ddd;
}

tbody tr:hover {
    background-color: #f1f1f1;
}

.checkbox-s input[type="checkbox"] {
    cursor: pointer;
}


.status {
    padding: 8px 12px;
    border-radius: 5px;
    font-size: 0.9rem;
    font-weight: bold;
    display: inline-block;
}


.status.unpaid {
    background-color: #f8d7da;
    color: #842029;
}


.status.paid {
    background-color: #d4edda;
    color: #155724;
}


.status.pending {
    background-color: #fff3cd;
    color: #856404;
}


.payment-row {
    margin: 10px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.payment-row span {
    margin: 0 5px;
    padding: 5px 10px;
    border-radius: 4px;
}


.h2 {
    text-align: center;
    font-size: 1.8rem;
    margin: 20px 0;
    color: #444;
}


.price {
    font-weight: bold;
    color: #333;
}


.icon-lock {
    font-size: 1rem;
    color: #aaa;
    margin-left: 5px;
}

.sidebar {
    display: inline-block;
    /* width: 250px;
    height: auto; */
    /* position: fixed; */
    /*top: 0;*/
    /*bottom: 0;*/
    margin: 0 50px;
    margin-top: 100px;
}

.sidebar ul {
    width: 250px;
    background-color: #f9f9f9;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    list-style: none;
    padding: 0;
    padding-top: 5px;
}

.sidebar ul li {
    margin: 15px 0;
}

.sidebar ul li a {
    text-decoration: none;
    color: #333;
    font-size: 15px;
    padding-right: 15px;
    padding-top: 10px;
}

.sidebar-2 h4{
    margin-top: 50px;
}

.sidebar-2 ul{
    width: auto;
    background-color: #d9d9d9;
    box-shadow: none;
    list-style: none;
    color: #21324e;
}

.sidebar-2 ul li{
    font-weight: bold;
}

.sidebar-2 ul li:hover{
    margin-right: 20px;
}

.list-sidebar p{
    border-bottom: 1px solid #ddd;
}

.list-sidebar span{
    font-size: 13px;
    color: #878a93;
    padding-right: 15px;
}

.content {
    display: inline-block;
    /*margin-right: 270px;*/
    padding: 20px;
}

.ticket-header {
    /* background-color: #f5f5f5; */
    padding: 20px;
    border-radius: 8px;
    margin: 20px 50px;
}

.ticket-header h1 {
    font-size: 20px;
    margin: 0;
}

.response h4{
    color: #333333;
}

.response-operator-head,
.response-operator-text,
.response-ower-head,
.response-ower-text{
    padding: 5px 15px;
}

.response-operator-head{
    background-color: #21324e;
    color: #FF7A00;
    margin-bottom: 0px;
    padding: 10px 3px;
}

.response-ower-head{
    background-color: #FF7A00;
    color: #21324e;
    margin-bottom: 0px;
    padding: 10px 3px;
}

.response-operator{
    position: relative;
    padding-bottom: 30px;
    background-color: #f1f1f1;
    border: 5px solid #21324e;
    border-radius: 8px;
    margin: 20px 50px;
}

.line1{
    border-bottom: 1px solid #bbb;
}

.response-ower {
    position: relative;
    padding-bottom: 30px;
    background-color: #f1f1f1;
    border: 5px solid #FF7A00;
    border-radius: 8px;
    /* padding: 15px; */
    margin: 20px 50px;
}

.line2{
    border-bottom: 1px solid #bbb; 
}

.like-box {
    position: absolute;
    bottom: 5px;
    left: 10px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.like-button {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 20px;
    transition: color 0.3s ease;
}

.like-button.liked {
    color: red;
}

.like-count {
    font-size: 14px;
    color: #555;
}

.accordion{
    border-radius: 8px;
    padding: 15px;
    margin: 20px 50px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: 0.4s;
    box-shadow: none;
    width: 92%;
    margin-right: 35px
}

.response span{
    float: left;
}

.responses a{
    float: left;
    text-decoration: none;
}

.response-operator-head a{
    color: #FF7A00;
}

.response-ower-head a{
    color: #21324e;
}

.accordion-button:focus{
    border: none;
    box-shadow: none;
}

.accordion-form1 input{
    margin-right: 65px;
}

.accordion-form2 input{
    margin-right: 65px;
}

.accordion-form1 label,
.accordion-form2 label{
    margin-right: 70px;
    margin-bottom: 5px;
    color: #777;
    font-weight: bold;
}


.accordion-form1 input,
.accordion-form2 input{
    padding: 10px;
    width: 265px;
    border: 3px solid #bbb;
    border-radius: 10px;
}

.accordion-form3 textarea{
    width: 560px;
    height: 300px;
    margin-right: 65px;
    border: 3px solid #bbb;
    border-radius: 10px;
}

.accordion-form3 label{   
    margin-right: 70px;
    margin-top: 20px;
    margin-bottom:5px;
    color: #777;
    font-weight: bold;
}

.accordion-form4 input{
    padding: 10px;
    border: 3px solid #bbb;
    border-radius: 10px;
}

.accordion-form4 label{   
    margin-right: 70px;
    margin-top: 20px;
    margin-bottom:5px;
    color: #777;
    font-weight: bold;
}

.accordion-form4-1{
    width: 410px;
    margin-right: 65px;
}

.accordion-form4-2{
    width: 140px;
    margin-right: 15px;
    padding: 10px;
}

.accordion-form5-btn1{
    width: 150px;
    margin-right: 65px;
    background-color: #7fb0ff;
    border: 3px solid #bbb;
    border-radius: 5px;
    padding: 10px;
    margin-top: 50px;
    color: #21324e;
    font-weight: bold;
}

.accordion-form5-btn2{
    width: 150px;
    margin-right: 10px;
    background-color: #FF7A00;
    border: 3px solid #bbb;
    border-radius: 5px;
    padding: 10px;
    margin-top: 50px;
    color: #21324e;
    font-weight: bold;
}

.sidebar-1 p{
    width: 250px;
    text-align: justify;
    margin-top: 50px;
}

.sidebar-1 input{
    width: 250px;
    padding: 5px;
    border: 2px solid #bbb;
    border-radius: 5px;
}

.sidebar-1 button{
    width: 250px;
    padding: 5px;
    border: 2px solid #bbb;
    border-radius: 5px;
    margin-top: 10px;
    background-color: #7fb0ff;
    color: #21324e;
    font-weight: bold;
}

.ticket-header {
    position: relative;
    width: 100%;
    height: 200px;
    overflow: hidden;
    padding: 0;
    margin: 0;
}

.ticket-header h1 {
    position: absolute;
    top: 40px; 
    right: 50%; 
    transform: translateX(50%);
    z-index: 2;
    font-size: 50px;
    font-weight: bold;
    color: #FF7A00;
    margin: 0;
}

.ticket-header svg {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 250px;
    z-index: 1;
} 
/*.s-titel {*/
/*  text-align: center;*/
/*  font-size: 2.4rem;*/
/*  margin-bottom: 40px;*/
/*  font-weight: 700;*/
/*  color: #21324e;*/
/*}*/

/*.specifications {*/
/*  max-width: 850px;*/
/*  margin: 0 auto;*/
/*  background: #f0f2f5;*/
/*  padding: 50px;*/
/*  border-radius: 30px;*/
  /*box-shadow: 15px 15px 40px #d0d3d6, -10px -10px 30px #ffffff;*/
/*  display: grid;*/
/*  grid-template-columns: 1fr 1fr;*/
/*  gap: 30px;*/
/*}*/

/*.s-specification {*/
/*  display: flex;*/
/*  flex-direction: column;*/
/*  position: relative;*/
/*}*/

/*.s-label{*/
/*  margin-right: 60px;*/
/*  margin-bottom: 8px;*/
/*  font-weight: 600;*/
/*  color: #21324e;*/
/*  font-size: 0.95rem;*/
/*}*/

/*.s-input,*/
/*.s-text{*/
/*  width: 250px;*/
/*  margin: 10px 20px;*/
/*  margin-right: 60px;*/
/*  padding: 14px;*/
/*  border: none;*/
/*  border-radius: 15px;*/
/*  background: #f0f2f5;*/
/*  box-shadow: inset 3px 3px 8px #d0d3d6,*/
/*              inset -3px -3px 8px #ffffff;*/
/*  font-size: 1rem;*/
/*  color: #21324e;*/
/*  transition: all 0.3s ease;*/
/*}*/

/*.s-input:focus,*/
/*.s-text:focus {*/
/*  outline: none;*/
/*  background: #ffffff;*/
/*  box-shadow: 0 0 0 3px #FF7A00aa;*/
/*}*/

/*.s-text {*/
/*  resize: vertical;*/
/*  min-height: 100px;*/
/*}*/

/*.s-button {*/
/*  grid-column: span 2;*/
/*  padding: 16px;*/
/*  font-size: 1.1rem;*/
/*  background-color: #FF7A00;*/
/*  color: white;*/
/*  border: none;*/
/*  border-radius: 15px;*/
/*  font-weight: 600;*/
/*  box-shadow: 0 8px 20px rgba(255, 122, 0, 0.3);*/
/*  transition: background-color 0.3s ease, transform 0.2s ease;*/
/*  margin-top: 10px;*/
/*  cursor: pointer;*/
/*}*/

/*.s-button:hover {*/
/*  background-color: #e56b00;*/
/*  transform: translateY(-2px);*/
/*}*/

.pagination-container {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.custom-pagination {
  list-style: none;
  display: flex;
  gap: 5px;
  padding: 0;
}

.page-item {
  display: inline-block;
}

.page-item:hover {
  display: inline-block;
  background: #FF7A00;
  color: #fff;
  border-radius: 5px;
}


.page-link {
  display: inline-block;
  padding: 8px 14px;
  background-color: #21324e;
  color: white;
  text-decoration: none;
  border-radius: 6px;
  font-family: sans-serif;
  font-size: 14px;
  transition: background-color 0.3s;
}

.page-link:hover,
.page-link:visit{
  background-color: #FF7A00;
  color: #21324e;
  z-index: 2;
}

.page-item.active .page-link {
  background-color: #FF7A00;
  color: #fff;
  z-index: 2;
}

.page-item.disabled .page-link {
  background-color: #21324e;
  color: #fff;
  cursor: not-allowed;
  z-index: 2;
}


    .navbar-0 {
      background: linear-gradient(90deg, #21324e 0%, #21324e 100%);
      color: #fff;
      padding: 20px 30px;
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      flex-wrap: wrap;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
      border-bottom: 3px solid #FF7A00;
      border-top: 3px solid #FF7A00;
      margin-top: 100px;
    }

    .left-section,
    .right-section {
      display: flex;
      align-items: center;
      gap: 20px;
      flex-wrap: wrap;
    }

    .search-input {
      padding: 5px 10px;
      border-radius: 10px;
      border: none;
      font-size: 1rem;
      width: 300px;
      outline: none;
      margin-top: 35px;
      margin-right: 20px;
    }

    .navbar-0 button {
      background: linear-gradient(to right, #ffa726, #fb8c00);
      border: none;
      color: #fff;
      padding: 5px 10px;
      border-radius: 10px;
      font-size: 1rem;
      cursor: pointer;
      transition: transform 0.3s, background 0.3s;
      margin-top: 35px;
    }

    .navbar-0 button:hover {
      background: linear-gradient(to right, #fb8c00, #ef6c00);
      transform: scale(1.05);
    }

    .range-group {
      display: flex;
      flex-direction: column;
      align-items: center;
      padding: 10px 15px;
      border-radius: 10px;
      margin-right: 15px;
    }

    .range-group label {
      font-size: 0.95rem;
      margin-bottom: 6px;
      color: #ffb74d;
    }

    .range-group input[type=range] {
      width: 180px;
      accent-color: #ff9800;
    }

    .range-group span {
      font-size: 0.85rem;
      margin-top: 4px;
      color: #bbb;
    }

    .navbar-0 select {
      background-color: #132d46;
      color: #fff;
      border: none;
      padding: 10px 5px;
      border-radius: 10px;
      font-size: 16px;
      transition: background 0.3s;
    }

    .navbar-0 select:hover {
      background-color: #1f4068;
    }

    .navbar-0 .label-text {
      font-size: 0.95rem;
      color: #ccc;
    }
    

.un-4-2{
    margin-top: 50px; 
    width: 300px; 
    height: 400px;  
    box-shadow: 0px 0px 10px #000000;
}

.un-4{
    background-color: #eee; 
    padding: 0px 10px 0px 10px; 
    margin-right: 60px; 
    margin-top: 50px; 
    box-shadow: -10px 10px 35px #5c5c5c;
}

.un-4-1{
    margin: 40px;
}

.un-4-3{
    color: #333; 
    margin: 40px;
}

.img-blog{
    height: 270px; 
    width: 250px; 
    margin-right: -10px; 
    box-shadow: 0px 0px 10px #000000;
}

.cont-blog{
    background-color: #eee; 
    box-shadow: -10px 10px 35px #5c5c5c; 
    padding: 20px;
}
.cont-blog-2{
    display: flex; 
    justify-content: center; 
    gap: 50px; 
    align-items: center; 
    color: #FF7A00; 
    margin-bottom: 30px;
}

.cont-blog-3{
    display: flex; 
    align-items: center; 
    gap: 10px; 
    margin-right: 600px; 
    font-size:12px;
}

.head-blog{
    color: #FF7A00; 
    font-weight: bold; 
    font-size: x-large; 
    margin-top: -50px; 
    margin-bottom: 40px;
}

.text-blog{
    color: #21324e; 
    text-align: justify; 
    margin-left: 10px;
}

.cont-blog-4{
    display: flex; 
    align-items: center; 
    gap: 10px; 
    font-size: 12px;
}

.invoice-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.title-invoice{
    text-align: center;
    color: #333;
    margin-bottom: 20px;
}

.section-invoice{
    margin-bottom: 20px;
}

.section-invoice h3{
    color: #555;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
}

.section-invoice p{
    margin: 5px 0;
    color: #666;
}
.table-invoice{
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

.table-invoice th,
.table-invoice td{
    border: 1px solid #ddd;
    padding: 10px;
    text-align: center;
}
.table-invoice th{
    background-color: #f0f0f0;
    color: #333;
}
.table-invoice td{
    color: #555;
}
.button-container {
    text-align: center;
    margin-top: 30px;
}

.btn-invoice {
    background-color: #FF7A00;
    color: white;
    padding: 12px 25px;
    border: none;
    cursor: pointer;
    font-size: 16px;
    margin: 10px;
    border-radius: 5px;
    transition: background-color 0.3s;
}

.btn-invoice:hover {
    background-color: #e66a00;
}

.btn-payment {
    background-color: #28a745;
}

.btn-payment:hover {
    background-color: #218838;
}

.ticket-form{
    width: 80%; 
    background-color: #f5f4f4;
}

.inputBox{
    width: 48%;
}

.inputBox input {
    margin-right: 30px;
    margin-left: 50px;
}
.inputBox label {
    margin-right: 32px;
    margin-top: 20px;
    margin-bottom: 5px;
    color: #777;
    font-weight: bold;
}
#fname {
    width: 450px;
    padding: 5px;
    margin-top: 5px;
    border: 5px solid #eee;
}
#ne {
    width: 450px;
    padding: 5px;
    margin-top: 5px;
    border: 5px solid #eee;
}
#mo {
    width: 450px;
    padding: 5px;
    margin-top: 5px;
    border: 5px solid #eee;
}
.oo {
    width: 450px;
    padding: 8px;
    margin-top: 21px;
    margin-right: 30px;
    border: 5px solid #eee;
}
#pa {
    width: 196%;
    height: 240px;
    padding: 5px;
    margin-top: 5px;
    border: 5px solid #eee;
    margin-right: 30px;
    margin-top: 20px;
}
#za {
    width: 750px;
    margin-right: 60px;
    padding: 5px;
    margin-top: 5px;
    border: 5px solid #eee;
}
.in-z{
    width: 730px;
    padding: 5px!important;
    margin-top: 30px!important;
    border: 5px solid #eee!important;
    margin-right: -50px !important;
    border-radius: 4px !important;
}
.in-z2{
    width: 730px;
    padding: 5px!important;
    margin-top: 30px!important;
    border: 5px solid #eee!important;
    border-radius: 4px !important;
}

.in2-z{
    width: 177px;
    padding: 7px!important;
    margin-top: 25px!important;
    border: 5px solid #eee!important;
    border-radius: 4px !important;
    margin-right: -10px !important;
}

#inputPriority{
    margin-right: 50px; 
    padding: 5px 0; 
    width: 83%; 
    border: 5px solid #eee;
}

.za {
    background-color: #ff7a00;
    text-align: center;
    border: none;
    color: #ffffff;
    margin-top: -30px;
    height: 27px;
    margin-right: 63px;
}
.fa-arrow-up-from-bracket {
    color: #ffffff;
    margin-right: 53px;
    margin-top: -26px;
}
.posi-tion{
    display: flex; 
    align-items: center;
}







@media (max-width: 768px) {
  .navbar-0 {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    }
    .table-invoice th,
    .table-invoice td {
        font-size: 10px;
    }
}



@media (max-width: 600px) {
  .specifications {
    grid-template-columns: 1fr;
    padding: 30px;
  }

  .s-button {
    grid-column: span 1;
  }
}

@media (max-width: 768px) {

  .navbar-0 {
    flex-direction: column;
    align-items: stretch;
    padding: 20px;
  }

  .left-section,
  .right-section {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }

  .search-input {
    width: 100%;
    margin-right: 0;
    margin-top: 10px;
  }

  .navbar-0 button {
    width: 100%;
    margin-top: 10px;
  }

  .range-group input[type="range"] {
    width: 100%;
  }

  .blog {
    flex-direction: column;
    padding: 10px !important;
  }

  .cont-blog, .cont-blog-0 {
    width: 100% !important;
    max-width: 100%;
  }

  .img-blog {
    width: 100% !important;
    height: auto !important;
    margin: 0 auto 15px auto;
  }

  .cont-blog-2 {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .cont-blog-3 {
    margin-right: 300px !important;
    margin-bottom: 10pxpx;
  }
  
  .cont-blog-4 {
    margin-right: 170px !important;
    margin-top: -40px;
    margin-bottom: 50px;
  }

  .head-blog {
    font-size: 1.2rem;
    text-align: right;
    margin-top: 10px;
    margin-bottom: 50px;
  }

  .text-blog {
    font-size: 0.95rem;
    text-align: justify;
  }
  .head-blog {
    display: flex;
    justify-content: flex-start; /* چپ چین */
    align-items: center;
    gap: 15px;
    margin-top: -10px;
    margin-bottom: 20px;
    font-size: 1.1rem;
  }

  .cont-blog-2 {
    order: 1;
    display: flex;
    gap: 15px;
    align-items: center;
    margin: 0;
  }

  .cont-blog-2 > div {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 0.9rem;
  }

  .cont-blog-2 svg {
    height: 1.1em !important;
    width: auto !important;
  }

  .cont-blog-2 span {
    font-size: 1rem !important;
    font-weight: bold;
  }
      .inputBox label {
        margin-right: 85px;
    }
    .z-z {
        margin-right: -200px;
    }
    #fname {
        width: 220px;
    }
    #ne {
        width: 220px;
    }
    #mo {
        width: 220px;
    }
    #oo {
        width: 220px;
        margin-right: -410px;
    }
    .f-a {
        margin-right: -150px;
    }
    #pa {
        width: 220px;
        height: 150px;
        margin-right: 50px;
    }
    #za {
        width: 220px;
        margin-right: 67px;
    }
    #inputPriority{
        width: 220px;
    }
    .za {
        margin-right: 93px;
        width: 20%;
        font-size: 10px;
        padding-left: 1px;
    }
    #main-menu {
        height: 40px;
    }
    .fa-arrow-up-from-bracket {
        font-size: 10px;
        margin-right: 55px;
        margin-top: -23px;
    }
    .inputBox label{
        margin-right: 52px !important;
    }
    .in-z{
        width: 220px !important;
    }
    .in2-z{
        width: 220px !important;
        margin-right: -50px !important;
    }
    .in-z2{
        width: 220px !important;
    }
    .posi-tion{
        display: block; 
        margin-right: 100px;
    }
}


@media only screen and (max-width: 500px) {
    .accordion-item{
        margin-left: 35px;
    }
    .accordion-form1 input, .accordion-form2 input {
        padding: 10px;
        width: 100px;
        border: 3px solid #bbb;
        border-radius: 10px;
    }
    .accordion-form1 input{
        margin-right: 5px;
    }
    
    .accordion-form2 input{
        margin-right: 5px;
    }
    .accordion-form1 label,
    .accordion-form2 label{
        margin-right: 10px;
        margin-bottom: 10px;
        color: #777;
        font-weight: bold;
    }
    .accordion-form3 textarea{
        width: 240px;
        margin-right: 5px;
        border: 3px solid #bbb;
        border-radius: 10px;
    }
    
    .accordion-form3 label{   
        margin-right: 10px;
        margin-top: 20px;
        margin-bottom:5px;
        color: #777;
        font-weight: bold;
    }
    .accordion-form4 input{
        padding: 10px;
        border: 3px solid #bbb;
        border-radius: 10px;
    }
    
    .accordion-form4 label{   
        margin-right: 10px;
        margin-top: 20px;
        margin-bottom:5px;
        color: #777;
        font-weight: bold;
    }
    .accordion-form4-1{
        width: 150px;
        margin-right: 5px;
    }
    
    .accordion-form4-2{
        width: 75px;
        margin-right: 5px;
        padding: 10px;
    }
    .accordion-form5-btn1{
        width: 70px;
        margin-right: 50px;
        background-color: #7fb0ff;
        border: 3px solid #bbb;
        border-radius: 5px;
        padding: 10px;
        margin-top: 50px;
        color: #21324e;
        font-weight: bold;
    }
    
    .accordion-form5-btn2{
        width: 70px;
        margin-right: 5px;
        background-color: #FF7A00;
        border: 3px solid #bbb;
        border-radius: 5px;
        padding: 10px;
        margin-top: 50px;
        color: #21324e;
        font-weight: bold;
    }
    .response-operator{
        width: 300px;
        margin-right: 25px;
    }
    .response-ower{
        width: 300px;
        margin-right: 25px;
    }
    .un-4{
        width: 100%;
        height: auto;
        margin-right: 5px;
        margin-left: 5px;
        
    }
    .la-ro{
        margin-top: -37px;
    }
    .amt{
        font-size: 20px;
    }
    .table-vasiat{
    font-size: 9px;
    }
    .table-vasiat-2{
    font-size: 7px;
    }
    .ticket-form{
    width: 100%; 
    background-color: #f5f4f4;
   }

}