.btn {
    letter-spacing: 1.1px !important;
}

.con-panel-heading {
    position: relative;
    padding-left: 10px;
    padding-bottom: 5px;
    padding-right: 5px;
    padding-top: 5px;
}

.con-panel-body {
    position: relative;
    padding-left: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
}

.con-media-body {
    vertical-align: middle;
}

.cp {
    margin: 0 0 5px;
}

.btn-dboard {
    min-width: 100px !important;
    padding-left: 5px;
    padding-right: 5px;
}

.text-size-xlg {
    font-size: 18px;
}

.panel-submenu {
    position: relative;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.panel-dboard {
    position: relative;
    min-height: 60px !important;
    vertical-align: middle;
    padding-left: 10px;
    padding-right: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.panel>.panel-dboard {
    margin-bottom: 0px;
    /*Changed for PlotAlong. Original Value is 20px */
    border-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 0px;
    color: #333;
    border: none;
    border-color: #ddd;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.panel-heading.panel-dboard {
    min-height: 100px !important;
    vertical-align: middle;
}

@media (min-width :769px) {
    .heading-elements .btn-dboard {
        margin-top: 0px !important;
    }
}

.text-gold {
    color: #FFDF00;
}

.text-diamond {
    color: #0EBFE9;
}

.border-left-con-lead {
    border-left-color: #F44336
}

.border-left-con-cust {
    border-left-color: #4CAF50
}

.border-left-con-sale {
    border-left-color: #00BCD4
}

.panel [ class *=border-left-con-]:not(.border-left-lg):not(.border-left-xlg) {
    border-left-width: 3 px;
}

.panel[class*=bg-]>.con-panel-body {
    background-color: inherit;
}

.con-panel-body>.panel-heading {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 0px;
    padding-bottom: 5px;
}

.con-panel-body>.media {
    margin-top: 0px
}

.badge-rate {
    padding: 0px;
}

.btn-micro {
    min-width: 75px;
    transition: transform .2s;
    font-size: 2vh;
    padding: 1vh !important;
}


/* .btn-micro:hover {
    background-color: #66BB6A;
    color: white;
    transform: scale(1.5);
    z-index: 1001;
    border-radius: 4px;
} */


/* floating-menu */


/* .floating-menu {
    background: transparent;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
    z-index: 2000;
    position: fixed;
    bottom: 7%;
} */

.floating-menu {
    background: transparent;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
    z-index: 2000;
    position: fixed;
    /* top: 2%;
    left: 30%; */
    bottom: 8%;
    left: 5%;
    width: auto;
}

@media screen and (max-width: 480px) {
    .floating-menu {
        width: 100vw;
    }
}

@media screen and (min-width: 480px) {
    .floating-menu {
        width: auto;
    }
}

@media screen and (min-width: 800px) {
    .floating-menu {
        width: auto;
    }
}

@media screen and (min-width: 1100px) {
    .floating-menu {
        width: auto;
    }
}


/* .floating-menu a, */


/* .floating-menu h3 {
        font-size: 0.9em;
        display: block;
        margin: 0 0.5em;
        color: white;
    } */

div.scrollmenuRouts {
    overflow: auto;
    white-space: nowrap;
}

div.scrollmenuNearBy {
    overflow: auto;
    white-space: nowrap;
}

div.scrollmenu {
    overflow: auto;
    white-space: nowrap;
    padding: 1vh !important;
}

div.scrollmenu a {
    display: inline-block;
    color: white;
    text-align: center;
    padding: 14px;
    text-decoration: none;
}

.fontsmall {
    font-size: 7px !important;
}

.bordridge {
    border: 1px ridge #9e9e9e;
    font-weight: 500 !important;
    color: #000 !important;
}


/* floating fab button */

.fab {
    /* position: fixed; */
    position: relative;
    width: 55px;
    left: 5%;
    bottom: 20%;
}

.fab:hover .fab-buttons {
    opacity: 1;
    visibility: visible;
}

.fab:hover .fab-buttons__link {
    transform: scaleY(1) scaleX(1) translateY(-16px) translateX(0px);
}

.fab-action-button:hover+.fab-buttons .fab-buttons__link:before {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
    transform-origin: right center 0;
    transition-delay: 0.3s;
}

.fab-action-button {
    position: absolute;
    bottom: 0;
    display: block;
    padding-top: 7px;
    padding-bottom: 5px;
    padding-left: 6px;
    padding-right: 9px;
    /* width: 56px;
    height: 56px; */
    border-radius: 50%;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}

.fab-buttons {
    position: absolute;
    right: 26px;
    bottom: 20px;
    /* bottom: 50px; */
    list-style: none;
    margin: 0;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    transition: 0.2s;
}

.fab-buttons__item {
    display: block;
    text-align: center;
    margin: 12px 0;
}

.fab-buttons__link {
    display: inline-block;
    /* width: 40px;
    height: 40px; */
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 7px;
    padding-right: 7px;
    text-decoration: none;
    background-color: #ffffff;
    border-radius: 50%;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
    transform: scaleY(0.5) scaleX(0.5) translateY(0px) translateX(0px);
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.icon-material {
    display: inline-block;
    width: 40px;
    height: 40px;
}

.reToggSizeMap {
    height: 40vh !important;
}

.reSizeMap {
    height: 65.5vh !important;
}

.fullSizeMap {
    height: 78.5vh !important;
    /* height: 79vh !important; */
}

.deskViewtoggle {
    height: 42vh !important;
    max-height: 42vh !important;
}

.detailsView {
    min-height: 100vh !important;
    /* max-height: 100vh !important; */
    /* height: 55vh !important;
    max-height: 55vh !important; */
}

.mob-map-btn {
    width: 100px !important;
    background-color: #e0e0e0 !important;
    /* border-radius: 6px !important;
    box-shadow: 4px 4px 0px #47576de7; */
}

.img-parent-base {
    height: 68px;
    width: 100%;
}

.btn-icon-img {
    position: absolute;
    top: 15%;
    left: 26%;
    padding: 4px;
    border-radius: 5px;
}

.img-filter {
    -webkit-filter: grayscale(100%);
    /* filter: grayscale(100%); */
    filter: hue-rotate(90deg);
    object-fit: fill;
}

.fontSize30 {
    font-size: 42px !important;
}


/* .in-height {
    height: 28px !important;
} */


/* .btnNearHover:hover>span {
    display: block;
} */

.floatContainer {
    bottom: 5%;
    position: fixed;
    margin: 1em;
    right: 1%;
    height: auto !important;
    width: 53px !important;
}

.btnPadding {
    padding: 9px 10px !important;
}

.weather-background {
    background: #2b5876;
    /* background: -webkit-linear-gradient(to right, #4e4376, #2b5876); 
    background: linear-gradient(to right, #4e4376, #2b5876); */
    /* background: -webkit-linear-gradient(to right, #fff, #6f8894);
    background: linear-gradient(to right, #fff, #6f8894); */
    background: -webkit-linear-gradient(to right, #74bcff, #6f8894);
    background: linear-gradient(to right, #74bcff, #6f8894);
}

.weatherDrpBack {
    background: #2b5876;
    border-radius: 5px;
    /* width: 19%;
    margin-right :3px;
    float: left; */
    /* background: -webkit-linear-gradient(to right, #4e4376, #2b5876);
    background: linear-gradient(to right, #4e4376, #2b5876); */
    background: -webkit-linear-gradient(to right, #74bcff, #6f8894);
    background: linear-gradient(to right, #74bcff, #6f8894);
    /* background: -webkit-linear-gradient(to right, #fff, #6f8894);
    background: linear-gradient(to right, #fff, #6f8894); */
    /* background:-webkit-linear-gradient(to right, #e9311e, #3F51B5);
    background: linear-gradient(to right, #e9311e, #3F51B5); */
}

.fivedayforcastDiv {
    /* left: -304px !important; */
    left: -1px;
    position: absolute !important;
    min-width: 510px !important;
}

.box-shadow {
    /* -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.12), 0 1px 2px rgba(0,0,0,.24);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24); */
    padding: 3px;
}

.box-shadow:hover {
    /* box-shadow: 0 0 5px 5px rgba(5, 15, 25, 0.53); */
    box-shadow: 0 0 5px 5px rgba(194, 205, 216, 0.53);
}


/* usel custom css start  */

.overflow-grid {
    margin-top: 5px;
    padding: 0;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    transition: all 0.3s ease-in-out;
}

.overflow-grid .overflow-item {
    float: none;
    display: inline-block;
    position: relative;
    transition: all 0.3s ease-in-out, opacity 0.5s ease 0.4s;
    -webkit-transition: all 0.3s ease-in-out, opacity 0.5s ease 0.4s;
    opacity: 1;
}

.overflow-grid .overflow-item.entering {
    width: 0px;
    height: 0px;
    padding: 0;
    border: 0;
    clip: rect(0 0 0 0);
    overflow: hidden;
    opacity: 0;
}

.one-edge-shadow {
    box-shadow: 1px 1px 3px #888888;
}


/* usel custom css end  */

.carouselBtn>i {
    background-color: #000;
    color: #58ccb6 !important;
    border-radius: 15px;
    font-size: 20px !important;
}

.carouselBtn>i:hover {
    background-color: #58ccb6;
    border-radius: 15px;
    color: #000 !important;
}

.imgThumb {
    overflow: hidden;
}

.imgThumb img {
    max-width: 100%;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.imgThumb:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.text-size-25 {
    font-size: 25px;
}

.row-centered {
    text-align: center;
}

.col-centered {
    display: inline-table;
    float: none;
    margin-right: -4px;
    text-align: center;
}

.col-centered-testimonial {
    display: inline-block;
    float: none;
    margin-right: -4px;
    text-align: center;
}

.col-centered-bank {
    display: inline-flex;
    float: none;
    margin-right: -4px;
    text-align: center;
}


.colomn-centered {
    display: inline-block;
    float: none;
    text-align: left;
    margin-right: -4px;
    text-align: center;
}

div.sticky {
    position: sticky !important;
    position: -webkit-sticky !important;
    top: 10px !important;
}

.taskMoreOption {
    position: absolute;
    right: 0%;
    top: 0%;
    z-index: 999 !important;
    padding: 1px 2px !important;
}

.taskMoreOption:hover {
    background-color: #fff;
    color: #F44336;
}


/* rewrite some rules from bootstrap */
.has-feedback .form-control-feedback {
    top: 0;
}

.input-group .form-control-feedback {
    display: none;
}

/*
* Special CSS classes
* for jQuery - Valida
*
* You can try to change the styles via Firebug (Firefox) or related plugin.
*/
.at-error {
    /* placed on a error labels */
    color: #A94442 !important;
    font-size: 11px !important;
}

.at-warning {
    /* placed on a warning (invalid) labels */
    color: #8A6D3B !important;
    margin: 6px 0 !important;
}

.at-invalid {
    /* placed on a invalid fields (which do not match with their filters or masks) */

}

.at-required {
    /* placed on a required fields (which are not filled) */

}

.at-description {
    /* placed on description paragrapher, right after TEXTAREA fields. */

}

.at-description>span {
    /* into description paragrapher, right after TEXTAREA fields there are 2 span TAGs. */

}

.at-required-highlight {
    /* highlight required form fields */
    color: red !important;
}

.td-align-top {
    vertical-align: top !important;
}

.td-align-middle {
    vertical-align: middle !important;
}

.td-align-bottom {
    vertical-align: bottom !important;
}


.dropdown-width-lg {
    width: 250px;
}

.border {
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;

}

.align-middle {

    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;

}

.multiselect-container {
    position: absolute !important;
    z-index: 1051 !important;
}

.multiselect-container:before,
.multiselect-container:after {
    display: none;
}

.multiselect-container {
    max-height: 300px;
    overflow-y: auto;
    min-height: 200px;
}

.multiselect-container li a {
    margin: 5px 5px 5px 5px;
    border-radius: 5px;
    transition: background-color 0.2s ease;
}

.multiselect-container li a label {
    padding: 5px 10px 5px 20px;
}

.marketing-tbl>thead>tr>th {
    padding: 6px 3px;
    font-size: 12px;
}

.marketing-tbl>tbody>tr>td {
    padding: 7px 3px;
    font-size: 12px;
}

.widget-height {
    height: 30vh !important;
}

.bg-default {
    background-color: #eeeded;
}

.option-in-multiselect {
    /* padding-left: 8px !important; */
}

.option-in-multiselect>checkbox {
    /* padding-left: 30px; */
}

.no-bold {
    font-weight: normal !important;
}

.disabled-tab {
    pointer-events: none;
    opacity: 0.5;
    filter: grayscale(100%);
    cursor: not-allowed !important;
}

.disabled-tab a,
.disabled-tab i,
.disabled-tab div {
    pointer-events: none;
    color: inherit !important;
    text-decoration: none;
    cursor: not-allowed !important;
}

/* styles for reminder modal */



/* Modal Styling */
#reminder-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: flex-start; /* Align to top */
    z-index: 9999;
    transition: opacity 0.3s ease;
    opacity: 0;
    pointer-events: none;
    padding-top: 50px; /* Adds spacing from top */
    box-sizing: border-box;
}

.task-modal-visible {
    opacity: 1;
    pointer-events: all;
}


.task-modal-hidden {
    opacity: 0;
    pointer-events: none;
}

.task-modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 0;
}

#reminder-modal > *:not(.task-modal-overlay) {
    z-index: 1;
    position: relative;
}

.task-modal-content {
    background-color: white;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    position: relative;
    z-index: 1001;
    /* Above the overlay */
    max-width: 450px;
    width: 90%;
    text-align: center;
    transform: translateY(-20px);
    /* Slight initial shift */
    animation: fadeInSlideUp 0.3s forwards;
}

@keyframes fadeInSlideUp {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}


.task-modal-header {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    gap: 15px;
    /* Space between icon and subject */
}

.task-modal-header h2 {
    margin: 0;
    color: #333;
    font-size: 1.8em;
}

.task-status-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    color: white;
    font-size: 1.2em;
    flex-shrink: 0;
    /* Prevent icon from shrinking */
}

/* Color codes for reminder status */
.task-status-upcoming {
    /* Within 30 minutes */
    background-color: #28a745;
    /* Success */
}

.task-status-now {
    /* Within 5 minutes */
    background-color: #ffc107;
    /* Warning */
    color: #333;
    /* Darker text for warning */
}

.task-status-overdue {
    /* Delayed by 1 minute or more */
    background-color: #dc3545;
    /* Danger */
}

#task-reminder-details {
    font-size: 1.1em;
    color: #555;
    margin-bottom: 25px;
    line-height: 1.5;
}

.modal-buttons {
    display: flex;
    justify-content: space-around;
    gap: 10px;
    flex-wrap: wrap;
    /* Allow buttons to wrap on smaller screens */
}

.modal-buttons button {
    padding: 12px 25px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 1em;
    transition: background-color 0.2s ease, transform 0.1s ease;
    flex-grow: 1;
    /* Allows buttons to grow and fill space */
    min-width: 120px;
    /* Ensure a minimum width */
}

.modal-buttons button:hover {
    transform: translateY(-2px);
}

#snooze-btn {
    background-color: #17a2b8;
    /* Info */
    color: white;
}

#snooze-btn:hover {
    background-color: #138496;
}

#dismiss-btn {
    background-color: #6c757d;
    /* Secondary */
    color: white;
}

#dismiss-btn:hover {
    background-color: #5a6268;
}

#open-btn {
    background-color: #007bff;
    /* Primary */
    color: white;
}

#open-btn:hover {
    background-color: #0056b3;
}

/* Optional: Make icon show "!" or "✓" based on status, handled in JS */
.task-status-upcoming::before {
    content: '✓';
}

.task-status-now::before {
    content: '!';
}

.task-status-overdue::before {
    content: '✗';
}

/* add new style to show cursor not allowed */
.cursor-blocked {
    content: '✗';
    cursor: not-allowed;
}
