/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* start code */
body {
    font-family: 'Poppins', sans-serif;
    text-decoration: none;
}

h1 {
    font-size: 36px;
    color: #000000;
    line-height: 44px;
    padding-bottom: 20px;
}

h2 {
    font-size: 22px;
    color: #FBFBFB;
}

.hawaii-h {
    font-weight: 600;
}

.container {
    /* height: 100vh; */
    width: 100%;
    display: flex;
    flex-direction: column;
    align-content: center;
    padding: 20px;
    box-sizing: border-box;
    margin: auto;
    text-decoration: none;
    padding-top: 70px;

}

.container a {
    text-decoration: none;
}

.card {
    border-radius: 10pt 10pt;
    width: 100%;
    height: 113px;
    display: flex;
    text-decoration: none;
}

h2 {
    color: #FBFBFB;
    font-weight: 300;
    text-decoration: none;
    /* margin: auto; */
}


.card1 {
    background-color: black;
    display: flex;
    text-align: left;
    justify-content: flex-start;
    padding: 30px;
    box-sizing: border-box;
    align-items: center;
    text-decoration: none;

    /* align-content: center; */
    /* margin: auto; */
}

.arrow {
    margin-left: auto;
}

h3 {
    font-size: 18px;
    color: #2A2A2A;
    font-weight: 400;
    margin-top: 25px;
    margin-left: 30px;
}

.row-cards {
    display: flex;
}

.card2-1 {
    margin-right: 15px;
}

.card2 {
    width: 50%;
    margin-top: 15px;
    background-color: #EFEFEF;
    display: flex;
    flex-direction: column;
    height: 113px;
}

.small-img {
    width: 156px;
    max-width: 100%;
    display: flex;
    align-self: flex-end;

}

.card-plane {
    background-image: url("./images/plane-bg.svg");
    background-repeat: no-repeat;
    background-position: center;
}

.card-house {
    background-image: url("./images/house-bg.svg");
    background-repeat: no-repeat;
    background-position: center;
}

.card-vax {
    background-image: url("./images/card-bg.svg");
    background-repeat: no-repeat;
    background-position: center;
}

.linny-bg {
    background-image: url("./images/linny-bg.svg");
    background-repeat: no-repeat;
    background-position: top 20px left -30px;

}

.johnson-bg {
    background-image: url("./images/johnson-bg.svg");
    background-repeat: no-repeat;
    background-position: top 20px left -30px;
}

.sushi-bg {
    background-image: url("./images/sushi-bg.svg");
    background-repeat: no-repeat;
    background-position: top 0px left -30px;
}

.plane {
    padding-top: 15px;

}

.card3 {
    width: 100%;
    background-color: #EFEFEF;
    margin-top: 15px;
    padding-right: 35px;
    box-sizing: border-box;
}

.sushi {
    margin-left: auto;
    width: 30%;
}

.vac {
    color: #FBFBFB;
}

.card4 {
    background-color: #234563;
    margin-top: 15px;
    height: 176px;
    display: flex;
    flex-direction: column;
    margin-bottom: 100px;
}

.card-img {
    padding-top: 20px;
    display: flex;
    width: 335px;
}

/* menu */

.menu {
    display: flex;
    width: 100%;
    box-sizing: border-box;
    background-color: black;
    position: fixed;
    bottom: 0;
    height: 81px;
    z-index: 1000;
}

.selected {
    background-color: #111111;
}

.box {
    width: 25%;
    display: flex;
    flex-direction: column;
    color: #FBFBFB;
    text-decoration: none;
    font-size: 11px;
    height: 81px;
    text-align: center;
}

.box-cont {
    margin: auto;
    display: flex;
    flex-direction: column;
    text-align: center;
    font-weight: 300;
    height: 50px;
}

.icons {
    width: 20px;
    margin: auto;
    padding-bottom: 7px;
}

.vax-icon {
    width: 28px;
}

.reserve-icon {
    width: 17px;
}

