body{
    font-family: "Archivo", sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
        overflow: hidden;
}

a{
    text-decoration: none;
}

.colorGray{
    color: #d9d9d9;
}

.content{
    height: 852px;
    width: 393px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    margin-top: 30px;
    overflow: hidden;
}

.semiBold{
    font-weight: 500;
}

.logo{
    margin-top: 150px;
    width: 189px;
    height: 146px;
}

.title{
    height: 58px;
    margin-top: 30px;
    width: 189px;
    height: 58px;
    font-size: 11pt;
    width: 300px;
    font-weight: 300;
    line-height: 1.3rem;
}

.login{
    width: 301px;
    height: 51px;
    border-radius: 10px;
    background-color: #506FF2;
    color: white;
    font-size: 12px;
    margin-top: 20px;
}

.signup{
    width: 297px;
    height: 47px;
    border-radius: 10px;
    background-color: white;
    border: 2px solid #506FF2;
    color: #506FF2;
    margin-top: 15px;
    font-size: 12px;
}

.centerBox{
    display: flex;
    justify-content: center;
    align-items: center;
}


.title_big{
    font-weight: 600;
    font-size: 24px;
    margin-top: 200px;
    text-align: left;
    width: 301px;
}

.subtitle{
    font-size: 16px;
    font-style: italic;
    margin-top: 7px;
    text-align: left;
    width: 301px;
}

.email, .password{
    margin-top: 37px;
    width: 301px;
    height: 51px;
    background-color: white;
    border: 2px solid #D9D9D9;
    border-radius: 10px;
    font-size: 12px;
}

.password{
    margin-top: 20px;
}

.fa-envelope, .fa-lock, .fa-user{
    font-size: 15px;
    margin-left: 11px;
    margin-right: 10px;
}

.leftBox{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.forgotPassword{
    font-size: 12px;
    text-decoration: underline;
    margin-top: 5px;
    text-align: right;
    width: 301px;
}

.newAccount{
    margin-top: 240px;
    font-size: 12px;
}

.loginSignUp{
    margin-left: 8px;
    text-decoration: underline;
    color: #d9d9d9;
}

::placeholder{
    font-size: 12px;
    font-weight: 500;
    color: #d9d9d9;
}

input{
    border: 0;
    height: 40px;
    width: 251px;
}

.imageUpload{
    margin-top: 36px;
    width: 150px;
    height: 150px;
    background-color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 2px solid #d9d9d9;
    border-radius: 10px;
    font-size: 12px;
    margin-bottom: 36px;
}

.fa-plus{
    font-size: 50px;
    font-weight: 300 !important;
    margin-bottom: 7px;
}

.grayBox{
    height: 51px;
    width: 289px;
    border-radius: 10px;
    border: 2px solid #d9d9d9;
    margin-top: 16px;
    padding-left: 12px;
}

.grayBoxS{
    height: 51px;
    width: 128px;
    border-radius: 10px;
    border: 2px solid #d9d9d9;
    margin-top: 16px;
    padding-left: 12px;
}

.gender{
    margin-right: 9.5px;
}

.rightImg{
    width: 345px;
    text-align: right;
}

.leftImage{
    width: 345px;
    text-align: left;
}

.generalInfo{
    margin-top: 40px;
}

.deviceInfo{
    margin-top: 40px;
}

.arrow{
    display: flex;
}

.arrow .rightImg{
    width: 293px;
}

.healthHistory{
    margin-top: 61px;
}

.medicalCondition{
    margin-top: 37px;
    font-size: 12px;
    width: 301px;
    text-align: left;
}

.medications, .surgeries, .allergies{
    margin-top: 30px;
    font-size: 12px;
    width: 301px;
    text-align: left;
}

.mc, .mm, .surg, .aller{
    margin-top: 6px;
}

.skip{
    font-size: 14px;
    text-decoration: underline;
}

.size{
    margin-bottom: 70px;
}

.additional{
    width: 301px;
    height: 379px;
    border-radius: 15px;
    border: 2px solid #d9d9d9;
    margin-top: 39px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.additionalBox{
    height: 55px;
    font-size: 12px;
    width: 277px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #d9d9d9;
}

.settingsMom{
    width: 301px;
    height: 230px;
    border-radius: 15px;
    border: 2px solid #d9d9d9;
    margin-top: 39px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.settingBox{
    height: 55px;
    font-size: 14px;
    width: 277px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #d9d9d9;
}

.smartCollar{
    border: 0;
}

.emergency{
    border: 0;
}

.colorGray2{
    color: #ababab;
}

.deviceImg{
    margin-top: 83px;
}

.connect{
    background-color: #506FF2;
    color: white;
    border-radius: 10px;
    font-size: 12px;
    height: 51px;
    width: 146px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.without{
    background-color:white;
    border: 2px solid #506FF2;
    border-radius: 10px;
    color: #506FF2;
    font-size: 12px;
    height: 49px;
    width: 146px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.deviceButtons{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 84px;
    margin-bottom: 100px;
}

.top{
    display: flex;
    width: 361px;
    justify-content: space-between;
    margin-top: 15px;
}

.location, .temperature{
    display: flex;
    font-size: 20px;
}

.fa-location-dot{
    color: #506FF2;
}

.sunny{
    width: 22px;
    height: 22px;
}

#loc{
    text-decoration: underline;
    text-decoration-thickness: 1.3px;
    margin-left: 4px;
    text-underline-position: under;
}

#temp{
    margin-left: 4px;
}

.petInfo{
    margin-top: 50px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

#petProfic{
    position: relative;
    background-image: url('https://placedog.net/800/640?id=177');
    width: 149px;
    height: 149px;
    background-size: cover;
    border: 10px solid #506FF2;
    border-radius: 10px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    box-shadow: 0em -2em 1em rgb(0 0 0 / 25%) inset;
}

#breed{
    position: absolute;
    padding: 0 10px;
    height: 25px;
    background-color:#506FF2;
    color: white;
    font-size: 11px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -6px;
    left: -6px;
}

#infoNA{
    font-size: 24px;
    color: white;
}

#petStatus{
    margin-left: 14px;
}

