.cursor-pointer {
    cursor: pointer;
}

button:disabled {
    cursor: not-allowed;
}

.pricing-packages {
    position: relative;
    top: -100px;
    width: 100%;
}
.pricing-packages .list-group-item .fa{
    font-size: 21px;
}

.modal-title {
    font-weight: 700;
}

.modal-content {
    border-radius: 20px;
}


/* Payment List */
.payment_list li.list-group-item{
    padding:10px 0px;
    background: transparent;
}

.subscribe-label{
    height:112px;
}
.companiesCard:hover{
    background-color: #f7f7f7;
    cursor: pointer;
}
.card-expiry {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.overlay-gray {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    /* align-content: center; */
    align-items: center;
    background: rgb(255 255 255 / 86%);
    z-index: 9;
}

#map-canvas .centerMarker {
    position: absolute;
    /*url of the marker*/
    background: url(http://maps.gstatic.com/mapfiles/markers2/marker.png) no-repeat;
    /*center the marker*/
    top: 50%;
    left: 50%;
    z-index: 1;
    /*fix offset when needed*/
    margin-left: -10px;
    margin-top: -34px;
    /*size of the image*/
    height: 34px;
    width: 20px;
    cursor: pointer;
}

.loader {
    border: 5px solid #f3f3f3;
    border-radius: 50%;
    border-top: 5px solid #3498db;
    width: 30px;
    height: 30px;
    margin:0 auto;
    -webkit-animation: spin 1s linear infinite; /* Safari */
    animation: spin 1s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.leftSideBar{
    position: fixed;
    width: 400px;
    height: 100%;
    top: 0;
    left:-400px;
    background: white;
    z-index: 99999;
    box-shadow:1px 2px 8px #d4d4d4;
}
/* @-webkit-keyframes slide {
    100% { left: 0; }
} */
.animateSideBar{
    animation: slide 0.5s;
    -webkit-animation: slide 0.5s;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

@keyframes slide {
    100% { left: 400px; }
}
.leftSideBar .close{
    font-size: 14px;
    text-transform: uppercase;
    position: relative;
    right: 20px;
    top: 20px;
    cursor: pointer;
}
p.selectedCompanies {
    padding: 12px 15px;
    border: 1px solid #ced4da;
    vertical-align: middle;
    text-align: left;
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
}
.email-form{
    width: 362px;
    margin: 0 auto;
    position: absolute;
    left:0;
    right:0;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align:center;
}

.email-form h3{
    margin-bottom: 10px;

}

.email-form ul{
    list-style-type:none;
    padding-left:0px;
}
.email-form ul li{
    border-bottom:1px solid #d4d4d4;
}

.companiesCard .col-md-8{
    min-height:123px;
}
.companiesCard .col-md-8 p{
    margin-bottom: 0px;
}
.submitButtonContainer{
    position: relative;
}
.submitButtonContainer .loader{
    display:none;
    position: absolute;
    left: 0;
    right: 0;
    top: 5px;
}
#emailForm .form-group{
    position: relative;
}
#emailForm .form-group small{
    position: absolute;
    top: -15px;
    left: 10px;
    background: white;
    color: red;
}
.iconsContainer{
    position:relative;
    display:flex;
    align-items:center;
    gap:10px;
    justify-content:flex-end;
}
.mb-0{
    margin-bottom: 0px;
}
input.star {
    display: none
}

.stars label{
    margin-bottom: 0px;
}
.stars {
    display: flex;
    flex-flow: row-reverse;
}

.divider-review{
    height: 1px;
    background: #14afff;
}

label.star {
    padding: 0px 10px;
    font-size: 25px;
    color: #0086fb;
    transition: all .2s !important;
}

input.star:checked~label.star:before {
    content: '\f005';
    color: #FD4;
    transition: all .25s
}

input.star-5:checked~label.star:before {
    color: #FD4;
}

input.star-1:checked~label.star:before {
    color: #F62
}

label.star:hover {
    transform: rotate(-15deg) scale(1.3)
}

label.star:before {
    content: '\f006';
    font-family: FontAwesome
}
.modal-footer .loader{
    position:absolute;
    left: 0px;
    right: 0px;
}
.pac-container{
    z-index: 99999;
}
.modal{
    z-index: 9999;
}

.type-selector {
    cursor: pointer;
}

.type-checkbox {
    display: none;
}

.type-checkbox:checked + .type-selector {
    background-color: #34A853;
}

span.form-control {
    position: relative;
    width: 100%;
    display: block;
    height: 60px;
    line-height: 30px;
    padding: 15px 20px;
    font-size: 15px;
    color: #696969;
    background: #F0F5F7;
    border: 1px solid #F0F5F7;
    box-sizing: border-box;
    border-radius: 8px;
    transition: all 300ms ease;
}

.company-phone-reveal {
    display: flex;
    flex-direction: column;
    gap: 15px;
    justify-content: center;
    text-align: center;
    align-items: center;
}

.company-phone-reveal .thumb {
    height: 70px;
	width: 70px;
}

.company-phone-reveal .thumb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.company-service {
    display: flex;
    align-items: center;
    gap: 10px
}

.company-service .service-bullet {
    width: 12px;
    height: 12px;
    background-color: #1967D2;
    border-radius: 100%;
}

.mail-box-items {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.mail-box-items .mail-box-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #F0F5F7;
    border: 1px solid #F0F5F7;
    border-radius: 50px;
    cursor: pointer;
    gap: 7px;
    padding: 0px 10px;
}

.mail-box-items .mail-box-item span {
    font-size: 15px;
    color: #202124;
}

.default-form .form-control.error {
    border-color: #dc3545 !important;
}

.highlight-premium {
    background: linear-gradient(135deg, #fff8e1, #ffecb3); /* light gold background */
    border: 5px solid #1967d2; /* bright gold border */
    box-shadow: 0 4px 15px rgba(255, 215, 0, 0.6);
    border-radius: 12px;
    transition: all 0.3s ease-in-out;
    position: relative;
}

.highlight-premium::before {
    content: "🌟 Premium";
    position: absolute;
    top: 10px;
    right: 15px;
    background: linear-gradient(90deg, #FFD700, #FFA500);
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    padding: 3px 8px;
    border-radius: 6px;
    box-shadow: 0 0 5px rgba(255, 165, 0, 0.5);
}

.highlight-premium:hover {
    transform: scale(1.02);
    box-shadow: 0 6px 20px rgba(255, 215, 0, 0.8);
}

.highlight-premium-inner {
    background: aliceblue !important;
}