﻿.error-div {
    display: block;
    height: 20px;
    color: red;
}

textarea {
    resize: none;
}

.td-data {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 100px !important;
}

.disabled-link {
    pointer-events: none;
}

.font-size-75 {
    font-size: 0.75rem !important;
}

.font-size-1 {
    font-size: 1rem !important;
}

/* for select 2 dropdown - start */
.select2-selection__rendered {
    line-height: 34px !important;
}

.select2-container .select2-selection--single {
    height: 38px !important;
}

.select2-selection__arrow {
    height: 37px !important;
}
/* for select 2 dropdown - end */

/* for multiple image upload - start */
.divImage {
    display: inline-block;
    position: relative;
    margin-right: 10px;
    background-color: white;
    text-align: center;
    border: solid 1px #c5c5c5;
    padding: 20px;
    margin-bottom: 10px;
}

.divDeleteImage, .divShowAlert {
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
}



.divComment {
    position: relative;
}

.divDeleteComment {
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
}

.divDeleteIconImage, .divDeleteAttachment {
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
}

.divDeleteLogoImage, .divDeleteAttachmentImage {
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
}

/* for multiple image upload - end */

.mt-2-rem {
    margin-top: 2rem !important;
}

.mt-1-8-rem {
    margin-top: 1.8rem !important;
}

.no-results {
    cursor: pointer;
}

.mouse-pointer {
    cursor: pointer;
}

#tree1 li {
    cursor: pointer;
}

.border-radius-10 {
    border-radius: 10rem;
}

/*Tree start*/
.tree, .tree ul {
    margin: 0;
    padding: 0;
    list-style: none
}

    .tree ul {
        margin-left: 1em;
        position: relative
    }

        .tree ul ul {
            margin-left: .5em
        }

        .tree ul:before {
            content: "";
            display: block;
            width: 0;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            border-left: 1px solid
        }

    .tree li {
        margin: 0;
        padding: 0 1em;
        line-height: 2em;
        /*color: #369;*/
        font-weight: 700;
        position: relative
    }

    .tree ul li:before {
        content: "";
        display: block;
        width: 10px;
        height: 0;
        border-top: 1px solid;
        margin-top: -1px;
        position: absolute;
        top: 1em;
        left: 0
    }

    .tree ul li:last-child:before {
        /*background: #fff;*/
        height: auto;
        top: 1em;
        bottom: 0
    }

.indicator {
    margin-right: 5px;
}

.tree li a {
    text-decoration: none;
    color: #369;
}

.tree li button, .tree li button:active, .tree li button:focus {
    text-decoration: none;
    color: #369;
    border: none;
    background: transparent;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    outline: 0;
}
/*Tree end*/
.circle-letter {
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    font-size: 0.7rem;
}

.ul-none {
    list-style: none
}

.mt-34 {
    margin-top: 34px;
}

.margin-top-10 {
    margin-top: 10px;
}

.active-icon {
    color: #002580 !important;
}

.display-none {
    display: none;
}

.display-block {
    display: block !important;
}

.color-green {
    color: green !important;
}

.color-red {
    color: red !important;
}

.color-grey {
    color: grey !important;
}

.bg-login-image {
    background: url(../img/tag_logo.svg) !important;
    background-position: center !important;
    background-size: cover !important;
    background-color: #002580 !important;
    background-size: 50% !important;
    background-repeat: no-repeat !important;
}

.topbar {
    height: 3.375rem !important;
}

.padding-left-right-5 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
}

.padding-5 {
    padding: 0.5rem !important;
}

.width-55 {
    width: 55% !important;
}

.width-190 {
    width: 190.2px !important;
}

.margin-3 {
    margin: 3px;
}

.padding-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.divsuggesions {
    position: absolute;
    height: 200px;
    overflow-x: hidden;
    overflow-y: scroll;
    border: 1px solid #eee;
    background: white;
    z-index: 9999;
    top: 38px;
}

.divSearchNodeSuggestions {
    position: absolute;
    height: 200px;
    overflow-x: hidden;
    overflow-y: scroll;
    border: 1px solid #eee;
    background: white;
    z-index: 9999;
    top: 38px;
}

.divUserSuggesions {
    position: absolute;
    height: 200px;
    overflow-x: hidden;
    overflow-y: scroll;
    border: 1px solid #eee;
    background: white;
    z-index: 9999;
    top: 38px;
}

