.border-box-0001{
    position: relative;
    width: 140px;
    height: 140px; 
}

.border-box-0001::before {
    content: "";
    background: linear-gradient(
    45deg,
    rgba(255, 0, 0, 1),
    rgba(255, 115, 0, 1),
    rgba(255, 251, 0, 1),
    rgba(255, 115, 0, 1),
    rgba(255, 0, 0, 1)
    );
    position: absolute;
    top: 0px;
    left: 0px;
    background-size: 200%;
    filter: blur(4px);
    width: 140px;
    height: 140px;
    animation: rot-bg-0001 20s infinite ease-in-out;
    border-radius: 10px;
}

.border-box-in-0001{
    position: absolute;
    width: 134px;
    height: 134px;
    top: 3px;
    left: 3px;
    padding: 5px;
    border-radius: 5px;
    border: 2px solid rgb(0, 0, 0);
    background-color: rgb(255, 255, 255);
    box-shadow: inset 5px 5px 15px rgba(228, 228, 228, 0.2)
    , inset -5px -5px 15px rgba(0, 0, 0, 0.2)
    , 5px 5px 15px rgba(228, 228, 228, 0.2)
    , -5px -5px 15px rgba(0, 0, 0, 0.2);
}

@keyframes rot-bg-0001 {
    0% {
    background-position: 0 0;
    }
    50% {
    background-position: 200% 0;
    }
    100% {
    background-position: 0 0;
    }
}

/* *************************************** */
.border-box-0002{
    position: relative;
    width: 140px;
    height: 140px;
    border-radius: 8px;
    background-color: bisque;   
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.85) 0px -2px 6px 0px inset;
}

.border-box-in-0002{
    position: absolute;
    width: 130px;
    height: 130px;
    top: 5px;
    left: 5px;
    padding: 5px;
    border-radius: 5px;
    box-shadow: rgb(204, 219, 232) 3px 3px 6px 0px inset, rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset;
    background-color: rgb(255, 255, 255);
}

/* *************************************** */
.border-box-0003{
    position: relative;
    width: 140px;
    height: 140px;
    background-color: rgb(255, 255, 255);  
    box-shadow: rgb(204, 219, 232) 3px 3px 6px 0px inset, rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset;
}

.border-box-in-0003{
    position: absolute;
    width: 130px;
    height: 130px;
    top: 5px;
    left: 5px;
    padding: 5px;
    border-radius: 5px;
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.85) 0px -2px 6px 0px inset;
}

/* *************************************** */
.border-box-0004{
    position: relative;
    width: 140px;
    height: 140px;
    background-color: rgb(255, 255, 255);  
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.85) 0px -2px 6px 0px inset;
}

.border-box-in-0004{
    position: absolute;
    width: 130px;
    height: 130px;
    top: 5px;
    left: 5px;
    padding: 5px;
    border-radius: 5px;
    background-color: rgb(255, 255, 255);
    box-shadow: rgb(204, 219, 232) 3px 3px 6px 0px inset, rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset;
}

/* *************************************** */
.border-box-0005{
    position: relative;
    width: 140px;
    height: 140px;
    background-color: rgb(255, 255, 255);  
    border: 2px solid rgba(50, 50, 93, 1);
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.85) 0px -2px 6px 0px inset;
}

.border-box-in-0005{
    position: absolute;
    width: 126px;
    height: 126px;
    top: 5px;
    left: 5px;
    padding: 5px;
    border-radius: 5px;
    background-color: rgb(255, 255, 255);
    border: 1px solid rgba(50, 50, 93, 1);
    box-shadow: rgb(204, 219, 232) 3px 3px 6px 0px inset, rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset;
}

/* *************************************** */
.border-box-0006{
    position: relative;
    width: 140px;
    height: 140px;
    background-color: rgb(255, 255, 255);  
    border: 1px solid rgba(50, 50, 93, 0.25);
    box-shadow: rgba(0, 0, 0, 0.5) 0px 2px 4px 0px inset;
}

.border-box-in-0006{
    position: absolute;
    width: 128px;
    height: 128px;
    top: 5px;
    left: 5px;
    padding: 5px;
    border-radius: 5px;
    background-color: rgb(255, 255, 255);
    border: 1px solid rgba(50, 50, 93, 0.25);
    box-shadow: rgb(204, 219, 232) 3px 3px 6px 0px inset, rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset;
}

.border-box-in-0006:hover{
    width: 126px;
    height: 126px;
    top: 7px;
    left: 6px;  
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.85) 0px -2px 6px 0px inset;
}

/* *************************************** */
.border-box-0007{
    position: relative;
    width: 140px;
    height: 140px;
    box-shadow: rgba(0, 0, 0, 0.85) 0px 1px 4px;   
    z-index: 0;
}

