* {
    font-family: 'Montserrat', sans-serif;
}

.absolute {
    position: absolute;
}

.relative {
    position: relative;
}


input[type="search"]::-webkit-search-cancel-button {

    /* Remove default */
    -webkit-appearance: none;
  
    /* Now your own custom styles */
     height: 14px;
     width: 14px;
     display: block;
     background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAAn0lEQVR42u3UMQrDMBBEUZ9WfQqDmm22EaTyjRMHAlM5K+Y7lb0wnUZPIKHlnutOa+25Z4D++MRBX98MD1V/trSppLKHqj9TTBWKcoUqffbUcbBBEhTjBOV4ja4l4OIAZThEOV6jHO8ARXD+gPPvKMABinGOrnu6gTNUawrcQKNCAQ7QeTxORzle3+sDfjJpPCqhJh7GixZq4rHcc9l5A9qZ+WeBhgEuAAAAAElFTkSuQmCC);
    /* setup all the background tweaks for our custom icon */
    background-repeat: no-repeat;
  
    /* icon size */
    background-size: 14px;

}

.right {
    right: 0;
}

.left {
    left: 0;
}

.down {
    bottom: 0;
}

.gpt-chat {
    margin-right: 8px;
    margin-bottom: 32px;
}

.element {
    z-index: 1001;
    width: 44px;
    height: 44px;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #EBEBEB;
    box-shadow: 0 1px 2px rgb(0 0 0 / 10%);
    cursor: pointer;
    margin-bottom: 12px;
    text-align: center;
    transition: .7s;
}

@media only screen and (max-width: 991px) {
    .element {
        width: 52px;
        height: 52px;
    }
}

.element:hover {
    background-color: #ffffffc0;
}

.element:active {
    background-color: #EBEBEB;
}

.element > i {
    position: relative;
    top: 45%;
    transform: translateY(-55%);
}

.zoom-controls {
    position: absolute;
    z-index: 1001;
    margin-left: 8px;
    margin-top: 16px;
    top:60px;

}

.level-controls {
    position: absolute;
    z-index: 1001;
    margin-right: 8px;
    margin-top: 16px;
    top: 60px;
}

.level-controls .level {
    height: 46px;
    width: 46px;
    background-color: rgba(0, 0, 0, 0.3);
    text-align: center;
    vertical-align: middle;
    line-height: 46px;
    cursor: pointer;
    color: #fff;
}

.level-controls .level:hover {
    background-color: rgba(72, 201, 206, 0.3);
}

.level-controls .level.active {
    background-color: rgba(72, 201, 206, 1);
}

.blue {
    color: rgba(72, 201, 206, 1);
}

.navbar {
    position: relative;
    padding: 8px 16px;
    height: 58px;
    background: linear-gradient(to right, #01c8e2, #7cc9bf);
    color: #fff;
    vertical-align: middle;
}

.btn-blue {
    background: linear-gradient(to right, #01c8e2, #7cc9bf);
    border: none !important;
    width: 100%;
}

.list-input {
    position: absolute;
    z-index: 1005;
    background-color: #fff;
    width: calc(100% - 26px);
    height: 300px;
    overflow-x: none;
    overflow-y: auto;
    top: 40px;
    border: 1px solid #EBEBEB;
    right: 0;
}

.navbar .info {
    display: inline-block;
    width: 100%;
    cursor: pointer;
}

.navbar .title {
    font-size: 16px;
    font-weight: 600;
    width: 85%;
}

.navbar .description {
    font-size: 12px;
}

a.without-styles {
    color: white;
    text-decoration: none;
    display: block;
    width: 100%;;
}

.navbar .search {
    display: inline-block;
    font-size: 28px;
    position: absolute;
    right: 10px;
    cursor: pointer;
    margin-top: 4px;
    width: 40px;
    text-align: center;
}

.container-search {
    position: absolute;
    height: 100vh;
    top: 0;
    z-index: 1002;
    background: #fff;
    width: 100%;
    display: none;
}

.container-search > * {
    display: none;
}

.container-search .navbar-search {
    position: relative;
    border-bottom: 1px solid #EBEBEB;
    height: 58px;
}

.container-search input {
    border: none;
    outline: none;
    box-shadow:none !important;
    height: 56px;
    padding-left: 16px;
}

input.custom {
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
    border-bottom: 1px solid #EBEBEB !important;
    border-radius: 0 !important;
}

.icon-input {
    position: relative;
    margin-right: 16px;
}

.icon-input > * {
    transform: translateY(50%);
}

#close-search {
    position: absolute;
    font-size: 28px;
    right: 12px;
    z-index: 1003;
    top: 8px;
    color: #666;
    cursor: pointer;
    height: 90%;
    width: 40px;
    text-align: center;
}

#chat {
    position: absolute;
    bottom: 0;
    right: 0;
    margin-bottom: 48px;
}

.search-results {
    height: calc(100vh - 60px);
    overflow-y: auto;
    overflow-x: hidden;
}

.search-results > .result,
.search-result {
    width: 100%;
    height: 60px;
    color: #333;
    padding: 0 16px;
    border-bottom: 1px solid #EBEBEB;
    cursor: pointer;
    transition: 0.3s;
    padding-top: 8px;
}

.search-result > .place_name {
    vertical-align: middle;
}

.search-result > .color {
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 4px;
}

