



/*********** custom css 14-08-2023 ***********/


.card-body .text-pink {
    color: #f5a01b !important;
}

.card-body .text-primary {
    color: #33bead !important;
}

.btn-primary {
    color: #fff;
    background-color: #f5a01b !important;
    border-color: #f5a01b !important;
}

.btn-primary:hover {
    color: #fff;
    background-color: #33bead !important;
    border-color: #33bead !important;
}


.plan-trip  .repeater-row .form-group {
    margin-top: 10px;
    margin-bottom: 10px;
    position: relative;
}
.form-check .select2-container {
    max-width: 220px;
    width: 100% !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #f5a01b !important;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    margin-right: 10px;
}

#searchform .card-body {
    min-height: 152px;
}

.trip-dtl {
    display: grid;
    grid-template-columns: 1fr 2fr;
}

.trip-dtl .itnr-wrap .form-check {
    padding-left: 0;
    position: relative;
}

.trip-dtl .itnr-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 15px;
}
.plan-trip .repeater-row .row {
    align-items: self-end;
}

.hot-img {
    display: inline-block;
    margin-top: 20px;
}

.container-fluid.card {
    padding: 20px 20px;
}

#results .row.g-2.align-items-center.mb-2.mb-sm-0 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 20px !important;
}
#results .row.g-2 .d-flex {
    display: block !important;
}
#results label.d-flex.align-items-center select.form-select {
    margin: 0 0 0 0 !important;
} 
#results .nav #v-pills-home-tab {
    border: 1px solid #c8c8c8;
}
#results .nav-link.show.mb-1.active {
    border: 1px solid transparent;
}
#results .nav #v-pills-home-tab:hover {
    background: #33bead;
    color: #fff;
}

body[data-leftbar-size=condensed] .left-side-menu {
    display: block;
}

.manag-agent tbody tr th a, 
.mang-hotel tbody tr th a, 
.manage-location tbody tr th a,
.manag-staff tbody tr th a,
.support-ticket tbody tr th a,
.manage-pickups-drops #edit-itinerary  {
    color: green;
}

.manag-agent tbody tr th:last-child a, 
.mang-hotel tbody tr th:last-child a, 
.manage-location tbody tr th:last-child a,
.manag-staff tbody tr th:last-child a,
.support-ticket tr th:last-child a,
.manage-pickups-drops #delete-itinerary
{
    color: #d41010;
}

.plan-trip .row.mt-2.justify-content-center {
    margin: 0 !important;
    padding: 21px 0;
}



.card.image-box img {
    height: 258px;
    object-fit: cover;
    border-bottom: 2px solid #f5a01b;
}
.card.image-box img {
    height: 258px;
    object-fit: cover;
    border-bottom: 2px solid #f5a01b;
}

.card.image-box .card-body {
    box-shadow: 1px 1px 1px 1px #e1e1e166;
    padding: 18px 15px;
}

.card.image-box .card-body h4.card-title {font-size: 16px;}


ul.dtr-details li:nth-child(2) .dtr-data a {
    color: #d41010;
}

ul.dtr-details li:nth-child(3) .dtr-data a {
    color: green;
}



.plus-inm {
    display: flex;
    align-items: center;
    column-gap: 2px;
}

.plus-inm span {
    height: 38px;
    width: 62px;
    font-size: 19px;
    display: flex;
    align-items: center;
    border-radius: 0.2rem;
    justify-content: center;
    background: #f5a01b;
    color: #fff;
}

.plus-inm span:hover {
    background: #33bead;
}

.plus-inm input[type=text] {
    height: 37px;
}