.border-box-0007::before {
    content: "";
    background: linear-gradient(
    45deg,
    rgba(255, 0, 0, 1),
    rgba(255, 115, 0, 1),
    rgba(255, 251, 0, 1),
    rgba(72, 255, 0, 1),
    rgba(0, 255, 213, 1),
    rgba(0, 43, 255, 1),
    rgba(122, 0, 255, 1),
    rgba(255, 0, 200, 1),
    rgba(122, 0, 255, 1),
    rgba(0, 43, 255, 1),
    rgba(0, 255, 213, 1),
    rgba(72, 255, 0, 1),
    rgba(255, 251, 0, 1),
    rgba(255, 115, 0, 1)
    );
    position: absolute;
    top: 0px;
    left: 0px;
    background-size: 200%;
    z-index: -1;
    filter: blur(2px);
    width: 139px;
    height: 139px;
    animation: rot-bg-0007 20s infinite ease-in-out;
    border-radius: 10px;
}

.border-box-in-0007{
    position: absolute;
    width: 136px;
    height: 136px;
    top: 2px;
    left: 2px;
    padding: 5px;
    border-radius: 5px;
    border: 2px solid black;
    background-color: rgb(255, 255, 255);
    box-shadow: inset 5px 5px 15px rgba(228, 228, 228, 0.2)
    , inset -5px -5px 15px rgba(0, 0, 0, 0.2)
    , 5px 5px 15px rgba(228, 228, 228, 0.2)
    , -5px -5px 15px rgba(0, 0, 0, 0.2);
}

@keyframes rot-bg-0007 {
    0% {
    background-position: 0 0;
    }
    50% {
    background-position: 200% 0;
    }
    100% {
    background-position: 0 0;
    }
}

/* *************************************** */
.border-box-0008-main{
    position: relative;
    width: 140px;
    height: 140px;
}

.border-box-0008-shadow{
    position: absolute;
    background-image: linear-gradient(45deg, rgb(201, 201, 201), rgb(86, 86, 86));
    top: 0px;
    left: 0px;
    width: 140px;
    height: 140px;
    border-radius: 5px;
    filter: blur(5px);
}

.border-box-0008-text{
    position: absolute;
    width: 140px;
    height: 140px;
    top: 0px;
    left: 0px;
    padding: 5px;
    border-radius: 5px;
    border: 2px solid rgb(140, 140, 140);
    background-image: linear-gradient(45deg, rgb(183, 183, 183), rgb(241, 241, 241));
    box-shadow: inset 5px 5px 15px rgba(228, 228, 228, 0.2)
    , inset -5px -5px 15px rgba(0, 0, 0, 0.2)
    , 5px 5px 15px rgba(228, 228, 228, 0.2)
    , -5px -5px 15px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    overflow-y: scroll;
}    

.border-box-span {
   color: rgba(15, 15, 15, 1);
   font-size: 16px;
}

.border-box-0008-text::-webkit-scrollbar {
   width: 8px;
}

.border-box-0008-text::-webkit-scrollbar-thumb {
   background-image: linear-gradient(45deg, rgba(86, 86, 86, 1), rgba(201, 201, 201, 1));
   border-radius: 5px 5px 5px 5px;
}

.border-box-0008-text::-webkit-scrollbar-thumb:hover {
   background-image: linear-gradient(45deg, rgba(201, 201, 201, 1), rgba(86, 86, 86, 1));
   border-radius: 5px 5px 5px 5px;
}

/* *************************************** */
.border-box-0009{
    position: relative;
    width: 140px;
    height: 140px;
    border-radius: 5px;
    box-shadow: rgba(255, 255, 255, 0.15) 0 1px 2px, inset rgba(0, 0, 0, 0.5) 0 0 0 2px; 
    z-index: 0;
}

.border-box-in-0009{
    position: absolute;
    width: 130px;
    height: 130px;
    color: rgba(240, 240, 240, 1);
    top: 5px;
    left: 5px;
    padding: 5px;
    border-radius: 5px;
    box-shadow: rgba(255, 255, 255, 0.15) 0 1px 2px, inset rgba(0, 0, 0, 0.5) 0 0 0 2px;
}

/* *************************************** */
.border-box-0010{
    position: relative;
    width: 140px;
    height: 140px;
    border-radius: 5px;
    border: 2px solid rgb(0, 0, 0);
    box-shadow: rgba(99, 99, 99, 0.8) 0px 2px 8px 0px;
}

.border-box-in-0010{
    position: absolute;
    width: 130px;
    height: 130px;
    top: 3px;
    left: 3px;
    padding: 5px;
    border-radius: 5px;
    border: 2px solid rgb(0, 0, 0);
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.85) 0px -2px 6px 0px inset;
}

/* *************************************** */
.border-box-0011{
    position: relative;
    width: 140px;
    height: 140px;
    border-radius: 5px;
    background: rgb(34,34,34);
    box-shadow:  5px 5px 5px rgb(25, 25, 25), -5px -5px 5px rgb(47, 47, 47);
}

