html,
:root {
    --gradientbg:linear-gradient(217deg, rgba(205, 255, 221, 0.8), rgba(255, 0, 0, 0) 70.71%), linear-gradient(127deg, rgb(72, 255, 246), rgba(0, 255, 0, 0) 70.71%), linear-gradient(336deg, rgb(255, 206, 248), rgba(0, 0, 255, 0) 199.71%);
    --name: black;
    --boxcolor: #f7ffda;
    --boxcoloraf:rgb(204, 255, 192);
    --title1: #006aff;
    --MyBtn: linear-gradient(129deg, rgba(233,0,255,0.7917542016806722) 0%, rgba(0,255,130,0.6741071428571428) 74%);
  }
  
  [data-theme=dark] {
    --gradientbg: linear-gradient(129deg, rgba(0,0,0,1) 0%, rgba(9,121,109,1) 100%);;
    --name: white;
    --boxcolor: rgb(48, 48, 48);
    --boxcoloraf:rgb(42, 81, 79);
    --title1:#ddff00b1;
    --MyBtn:linear-gradient(129deg, rgba(0,255,100,1) 0%, rgba(0,170,255,1) 100%);

  }
body {
    cursor: url(../images/mouse-f1.png), auto
}

a:hover {
    cursor: url(../images/mouse-f2.png), auto
}

html {
    background: var(--gradientbg);
    font-family: inter, sans-serif;
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    position: relative;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100vw;
}
.theme-switch-wrapper {
    display: flex;
    align-items: center;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1000;
  }
  
  .theme-switch {
    display: inline-block;
    height: 34px;
    position: relative;
    width: 60px;
  }
  
  .theme-switch input {
    display: none;
  }
  
  .slider {
    background-color: rgb(158, 158, 158);
    bottom: 0;
    cursor: pointer;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: 0.4s;
  }
  
  .slider:before {
    background-color: rgb(94, 236, 255);
    bottom: 4px;
    content: "";
    height: 26px;
    left: 4px;
    position: absolute;
    transition: 0.4s;
    width: 26px;
  }
  
  input:checked + .slider {
    background-color: rgb(125, 181, 188);
  }
  
  input:checked + .slider:before {
    transform: translateX(26px);
  }
  
  .slider.round {
    border-radius: 34px;
  }
  
  .slider.round:before {
    border-radius: 50%;
  }

.center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.light-orange {
    color: #ad8ea4;
}

.light-blue {
    color: #55c9ff;
}

#root {
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
    min-height: 100vh;
}

#main {
    display: block;
    position: relative;
    margin-top: 30px;
    margin-bottom: 30px;
    width: 411px;
    max-width: 411px;
    min-height: 823px;
    background-color: linear-gradient(217deg, rgba(0, 255, 85, 0.8), rgba(255, 0, 0, 0) 70.71%), linear-gradient(127deg, rgb(72, 255, 246), rgba(0, 255, 0, 0) 70.71%), linear-gradient(336deg, rgb(255, 82, 232), rgba(0, 0, 255, 0) 199.71%);
    border-radius: 30px;
    box-shadow: 10px 10px 20px -5px rgba(130, 63, 143, 0.644);
}

.container {
    padding: 0 15px;
}

#cover-image {
    background-position: center;
    background-size: cover;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    width: 411px;
    height: 165px;
    position: relative;
    left: -15px;
    border-radius: 10px;
    box-shadow: 7px 7px 20px 1px rgba(130, 63, 143, 0, 6);
}

#cover-image:hover {
    transform: translateY(-15px);
    transition: 0.5s;
}

#profile-header {
    position: relative;
    display: grid;
    grid-template-columns: 120px auto;
    column-gap: 15px;
    margin-bottom: -8px;
}

#avatar-image {
    position: relative;
    background-position: center;
    background-size: cover;
    border-radius: 25px;
    width: 120px;
    height: 120px;
    top: -25px;
}

#avatar-image:hover {
    align-items: center;
    transform: translateY(-10px) scale(1.2);
    transition: 0.8s;
    z-index: 999;
}

#name {
    position: relative;
    padding-top: 5px;
    color: var(--name);
}

#name:hover {
    transform: scale(1.1) translateX(10px);
    transition: 0.5s;

}

.names {
    font-weight: 600;
    font-size: 26px;
    margin: 0;
}

.nicknames {
    font-weight: 500;
    font-size: 20px;
    color: rgba(0, 255, 85, 0.8), ;
    margin: 0;
}

.nicknames:hover {
    transform:scale(1.2) translateX(20px);
    transition: 0.5s;
}

#skills {
    padding-top: 5px;
    margin-left: 5px;
}

#skills:hover {
    transform: scale(1.05) translateX(12px);
    transition: 0.5s;

}