.bodyTemp, .heartRate{
    display: flex;
    flex-direction: column;
}

.title_status{
    display: flex;
    font-size: 11px;
    color: #506FF2;
    font-weight: 500;
}

#heartRateLevel, #bodyTempLevel{
    margin-left: 11px;
    height: 17px;
    padding: 0 10px;
    background-color: #50F291;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 25px;
}

.bodyTempClass, .heartRateClass{
    display: flex;
    align-items: baseline;
}

#bodyTemp{
    font-size: 46px;
    font-weight: 500;
    margin-bottom: 14px;
}

#heartRate{
    font-size: 46px;
    font-weight: 500;
}

.addinfo{
    font-size: 28px;
    font-weight: 500;
    color:#506FF2;
    margin-left: 5px;
}

.commentBox{
    margin-top: 17px;
    margin-bottom: 30px;
    width: 353px;
    height: 190px;
    background-image: url('img/speechbubble.svg');
    padding-top: 30px;
    background-repeat: no-repeat;
}

.recommandationPlace{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.title_place{
    font-size: 14px;
    font-weight: 500;
    width: 361px;
    text-align: left;
    margin-bottom: 12px;
}

.info_place{
    width: 350px !important;
    height: 129px !important;
    border-radius: 10px;
    background-color: white;
    margin-bottom: 40px;
    box-shadow: 0.1em 0.1em 0.5em rgb(0 0 0 / 10%);
}

.pagination{
    width: 60px;
    height: 11px;
    /* background-color: gray; */
    margin-bottom: 25px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.dot {
    width: 11px;
    height: auto;
    background-color: black;
    border-radius: 50px;
}

.nav{
    bottom: 0;
    position: fixed;
   width: 393px;
   height: 80px;
   display: flex;
    background-color: #F9F9F9;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    box-shadow: 0.01em -0.2em 0.3em rgb(0 0 0 / 5%);
}

.map, .myPet, .settings{
    width: 52px;
    height: 52px;
    /* background-color: gray; */
}

.button{
    display: flex;
    margin-top: 14px;
    margin-bottom: 14px;
    color: #506FF2;
    font-size: 35px;
}

.topbubble{
    display: flex;
    justify-content: space-between;
    padding: 0 18px;
    font-weight: 600;
    color: #506FF2;
}

.middlebubble{
    display: flex;
    text-align: left;
    padding: 0px 18px;
    margin-top: 37px;
    align-items: baseline;
    font-size: 18px;
}

#nowTemperature{
    font-size: 20px;
    font-weight: 600;
    margin-right: 5px;
}

.bottombubble{
    font-size: 14px;
    padding: 0 18px;
    text-align: left;
    margin-top: 8px;
    line-height: 24px;
}

.swiper-pagination{
    --swiper-theme-color: #506FF2;
    --swiper-pagination-bullet-inactive-color: #506FF2;
}

.swiper{
    display: flex !important;
}

.swipe1 {
    box-shadow: 0.02em 0.05em 0.4em rgb(0 0 0 / 10%);
    width: 350px !important;
    margin-right: 50px;
    border-radius: 10px;
}

.swipe2 {
    box-shadow: 0.02em 0.05em 0.4em rgb(0 0 0 / 10%);
    width: 350px !important;
    margin-left: 11px;
    border-radius: 10px;
}

.gradient{
    position: absolute;
    left: -20px;
    z-index: -1;
    transition: opacity 0.5s ease-in-out;
    top: 240px;
    width: 270px;
}

.loginPage2{
    margin-top: 80px;
}

.location_img{
    width: 100px;
    height: 100px;
    border-radius: 10px;
    background-image: url('img/place1.png');
    background-size: cover;
}

.location_place{
    font-size: 12px;
    padding: 3px 10px;
    background-color:#506FF2;
    border-radius: 20px;
    color: white;
}

.location_name{
    font-size: 15px;
    font-weight: 600;
    margin-top: 10px;
}

.location_address{
    font-style: italic;
    font-size: 10px;
    color: #a1a1a1;
    margin-top: 10px;
}

.location_info{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-left: 26px;
}

.swiper-slide{
    display: flex !important;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background-color: white;
}

.location_address{
    width: 170px;
    text-align: left;
}

.swipe3{
    width: 350px !important;
    margin-right: 58px !important;
    border-radius: 10px;
}

.marginAdd{
    margin-top: 30px;
}

.navbuttons{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 11pt;
    font-weight: 400;
    color: #A1A1A1;
}

.navbuttons p{
    margin: 0;
}

.navIcon{
    margin-bottom: 7px;
}

.emphasize{
    font-weight: 600;
    color:#506FF2;
}

.logout{
    font-size: 14px;
    padding: 15px 40px;
    background-color: #506FF2;
    border-radius: 50px;
    color: white;
}

@media screen and (min-width:100px) and (max-width:400px) {
    .content{
        margin: 0;
    }

    .newAccount{
        margin-top: 180px;
    }

    .title_big{
        margin-top: 60px;
    }

    .marginAddPhone{
        margin-top: 120px;
    }

    .nav{
        padding-bottom: 17px;
    }
}