.border-box-in-0011{
    position: absolute;
    width: 132px;
    height: 132px;
    color: rgba(240, 240, 240, 1);
    top: 3px;
    left: 3px;
    padding: 10px;
    border-radius: 5px;
    background-color: rgb(34,34,34);
    box-shadow: inset 5px 5px 5px rgb(25, 25, 25),  inset -5px -5px 5px rgb(47, 47, 47);
}

/* ****************************************************** */
.border-box-0012-main {
    position: relative;
    width: 140px;
    height: 140px;
}

.border-box-0012-top {
    position: absolute;
    top: 10px;
    left: 0px;
    width: 140px;
    height: 3px;
    border-radius: 3px;
    background-color: rgba(55, 59, 68, 1);
    transition: .3s linear;
}

.border-box-0012-bottom {
    position: absolute;
    bottom: 10px;
    left: 0px;
    width: 140px;
    height: 3px;
    border-radius: 3px;
    background-color: rgba(55, 59, 68, 1);
    transition: .3s linear;
}

.border-box-0012-left {
    position: absolute;
    top: 0px;
    left: 10px;
    width: 3px;
    height: 140px;
    border-radius: 3px;
    background-color: rgba(55, 59, 68, 1);
    transition: .3s linear;
}

.border-box-0012-right {
    position: absolute;
    top: 0px;
    right: 10px;
    width: 3px;
    height: 140px;
    border-radius: 3px;
    background-color: rgba(55, 59, 68, 1);
    transition: .3s linear;
}

.border-box-0012-main:hover .border-box-0012-top{
    top: 5px;
    transition: .3s linear;
}

.border-box-0012-main:hover .border-box-0012-bottom{
    bottom: 5px;
    transition: .3s linear;
}

.border-box-0012-main:hover .border-box-0012-left{
    left: 5px;
    transition: .3s linear;
}

.border-box-0012-main:hover .border-box-0012-right{
    right: 5px;
    transition: .3s linear;
}

.border-box-0012-text-box {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 115px;
    height: 120px;
    padding: 10px;
    color: rgba(55, 59, 68, 1);
    font-size: 14px;
    overflow: hidden;
    overflow-y: scroll;
}

.border-box-0012-text {
    color: rgb(94, 98, 106);
}

.border-box-0012-text-box::-webkit-scrollbar {
   width: 8px;
}

.border-box-0012-text-box::-webkit-scrollbar-thumb {
   background-color: rgba(55, 59, 68, 1);
   border-radius: 5px 5px 5px 5px;
}

.border-box-0012-text-box::-webkit-scrollbar-thumb:hover {
   background-color: rgb(65, 66, 70);
   border-radius: 5px 5px 5px 5px;
}
/* *************************************** */
.border-box-0013-main {
    position: relative;
    width: 140px;
    height: 140px;
    border-radius: 5px 5px 5px 5px;
    background-color: rgba(33, 33, 33, 1);
}

.border-box-0013-text-box {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 112px;
    height: 114px;
    padding: 10px;
    overflow: hidden;
    overflow-y: scroll;
}

.border-box-0013-text {
    color: rgba(38, 78, 172, 1);
    font-size: 14px;
}

.border-box-0013-top {
    position: absolute;
    top: 10px;
    left: 0px;
    width: 140px;
    height: 3px;
    border-radius: 3px 3px 3px 3px;
    background-color: rgba(38, 78, 172, 1);
}

.border-box-0013-bottom {
    position: absolute;
    bottom: 10px;
    left: 0px;
    width: 140px;
    height: 3px;
    border-radius: 3px 3px 3px 3px;
    background-color: rgba(38, 78, 172, 1);
}

.border-box-0013-left {
    position: absolute;
    top: 0px;
    left: 10px;
    width: 3px;
    height: 140px;
    border-radius: 3px 3px 3px 3px;
    background-color: rgba(38, 78, 172, 1);
}

.border-box-0013-right {
    position: absolute;
    top: 0px;
    right: 10px;
    width: 3px;
    height: 140px;
    border-radius: 3px 3px 3px 3px;
    background-color: rgba(38, 78, 172, 1);
}

.border-box-0013-text-box::-webkit-scrollbar {
    width: 8px;
}

.border-box-0013-text-box::-webkit-scrollbar-thumb {
    background-color: rgba(38, 78, 172, 1);
    border-radius: 5px 5px 5px 5px;
}

.border-box-0013-text-box::-webkit-scrollbar-thumb:hover {
    background-color: rgba(84, 130, 232, 1);
    border-radius: 5px 5px 5px 5px;
}                
/* *************************************** */
.border-box-0014 {
    position: relative;
    width: 140px;
    height: 140px;
}

.border-box-0014-text-box {
    position: relative;
    width: 140px;
    height: 140px;
    border-radius: 5px;
    padding: 5px 5px 5px 5px;
    background-color: transparent;
    z-index: 1;
    overflow: hidden;
    overflow-y: scroll;
}

.border-box-0014-text{
    color: rgba(217, 218, 189, 1);
    font-size: 16px;
}

