@keyframes fade-in {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes pop-up {
    0% {
        transform: scale(0.8);
    }
    70% {
        transform: scale(1.05);
    }
    100% {
        transform: scale(1);
    }
}

@media screen and (min-width: 700px) {

.container-profile-media {
    background-image: linear-gradient(to top, rgba(230, 236, 248, 0.5), rgba(202, 208, 220, 0.8));
    backdrop-filter: blur(10px);
    border: none;
    width: 360px;
    height: 100%;
    position: relative;
    top: 0;
}

.container-profile-picture {
    background-color: white;
    border: none;
    border-radius: 100%;
    width: 120px;
    aspect-ratio: 1/1;
    position: absolute;
    top: 30px;
    left: 50%;
    translate: -50% 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 3px;
}

.container-profile-camera-icon {
    background-color: white;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
    border: none;
    border-radius: 4px;
    width: 28px;
    height: 25px;
    position: absolute;
    bottom: 6px;
    right: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.container-profile-camera-icon i {
    color: #909cb2;
    font-size: 16px;
    cursor: pointer;
}

.container-profile-picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    border: none;
    border-radius: 100%;
}

.container-profile-title {
    position: absolute;
    text-align: center;
    width: 260px;
    top: 160px;
    left: 50%;
    translate: -50% 0;
    display: flex;
    flex-direction: column;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.container-profile-title h1 {
    margin: 0;
    font-size: 24px;
    text-overflow: ellipsis;
    color: #66758e;
}

.container-profile-title a {
    margin: 0;
    font-size: 14px;
    margin-top: -5px;
    text-overflow: ellipsis;
    color: #333c4c;
}

.container-profile-bar-icon {
    width: 60px;
    aspect-ratio: 1/1;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.container-profile-bar-icon i {
    color: #909cb2;
    font-size: 28px;
    cursor: pointer;
}

.container-profile-setting-icon {
    width: 60px;
    aspect-ratio: 1/1;
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.container-profile-setting-icon i {
    color: #909cb2;
    font-size: 26px;
    cursor: pointer;
}

.container-profile-bar-open.active {
    background-color: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    border: none;
    padding: 54px 0px 14px 0px;
    width: 360px;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    pointer-events: all;
}

.container-profile-bar-open {
    display: none;
}

.container-close-bar.active {
    width: 60px;
    aspect-ratio: 1/1;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #909cb2;
    font-size: 28px;
    z-index: 2;
}

.container-close-bar {
    display: none;
}

.container-close-bar i {
    cursor: pointer;
}

.menu-bar {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    text-align: left;
    align-items: center;
    font-size: 13px;
    padding: 10px 10px 10px 20px;
    color: #66758e;
    cursor: pointer;
}

.menu-bar:hover {
    background-color: #e8ecf5;
}

.container-profile-setting-open.active {
    background-color: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    border: none;
    padding: 54px 0px 14px 0px;
    width: 360px;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    pointer-events: all;
}

.container-profile-setting-open {
    display: none;
}

.container-close-setting.active {
    width: 60px;
    aspect-ratio: 1/1;
    position: absolute;
    top: 0;
    left: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #909cb2;
    font-size: 28px;
    z-index: 2;
}

.container-close-setting {
    display: none;
}

.container-close-setting i {
    cursor: pointer;
}

.menu-setting {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    text-align: right;
    align-items: center;
    font-size: 13px;
    padding: 10px 10px 10px 20px;
    color: #66758e;
    cursor: pointer;
}

.menu-setting:hover {
    background-color: #e8ecf5;
}

.container-profile-info {
    background-color: white;
    border: none;
    border-radius: 16px;
    width: 280px;
    position: absolute;
    top: 240px;
    left: 40px;
    overflow: hidden;
    box-sizing: border-box;
    padding: 25px 16px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.grid-item {
    position: relative;
    height: 50px;
    animation: fade-in 0.2s ease-out;
}

.container-profile-info-icon {
    background-color: #cad0dc;
    border: none;
    border-radius: 12px;
    position: absolute;
    left: 8px;
    height: 50px;
    aspect-ratio: 1/1;
    top: 50%;
    translate: 0 -50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
}

.container-profile-info-icon i {
    font-size: 24px;
    color: #ffffff;
    overflow: hidden;
}

.container-profile-info-title {
    margin: 0;
    color: #98a8c5;
    font-weight: 500;
    font-size: 32px;
    position: absolute;
    top: 3px;
    left: 70px;
    overflow: hidden;
    line-height: 1;
}

.container-profile-info-subtitle {
    margin: 0;
    color: #66758e;
    font-size: 14px;
    position: absolute;
    top: 31px;
    left: 70.5px;
    overflow: hidden;
}

.container-right-desktop {
    position: absolute;
    height: 100%;
    width: calc(100% - 360px);
    left: 360px;
}

.container-search-input {
    background-color: white;
    backdrop-filter: blur(10px);
    border: none;
    border-radius: 20px;
    width: 90%;
    height: 40px;
    position: absolute;
    top: 20px;
    left: 50%;
    translate: -50% 0;
    cursor: pointer;
}

.search-input {
    position: absolute;
    background-color: transparent;
    width: 90%;
    height: 100%;
    outline: none;
    border: none;
    color: #899ab6;
    font-size: 14px;
    opacity: 1;
    cursor: pointer;
    box-sizing: border-box;
    padding: 10px 20px;
}

.search-input::placeholder {
    color: #66758e;
    opacity: 0.5;
}

.container-search-input i {
    position: absolute;
    right: 20px;
    top: 53%;
    translate: 0 -50%;
    color: #94a6c6;
    font-size: 14px;
    cursor: pointer;
}

.container-main-menu {
    position: absolute;
    width: 90%;
    height: 80%;
    top: 64px;
    left: 50%;
    translate: -50% 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.container-platform-menu {
    border: none;
    border-radius: 12px;
    width: 100%;
    height: 46px;
    box-sizing: border-box;
    padding: 5px 0px 5px 0px;
    overflow-y: hidden;
    overflow-x: auto;
    display: flex;
    flex-direction: row;
    gap: 5px;
    position: relative;
}

.platform-button {
    border: none;
    border-radius: 14px;
    height: 100%;
    box-sizing: border-box;
    padding: 0px 15px 0px 15px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    cursor: pointer;
    animation: fade-in 0.2s ease-out;
}

.platform-button.inactive:hover {
    background-image: linear-gradient(to top right, #8293b1, #99aed3);
    color: white;
}

.platform-button.active {
    background-image: linear-gradient(to top right, #71809b, #8b9ebe);
    color: white;
}

.platform-button.inactive {
    background-image: linear-gradient(to top right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.3));
    color: #7a8eb0;
}

.container-bot-menu {
    margin-top: 10px;
    width: 100%;
    flex: 1;
    border: none;
    border-radius: 10px;
    box-sizing: border-box;
    overflow-x: hidden;
    overflow-y: auto;
}

.container-box {
    background-color: rgba(255, 255, 255, 1);
    width: 100%;
    height: 102px;
    border: none;
    border-radius: 15px;
    margin: 0px 0px 7px 0px;
    position: relative;
    box-sizing: border-box;
    padding: 10px;
    animation: fade-in 0.2s ease-out;
    cursor: pointer;
}

.container-box:hover {
    background-image: linear-gradient(to top right, #66758e, #8093b3);
}

.container-box:hover .container-bot-title a,
.container-box:hover .container-bot-subtitle a {
    color: white;
}

.status-bot {
    position: absolute;
    width: 14px;
    aspect-ratio: 1/1;
    border: none;
    border-radius: 100%;
    top: 8px;
    right: 8px;
    pointer-events: none;
}

.status-bot.active {
    background-color: rgb(193, 255, 190);
}

.status-bot.inactive {
    background-color: rgb(255, 204, 204);
}

.status-bot.maintenance {
    background-color: rgb(249, 255, 190);
}

.container-bot-title {
    position: absolute;
    width: 60%;
    height: 27px;
    top: 30px;
    left: 18px;
    translate: 0 -50%;
    box-sizing: border-box;
    overflow-y: hidden;
    overflow-x: auto;
    pointer-events: none;
}

.container-bot-title a {
    color: #a1adc3;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 1;
    font-weight: 500;
    font-size: 24px;
    white-space: nowrap;
    pointer-events: none;
}

.container-bot-subtitle {
    position: absolute;
    width: 30%;
    height: 44px;
    top: 45px;
    left: 18.3px;
    box-sizing: border-box;
    overflow: auto;
    pointer-events: none;
}

.container-bot-subtitle a {
    color: #b2bbcb;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 1;
    font-size: 14px;
    white-space: wrap;
    pointer-events: none;
}

.container-redirect-bot {
    background-image: linear-gradient(to top right, #cad0dc, #d9dee8);
    color: white;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100px;
    height: 30px;
    border: none;
    border-radius: 20px 0px 10px 0px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    pointer-events: all;
    cursor: pointer;
}

.container-redirect-bot:hover {
    background-image: linear-gradient(to top right, #ffffff, #ffffff);
    color: #8293b1;
}

.container-detailed-bot.active {
    background-color: rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(4px);
    position: absolute;
    width: calc(100dvw - 360px);
    height: 100dvh;
    pointer-events: all;
}

.container-detailed-bot.inactive {
    display: none;
    pointer-events: none;
}

.box-detailed-bot {
    background-color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    width: 60%;
    height: 400px;
    border: none;
    border-radius: 20px;
    pointer-events: all;
    animation: pop-up 0.25s ease-out;
}

.container-close-icon {
    color: #93a7ca;
    position: absolute;
    right: 8px;
    top: 8px;
    width: 30px;
    aspect-ratio: 1/1;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 24px;
}

.box-detailed-info-bot {
    width: calc(100% - 60px);
    height: calc(100% - 120px);
    position: absolute;
    top: 36px;
    left: 50%;
    translate: -50% 0;
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
    overflow-y: auto;
}

.detailed-info-title {
    color: #96a1b6;
    margin: 0;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.1;
}

.title-info-subtitle {
    color: #8791a3;
    margin: 0;
    margin-top: 16px;
    margin-bottom: 2px;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
}

.detailed-info-description {
    color: #99a4b9;
    margin: 0;
    font-size: 15px;
    line-height: 1;
}

.detailed-status-box {
    position: absolute;
    left: 0;
    bottom: 0;
    color: white;
    border: none;
    border-radius: 0 40px 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 6px 30px;
    font-size: 20px;
}

.detailed-status-box.active {
    background-color: rgb(176, 255, 171);
}

.detailed-status-box.inactive {
    background-color: rgb(255, 188, 188);
}

.detailed-status-box.maintenance {
    background-color: rgb(230, 240, 140);
}

.detailed-redirect-box {
    background-image: linear-gradient(to top right, #cad0dc, #d9dee8);
    position: absolute;
    right: 0;
    bottom: 0;
    color: white;
    border: none;
    border-radius: 40px 0 20px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 6px 30px;
    font-size: 20px;
    cursor: pointer;
    pointer-events: all
}

.detailed-redirect-box:hover {
    background-image: linear-gradient(to top right, #8293b1, #99aed3);
}

}