.close-bt button.btn {
    height: 37px;
    width: 37px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn.btn-primary.inq-plan {
    margin-top: 20px;
    display: inline-block;
    width: auto;
}



/*select plan*/




.pricing-column .inner-box {
    padding: 20px 15px 20px;
    box-shadow: 0 0 3px rgba(0,0,0,0.5);
    border-radius: 6px;
}


h2.plan-price.fw-normal {
    font-size: 18px;
    text-align: center;
    color: #f5a01b;
    padding-bottom: 10px;
}

.plan-header h3.plan-title {
    font-size: 14px;
    color: #000000;
    height: 46px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.plan-header.p-3.text-center h2.plan-price.fw-normal {
    color: #000;
    font-weight: 700;
}

.inner-box.card-body .plan-header.p-3.text-center {
    padding: 0 !important;
}

.btn.btn-bordered-success.btn-success.rounded-pill {
    width: 100%;
    border-radius: 5px !important;
    margin: 0;
    border-bottom: none;
}
.plan-trip .pricing-column {
    position: relative;
    margin-bottom: 0;
}

.pricing-column {
    position: relative;
    margin-bottom: 0;
}

.btn.btn-primary.Selected {
    background: #33bead !important;
    border-color: #33bead !important;
    pointer-events: none;
}


.content-page.support-ticket .conversation-list .chat-avatar img {
  height: 36px;
  object-fit: cover;
}

.logo span.logo-lg {
    display: block;
    margin: 9px 0;
}
.logo-box .logo-lg img {
    object-fit: contain;
    height: 70px;
    width: 178px;
}


/*support ticket*/



.message-list {
    border-bottom: 1px solid #dddddd;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

li.odd .message-list {
    border: none;
}
.bunch-div {
    display: flex;
    column-gap: 15px;
    flex-wrap: wrap;
} 
.file-details {
    background: #efefef;
    display: inline-block;
    border-radius: 7px;
    padding: 10px;
    border: 1px solid #dfdfdf;
}

.file-details a {
    margin-top: 5px;
    background: #33bead;
    display: inline-block;
    color: #fff;
    padding: 1px 6px;
    border-radius: 3px;
    font-size: 12px;
}

.file-details p {
    margin-bottom: 3px;
    padding-bottom: 3px;
    border-bottom: 1px solid #cccccc;
    width: 100px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.file-details a:hover {
    background: #505563;
    color: #fff;
}

.file-details span {
    display: block;
    width: 100px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.bunch-div {
    display: flex;
    column-gap: 10px;
    flex-wrap: wrap;
    border-bottom: 1px solid #dddddd;
    padding-bottom: 0;
    margin-bottom: 10px;
}
.msg-rep {
    margin-bottom: 10px;
}

.flex-grow-1.align-items-left {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.d-flex span.ticket-status {
    font-size: 0.9375rem;
}
.flex-grow-1.overflow-hidden.border-bottom.mb-2.btn-status {
    display: flex;
    align-items: center;
    justify-content: space-around;
}


/**** 06-09-2023 ****/


.plan-trip .modal-dialog.modal-xl h3.card-title {
    padding: 15px;
    margin-bottom: 0;
}

.plan-trip .modal-dialog.modal-xl  .hotel-imgs {
    padding: 0px 0px 15px 15px;
}
.plan-trip .modal-dialog.modal-xl  .description {
    margin-top: 55px;
    background: #f4f4f4;
    padding: 20px;
    display: block;
    margin-right: 15px;
}
.plan-trip .modal-dialog.modal-xl .hotel-imgs .carousel-item img {
    height: 480px;
    object-fit: cover;
    width: 100%;
}
.plan-trip .modal-dialog.modal-xl .description ul {
    padding-left: 18px;
}

.ass-main {
    max-width: 500px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 10px;
    margin-bottom: 20px;
}


/*support ticket */


.ass-main {
    max-width: 500px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 10px;
    margin-bottom: 20px;
}

.support-ticket div#datatable_wrapper div#datatable_length {
    width: 48%;
    float: left;
}

.support-ticket div#datatable_wrapper div#datatable_filter {
    width: 48%;
    float: right;
}

.support-ticket #datatable_wrapper .table {
    margin-top: 20px !important;
    float: left;
}

.plan-trip form#inquiryFrm {
    margin-top: 20px;
}


/****** responsive ******/


@media (max-width:  1600px){

.card.image-box .card-body h4.card-title {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 43px;
    line-height: 1.4;
}

}

@media (max-width:  1499px){

.plan-trip .row .col-xl-6.col-md-6 {
    width: 100%;
}
.card.image-box img {
    height: 170px;
}
.card.image-box .btn {
    font-size: 15px;
    padding: 3px 9px;
}
}

@media (max-width: 1199px){
.card.image-box img {
    height: 118px;
}
.card.image-box .card-body {
    box-shadow: 1px 1px 1px 1px #e1e1e166;
    padding: 10px 10px;
}

.card.image-box .card-body h4.card-title {
    font-size: 13px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 37px;
    margin-bottom: 10px;
}
#results .nav #v-pills-home-tab {
    font-size: 13px;
}

.card.image-box .btn {
    font-size: 14px;
    padding: 3px 12px;
}
.plan-trip .modal-dialog.modal-xl .hotel-imgs .carousel-item img {
    height: 380px;
}
}

/*1199px*/

@media (max-width:  991px){
    .logo-box span.logo-sm img {
        height: 57px;
        object-fit: contain;
        width: 100%;
        margin-left: 5px;
    }
body[data-leftbar-size=condensed] .left-side-menu {
    margin-top: -30px;
}
.content-page.manage-location .modal-body form .col-xl-12.col-md-6 {
    width: 100%;
}
.plan-trip .row  .col-xl-6.col-md-6 {
    width: 100%;
}
div#results .row  .col-sm-3 {
    width: 100%;
}
.card.image-box img {
    height: 150px;

}
#results .nav #v-pills-home-tab {
    margin-bottom: 20px !important;
}
.plan-trip .modal-dialog.modal-xl .hotel-imgs .carousel-item img {
    height: 270px;
}
.plan-trip .modal-dialog.modal-xl .description h4 {
    font-size: 14px;
}
.plan-trip .modal-dialog.modal-xl h3.card-title {
    font-size: 19px;
}
.plan-trip .mt-3.rates {
    margin-bottom: 15px;
}
}


