:root {
    --bg-orange: #FFA822;
    --bg-pink: #EE89FF;
    --bg-purple: #9874FF;
    --bg-gray: #4E4D4D;
    --bg-red: #F11A22;
    --bg-darkblue: #0903C5;
    --bg-yellow: #FADF30;
    --bg-blue: #31ACB4;
}

/* Background AEON */
 .bg-orange {
     background-color: var(--bg-orange);
 }
 .bg-pink {
     background-color: var(--bg-pink);
 }
 .bg-purple {
     background-color: var(--bg-purple);
 }
 .bg-gray {
     background-color: var(--bg-gray);
 }
 .bg-red {
     background-color: var(--bg-red);
 }
 .bg-darkblue {
     background-color: var(--bg-darkblue);
 }
 .bg-yellow {
     background-color: var(--bg-yellow);
 }
 .bg-blue {
     background-color: var(--bg-blue);
 }

/* Color AEON */
 .color-orange {
     color: var(--bg-orange);
 }
 .color-pink {
     color: var(--bg-pink);
 }
 .color-purple {
     color: var(--bg-purple);
 }
 .color-gray {
     color: var(--bg-gray);
 }
 .color-red {
     color: var(--bg-red);
 }
 .color-darkblue {
     color: var(--bg-darkblue);
 }
 .color-yellow {
     color: var(--bg-yellow);
 }
 .color-blue {
     color: var(--bg-blue);
 }

 .wrapper-body {
     font-family: 'Prompt', sans-serif;
    background-image: url('../images/aeon/KV_Bgcolor.png');
     width: 100%;
     height: 100%;
     min-height: 100vh;
     background-position: center;
     background-repeat: no-repeat;
     background-size: cover;
     min-height: 100vh;
 }
 .wrapper-body-home {
     font-family: 'Prompt', sans-serif;
    background-image: url('../images/aeon/KV_Bgcolor_home.png');
     width: 100%;
     height: 100%;
     background-position: center;
     background-repeat: no-repeat;
     background-size: cover;
     min-height: 100vh;
 }
 .logo-aeon {
     width: 100%;
     height: auto;
     max-width: 800px;
 }

 .card-aeon {
     box-shadow: 0px 0px 5px #FFFFFF;
     background: rgba(255, 255, 255, 0.3);
     border: 2px solid #FFFFFF;
     box-sizing: border-box;
     border-radius: 40px;


     padding: 2rem;
     min-width: 100%;
 }
 a {
     text-decoration: none !important;
 }
 a:hover {
     color: #fff !important;
 }
 /* Font */
 .font-10 {
     font-size: 10px;
 }

 .font-11 {
     font-size: 11px;
 }

 .font-12 {
     font-size: 12px;
 }

 .font-13 {
     font-size: 13px;
 }

 .font-14 {
     font-size: 14px;
 }

 .font-15 {
     font-size: 15px;
 }

 .font-16 {
     font-size: 16px;
 }

 .font-17 {
     font-size: 17px;
 }

 .font-18 {
     font-size: 18px;
 }

 .font-19 {
     font-size: 19px;
 }

 .font-20 {
     font-size: 20px;
 }

 .font-21 {
     font-size: 21px;
 }

 .font-22 {
     font-size: 22px;
 }

 .font-23 {
     font-size: 23px;
 }

 .font-24 {
     font-size: 24px;
 }

 .font-25 {
     font-size: 25px;
 }

 .font-26 {
     font-size: 26px;
 }

 .font-27 {
     font-size: 27px;
 }

 .font-28 {
     font-size: 28px;
 }

 .font-29 {
     font-size: 29px;
 }

 .font-30 {
     font-size: 30px;
 }
 