.border-box-0014 .border-box-0014-normal-box {
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 140px;
    height: 140px;
    background-color: rgba(40, 40, 45, 1);
    border-radius: 5px 5px 5px 5px;
    transition: 0.4s ease-in-out;
}

.border-box-0014 .border-box-0014-hover-box {
    position: absolute;
    bottom: -10px;
    right: -5px;
    width: 150px;
    height: 5px;
    background-color: rgba(241, 241, 241, 0.1);
    border-radius: 5px 5px 5px 5px;
    backdrop-filter: blur(5px);
    transition: 0.4s ease-in-out;
}

.border-box-0014:hover .border-box-0014-normal-box {
    bottom: -10px;
    right: -5px;
    width: 150px;
    height: 5px;
    transition: 0.4s ease-in-out;
}

.border-box-0014:hover .border-box-0014-hover-box {
    bottom: 0px;
    right: 0px;
    width: 140px;
    height: 140px;
    transition: 0.4s ease-in-out;
}   

.border-box-0014-text-box::-webkit-scrollbar {
    width: 8px;
}

.border-box-0014-text-box::-webkit-scrollbar-thumb {
    background-color: rgba(16, 16, 16, 1);
    border-radius: 5px 5px 5px 5px;
}

.border-box-0014-text-box::-webkit-scrollbar-thumb:hover {
    background-color: rgba(66, 66, 66, 1);
    border-radius: 5px 5px 5px 5px;
}   
/* *********************************************** */
.border-box-0015 {
    position: relative;
    width: 140px;
    height: 140px;
}

.border-box-0015-text-box {
    position: relative;
    width: 140px;
    height: 140px;
    border-radius: 5px;
    padding: 5px 5px 5px 5px;
    background-color: rgba(40, 40, 45, 1);
    border: 2px solid rgba(241, 241, 241, 1);
    z-index: 1;
    overflow: hidden;
    overflow-y: scroll;
}

.border-box-0015-text{
    color: rgba(217, 218, 189, 1);
    font-size: 16px;
}

.border-box-0015 .border-box-0015-box-bottom {
    position: absolute;
    bottom: -10px;
    right: -5px;
    width: 150px;
    height: 5px;
    background-color: rgba(241, 241, 241, 0.1);
    border-radius: 5px 5px 5px 5px;
    backdrop-filter: blur(5px);
}

.border-box-0015-text-box::-webkit-scrollbar {
    width: 8px;
}

.border-box-0015-text-box::-webkit-scrollbar-thumb {
    background-color: rgba(16, 16, 16, 1);
    border-radius: 5px 5px 5px 5px;
}

.border-box-0015-text-box::-webkit-scrollbar-thumb:hover {
    background-color: rgba(66, 66, 66, 1);
    border-radius: 5px 5px 5px 5px;
}
/* *********************************************** */
.border-box-0016-main {
    position: relative;
    width: 140px;
    height: 140px;
}

.border-box-0016-n {
    position: absolute;
    background-color: rgb(67, 66, 66);
    width: 140px;
    height: 140px;
    border-radius: 5px;
    border: 3px double rgba(0, 0, 0, 1);
    padding-left: 10px;
    z-index: 2;
    overflow: hidden;
    overflow-y: scroll;
    transition: 0.5s ease-in-out;
}

.border-box-0016-h {
    position: absolute;
    background-color: rgb(255, 160, 76);
    width: 140px;
    height: 140px;
    border-radius: 5px;
    border: 3px double rgb(0, 0, 0);
    padding-left: 10px;
    top: 7px;
    left: 7px;
    z-index: 1;
    overflow: hidden;
    overflow-y: scroll;
    transition: 0.5s ease-in-out;
}

.border-box-0016-text-n {
    color: rgba(217, 218, 189, 1);
    font-size: 16px;
    opacity: 1;
    transition-delay: 0.4s;
}

.border-box-0016-text-h {
    color: rgba(217, 218, 189, 1);
    font-size: 16px;
    opacity: 0;
    transition-delay: 0.4s;
}

.border-box-0016-main:hover .border-box-0016-n {
    top: 0px;
    left: 0px;
    transform: rotate(1deg);
    transition: 0.5s ease-in-out;
    z-index: 1;
}  

.border-box-0016-main:hover .border-box-0016-h {
    top: 7px;
    left: 7px;
    transform: rotate(1deg);
    transition: 0.5s ease-in-out;
    z-index: 2;
}    

.border-box-0016-main:hover .border-box-0016-text-n {
    opacity: 0;
    transition-delay: 0.4s;
}  

.border-box-0016-main:hover .border-box-0016-text-h {
    opacity: 1;
    transition-delay: 0.4s;
}  

.border-box-0016-n::-webkit-scrollbar {
    width: 8px;
}

.border-box-0016-h::-webkit-scrollbar {
    width: 0px;
}

.border-box-0016-main:hover .border-box-0016-n::-webkit-scrollbar {
    width: 0px;
}

.border-box-0016-main:hover .border-box-0016-h::-webkit-scrollbar {
    width: 8px;
}

