.goog-te-combo {
    margin: 10px !important;
    width: 90%;
    padding: 7px;
    padding: 0 40px 0 10px;
    height: 40px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(https://www.governor.nh.gov/themes/custom/state_of_nh_core/library/img/selectDropdown.png);
    background-repeat: no-repeat;
    background-position: center right 15px;
}

.close-btn {
    color: white;
}

@keyframes fadeInUp {
    from {
        transform: translate3d(0, 40px, 0)
    }

    to {
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@-webkit-keyframes fadeInUp {
    from {
        transform: translate3d(0, 40px, 0)
    }

    to {
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both
}

.animatedFadeInUp {
    opacity: 0
}

.fadeInUp {
    opacity: 0;
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
}

.close-span-txt {
    color: white;
}

.close-span {
    padding: 6px;
    border: none;
    background: transparent;
    margin-left: 40%;
    /* margin-top: 8%; */
    color: white;
}

.filterArea {
    border: 1px solid #cccccc;
    padding: 10px;
    height: 260px;
    overflow: scroll;
    margin-top: 2px;
    overflow-x: hidden;
}

.filterText {
    font-size: 15px;
    color: #6D6D6D;
    cursor: pointer;
}

.filterText:hover {
    background: lightgray;
}

.resultAreaText {
    font-size: 15px;
    padding: 10px;
    border-right: 1px solid lightgray;
}

.txt-mts {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    /* max-width: 500px !important; */
}

.txt-mts-search {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: auto;
    min-width: 120px;
    max-width: 160px;
}

.cellkey {
    background-color: rgb(191, 210, 226);
    font-weight: 600;
    border: 0.1px solid rgb(221, 221, 221);
    padding: .55rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
    font-size: 13px;
    padding-left: 20px;
}

.cellValue {
    border: 0.1px solid rgb(221, 221, 221);
    font-size: 13px;
    padding-left: 10px;
}

.headerCustom {
    background: #445c97;
    color: white;
    padding: .15rem;
    text-align: center;
    font-size: large;
}

.custom-close-ds {
    position: absolute;
    right: 12px;
    top: 5px;
    cursor: pointer;
}

.custom-th {
    background: lightgray;
    border-right: 1px solid white;
}

.custom-td {
    border-right: 1px solid lightgray;
}

.custom-filter-catelog {
    border: none;
    background: #486f9a;
    color: white;
    border-radius: 2px;
    font-size: 15px;
    text-align: left;
    /* padding: 5px; */
    margin: -1px;
    padding-left: 5px;
}

.custom-clear-catelog {
    border: none;
    background: lightgray;
    border-radius: 2px;
    font-size: 15px;
    /* padding: 5px; */
}

.custom-color-white {
    color: white !important;
}

.customSearch {
    width: 80%;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 40px;
    font-size: 16px;
    background-color: white;
    background-image: url('../images/common/search.svg');
    background-position: 5px 5px;
    background-repeat: no-repeat;
    padding: 4px 3px 6px 36px;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
}

.custom-fontsize {
    font-size: 15px;
}

.customresultrecord {
    margin: 2px;
    padding-left: 5px;
    /* border: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc; */
}

.dummySpace {
    background: #f1f1f1;
    border: 1px solid #f1f1f1;
}

.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    opacity: 0.5;
    background: url('./../../content/images/common/loading.gif') 50% 50% no-repeat rgb(249, 249, 249);
}

.tableau-loader {
    position: absolute;
    width: 66%;
    height: 50%;
    margin: auto;
    z-index: 9999;
    opacity: 0.5;
    background: url('./../../content/images/common/loading.gif') 50% 50% no-repeat rgb(249, 249, 249);
    margin-top: 2%
}

.tableau-text-loader {
    position: absolute;
    left: 28%;
    top: 40%;
    z-index: 9999999;
    text-align: center;
    /* text-shadow: 0 0 5px rgba(0, 0, 0, 0.5); */
    font-size: 20px;
    font-weight: 500;
}

.custom-card {
    /* transition: 0.6s !important; */
    /* box-shadow: 0 2px 1px -1px rgb(0 0 0 / 20%), 0 1px 1px 0 rgb(0 0 0 / 14%), 0 1px 3px 0 rgb(0 0 0 / 12%); */
    box-shadow: 0 1px 1px -1px rgb(0 0 0 / 40%), 0 1px 1px 0 rgb(0 0 0 / 3%), 0 1px 1px 0 rgb(0 0 0 / 0%);
    border-radius: 0px !important;
    padding: 5px !important;
}

.button-card {
    transition: 0.6s !important;
    box-shadow: 0 2px 1px -1px rgb(0 0 0 / 20%), 0 1px 1px 0 rgb(0 0 0 / 14%), 0 1px 3px 0 rgb(0 0 0 / 12%);
    border-radius: 0px !important;
}