.search-result > .departament {
    display: block;
    width: 100%;
    color: #707070;
    font-size: 14px;
}

.search-results > .result:hover,
.search-result:hover {
    background: #EBEBEB;
}

.group-buttons {
    position: absolute;
    bottom: 0;
    z-index: 1001;
    width: 100%;
}

.graphs {
    position: relative;
    display: inline-block;
    width: 50%;
    color: white;
    background-color: #01c8e2;
    transition: .7s;
    cursor: pointer;
    text-align: center;
    padding: 18px 0;
    height: 60px;
    vertical-align: middle;
}

.graphs a {
    position: relative;
    color: white;
    text-decoration: none;
}

.graphs i {
    position: absolute;
    left: -32px;
    top: -4px;
    font-size: 24px;
}

.navigation {
    position: relative;
    display: inline-block;
    width: 50%;
    color: white;
    background-color: #1468ba;
    transition: .7s;
    cursor: pointer;
    text-align: center;
    padding: 18px 0;
    height: 60px;
    vertical-align: middle;
}

.navigation img {
    width: 28px;
    height: 28px;
    margin-right: 4px;
}

.navigation:hover {
    background-color: #1476d6;
}

.navigation:focus {
    background-color: #1f6bb8b0;
}

.choice {
    cursor: pointer;
    transition: 0.7s;
    padding: 16px;
}

.choice:hover img, .choice:focus img {
    transform: scale(1.1);
}

.choice img {
    width: 100%;
    object-fit: contain;
    height: 200px;
    text-align: center;
    transition: transform .5s ease;
}

@media only screen and (max-width: 991px) {
    .choice img {
        height: 120px;
    }
}

.choice .card-body {
    text-align: center;
}

span.choice-text {
    display: inline-block;
    margin-top: 24px;
    font-size: 24px;
    font-weight: 500;
}

.card-departament {
    display: none;
    position: absolute;
    border-radius: 32px;
    padding: 16px 16px;
    bottom: 74px;
    left: 0; right: 0;
    margin: auto 8px;
    width: auto;

    z-index: 1000000;
    background-color: #6e6e70;
    text-align: center;
}

.card-departament > span {
    font-weight: 600;
    color: #fff;
}

.navigataion-choice-type {
    display: inline-block;
    white-space: nowrap;
    height: 54px;
    width: 50%;
    background-color: #ebebeb;
    border-top: 1px solid #0bc3dc;
    text-align: center;
    padding-top: 14px;
    color: #333;
    font-weight: 500;
    cursor: pointer;
    transition: 0.4s linear;
}

.navigataion-choice-type.active {
    background-color: #1468ba;
    color: #fff;
}

.navigataion-choice-type.active:hover, .navigataion-choice-type.active:focus {
    background-color: #0e5caa;
    color: #fff;
}

.navigataion-choice-type:hover, .navigataion-choice-type:focus {
    background-color: #0e5caa;
    color: #fff;
}

#map {
    position: relative;
    /* top: 110px !important; */
}

.icon {
    display: inline-block;
}

.icon > img {
    width: 40px;
}

.without-styles.with-icon {
    width: calc(100% - 55px);
}

#close-hospitals {
    position: absolute;
    font-size: 28px;
    right: 12px;
    z-index: 1003;
    top: 8px;
    color: #666;
    cursor: pointer;
    height: 90%;
    width: 40px;
    text-align: center;
}

.container-hospitals > .hospitals {
    height: calc(100vh - 60px);
    overflow-y: auto;
    overflow-x: hidden;
}

.container-hospitals > .hospitals > .hospital {
    width: 100%;
    height: 60px;
    color: #333;
    padding: 0 16px;
    border-bottom: 1px solid #EBEBEB;
    cursor: pointer;
    transition: 0.3s;
    padding-top: 8px;
}

.hospitals > .hospital:hover {
    background: #EBEBEB;
}

.container-hospitals {
    position: absolute;
    height: 100vh;
    top: 0;
    z-index: 1002;
    background: #fff;
    width: 100%;
    display: none;
}

.container-hospitals > * {
    display: none;
}

.container-hospitals .navbar-hospitals {
    position: relative;
    border-bottom: 1px solid #EBEBEB;
    height: 58px;
}

.container-hospitals > .hospitals > a {
    display: inline-block;
    width: 100%;
    color: #333;
    padding: 0 16px;
    border-bottom: 1px solid #EBEBEB;
    cursor: pointer;
    transition: 0.3s;
    padding-top: 16px;
    padding-bottom: 16px;
    vertical-align: middle;
    text-decoration: none;
}

.container-hospitals > .hospitals > a:hover,
.container-hospitals > .hospitals > a:focus {
    background-color: #EBEBEB;
}

.container-hospitals > .hospitals > a.active {
    background-color: #0bc3dc;
    color: #fff;
}

.blue-card {
    border-radius: 0.4rem;
    background: #09508B;
    color: #FFF;
    padding: 1rem 1rem 0.8rem 1rem;
    margin-top: 0.5rem;
    font-weight: 600;
}

.bold-td td {
    font-weight: 600;
    font-size: 15px;
    padding: 8px 6px;
}

.bold-td a {
    text-decoration: none !important;
}

.doctors div {
    margin: 0.5rem 0;
    font-size: 1.2rem;
    font-weight: 600;
}