.border-box-0016-n::-webkit-scrollbar-thumb {
    background-color: rgba(16, 16, 16, 1);
    border-radius: 5px 5px 5px 5px;
}

.border-box-0016-n::-webkit-scrollbar-thumb:hover {
    background-color: rgba(66, 66, 66, 1);
    border-radius: 5px 5px 5px 5px;
}

.border-box-0016-h::-webkit-scrollbar-thumb {
    background-color: rgba(16, 16, 16, 1);
    border-radius: 5px 5px 5px 5px;
}

.border-box-0016-h::-webkit-scrollbar-thumb:hover {
    background-color: rgba(66, 66, 66, 1);
    border-radius: 5px 5px 5px 5px;
}
/* *********************************************** */

.border-box-0017 {
    position: relative;
    background-color: rgb(67, 66, 66);
    padding-left: 10px;
    width: 140px;
    height: 140px;
    border-radius: 5px;
    border: 3px dotted rgb(255, 160, 76);
    transform: rotate(3deg);
}

.border-box-0017::after {
    content: "";
    background-color: rgb(38, 78, 172);
    border-radius: 5px;
    width: 100%;
    z-index: -1;
    position: absolute;
    border: 3px dotted rgba(0, 0, 0, 1);
    height: 100%;
    top: 10px;
    left: 10px;
}

/* *********************************************** */

.border-box-0018 {
    width: 140px;
    height: 140px;
    border-radius: 5px;
    color: rgba(255, 255, 255, 1);
    transition: all 150ms ease-in-out;
    box-shadow: rgba(255, 255, 255, 0.2) 0px 1px 0px 0px inset, rgba(0, 0, 0, 0.9) 0px 0px 0px 1px;
    background-color: rgba(17, 17, 17, 1);
    background-image: radial-gradient(76% 151% at 52% -52%, rgba(255, 255, 255, 0.23) 0%, transparent 100%);
}

.border-box-0018:hover {
    filter: brightness(1.1);
}

/* *********************************************** */

.border-box-0019 {
    position: relative;
    background-color: #0095ff;
    width: 140px;
    height: 140px;
    border: 1px solid transparent;
    border-radius: 3px;
    box-shadow: rgba(255, 255, 255, .4) 0 1px 0 0 inset;
    color: rgb(255, 255, 255);
}

/* *********************************************** */
.border-box-0020 {
    position: relative;
    width: 140px;
    height: 140px;
    border: 1px solid rgba(0, 149, 255, 0);
    border-radius: 5px 5px 5px 5px;
    padding: 5px 5px 5px 5px;
    background-image: linear-gradient(135deg, rgba(169 ,108 ,254 ,1) 0%, rgba(236,113,207,1) 50%, rgba(255,134,153,1) 75%, rgba(255,168,102,1) 100%);
    box-shadow: rgb(0, 0, 25) 0 0, rgba(0, 0, 25, .3) 0 9px 21px, rgba(73, 2, 57, .2) 0 -3px inset;
    overflow: hidden;
    overflow-y: scroll;
}

.border-box-0020-text {
    color: rgba(241, 241, 241, 1);
    font-size: 16px;
}

.border-box-0020::-webkit-scrollbar {
    width: 8px;
}

.border-box-0020::-webkit-scrollbar-thumb {
    background-image: linear-gradient(135deg, rgba(169 ,108 ,254 ,1) 0%, rgba(236,113,207,1) 50%, rgba(255,134,153,1) 75%, rgba(255,168,102,1) 100%);
    border-radius: 5px 5px 5px 5px;
}

.border-box-0020::-webkit-scrollbar-thumb:hover {
    background-image: linear-gradient(135deg, rgba(255,168,102,1) 0%, rgba(255,134,153,1) 50%, rgba(236,113,207,1) 75%, rgba(169 ,108 ,254 ,1) 100%);
    border-radius: 5px 5px 5px 5px;
}

/* *********************************************** */
.border-box-0021 {
    position: relative;
    background-color: rgba(179, 211, 234, 1);
    width: 140px;
    height: 140px;
    border-radius: 3px;
    border: 2px solid rgba(122, 167, 199, 0);
    box-shadow: 0 0 0 4px rgba(0, 149, 255, .15);
    color: rgba(44, 87, 119, 1);
    filter: brightness(1.2);
}

/* *********************************************** */
.border-box-0022 {
    position: relative;
    width: 140px;
    height: 140px;
    border-radius: 5px;
    background-color: rgba(240, 247, 250, 1);
    box-shadow: inset 0 -4px 8px rgba(135, 191, 216, 1), 0 4px 6px rgba(0, 0, 0, 0.2);
    color: rgba(4, 112, 227, 1);
}