/*991px*/



@media (max-width:  767px){
    .broadcast-container h1 {
        margin-top: 1rem;
        font-size: 20px;
    }
.content-page .card-body.widget-user {
    padding: 7px 10px;
}
.content-page .card {
    margin-bottom: 15px;
}
.content-page .fw-normal.text-primary {
    margin-bottom: 0;
}
.content-page .card-body.widget-user h5 {
    margin-top: 5px;
}
ul.list-unstyled li:nth-child(3), ul.list-unstyled li:nth-child(5) {
    display: none;
}
.trip-dtl {
    display: block;
    position: relative;
}
.trip-dtl .itnr-wrap {
    margin-top: 10px;
}
.form-check .select2-container {
    max-width: 100%;
    width: 100% !important;
    margin-bottom: 10px;
}

#results .row.g-2.align-items-center.mb-2.mb-sm-0 {
    display: block;
}
.card.image-box img {
    height: 240px;
}
.card.image-box .card-body h4.card-title {
    font-size: 17px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: auto;
    line-height: 1.4;
    margin-bottom: 10px;
}
ul.pagination .paginate_button a {
    font-size: 14px;
}
.support-ticket div#datatable_wrapper div#datatable_filter {
    width: 100%;
    float: none;
    text-align: center !important;
}
.support-ticket div#datatable_wrapper div#datatable_length {
    width: 100%;
    float: none;
    margin-bottom: 10px;
}
.support-ticket #datatable_wrapper .table {
    float: none;
}
.ass-main .form-check label, .ass-main .form-check input {
    font-size: 12px;
}
a.remove-room-btn {
    right: 20px;
    top: 12px;
     font-size: 12px;
}
}

/*767px end*/

@media (max-width: 575px){
.plan-trip .modal-dialog.modal-xl  .description {
    margin-top: 0;
    padding: 15px;
    margin: 15px;
}
.plan-trip .modal-dialog.modal-xl  .hotel-imgs {
    padding: 0 15px;
}
.ass-main .form-check label, .ass-main .form-check input {
    font-size: 12px;
}

}







/* Date :22-8-23 */




.travel-itinerary {
    margin: 30px 0 40px 0;
}
.sp-detals {
    margin-top: 30px;
}

.travel-itinerary .form-check {
    padding: 0;
}

.select2-container .select2-selection--multiple .select2-selection__choice {
  background-color: #f6a31b;
}
.combo-wrapper {
  display: flex;
  gap: 25px;
  flex-wrap: wrap;
}
h3.color-pal {
  font-size: 22px;
  color: #19bcb8;
}
a.btn.btn-bordered-success.btn-success.rounded-pill.waves-effect.waves-light.active {
  background: #10c469;
  border-color: #10c469;
}
a.btn.btn-bordered-success.btn-success.rounded-pill.waves-effect.waves-light {
  background: #f5a01b;
  border-color: #f5a01b;
}

#display-combos {
    margin-bottom: 10px;
    float: right;
    display: flex;
    align-items: center;
    column-gap: 5px;
}