.divItem {
    margin-top: 15px;
    color: #666;
    text-align: left;
    cursor: pointer;
}

.color-black {
    color: black !important;
}

.divParentMenu {
    border: 1px solid #e1e1e1;
    padding: 5px;
    border-radius: 8px;
    margin-top: 10px;
    margin-bottom: 5px;
    background-color: #e1e1e1;
    width: 100%;
}


.required {
    color: red;
}

.portfolio-current-file {
    margin-bottom: 0.5rem;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1;
}

.m-top-65 {
    margin-top: 65px;
}

.leftCol {
    position: fixed;
    overflow-y: overlay;
    top: 0;
    bottom: 0;
    z-index: 1
}

.m-left-222 {
    margin-left: 224px;
}

.m-left-105 {
    margin-left: 105px;
}

.m-top-27 {
    margin-top: 27px
}

.m-right-225 {
    margin-right: 225px
}

#toggleOpenAllDays {
    -webkit-appearance: none;
    appearance: none;
    width: 48px;
    height: 24px;
    border-radius: 24px;
    background: #ced4da;
    position: relative;
    cursor: pointer;
    outline: none;
    transition: background-color 0.2s ease;
}

    #toggleOpenAllDays::before {
        content: "";
        position: absolute;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        background: #fff;
        top: 2px;
        left: 2px;
        transition: transform 0.2s ease;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
    }

    #toggleOpenAllDays:checked {
        background: #1cc88a;
    }

        #toggleOpenAllDays:checked::before {
            transform: translateX(24px);
        }

#toggle24HrOpen {
    -webkit-appearance: none;
    appearance: none;
    width: 48px;
    height: 24px;
    border-radius: 24px;
    background: #ced4da;
    position: relative;
    cursor: pointer;
    outline: none;
    transition: background-color 0.2s ease;
}

    #toggle24HrOpen::before {
        content: "";
        position: absolute;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        background: #fff;
        top: 2px;
        left: 2px;
        transition: transform 0.2s ease;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
    }

    #toggle24HrOpen:checked {
        background: #1cc88a;
    }

        #toggle24HrOpen:checked::before {
            transform: translateX(24px);
        }

#PriceRange.price-range-enhanced {
    -webkit-appearance: none;
    appearance: none;
    width: calc(100% - 36px);
    background: transparent;
    margin: 22px 18px 0;
    border: 0 !important;
    padding: 0 !important;
    height: auto;
    box-shadow: none !important;
}

    #PriceRange.price-range-enhanced::-webkit-slider-runnable-track {
        height: 4px;
        border-radius: 999px;
        background: linear-gradient(to right, #2d9cdb var(--range-progress, 0%), #d8dee6 var(--range-progress, 0%));
    }

    #PriceRange.price-range-enhanced::-moz-range-track {
        height: 4px;
        border-radius: 999px;
        background: #d8dee6;
    }

    #PriceRange.price-range-enhanced::-moz-range-progress {
        height: 4px;
        border-radius: 999px;
        background: #2d9cdb;
    }

    #PriceRange.price-range-enhanced::-webkit-slider-thumb {
        -webkit-appearance: none;
        appearance: none;
        width: 22px;
        height: 22px;
        border-radius: 50%;
        background: #2d9cdb;
        border: 2px solid #2d9cdb;
        margin-top: -9px;
        box-shadow: 0 1px 4px rgba(0, 0, 0, 0.22);
    }

    #PriceRange.price-range-enhanced::-moz-range-thumb {
        width: 22px;
        height: 22px;
        border-radius: 50%;
        background: #2d9cdb;
        border: 2px solid #2d9cdb;
        box-shadow: 0 1px 4px rgba(0, 0, 0, 0.22);
    }

.price-range-visual-shell {
    position: relative;
    padding: 10px 0 30px;
    margin-top: 6px;
    background: #f1f2f4;
    border-radius: 6px;
}

    .price-range-visual-shell #PriceRange.price-range-enhanced {
        margin: 22px 18px 0;
    }