/* *********************************************** */
.border-box-0023 {
    position: relative;
    width: 140px;
    height: 140px;
    padding: 15px 5px 5px 10px;
    border-radius: 5px;
    background: rgba(0, 83, 208, 1);
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.5), 0 -2px 0 2px rgba(0, 0, 0, 0.3), 0 2px 0 2px rgba(255, 255, 255, 0.3), -4px 0 4px rgba(0, 63, 157, 1) inset, 0 4px 4px rgba(255, 255, 255, 0.3) inset, 4px 0 4px rgba(255, 255, 255, 0.3) inset, 0 -4px 4px rgba(0, 63, 157, 1) inset;
}

.border-box-0023-top {
    position: absolute;
    background:  rgba(255, 255, 255, 0.5);
    top: 10px;
    left: 10px;
    width: 120px;
    height: 10px;
    filter: blur(2px);
    border-radius: 100%;
}

.border-box-0023-text-box {
    position: absolute;
    top: 20px;
    left: 10px;
    width: 120px;
    height: 120px;
    padding: 5px 5px 5px 10px;
    overflow: hidden;
    overflow-y: scroll;
}

.border-box-0023-text {
    color: rgba(157, 196, 255, 1);
    font-size: 16px;
}

.border-box-0023-text-box::-webkit-scrollbar {
    width: 8px;
}

.border-box-0023-text-box::-webkit-scrollbar-thumb {
    background-color: rgba(157, 196, 255, 1);
    border-radius: 5px 5px 5px 5px;
}

.border-box-0023-text-box::-webkit-scrollbar-thumb:hover {
    background-color: rgba(157, 196, 255, 0.5);
    border-radius: 5px 5px 5px 5px;
}
/* *********************************************** */

.border-box-0024 {
    width: 140px;
    height: 140px;
    background-color: rgba(194, 251, 215, 1);
    border-radius: 5px;
    padding: 5px 5px 5px 10px;
    box-shadow: rgba(44, 187, 99, 0.2) 0 -25px 18px -14px inset,rgba(44, 187, 99, 0.15) 0 1px 2px,rgba(44, 187, 99, 0.15) 0 2px 4px,rgba(44, 187, 99, 0.15) 0 4px 8px,rgba(44, 187, 99, 0.15) 0 8px 16px,rgba(44, 187, 99, 0.15) 0 16px 32px;
    transform: rotate(10deg);
    transition: all 250ms;
    overflow: hidden;
    overflow-y: scroll;
}

.border-box-0024:hover {
    box-shadow: rgba(44, 187, 99, 0.35) 0 -25px 18px -14px inset,rgba(44, 187, 99, 0.25) 0 1px 2px,rgba(44, 187, 99, 0.25) 0 2px 4px,rgba(44, 187, 99, 0.25) 0 4px 8px,rgba(44, 187, 99, 0.25) 0 8px 16px,rgba(44, 187, 99, 0.25) 0 16px 32px;
    transform: scale(1.05) rotate(0deg);
}     

.border-box-0024 {
   color: rgba(0, 128, 0, 1);
   font-size: 16px;
}

.border-box-0024::-webkit-scrollbar {
   width: 8px;
}

.border-box-0024::-webkit-scrollbar-thumb {
   background-color: rgba(44, 187, 99, 1);
   border-radius: 5px 5px 5px 5px;
}

.border-box-0024::-webkit-scrollbar-thumb:hover {
   background-color: rgba(44, 187, 99, 0.8);
   border-radius: 5px 5px 5px 5px;
}
/* *********************************************** */

.border-box-0025 {
    width: 140px;
    height: 140px;
    background-color: rgb(194, 230, 251);
    border-radius: 5px;
    border: 3px solid rgb(0, 83, 128);
    box-shadow: rgba(44, 118, 187, 0.2) 0 -25px 18px -14px inset,rgba(44, 118, 187, 0.15) 0 1px 2px,rgba(44, 92, 187, 0.15) 0 2px 4px,rgba(44, 115, 187, 0.15) 0 4px 8px,rgba(44, 92, 187, 0.15) 0 8px 16px,rgba(44, 106, 187, 0.15) 0 16px 32px;
    color: rgb(0, 83, 128);
    transform: rotate(3deg);
}

/* *********************************************** */
.border-box-0026-main {
    position: relative;
    width: 140px;
    height: 140px;
    border-radius: 5px 5px 5px 5px;
    border: none;
    background-color: rgba(61, 209, 231, 1);
    transform: rotate(-1deg);
}

.border-box-0026 {
    position: absolute;
    bottom: 6px;
    left: 6px;
    width: 130px;
    height: 130px;
    border-radius: 5px 5px 5px 5px;
    padding: 5px 5px 5px 5px;
    overflow: hidden;
    overflow-y: scroll;
}

.border-box-0026-frame {
    position: absolute;
    bottom: 6px;
    left: 6px;
    width: 140px;
    height: 140px;
    border-radius: 5px 5px 5px 5px;
    border: 2px dotted rgba(241, 241, 241, 1);
    background-color: transparent;
    pointer-events: none;
    z-index: 2;
}

.border-box-0026-text {
    color: rgba(0, 83, 128, 1);
    font-size: 16px;
}

.border-box-0026::-webkit-scrollbar {
    width: 8px;
}