/* Manage Hotels CSS */

/* #hotels-modal .modal-dialog {
  max-width: 600px;
  
} */
#hotels-modal .modal-body{
  max-height: 830px;
  overflow-y: auto;
}
#hotels-modal ul.misha-gallery.ui-sortable li {
    list-style: none;
    margin-top: 17px;
    position: relative;
}
#hotels-modal .repeater-row {
  margin-bottom: 15px;
}
#hotels-modal input#hotel-image {
  width: auto;
}
 /* Plan your trip CSS */
 .star-rating i.fe-star-on {
  color: #f2b600;
}
.star-rating i {
  font-size: 18px;
}
h5.rating-title {
  margin-bottom: 15px;
}
#results .card.image-box .card-body h4.card-title {
  margin-bottom: 10px;
}
#results .card.image-box .card-body .flex {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
#results .btn-info, .btn-info:hover {
  background: #33bead;
  border-color: #33bead;
}
span.price {
    font-size: 19px;
    color: #000;
    font-weight: 500;
}

/* Support Ticket CSS */

form#supportticketadd label.error {
  color: red;
  font-size: 12px;
  position: absolute;
}
.support-ticket .simplebar-content li:last-child .border-bottom {
  border: unset !important;
}
.conversation-list .odd .ctext-wrap {
  background-color: #f5a01b;
  color: #fff;
  border-radius: 6px 0px 6px 6px;
}
.conversation-list .ctext-wrap {
  background: #33bead;
  color: #fff;
}
.conversation-list .ctext-wrap:after {
  border-right-color: #33bead;
  border-top-color: #33bead;
}
.conversation-list .odd .ctext-wrap:after {
  border-right-color: transparent;
  border-left-color: #f5a01b;
  border-top-color: #f5a01b;
}





@media (max-width:  767px){
  .travel-itinerary .form-check .col-md-6.col-sm-12 {
    margin-bottom: 15px;
}
h3.color-pal {
    font-size: 18px;
}

}

/* 767px end */




.p-3.conversation-input.border-top .row {
  align-items: center;
}
input.file-uploade {
  display: block;
  margin-bottom: 15px;
}



/***** quatation page *****/


.card-body.hotel-variation {
    background: #fff;
    margin-top: 37px;
}

.card-body.hotel-variation {
    background: #fff;
    margin-top: 37px;
}

.card-body {}

.hotel-variation  .hotel-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #33bead;
    color: #fff;
    padding: 6px 9px;
    margin-bottom: 10px;
}

.hotel-variation .hotel-title p {
    margin: 0;
    border-radius: 6px;
}

.hotel-variation .checkin-out span {
    display: block;
    font-weight: bold;
    font-size: 15px;
}

.hotel-variation .checkin-out {
    margin-bottom: 10px;
}

.hotel-variation .hotel-thumb img {
    width: 100%;
}

.hotel-variation .hotel-thumb {
    margin-bottom: 10px;
}

.hotel-variation .hotel .desc strong {
    font-size: 18px;
    color: #f5a01b;
}

.room-num {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 10px 0;
    color: #33bead;
    padding: 7px 9px;
    border: 1px solid #e0e0e0;
    background: #f8f9fa;
}

.room-num p {
    margin: 0;
}
.hotel-variation .hotel:not(:last-child) {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 3px solid #33bead;
}

.pric-sum {
    margin-top: 37px;
}
.pric-sum {
    margin-top: 37px;
    background: #fff;
}


.pric-sum .opt {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
    /* margin: 10px 0; */
    border-top: 1px solid #e0e0e0;
}

.pric-sum .opt p {
    margin: 0;
    font-size: 17px;
}

.pric-sum .opt strong {
    font-size: 17px;
}

.pric-sum.card-body h3 {
    color: #f5a01b;
}

.support-ticket .table tr td a:last-child {
    color: #d41010;
    padding-left: 10px;
}

.support-ticket .table tr td:last-child {
    text-align: center;
}

.support-ticket .form-check.form-check-info .form-check-input:checked {
    background-color: #33bead !important;
    border-color: #33bead !important;
}


:root {
  --card-line-height: 1.2em;
  --card-padding: 1em;
  --card-radius: 0.5em;
  --color-green: #f5a01b;
  --color-gray: #e2ebf6;
  --color-dark-gray: #c4d1e1;
  --radio-border-width: 2px;
  --radio-size: 1.5em;
}


