* {
    margin: 0;
    padding: 0;
    outline: none;
}

a,
a:hover,
a:active a:focus {
    color: #212121;
    text-decoration: none;
    outline: 0;
    cursor: pointer;
}

button,
input {
    outline: none;
    box-shadow: none;
}

img {
    max-width: 100%;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin: 0;
}

p,
label {
    margin: 0;
}

body {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #212121;
    background-color: #f9f9f9;
}

.form-control {
    border: 1px solid #EBEDEF;
    color: #212121;
    height: 32px;
    border-radius: 4px;
    padding: 0 8px;
}

.btn-primary,
.btn-primary:hover {
    color: #fff;
    background-color: #359F83;
    border-color: #359F83;
}

.btn-secondary,
.btn-secondary:hover {
    color: #212121;
    background-color: transparent;
    border-color: transparent;
}

.material-icons {
    font-size: 20px;
}

.green {
    color: #1DAB1D;
}

.grey {
    color: #6D758D;
}

.trip-details-item.walk-bdr:after {
    border: 2px dashed #007BBE;
    left: 0;
}

.trip-details-item.bus-bdr:after {
    width: 8px;
    background-color: #FEC44E;
    border: 2px solid #EBB445;
}

/* Header */

.header {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 2;
    max-height: 56px;
    background-color: #fff;
    padding: 16px;
    display: flex;
    justify-content: space-between;
    box-shadow: 0 2px 4px rgb(0 0 0 / 16%);
}

.hd-lft {
    display: flex;
    align-items: center;
    gap: 8px;
}

.logo-sec {
    display: flex;
    align-items: center;
    column-gap: 8px;
}

.logo-sec h1 {
    display: flex;
    flex-direction: column;
}

.logo-sec h1>img {
    width: 100px;
}

.logo-sec span {
    font-size: 16px;
}

.logo-sec-back {
    display: none;
}

.logo-sec h1 p {
    font-size: 14px;
}

.hd-rht {
    display: flex;
    align-items: center;
    gap: 16px;
}

.hd-call {
    display: flex;
    align-items: center;
    gap: 4px;
    border: 1px solid #ddd;
    padding: 4px;
    border-radius: 4px;
}

.hd-call span {
    color: #212121;
}

.hd-lang {
    display: flex;
    gap: 4px;
    border: 1px solid #ddd;
    padding: 4px;
    border-radius: 4px;
}

.hd-lang select {
    border: 0;
    background-color: transparent;
}

.hd-search-sec {
    display: flex;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.hd-search-sec select {
    border: 0;
    background-color: transparent;
    width: 180px;
    padding: 0 4px;
}

.hd-search-sec select:first-child {
    border-right: 1px solid #ddd;
}

.hd-search-sec .hd-search-btn {
    background: #339E82;
    border: 0;
    color: #fff;
    padding: 8px 8px;
    display: flex;
    margin: -1px;
    border-radius: 0 4px 4px 0;
}




/* Content Section */

.content-sec {
    position: fixed;
    z-index: 1;
    width: 360px;
    height: calc(100vh - 56px);
    top: 56px;
    left: 0;
    background-color: #FAFAFA;
    box-shadow: 2px 0 4px rgb(0 0 0 / 16%);
    overflow: auto
}

.spcl-eloc-head {
    display: none;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
}

.poi-top-arrow {
    background: #efefef;
    width: 48px;
    height: 4px;
    border-radius: 30px;
}

.kumbh-mela-title {
    background-color: #fff;
    border-bottom: 1px solid #EBEDEF;
}

.kumbh-mela-title a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px;
}

.kumbh-mela-title a i {
    border: 1px solid #ddd;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #757575;
    font-size: 24px;
}

.kumbh-mela-title a h2 {
    font-size: 16px;
}

.user-input-sec {
    position: relative;
    padding: 16px;
}

.user-input-sec h3 {
    font-size: 16px;
    margin-bottom: 12px;
}