.price-range-visual-ticks {
    position: absolute;
    left: 18px;
    right: 18px;
    top: 28px;
    height: 12px;
    pointer-events: none;
    display: flex;
    justify-content: space-between;
}

    .price-range-visual-ticks span {
        width: 2px;
        height: 12px;
        border-radius: 2px;
        background: #8fa1b2;
    }

.price-range-visual-label-top,
.price-range-visual-label-bottom {
    position: absolute;
    left: 18px;
    right: 18px;
    pointer-events: none;
    font-size: 30px;
    line-height: 1;
    color: #7e8a98;
}

.price-range-visual-label-top {
    top: 0;
}

.price-range-visual-label-bottom {
    top: 45px;
}

.price-range-label {
    position: absolute;
    transform: translateX(-50%);
    transition: color 0.2s ease;
}

    .price-range-visual-label-bottom .price-range-label[data-value='1'] {
        left: 0 !important;
        transform: none;
    }

    .price-range-visual-label-bottom .price-range-label[data-value='5'] {
        left: 100% !important;
        transform: translateX(-100%);
    }

    .price-range-label.active {
        color: #2d9cdb;
        font-weight: 700;
    }

.price-range-widget-v2 {
    background: #f1f3f5;
    border-radius: 8px;
    padding: 12px 14px 18px;
    margin-top: 8px;
}

.price-range-header-v2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
    color: #3a3f51;
    font-weight: 600;
}

.price-range-info-icon-v2 {
    color: #2d9cdb;
    font-size: 17px;
    line-height: 1;
}

.price-range-slider-wrap-v2 {
    position: relative;
    padding: 12px 6px 0;
}

#PriceRangeDisplayV2 {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    background: transparent;
    margin: 0;
}

    #PriceRangeDisplayV2::-webkit-slider-runnable-track {
        height: 4px;
        border-radius: 999px;
        background: linear-gradient(to right, #2d9cdb var(--range-progress, 0%), #d8dee6 var(--range-progress, 0%));
    }

    #PriceRangeDisplayV2::-moz-range-track {
        height: 4px;
        border-radius: 999px;
        background: #d8dee6;
    }

    #PriceRangeDisplayV2::-moz-range-progress {
        height: 4px;
        border-radius: 999px;
        background: #2d9cdb;
    }

    #PriceRangeDisplayV2::-webkit-slider-thumb {
        -webkit-appearance: none;
        appearance: none;
        width: 22px;
        height: 22px;
        border-radius: 50%;
        background: #2d9cdb;
        border: 2px solid #2d9cdb;
        margin-top: -9px;
        box-shadow: 0 1px 4px rgba(0, 0, 0, 0.22);
    }

    #PriceRangeDisplayV2::-moz-range-thumb {
        width: 22px;
        height: 22px;
        border-radius: 50%;
        background: #2d9cdb;
        border: 2px solid #2d9cdb;
        box-shadow: 0 1px 4px rgba(0, 0, 0, 0.22);
    }

.price-range-ticks-v2 {
    display: flex;
    justify-content: space-between;
    margin: 8px 2px 0;
}

    .price-range-ticks-v2 span {
        width: 1px;
        height: 11px;
        background: #8fa1b2;
        display: inline-block;
    }

.price-range-labels-v2 {
    display: flex;
    justify-content: space-between;
    margin-top: 8px;
}

    .price-range-labels-v2 span {
        font-size: 24px;
        line-height: 1;
        color: #7e8a98;
        letter-spacing: 0.5px;
    }

    .price-range-labels-v2 span.active {
        color: #2d9cdb;
        font-weight: 700;
    }


table {
    width: 100% !important;
    white-space: nowrap;
}

    table th.expand {
        width: auto
    }

    table td.expand {
        width: 99%
    }

.bg-blue {
    background-color: #002580;
    color: white;
    border-radius: 15px;
}

.padding-5-10 {
    padding: 5px 10px;
}

.ht-240 {
    height: 250px;
}

.divCloseImage {
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
}

.map-container {
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.map-container_New {
    float: left;
    width: 100%;
    position: inherit;
    overflow: hidden;
}

.map_ht {
    height: 350px !important;
}

.searchtextBox_ht_wdt {
    height: 30px !important;
    width: 230px !important;
}


.fw-map2 #singleMap, .fw-map2 {
    height: 500px;
}

#singleMap, .fw-map-small-map {
    height: 420px;
    margin-bottom: 30px;
}