.select-options .grid {
  display: grid;
  grid-gap: var(--card-padding);
  margin: 0 auto;
  max-width: 60em;
  padding: 0;
}


@media (min-width: 42em) {
 .select-options .grid {
    grid-template-columns: repeat(3, 1fr);
  }
}


.select-options .card {
  background-color: #fff;
  border-radius: var(--card-radius);
  position: relative;
}
.select-options .card:hover {
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.15);
}

.select-options .radio {
  font-size: inherit;
  margin: 0;
  position: absolute;
  right: calc(var(--card-padding) + var(--radio-border-width));
  top: calc(var(--card-padding) + var(--radio-border-width));
}

@supports (-webkit-appearance: none) or (-moz-appearance: none) {
  .select-options .radio {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #fff;
    border: var(--radio-border-width) solid var(--color-gray);
    border-radius: 50%;
    cursor: pointer;
    height: var(--radio-size);
    outline: none;
    transition: background 0.2s ease-out, border-color 0.2s ease-out;
    width: var(--radio-size);
  }
 .select-options .radio::after {
    border: var(--radio-border-width) 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;
  }
  .select-options .radio:checked {
    background: #41a200;
    border-color: #41a200;
  }

  .select-options .card:hover .radio {
    border-color: var(--color-dark-gray);
  }
  .select-options .card:hover .radio:checked {
    border-color: #41a200;
  }
}


.select-options .plan-details {
  border: var(--radio-border-width) solid var(--color-gray);
  border-radius: var(--card-radius);
  cursor: pointer;
  display: flex;
  flex-direction: column;
  padding: var(--card-padding);
  transition: border-color 0.2s ease-out;
  text-transform: capitalize;
      white-space: pre-line;
}

.select-options .card:hover  .select-options .plan-details {
  border-color: var(--color-dark-gray);
}

.select-options .radio:checked ~ .select-options .plan-details {
  border-color: var(--color-green);
}

.select-options .radio:focus ~ .select-options .plan-details {
  box-shadow: 0 0 0 2px var(--color-dark-gray);
}

.select-options .radio:disabled ~ .select-options .plan-details {
  color: var(--color-dark-gray);
  cursor: default;
}

.select-options .radio:disabled ~ .select-options .plan-details .plan-type {
  color: var(--color-dark-gray);
}

.select-options .card:hover .select-options .radio:disabled ~ .plan-details {
  border-color: var(--color-gray);
  box-shadow: none;
}

.select-options .card:hover .select-options .radio:disabled {
  border-color: var(--color-gray);
}

.select-options .plan-type {
  color: var(--color-green);
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1em;
}

.select-options .plan-cost {
  font-size: 1.5rem;
  font-weight: bold;
  padding: 0.5rem 0;
}

.select-options .slash {
  font-weight: normal;
}

.select-options .plan-cycle {
  font-size: 2rem;
  font-variant: none;
  border-bottom: none;
  cursor: inherit;
  text-decoration: none;
}

.select-options .hidden-visually {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.seperator{
  border-bottom: 0.1rem solid black;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.select-options .hotel-name {
    height: 43px;
}

@media (max-width: 991px){
    .select-options .grid {
    grid-template-columns: repeat(2, 1fr);
}
}

@media (max-width: 767px){
.select-options .plan-cost {
    font-size: 1rem;
}
.select-options .plan-type {
    font-size: 1rem;
}
.select-options .hotel-name {
    height: 37px;
    font-size: 0.8rem;
}
.seperator {
    border-bottom: 0.1rem solid black;
    margin-top: 0.2rem;
    margin-bottom: 0.3rem;
}
}




/*manage hotel*/


.room-break {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 10px;
}
.room-break label {
    margin: 0;
}
.bre-room .form-control {
    width: 140px;
}
.bre-fast .col-xl-12 .bre-room .form-control {
    width: 100%;
}
.bre-fast {
    margin: 30px 0;
    background: #f4f4f4;
    padding: 20px;
    box-shadow: 0 0px 2px rgba(0,0,0,0.6);
}

.room-break label.form-label {
    font-size: 14px !important;
}

.room-break {
    padding-top: 10px;
}
.brek-title {
    margin-bottom: 0;
    margin-top: 26px;
}

/********* 03-10-2023 *********/



#hotels-modal .repeater-row {
    border-bottom: 2px solid #000;
    padding-bottom: 25px;
    position: relative;
}
a.remove-room-btn {
    position: absolute;
    right: 20px;
    top: 10px;
    background: #d41010;
    color: #fff;
    border-radius: 3px;
    padding: 0.2rem 0.4rem;
    font-size: 13px;
}
.hotelRepeater .bre-fast button.btn {
    text-align: center;
    margin: 31px auto 0 auto;
    display: table;
    float: none;
}
button.btn.btn-danger {
    background: #d41010 !important;
    border-color: #d41010 !important;
}
/* .card.image-box .flex .price {
    display: none;
} */

.hotel-imgs .carousel-control-prev, .hotel-imgs .carousel-control-next {
    background: #000;
    width: 7%;
}

.manage-location #location-modal button {
    margin-bottom: 10px;
}

