/*------------------------------------------------------------------
* Project:        Tourperator
* Author:         Crenoveative
* URL:            http://crenoveative.com or https://themeforest.net/user/crenoveative/portfolio
* Created:        10/09/2019
-------------------------------------------------------------------*/


/**
 * Add your style here
 */

.single-timeline-area {
    position: relative;
    z-index: 1;
    padding-left: 70px;
}
@media only screen and (max-width: 575px) {
    .single-timeline-area {
        padding-left: 70px;
    }
}
.single-timeline-area .timeline-date {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-right: 60px;
}
@media only screen and (max-width: 575px) {
    .single-timeline-area .timeline-date {
        width: 100px;
    }
}
.single-timeline-area .timeline-date::after {
    position: absolute;
    width: 3px;
    height: 100%;
    content: "";
    background-color: #ebebeb;
    top: 0;
    right: 30px;
    z-index: 1;
}
.single-timeline-area .timeline-date::before {
    position: absolute;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background-color: #FF1944;
    content: "";
    top: 50%;
    right: 26px;
    z-index: 5;
    margin-top: -5.5px;
}
.single-timeline-area .timeline-date p {
    margin-bottom: 0;
    color: #020710;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
}
.single-timeline-area .single-timeline-content {
    position: relative;
    z-index: 1;
    padding: 30px 30px 25px;
    border-radius: 6px;
    margin-bottom: 15px;
    margin-top: 15px;
    -webkit-box-shadow: 0 0.25rem 1rem 0 rgba(47, 91, 234, 0.125);
    box-shadow: 0 0.25rem 1rem 0 rgba(47, 91, 234, 0.125);
    border: 1px solid #ebebeb;
}
@media only screen and (max-width: 575px) {
    .single-timeline-area .single-timeline-content {
        padding: 20px;
    }
}
.single-timeline-area .single-timeline-content .timeline-icon {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    width: 30px;
    height: 30px;
    background-color: #f1c40f;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
    text-align: center;
    max-width: 30px;
    border-radius: 50%;
    margin-right: 15px;
}
.single-timeline-area .single-timeline-content .timeline-icon i {
    color: #ffffff;
    line-height: 30px;
}
.single-timeline-area .single-timeline-content .timeline-text h6 {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}
.single-timeline-area .single-timeline-content .timeline-text p {
    font-size: 13px;
    margin-bottom: 0;
}
.single-timeline-area .single-timeline-content:hover .timeline-icon,
.single-timeline-area .single-timeline-content:focus .timeline-icon {
    background-color: #020710;
}
.single-timeline-area .single-timeline-content:hover .timeline-text h6,
.single-timeline-area .single-timeline-content:focus .timeline-text h6 {
    color: #3f43fd;
}

.ui-datepicker td span,
.ui-datepicker td a {
    padding-bottom: 1em;
}

.ui-datepicker td[title]::after {
    content: attr(title);
    display: block;
    position: relative;
    font-size: 12px;
    height: 28px;
    margin-top: -21px;
    text-align: center;
    color: #ff6d88;
}
.ui-datepicker td[title]:hover::after {
    color: #fff;
}
.ui-datepicker {
    background-color: #f2f2f2; /* Set background color */
    border: 1px solid #ccc; /* Add border */
    font-family: Arial, sans-serif; /* Set font family */
}

.travels_count[readonly] {
    background-color: #fff;
    cursor: pointer;
}
span.add_to_wish {
    position: absolute;
    top: 10px;
    left: 23px;
    background: #fff;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 37px;
    z-index: 9;
}

.tour-long-item-01 span.add_to_wish {
    top: 40px !important;
    left: 35px;
}
.add_to_wish i {
    font-size: 21px;
}

.wish-list .add_to_wish {
    position: relative;
    line-height: inherit;
    left: 0px;
    top: 3px;
}

