/* Main Ticket Style */
/*cust*/
.table-striped thead,tr.itinerary {
    background: linear-gradient(90deg, rgb(213, 101, 23), rgb(255, 128, 38) 47%, rgb(198, 115, 57));
}
select.form-control:not([size]):not([multiple]) {
    height: 41px;
}
/*.main-table-head,*/#avia-booking,#createBookingForm {
    background: -webkit-linear-gradient(90deg, rgb(213, 101, 23), rgb(255, 128, 38) 47%, rgb(198, 115, 57));
    background: -moz-linear-gradient(90deg, rgb(213, 101, 23), rgb(255, 128, 38) 47%, rgb(198, 115, 57));
    background: linear-gradient(90deg, rgb(213, 101, 23), rgb(255, 128, 38) 47%, rgb(198, 115, 57));
    -webkit-box-shadow: -8px 7px 8px 0px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: -8px 7px 8px 0px rgba(34, 60, 80, 0.2);
    box-shadow: -8px 7px 8px 0px rgba(34, 60, 80, 0.2);
    padding: 1%;
    border-radius: 3px;
    
}
table caption+thead tr:first-child td, table caption+thead 
tr:first-child th, table colgroup+thead tr:first-child td, 
table colgroup+thead tr:first-child th, table thead:first-child 
tr:first-child td, table thead:first-child tr:first-child th,tr.itinerary td {
   border: 1px solid grey;
   font-weight: 600;
}
#avia_search_result {
   /*  background-color:#ffc59c1b;*/
     border-radius: 3px;
}
@media (min-width:1281px) {
#avia-booking, #avia_search_result {
    margin: 0px 100px 0px 100px;
    }
}
@media (max-width:480px) {
.search-avia-button, .SELECTFLIGHT, .CREATEBOOKING{
    margin:10px 0px 20px 0px;
    width:100%;
}}
/*cust*/
.js-show-avia-more{
	cursor: pointer;
	text-decoration: underline;
	color: #D73C2C;
}

.sorting{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin: 10px;
}
.link {
    cursor: pointer;
    color: #999;
}
.fa-caret-down:before {
    content: "\f0d7";
}
.link.active {
    color: #D73C2C;
}

.ttbooking main{
/*	background-color: #ff8026;*/
	max-width: 100% !important;
}

/*#avia-booking{
	margin: 40px 20px;
}*/

 .row {
    vertical-align: bottom;
}

.inputdiv{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 10vh;
}

.search-avia-button,.CREATEBOOKING {
	font-family: "Montserrat", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    fill: #D73C2C;
    color: #fff;
    background-color: transparent;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #fff;
    border-radius: 45px 45px 45px 45px;
    padding: 10px 50px 10px 50px;
}
.SELECTFLIGHT{
	font-family: "Montserrat", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    fill: #D73C2C;
    color: #D73C2C;
    background-color: transparent;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #D73C2C;
    border-radius: 45px 45px 45px 45px;
    padding: 10px 50px 10px 50px;
}

.btn.disabled, .btn:disabled,.SELECTFLIGHT:hover,
.search-avia-button:active,.SELECTFLIGHT:active,.CREATEBOOKING:active{
    color: #FFFFFF;
    background-color: #c9c9c9;
    border-color: #FFFFFF;
    opacity: 1;
}
.search-avia-button:hover,.CREATEBOOKING:hover {
    color: #000000;
    border-color: #fff;
    background-color: #fff;
    opacity: 1;
}
.search-avia-button:focus,.SELECTFLIGHT:focus,.CREATEBOOKING:focus {
    outline: none !important;
    box-shadow:none !important;
    background-color: #c9c9c9 !important;
    border-color: #FFFFFF !important;
}
.ticketContainer{
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
}
.selectize-dropdown-item:hover {
    background-color: #ff8026;
    color: #fff;
}

.ticket{
    background-color: #B7B5E4;
    color: darkslategray;
    border-radius: 12px;
}

/* Ticket Content */
.ticketTitle{
    font-size: 1.5rem;
    font-weight: 700;
    padding: 12px 16px 4px;
}
hr{
    width: 90%;
    border: 1px solid #efefef;
}
.ticketDetail{
    font-size: 1.1rem;
    font-weight: 500;
    padding: 4px 16px;
}
.ticketSubDetail{
    display: flex;
    justify-content: space-between;
    font-size: 1rem;
    padding: 12px 16px;
}
.ticketSubDetail .code{
    margin-right: 24px;
}

/* Ticket Ripper */
.ticketRip{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.circleLeft{
    width: 12px;
    height: 24px;
    background-color: #B7B5E4;
    border-radius: 0 12px 12px 0;
}
.ripLine{
    width: 100%;
    border-top: 3px solid #B7B5E4;
    border-top-style: dashed ;
}
.circleRight{
    width: 12px;
    height: 24px;
    background-color: #B7B5E4;
    border-radius: 12px 0 0 12px;
}

/* Ticket Bouncing Animation */
@keyframes bouncingCard {
    from { transform: translateY(0);}
    to {transform: translateY(-18px);}
}
@keyframes bouncingShadow {
    from { transform: translateY(0px);}
    to {transform: translateY(4px);}
}

.loader {
    width: 50px;
    aspect-ratio: 1;
    display: grid;
    border-radius: 50%;
    background:
            linear-gradient(0deg ,rgb(0 0 0/50%) 30%,#0000 0 70%,rgb(0 0 0/100%) 0) 50%/8% 100%,
            linear-gradient(90deg,rgb(0 0 0/25%) 30%,#0000 0 70%,rgb(0 0 0/75% ) 0) 50%/100% 8%;
    background-repeat: no-repeat;
    animation: l23 1s infinite steps(12);
}
.loader::before,
.loader::after {
    content: "";
    grid-area: 1/1;
    border-radius: 50%;
    background: inherit;
    opacity: 0.915;
    transform: rotate(30deg);
}
.loader::after {
    opacity: 0.83;
    transform: rotate(60deg);
}
@keyframes l23 {
    100% {transform: rotate(1turn)}
}