.border-box-0026::-webkit-scrollbar-thumb {
    background-color: rgba(0, 83, 128, 1);
    border-radius: 5px 5px 5px 5px;
}

.border-box-0026::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0, 83, 128, 0.8);
    border-radius: 5px 5px 5px 5px;
}
                
/* *********************************************** */
.border-box-0027-main {    
    position: relative;
    width: 140px;
    height: 140px;
    border-radius: 5px;
    background-color: transparent;     
    border: 3px solid rgba(0, 0, 0, 1);
    box-shadow: 1px 1px 0px 0px rgba(0, 0, 0, 1), 2px 2px 0px 0px rgba(0, 0, 0, 1), 3px 3px 0px 0px rgba(0, 0, 0, 1), 4px 4px 0px 0px rgba(0, 0, 0, 1), 5px 5px 0px 0px rgba(0, 0, 0, 1);
}

.border-box-0027-frame {
    position: absolute;
    top: 0;
    left: 0;
    width: 135px;
    height: 135px;
    border-radius: 5px;
    background-color: lightgray;     
    box-shadow: -5px -5px 15px rgba(64, 75, 78, 0.2)
    , 5px 5px 15px rgba(0, 0, 0, 0.9)
    , inset -5px -5px 15px rgba(64, 75, 78, 0.2)
    , inset 5px 5px 15px rgba(0, 0, 0, 0.9);
    z-index: 3;

}

.border-box-0027-main:hover .border-box-0027-frame {
    filter: brightness(1.2);
}

.border-box-0027 {
    position: absolute;
    top: 2px;
    left: 0;
    width: 130px;
    height: 130px;
    border-radius: 5px;
    background-color: transparent; 
    padding: 5px 5px 5px 10px; 
    z-index: 4;
    overflow: hidden;
    overflow-y: scroll;
}

.border-box-0027-text {
    color: rgba(0, 0, 0, 1);
    font-size: 16px;
}

.border-box-0027::-webkit-scrollbar {
    width: 8px;
}

.border-box-0027::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 1);
    border-radius: 5px 5px 5px 5px;
}

.border-box-0027::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0, 0, 0, 0.8);
    border-radius: 5px 5px 5px 5px;
}

/* *********************************************** */
.border-box-0028 {
    width: 140px;
    height: 140px;
    border-radius: 5px;
    background-color: rgba(89, 131, 252, 1);
    background-image: linear-gradient(0deg, rgb(65, 85, 139) 0%, rgba(41, 53, 86, 1) 50%, rgba(89, 131, 252, 1) 50%, rgba(89, 131, 252, 1) 100%);
    border-radius: 5px;
    box-shadow: inset 0 1px 0 0 #b1b9cb;
    color: #fff;
    text-shadow: 0 -1px 1px #000f4d;
}

.border-box-0028:hover {
    filter: brightness(1.1);
}

/* *********************************************** */
.border-box-0029 {
    width: 140px;
    height: 140px;
    border-radius: 5px;
    transition: all 150ms ease-in-out;
    color: rgba(255, 255, 255, 1);
    background-color: rgba(16, 16, 16, 1);
    background-image: radial-gradient(50% 115% at 50% -5%, rgba(255, 255, 255, 0.11) 0%, transparent 100%);
    box-shadow: inset 0 0px 10px 0px rgba(255, 255, 255, 0.14), 
    inset 0px 5px 10px 0px rgba(255, 255, 255, 0.11), 
    inset 0px 2px 5px 0px rgba(255, 255, 255, 0.4), 
    inset 0px 3px 20px 0px rgba(0, 0, 0, 0.25);
}

.border-box-0029:hover {
    background-color: rgba(255, 255, 255, 0.05);
}

/* *********************************************** */
.border-box-0030-box {
    position: relative;
    width: 140px;
    height: 140px;
    border-radius: 5px;
    border: 4px solid rgba(115, 236, 139, 1);
    background-color: rgba(21, 179, 146, 1);
    box-shadow: 0 0 4px 1px rgba(115, 236, 139, 1),
        0 0 16px 4px rgba(84, 195, 146, 0.8),
        inset 0 0 3px 1px rgba(115, 236, 139, 1);
    transition: 0.5s ease-in-out;
}

.border-box-0030-box:hover {
    border: 4px solid rgba(21, 179, 146, 1);
    background-color: rgba(115, 236, 139, 1);
    box-shadow: 0 0 4px 1px rgba(84, 195, 146, 1),
        0 0 16px 8px rgba(115, 236, 139, 0.8),
        inset 0 0 3px 1px rgba(84, 195, 146, 1);
    transition: 0.5s ease-in-out;
}

.border-box-0030 {
    position: absolute;
    background-color: transparent;
    top: 5px;
    left: 0px;
    width: 130px;
    height: 120px;
    padding: 5px 5px 5px 10px;
    overflow: hidden;
    overflow-y: scroll;
}