.support-ticket #datatable tbody td a:first-child {
    color: green;
    font-weight: bold;
}

.support-ticket #datatable tbody td a:last-child {
    color: #d41010;
    font-weight: bold;
}

.page-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #ffffffb3;
    z-index: 9999;
    transition: all 0.4s ease;
}
.page-loader .spinner-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.4s;
}
.page-loader .text-primary {
    color: #f5a01b !important;
}


/***** 23-10-2023 *****/


.optionform.grid input[type=submit] {
    background: #f5a01b;
    outline: none;
    box-shadow: 0 0 0;
    font-size: 16px;
    color: #fff;
    height: 38px;
    text-align: center;
    border: none;
}



.optionform.grid input[type=submit]:hover {
    background: #33bead;
}
label.error {
    color: #fa2828;
    font-size: 14px;
}

.plan-trip .repeater-row .form-group  label.error {
    position: absolute;
    bottom: -31px;
    left: 0;
}

.trip-dtl .itnr-wrap .form-check label.error {
    position: absolute;
    bottom: -23px;
    left: 0;
}
.trip-dtl label.error {
    position: absolute;
    bottom: -22px;
    left: 0;
}

.form-check.vichel-sel {
    position: relative;
}

.det-arrav {
    position: relative;
    margin-bottom: 10px;
}

.det-arrav label.error {
    position: absolute;
    left: 0;
    bottom: -26px;
}

.marg-input{
    margin-top: 0;
}
.party-bil {
    display: flex;
    align-items: center;
    column-gap: 15px;
}




@media (max-width: 767px){
    label.error {
    font-size: 12px;
}
.plan-trip .repeater-row .form-group  label.error {
    bottom: -25px;
}
.trip-dtl .itnr-wrap .form-check label.error {
    bottom: -13px;
}
.trip-dtl .itnr-wrap .form-check {
    margin-bottom: 10px;
}
.det-arrav label.error {
    bottom: -22px;
}
.trip-dtl .itnr-wrap {
    grid-template-columns: 1fr;
}
}



/**** 27-10-2023 ****/


.plan-trip .select2-container--default .select2-selection--single .select2-selection__clear {
    margin-right: 10px;
    width: 30px;
    text-align: center;
    font-size: 18px;
}

