﻿/*Style cho danh sach danh gia strong trang details*/

/***  _ReviewTemplate */
.box_review .list_img img {
    height: 50px;
    width: 50px;
    object-fit: cover;
}

.phanHoiLine {
    /*border-bottom: 1px red solid;
    margin-left: -31px;*/
    width: 40px;
    padding-top: 25px;
}

.iconAvatar {
    /*    min-width: 2.5rem;
    width: 10px;
    height: auto;*/
    min-width: 40px;
    max-width: 40px;
    min-height: 40px;
    max-height: 40px;
    object-fit: cover;
    object-position: top center;
}


/*.ten-col {
    min-width: 160px
}
*/
.thaotac-col {
    min-width: 100px;
    max-width: 100px;
}

.cs-pointer {
    cursor: pointer;
}
/*
CSS form GIS*/
#viewDiv {
    padding: 0;
    margin: 0;
    height: 100%;
    width: 100%;
}

#basemapStyles {
    width: 250px;
    padding: 10px;
}
/*
CSS form GoogleMap*/
#map {
    height: 400px;
    width: 100%;
}

.gm-style-iw-chr {
    display: none !important;
}

.imgLogo {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    border: 3px solid #cdcdcd;
}

.title {
    font-weight: bold;
    text-decoration: none;
    color: darkblue;
    max-width: 200px;
    margin-top: 10px;
    text-shadow: 2px 0 #fff, -2px 0 #fff, 0 2px #fff, 0 -2px #fff, 1px 1px #fff, -1px -1px #fff, 1px -1px #fff, -1px 1px #fff;
}

#map .gm-style-iw {
    background-color: transparent !important;
}

#map .gm-style-iw-c {
    background-color: unset !important;
    box-shadow: unset !important;
}

#map .gm-style-iw-d {
    overflow: unset !important;
    max-height: unset !important;
    max-width: 180px;
    text-align: center;
}

#map .gm-style-iw-tc {
    display: none;
}
#Location-last-item{
    color:red
}

/* To adjust the map size when in fullscreen */
.fullscreen {
    height: 100% !important;
    width: 100% !important;
    position: fixed !important;
    top: 0;
    left: 0;
    z-index: 99999999999999999;
}
/*.custom-fullscreen-control {
    background-color: white;
    border: 2px solid #fff;
    border-radius: 2px;
    cursor: pointer;
    margin: 10px;
    padding: 0 12px;
    text-align: center;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 1;
    font-size: 20px;
}*/
.custom-fullscreen-control {
    background: none rgb(255, 255, 255);
    border: 0px;
    margin: 10px;
    padding: 0px;
    text-transform: none;
    appearance: none;
    position: absolute;
    cursor: pointer;
    border-radius: 2px;
    height: 40px;
    width: 40px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
    overflow: hidden;
    top: 0 !important;
    right: 0 !important;
    z-index: 1;
    font-size: 25px;
    text-align: center;
    color: #0b0808a3;
    display: flex;
    justify-content: center;
    align-items: center;
}