/* Form Style */

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

/* Change autocomplete styles in WebKit */
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: 1px solid white;
  /* -webkit-text-fill-color: #485865; */
  -webkit-box-shadow: 0 0 0px 1000px #000 inset;
  transition: background-color 5000s ease-in-out 0s;
}
.payDisplayNone{
    display:none !important;
}
.selectPadding{
    padding: 0px;
}

.table-style #nav{
    float: right;
}

.table-style #nav a,.table-style #nav a:hover{
    color : #007bff !important;
    text-decoration: underline;
}

input[type=number] {
    -moz-appearance: textfield;
}

div.modal-backdrop {
    background-color: #434e57;
}

.modal-backdrop.show {
    opacity: 0.8;
}

.form-wrap {
    position: relative;
    margin-bottom: 18px;
}

.form-wrap .form-label {
    color: #485865;
    position: absolute;
    left: 17px;
    top: 20px;
    margin: 0;
    font-weight: 300;
    z-index: 4;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}
.form-group .form-control.form-select{
    z-index: 12; 
}

.form-wrap .form-label.select-label {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 8;
    padding: 8px;
    padding: 21px 15px;
    width: auto;
    height: 100%;
    border-radius: .25rem;
    -moz-border-radius: .25rem;
    -webkit-border-radius: .25rem;
}
.form-select::after {
content: "";
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-color: black transparent transparent transparent;
    position: absolute;
    top: 29px;
    right: 17px;
}
.arrow-btn::after{
    content: "";
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-color: black transparent transparent transparent;
    position: absolute;
    top: 29px;
    right: 17px;
}
.form-wrap.form-control.filled .styledSelect {
    opacity: 1;
    background: transparent;
}

.form-wrap .form-control {
    padding-left: 0.95rem;
}

.form-wrap.form-control {
    padding: 14px 12px;
}

.form-wrap.form-control.autocomplete-filed{
    padding: 14px 0;
}
.form-wrap.form-control.autocomplete-filed input{
    padding-left: 15px;
    height: 48px;
    padding-bottom: 18px;
}
.ui-widget.ui-widget-content {
    max-width: 990px;
}

.ui-widget.ui-widget-content.ui-dropdown-6 {
    max-width: 463px;
}

.form-wrap.form-control input {
    border: none;
    height: 34px;
    padding: 0;
    position: relative;
    z-index: 2;
    background: transparent;
    width: 100%;
    outline: none;
    padding-left: 5px;
    font-weight: 400;
    padding-top: 12px;
    color: #485865;
    box-shadow: none;
}

.form-wrap.form-control .pound-text {
    position: absolute;
    left: 17px;
    top: 26px;
    color: #485865;
    font-weight: 400;
    font-style: 16px;
    opacity: 0;
    visibility: hidden;
    z-index: 10;
}

.form-wrap.form-control input.pound {
    padding-left: 20px;
}

.form-wrap.filled .pound-text {
    z-index: 1;
    opacity: 1;
    visibility: visible;
}

.form-wrap.form-control select {
    border: none;
    height: 34px;
    padding: 0;
    position: relative;
    z-index: 2;
    background: transparent;
    width: 100%;
    outline: none;
    padding-left: 0px;
    padding-top: 8px;
    font-weight: 300;
    color: #485865;
    opacity: 0;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
}

.form-wrap.filled .form-label { 
    font-size: 11px;
    top: 8px;
    opacity: 1;
    padding-top: 0;
    padding-bottom: 0;
    height: auto;
    width: auto;
    background: transparent;
    z-index: 4;
}


.form-wrap.filled select {
    opacity: 1;
}

#historyInfoLink, #notGotSMSBtn{
    color:#0093d4;
}

.img-responsive {
    max-width: 100%;
}

.form-wrap.error {
    background: #fdf3f4;
    border-color: #e35669;
}

.form-wrap .info-label {
    color: #727f89;
    font-size: 14px;
    bottom: 102%;
    right: 0;
    line-height: 24px;
    position: absolute;
    cursor: pointer;
}

.form-wrap.error .error-label {
    color: #e35669;
    font-size: 14px;
    top: 102%;
    right: 0;
    line-height: 24px;
    position: absolute;
}

.form-wrap #address-manually {
    display: none;
}

.form-wrap .address-form {
    display: none;
    position: absolute;
    left: 0;
    top: 63px;
    border: solid 1px #a7bcce;
    background: #fff;
    width: 100%;
    width: calc(100% + 2px);
    margin-left: -1px;
    z-index: 10;
    max-height: 227px;
    overflow: auto;
}

#postcodediv{
    display: none;
}

.form-wrap .address-form.address-2{
    overflow: inherit;
    max-height: inherit;
}
.form-wrap .address-form.address-2 .styledSelect{
    padding: 4px 15px;
    color: #485865;
}
.form-wrap .address-form.address-2 .options{
    top: 34px;
    right: 0;
    left: 0;
}

.form-wrap .address-form.show {
    display: block;
}

.form-wrap .address-form .item {
    margin: 0 0;
    padding: 10px 10px;
    border-bottom: solid 1px #d3dde6;
    cursor: pointer;
}

.form-wrap .address-form .button {
    background: #485865;
    text-align: center;
    color: #fff;
    padding: 10px 10px;
    display: block;
    cursor: pointer;
}

.form-wrap .address-form input {
    padding: 10px 15px;
    height: 44px;
    color: #485865;
    border-bottom: solid 1px #a7bcce;
}

.form-wrap .address-form .error-filed{
    background: #fdf3f4;
    border-color: #e35669;
    position: relative;
}
.form-wrap .address-form .error-required{
    font-size: 12px;
    padding: 2px 13px;
    background: #e35669;
    color: #fff;
    display: none;
}

.form-wrap .address-form input::placeholder {
    color: #485865;
    opacity: 0.8;
}

.form-wrap .address-form button {
    height: 48px;
    background: #485865;
    border: none;
    text-align: center;
    width: 100%;
    color: #fff;
}