/*   Button */
.bt-gradient-1 {
   background: linear-gradient(99.81deg, #9951D2 14.51%, #663AE2 91.12%);
   box-sizing: border-box;
   border-radius: 30px;
    border: 0px solid transparent;
}
.bt-gradient-1:hover {
   box-shadow: 0px 0px 10px #9951D2;
}
.bt-gradient-2 {
  background: linear-gradient(99.81deg, #9874FF 14.51%, #EE89FF 91.12%);
   box-sizing: border-box;
   border-radius: 30px;
    border: 0px solid transparent;
}
.bt-gradient-2:hover {
   box-shadow: 0px 0px 10px #EE89FF;
}
.text-outline {
    background: transparent;
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
    border-radius: 30px;
    color: #fff;
    height: 52px;
     min-width: 160px;
    padding-right: 15px;
    padding-left: 10px;
}
.text-outline:focus,
.text-outline:active,
.text-outline:hover {
    box-shadow: 0px 0px 10px #FFFFFF;
    background-color: #fff;
    color: #000 !important;
}
.bt-outline {
    background: transparent;
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
    border-radius: 30px;
    color: #fff;
}
.bt-white {
    background: #fff;
    border-radius: 30px !important;
    border: 0px solid transparent;
    color: #9874FF !important;
}
.bt-white:hover {
    box-shadow: 0px 0px 10px #fff;
}
.bt-yellow {
   background: #FFA822;
   border-radius: 30px !important;
    border: 0px solid transparent;
}
.bt-yellow:hover {
    box-shadow: 0px 0px 10px #FFA822;
}
.bt-gradient-yellow {
   background: linear-gradient(101.47deg, #FFA822 -0.01%, #EE89FF 99.99%);
   border-radius: 30px;
    border: 0px solid transparent;
    color: #fff;
}
.bt-gradient-yellow:hover {
    box-shadow: 0px 0px 10px #FFA822;
}
.bt-select-white {
   background: #FFFFFF;
   border-radius: 30px;
    border: 0px solid transparent;
}
.bt-select-whitel:hover {
   box-shadow: 0px 0px 10px #FFFFFF;
}

.bt-gradient-1:focus,
.bt-gradient-1:active,
.bt-gradient-2:focus,
.bt-gradient-2:active,
.bt-yellow:focus,
.bt-yellow:active,
.bt-white:focus,
.bt-white:active,
.bt-select-white:focus,
.bt-select-white:active
{
    outline: none;
}

.border-check {
    position: relative;
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
    border-radius: 10px;
}

.form-check-input-custom {
margin-left: -1.25rem;
}

.head-object{
    font-weight: bold;
    text-align: center;
    color:white;
}

.circle{
    min-width: 225px; 
    max-width: 225px; 
    min-height: 225px; 
    max-height: 225px;
    background-color: white; 
    border-radius: 50%;
    padding: 15%;
}

.gender{
    width: 225px;
    margin-top: 20px;
}

.btn-aeon{
    color: white !important;
    font-weight: 500 !important;
    border-radius: 30px !important;
    background: linear-gradient(101.47deg, #9874FF -0.01%, #EE89FF 99.99%);
    border: 2px solid #EE89FF;
    
}
.btn-aeon.disabled{
    background-color: #c4c4c4 !important;
    background-image: unset;
}

.nav-link{
    color: white !important;
}
.nav-link.active{
    background-color: unset !important;
    font-weight: bold;
    text-decoration: 3px underline;
}

.tab-content{
    min-height: 440px;
    max-height: 440px;
    overflow: auto;
}

.change-button > h5 {
    color: white;
    cursor: pointer;
}

.nav-link-text {
    cursor: unset !important;
}

#pills-preview{
    min-height: 440px;
    max-height: 440px;
    overflow: auto;
    /* background-color: white; */
    background-image: url('/assets/images/background/login-2.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
    position: relative;

}

.box-select{
    margin: 10px;
    min-height: 141px;
    max-height: 141px;
    background-color: white;
    border-radius: 10px;
}
.box-select.active{
    border: 3px solid orange;
}

.box-select:hover{
    cursor: pointer;
}

.tab-content::-webkit-scrollbar {
    width: 10px;
}

/* Track */
.tab-content::-webkit-scrollbar-track {
background: #f1f1f1; 
}

/* Handle */
.tab-content::-webkit-scrollbar-thumb {
background: #888; 
}

/* Handle on hover */
.tab-content::-webkit-scrollbar-thumb:hover {
background: #555; 
}

.avatar-head{
    position: absolute;
    width: 100px;
    height: 100px;
    top: 100px;
    left: 170px;
}

.avatar-fhair{
    position: absolute;
    width: 150px;
    height: 90px;
    top: 70px;
    left: 145px;
}

.avatar-bhair{
    position: absolute;
    width: 150px;
    height: 150px;
    top: 70px;
    left: 145px;
}

.avatar-outfits{
    position: absolute;
    width: 150px;
    height: 150px;
    top: 200px;
    left: 145px;
}
