/*#region ------------------- Planner Left sidebar ----------------------*/
.planner-left-sidebar .dropdown_pie_dashboard ul > li{
    line-height: initial;
    font-size: 14px;
    color: #000;
    padding:0;
    border: 0;
}
.planner-left-sidebar .dropdown_pie_dashboard ul li > a{
    display: block;
    font-size: 14px;
    color: #000;
    padding: 10px;
}
.planner-left-sidebar .dropdown_pie_dashboard ul .parent-menu {
    color: #000;
    /* text-transform: uppercase; */
    font-weight: bold;
    font-size: 13px;
    letter-spacing: 1px;
}
.planner-left-sidebar .dropdown_pie_dashboard ul .travel-itinerary > a{
    padding: 7px 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.planner-left-sidebar .dropdown_pie_dashboard ul .travel-itinerary > a:hover{
    background-color: #e8e8e8;
    color: #000000;
}
.planner-left-sidebar .dropdown_pie_dashboard ul .travel-itinerary .input-ti-name{
    padding: 6px 10px;
    background: #ffb6c1;
    border: none;
    word-break: break-all;
    width: 100%;
}
.planner-left-sidebar .dropdown_pie_dashboard ul li.router-link-active a{
    color: #fff;
}
.planner-left-sidebar .dropdown_pie_dashboard ul .sub-menu ul li{
    padding-left: 0;
    padding-right: 0;
}
.planner-left-sidebar .dropdown_pie_dashboard ul .sub-menu ul li,
.planner-left-sidebar .dropdown_pie_dashboard ul li .sub-angle{
    line-height: initial;
}
.planner-left-sidebar .dropdown_pie_dashboard ul li .sub-angle{
    color: #000;
    font-size: 20px;
}
.planner-left-sidebar .dropdown_pie_dashboard ul li i{
    margin-right: 10px;
    font-size: 16px;
}
.control-panel-left.open .left-sidebar .trips-btn span{
    display: inline-block;
}
.planner-left-sidebar .trips-btn span{
    display: none;
}
.control-panel-left.open .left-sidebar .trips-btn {
    width: 100%;
    font-size: 14px;
}
.planner-left-sidebar .trips-btn{
    width: 40px;
    min-width: auto;
    padding: 5px 0px 5px 5px;
    line-height: 22px;
    font-size: 22px;
}
.planner-left-sidebar .dropdown_pie_dashboard ul.top-main-menu .parent-menu{
    color: #000;
    text-transform: initial;
    font-weight: normal;
    font-size: 14px;
    letter-spacing: normal;
}
.planner-left-sidebar .dropdown_pie_dashboard ul .parent-menu.rotate-270 .sub-angle{
    transform: rotate(-90deg);
}
.planner-left-sidebar .dropdown_pie_dashboard .count{
    background-color: #999999;
    color: #ffffff;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    font-size: 12px;
    display: inline-block;
    height: 17px;
    text-align: center;
    line-height: 20px;
    padding: 0 4px;
    margin-left: 5px;
    font-family: "interstate-bold", sans-serif;
}
.planner-left-sidebar .dropdown_pie_dashboard ul .sub-menu.open{
    display: block;
    /* padding: 10px; */
}
.planner-left-sidebar .dropdown_pie_dashboard ul .sub-menu.close{
    display: none;
}
.planner-left-sidebar .dropdown_pie_dashboard ul .travel-itinerary .action-btns{
    display: none;
    position: absolute;
    right: 5px;
    top: 3px;
}
.planner-left-sidebar .dropdown_pie_dashboard ul .travel-itinerary:hover .action-btns{
    display: block;
}
.planner-left-sidebar .dropdown_pie_dashboard ul .travel-itinerary .action-btns i{
    background: #fff;
    width: 28px;
    height: 28px;
    border-radius: 100px;
    text-align: center;
    line-height: 28px;
}
.planner-left-sidebar .dropdown_pie_dashboard > ul > li:hover,
.planner-left-sidebar .dropdown_pie_dashboard > ul > li.left_detail_wrapper:hover{
    background-color: #fff;
}
/* .planner-left-sidebar .dropdown_pie_dashboard > ul > li.left_detail_wrapper .travel-itinerary a:hover,
.planner-left-sidebar .dropdown_pie_dashboard > ul > li > a:hover{
    color: #ff005e;
} */
.planner-left-sidebar .dropdown_pie_dashboard > ul > li.router-link-active a:hover{
    background-color: transparent;
}
.planner-left-sidebar .dropdown_pie_dashboard ul .parent-menu,
.planner-left-sidebar .dropdown_pie_dashboard ul .sub-menu-wrapper{
    padding: 10px;
    line-height: 24px;
}
.planner-left-sidebar .dropdown_pie_dashboard .general-tasks .checklist_planner_action i{
    color: #999999;
    cursor: pointer;
    font-size: 14px;
    width: 30px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    border-radius: 100%;
    display: inline-block;
    margin-right: 0;
}
.planner-left-sidebar .dropdown_pie_dashboard .general-tasks .checklist_planner_action i:hover{
    background: #e8e8e8;
}
.planner-left-sidebar .dropdown_pie_dashboard .general-tasks .no-task-found{
    background: #f0f0f0;
    padding: 5px;
    font-size: 14px;
    line-height: 14px;
    border-radius: 5px;
    margin-bottom: 10px;
}
.planner-left-sidebar .dropdown_pie_dashboard .general-tasks .checklist-title-label{
    line-height: 34px;
    display: block;
    /* padding-right: 60px; */
    overflow: hidden;
    text-overflow: ellipsis;
}
.planner-left-sidebar .checklist_tasks{
    width: 100%;
}
.planner-left-sidebar .checklist_tasks .trip_list_detail{
    padding: 10px 5px;
    border: 1px solid #f0f0f0;
    background: #ffffff;
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    border-radius: 5px;
    margin-bottom: 2px;
    cursor: pointer;
    position: relative;
    margin-left: 26px;
}
.planner-left-sidebar .checklist_tasks .trip_list_detail .desc_cntnt{
    flex: 1;
}
.planner-left-sidebar .checklist_tasks .trip_list_detail .action-btns{
    position: absolute;
    right: 0;
    top: 5px;
}
.planner-left-sidebar .checklist_tasks .trip_list_detail .desc_cntnt span{
    width: 60%;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.planner-left-sidebar .general-taskslists{
    float: left;
}
.planner-left-sidebar .checklist_tasks .trip_list_detail.completed_trip{
    border: 1px solid #c9f4db;
    background: #f0fcf5;
}
.planner-left-sidebar .checklist_tasks .trip_list_detail.overdue{
    border: 1px solid #ffd9e7;
    background: #fff7fa;
}
.planner-left-sidebar .checklist_tasks .task_edit_hv{
    display: none;
    font-size: 14px;
}
.planner-left-sidebar .checklist_tasks .trip_list_detail .action-btns i{
    float: left;
    color: #999999;
    cursor: pointer;
    line-height: 20px;
}
.planner-left-sidebar .checklist_tasks .trip_list_detail .action-btns .task_assignee_popover img{
    border-radius: 100%;
}
.planner-left-sidebar .checklist_tasks .trip_list_detail:hover .task_edit_hv{
    display: block;
}
.planner-left-sidebar .collaborators_sections .tbl-cell-photo{
    float: left;
}
.planner-left-sidebar .collaborators_sections .tbl-cell-photo img{
    width: 32px;
    height: 32px;
    border-radius: 50%;
}
.planner-left-sidebar .collaborators_sections .tbl-cell{
    padding-left: 42px;
}
.planner-left-sidebar .collaborators_sections .tbl-cell .user-company{
    white-space: break-spaces;
}
.planner-left-sidebar .collaborators_sections .tbl-cell .user-company span{
    font-size: 10px;
    margin-right: 5px;
    background-color: #f7f7f7;
    padding: 3px;
    border-radius: 2px;
    display: inline-block;
}
.planner-left-sidebar .collaborators_sections .tbl-cell .user-name{
    margin-bottom: 0;
    line-height: 26px;
    font-size: 14px;
}
.planner-left-sidebar .collaborators_sections .sub-menu .sub-menu-wrapper{
    padding-left: 10px;
}
.planner-left-sidebar .collaborators_sections .sub-menu-wrapper li{
    border-bottom: 0;
    margin-bottom: 5px;
}
.planner-left-sidebar .collaborators_sections .add_collobrators{
    position: absolute;
    top: 12px;
    right: 45px;
    font-size: 12px;
    color: #999999;
    padding: 0;
}
.planner-left-sidebar .clientcontacts_sections .travelers_block{
    white-space: normal;
}
.planner-left-sidebar .clientcontacts_sections .travelers_block .traveler_pop{
    display: inline-block;
    margin-right: 2px;
}
.planner-left-sidebar .clientcontacts_sections .travelers_block li{
    margin-bottom: 5px;
}
.planner-left-sidebar .clientcontacts_sections .toggle_left_detail{
    padding: 10px;
}
.planner-left-sidebar .dropdown_pie_dashboard ul .sub-menu ul{
    padding-left: 0;
}
.planner-left-sidebar .clientcontacts_sections .subtitle{
    font-size: 10px;
    color: #999;
    font-weight: bold;
}
.planner-left-sidebar .clientcontacts_sections .tag_pills i{
    font-size: 10px;
    margin-right: 0;
}
.planner-left-sidebar .clientcontacts_sections .tag_pills li:hover span{
    background-color: #e8e8e8;
}
.planner-left-sidebar .reservations_sections table,
.planner-left-sidebar .reservations_sections table td i{
    font-size: 11px;
    margin-right: 0;
}
.planner-left-sidebar .reservations_sections table td{
    padding: 3px 5px;
    white-space: break-spaces;
}
.planner-left-sidebar .reservations_sections table td.price-td{
    white-space: nowrap;
    line-height: 7px;
    text-align: right;
}
.planner-left-sidebar .reservations_sections .toggle_left_detail{
    padding: 10px;
}
.planner-left-sidebar .reservations_sections .nav-tabs{
    border-bottom: 2px solid #ddd;
}
.planner-left-sidebar .reservations_sections .nav-tabs li{
    border: 0;
}
.planner-left-sidebar .reservations_sections .nav-tabs li a{
    border: 0;
    padding: 5px 10px 5px 0;
    margin: 0;
}
.planner-left-sidebar .reservations_sections .nav-tabs li a.active{
    color: #ff005e;
}
.planner-left-sidebar .reservations_sections .tab-content{
    padding: 10px 0;
}
.planner-left-sidebar .reservations_sections .net-profit-table td{
    padding: 0;
    font-size: 11px;
    line-height: 16px;
}
.planner-left-sidebar .tutorials_sections .toggle_left_detail{
    padding: 10px;
    color: #666666;
    font-size: 14px;
}
.planner-left-sidebar .tutorials_sections .toggle_left_detail ul li{
    border: 0;
    margin-bottom: 10px;
    color: #666;
}
.planner-left-sidebar .tutorials_sections .toggle_left_detail .index-number{
    margin-right: 5px;
}
.planner-left-sidebar .tutorials_sections .toggle_left_detail .tutorial_link{
    padding: 0;
    display: inline-block;
    color: #666;
}
.checklist-import-modal .task-tree{
    margin-bottom: 10px;
    font-size: 14px;
}
.checklist-import-modal .task-tree .sub-tasks{
    padding: 5px;
    margin-left: 50px;
    border: 1px solid #f0f0f0;
    margin-bottom: 5px;
    border-radius: 3px;
}
.task-assignee-popover .team-card{
    display: flex;
    align-items: center;
}
.task-assignee-popover .team-card img{
    width: 53px;
    border-radius: 100%;
    margin-right: 10px;
}
.add-collaborators-modal .team_select_up{
    list-style: none;
    padding: 0;
}
.add-collaborators-modal .team_select_up .tbl-cell-photo{
    float: left;
}
.add-collaborators-modal .team_select_up .tbl-cell-photo img{
    width: 43px;
    height: 43px;
    border-radius: 50%;
}
.add-collaborators-modal .team_select_up .tbl-cell{
    padding-left: 53px;
}
.add-collaborators-modal .team_select_up .tbl-cell .team-wrapper{
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.add-collaborators-modal .team_select_up li:last-child .tbl-cell .team-wrapper{
    border-bottom: 0;
}
.add-collaborators-modal .team_select_up .tbl-cell .card-name{
    color: #000000;
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 0;
}
.tag_pills{
    list-style: none;
    padding: 0;
}
.tag_pills li{
    display: inline-block;
    cursor: pointer;
}
.tag_pills li a,
.tag_pills li span{
    color: #666666;
    font-size: 10px;
    background-color: #f7f7f7;
    padding: 4px 7px;
    line-height: 12px;
    border-radius: 4px;
    margin-right: 5px;
}
.add-collaborators-modal .team_select_up .tbl-cell .tag_pills li a.active{
    background-color: #00C853;
    color: #ffffff;
}
.collaborator_profile_popover {
    box-shadow: 0 0 30px #ddd;
    max-width: none;
}
.collaborator_profile_popover .popover-body{
    width: 340px;
}
.collaborator_profile_popover .profile-bg{
    height: 100px;
}
.collaborator_profile_popover .profile-photo{
    position: absolute;
    top: 35px;
    left: 0;
    right: 0;
    text-align: center;
    width: 100px;
    height: 100px;
    margin: 0 auto;
}
.collaborator_profile_popover .profile-photo img{
    object-position: center center;
    object-fit: cover;
    padding: 3px;
    box-shadow: 0px 2px 7px 1px #ddd;
    background-color: #ffffff;
}
.collaborator_profile_popover .proposal_block{
    margin-top: 50px;
}
.collaborator_profile_popover .profile_name{
    font-size: 20px;
    text-align: center;
}
.collaborator_profile_popover .profile_name .designation{
    font-size: 15px;
    color: #999999;
    display: block;
    text-align: center;
}
.collaborator_profile_popover .tag_pills{
    list-style: none;
    padding: 0;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
}
.collaborator_profile_popover .tag_pills li{
    text-align: center;
}
.collaborator_profile_popover .tag_pills li a{
    color: #666666;
    font-size: 10px;
    background-color: #f7f7f7;
    padding: 4px 7px;
    line-height: 12px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
    margin: 0 2px 2px;
    display: inline-block;
}
.collaborator_profile_popover .tag_pills li i{
    margin-right: 5px;
}
/*#endregion*/

/*#region ------------------- Planner Page ----------------------------*/

/*-----------------Trip header--------------------*/
.trip-header .trip-banner{
    position: relative;
}
.trip-header .trip-banner .overlay{
    position: absolute;
    display: block;
    background-color: rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    /* backdrop-filter: blur(2px); */
    z-index: auto;
}
.trip-header .trip-banner > img{
    min-height: 180px;
    max-height: 180px;
    object-position: center center;
    object-fit: cover;
    width: 100%;
    border-radius: 4px;
}
.trip-header .trip-banner .banner-wrapper{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* z-index: 9; */
    display: flex;
    justify-content: space-between;
    align-items: start;
    padding: 20px;
}
.trip-header .trip-banner .banner-wrapper .planner_detail{
    min-width: 400px;
    text-align: center;
}
.trip-header .trip-banner .banner-wrapper .change-cover-wrapper{
    width: 40px;
}
.trip-header .trip-banner .trip-code{
    padding: 3px 5px;
    border: 1px solid #fff;
    border-radius: 3px;
    text-transform: unset;
    color: #fff;
}
.trip-header .trip-banner .change-cover{
    position: relative;
}
.trip-header .trip-banner .change-cover .cover-text{
    position: absolute;
    left: -107px;
    top: 6px;
    color: #fff;
    display: none;
}
.trip-header .trip-banner .change-cover i{
    font-size: 18px;
    margin: 0 4px 0 0;
    padding: 6px 8px;
    background-color: rgba(255, 255, 255, 0.4);
    color: #000000;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    height: 35px;
    width: 35px;
    display: block;
    line-height: 24px;
}
.trip-header .trip-banner .change-cover i:hover + .cover-text{
    display: block;
}
.trip-header .trip-banner .change-cover i:hover{
    background-color: rgba(255, 255, 255, 1);
}
.trip-header .trip-banner .trip_name{
    font-size: 28px;
    font-family: "interstate-bold", sans-serif;
    position: relative;
    line-height: 30px;
    color: #fff;
    margin-bottom: 0;
}
.trip-header .trip-banner .trip_name span{
    width: 95%;
    display: block;
    text-align: center;
    margin: 0 auto;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.trip-header .trip-banner .trip_name .title_edit{
    display: none;
    font-size: 14px;
    background: rgba(255, 255, 255, 0.4);
    width: 28px;
    color: #000000;
    height: 28px;
    line-height: 31px;
    border-radius: 50%;
    position: absolute;
    top: -3px;
    right: 10px;
}
.trip-header .trip-banner .trip_name:hover .title_edit{
    display: block;
}
.trip-header .trip-banner .trip-name-field{
    min-height: 40px;
    max-width: 300px;
    margin: 0 auto;
}
.trip-header .trip-banner .trip-header-date .trip-dates-text{
    font-size: 15px;
    color: #fff;
    margin-bottom: 0;
}
.trip-header .trip-banner .trip-header-date,
.trip-header .trip-banner .trip_destination{
    margin-bottom: 3px;
}
.trip-header .trip-banner .trip-dates-selection{
    display: flex;
    justify-content: center;
}
.trip-header .trip-banner .trip-dates-selection .form-group{
    padding: 0 5px;
}
.trip-header .trip-banner .trip-dates-selection .form-group .form-control{
    min-height: 30px;
    font-size: 14px;
}
.trip-header .trip-banner .trip-dates-selection .vdp-datepicker .form-control{
    padding-top: 0 !important;
}
.trip-header .trip-banner .trip-dates-selection .form-group .icon{
    top: 7px;
    color: #000;
}
.trip-header .trip-banner .trip_destination .form-control{
    min-height: unset;
    height: 30px;
    background: transparent;
    border: 0 !important;
    border-radius: 0;
    padding: 0;
    color: #fff;
    text-align: center;
    max-width: 300px;
    margin:0 auto;
}
.trip-header .trip-banner .trip_destination .form-control:focus{
    background: #f9dbe7;
    color: #000;
    border: 0 !important;
}
.trip-header .trip-banner .trip_destination .form-control:focus::placeholder{
    color: #000;
}
.trip-header .trip-banner .trip_destination .form-control label{
    display: none;
}
.trip-header .trip-banner .trip_destination .form-control::placeholder{
    color: #fff;
}
.trip-header .trip-banner .trip_destination .form-control .typeahead-result{
    top: 30px;
    text-align: left;
}
.trip-header .trip-banner .trip_price{
    color: #fff;
}
.trip-header .trip-banner .trip_price h6{
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
}
.trip-header .trip-banner .trip_price .trip-price-field:focus{
    background: #f9dbe7;
    color: #000;
    border: 0 !important;
    padding: 5px;
    border-radius: 4px;
}
.trip-header .trip-banner .planner_person_dropdown{
    display: inline-block;
    margin-left: 10px;
}
.trip-header .trip-banner .planner_person_dropdown .bootstrap-select{
    width: auto;
}
.trip-header .trip-banner .planner_person_dropdown .btn{
    color: #fff;
    /* margin-top: -8px; */
}
.trip-header .trip-banner .planner_person_dropdown .btn .filter-option {
    color: #fff;
}
.trip-header .trip-banner .send-client-update{
    position: absolute;
    right: 10px;
    z-index: 9;
    bottom: 35px;
}
.share_trip_dialogue_ti .modal-dialog .modal-header{
    border-bottom: 0;
}
.share_trip_dialogue_tir .modal-dialog .modal-body .close_info{
    float: right;
    position: absolute;
    right: 15px;
    top: 15px;
    width: 24px;
    cursor: pointer;
    background: rgba(0, 0, 0, 0) url(pop_up_close.png) no-repeat scroll center center;
    background-size: 100%;
    height: 24px;
}
.share_trip_dialogue_ti .send-form-via .header_share_ul{
    padding: 0;
    list-style: none;
    margin: 0 auto;
    width: 92%;
}
.share_trip_dialogue_ti .send-form-via .header_share_ul .header_share_link_li{
    width: 19%;
    background-color: #f7f7f7;
}
.share_trip_dialogue_ti .send-form-via .header_share_ul .header_share_link_li.active{
    background-color: #00c853;
    color: #fff;
}
.share_trip_dialogue_ti .send-form-via .header_share_ul .header_share_link_li:hover{
    background-color: #dddddd;
    color: #000000;
}
.share_trip_dialogue_ti .modal-dialog .modal-body ul li i{
    float: none;
    color: #999;
    font-size: 18px;
    display: inline-block;
    line-height: 18px;
    text-align: center;
}
.share_trip_dialogue_ti .modal-dialog .modal-body ul li.active i{
    color: #fff;
}
.share_trip_dialogue_ti .send-form-via .select_info_section p{
    font-size: 12px;
    color: #999;
}
.share_trip_dialogue_ti .send-form-via .select_info_section .email-group .email-text{
    min-height: 0;
    padding: 2px;
}
.share_trip_dialogue_ti .send-form-via  .select_info_section h4{
    font-family: "interstate-light", sans-serif;
    font-weight: normal;
    color: #000;
    font-size: 16px;
    line-height: 18px;
    padding-top: 10px;
    margin-top: 10px;
}
.share_trip_dialogue_ti .send-form-via  .select_info_section span{
    font-size: 12px;
    color: #999;
}
.share_trip_dialogue_ti .send-form-via  .select_info_section ul li{
    padding: 0;
    list-style: none;
    margin: 0 auto;
}
.share_trip_dialogue_ti .send-form-via .pdf_share_link .header_share_ul .planner_di{
    padding: 5px;
    width: 120px;
    font-size: 14px;
    background-color: #f7f7f7;
}
.share_trip_dialogue_ti .send-form-via .pdf_share_link .header_share_ul .planner_di:hover{
    background-color: #dddddd;
    color: #000000;
}
.share_trip_dialogue_ti .send-form-via .pdf_share_link .header_share_ul .planner_di i{
    float: left;
}
.ti-share-btn-disabled{
    opacity: 0.2;
    pointer-events: none;
}
.trip-header .proposal_block{
    margin-top: -32px;
    position: relative;
    /* z-index: 9; */
}
.trip-header .proposal_block .proposal_block_wrapper{
    box-shadow: 0px 10px 14px 2px #dedede;
    background: #ffffff;
    border-radius: 4px;
    padding: 10px;
    margin: 0 auto;
    display: inline-block;
}
.trip-header .proposal_block .trip_info_btn{
    padding: 8px 12px;
    font-size: 14px;
    border-radius: 4px;
    font-family: "interstate-light", sans-serif;
    text-transform: none;
    line-height: 18px;
    min-width: auto;
    letter-spacing: normal;
}
.trip-header .proposal_block .layout-view,
.trip-header .proposal_block .trip_status_btn{
    display: inline-block;
}
.trip-header .proposal_block .trip_status_btn .trip_status{
    width: 100%;
}
.trip-header .proposal_block .layout-view .dropdown-toggle,
.trip-header .proposal_block .trip_status .dropdown-toggle{
    background-color: #999999;
    border-radius: 4px;
    padding: 8px 10px;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: normal;
    min-width: 145px;
}
.trip-header .proposal_block .layout-view .bootstrap-select,
.trip-header .proposal_block .trip_status .bootstrap-select{
    width: auto;
    max-width: 150px;
    padding: 0;
}
.trip-header .proposal_block .gray_light_pills{
    margin-top: 0;
    color: #000;
    margin-right: 0;
}
.trip_create_page .create-individual-trip .head-title {
    font-size: 18px;
    margin-bottom: 20px;
}
.update-tripinfo-popup .head-title {
    font-size: 18px;
    margin-bottom: 20px;
}
.update-tripinfo-popup .pop-head{
    padding: 0;
    font-size: 16px;
}
.update-tripinfo-popup .pop-head span{
    font-size: 13px;
    display: block;
}
.update-tripinfo-popup .display-logo img{
    border: 1px solid lightgray;
}
/*-----------end Trip header-----------*/

/*-----------Planner tabs-------------*/
.planner-details-view .tabs-section-nav{
    overflow: auto;
    width: 100%;
    text-align: center;
    font-size: 1rem;
    border-top: solid 1px #d8e2e7;
}
.planner-details-view .tabs-section-nav ul{
    flex-wrap: nowrap;
    white-space: nowrap;
    background: #f6f8fa;
}
.planner-details-view .tabs-section-nav ul li{
    background: #f6f8fa;
}
.planner-details-view .tabs-section-nav ul li a{
    color: #000;
    font-weight: 600;
    /* text-transform: capitalize; */
    font-size: 14px;
    border: 0;
    border-radius: 0;
    padding: 10px 13px;
}
.planner-details-view .tabs-section-nav ul li a.active{
    background: #005eff;
    color: #fff;
}
.planner-details-view .tabs-section-nav ul li a .count-pills{
    color: #fff;
    background-color: #adb7be;
    padding: 2px 6.5px 2px 6px;
    border-radius: 100%;
}
.planner-details-view .tabs-section-nav ul li a.active .count-pills{
    background-color: #fa424a;
}
.planner-details-view .planner-details-tab-sticky{
	background: #f2f2f2;
    top: 65px;
    z-index: 8;
	position: sticky;
}
.planner-details-view .tabs-section .scroll-arrows a{
    font-size: 20px;
    padding: 10px;
    float: right;
    line-height: 16px;
    color: #005eff;
    font-weight: bold;
}
.planner-details-view .tabs-section .tab-content{
    background: #fff;
    border: solid 1px #d8e2e7;
    border-top: none;
    border-radius: 0 0 5px 5px;
    padding: 20px 8px;
}
.planner-details-view .traveler-tab-details .traveler-filter .gray_light_pills{
    min-height: 40px;
    line-height: 24px;
    float: left;
}
.planner-details-view .traveler-tab-details .traveler-filter .vs__dropdown-toggle{
    padding: 9px 0 3px 8px !important;
    min-height: 40px;
    font-size: 14px;
    line-height: 20px;
}
.planner-details-view .traveler-tab-details .traveler-filter .search-traveler .form-control{
    min-height: 40px;
    background-color: #f7f7f7;
    padding-top: 0;
}
.planner-details-view .traveler-tab-details .traveler-filter .export-options .bootstrap-select{
    min-height: 40px;
    padding: 0;
}
.planner-details-view .traveler-tab-details .traveler-filter .export-options .dropdown-toggle{
    line-height: 38px;
    background-color: #f7f7f7;
    border-radius: 0;
    padding: 0 5px;
    color: #000;
    margin-bottom: 0;
}
.planner-details-view .traveler-tab-details .noof-traveler{
    color: #999999;
    padding: 8px 12px;
    background-color: #f7f7f7;
    margin-right: 5px;
    float: left;
}
.planner-details-view .traveler-tab-details .search-traveler,
.planner-details-view .traveler-tab-details .export-options{
    display: inline-block;
}
.planner-details-view .traveler-tab-details .export-options{
    max-width: 150px;
    margin-right: 10px;
}
.planner-details-view .traveler-tab-details .search-traveler{
    width: 190px;
    margin-right: 10px;
    float: left;
    position: relative;
}
.planner-details-view .traveler-tab-details .search-traveler .typeahead-result{
    top: 40px;
}
/* .planner-details-view .traveler-tab-details .search-traveler .suggestions_parent{
    position: relative;
} */
.planner-details-view .traveler-tab-details .copy-links{
    position: relative;
    margin-bottom: 5px;
}
.planner-details-view .traveler-tab-details .copy-links .custom-select1{
    box-shadow: 0 8px 10px 1px rgb(0 0 0 / 14%), 0 3px 14px 2px rgb(0 0 0 / 12%), 0 5px 5px -3px rgb(0 0 0 / 20%);
    -webkit-border-radius: 4px;
    border-radius: 4px;
    line-height: 20px;
    position: absolute;
    padding: 6px 0;
    margin: 0;
    outline: none;
    -webkit-transition: opacity .218s;
    transition: opacity .218s;
    background: #fff;
    z-index: 9;
    list-style: none;
    padding: 0;
    min-width: 200px;
    max-height: 260px;
    overflow: auto;
}
.planner-details-view .traveler-tab-details .copy-links .custom-select1 li{
    white-space: nowrap;
    padding: 6px 45px;
}
.planner-details-view .traveler-tab-details .copy-links .custom-select1 li:hover{
    background: rgba(242,245,245,.8);
    cursor: pointer;
}
.planner-details-view .traveler-tab-details .copy-links .btn.show{
    background-color: #ff005e;
    border: 1px solid #ff005e;
}
.planner-details-view .traveler-tab-details .copy-links .custom-select1 li.form-category-name{
    padding-left: 10px;
}
.planner-details-view .traveler-tab-details .reload-trip-traveler{
    margin-top: 11px;
}
.planner-details-view .traveler-tab-details .reload-trip-traveler i{
    font-weight: bold;
    cursor: pointer;
}
.planner-details-view .traveler-tab-details .trip-traveler-table th{
    vertical-align: top;
    white-space: break-spaces;
    padding: 0 8px!important;
    font-size: 12px;
}
.planner-details-view .traveler-tab-details .trip-traveler-table .cancelled-trip-bg{
    background: #fff7fa;
}
.planner-details-view .traveler-tab-details .trip-traveler-table .trip-traveler-status .my-tool-tip{
    position: absolute;
    top: 0;
    right: 0;
    background: #fff;
    border-radius: 100%;
}
.planner-details-view .traveler-tab-details .trip-traveler-table .traveler_info_popover{
    position: relative;
    cursor: pointer;
}
.planner-details-view .traveler-tab-details .trip-traveler-table .hover-popup{
    position: absolute;
    left: -20px;
    bottom: 27px;
    display: none;
    box-shadow: 0px 0px 33px rgb(221 221 221 / 81%);
    background-color: #ffffff;
    z-index: 9;
}
.planner-details-view .traveler-tab-details .trip-traveler-table .hover-popup:before {
    content: "";
    border-bottom: 12px solid #ffffff;
    border-right: 12px solid transparent;
    border-top: 12px solid transparent;
    border-left: 12px solid transparent;
    float: left;
    position: absolute;
    bottom: -24px;
    z-index: 99;
    left: 0px;
    right: 0px;
    /* margin: auto; */
    width: 24px;
    margin-left: 10px;
    transform: rotate(180deg);
}
.planner-details-view .traveler-tab-details .trip-traveler-table .hover-popup li a {
    color: #000000;
    padding: 5px 15px;
    width: 100%;
    white-space: nowrap;
    line-height: 30px;
    display: flex;
    position: relative;
    top: -1px;
    font-size: 14px;
}
.planner-details-view .traveler-tab-details .trip-traveler-table .hover-popup li label {
    display: inline-block;
    min-width: 120px;
    /* color: gray; */
}

.planner-details-view .traveler-tab-details .trip-traveler-table .hover-popup li .traveler-name {
    min-width: 50px;
}
.planner-details-view .traveler-tab-details .trip-traveler-table .hover-popup li i {
    color: #000;
}
.planner-details-view .traveler-tab-details .trip-traveler-table .hover-popup li span {
    color: #0082c6;
    text-decoration: none;
    cursor: pointer;
}
.planner-details-view .traveler-tab-details .trip-traveler-table .traveler_info_popover:hover .hover-popup-phone,
.planner-details-view .traveler-tab-details .trip-traveler-table .traveler_info_popover:hover .hover-popup-email,
.planner-details-view .traveler-tab-details .trip-traveler-table .traveler_info_popover:hover .hover-popup-invoice{
    display: block;
}
.planner-details-view .traveler-tab-details .trip-traveler-table .vs__dropdown-toggle{
    padding: 0 0 5px 0 !important;
    background: #fff;
    min-height: auto;
    font-size: 13px;
}
.planner-details-view .traveler-tab-details .trip-traveler-table .vs__dropdown-toggle input[type=search]{
    font-size: 14px;
    padding: 0 7px;
}
.planner-details-view .traveler-tab-details .trip-traveler-table .trip-checklist{
    position: relative;
    display: inline-block;
}
.planner-details-view .traveler-tab-details .trip-traveler-table .trip-checklist i{
    padding: 5px;
    cursor: pointer;
}
.planner-details-view .traveler-tab-details .trip-traveler-table .trip-checklist .hover-popover{
    display: none;
    min-width: 152px;
    box-shadow: 0px 0px 12px 2px #d4d4d4;
    border-radius: 4px;
    position: absolute;
    right: 25px;
    top: -37px;
    background: #fff;
    z-index: 9;
}
.planner-details-view .traveler-tab-details .trip-traveler-table .trip-checklist .hover-popover:before{
    content: "";
    top: 40px;
    border-left: 7px solid #f7f3f3;
    border-right: 7px solid transparent;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    position: absolute;
    right: -13px;
}
.planner-details-view .traveler-tab-details .trip-traveler-table .trip-checklist:hover .hover-popover{
    display: block;
}
.planner-details-view .traveler-tab-details .trip-traveler-table .trip-checklist ul li{
    font-size: 12px;
    line-height: 20px;
    text-align: left;
    padding: 5px;
    cursor: pointer;
}
.planner-details-view .nontraveler-contacts .trip-traveler-table .trip-checklist ul li{
    padding: 5px 4px;
    float: left;
}
.planner-details-view .nontraveler-contacts .trip-traveler-table .trip-checklist .hover-popover{
    top: -10px;
}
.planner-details-view .nontraveler-contacts .trip-traveler-table .trip-checklist .hover-popover:before{
    top: 10px;
}
.planner-details-view .traveler-tab-details .trip-traveler-table .trip-checklist ul li:hover{
    background-color: #f0f0f0;
}
.planner-details-view .traveler-tab-details .trip-traveler-table .trip-checklist ul li i{
    font-size: 14px;
    margin-right: 5px;
    float: left;
}
.trip-traveler-table .top-border td{
    border-top: 1px solid;
}
.planner-list-view .accordion-item .font-icon.collapsed:after{
    content: "\f107";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 28px;
}
.planner-list-view .accordion-item .font-icon:after{
    content: "\f106";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 28px;
}
.planner-list-view .booking-traveler-list .accordion-item .font-icon:after, .planner-details-view .booking-traveler-list .accordion-item .font-icon:after {
    font-size: 19px;
    float: left;
    line-height: 16px;
    content: "\f106";
    font: normal normal normal 14px / 1 FontAwesome;
}

.traveler-row-summary .reservation-details .panel-head{
    padding: 10px;
    border-bottom: 1px solid #d8e2e7;
}
.traveler-row-summary .reservation-details .booking-title{
    padding: 8px;
    cursor: pointer;
}
.traveler-row-summary .reservation-details .edit-icon{
    padding: 5px;
    cursor: pointer;
}
.reservation-details .panel-reservation {
    border: 1px solid #999;
    border-radius: 4px;
    padding:15px 10px;
    border-color: #bce8f1;
    background-color: #f9fdfd;
    margin-bottom:12px;
    position: relative;
    padding-top: 30px;
    /* line-height: 30px; */
    font-size: 14px;
}
.reservation-details .panel-reservation label{
    font-weight: bold;
    line-height: 17px;
    margin-bottom: 13px;
}
.reservation-details .panel-reservation legend {
    border: 1px solid #ddd;
    border-radius: 5px;
    color: #4381ba;
    font-size: 14px;
    font-weight: bold;
    line-height: 10px;
    padding: 7px;
    width: auto;
    background-color: #d9edf7;
    margin-bottom: 0;
    position: absolute;
    top: -14px;
}

.supplier-details .panel-supplier {
    border: 1px solid #999;
    border-radius: 4px;
    padding:15px 10px;
    border-color: #bce8f1;
    background-color: #f9fdfd;
    margin-bottom:12px;
    position: relative;
    padding-top: 30px;
    /* line-height: 30px; */
    font-size: 14px;
}
.supplier-details .panel-supplier label{
    font-weight: bold;
    line-height: 17px;
    margin-bottom: 13px;
}
.supplier-details .panel-supplier legend {
    border: 1px solid #ddd;
    border-radius: 5px;
    color: #4381ba;
    font-size: 14px;
    font-weight: bold;
    line-height: 10px;
    padding: 7px;
    width: auto;
    background-color: #d9edf7;
    margin-bottom: 0;
    position: absolute;
    top: -14px;
}
.send-customEmail-popup .send-msg-table td,
.send-customEmail-popup .send-msg-table th{
    padding: 8px;
    border-width: 1px;
}
/*-----------end Planner tabs-----------*/
.create-trip-package-modal .accordion-item .form-control-wrapper input[type="number"]{
    border: 1px solid #f0f0f0;
    padding: 2px 5px;
    border-radius: 3px;
    width: 100px;
}
/*#endregion*/

/*#region ------------------- Trip Financials Popup----------------------*/
.trip-financials-popup .modal-header .header-actions .icons{
    margin-right: 20px;
    display: inline;
}
.trip-financials-popup .modal-header .header-actions .icons a{
    color: #000;
}
.trip-financials-popup .modal-header .header-actions .icons i{
    font-size: 20px;
}
.trip-financials-popup .modal-header .header-actions .icons i.email{
    margin-top: 2px;
}
.trip-financials-popup .sales-profit-box{
    background-color: #f7f7f7;
    padding:10px;
}
.trip-financials-popup .sales-profit-box .section-title{
    font-size: 18px;
    font-weight: bold;
    display: block;
    margin-bottom: 20px;
}
.trip-financials-popup .section-body{
    background-color: #fff;
    padding: 10px;
    border-radius: 5px;
}
.trip-financials-popup .section-body .currency{
    font-size: 14px;
    color: #666;
    margin-bottom: 15px;
    display: block;
}
.trip-financials-popup .section-body .total-amount{
    font-size: 34px;
    color: #000;
    font-weight: bold;
    letter-spacing: 2px;
}
.trip-financials-popup .second-row{
    margin-top: 30px;
}
.trip-financials-popup .section-body .sub-section{
    display: inline-block;
    width: 32.33%;
}
.trip-financials-popup .section-body .sub-section:first-child .total-amt{
    font-weight: bold;
}
.trip-financials-popup .section-body .total-amt{
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: bold;
}
.trip-financials-popup .trip-pndl-table{
    margin-top: 50px;
}
.trip-financials-popup .trip-pndl-table .title{
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 10px;
}
.trip-financials-popup .trip-pndl-table .table-wrapper{
    background-color: #f7f7f7;
    padding: 15px;
    margin-bottom: 10px;
}
.trip-financials-popup .trip-pndl-table .table-wrapper .table-title{
    font-size: 20px;
    margin-bottom: 35px;
}
.trip-financials-popup .trip-pndl-table table{
    font-size: 12px;
}
.trip-financials-popup .trip-pndl-table thead{
    border-bottom: 2px solid;
}
.trip-financials-popup .trip-pndl-table td,
.trip-financials-popup .trip-pndl-table th{
    padding: 9px 8px;
}
.trip-financials-popup .trip-pndl-table tbody tr:nth-child(even) {
    background-color: #fff;
}
.trip-financials-popup .trip-pndl-table tfoot{
    border-top: 2px solid;
}
.trip-financials-popup .trip-pndl-table tfoot td{
    font-weight: bold;
}
.trip-financials-popup .trip-pndl-table .profit-box{
    margin-top: 30px;
}
.trip-financials-popup .trip-pndl-table .profit-box .total-amount{
    font-size: 28px;
}
.trip-financials-popup .trip-pndl-table .profit-box .total-amount .profit-percent{
    font-size: 22px;
    color: #b2b2b2;
    padding-left: 5px;
}
/*#endregion*/

/* #region ------------------ Planner Tabbing Secion --------------------*/
.trip-reservation-tab .top-reservation-actions .import-status-icon{
    height: 20px;
    width: 20px;
    border-radius: 20px;
    text-align: center;
    display: inline-block;
    line-height: 20px;
    color: #fff;
}
.trip-reservation-tab .top-reservation-actions .pl_booked_icon{
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}
.trip-reservation-tab .top-reservation-actions .pl_booked_icon li{
    display: inline-block;
    margin-right: 5px;
    position: relative;
}
.trip-reservation-tab .top-reservation-actions .pl_booked_icon li i{
    width: 30px;
    float: left;
    height: 30px;
    text-align: center;
    background: #999999;
    line-height: 30px;
    font-size: 18px;
    font-size: 1.125rem;
    color: #ffffff;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}
.trip-reservation-tab .top-reservation-actions .pl_booked_icon li .count{
    position: absolute;
    right: -5px;
    top: -8px;
    font-size: 12px;
    font-weight: 600;
    border-radius: 10rem;
    background-color: blue;
    color: #fff;
    height: 22px;
    width: 22px;
    text-align: center;
    line-height: 22px;
}
.booking-popup-header .pnr-block{
    display: flex;
    /* margin-right: 30px; */
}
.booking-popup-header .pnr-block .form-control{
    max-width: 150px;
}
.booking-popup-header .pnr-block .btn{
    font-family: "interstate-light", sans-serif;
    text-transform: capitalize;
    font-size: 14px;
    padding: 5px;
    border-radius: 4px;
    color: #000;
}
.booking-popup-header .pnr-block .single-pnr-btn.disabled{
    background: #000;
    opacity: 0.4;
    color: #fff;
}
.trip-reservation-tab .trip-services .selected-services{
    list-style: none;
    padding: 0;
    margin-bottom: 10px;
}
.trip-reservation-tab .trip-services .selected-services li{
    background-color: #e8e8e8;
    display: inline-block;
    padding: 3px 5px;
    font-size: 12px;
    border-radius: 3px;
    margin-right: 3px;
}
.trip-reservation-tab .trip-services .trip-action-pills .white_light_pills{
    padding: 5px 15px;
    border: 1px solid #b2b2b2;
    font-size: 12px;
    border-radius: 50px;
    cursor: pointer;
    margin-right: 5px;
}
.trip-reservation-tab .trip-services .trip-action-pills .booking_confirmation{
    background-color: #f0f0f0;
    font-size: 12px;
    cursor: pointer;
    margin-right: 3px;
    padding: 5px 15px;
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    line-height: 20px;
    position: relative;
}
.trip-reservation-tab .trip-services .trip-action-pills .booking_confirmation i{
    border-radius: 100%;
    position: absolute;
    top: -12px;
    right: -3px;
    padding: 5px;
    background: #dedede;
}
.trip-reservation-tab .trip-services .trip-action-pills .list-confirmations{
    display: inline-block;
    padding: 5px 0;
    font-size: 12px;
    margin-left: 10px;
    cursor: pointer;
}
.trip-reservation-tab .trip-services .trip-action-pills .view_day_date ul{
    list-style: none;
    padding: 0;
    margin: 0;
    border-radius: 50px;
    background-color: #f7f7f7;
    float: left;
}
.trip-reservation-tab .trip-services .trip-action-pills .view_day_date ul li{
    float: left;
    padding: 5px 10px;
    color: #999999;
    font-size: 12px;
    cursor: pointer;
}
.trip-reservation-tab .trip-services .trip-action-pills .view_day_date ul li.active{
    background-color: blue;
    color: #fff;
    border-radius: 50px;
}
.import-status-tooltip .status-types{
    font-size: 11px;
    text-align: left;
}
.import-status-tooltip .status-indicator{
    margin-right: 5px;
    border-radius: 100%;
    height: 10px;
    width: 10px;
    display: inline-block;
}
.planner-booking-list.accordion-item .summary-day-section{
    border-bottom: 0;
    padding: 0 10px 0 0;
    box-shadow: 0 2px 6px rgb(0, 0, 0,0.20);
    align-items: center;
    border-radius: 4px;
    font-size: 14px;
}
.planner-booking-list.accordion-item .summary-day-section .daily-calendar-block .booking_title{
    position: relative;
}
.planner-booking-list.accordion-item .summary-day-section .daily-calendar-block .booking_title i{
    position: absolute;
    top: 9px;
    right: 0;
    display: none;
}
.planner-booking-list.accordion-item .summary-day-section .daily-calendar-block .booking_title:hover i{
    display: block;
}
.planner-booking-list.accordion-item .summary-day-section .places-div .form-floating input{
    padding: 15px 5px 5px 9px;
    height: 35px;
    min-height: auto;
    font-size: 14px;
}
.planner-booking-list.accordion-item .summary-day-section .places-div .form-floating label{
    padding: 9px 10px;
    font-size: 12px;
}
.planner-booking-list.accordion-item .summary-day-section .places-div .form-floating .days-label{
    padding: 13px 10px;
}
.planner-booking-list.accordion-item .summary-day-section .places-div .section-bgs1 .custom-autocomplete .btn,.planner-booking-list.accordion-item .summary-day-section .places-div .origin-place-div .btn{
    padding: 10px;
    min-width: 50px;
    font-size: 14px;
    line-height: 0px;
    margin-top: 10px;
}
.planner-booking-list .summary-day-section .breadcrumb-simple{
    list-style: none;
    margin: 0 0 0 15px;
    padding: 0;
    color: #6c7a86;
    font-size: 16px;
}
.planner-booking-list .summary-day-section .breadcrumb-simple > li + li::before {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    color: #818a91;
    content: "/";
}
.planner-booking-list .summary-day-section .breadcrumb-simple li{
    display: inline-block;
}
.planner-booking-list .summary-day-section .day-count{
    border-radius: 3px;
    background-color: #005eff;
    /* line-height: 40px;
    width: 55px; */
    text-align: center;
    color: #ffffff;
    padding: 0 5px;
    min-width: 60px;
    align-self: stretch;
}
.planner-booking-list .summary-day-section  .add_hotel{
    border-radius: 50px;
    background-color: #f7f7f7;
    color: #999999;
    font-size: 12px;
    padding: 5px;
    line-height: 12px;
}
.planner-booking-list .summary-day-section  .add_hotel:hover{
    background-color: #999999;
    color: #f7f7f7;
}
.category_booking_section .planner-booking-list .summary-day-section .day-count{
    font-size: 18px;
    line-height: 40px;
}
.category_booking_section .planner-booking-list .summary-day-section .booking-count{
    background-color: #999;
    color: #fff;
    border-radius: 100%;
    height: 20px;
    width: 20px;
    text-align: center;
    display: inline-block;
    font-size: 11px;
    font-family: "interstate-bold", sans-serif;
    line-height: 22px;
    margin-left: 5px;
}
.planner-booking-list .booked_detail_planner{
    padding: 10px;
    border: 1px solid #d3d3d3;
    background-color: #f0f0f0;
    margin-top: 10px;
    border-radius: 3px;
}
.planner-booking-list .booked_detail_planner .booked_icon{
    background-color: #ffffff;
    color: #005eff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 100%;
}
.planner-booking-list .booked_detail_planner .booking-title .title{
    font-size: 15px;
}
.planner-booking-list .booked_detail_planner .booking-wrapper{
    padding: 0 55px;
}
/* .planner-booking-list .booked_detail_planner .booking-wrapper .booking-title,
.planner-booking-list .booked_detail_planner .booking-wrapper .booking_checkin{
    width: 50%;
} */
.planner-booking-list .booked_detail_planner .booking-wrapper .booking_checkin{
    text-align: right;
}
.planner-booking-list .booked_detail_planner .booking-actions i{
    border-radius: 100%;
    width: 30px;
    height: 30px;
    display: block;
    line-height: 30px;
    cursor: pointer;
}
.planner-booking-list .booked_detail_planner .booking-actions i:hover{
    background-color: #ffffff;
}
.planner-booking-list .booked_detail_planner .booking-actions .copy-reservation{
    color:cadetblue;
}
.planner-booking-list .booked_detail_planner .price-action{
    background-color: #ffffff;
    padding: 7px 7px 3px;
    border-radius: 3px;
    font-size: 14px;
    display: inline-block;
    border-radius: 3px;
}
.planner-booking-list .booked_detail_planner .price-action-title {
    background: #f0f0f0;
    padding: 0 5px 4px;
    font-size: 13px;
}
.booking-status{
    padding: 6px 7px;
    border-radius: 3px;
    font-size: 12px;
    margin-right: 5px;
    vertical-align: top;
    line-height: 12px;
    color: #fff;
}
.alert.booking-status{
    min-height: 50px;
}
.booking-status.alert-success{
    background: #f0fcf5;
    border: 1px solid #c9f4db;
}
.booking-status.alert-danger{
    background: #f8d7da;
    border: 1px solid #f5c2c7;
}
.unconfirm-lbl,
.planner-available-lbl,
.reserching-lbl{
    background-color: #f39a3e;
}
.confirm-lbl,
.paid-lbl{
    background-color: #58c05d;
}
.planner-rejected-lbl,
.unavailable-lbl{
    background-color: #ed3d67;
}
.planner-booked-lbl,
.planner-suggested-lbl{
    background-color: #81C784;
}
.request-lbl{
    background-color: purple;
}
.cancelled-lbl{
    background-color: red;
}
.hold-lbl{
    background-color: #000;
}
.planner-booking-list .booked_detail_planner .invoices-label{
    background-color: #fff;
    padding: 3px 7px;
    border-radius: 3px;
    font-size: 14px;
    line-height: 20px;
    position: relative;
}
.planner-booking-list .booked_detail_planner .hover-popup{
    display: none;
    position: absolute;
    top: 20px;
}
.planner-booking-list .booked_detail_planner .hover-popup ul{
    background-color: #ffffff;
    position: relative;
    z-index: 9;
    margin: 14px 0 5px 5px;
    font-size: 14px;
    padding: 2px 14px;
    font-size: 12px;
    border-radius: 4px;
}
.planner-booking-list .booked_detail_planner .hover-popup ul:before{
    content: "";
    border-bottom: 10px solid #ffffff;
    border-right: 10px solid transparent;
    border-top: 10px solid transparent;
    border-left: 10px solid transparent;
    position: absolute;
    top: -18px;
    z-index: 99;
    left: 0px;
    right: 0px;
    margin: auto;
    width: 20px;
}
.planner-booking-list .booked_detail_planner .invoices-label:hover .hover-popup{
    display: block;
}
.planner-booking-list .booking_type_dropdown .dropdown-menu{
    max-height: 500px;
    overflow-y: auto;
}
.planner-booking-list .overnight_trip .booked_icon{
    background-color: #999999;
    color: #fff;
}
.planner-booking-list .overnight_trip .booked_icon{
    background-color: #999999;
    color: #fff;
}
.planner-booking-list .overnight_trip .booking-wrapper{
    line-height: 30px;
}
.list_confirmations_modal .booking_confirmation{
    background-color: #f0f0f0;
    font-size: 12px;
    cursor: pointer;
    margin-right: 3px;
    padding: 5px 15px;
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    line-height: 20px;
    position: relative;
}
.list_confirmations_modal .booking_confirmation i{
    border-radius: 100%;
    position: absolute;
    top: -12px;
    right: -3px;
    padding: 5px;
    background: #dedede;
}
.trip-accounting-tab .invoice-datatable .custom-dropdown{
    float: right;
}
.client_invoice_popover ul{
    width: auto;
    font-size: 13px;
}
.client_invoice_popover ul li{
    padding: 5px 16px;
}
/* .invoice_show_modal h6.form-control{
    line-height: 35px;
} */
.invoice_payment_form_modal .payicons{
    border: 1px solid #000;
    border-radius: 100%;
    padding: 10px;
    float: left;
}
.invoice_payment_form_modal .pay-details{
    padding-left: 50px;
}
.invoice_show_modal .modal-body .invoice-company-logo img{
    max-height: 70px;
    margin-bottom: 15px;
}
.invoice-public-page .site-header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background: #fff;
    border-bottom: solid 1px #dddddd;
    padding: 10px 15px 0 0;
    z-index: 80;
}
.invoice-public-page .invoice-img{
    position: relative;
}
.invoice-public-page .invoice-img .cover_img_trip_banner .overlay{
    background-color: rgba(0, 0, 0, 0.15);
    position: absolute;
    display: block;
    z-index: auto;
}
.invoice-public-page .invoice-img .cover_img_trip_banner img{
    min-height: 180px;
    object-position: center center;
    object-fit: cover;
    max-height: 180px;
    width: 100%;
}
.invoice-public-page .invoice-img .invoice-img-cover{
    position: absolute;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.15);
}
.invoice-public-page .invoice-img .planner_detail{
    position: absolute;
    top: 0px;
    width: 100%;
    bottom: 0;
    margin: auto;
    display: block;
    height: 120px;
    margin-top: 22px;
}
.invoice-public-page .invoice-img .planner_detail .planner-font{
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 10px;
    float: left;
    text-align: center;
    margin-left: 15px;
    border: 1px solid #fff;
    border-radius: 3px;
    padding: 3px 5px;
}
.invoice-public-page .invoice-img .planner_detail h1{
    width: auto;
    float: none;
    font-size: 28px;
    color: #ffffff;
    line-height: 30px;
    margin: auto;
    margin-bottom: 5px;
    padding-right: 35px;
    padding-left: 35px;
    padding-top: 40px;
    position: relative;
}
.invoice-public-page .invoice-img .invoice-company-logo-container img{
    max-height: 70px;
    margin-bottom: 15px;
    margin-top: 15px;
}
.invoice-public-page .invoice-img .invoice-details{
    padding: 10px;
    background-color: #f7f7f7;
}
.invoice-public-page .invoice-img .notice-title-color .scrollable-div-terms{
    border: 1px solid #d3d3d3;
    height: 130px;
    overflow-y: auto;
    padding: 15px;
    border-radius: 3px;
}


/* .invoice-public-page .invoice-cc-form .payment-options .selected{
    border: 3px solid #558309;
    background-color: #fff;
    border-radius: 0.5em;
    position: relative;
    height: 175px;
    overflow-y: auto;
    display: block;
}
.invoice-public-page .invoice-cc-form .payment-options .selected .radio{
    border-color: #558309;
    background: #558309;
    border: 2px solid #e2ebf6;
    border-radius: 50%;
    cursor: pointer;
    height: 1.5em;
    transition: background .2s ease-out,border-color .2s ease-out;
    width: 1.5em;
    -webkit-appearance: none;
    font-size: inherit;
    margin: 0;
    position: absolute;
    right: 8px;
    top: 15px;
} */
/* .invoice-public-page .invoice-cc-form .payment-options  .selected .radio::after{
    border: 2px solid #fff;
    border-top: 0;
    border-left: 0;
    content: "";
    display: block;
    height: 0.75rem;
    left: 25%;
    position: absolute;
    top: 50%;
    transform: rotate(45deg) translate(-50%,-50%);
    width: 0.375rem;
} */
/*#endregion*/

/* #region --------------------------Planner TI Page-----------------------*/
.ti_left_sidebar {
    /* left: 0; */
    background-color: transparent;
}
.ti_left_sidebar .dropdown_pie_dashboard ul .sub-menu ul li{
    clear: both;
}
.ti_left_sidebar .dropdown_pie_dashboard ul .sub-menu ul li.router-link-active{
    background: #BBB;
    font-weight: normal;
}
.ti_left_sidebar .dropdown_pie_dashboard ul li.router-link-active a{
    color: #000;
}
.ti_left_sidebar .dropdown_pie_dashboard ul .sub-menu ul {
    padding-left: 10px;
}
.ti_left_sidebar .dropdown_pie_dashboard ul .sub-menu ul .content-config-name,.itinerary-settings-myacc ul .content-config-name{
    padding: 6px 10px;
    padding-right: 60px;
    white-space: normal;
}
.ti_left_sidebar .dropdown_pie_dashboard ul.tools_menu .sub-menu-wrapper li{
    padding: 6px 10px;
}
.ti_left_sidebar .dropdown_pie_dashboard .ti_bk_optin input:checked + label i::before {
    content: "\e82a";
}
.ti-travelers-vue .ti-sync-reservation-on-off span{
    color: #999999;
    border: 0px;
    padding: 5px 50px;
    background-color: #f7f7f7;
    font-size: 14px;
    border-radius: 5px;
    display: block;
    font-weight: bold;
    cursor: pointer;
}
.ti-travelers-vue .ti-sync-reservation-on-off span.active-sync-ti-traveler{
    background-color: #00c853;
    color: #fff;
}
.ti-travelers-vue .ti-traveler-action .ti-traveler-action-list{
    display: none;
    background-color: #ffffff;
    position: absolute;
    z-index: 9;
    right: -10px;
    top: 34px;
    list-style: none;
    padding: 0;
    box-shadow: 0px 0px 33px rgb(221 221 221 / 81%);
    margin: 0;
    width: 220px;
}
.ti-travelers-vue .ti-traveler-action:hover .ti-traveler-action-list{
    display: block;
}
.ti-travelers-vue .ti-traveler-action .ti-traveler-action-list li a{
    padding: 5px 10px;
    display: block;
    white-space: nowrap;
    line-height: 25px;
    color: #000;
}
.ti-travelers-vue .ti-traveler-action .ti-traveler-action-list:before {
    content: "";
    border-bottom: 12px solid #ffffff;
    border-right: 12px solid transparent;
    border-top: 12px solid transparent;
    border-left: 12px solid transparent;
    position: absolute;
    top: -24px;
    z-index: 99;
    right: 0px;
    margin: auto;
    width: 24px;
}
.ti-travelers-vue .panel-heading .traveler-count{
    color: #999999;
    border: 0px;
    padding: 8px 16px;
    background-color: #f7f7f7;
    font-size: 14px;
    border-radius: 3px;
    float: right;
    font-weight: bold;
}
.ti-travelers-vue .traveler_info_popover .hover-popup{
    position: absolute;
}
.ti-travelers-vue .traveler_info_popover .defualt-box-shadow{
    background-color: #ffffff;
    position: relative;
    z-index: 9;
    float: left;
    margin: 5px;
    box-shadow: 0px 0px 33px rgb(221 221 221 / 81%);
    padding: 5px;
    display: none;
}
.ti-travelers-vue .traveler_info_popover .defualt-box-shadow::before{
    content: "";
    border-bottom: 12px solid #ffffff;
    border-right: 12px solid transparent;
    border-top: 12px solid transparent;
    border-left: 12px solid transparent;
    float: left;
    position: absolute;
    top: -24px;
    z-index: 99;
    left: 0px;
    right: 0px;
    width: 24px;
    margin-left: 10px;
}
.ti-travelers-vue .traveler_info_popover:hover .defualt-box-shadow{
    display: block;
}
.ti-dailyltinerary .ti-summary-wrapper .myblock .slider-dots{
    border-radius: 100%;
    background: #999;
    padding: 4px;
    display: inline-block;
}
.trip_page_builder_popup .pdf_round{
    border: 1px solid #000;
}
.trip_page_builder_popup .flight_icon{
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.general_booking_click .category-icon{
    height: 30px;
    width: 30px;
    float: left;
    color: #005eff;
    border: 1px solid #005eff;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.general_booking_click .booking-status .status-lbl{
    background: #999;
    border-radius: 3px;
    padding: 3px 5px;
}
.general_booking_click .ticket_summary_table .ticket_index{
    height: 20px;
    width: 20px;
    display: block;
    padding: 0;
    text-align: center;
}
/*#endregion*/
.create-trip-package-modal .modal-body .table-responsive-sm tr th{
    background: #f6f8fa;
    border-top-width: 1px;
    font-size: 14px
}
.create-trip-package-modal .modal-body .table-responsive-sm tr th.flight{
    width: 30%;
}
.trip-list-automated-popup .modal-body .trip-traveler-select-popup-automated .actions-btn{
    background-color: #fff;
    border-radius: 0.2rem;
    border: 1px solid #adb7be;
    font-size: 12px;
}
.trip-list-automated-popup .modal-body .trip-traveler-select-popup-automated .actions-btn:hover{
    background-color: #e8e8e8!important;
}
.flight-popup-modal .planner-details-view .tabs-section-nav ul li {
    flex: 1;
}
.general-travelers-vue .pie_label_green{
    padding: 5px 10px;
    min-height: 48px;
    border-radius: 3px;
    border: 1px solid #c9f4db;
    background: #f0fcf5;
    margin-bottom: 0.7rem;
}
.general-travelers-vue  .pie_label_green .sticky_label{
    color: #00C853;
    font-size: 11px;
    float: left;
    text-align: left;
    width: 100%;
}
.general-travelers-vue .pie_label_green .booking-count{
    font-size: 1.25rem;
    float: left;
    text-align: right;
    width: 100%;
    font-family: "interstate-bold", sans-serif;
    color: #000000;
}
.ti-trips .trip-detail-page .ti-top-banner{
    background: url('/img/matthias-mullie-208395.jpg') no-repeat 50%;
    height: 450px;
    background-size: cover !important;
    border-radius: 5px;
    position: relative;
}
.ti-trips .trip-detail-page .ti-top-banner .overlay{
    background: rgba(0,0,0,.2);
    position: absolute;
    display: block;
    z-index: unset;
}
.ti-trips .trip-detail-page .ti-top-banner .ti-trip-detail{
    position: absolute;
    left: 0;
    right: 0;
    top: 30%;
    padding: 0 100px;
    text-align: center;
}
.ti-trips .trip-detail-page .ti-top-banner .ti-trip-detail .temperature,
.ti-trips .trip-detail-page .ti-top-banner .ti-trip-detail .country{
    color: #fff;
    text-align: center;
    letter-spacing: 1px;
    opacity: .8;
}
.ti-trips .trip-detail-page .ti-top-banner .ti-trip-detail .date-time{
    color: #fff;
    text-align: center;
    letter-spacing: 1px;
    opacity: .8;
    font-size: 22px;
}
.ti-trips .trip-detail-page .ti-top-banner .ti-trip-detail h1{
    color: #fff;
    font-size: 3.2rem;
    vertical-align: top;
    margin-bottom: 0;
    text-align: center;
}
.ti-trips .trip-detail-page .titrip-section{
    width: 20%;
    text-align: center;
}
.ti-trips .trip-detail-page .titrip-section i{
    font-size: 28px;
    display: block;
}
.ti-trips .trip-detail-page .titrip-section .titrip-text{
    font-family: "BwModelica", sans-serif;
    font-weight: bold;
    margin: 25px 0 5px 0;
    font-size: 12px;
    letter-spacing: 1px;
    color: #b2b2b2;
    display: block;
}
.ti-documents .uploaded-documents .pdf_document_inner{
    background-color: #fff;
}
.ti-documents .uploaded-documents .pdf_document_inner .file-icon{
    width: 100%;
    text-align: center;
    padding-top: 50px;
    font-size: 100px;
    height: 195px;
}
.planner_dcmnt_uploaded .gallery-grid{
    position: relative;
}
.planner_dcmnt_uploaded .gallery-grid .gallery-col{
    border: 0;
}
.planner_dcmnt_uploaded .gallery-col .image_upload_info{
    display: none;
    background-color: #ffffff;
    box-shadow: 0px 0px 20px 2px rgb(160 160 160 / 25%);
    width: 200px;
    position: absolute;
    padding: 8px;
    border-radius: 3px;
    z-index: 101;
    font-size: 14px;
}
.planner_dcmnt_uploaded .gallery-col .image_upload_info::before{
    content: "";
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    border-top: 10px solid transparent;
    position: absolute;
    top: -19px;
    left: 10px;
}
.planner_dcmnt_uploaded .gallery-col:hover .image_upload_info{
    display: block;
}
.send-customEmail-popup .recipient-td .custom-checkbox .form-control.error::placeholder{
	color: red !important;
}
.send-customEmail-popup .recipient-td .custom-checkbox .form-control.error{
	border: 1px solid red !important;
	font-size: 16px !important;
}
.team-card-row .tbl-row{
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.team-card-row .tbl-cell-photo{
    margin-right: 10px;
}
.team-card-row .tbl-cell-photo img{
    height: 40px;
    width: 40px;
    border-radius: 100%;
}
.team-card-row .user-card-row-email{
    font-size: 12px;
    color: #999;
}
.reservation-popover-scrollable .popover-body{
    max-height: 300px;
    overflow-y: auto;
}
.price-rate-type {
    background-color: #9f9ae6 !important;
}