.skill-item {
    display: inline-flex;
    justify-content: center;
    align-content: center;
    position: relative;
    font-size: 14px;
    font-weight: 400;
    height: 20px;
    margin-right: 10px;
    width: auto;
}

.skill-item::before {
    position: absolute;
    content: "";
    padding-left: 5px;
    padding-right: 5px;
    width: 100%;
    height: 18px;
    background-color: currentColor;
    opacity: .2;
    border-radius: 5px;
}

.bio-story {
    position: relative;
    display: grid;
    grid-template-columns: 80px auto;
    height: 65px;
    width: 100%;
    background-color: #b5e1ff;
    border-radius: 10px;
    -webkit-box-shadow: 7px 7px 20px -5px rgb(0, 0, 0);
    margin-bottom: 15px;
    padding: 5px;
    border-top: 10px solid #47c465;
    border-bottom: 10px solid #00deff;
    background-image: linear-gradient(#47c465, #00deff), linear-gradient(#47c465, #00deff);
    background-size: 10px 100%;
    background-position: 0 0, 100% 0;
    background-repeat: no-repeat;
}

.bio-story-thumb {
    width: 50px;
    height: 50px;
    background-position: center;
    background-size: cover;
    border-radius: 5px;
    margin: 10px;
}

.bio-story-thumb:hover {
    transform: scale(1.2);
    transition: 1;
}

.bio-story-content p {
    position: relative;
    font-size: 20px;
    margin-top: 10px;
    font-weight: 600;
    color: #5d4edd;
    margin-bottom: 10px;
}

.bio-story-content span {
    position: relative;
    font-size: 15px;
    bottom: 15px;
    color: #8a5e8a;
    font-weight: 500;
}

#content-body {
    position: relative;
    margin-top: 20px;
    max-width: 100%;
}

.drop-title {
    font-weight: 500;
    font-size: 18px;
    color: #ff7bebd0;
    text-shadow: ellipsis, rgb(82, 87, 88);
    text-align: center;
    text-decoration-color: #5d4edd;
    position: relative;
    display: grid;
    background-color: rgba(185, 241, 255, 0.719);
    border-radius: 20px;
    -webkit-box-shadow: 7px 7px 2000px -5px rgb(0, 0, 0);
    box-shadow: 7px 7px 30px -5px rgba(0, 0, 0, .1);
    border: 3px dashed rgba(179, 255, 220, 0), 1px dashed rgb(25, 92, 61);
    transition: 500ms;
    transform: translateY(90px);
}

.drop-title2 {
    font-weight: 500;
    font-size: 18px;
    color: var(--title1);
    text-align: center;
    text-decoration-color: #5d4edd;
    position: relative;
    display: grid;
    padding: 3px;
    background-color: rgba(252, 220, 255, 0.651);
    border-radius: 20px;
    -webkit-box-shadow: 7px 7px 2000px -5px rgb(0, 0, 0);
    box-shadow: 0 0 0 10px rgba(35, 35, 35, 0.027), 0 0 0 15px rgba(85, 85, 85, 0.048), 0 0 0 20px rgba(151, 151, 151, 0.05), 0 0 0 25px rgba(205, 205, 205, 0.032);
    transition: all 250ms ease-in-out;
}

.drop-title3 {
    font-weight: 600;
    color: #00aeff;
    font-size: 23px;
    background: -webkit-linear-gradient( rgb(0, 106, 255), rgb(111, 252, 247));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: left ;
    text-decoration-color: #5d4edd;
    position: relative;
    display: grid;
    background-color: rgba(244, 125, 255, 0.651);
    border-radius: 20px;
    -webkit-box-shadow: 7px 7px 2000px -5px rgb(0, 0, 0);
    box-shadow: 0 0 0 8px rgba(0, 0, 0, 0.007), 0 0 0 15px rgba(57, 57, 57, 0.01), 0 0 0 20px rgba(104, 104, 104, 0.03), 0 0 0 25px rgba(175, 175, 175, 0.013);
    transition: all 250ms ease-in-out;
}
.drop-title4 {
    font-weight: 600;
    color: #00aeff;
    font-size: 28px;
    background: -webkit-linear-gradient( rgb(0, 106, 255), rgb(111, 252, 247));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    border: 1px dashed rgb(179, 255, 219);
    text-align: center ;
    text-decoration-color: #5d4edd;
    position: relative;
    display: grid;
    background-color: rgba(244, 125, 255, 0.651);
    border-radius: 20px;
    -webkit-box-shadow: 7px 7px 2000px -5px rgb(0, 0, 0);
    box-shadow: 0 0 0 10px hsl(0, 0, 70%), 0 0 0 15px hsl(0, 0, 80%), 0 0 0 20px hsl(0, 0, 90%), 0 0 0 25px hsl(0, 0, 100%);
    transition: all 250ms ease-in-out;
}
#link-box {
    position: relative;
    width: 100%;
    border: 2px #7ab682;
}