div#travels-box {
    width: 77%;
    background: #fff;
    border-radius: 0.5rem;
    position: absolute;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0,0,0,.25);
    padding: 10px;
}
#travels-box h6{
    margin-bottom: 10px;
}
.ui-datepicker-header {
    background-color: #fff; /* Set header background color */
    border: none;
}

.travels-box-select .input-group{
    width :45%;
}

.travels-box-select {
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.ui-datepicker-calendar td a {
    color: #333; /* Set link color */
}

.ui-datepicker-calendar td a:hover {
    background-color: #FF1944;
    color: #fff;
}

.ui-datepicker-current-day[title]::after {
    color: #fff !important;
}
.ui-datepicker-calendar .ui-state-default {
    background: none;
    border: none;
    text-align: center;
    height: 45px;
    width: 45px;
    line-height: 40px;
    border-radius: 50%;
    font-weight: bold;
    font-size: 16px;
}
.ui-datepicker-calendar .ui-state-active {
    border-radius: 50%;
    background-color: #FF1944;
    color: white;
}
.ui-widget.ui-widget-content {
    z-index: 9 !important;
    background: #fff;
    width: 340px;
}



.msger {
    display: flex;
    flex-flow: column wrap;
    justify-content: space-between;
    width: 100%;
    max-width: 867px;
    margin: 25px 10px;
    height: calc(100% - 50px);
    border: var(--border);
    border-radius: 5px;
    background: var(--msger-bg);
    box-shadow: 0 15px 15px -5px rgba(0, 0, 0, 0.2);
}

.msger-header {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    border-bottom: var(--border);
    background: #eee;
    color: #666;
}

.msger-chat {
    flex: 1;
    overflow-y: auto;
    padding: 10px;
}
.msger-chat::-webkit-scrollbar {
    width: 6px;
}
.msger-chat::-webkit-scrollbar-track {
    background: #ddd;
}
.msger-chat::-webkit-scrollbar-thumb {
    background: #bdbdbd;
}
.msg {
    display: flex;
    align-items: flex-end;
    margin-bottom: 10px;
}
.msg:last-of-type {
    margin: 0;
}
.msg-img {
    width: 50px;
    height: 50px;
    margin-right: 10px;
    background: #ddd;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 50%;
}
.msg-bubble {
    max-width: 450px;
    padding: 15px;
    border-radius: 15px;
    background: #ececec;
}
.msg-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}
.msg-info-name {
    margin-right: 10px;
    font-weight: bold;
}
.msg-info-time {
    font-size: 0.85em;
}

.left-msg .msg-bubble {
    border-bottom-left-radius: 0;
}

.right-msg {
    flex-direction: row-reverse;
}
.right-msg .msg-bubble {
    background: #579ffb;
    color: #fff;
    border-bottom-right-radius: 0;
}
.right-msg .msg-img {
    margin: 0 0 0 10px;
}

.msger-inputarea {
    display: flex;
    padding: 10px;
    border-top: var(--border);
    background: #eee;
}
.msger-inputarea * {
    padding: 10px;
    border: none;
    border-radius: 3px;
    font-size: 1em;
}
.msger-input {
    flex: 1;
    background: #ddd;
}
.msger-send-btn {
    margin-left: 10px;
    background: rgb(0, 196, 65);
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    transition: background 0.23s;
}
.msger-send-btn:hover {
    background: rgb(0, 180, 50);
}

.msger-chat {
    background-color: #fcfcfe;
}

.empty_conversation {
    text-align: center;
}

.empty_conversation svg {
    width: 100px;
    text-align: center;
    margin: 40px auto;
}
.msg-text a {
    color: #fff;
}

.booking-status-box{
    color: #fff;
    padding: 5px 10px;
    border-radius: 2px;
    font-size: 12px;
}

.text-CANCELLED{
    background: red;
}
.text-PENDING{
    background: orange;
}
.text-CONFIRMED{
    background: green;
}
.text-ONROUTE{
    background: blue;
}
.text-PAID{
    background: green;
}
#messages {
    height: 400px;
    overflow-y: scroll;
}
