﻿

.user-box {
    /*border: 1px solid #eaeaea;*/
    padding: 34px;
    /*hi*/
}

.user-box {
}

.select2-container .select2-selection--single {
    height: 34px !important;
}

.user-header {
    height: 80px !important;
    background-color: #222d32 !important;
}

    .user-header p {
        text-transform: capitalize !important;
    }

[data-table] > thead {
    background: #dddede;
}

.description-text {
    text-transform: capitalize !important;
    font-size: 13px;
}

/*@media screen and (min-width: 1210px) {
    .autocompleter-focus {
        left: 32.3%;
    }
}*/

.mar-left {
    margin-left: 10px;
}

.search-filter {
    background-color: transparent;
    color: #000000;
    height: auto;
    width: 100%;
    font-family: "metropolis-semibold", sans-serif;
    font-size: 6rem;
    line-height: 1.5;
    border: none;
    /*border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;*/
    max-width: 680px;
    padding-top: .6rem !important;
    padding-bottom: .6rem !important;
    margin: 0 auto;
}


#tool {
    width: 100%;
    display: block;
}

#map_canvas {
    height: 500px;
    width: 100%;
    margin-right: 10px;
    padding: 0px;
}

#info {
    /*width: 100%;
    height: 270px;
    overflow: scroll;*/
    /*display: none;*/
    color: white;
    font-size: 10px !important;
}

.no-m-b {
    margin-bottom: 0 !important;
}

.no-m-t {
    margin-top: 0 !important;
}

.hamburger-icon {
    width: 6.5rem;
    height: 6.5rem;
    margin-right: 1rem;
}

.request-access-form-ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
    list-style:none;
}
* {
    box-sizing: border-box;
}

.img-zoom-container {
    position: relative;
}

.img-zoom-lens {
    position: absolute;
    border: 1px solid #d4d4d4;
    /*set the size of the lens:*/
    width: 40px;
    height: 40px;
}

.img-zoom-result {
    border: 1px solid #d4d4d4;
    /*set the size of the result div:*/
    width: 300px;
    height: 300px;
}
.requiredAccess::after {
    content: "*";
    font-weight: bold;
    color: red;
    margin-left: 0.2rem;
}
.compulsoryFields{
    color:red;
    font-weight:bold;
}

#containerLivingCollection {
    margin: 0 auto;
    display: flex;
    width: 95%;
    border:1px solid red;
}

@media(max-width: 600px) {
    #containerLivingCollection {
        flex-direction: column;
    }
}