.user-input-sec h3 .badge {
    background-color: #CCE5FF;
    border: 1px solid #B8DAFF;
    color: #004085;
}

.kumbh-exp-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.kumbh-exp-list li {
    width: 31.5%;
    text-align: center;
}

.kumbh-exp-img {
    height: 96px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    margin-bottom: 8px;
}

.kumbh-exp-img img {
    height: 48px;
}

.kumbh-res-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.kumbh-res-list li a,
.kumbh-res-emer {
    display: flex;
    gap: 16px;
    padding: 12px;
    background-color: #fff;
    border: 1px solid #EBEDEF;
    border-radius: 4px;
}

.kumbh-res-lt {
    display: flex;
    flex-direction: column;
    gap: 4px;
    width: 100%;
}

.kumbh-res-lt .kumbh-res-dis {
    display: flex;
    justify-content: space-between;
}

.kumbh-res-lt .kumbh-res-dis h4 {
    font-size: 14px;
}

.kumbh-res-lt .kumbh-res-dis span {
    font-size: 12px;
    color: #212121;
}

.kumbh-res-lt p {
    font-size: 12px;
    color: #757575;
}

.kumbh-res-eloc {
    display: flex;
    align-items: center;
    gap: 4px;
}

.kumbh-res-eloc i {
    rotate: 145deg;
}


.kumbh-res-eloc span {
    color: #007BBE;
    text-decoration: underline;
}

.kumbh-res-rt {
    width: 72px;
    border: 1px solid #EBEDEF;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
    display: none;
}

.kumbh-res-rt .kumbh-res-dis {
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: rgb(33 33 33 / 50%);
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 12px;
}

.kumbh-res-rt>img {
    width: 100%;
}