.border-box-0030-box .border-box-0030-text {
    color: rgba(115, 236, 139, 1);
    font-size: 16px;
    transition: 0.5s ease-in-out;
}
.border-box-0030-box:hover .border-box-0030-text {
    color: rgba(21, 179, 146, 1);
    transition: 0.5s ease-in-out;
}

.border-box-0030::-webkit-scrollbar {
    width: 8px;
}

.border-box-0030::-webkit-scrollbar-thumb {
    background-color: rgba(115, 236, 139, 1);
    border-radius: 5px 5px 5px 5px;
}

.border-box-0030:hover::-webkit-scrollbar-thumb {
    background-color: rgba(21, 179, 146, 1);
    border-radius: 5px 5px 5px 5px;
}
/* *********************************************** */

.border-box-0031 {
    position: relative;
    width: 140px;
    height: 140px;
    border-radius: 5px 5px 5px 5px;
    background-color: rgba(241, 241, 241, 1); 
    border: 10px groove rgba(50, 50, 93, 1);
    overflow: hidden;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.85) 0px -2px 6px 0px inset;
}

.border-box-0031-text {
    position: absolute;
    width: 110px;
    height: 110px;
    top: 5px;
    left: 5px;
    padding: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    border: 5px dashed rgba(50, 50, 93, 1);
    background-color: rgba(241, 241, 241, 1);
    box-shadow: rgb(204, 219, 232) 3px 3px 6px 0px inset, rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset;
    overflow: hidden;
    overflow-y: scroll;
}

.border-box-0031-span { 
    color: rgba(15, 15, 15, 1);
    font-size: 16px;
}

.border-box-0031-text::-webkit-scrollbar {
    width: 8px;
}

.border-box-0031-text::-webkit-scrollbar-thumb {
    background-color: rgba(50, 50, 93, 1);
    border-radius: 5px 5px 5px 5px;
}

.border-box-0031-text::-webkit-scrollbar-thumb:hover {
    background-color: rgba(100, 100, 143, 1);
    border-radius: 5px 5px 5px 5px;
}
                
/* *********************************************** */

.border-box-0032-main{
    position: relative;
    width: 140px;
    height: 140px;
}

.border-box-0032-shadow{
    position: absolute;
    background-image: linear-gradient(45deg, rgb(99, 0, 0), rgb(0, 117, 140));
    top: 0px;
    left: 0px;
    width: 140px;
    height: 140px;
    border-radius: 5px;
    filter: blur(5px);
}

.border-box-0032-text{
    position: absolute;
    width: 140px;
    height: 140px;
    top: 0px;
    left: 0px;
    padding: 5px;
    border-radius: 5px;
    border: 2px solid rgb(140, 140, 140);
    background-image: linear-gradient(45deg, rgb(99, 0, 0), rgb(0, 117, 140));
    box-shadow: inset 5px 5px 15px rgba(228, 228, 228, 0.2)
    , inset -5px -5px 15px rgba(0, 0, 0, 0.2)
    , 5px 5px 15px rgba(228, 228, 228, 0.2)
    , -5px -5px 15px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    overflow-y: scroll;
}    

.border-box-span {
   color: rgb(250, 235, 215, 1);
   font-size: 16px;
}

.border-box-0032-text::-webkit-scrollbar {
   width: 8px;
}

.border-box-0032-text::-webkit-scrollbar-thumb {
   background-image: linear-gradient(45deg, rgb(0, 117, 140), rgb(99, 0, 0));
   border-radius: 5px 5px 5px 5px;
}

.border-box-0032-text::-webkit-scrollbar-thumb:hover {
   background-image: linear-gradient(45deg, rgb(99, 0, 0), rgb(0, 117, 140));
   border-radius: 5px 5px 5px 5px;
}

/* *************************************** */
.border-box-0033-main {
    position: relative;
    width: 140px;
    height: 140px;
}

.border-box-0033-n {
    position: absolute;
    background-color: rgb(67, 66, 66);
    width: 140px;
    height: 140px;
    border-radius: 5px;
    border: 3px double rgba(0, 0, 0, 1);
    z-index: 1;
}

.border-box-0033-h {
    position: absolute;
    background-color: rgb(255, 160, 76);
    width: 140px;
    height: 140px;
    border-radius: 5px;
    border: 3px double rgb(0, 0, 0);
    padding-left: 10px;
    top: 7px;
    left: 7px;
    z-index: 2;
    overflow: hidden;
    overflow-y: scroll;
}

.border-box-0033-text-h {
    color: rgba(217, 218, 189, 1);
    font-size: 16px;
}  

.border-box-0033-main:hover .border-box-0033-h::-webkit-scrollbar {
    width: 8px;
}

.border-box-0033-h::-webkit-scrollbar-thumb {
    background-color: rgba(16, 16, 16, 1);
    border-radius: 5px 5px 5px 5px;
}

.border-box-0033-h::-webkit-scrollbar-thumb:hover {
    background-color: rgba(66, 66, 66, 1);
    border-radius: 5px 5px 5px 5px;
}
/* *********************************************** */