.link-item {
    position: relative;
    display: grid;
    grid-template-columns: 70px auto 65px;
    height: 70px;
    width: 100%;
    background-color: var(--boxcolor);
    border-radius: 20px;
    margin-bottom: 15px;
    -webkit-box-shadow: 7px 7px 20px -5px rgba(0, 0, 0, .4);
    box-shadow: 0 0 0 10px hsl(0, 0, 70%), 0 0 0 15px hsl(0, 0, 80%), 0 0 0 20px hsl(0, 0, 90%), 0 0 0 25px hsl(0, 0, 100%);
    transition: all 250ms ease-in-out;
    border: 4px inset rgb(180, 255, 171);
}

.link-item:hover {
    transition: 0.5s;
    transform: translateY(-10px);
    background-color: var(--boxcoloraf);
}

.link-btn-chill:hover {
    transform: scale(1.2);
    background-position: 0 100%;
    background-size: auto 6px;
    background-repeat: repeat-x;
    text-decoration: none;
}

.link-content {
    padding-top: 15px;
}

.link-content p {
    margin: auto;
    font-weight: 600;
    color: #388d43;
}

.link-content:hover p {
    transition: 0.5s;
    transform: scale(1.2) translateX(20px);
}

.link-content span {
    position: absolute;
    font-weight: 400;
    font-size: 16px;
    bottom: 15px;
    color: #a399a2;
    max-width: 50%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    transition: all 250ms;
    cursor: pointer;
}

.link-content span:hover {
    color: #7c7e83;
    transform: scale(1.2) translateX(10px);
    transition: 0.01s;
}

.link-btn-chill {
    display: inline-flex;
    justify-content: center;
    align-content: center;
    position: relative;
    margin-top: 15px;
    font-size: 14px;
    width: auto;
    font-weight: 600;
}

.link-btn-chill::before {
    position: absolute;
    content: "";
    padding-left: 7px;
    padding-right: 7px;
    width: 40px;
    height: 18px;
    background-color: currentColor;
    opacity: .2;
    border-radius: 5px;
    top: -1px;
    transition: all 250ms;
}

.link-btn-chill {
    transition: all 250ms ease-in-out;
}

.link-btn-chill:hover::before {
    opacity: .5;
}

.bg-text1 {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
    color: rgba(240, 125, 255, 0.555);
    font-weight: bold;
    font-size: 8px;
    border: 1px solid #48c5ff8c;
    position: fixed;
    top: 0%;
    z-index: 2;
    padding: auto;
    box-sizing: auto;
    text-align: center;
    align-items: center;
    margin: 0 auto;
    white-space: nowrap;
    transform: rotate(0deg);
    border-radius: 5px;
}

.bg-text1:hover {
    z-index: 2;
    padding: auto;
    box-sizing: auto;
    text-align: center;
    align-items: center;
    margin: 0 auto;
    white-space: nowrap;
    font-size: 50px;
    transition: 2s;
}



/* Mui ten lên dau trang */

#myBtn {
    display: none;
    position: fixed;
    bottom: 60px;
    right: 10px;
    z-index: 99;
    border: none;
    border: inset #00aeff 1px;
    background-color: #fff;
    border: 10px solid #ccc;
    color: white;
    cursor: pointer;
    border-radius: 30px;
    opacity: 0.7;
    image-rendering: auto;
}

#myBtn:hover {
    background-color: #1af8de;
}

#myBtn {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Fixed/sticky position */
    bottom: 20px;
    /* Place the button at the bottom of the page */
    right: 30px;
    /* Place the button 30px from the right */
    z-index: 99;
    /* Make sure it does not overlap */
    border: none;
    /* Remove borders */
    border: none;
    /* Remove border */
    background: var(--MyBtn);
    /* Set a background color */
    color: white;
    /* Text color */
    cursor: pointer;
    /* Add a mouse pointer on hover */
    padding: 15px;
    /* Some padding */
    border-radius: 10px;
    /* Rounded corners */
    font-size: 18px;
    /* Increase font size */
    border: inset 5px #00aeff;
}

#myBtn:hover {
    background-color: #555;
    transform: scale(1.2) translateX(-10px);
    transition: 0.5s;
    /* Add a dark-grey background on hover */
}

.devtools_1 {
    background: linear-gradient(-25deg, rgba(255, 243, 160, 1) 20%, rgb(241, 172, 241) 40%, rgba(28, 246, 255, 1) 70%);
    color: #00755c;
}


