.captcha {
    padding:1px;
}
#emailchk {
    color: red;
}
#phonechk {
    color: red;
}
#divMessage p {
    padding-top: 10px;
    padding-bottom:10px;
    padding-left:15px;
}
.error, .contact_form input.error,textarea.error,.review_form input.error {
    border: red solid 1px!important;
}
.alert-danger {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}
.form-error {
    border: 2px solid red!important;
}
.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

button.varified-btn-green {
    background-color: #5cb85c !important;
    width: 320px !important;
    pointer-events: none;
}

.fa-heart {
    position: absolute;
    top:40px;
    right:20px;
    font-size: 24px !important;
    cursor: pointer;
}

.fa-heart-o {
    position: absolute;
    top:40px;
    right:14px;
    font-size: 24px !important;
    cursor: pointer;
}

.bookmark-button-vacation .fa-heart, .bookmark-button-vacation .fa-heart-o{
    position: relative;
    top:11px;
    right:0px;
    font-size: 24px !important;
    cursor: pointer;
}
.bookmark-button-vacation {
    padding: 0 50px !important;
}
.required {
    color: #ff4961 !important;
    font-size: 35px;
    line-height: inherit;
    vertical-align: bottom;
}

.whatsappClass {
    z-index: 9999;
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 100px;
    right: 25px;
    border-radius: 50px;
}
.whatsappClass img {
    display: table-cell;
    color: #fff;
    font-size: 45px;
    width: 40px;
    height: 40px;
    text-align: center;
    vertical-align: middle;
}

.display-none {
    display: none !important;
}

/* Rating Star Widgets Style */
.rating-stars ul {
    list-style-type:none;
    padding:0;
    -moz-user-select:none;
    -webkit-user-select:none;
}
.rating-stars ul > li.star {
    display:inline-block;
}

/* Idle State of the stars */
.rating-stars ul > li.star > i.fa {
    font-size:2.5em; /* Change the size of the stars */
    color:#ccc; /* Color on idle state */
}

/* Hover state of the stars */
.rating-stars ul > li.star.hover > i.fa {
    color:#F8AE19;
}

/* Selected state of the stars */
.rating-stars ul > li.star.selected > i.fa {
    color:#F8AE19;
}

/* Rating Star Widgets Style */
.show-rating-stars ul {
    list-style-type:none;
    padding:0;
    -moz-user-select:none;
    -webkit-user-select:none;
}
.show-rating-stars ul > li.average-star {
    display:inline-block;  
}

/* Idle State of the stars */
.show-rating-stars ul > li.average-star > i.fa {
    font-size:2.5em; /* Change the size of the stars */
    color:#ccc; /* Color on idle state */
}

/* Selected state of the stars */
.show-rating-stars ul > li.average-star.selected > i.fa {
    color:#F8AE19;
}

.pt-30{
    padding-top: 30px;
}

.show-rating-stars ul > li.review-star {
    display:inline-block;
}

/* Idle State of the stars */
.show-rating-stars ul > li.review-star > i.fa {
    font-size:1.5em; /* Change the size of the stars */
    color:#ccc; /* Color on idle state */
}

/* Selected state of the stars */
.show-rating-stars ul > li.review-star.selected > i.fa {
    color:#F8AE19;
}
.rating-error {
    color: red !important;
}

/* Pagination wrapper */
#pagination {
    margin-top: 20px;
    text-align: center;
}

/* Make li inline */
#pagination li {
    display: inline-block;
    list-style: none;
}

/* Style links */
#pagination li a {
    display: block;
    padding: 8px 14px;
    border: 1px solid #ddd;
    margin-left: -1px; /* removes double borders */
    color: #E65D25; /* orange text */
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    transition: background 0.3s, color 0.3s;
}

/* Rounded corners for first & last */
#pagination li:first-child a {
    border-radius: 4px 0 0 4px;
}
#pagination li:last-child a {
    border-radius: 0 4px 4px 0;
}

/* Hover effect */
#pagination li a:hover {
    background: #f9f9f9;
}

/* Active page */
#pagination li a.current-page {
    background: #E65D25;
    color: #fff;
    border-color: #E65D25;
}

#circle {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
    z-index: 9999999;
}
.loader {
    width: calc(100% - 0px);
    height: calc(100% - 0px);
    border: 8px solid transparent;
    border-top: 8px solid #E65D25;
    border-radius: 50%;
    animation: rotate 5s linear infinite;
}

@keyframes rotate {
    100% {
        transform: rotate(360deg);
    }
}

.loadingPanel {
    background-position: center center;
    background-repeat: no-repeat;
    background-color: transparent;
    cursor: wait;
    text-align: center;
    z-index: 10000;
    position: fixed;
    width: 100%;
    height: 100%;
}

.man_img, .profile_image_bg {
    background-color: #E0DCD099 !important;
}

.short_clamp {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.3s ease;
}
.highlight_text { color:#E65D25; }

#contact_form .iti__selected-flag {
    padding-left: 22px !important;
}

.flag-display {
    position: absolute;
    top: 20px;
    right: 20px;
    margin: 3px;
}

.text-right {
    text-align: right;
}
.filter-badge {
    font-size: 30px;
}
.filter-badge .remove-filter {
    margin-left: 5px;
    color: #ff0000;
    text-decoration: none;
    font-weight: 100;
    cursor: pointer;
    font-size: 50px;
    line-height: 1;
}
.personal_profile_img {
    width: 100% !important;
    height: 325px !important;
    object-fit: contain;
    object-position: center;
}

#crop_modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.7);
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

#crop_content {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  max-width: 90vw;
  max-height: 90vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
}

#crop_preview {
  max-width: 80vw;
  max-height: 70vh;
  width: auto;
  height: auto;
  border: 1px solid #ccc;
  border-radius: 5px;
}

#crop_buttons {
  margin-top: 15px;
}

#crop_buttons button {
  margin: 0 5px;
  padding: 8px 16px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 14px;
  color: white;
}