.hidden-map-container #singleMap {
    height: 500px;
    margin-bottom: 15px;
}

#map {
    height: 100%;
}

/* 
 * Optional: Makes the sample page fill the window. 
 */
html,
body {
    height: 100%;
    margin: 0;
    padding: 0;
}

#description {
    font-family: Roboto;
    font-size: 15px;
    font-weight: 300;
}

#infowindow-content .title {
    font-weight: bold;
}

#infowindow-content {
    display: none;
}

#map #infowindow-content {
    display: inline;
}

.pac-card {
    background-color: #fff;
    border: 0;
    border-radius: 2px;
    box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.3);
    margin: 10px;
    padding: 0 0.5em;
    font: 400 18px Roboto, Arial, sans-serif;
    overflow: hidden;
    font-family: Roboto;
    padding: 0;
}

#pac-container {
    padding-bottom: 12px;
    margin-right: 12px;
}

.pac-controls {
    display: inline-block;
    padding: 5px 11px;
}

    .pac-controls label {
        font-family: Roboto;
        font-size: 13px;
        font-weight: 300;
    }

#pac-input {
    background-color: #fff;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 300;
    margin-left: 12px;
    padding: 0 11px 0 13px;
    text-overflow: ellipsis;
    width: 400px;
}

    #pac-input:focus {
        border-color: #4d90fe;
    }

/*#title {
    color: #fff;
    background-color: #4d90fe;
    font-size: 25px;
    font-weight: 500;
    padding: 6px 12px;
}*/

#target {
    width: 345px;
}

.dropdown-menu {
    position: absolute;
    width: 100%;
}

    .dropdown-menu li {
        width: 100%;
        padding: 10px;
        background-color: #F6F6F6;
        text-align: left;
        border: 1px solid #eee;
    }

        .dropdown-menu li a {
            font-weight: normal !important;
            text-decoration: none;
        }

.overflow-visible {
    overflow: visible !important;
}

.nav-item-header {
    text-align: center;
}

    .nav-item-header i {
        display: block;
        font-size: 20px; /* Adjust icon size */
    }

    .nav-item-header span {
        display: block;
        font-size: 12px; /* Adjust text size */
        color: dimgray; /* Text color */
        margin-top: 4px; /* Space between icon and text */
    }

.padding-top-0 {
    padding-top: 0px !important;
}

.divGlobalsuggesions {
    position: absolute;
    height: 200px;
    overflow-x: hidden;
    overflow-y: scroll;
    border: 1px solid #eee;
    background: white;
    z-index: 9999;
    top: 38px;
}

.mt-30 {
    margin-top: 30px;
}

.hidden {
    display: none !important;
}

.cursor-pointer {
    cursor: pointer;
}

/* Price Range Slider - Start */
.price-range-slider-container {
    padding: 15px 10px 10px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    background: #fff;
}

.price-range-labels {
    display: flex;
    justify-content: space-between;
    margin-top: 2px;
    font-size: 0.9rem;
    color: #aaa;
    font-weight: 600;
}

.price-range-labels span.active-price-label {
    color: #333;
    font-weight: 700;
    font-size: 1rem;
}

.price-range-ticks {
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
    margin-top: 2px;
}

.price-range-ticks span {
    width: 1px;
    height: 10px;
    background: #ccc;
}

.price-range-track-wrapper {
    position: relative;
    height: 36px;
}

.price-range-track {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 4px;
    background: #ddd;
    border-radius: 2px;
    transform: translateY(-50%);
}

.price-range-fill {
    position: absolute;
    top: 50%;
    height: 4px;
    background: #4a90d9;
    border-radius: 2px;
    transform: translateY(-50%);
}

.price-range-input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    -webkit-appearance: none;
    appearance: none;
    background: transparent;
    pointer-events: none;
    z-index: 2;
}

.price-range-input::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #4a90d9;
    border: 3px solid #fff;
    box-shadow: 0 1px 4px rgba(0,0,0,0.3);
    cursor: pointer;
    pointer-events: all;
}

.price-range-input::-moz-range-thumb {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #4a90d9;
    border: 3px solid #fff;
    box-shadow: 0 1px 4px rgba(0,0,0,0.3);
    cursor: pointer;
    pointer-events: all;
}
/* Price Range Slider - End */