.address-form {
    z-index: 5;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px #ffffff inset !important;
}

.container-fluid.container-inner {
    position: relative;
    z-index: 9;
}

.alert.info-alert {
    border: none;
    color: #485865;
    font-size: 14px;
    font-weight: 200;
    background: #fdf3f5;
    margin: 25px 0 45px;
    padding: .85rem 5rem;
    text-align: center;
}

.info-ticket {
    border: none;
    color: #485865;
    font-size: 14px;
    font-weight: 200;
    background: #fdf3f5;
    margin: 25px 0 45px;
    padding: 2rem 2rem;
}

.info-ticket h2 {
    color: #485865;
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 15px;
}

.date-checkbox {
    height: 92px;
    width: 100%;
    border-radius: 3px;
    border: solid 1px #a7bcce;
    margin-bottom: 25px;
    overflow: hidden;
}

.date-checkbox.small-checkbox {
    height: 70px;
}

.date-checkbox.any-date {
    overflow: visible;
    position: relative;
    z-index: 12;
}

.date-checkbox.any-date .form-control {
    background: transparent;
    border: none;
    height: auto;
    padding: 8px 0 0;
    font-size: 16px;
    font-weight: 100;
    color: #485865;
}

.date-checkbox.any-date [type="radio"]:checked+label,
.date-checkbox.any-date [type="radio"]:not(:checked)+label {
    align-items: start !important;
    padding-left: 100px;
    text-align: left;
}

.date-checkbox.any-date [type="radio"]:checked+label,
.date-checkbox.any-date [type="radio"]:not(:checked)+label {
    text-align: left;
    display: block;
    padding-top: 19px;
}

.date-checkbox.any-date [type="radio"]:not(:checked)+label span,
.date-checkbox.any-date [type="radio"]:checked+label span {
    display: block;
}

.date-checkbox.any-date [type="radio"]:checked+label:after,
.date-checkbox.any-date [type="radio"]:not(:checked)+label:after,
.date-checkbox.any-date [type="radio"]:checked+label:before,
.date-checkbox.any-date [type="radio"]:not(:checked)+label:before {
    background-image: url("../image/date-icon.png");
    background-repeat: no-repeat;
    background-position: 35px center;
}

.date-checkbox label {
    height: 89.5px;
    width: 100%;
    border-radius: 3px;
    margin: 0;
    background: transparent;
    z-index: 1;
    color: #485865;
    font-size: 20px;
    font-weight: 300;
}

.date-checkbox.small-checkbox label {
    height: 70px;
}

.date-checkbox label span {
    padding: 8px 0 0;
    font-size: 16px;
    font-weight: 100;
}

.date-checkbox [type="radio"]:checked,
.date-checkbox [type="radio"]:not(:checked) {
    position: fixed;
    left: -9999px;
}

.date-checkbox [type="radio"]:checked+label,
.date-checkbox [type="radio"]:not(:checked)+label {
    position: relative;
    padding-left: 0;
    cursor: pointer;
    line-height: 20px;
    display: flex;
    text-align: center;
    justify-content: center;
    flex-direction: column;
    z-index: 1;
}

.date-checkbox [type="radio"]:checked+label:before,
.date-checkbox [type="radio"]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 99%;
    border: none;
    border-radius: 2px;
}

.date-checkbox [type="radio"]:checked+label:after,
.date-checkbox [type="radio"]:not(:checked)+label:after {
    content: '';
    width: 100%;
    height: 99%;
    background: #e4e6e8;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 2px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    z-index: -1;
}

.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover{
    opacity: 0.5;
}

.date-checkbox [type="radio"]:not(:checked)+label:after {
    opacity: 0;
}

.date-checkbox [type="radio"]:checked+label:after {
    opacity: 1;
}

.row .col-sm-2-5 {
    width: 20%;
    padding-right: 15px;
    padding-left: 15px;
}

.sub-head {
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 30px;
    margin-top: 15px;
    color: #485865;
}

.sub-head-2 {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 20px;
    margin-top: 0px;
    color: #485865;
}

.m-t-20 {
    margin-top: 20px;
}

.m-b-30 {
    margin-bottom: 30px;
}

.journey-block {
    background: #f9fafc;
    border: solid 1px #b4dcff;
    margin-bottom: 35px;
    padding: 15px 20px;
    position: relative;
}

.journey-block label {
    font-weight: 200;
    font-size: 14px;
    color: #485865;
}

.journey-block p {
    font-size: 22px;
    margin: 5px 0 10px;
    color: #485865;
}

