
body.ticket_form.styled .logo {
  margin-top: -40px;
}

body.ticket_form.styled .text-center.logo {
    max-width: 200px;
    margin: 0 auto;
}
body.ticket_form.styled .form-col {
    margin-top: 0px;
}
body.rtl .tw-space-x-4>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem*(1 - var(--tw-space-x-reverse)));
    margin-left: calc(1rem*var(--tw-space-x-reverse));
}
[dir=rtl] .ticket-info .ticket-status-inline{
    margin-right: .5rem;
	margin-left:unset;
}
body.rtl .table-responsive ._delete {
    margin-right: .5rem;
	margin-left:unset;
	
}
.customers #wrapper {
	padding-top: 0;
}
body.rtl div#header {
	position: fixed;
    width: -webkit-fill-available;
	width: -moz-available;
}
.logo.pub_tkt .logo img {
	height: 12rem;
}
.ticketHeader.col-md-12 {
    margin: 25px auto;
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    color: #007396;
}
body.ticket_form.styled {
    background-image: url("../images/background.webp");
    background-size: cover;
    background-repeat: no-repeat;
}
.TicketAnnouncement.col-md-12 {
    padding: 10px 20px;
    text-align: center;
    background: aquamarine;
    margin-top: 15px;
    border-radius: 5px;
}
body.web-to-lead .logo {
    max-width: 160px;
    margin: 0 auto;
}
h1.FormId1Header.text-center {
    margin: 20px 0;
    background: aliceblue;
    padding: 15px;
}
p.FormId1Pr {
    background: #AA2226;
    padding: 5px 20px;
    border-radius: 5px;
    margin: 30px;
    color: white;
    text-align: center;
    font-size: 20px;
}
div.col-md-12:nth-child(14) {
	background: aliceblue;
	padding: 10px;
	margin-top: 20px;
}

@media (min-width: 992px){
div.col-md-12:nth-child(3),
div.col-md-12:nth-child(4),
div.col-md-12:nth-child(5){
  width: 33%;
   }
div.col-md-12:nth-child(6),
div.col-md-12:nth-child(7),
div.col-md-12:nth-child(8),
div.col-md-12:nth-child(9),
div.col-md-12:nth-child(10),
div.col-md-12:nth-child(11){
  width: 50%;
  margin-top:20px;
  
  }  
}
div.col-md-12:nth-child(12){
  margin-top:60px;
}