.plan-trip .table-responsive tbody th.days {
    display: grid;
    border: 1px solid #dee2e6;
    padding: 15px 10px 10px 10px;
    margin-bottom: 9px;
}
.bunch-itenary-data {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.bunch-itenary-data p {
    width: 65px;
    margin: 0;
}

.plan-trip .table-responsive tbody th.days .place_desc {
    margin-left: 65px;
}


a.btn.btn-primary.inq-plan.quote-pdf {
    margin-right: 5px;
}

@media (max-width: 767px){
    .bunch-itenary-data {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    display: block;
}
.plan-trip .table-responsive tbody th.days .place_desc {
    margin-left: 0;
}
.plan-trip .select2-container .select2-selection--single .select2-selection__rendered {
    white-space: pre-line;
    width: 100%;
}
.plan-trip .table-responsive tbody th.days .place_desc {
    margin-left: 0;
    font-size: 13px;
}
.bunch-itenary-data p {
    margin: 0 0 8px 0;
}

}

/**
* Ubed Css 03-11-2023   
*/




.hotel-selected {
    background-color: #0d73af !important;
    color: white !important;
}



/***** 07-11-2023 *****/




.vh-pri label {
    padding-bottom: 9px;
}
.vhcl-title h4 {
    font-size: 19px;
    height: 41px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.vhcl-img img {
    height: 134px;
    object-fit: contain;
    margin-bottom: 10px;
}
.col-md-2.col-sm-2.vh-main {
    margin-bottom: 30px;
    margin-top: 20px;
}

.rm-charges.border {
    margin-top: 20px;
}
.sales-cost-details.repeater-wrap.othercharges-row {
    margin-top: 20px;
}


.rm-charges.border table tbody tr:nth-child(2) td button, 
.rm-charges.border table tbody tr:nth-child(3) td button, 
.rm-charges.border table tbody tr:nth-child(4) td button {
    display: none;
}

#paydatatable .btn.btn-info.delt {
    background: #d41010;
    border-color: #d41010;
}



/***** Map *****/


.newmap path {
    fill: rgb(247, 184, 75);
}
#rj, #ut, #hp, #pb, #hr, #dl, #ch {
    fill: #33bead;
}
path:hover, #rj:hover, #ut:hover, #hp:hover, #pb:hover, #hr:hover, #dl:hover, #ch:hover {
    fill: #011e46;
}
/* Example CSS for styling the tooltip */
.newmap a[title]:hover::after {
content: attr(title);
font-size: 14px;
color: white;
background-color: blue;
padding: 5px;
border-radius: 5px;
}
.newmap #tooltip {
position: absolute;
background-color: #161616;
padding: 5px;
border-radius: 3px;
display: none;
color: #fff;
font-size: 14px;
}
.newmap{
    text-align:center;
}


/**
* Status Css
*/


.btn-outline-custom {
    color: var(--bcolor);
    border-color: var(--bcolor);
    background: transparent;
}



.account-pages p.success {
    color: green;
    font-weight: bold;
}

.card.card-body.notice-hotel {
    background: #ffd7d7;
    border: 1px solid #f89d9d;
}



.card.image-box .ribbon {
    left: -7px;
    top: -10px;
}
.card.image-box .ribbon span {
    font-size: 20px;
    padding: 3px;
    background: #f5a01b;
    font-weight: 500;
}

.card.image-box .ribbon span:after {
    border-right: 3px solid transparent;
    border-top: 3px solid #f5a01b;
}

.card.image-box .ribbon span:before {
    border-left: 3px solid #f5a01b;
    border-top: 3px solid #f5a01b;
}

div#edit-hotels {
    margin-bottom: 15px;
}



.box2 .wdp-ribbon {
    font-size: 13px;
    color:#fff;
}
.box2 .wdp-ribbon {
    display: inline-block;
    padding: 2px 10px;
    position: absolute;
    right: 0;
    top: 20px;
    line-height: 24px;
    height: 28px;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25em;
    border-radius: 0;
    text-shadow: none;
    font-weight: 500;
    background-color: #33be35 !important;
        font-size: 15px;
}
.box2 .wdp-ribbon-two:before {
    display: inline-block;
    content: "";
    position: absolute;
    left: -14px;
    top: 0;
    border: 9px solid transparent;
    border-width: 14px 8px;
    border-right-color:  #33be35;
}
.box2 .wdp-ribbon-two:before {
    border-color:  #33be35;
    border-left-color: transparent !important;
    left: -9px;
}
.vh-pri {
    margin-top: 20px;
}

.row.staf-agent .mt-3 label {
    padding-bottom: 10px;
}
.repeatingRoutes table {
    width: 100%;
}

.repeatingRoutes table tr th {
    padding-bottom: 8px;
}

.loc-up {
    margin-top: 20px;
}
.loc-up .submission {
    display: block;
    margin-top: 10px;
}

.btn-primary.adid {
    background: #33bead !important;
    border-color: #33bead !important;
}

.repeatingRoutes div .repeater-row:not(:first-child) {
    margin-top: 15px;
    border-top: 1px solid #ced4da;
    padding-top: 15px;
}

.repeatingRoutes .repeater-row .waves-light {
    margin-top: 15px;
}
.hot-img img {
    margin-bottom: 10px;
    padding: 5px;
    background: #fff;
    box-shadow: 0 0 3px rgba(0,0,0, 0.5);
}

.hot-img ul.misha-gallery {
    padding: 0;
    display: flex;
    column-gap: 21px;
}