.journey-block .edit-btn {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 18px;
    color: #53626e;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}

.journey-block .edit-btn:hover {
    color: #000;
}

.nav-train {
    float: right;
    margin-top: 15px;
    color: #a7bcce;
}

.nav-train span {
    margin: 0 5px;
}

.nav-train button {
    background: transparent;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 0;
    font-size: 14px;
    font-weight: 300;
    margin: 0;
    color: #75818b;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}

.nav-train button:hover {
    color: #000000;
}

.nav-train button .fa {
    margin: 0 6px;
    font-size: 24px;
    position: relative;
    top: 3px;
    color: #485865;
}

.tarin-desti-info .desti-block {
    border: solid 1px #a7bcce;
    border-radius: 2px;
    margin-bottom: 25px;
}

.desti-details {
    display: flex;
}

.desti-details .dtime {
    height: 95px;
    width: 115px;
    display: flex;
    align-items: center;
    border-right: solid 1px #f6f7f8;
    justify-content: center;
}

.desti-details .location {
    min-width: calc(100% - 115px);
    display: inline-flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: space-between;
    position: relative;
    max-width: 850px;
    overflow: auto;
}

.desti-details .location .loc-item {
    min-width: 200px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 10px 15px;
    font-weight: 300;
    color: #485865;
    position: relative;
    background: #fff;
    z-index: 2;
}
.table-style .table .action {
    text-align: end;
}

@media all and (-ms-high-contrast:none){
    .desti-details .location .loc-item { width: 50%; } /* IE10 */
     *::-ms-backdrop, .desti-details .location .loc-item { width: 50%; } /* IE11 */
}

.desti-details .location .loc-item:first-child i:after {
    left: 50%;
}

.desti-details .location .loc-item:last-child i:after {
    right: 50%;
    left: inherit;
}

.desti-details .location .loc {
    font-size: 14px;
}

.desti-details .location .time {
    font-size: 14px;
}

.desti-details .location i {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #a7bcce;
    margin: 10px auto;
}

.desti-details .location i:after {
    position: absolute;
    left: 0;
    top: 50%;
    height: 2px;
    width: 100%;
    display: block;
    content: "";
    background: #a7bcce;
    z-index: 2;
}

.desti-details .location:after {
    position: absolute;
    left: 0;
    top: 50%;
    height: 2px;
    width: 100%;
    display: block;
    content: "";
    background: #a7bcce;
    z-index: 1;
}

.desti-block .detailview {
    background: #f2f5f8;
}

.desti-block .detailview .opt-button {
    background: #a7bcce;
    height: 36px;
    border: none;
    width: 100%;
    font-size: 13px;
    color: #fff;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}

.desti-block .detailview button:hover {
    background: #94a9bb;
}

.desti-block .detailview .data-list {
    padding: 20px 20px 20px 115px;
    line-height: 24px;
    line-height: 32px;
    font-weight: 100;
    color: #485865;
    display: none;
}

.desti-block .data-list .icon{
    width: 16px;
    height: 16px;
    position: absolute;
    left: -20px;
   top: 8px;
}
.desti-block .data-list .icon img{
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.desti-block .data-btn {
    padding: 25px 0 0;
}

.desti-block .data-btn .opt-btn {
    background: #485865;
    height: 36px;
    border: none;
    min-width: 200px;
    font-size: 13px;
    color: #fff;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}

.desti-block .data-btn .opt-btn:hover {
    background: #3f5b71;
}

.desti-block .data-btn .green-btn {
    display: inline-block;
    text-align: center;
    background: #5eaf5e;
    height: 36px;
    border: solid 1px #5eaf5e;
    min-width: 200px;
    font-size: 13px;
    color: #fff;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}

.desti-block .data-btn .pull-right {
    float: right;
}

.desti-block .data-btn .green-btn:hover {
    background: #479947;
}

.amend-journey-block {
    border: solid 1px #a7bcce;
    padding: 14px 14px;
    margin-bottom: 25px;
    display: none;
}

.departure-info {
    border: solid 1px #a7bcce;
    padding: 0 15px;
    margin-bottom: 25px;
}

.departure-info .row>div {
    padding-top: 10px;
    padding-bottom: 10px;
}

.departure-info .row:nth-child(2n) {
    background: #f2f5f8;
}

.departure-info .radio-btn {
    margin: 5px 0;
    width: 15px;
    height: 15px;
    cursor: pointer;
}

.bar-code-box {
    padding: 20px 20px 30px;
    border: solid 1px #a7bcce;
    border-radius: 3px;
    margin: 0 auto;
    max-width: 270px;
    text-align: center;
    text-decoration: none;
    display: block;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}

.bar-code-box:hover {
    border: solid 1px #84a3bd;
    background: #f9fcff;
}

.bar-code-box h3 {
    font-size: 18px;
    text-align: center;
    font-weight: 400;
    margin-bottom: 15px;
    color: #485865;
}
.bar-code-box-ticket-1 {
    padding: 20px 20px 30px;
    border: solid 1px #a7bcce;
    border-radius: 3px;
    margin: 0 auto;
    max-width: 270px;
    text-align: center;
    text-decoration: none;
    display: block;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}

.bar-code-box-ticket-1:hover {
    border: solid 1px #84a3bd;
    background: #f9fcff;
}

.bar-code-box-ticket-1 h3 {
    font-size: 18px;
    text-align: center;
    font-weight: 400;
    margin-bottom: 15px;
    color: #485865;
}

/* Style the tab */
.tab {
    overflow: hidden;
  }
  
  /* Style the buttons that are used to open the tab content */
  .tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 35px;
    transition: 0.3s;
  }
  
  /* Change background color of buttons on hover */
  .tab button:hover {
    background-color: #da1b34;
  }

  .tab button.disabled:hover {
    background-color: #f4eff0;
  }
  
  /* Create an active/current tablink class */
  .tab button.active {
    color: white !important;
    background-color: #da1b34;
  }
  
  /* Style the tab content */
  .tabcontent {
    display: none;
    padding: 6px 12px;
    border-top: none;
  }
  .tabcontent {
    animation: fadeEffect 1s; /* Fading effect takes 1 second */
  }
  
  /* Go from zero to full opacity */
  @keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
  }

.form-control .custom-file input {
    cursor: pointer;
}
.custom-file .previewimageupload{
    border: 1px solid;
    width: 50px;
    height: 50px;
    position: absolute;
    right: -3px;
    top: -8px;
    z-index: 5;
}
.custom-file .previewimageupload .file-image-preview,.custom-file .previewimageupload img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.imagepreview{
    width: 50px !important;
    height: 50px !important;
}

.imagepreview .file-image-preview{
    width: 100% !important;
    height: 100% !important;
}
.form-control .custom-file .custom-file-label {
    border: none;
    cursor: pointer;
    box-shadow: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    padding-right: 30px;
}

.form-control .custom-file .custom-file-label:after {
    content: "";
    right: 8px;
    background: url("../image/upload-icon.png") no-repeat center center;
    background-size: 100%;
}

.ticket-types {
    padding: 12px 20px;
    border: solid 1px #a7bcce;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: start;
    height: 70px;
    cursor: pointer;
    color: #485865;
    font-size: 20px;
    text-align: center;
    font-weight: 300;
    margin-bottom: 25px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}

.nav .ticket-types {
    height: 90px;
}

.nav .ticket-types #pd {
    margin: 0 15px 0 10px;
}

.ticket-types:hover {
    color: #485865;
    border: solid 1px #84a3bd;
}

.ticket-types label {
    display: block;
    margin: 0;
    cursor: pointer;
}

.ticket-types label img {
    margin-right: 10px;
}

.claims-details {
    background: #fbfcfd;
    margin-bottom: 25px;
}

.claims-details .claims-info {
    border: solid 1px #485865;
    padding: 15px;
    background: #f2f5f8;
    font-size: 18px;
    font-weight: 200;
    line-height: 32px;
    color: #485865;
    position: relative;
}

.claims-details .claims-info .edit-icon {
    position: absolute;
    right: 10px;
    top: 18px;
    font-size: 16px;
    color: #485865;
    cursor: pointer;
    opacity: 0.8;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}

.claims-details .claims-info .edit-icon:hover {
    opacity: 1;
}

.claims-details .claims-info h2 {
    font-size: 22px;
    margin-bottom: 15px;
    color: #485865;
}

.claims-details h3 {
    font-size: 18px;
    margin-bottom: 15px;
    color: #485865;
    position: relative;
    padding-right: 25px;
}

.claims-details .jurney {
    font-size: 18px;
    font-weight: 200;
    margin-bottom: 15px;
}

.claims-details .jurney .fa {
    font-size: 30px;
    position: relative;
    top: 7px;
    color: #485865;
    margin: 0 10px;
}

.claims-details .personal-info {
    padding: 30px;
}

.claims-details .info-block {
    padding: 15px 20px;
    background: #f5f7fa;
    border: solid 1px #b4dcff;
    min-height: 180px;
    max-height: 180px;
    overflow: auto;
    margin-bottom: 25px;
    font-size: 16px;
    font-weight: 200;
    line-height: 32px;
    color: #485865;
}

.claims-details .personal-info .edit-icon {
    position: absolute;
    right: 0;
    top: 4px;
    font-size: 16px;
    color: #485865;
    cursor: pointer;
    opacity: 0.8;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}

.claims-details .personal-info .edit-icon:hover {
    opacity: 1;
}

.claims-details .payment-method {
    padding: 15px 20px;
    background: #f5f7fa;
    border: solid 1px #b4dcff;
    font-size: 16px;
    font-weight: 200;
    line-height: 32px;
    color: #485865;
}

.claims-details .payment-method .fab {
    font-size: 22px;
    margin-right: 10px;
    position: relative;
    top: 2px;
}

.info-text {
    font-size: 16px;
    font-weight: 200;
    line-height: 32px;
    color: #485865;
}

.claim-modal .modal-header {
    border: none;
    display: block;
    padding: 40px 25px 0;
}

.claim-modal .modal-title {
    font-size: 36px;
    text-align: center;
    display: block;
    font-weight: 200;
}

.claim-modal .modal-body {
    padding: 25px 100px;
}

.claim-modal .modal-body p {
    font-size: 16px;
    font-weight: 200;
    line-height: 22px;
    color: #485865;
}

.cliam-info-box {
    padding: 25px 0;
}

.cliam-info-box h4 {
    font-size: 30px;
    color: #485865;
    font-weight: 300;
    margin: 0 0 15px 0;
    word-break: break-all;
}

.cliam-info-box h2 {
    font-size: 48px;
    color: #485865;
    font-weight: 400;
    margin: 0 0 15px 0;
}

.cliam-info-box .copy-link {
    font-size: 14px;
    font-weight: 200;
    line-height: 20px;
    color: #485865;
    margin-bottom: 25px;
}

.cliam-info-box .copy-link a {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}

.cliam-info-box .copy-link .far {
    color: #b2c4d4;
    margin-right: 10px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}

.cliam-info-box .copy-link a:hover {
    cursor: pointer;
    color: #485865;
}

.cliam-info-box .copy-link a:hover .far {
    color: #485865;
}

.grid-header .navbar-collapse {
    justify-content: end;
}

.navbar .navbar-nav a {
    color: #485865;
    font-weight: 300;
    margin: 0 8px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}

.navbar .navbar-toggler {
    color: #485865;
    font-size: 28px;
    outline: none;
}

ul.lf {
    margin-left: 10px;
}

ul.lf .li-cs {
    padding-left: 20px !important;
    position: relative;
}

.header {
    padding: 0.5rem 0 3.5rem !important;
}

.header.home-main {
    min-height: inherit;
    padding-bottom: 1rem !important;
}

.li-us i {
    width: 25px;
    height: 25px;
}

.navbar-collapse .navbar-nav {
    margin-left: auto;
}

.nav-fluid {
    width: 100%;
    padding-right: 15px;
    position: absolute;
    bottom: -10px;
    z-index: 15;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.cant-find {
    text-align: right;
    font-size: 13px;
    font-weight: 200;
    line-height: 20px;
    color: #485865;
    margin-bottom: 25px;
}

.cant-find a {
    font-weight: 400;
    color: #485865;
}

.cant-find a:hover {
    color: #3d4d5a;
}

.datepicker {
    padding: 10px 20px 20px;
    box-shadow: 0 0 3px rgba(000, 000, 000, 0.2);
    -moz-box-shadow: 0 0 3px rgba(000, 000, 000, 0.2);
    -webkit-box-shadow: 0 0 3px rgba(000, 000, 000, 0.2);
}

.datepicker .datepicker-switch {
    font-weight: 400;
}

.datepicker .dow {
    font-weight: 600;
    height: 50px;
}

.datepicker table tr td,
.datepicker table tr th {
    width: 40px;
    height: 40px;
}

.datepicker .prev,
.datepicker .next {
    font-size: 1.2rem;
    font-weight: 400;
    padding-bottom: 3px;
}

.s-hidden {
    visibility: hidden;
    padding-right: 10px;
}

.select {
    cursor: pointer;
    display: inline-block;
    position: relative;
    width: 100%;
    z-index: 11; 
}

.styledSelect {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: white;
    padding: 12px 3px;
    opacity: 0;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
}

.styledSelect:after {
    content: "";
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-color: black transparent transparent transparent;
    position: absolute;
    top: 15px;
    right: 5px;
}

.options {
    display: none;
    position: absolute;
    top: 45px;
    right: -13px;
    left: -13px;
    z-index: 999;
    margin: 0 0;
    padding: 0 0;
    list-style: none;
    border: 1px solid #ccc;
    background-color: white;
    max-height: 175px;
    overflow: auto;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.ui-menu {
    left: -1px;
    right: -1px;
    top: 60px;
}
.ui-menu li{
    cursor: pointer;
}

.options li {
    margin: 0 0;
    padding: 10px 10px;
    border-bottom: solid 1px #d3dde6;
}

.options li:hover {
    background-color: #da1b35;
    color: white;
}


.step-row .row .col-sm-12:first-child {
    z-index: 10;
}
.row.journey-time{
    margin-right: -14px;
    margin-left: -14px;
}
.journey-time .col-sm-6:first-child {
    z-index: 10;
}

.numberoflegs .row, .amend-journey-block .row{
    margin-right: -14px;
    margin-left: -14px;
}
#accordion {
    margin-bottom: 50px;
}

.card {
    margin-bottom: 15px;
}

.card-header {
    padding: .35rem 0.45rem;
    border: none;
}

.hidden {
	display: none!important;
}

.info-block{
    padding: 15px 20px;
    font-size: 14px;
    background: #f9f9f9;
    border: solid 1px #e6e6e6;
    border-radius: 6px;
    margin-bottom: 15px;
}

.info-block a{
    color: #e60029;
}

.info-block a:hover{
    color: #e60029;
    text-decoration: underline;
}
.ticketimage-link {
    color: #e60029;
}
.ticketimage-link:hover {
    color: #e60029;
}

/* media query */

@media screen and (max-width: 600px) {
    .remove-padding{
        padding: 0 20px !important;
    }
    .row .col-sm-2-5 {
        width: 50%;
    }
    .nav-train {
        float: inherit;
        text-align: center;
        margin: 0 0 20px;
    }
    .desti-details {
        display: block;
    }
    .desti-details .dtime {
        display: block;
        height: auto;
        width: auto;
        text-align: center;
        padding: 10px;
        border-bottom: solid 1px #a7bcce;
    }
    .desti-details .location::after {
        display: none;
    }
    .desti-details .location {
        display: block;
        width: 100%;
        padding: 20px 0;
    }
    .desti-details .location .loc-item {
        display: block;
        text-align: left;
        padding-left: 85px;
    }
    .desti-details .location i {
        margin: 0;
        display: block;
    }
    .desti-details .location i::after {
        top: 0%;
        left: 95px;
        width: 1px;
        height: 100%;
    }
    .desti-details .location .loc-item:first-child i::after {
        left: 95px;
        top: 50%;
    }
    .desti-details .location .loc-item:last-child i::after {
        left: 95px;
        bottom: 50%;
        top: inherit;
    }
    .desti-details .location .time {
        position: absolute;
        left: 0;
        top: 10px;
        width: 75px;
        text-align: right;
    }
    .desti-details .location .loc {
        font-size: 14px;
        position: absolute;
        left: 115px;
        top: 10px;
    }
    .desti-block .detailview .data-list {
        text-align: center;
        padding: 20px;
    }
    .desti-block .detailview .data-list .row {
        margin-bottom: 15px;
    }
    .desti-block .data-btn .opt-btn {
        margin-bottom: 20px;
    }
    .desti-block .data-btn .green-btn {
        float: none !important;
    }
    .departure-info .row>div {
        padding-left: 10px;
        padding-right: 10px;
    }
    .departure-info strong {
        font-weight: 500;
    }
    .row.code-box {
        margin-left: -5px;
        margin-right: -5px;
    }
    .row.code-box>div {
        padding-left: 5px;
        padding-right: 5px;
    }
    .bar-code-box {
        padding: 10px;
        margin-bottom: 10px;
    }
    .bar-code-box img {
        max-width: 100%;
    }
    .bar-code-box h3 {
        margin-bottom: 10px;
    }
    .bar-code-box-ticket-1 {
        padding: 10px;
        margin-bottom: 10px;
    }
    .bar-code-box-ticket-1 img {
        max-width: 100%;
    }
    .bar-code-box-ticket-1 h3 {
        margin-bottom: 10px;
    }
    .sub-head {
        font-size: 22px;
    }
    .nav .ticket-types {
        font-size: 14px;
        padding: 12px 15px;
        height: 70px;
    }
    .ticket-types i {
        font-size: 16px;
    }
    .claims-details .personal-info {
        padding: 15px;
    }
    .claim-modal .modal-title {
        font-size: 20px;
    }
    .claim-modal .modal-body {
        padding: 20px;
    }
    .cliam-info-box h4 {
        font-size: 18px;
        margin-bottom: 5px;
    }
    .cliam-info-box h2 {
        font-size: 18px;
    }
    button.full-btn {
        width: 100%;
        margin: 0;
    }
    button.btn-fill,
    button.btn-outline,
    button.btn-fill-black {
        padding: 0 15px !important;
        font-size: 14px;
        height: 45px !important;
        margin: 0 10px 10px 0 !important;
    }
    .options {
        max-height: 174px;
        overflow: auto;
    }
    .table-style .table .action .text-wrap,
    .table-style .table .action-2 .text-wrap{
        white-space: nowrap !important;
    } 
    .table-style .table .text-wrap .action-button{
        margin: 0 2px 0 0;
    }
    .desti-block .data-list .icon{
        position: relative;
        left: -2px;
        top: -2px;
        display: inline-block;
    }
    /* .journey-time .form-group:last-child ul.options{
        max-height: 87px;
    } */
    .mg-tl {
        margin-left: 4%;
    }
    .mdralogin{
        text-align: center;
    }
}

@media screen and (min-width: 600px) and (max-width: 991px) {
    .nav-tabs .li-us {
        font-size: 14px;
    }
    .claims-details .personal-info {
        padding: 15px;
    }
    .claim-modal .modal-title {
        font-size: 20px;
    }
    .claim-modal .modal-body {
        padding: 20px;
    }
    .cliam-info-box h4 {
        font-size: 18px;
        margin-bottom: 5px;
    }
    .cliam-info-box h2 {
        font-size: 25px;
    }
}

@media screen and (max-width: 991px) {
    .nav-tabs .li-us {
        border: none;
    }
    .nav-fluid {
        padding: 0;
    }
    ul.nav-tabs a {
        display: none;
    }
    div.header.home {
        min-height: 86px;
        padding: 1rem 0 50px !important;
    }
    .header .header_logo {
        height: 38px;
    }
    .navbar-collapse .navbar-nav {
        padding-top: 15px;
    }
    .navbar .navbar-nav a {
        margin: 0;
    }
    .container-inner .wc-lbd {
        text-align: center;
        font-size: 32px;
        font-weight: 500;
        margin-bottom: 25px;
    }
    .container-fluid {
        padding: 0;
        margin-top: 0;
    }
    button.sml-fill,
    button.btn-hollow {
        height: 42px !important;
        margin: 0 auto 20px !important;
        display: block;
    }
    .mg-tl .mg-lf {
        text-align: center;
    }
    .wc-lbnl.tx-ct {
        text-align: center;
        font-size: 20px;
        margin-bottom: 25px;
    }
    .wc-lblth.tx-ct {
        text-align: center;
        font-size: 20px;
        margin-bottom: 25px;
    }
    div.container-fluid {
        padding: 0;
    }
    div.header {
        z-index: 15;
        box-shadow: 0 0 3px rgba(000, 000, 000, 0.2);
        -moz-box-shadow: 0 0 3px rgba(000, 000, 000, 0.2);
        -webkit-box-shadow: 0 0 3px rgba(000, 000, 000, 0.2);
    }
    .alert.info-alert {
        margin: -10px 0 15px;
        padding: .85rem 1rem;
    }
    .journey-block {
        margin-bottom: 25px;
        padding: 10px 15px;
    }
    .journey-block p {
        margin: 0;
    }
    .page-content {
        overflow: hidden;
    }
    .cliam-info-box .btn-fill-gray,
    .cliam-info-box .btn-outline-gray {
        height: 45px !important;
        padding: 0 25px !important;
        font-size: 16px;
        margin: 0 auto 15px !important;
        min-width: 210px;
        line-height: 45px;
    }
    .claim-modal .full-btn {
        width: 100%;
    }
}
.loader{
    position: fixed;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0;
    top: 0;
    z-index: 999;
    background: rgba(255, 255, 255, 0.85);
}

/* My Account Pages */
div.header{
    box-shadow: 0 0 17px rgba(000, 000, 000, 0.2);
    -moz-box-shadow: 0 0 17px rgba(000, 000, 000, 0.2);
    -webkit-box-shadow: 0 0 17px rgba(000, 000, 000, 0.2)
}
.wc-lblth.lh-24{
    line-height: 24px;
}
.main-head{
    font-weight: 200;
    font-size: 40px;
    color: #485865;
    margin: 50px 0 75px;
}
.main-info{
    font-size: 20px;
    color: #485865;
    font-weight: 200;
    max-width: 600px;
    margin: 0 auto 75px;
}

.main-info a{
    color: #485865;
    text-decoration: underline;
}
.main-info a:hover{
    color: #000;
    text-decoration: underline;
}

.signup-account{
    color: #0093d4;
    font-size: 17px;
    margin-bottom: 15px;
    font-weight: 200;
}
.signup-account span{
    text-decoration: underline;
}
.signup-account a{
    color: #0093d4;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}
.signup-account a:hover{
    color: #0093d4;
}
.info-email{
    color: #5e7863;
    margin-bottom: 40px;
}
.lf.lf-2 .li-cs{
    padding-top: 2px !important; 
}
.already-account{
    font-size: 16px;
    font-weight: 200;
    color: #0093d4;
}
.already-account a{
    color: #0093d4;
    text-decoration: underline;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}
.account-head{
    padding: 50px 0;
    text-align: center;
}
.account-head h3{
    font-weight: 200;
    font-size: 40px;
    color: #485865;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.account-head h3 .icon{
    width: 28px;
    height: 28px;
    color: #fff;
    background: #585e63;
    display: none;
    font-size: 12px;
    align-items: center;
    margin-right: 10px;
    justify-content: center;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}
.login-info{
    padding-top: 50px;
    width: 100%;
    text-align: right;
    display: block;
    font-weight: 200;
    color: #485865;
    font-size: 15px;
}
.login-info .login-user{
    width: 28px;
    height: 28px;
    color: #fff;
    background: #585e63;
    display: inline-block;
    font-size: 12px;
    align-items: center;
    margin-right: 10px;
    justify-content: center;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}
.login-info .login-user i{
    display: block;
    margin: 0 auto;
    line-height: 28px;
    text-align: center;
}
.login-info a{
    color: #485865;
    text-decoration: underline;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}
.login-info a:hover{
    color: #000;
}
.ticket-options{
    text-align: center;
    margin-bottom: 40px;
}
.ticket-options .sml-fill{
    margin: 0 0 15px !important;
}
.ticket-options p{
    font-weight: 200;
    margin: 0 0 10px;
    color: #485865;
    font-size: 18px;
}
.ticket-options p a{
    color: #485865;
}
.ticket-options p a span{
    text-decoration: underline;
}
.ticket-options p a:hover{
    color: #000;
}
.table-style{
    border: solid 1px #a7bcce;
}
.table-style .table{
    margin: 0;
}
.table-style .table thead th, .table-style .table tbody td{
    border: none;
    padding: 16px 14px;
    font-size: 15px;
    font-weight: 200;
    color: #596773;
    vertical-align: middle;
}
.journey-select.table tbody .selected{
    background: #ffb5b5 !important;
}
.journey-select.table tbody tr td{
    cursor: pointer;
}
.table-style .table thead th{
    color: #485865;
    font-size: 16px;
    font-weight: 400;
}
.table-style .table-striped tbody tr:nth-of-type(odd){
    background-color: #f2f5f8;
}
.table-style .table a{
    color: #485865;
    font-size: 16px;
    font-weight: 200;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}
.table-style .table a:hover{
    color: #000000;
    text-decoration: underline;
}
.table-style .table .action-button{
    font-size: 14px;
    font-weight: 200;
    color: #000000;
    margin: 0 10px 0 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}
.table-style .table .action-button:hover{
    color: #da1a35;
}
.table-style.center .date-travel, .table-style.center .status-2, .table-style.center .compensation-awarded, .table-style.center .action-2{
    text-align: center;
}
.compensation-info p{
    font-size: 20px;
    font-weight: 200;
    color: #596773;
    margin-bottom: 30px;
}
.compensation-info .sml-fill{
    display: block;
    max-width: 200px;
    margin: 10px auto !important;
}
.bacs-alert-block .bacs-info{
    height: 80px;
    background: #fdf3f5;
    padding: 15px;
    font-weight: 200;
    margin-bottom: 30px;
    border-radius: 4px;
    -moz-border-radius:  4px;
    -webkit-border-radius:  4px;
}
.ft-lb a.faq-link {
    color: #DA1B35;
}
.ft-lb a.faq-link:hover {
    color: #DA1B35;
    text-decoration: underline;
}
.claim-status-info{
    text-align: center;
    font-size: 25px;
    margin: 40px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.claim-status-info i{
    margin: 0 20px;
}
.claim-status-info .fa-circle{
    font-size: 15px;
    margin: 0px 10px;
}
.reset-email{
    color: #DA1B35;
    font-size: 14px;
    font-weight: 200;
    text-align: right;
}
.reset-email a{
    color: #DA1B35;
}
.reset-email a:hover{
    color: #DA1B35;
    text-decoration: underline;
}
.lf-2.dot-listed .li-cs span{
    font-size: 7px;
    left: 3px;
    top: 11px;
}
.appeal-head{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
    margin-top: 40px;
}
.appeal-head.text-center{
    justify-content: center;
}
.appeal-head h3{
    font-weight: 200;
    font-size: 40px;
    color: #485865;
    margin: 0;
}
.appeal-head .sml-fill{
    margin: 0 !important;
}
.claim-details{
    background: #fbfcfd;
    padding: 25px;
    min-height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.claim-details h3{
    font-weight: 200;
    font-size: 18px;
    color: #485865;
    margin: 0;
}
.claim-details .edit-icon{
    font-weight: 200;
    font-size: 18px;
    color: #485865;
}
.appeal-reason{
    background:#e4e6e9;
    padding: 25px;
}
.form-wrap.form-control.text-area{
    height: 150px;
    border: none;
}

.form-wrap.form-control .info-text-label{
    position: absolute;
    z-index: 10;
    right: 1px;
    top: 0;
    padding: 5px 10px;
    max-width: 70%;
    height: 63px;
    font-size: 12px;
    display: flex;
    align-items: center;
}

.form-wrap.form-control.text-area textarea{
    height: 100%;
    width: 100%;
    border: none;
    resize: none;
    outline: none;
}
.appeal-reason .appeal-block{
    display: flex;
    justify-content: space-between;
}
.appeal-reason .appeal-block .sml-fill{
    min-width: 200px;
}
.info-warning{
    padding: 20px 20px 20px 20px;
    font-weight: 200;
    font-size: 20px;
    color: #485865;
    background: #fbf6ed;
    border: solid 1px #f2cd69;
    margin-bottom: 25px;
}
.claims-details .info-block.error-block, .claims-details .claims-info.error-block, .claims-details .payment-method.error-block{
    border-color: #ff0400;
    background: #f3eaed;
}
.form-group .Minute{
    z-index: 9;  
}


.form-wrap.form-control.ticketPayType {
    z-index: 8;
}
.form-group .cphTicketTime{
    z-index: 5;
}
.form-group .ticketduration1 {
    z-index: 10;
}



.form-group .ticket-format{
    z-index: 9;
    max-width: 225px;
    margin: 0 auto;
}
.form-wrap .info-label2 {
    color: #727f89;
    font-size: 14px;
    top: 100%;
    right: 0;
    line-height: 24px;
    position: absolute;
}
.uploaded-image figure{
    width: 280px;
    height: 200px;
    margin-bottom: 5px;
}
.uploaded-image figure img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.uploaded-image figcaption{
    color: #45e47a;
    font-weight: 200;
}
.loader{
    position: fixed;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0;
    top: 0;
    z-index: 999;
    background: rgba(255, 255, 255, 0.85);
}
.myclaim-dropdown{
    display: none;
}
/* media query */ 
@media screen and (max-width: 991px) {
    .login-button-wrap{
        text-align: center;
    }
    .account-head h3{
        font-size: 30px;
    }
    .appeal-head{
        display: block;
    }
    .appeal-head h3{
        font-size: 25px;
        margin-bottom: 15px;
    }
    .account-head h3 .icon{
        display: flex;
    }
    .appeal-reason .appeal-block{
        display: block;
    }
    .main-head{
        font-size: 38px;
        margin: 20px 0 25px;
    }
    .already-account{
        text-align: center;
        margin-bottom: 50px;
    }
    .account-head{
        margin-left: -15px;
        margin-right: -15px;
        margin-top: -15px;
        margin-bottom: 25px;
        padding: 30px 0;
        background-image: url(../image/bkgd.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
    }
    .account-head.no-bg{
        margin: 0;
        background: transparent;
    }
    .account-head:after{
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        background: rgba(255, 255, 255, 0.75);
    }
    .account-head h3, .account-head .info-text{
        position: relative;
        z-index: 5;
    }
    .table-style .compensation-awarded{
        display: none;
    }
    .table-style .valid-from{
        display: none;
    }
    .table-style .cost{
        display: none;
    }
    .table-style .status{
        display: none;
    }
    .table-style .status .text-wrap{
        white-space: nowrap !important;
    }
    .table-style .table thead th{
        font-size: 13px;
    }
    .table-style .table thead th, .table-style .table tbody td{
        padding: 12px 6px;
        font-size: 12px;
    }
    .table-style .table a{
        font-size: 12px;
    }
    .ticket-options{
        margin-bottom: 20px;
    }
    .ticket-options p{
        font-size: 16px;
    }
    .header.home  .navbar .login-info{
        width: auto;
        padding-top: 0;
        margin: 0;
    }
    div.header.home.accout-header{
        min-height: 70px;
        padding: 0.7rem 0  !important;
    }
    .header.home  .navbar .login-info .login-user{
        margin: 0;
    }
    .header.home  .navbar .login-info .user-text{
        display: none;
    }
    .nav-fluid.user-menu{
        display: none;
    }
    .myclaim-dropdown{
        display: block;
        position: absolute;
        width: 200px;
        top: 10px;
        right: 10px;
        opacity: 0;
        visibility: hidden;
        background: #ffffff;
        box-shadow: 0 0 7px rgba(000, 000, 000, 0.2);
        -moz-box-shadow: 0 0 7px rgba(000, 000, 000, 0.2);
        -webkit-box-shadow: 0 0 7px rgba(000, 000, 000, 0.2);
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
    }
    .myclaim-dropdown.active{
        opacity: 1;
        visibility: visible;
    }
    .myclaim-dropdown .drop-head{
        padding: 12px 15px 12px 15px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .myclaim-dropdown .drop-head .fa{
        color: #485865;
        font-size: 17px;
    }
    .table-style{
        border: none;
    }
    .myclaim-dropdown .menu-list a{
        padding: 10px 15px 10px 35px;
        display: block;
        color: #485865;
        font-weight: 200;
        text-decoration: none;
        border-top: solid 1px #d3dee7;
    }
    .myclaim-dropdown .menu-list a:hover{
        color: #000000;
    }
    .form-group .ticket-format{
        max-width: 100%;
    }
    .claim-status-info .fa-circle{
        font-size: 14px;
        margin: 0px 5px;
    }
    .table-style .table .confirm-fill{
        min-width: 50px;
        padding: 0 10px;
    }
}

.file-image-preview {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid #dedede;
  border-radius: 5px;
  height: 200px;
  overflow: hidden;
  width: 200px;
  -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
}
.datePicker2{
    width: 100%;
}
.journey-form{
    margin-bottom: 2rem;
}
.ui-menu .ui-menu-item-wrapper {position: relative;padding: 3px 5px 3px 1.4em;}
li.ui-autocomplete-category {font-weight: 700;background-color: #eee;padding-left: 2px;}
.ui-autocomplete{max-height: 200px; height:auto;   overflow-x: hidden; overflow-y: auto;}
.lidiv{text-align: left;display:inline-block;width: 45%;}
.lidivdiv{float:right;display:inline-block;width: 45%;text-align:right}
.ui-widget.ui-widget-content {
    max-width: 990px;
}
.header .head-right{
    display: flex;
    float: right;
    margin-left: auto;
    align-items: center;
}
.up-in-toggle {
    padding: 0;
    height: 32px;
    margin-left: 15px;
    align-items: center;
    white-space: nowrap;
    border: solid 1px #3d4d5a;
    border-radius: 15px;
    overflow: hidden;
    min-width: 150px;
    margin-top: 0;
   
}
.up-in-toggle.m-top-toggle{
    margin-top: 45px;
}
@media screen and (max-width: 991px) {
    .header .head-right{
        direction: rtl;
    }
    .header .up-in-toggle{
        direction: ltr;
        position: absolute;
        right: 70px;
        top: 12px;
    }
    .up-in-toggle.m-top-toggle{
        margin-top: 0;
    }
}
.up-in-toggle input {
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    opacity: 0;
    overflow: hidden;
    position: absolute;
}
.up-in-toggle input:checked + label {
    background: #e70f35;    
    color: white;
}
.up-in-toggle label {
    display: inline-block;
    width: 50%;
    color: #3d4d5a;
    text-align: center;
    font-size: 13px;
    padding: 5px 10px 7px;
    float: left;
    margin: 0;
    line-height: 18px;
    font-weight: 500;
    border-radius: 13px;
    cursor: pointer;
    transition: all 0.1s ease-in-out;
}
.up-in-toggle label:hover {
    cursor: pointer;
}


/* Style for recite - done by DD 18/07/2022 */ 
.date-checkbox .recite-ele{
    position: relative; 
    z-index: 10;
}

.common-recite-ele{
    position: relative; 
    z-index: 10;
}

.utn_number{
    position: sticky !important;
    float: right !important;
    margin-top: -46px !important;
}

#recite-wrapper .date-checkbox [type="radio"]:checked+label .recite-ele,
#recite-wrapper .date-checkbox.any-date > [type="radio"]:checked+label,
#recite-wrapper .date-checkbox [type="radio"]:checked+label > span,
#recite-wrapper .date-checkbox [type="radio"]:checked+label .form-control{
    background:transparent !important; 
    color:#000 !important;
} 


.form-wrap.form-control.form-control-select{
    position: relative;
    z-index: 11;
}
@media screen and (max-width: 768px) {
        .btn-outline#goBackToNonBarcode{
            padding: 0 10px;
            width: 100%;
        }
        .desti-block .loc-item i:after{
            display: none;
        }
    }