.bike-icon {
    width: 26px;
}

/* vaccine card */

.vaccine-card {
    background-color: #EFEFEF;
    flex-direction: column;
    height: auto
}

.vaccine-h2 {
    color: #2A2A2A;
    font-weight: 400;
    margin-right: auto;
}

.covid-card {
    width: 100%;
}

.vax-card2 {
    margin-top: 15px;
}

.cardperson {
    height: 194px;
}

.people {
    padding-top: 24px;
}

.reserve2 {
    background-color: #234563;
}

.res3 {
    color: #EFEFEF;
    font-weight: 300;
}

.dark {
    background-color: black;
    opacity: 70%;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 1008;
}

.modal-content {
    background-color: white;
    padding: 20px;
    position: fixed;
    z-index: 1081;
    margin: 30px;
    border-radius: 10pt 10pt;
}

.vax-details {
    text-decoration: none !important;
}

.vax-p {
    margin-top: 6px;
}

.vax-cont-details {
    margin-top: 15px;
}

/* schedule */

.dropbtn {
    width: 100%;
    height: 72px;
    border-radius: 10pt 10pt;
    border: none;
    font-size: 18px;
    color: #2A2A2A;
    margin-right: auto;
    display: flex;
    padding: 30px;
    display: flex;
    align-items: center;
    background-color: white;
    border: 1px solid #b6b6b6;
}

.choosemodal {
    background-color: white;
    padding: 20px;
    position: fixed;
    z-index: 1006;
    /* margin: 30px; */
    border-radius: 10pt 10pt;
    box-sizing: border-box;
}

.choosecont {
    display: flex;
    align-content: center;
    width: 100vw;
    height: 100%;
    background-color: none;

}

.dark2 {
    background-color: black;
    opacity: 70%;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 1005;
}

.choosemodal {
    position: fixed;
    z-index: 1006;
    background-color: white;
    margin: auto;
    padding: 30px;
    padding-top: 40px;
    width: 100%;
    box-sizing: border-box;
    bottom: 0;
    border-radius: 10pt 10pt 0 0;
}