a.misha-gallery-remove {
    position: absolute;
    top: -4px;
    right: -5px;
    width: 11px;
    height: 11px;
    background: #f5a01b;
    line-height: 7px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

#hotels-modal ul.misha-gallery.ui-sortable li img {
    width: 75px !important;
    height: 75px !important;
    padding: 7px 7px 7px 7px;
}

a.button.misha-upload-button {
    border: 1px solid #ccc;
    background: #33bead;
    padding: 7px 10px;
    color: #fff;
}

a.button.misha-upload-button span {
    margin-right: 5px;
}

a.button.misha-upload-button:hover i {
    margin-top: -2px;
}

a.button.misha-upload-button i {
    transition: 500ms;
}


@media (max-width: 1199px){

    span.price {
    font-size: 17px;
}
.star-rating i {
    font-size: 16px;
}
.vhcl-title h4 {
    font-size: 17px;
}
}

@media (max-width: 767px){
.vh-pri .row {
    row-gap: 15px;
}
.plan-trip .card-body {
    padding: 0;
}
div#datatable_filter {
    margin-top: 15px;
}
}


/******* 02-01-2024 ********/

.itnr-model-inner .modal-body form span.select2 {
    width: 100% !important;
}
.itnr-model-inner  div#vehicaldata {
    margin-bottom: 30px;
}

.manage-pickups-drops div#pdtable_filter input {
    margin-left: 0 !important;
}
.manage-pickups-drops table.mb-3 {
    width: 100%;
}


/******** 05-01-2024 ***********/

.manage-pickups-drops table#pdtable {
    margin-top: 20px;
}


/** Qr Image  **/

.qr-image-css{
    width: 80%;
    border-radius: 10px;
    margin: 0 auto;
    display: table;
    border: 1px solid #ced4da;
    padding: 2%;
}



.broadcast-container {
    width: 100%;
    margin: 0 auto;

  }
  .broadcast-container h1 {
    float:left;
    width: 100%;
    text-align: center;
    margin-top: 0.25rem;
    border-radius: 0.25rem;
  }

  .broadcast-container h1:nth-child(1) {
    margin-top: 3rem;
  }

.broadcast-container h1:nth-child(odd) {
    background: #AAD6FF;
    animation: broadcast-blinker 1.5s linear infinite;
}
.broadcast-container h1:nth-child(even) {
    background: #F69F1C;
    animation: broadcast-blinker-even 1.5s linear infinite;
}
  .broadcast-text-red {
    color: #FBFBFB;
    /* -webkit-text-fill-color: white; 
    -webkit-text-stroke-width: 0.75px;
    -webkit-text-stroke-color: black; */
    padding: 20px;
    
  }
  @keyframes broadcast-blinker {
    50% {
      background: #71B6F6;
    }
  }
  @keyframes broadcast-blinker-even {
    50% {
      background: #f4c073;
    }
  }

  /*** Dashboard css **/





  /******* 07-05-2024 *******/



  .firstcard .card {
    background: #fff2d2;
}



.check-box-modle {
    margin-top: 20px;
}

.chek-pick-modle {
    display: flex;
    align-items: stretch;
    column-gap: 10px;
}

.chek-pick-modle {
    margin-bottom: 5px;
}


.content-page { 
    background: url('/wp-content/themes/royal-sunshine/images/bg-image-2.webp') center; background-size: 750px;
}


/* .content-page .content .card{background-color: rgba(255, 255, 255, 0.6);} */
.firstcard .card {
  background: #fff2d2 !important;
}


.card-custom-one {
    background: #fff;
    padding: 23px;
}
.loc-flyer {
    background: #fff;
    padding: 23px;
    margin: 20px 0;
}

#editlocation form .btn.btn-primary {
    margin-bottom: 10px;
}

#editlocation form  .child-div-remove a.remove-location-btn {
    padding: 10px 0;
    display: block;
}

form#ledger-report {
    background: #fff;
    padding: 23px 23px 8px 23px;
    margin-top: 20px;
}

.content-page.edit-itnr.plan-trip .table-responsive table {
    background: #fff;
}
.lumi-sum {
    background: #fff;
    margin-top: 10px;
    padding: 16px;
}
.gst-det {
    background: #fff;
    padding: 16px;
}

@media (max-width: 767px){
    .navbar-custom {
        justify-content: space-between;
        padding: 0;
    }
    .header-right-inr {
        height: 100%;
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }
}