body {
    display: flex;
}

.profile-container {
    display: flex;
    min-height: 100vh;
}


.h100vh {
    height: 100vh;
}

.sidebar .logo img {
    width: 167px;
    height: 95px;
    margin-top: 6px;
    margin-left: 45px;
    margin-bottom: 10px
}


.sidebar .logo:hover {
    background-color: transparent !important;
}

.sidebar ul {
    list-style: none;
    padding: 0;
}

.sidebar li {
    margin: 1rem 0;
    cursor: pointer;
}
.sidebar li:hover {
    cursor: pointer;
color: white;
}

.sidebar li.active {
    color: black;
    background-color: white;
    padding: 0.5rem 1rem;
    border-radius: 8px;
}

.profile-wrap {
    flex: 1;
    /*padding: 3rem;*/
    margin-left: 100px;
    padding: 150px 0 50px 300px;

}

#profile-header h1 {
    padding: 50px 0;
    display: flex;
    justify-content: center;
}

#profile-header #gnb ul {
    padding: 0 20px;
    font-weight: 700;
}

#profile-header #gnb ul li {
    text-align: center;
}

#profile-header #gnb ul li.on {
    background-color: rgb(255, 255, 255);
    border-radius: 10px;
    color: #f8a92b;
}

#profile-header #gnb ul li a {
    display: block;
    padding: 30px 0;
}


.profile-wrap .container {
    margin: 0;
}

.profile-wrap .owner {
    background-color: #fff;
    border-radius: 20px;
    display: flex;
    padding: 20px;
}

.profile-wrap .owner .img-box {
    margin-right: 20px;
}

.profile-wrap .owner .img-box img {
    border-radius: 20px;
    width: 80px;
    aspect-ratio: 1/1;
    -o-object-fit: cover;
    object-fit: cover;
}

.profile-wrap .info-box {
    font-weight: 500;
    font-size: 18px;
    margin-top: 20px;
    background-color: #fff;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    padding: 30px;
}

.profile-wrap .info-box .btn-follow {
    border-radius: 100px;
    background-color: #f8a92b;
    color: #fff;
}

.detail-box {
    background-color: #fff;
    border-radius: 20px;
    padding: 20px;
}

.detail-box .img-box img {
    border-radius: 20px;
    width: 816px;
    aspect-ratio: 1/0.5;
    -o-object-fit: cover;
    object-fit: cover;
}

.detail-box .tab {
    padding: 0 20px;
    margin-top: 30px;
}

.detail-box .tab .content {
    margin-top: 10px;
    font-weight: 500;
    font-size: 18px;
}

ul.content li {
    margin-bottom: 10px;
}

.pet-info select {
    width: 150px;
    padding: 8px 10px;
    font-size: 1rem;
    font-weight: bold;
    color: #333;
    background-color: #ffffff;
    border: 2px solid #f3b13c;
    border-radius: 20px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg fill='%23333' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 16px 16px;
    cursor: pointer;
    transition: all 0.3s;

}

.pet-info {
    margin-top: 10px;
}

/*.btn-logout {*/

/*}*/

/*.btn-login {*/
/*    font-size: 17px;*/
/*    width: 201px !important;*/
/*    margin-top: 10px;*/
/*    font-weight: 600;*/
/*}*/

.btn-logout, .btn-login{
    font-size: 17px;
    width: 201px !important;
    margin-top: 10px;
    font-weight: 600;
    background-color: #facc7b;
    color: #5b4025;
    border: none;
    padding: 10px 24px;
    border-radius: 20px;
    font-size: 1rem;
    font-weight: bold;
    margin-right: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-left: 25px;
    margin-top: 550px;
}


.spacing {
    margin-right: 15px;
}

.btn-following {
    border: 4px solid #f8a92b;
    border-radius: 30px;

}

.btn-following:hover {
    background-color: rgba(248, 169, 43, 0.71);
    border: 4px solid #f8a92b;
    border-radius: 30px;
}