.choose-title {
    color: #2A2A2A;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}

.select-date {
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid #F5F5F5;

}

.select-date img {
    padding-right: 15px;
    width: 15px;
}


.dropdown-content {
    display: flex;
    flex-direction: column;
}

.dropdown-cont {
    width: 100%;
    padding: 20px 30px;
    text-decoration: none;
    color: #2A2A2A;
    font-size: 18px;
    background-color: #EFEFEF;
    box-sizing: border-box;
}

.drop-top {
    border-radius: 10pt 10pt 0 0;
    margin-top: 5px;
    padding-top: 35px;
}

.drop-bot {
    border-radius: 0 0 10pt 10pt;
    padding-bottom: 35px;
}

.display-none {
    display: none;
}

.sch-cont {
    background-color: #EFEFEF;
    width: 100%;
    padding: 20px 0;
    box-sizing: border-box;
}

.gm-style {
    display: none !important;
}

.sch-card {
    width: 100%;
    box-sizing: border-box;
    padding: 20px;
    background-color: white;
    margin-bottom: 15px;
}

.sch-img {
    width: 100%;
    object-fit: cover;
    height: 219px;
    border-radius: 10pt 10pt;
}

.title {
    font-size: 18px;
    color: #2A2A2A;
    font-weight: 600;
    padding-top: 20px;
    padding-bottom: 10px;
}

.address {
    color: #2A2A2A;
    text-decoration: underline;
    font-size: 14px;
}

.time {
    padding-top: 18px;
    display: flex;
}

.time-cont {
    margin-right: 25px;
    font-size: 14px;
}

.time-bold {
    font-weight: 600;
}

.bottom {
    height: 100px;
}

.phone-cont {
    height: 62px;
    background-color: white;
    color: #000000;
    width: 100%;
    margin-top: 20px;
    text-decoration: none;
}

.phone {
    margin-top: 30px;
    height: 62px;
    background-color: white;
    color: #000000;
    width: 100%;
    border-radius: 8pt 8pt;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #d4d4d4;
}

.phone img {
    padding-right: 15px;
    width: 20px;
    color: #000000;
}

/* flights */
.flights-card {
    display: flex;
    color: #2A2A2A;
    padding: 30px;
    height: auto;
}

.flighth3 {
    margin: 0;
}

.flight-number {
    font-size: 45px;
    margin-top: 5px;
    font-weight: 600;
}

.flight-details {
    margin-left: auto;
    line-height: 24px;
}

.airport {
    font-weight: 600;
    margin-bottom: 15px;
}

.act-image {
    background-color: white;
    width: 100%;
    height: 100%;
}

/* airbnb */
.airbnb-h1 {
    padding-bottom: 0;
}

.airbnb-time-cont {
    flex-direction: column;
    justify-content: left;
    padding-top: 20px;
}

.airbnb-time {
    display: flex;
    justify-content: left;
    margin-bottom: 10px;
}

.airbnb-time img {
    padding-right: 10px;
}

.airbnb-bold {
    padding-right: 10px;
}

/* reservations */

.res6 {
    padding-bottom: 0;
}

.res-date {
    background-color: white;
    padding: 0 20px;
    padding-top: 20px;
}

/* Notes */

.notes-container {
    padding: 30px 20px;
    background-color: #e3e3e3;
}

.chat-area {
    height: 100%;
    margin-bottom: 60px;
}

.chat {
    display: flex;
    margin-bottom: 20px;
    width: 100%;
}


.avatar {
    width: 50px;
    height: 50px;
    margin-right: 10px;
}

.avatar2 {
    margin-right: 0;
    margin-left: 10px;
}

.msg-area {}

.msg {
    font-size: 14px;
    padding: 15px 30px 15px 20px;
    background-color: rgb(242, 242, 242);
    color: black;
    display: flex;
    align-items: center;
    border-radius: 0 20px 20px 20px;
    margin-bottom: 3px;
    line-height: 20px;
    font-weight: 300;

}

.notes-header {
    padding-top: 20px;
    position: fixed;
    background-color: white;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.avatar-cont {
    display: flex;
    justify-content: end;
}

.notes-h1 {
    width: 50%;
}

.notes-h {
    font-size: 18px;
    width: auto;
}

.us-avatars {
    width: 100px;
    height: 35.51px;
}

/* schedule 2 */
.new-container {
    padding-top: 20px;
    position: fixed;
    z-index: 300;
    width: 100%;
    background-color: #AAC0F6;
}

.map {
    position: fixed;
    z-index: -100;
    top: -200px
}

.dropbtn2 {
    height: 35px;
    border: none;
    border-radius: 5pt 5pt;
    /* position: relative;
    z-index: 800; */
    border: 1px solid #d4d4d4;
}

.day {
    font-weight: 600;
}

.new-text-btn {
    font-size: 14px;
}

.sch-cont2 {
    position: relative;
    z-index: 200;
    top: 300px;
    padding-top: 0;

}

.top-of-sch {
    position: relative;
    z-index: 200;
    top: 300px;
    height: 25px;
    width: 100%;
    background-color: white;
    border-radius: 20pt 20pt 0 0;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.sch-yelp {
    display: flex;
    box-sizing: border-box;
}


.sch-img2 {
    margin-right: 0;
}

/* activities */
.act-container {
    padding-top: 70px;
    background-color: #f7f7f7;
}

.act-image-cont {
    width: 100%;
}

.act-image img {
    width: 100%;
    height: 150px;
    object-fit: cover;
}

.act-image {
    width: 100%;
    margin-bottom: 15px;
}

.act-card {
    flex-direction: column;
    padding: 20px;
    background-color: white;
    /* background-color: rgb(242, 242, 242); */
    /* border: solid 1px rgb(221, 221, 221); */
    text-align: center;
}

.act-details {
    width: 100%;
    text-decoration: underline;
    text-align: center;
}

.act-title {
    margin-bottom: 10px;
    text-decoration: underline;
    color: black;
    font-size: 18px;
}

.act-title a {
    color: black;
    text-decoration: underline;
}

.address {
    text-align: center;
}

.btn-dir {
    text-align: center;
    width: 100%;
    margin-top: 10px;
    padding: 10px;
    background-color: white;
    border: 1px solid #d4d4d4;
    border-radius: 6px;
    color: black;
}

.details-loc {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
}

.direc-btn {
    background-color: rgb(26, 26, 26);
    color: rgb(255, 255, 255);
    padding: 10px 20px;
    border: 1px solid #d4d4d4;
    border-radius: 6px;
    width: 100%;
}

.loc {
    font-size: 14px;
    color: black;
}

.address {
    text-decoration: underline;
    display: flex;
    flex-direction: row;
    width: 100%;
}

.tabs {
    width: 100%;
    display: flex;
    flex-direction: row;
    overflow-x: visible;
    border-bottom: #ececec 1px solid;
    position: fixed;
    padding: 15px 20px;
    background-color: white;
    /* box-shadow: 1px 4px 4px #e8e8e8; */
}

.tab-list {
    width: auto;
    margin-right: 4px;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 13px;
    background-color: #F5F5F5;
}

.tab-select {
    background-color: #000000;
    color: white;
}

.h2-side {
    margin-left: 0px;
    font-weight: 600;
    margin-bottom: 10px;
    padding: 15px 20px;
    background-color: black;
    color: white;
    border-radius: 4pt 4pt 0 0;
    font-size: 16px;
    font-weight: 500;
}

.spacer {
    margin-top: 30px;
}

/* Restaurants */

.rest-cont {
    padding: 20px;
    border-radius: 10pt 10pt;
    margin-top: 15px;
    background-color: white;
    /* border: solid 1px rgb(221, 221, 221); */
}

.rest-image {
    margin-bottom: 0;
    display: flex;
    flex-direction: row;
    align-items: center;

}

.rest-image img {
    width: 100px;
    height: 70px;
    margin-right: 15px;
    object-fit: cover;
    pointer-events: none;
    user-select: none;
}

.rest-image a {
    color: black;
    text-decoration: underline;
}


/* reservations */
.res-details {
    margin-left: 0;
}

.reser-title {
    margin: 0;
    font-size: 22px;
    /* text-align: center; */
    margin-bottom: 20px;
    margin-top: 5px;
}

.reser-det {
    text-decoration: none !important;
    margin-bottom: 25px;
    color: black;
    margin-top: 10px;
}

.res-add {
    text-decoration: underline;
}

.the-map {
    width: 100%;
    height: 400px;
    display: block;
    display: flex;
    justify-content: center;
    align-items: center;
    /* padding-top: 60px; */
    position: fixed;
    z-index: 1;
}

.map-image {
    object-fit: cover;
    width: 100%;
}

.new-act-cont {
    padding-top: 20px;
    position: relative;
    z-index: 200;
    top: 360px;
    border-radius: 10pt 10pt 0 0;
}

.place-card {
    display: none;
}

.place-card-large {
    display: none;
}

.drag-bar-cont {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.drag-bar {
    width:40px;
    height: 4px;
    background-color: #c5c5c5;
    border-radius: 10pt;
}

/* flight2 */

.flights2 {
    text-decoration: none;
}

.flight2-details {
    text-decoration: none;
}

.flights-title2 {
    text-decoration: none;
}

.flight-image2 img {
    width: 80px;
    height: 80px;
    margin-top: 20px;
}

.sec-image-fl {
    margin-left: -20px;
}

.flight-sm-img img {
    height: 50px;
    width: 50px;
}

.bottom-spacer2 {
    margin-bottom: 100px;
}