.kumbh-lost-found-item {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.kumbh-l-f-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.kumbh-l-f-username img {
    width: 32px;
}

.kumbh-l-f-username h5 {
    font-size: 18px;
}

.kumbh-l-f-title .dropdown-toggle {
    padding: 0;
    background-color: transparent;
    cursor: pointer;
    width: 24px;
    height: 24px;
}

.kumbh-l-f-title .dropdown-menu a {
    display: block;
    padding: 4px 8px;
}

.kumbh-l-f-report,
.kumbh-l-f-act .btn-primary,
.kumbh-l-f-username {
    display: flex;
    align-items: center;
    gap: 8px;
}

.kumbh-l-f-report {
    gap: 4px;
}

.kumbh-l-f-report i {
    font-size: 16px;
    font-weight: 500;
    color: #757575;
}

.kumbh-l-f-report a {
    color: #339E82;
}

.kumbh-l-f-date,
.kumbh-l-f-like {
    color: #757575;
}

.kumbh-res-desc {
    color: #757575;
    font-size: 16px;
}

.kumbh-l-f-like,
.kumbh-l-f-act {
    display: flex;
    align-items: center;
    gap: 16px;
}

.kumbh-l-f-like {
    margin: 8px 0;
}

.kumbh-l-f-act .btn-primary i {
    color: #339E82;
}

.kumbh-lost-found-comment {
    margin-left: 40px;
    margin-top: 16px;
}

.kumbh-res-lt.kumbh-res-emer-lt p {
    font-size: 16px;
    color: #212121;
    font-weight: 600;
}

.kumbh-res-emer {
    justify-content: space-between;
}

.kumbh-res-emer .btn-primary {
    width: 36px;
    height: 36px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.user-input-sec.important-dates-sec {
    border-top: 1px solid #ddd;
}

.user-input-sec.important-dates-sec .kumbh-res-lt {
    width: calc(100% - 72px);
}

.user-input-sec.important-dates-sec .kumbh-res-lt h4 {
    font-size: 14px;
}

.user-input-sec.important-dates-sec .kumbh-res-rt {
    height: 72px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.user-input-sec.important-dates-sec .kumbh-res-rt h5 {
    font-size: 20px;
    font-weight: 700;
    color: #339E82;
}

.user-input-sec.important-dates-sec .kumbh-res-rt h6 {
    font-size: 14px;
    font-weight: 600;
    color: #339E82;
}

.user-input-sec.important-dates-sec .kumbh-res-rt p {
    font-size: 14px;
    color: #212121;
}

.map-control {
    right: 16px !important;
}

.map-control .expand-map-control {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    border-radius: 24px;
}

.map-control .expand-map-control > li {
    margin: 0px !important;
}

.map-control .expand-map-control > li > a {
    height: 36px !important;
    box-shadow: none !important;
}

.map-control .expand-map-control > li:hover > a {
    background-color: #f3f3f3 !important;
}

.expand-map-control > :first-child a {
    border-radius: 24px 24px 0 0 !important;
    border-bottom: 1px solid #efefef;
}

.expand-map-control > :last-child a {
    border-radius: 0 0 24px 24px !important;
}

/* Map Section */

.map-sec {
    padding-top: 56px;
    margin-left: 360px;
    position: relative;
}

.map-sec-item {
    width: 100%;
    height: calc(100vh - 56px);
}

.map-sec h2 {
    align-items: center;
    display: flex;
    justify-content: center;
    height: 100%;
    opacity: .1;
    margin: 0;
}

.map-sec .btn-cl {
    position: absolute;
    top: calc(50% - 60px);
    right: 16px;
    z-index: 1;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);

}

.map-sec .btn-cl.active {
    color: #fff;
    background-color: #339E82;
}

@media screen and (max-width:768px) {

    .logo-sec h1>img {
        width: 80px;
    }
    
    .map-sec .btn-cl {
        top: calc(50% - 60px);
    }

    .map-control {
        top: calc(50% + 20px) !important;
    }

    .logo-sec-back {
        border: 1px solid #ddd;
        border-radius: 50%;
        width: 32px;
        height: 32px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #757575;
        font-size: 24px;
    }

    .logo-sec h1 p {
        font-size: 14px;
        display: block;
    }

    .hd-search-sec {
        position: fixed;
        width: calc(100% - 16px);
        left: 8px;
        top: 64px;
        box-shadow: 0 0 5px rgb(0 0 0 / 20%);
        background-color: #fff;
    }

    .hd-call {
        border: 1px solid #ddd;
        border-radius: 50%;
        width: 32px;
        height: 32px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #212121;
        font-size: 20px;
    }

    .hd-call span,
    .user-input-sec h3,
    .kumbh-mela-title {
        display: none;
    }

    .content-sec {
        width: 100%;
        height: 100vh !important;
        overflow-y: auto !important;
        max-height: none;
        position: inherit;
    }

    .spcl-eloc-head {
        display: flex;
    }

    /* .kumbh-res-list {
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        flex-direction: row;
        flex-wrap: nowrap;
        overflow-x: auto;
        padding: 8px;
        z-index: 1;
    } */

    /* .kumbh-res-lt {
        width: calc(44vh - 72px);
    } */

    .map-sec {
        padding-top: 0;
        margin-left: 0;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
    }

    .map-sec-item {
        height: 100%;
    }

    .content-sec.kumbh-home-sec .user-input-sec {
        height: auto;
        padding-bottom: 120px;
        top: calc(100vh - 210px);
        position: relative;
        z-index: 1;
        border-radius: 16px 16px 0 0;
        background-color: #fff;
        box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.23);
    }

    .content-sec.kumbh-home-sec .user-input-sec.important-dates-sec {
        border-radius: 0;
        box-shadow: none;
        margin-top: -120px;
    }

    .user-input-sec.important-dates-sec .kumbh-res-list {
        position: relative;
        flex-direction: column;
        flex-wrap: nowrap;
        overflow-x: visible;
        padding: 0;
    }

    .user-input-sec.important-dates-sec h3 {
        display: block;
    }

}

ul {
    list-style-type: none;
}