/* **************************************************************** */
.border-box-0001{
    position: relative;
    width: var(--width-text-box, 140px);
    height: var(--height-text-box, 140px);
    cursor: text;
}

.border-box-0001::before {
    content: "";
    background: var(--shadow-color, 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: var(--width-text-box, 140px);
    height: var(--height-text-box, 140px);
    animation: rot-bg-0001 20s infinite ease-in-out;
    border-radius: var(--btn-main-radius, 5px 5px 5px 5px);
}

.border-box-in-0001{
    position: absolute;
    width: var(--width-text-box-in, 134px);
    height: var(--height-text-box-in, 134px);
    top: 3px;
    left: 3px;
    padding: var(--text-box-padding, 5px 5px 5px 5px);
    border-radius: var(--btn-main-radius, 5px 5px 5px 5px);
    border: 2px solid rgb(0, 0, 0);
    background-color: var(--bg-text-box-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);
    word-break: break-word;
    overflow: hidden;
    overflow-y: scroll;
}

.border-box-span-0001 {
    font-size: var(--font-size-main-btn, 16px);
    color: var(--text-color, rgba(15, 15, 15, 1));
}

@keyframes rot-bg-0001 {
    0% {
    background-position: 0 0;
    }
    50% {
    background-position: 200% 0;
    }
    100% {
    background-position: 0 0;
    }
}

.border-box-in-0001::-webkit-scrollbar{
    width: var(--scrollbar-width, 8px);
    cursor: default;
}

.border-box-in-0001::-webkit-scrollbar-thumb{
    background-color: var(--scrollbar-normal-color, rgba(184, 149, 112, 1));
    border-radius: var(--scrollbar-radius, 5px); 
    cursor: default;
}

.border-box-in-0001::-webkit-scrollbar-thumb:hover{
    background-color: var(--scrollbar-hover-color, rgba(158, 158, 158, 1));
    border-radius: var(--scrollbar-radius, 5px); 
    cursor: default;
}
/* **************************************************************** */
.border-box-0002{
    position: relative;
    cursor: text;  
    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-0002-text{
    position: absolute;
    top: 5px;
    left: 5px;
    box-shadow: rgb(204, 219, 232) 3px 3px 6px 0px inset, rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset;
    word-break: break-word;
    overflow: hidden;
    overflow-y: scroll;
}

.border-box-0002-text::-webkit-scrollbar{
    width: var(--scrollbar-width, 8px);
    cursor: default;
}

.border-box-0002-text::-webkit-scrollbar-thumb{
    background-color: var(--scrollbar-normal-color, rgba(184, 149, 112, 1));
    border-radius: var(--scrollbar-radius, 5px); 
    cursor: default;
}

.border-box-0002-text::-webkit-scrollbar-thumb:hover{
    background-color: var(--scrollbar-hover-color, rgba(158, 158, 158, 1));
    border-radius: var(--scrollbar-radius, 5px); 
    cursor: default;
}

/* **************************************************************** */
.border-box-0003{
    position: relative;
    box-shadow: rgb(204, 219, 232) 3px 3px 6px 0px inset, rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset;
    cursor: text;  
}

.border-box-0003-text{
    position: absolute;
    top: 5px;
    left: 5px;
    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;
    word-break: break-word;
    overflow: hidden;
    overflow-y: scroll;
}

.border-box-0003-text::-webkit-scrollbar{
    width: var(--scrollbar-width, 8px);
    cursor: default;
}

.border-box-0003-text::-webkit-scrollbar-thumb{
    background-color: var(--scrollbar-normal-color, rgba(184, 149, 112, 1));
    border-radius: var(--scrollbar-radius, 5px); 
    cursor: default;
}

.border-box-0003-text::-webkit-scrollbar-thumb:hover{
    background-color: var(--scrollbar-hover-color, rgba(158, 158, 158, 1));
    border-radius: var(--scrollbar-radius, 5px); 
    cursor: default;
}
/* **************************************************************** */
.border-box-0004{
    position: relative;
    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;
    cursor: text;  
}

.border-box-0004-text{
    position: absolute;
    top: 5px;
    left: 5px;
    box-shadow: rgb(204, 219, 232) 3px 3px 6px 0px inset, rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset;
    word-break: break-word;
    overflow: hidden;
    overflow-y: scroll;
}

.border-box-0004-text::-webkit-scrollbar{
    width: var(--scrollbar-width, 8px);
    cursor: default;
}

.border-box-0004-text::-webkit-scrollbar-thumb{
    background-color: var(--scrollbar-normal-color, rgba(184, 149, 112, 1));
    border-radius: var(--scrollbar-radius, 5px); 
    cursor: default;
}

.border-box-0004-text::-webkit-scrollbar-thumb:hover{
    background-color: var(--scrollbar-hover-color, rgba(158, 158, 158, 1));
    border-radius: var(--scrollbar-radius, 5px); 
    cursor: default;
}

/* **************************************************************** */
.border-box-0005{
    position: relative;
    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;
    cursor: text;  
}

.border-box-0005-text{
    position: absolute;
    top: 5px;
    left: 5px;
    box-shadow: rgb(204, 219, 232) 3px 3px 6px 0px inset, rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset;
    word-break: break-word;
    overflow: hidden;
    overflow-y: scroll;
}

.border-box-0005-text::-webkit-scrollbar{
    width: var(--scrollbar-width, 8px);
}

.border-box-0005-text::-webkit-scrollbar-thumb{
    background-color: var(--scrollbar-normal-color, rgba(184, 149, 112, 1));
    border-radius: var(--scrollbar-radius, 5px); 
    cursor: default;
}

.border-box-0005-text::-webkit-scrollbar-thumb:hover{
    background-color: var(--scrollbar-hover-color, rgba(158, 158, 158, 1));
    border-radius: var(--scrollbar-radius, 5px); 
    cursor: default;
}

/* **************************************************************** */
.border-box-0006{
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 2px 4px 0px inset;  
    cursor: text;  
}

.border-box-0006-text{
    position: absolute;
    word-break: break-word;
    overflow: hidden;
    overflow-y: scroll;
}

.border-box-0006-text::-webkit-scrollbar{
    width: var(--scrollbar-width, 8px);
}

.border-box-0006-text::-webkit-scrollbar-thumb{
    background-color: var(--scrollbar-normal-color, rgba(184, 149, 112, 1));
    border-radius: var(--scrollbar-radius, 5px);
    cursor: default;
}

.border-box-0006-text::-webkit-scrollbar-thumb:hover{
    background-color: var(--scrollbar-hover-color, rgba(158, 158, 158, 1));
    border-radius: var(--scrollbar-radius, 5px);
    cursor: default;
}

/* **************************************************************** */
.border-box-0008-main{
    position: relative; 
    cursor: text;  
}

.border-box-0008-shadow{
    position: absolute;
}

.border-box-0008-text{
    position: absolute;
    top: 0px;
    left: 0px;
    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);
    word-break: break-word;
    overflow: hidden;
    overflow-y: scroll;
}    

.border-box-0008-text::-webkit-scrollbar{
    width: var(--scrollbar-width, 8px);
}

.border-box-0008-text::-webkit-scrollbar-thumb{
    background-image: var(--scrollbar-normal-color, linear-gradient(45deg, rgba(86, 86, 86, 1), rgba(201, 201, 201, 1)));
    border-radius: var(--scrollbar-radius, 5px); 
    cursor: default;
}

.border-box-0008-text::-webkit-scrollbar-thumb:hover{
    background-image: var(--scrollbar-hover-color, linear-gradient(45deg, rgba(201, 201, 201, 1), rgba(86, 86, 86, 1)));
    border-radius: var(--scrollbar-radius, 5px); 
    cursor: default;
}
/* **************************************************************** */
.border-box-0009{
    position: relative;
    box-shadow: rgba(255, 255, 255, 0.15) 0 1px 2px, inset rgba(0, 0, 0, 0.5) 0 0 0 2px;  
    cursor: text;  
}

.border-box-0009-text{
    position: absolute;
    top: 5px;
    left: 5px;
    box-shadow: rgba(255, 255, 255, 0.15) 0 1px 2px, inset rgba(0, 0, 0, 0.5) 0 0 0 2px;
    word-break: break-word;
    overflow: hidden;
    overflow-y: scroll;
}

.border-box-0009-text::-webkit-scrollbar{
    width: var(--scrollbar-width, 8px);
}

.border-box-0009-text::-webkit-scrollbar-thumb{
    background-color: var(--scrollbar-normal-color, rgba(86, 86, 86, 1));
    border-radius: var(--scrollbar-radius, 5px); 
    cursor: default;
}

.border-box-0009-text::-webkit-scrollbar-thumb:hover{
    background-color: var(--scrollbar-hover-color, rgba(201, 201, 201, 1));
    border-radius: var(--scrollbar-radius, 5px); 
    cursor: default;
}
/* **************************************************************** */
.border-box-0010{
    position: relative;
    border: 2px solid rgb(0, 0, 0);
    box-shadow: rgba(99, 99, 99, 0.8) 0px 2px 8px 0px; 
    cursor: text;  
}

.border-box-0010-text{
    position: absolute;
    top: 5px;
    left: 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;
    word-break: break-word;
    overflow: hidden;
    overflow-y: scroll;
}

.border-box-0010-text::-webkit-scrollbar{
    width: var(--scrollbar-width, 8px);
}

.border-box-0010-text::-webkit-scrollbar-thumb{
    background-color: var(--scrollbar-normal-color, rgba(86, 86, 86, 1));
    border-radius: var(--scrollbar-radius, 5px); 
    cursor: default;
}

.border-box-0010-text::-webkit-scrollbar-thumb:hover{
    background-color: var(--scrollbar-hover-color, rgba(201, 201, 201, 1));
    border-radius: var(--scrollbar-radius, 5px); 
    cursor: default;
}
/* **************************************************************** */
.border-box-0011{
    position: relative;
    box-shadow:  5px 5px 5px rgb(25, 25, 25), -5px -5px 5px rgb(47, 47, 47); 
    cursor: text;  
}

.border-box-0011-text{
    position: absolute;
    top: 5px;
    left: 5px;
    box-shadow: inset 5px 5px 5px rgb(25, 25, 25),  inset -5px -5px 5px rgb(47, 47, 47);
    word-break: break-word;
    overflow: hidden;
    overflow-y: scroll;
}

.border-box-0011-text::-webkit-scrollbar{
    width: var(--scrollbar-width, 8px);
}

.border-box-0011-text::-webkit-scrollbar-thumb{
    background-color: var(--scrollbar-normal-color, rgba(241, 241, 241, 1));
    border-radius: var(--scrollbar-radius, 5px); 
    cursor: default;
}

.border-box-0011-text::-webkit-scrollbar-thumb:hover{
    background-color: var(--scrollbar-hover-color, rgba(158, 158, 158, 1));
    border-radius: var(--scrollbar-radius, 5px); 
    cursor: default;
}
/* **************************************************************** */
.border-box-0012-main {
    position: relative; 
    cursor: text;  
}

.border-box-0012-text-box {
    position: absolute;
    top: 10px;
    left: 10px;
    word-break: break-word;
    overflow: hidden;
    overflow-y: scroll;
}

.border-box-0012-top {
    position: absolute;
    top: 10px;
    left: 0px;
}

.border-box-0012-bottom {
    position: absolute;
    bottom: 10px;
    left: 0px;
}

.border-box-0012-left {
    position: absolute;
    top: 0px;
    left: 10px;
}

.border-box-0012-right {
    position: absolute;
    top: 0px;
    right: 10px;
}

.border-box-0012-main:hover .border-box-0012-top{
    top: 5px;
}

.border-box-0012-main:hover .border-box-0012-bottom{
    bottom: 5px;
}

.border-box-0012-main:hover .border-box-0012-left{
    left: 5px;
}

.border-box-0012-main:hover .border-box-0012-right{
    right: 5px;
}

.border-box-0012-text-box::-webkit-scrollbar{
    width: var(--scrollbar-width, 8px);
}

.border-box-0012-text-box::-webkit-scrollbar-thumb{
    background-color: var(--scrollbar-normal-color, rgba(55, 59, 68, 1));
    border-radius: var(--scrollbar-radius, 5px); 
    cursor: default;
}

.border-box-0012-text-box::-webkit-scrollbar-thumb:hover{
    background-color: var(--scrollbar-hover-color, rgba(65, 66, 70, 1));
    border-radius: var(--scrollbar-radius, 5px); 
    cursor: default;
}
/* **************************************************************** */
.border-box-0013-main {
    position: relative; 
    cursor: text;  
}

.border-box-0013-text-box {
    position: absolute;
    top: 10px;
    left: 10px;
    word-break: break-word;
    overflow: hidden;
    overflow-y: scroll;
}

.border-box-0013-top {
    position: absolute;
    top: 10px;
    left: 0px;
}

.border-box-0013-bottom {
    position: absolute;
    bottom: 10px;
    left: 0px;
}

.border-box-0013-left {
    position: absolute;
    top: 0px;
    left: 10px;
}

.border-box-0013-right {
    position: absolute;
    top: 0px;
    right: 10px;
}

.border-box-0013-text-box::-webkit-scrollbar{
    width: var(--scrollbar-width, 8px);
}

.border-box-0013-text-box::-webkit-scrollbar-thumb{
    background-color: var(--scrollbar-normal-color, rgba(55, 59, 68, 1));
    border-radius: var(--scrollbar-radius, 5px); 
    cursor: default;
}

.border-box-0013-text-box::-webkit-scrollbar-thumb:hover{
    background-color: var(--scrollbar-hover-color, rgba(65, 66, 70, 1));
    border-radius: var(--scrollbar-radius, 5px); 
    cursor: default;
}
/* **************************************************************** */
.border-box-0014 {
    position: relative;
    background: transparent; 
    cursor: text;  
}

.border-box-0014-text-box {
    position: relative;
    background: transparent;
    z-index: 1;
    word-break: break-word;
    overflow: hidden;
    overflow-y: scroll;
}

.border-box-0014 .border-box-0014-normal-box {
    position: absolute;
    bottom: 0px;
    right: 0px;
    z-index: -2;
}

.border-box-0014 .border-box-0014-hover-box {
    position: absolute;
    bottom: -10px;
    right: -5px;
    z-index: -2;
    backdrop-filter: blur(5px);
}

.border-box-0014:hover .border-box-0014-normal-box {
    bottom: -10px;
    right: -5px;
}

.border-box-0014:hover .border-box-0014-hover-box {
    bottom: 0px;
    right: 0px;
    border-radius: 5px;
}  

.border-box-0014-text-box::-webkit-scrollbar{
    width: var(--scrollbar-width, 8px);
}

.border-box-0014-text-box::-webkit-scrollbar-thumb{
    background-color: var(--scrollbar-normal-color, rgba(55, 59, 68, 1));
    border-radius: var(--scrollbar-radius, 5px); 
    cursor: default;
}

.border-box-0014-text-box::-webkit-scrollbar-thumb:hover{
    background-color: var(--scrollbar-hover-color, rgba(65, 66, 70, 1));
    border-radius: var(--scrollbar-radius, 5px); 
    cursor: default;
}
/* **************************************************************** */
.border-box-0015 {
    position: relative;
    width: 230px;
    height: 140px; 
    cursor: text;  
}

.border-box-0015-text-box {
    position: relative;
    width: 230px;
    height: 140px;
    border-radius: 5px;
    padding: 5px 5px 5px 5px;
    background-color: rgba(40, 40, 45, 1);
    z-index: 1;
    word-break: break-word;
    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: 240px;
    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: var(--scrollbar-width, 8px);
}

.border-box-0015-text-box::-webkit-scrollbar-thumb{
    background-color: var(--scrollbar-normal-color, rgba(55, 59, 68, 1));
    border-radius: var(--scrollbar-radius, 5px); 
    cursor: default;
}

.border-box-0015-text-box::-webkit-scrollbar-thumb:hover{
    background-color: var(--scrollbar-hover-color, rgba(65, 66, 70, 1));
    border-radius: var(--scrollbar-radius, 5px); 
    cursor: default;
}
/* **************************************************************** */
.border-box-0016-main {
    position: relative; 
    cursor: text;  
}

.border-box-0016-n {
    position: absolute;
    z-index: 2;
    word-break: break-word;
    overflow: hidden;
    overflow-y: scroll;
}

.border-box-0016-h {
    position: absolute;
    top: 7px;
    left: 7px;
    z-index: 1;
    word-break: break-word;
    overflow: hidden;
    overflow-y: scroll;
}

.border-box-0016-text-n {
    opacity: 1;
}

.border-box-0016-text-h {
    opacity: 0;
}

.border-box-0016-main:hover .border-box-0016-n {
    top: 0px;
    left: 0px;
    z-index: 1;
}  

.border-box-0016-main:hover .border-box-0016-h {
    top: 7px;
    left: 7px;
    z-index: 2;
}    

.border-box-0016-main:hover .border-box-0016-text-n {
    opacity: 0;
}  

.border-box-0016-main:hover .border-box-0016-text-h {
    opacity: 1;
}  

.border-box-0016-n::-webkit-scrollbar {
    width: var(--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: var(--scrollbar-width, 8px);
}

.border-box-0016-n::-webkit-scrollbar-thumb {
    background-color: var(--scrollbar-normal-color, rgba(55, 59, 68, 1));
    border-radius: var(--scrollbar-radius, 5px); 
    cursor: default;
}

.border-box-0016-n::-webkit-scrollbar-thumb:hover {
    background-color: var(--scrollbar-hover-color, rgba(65, 66, 70, 1));
    border-radius: var(--scrollbar-radius, 5px); 
    cursor: default;
}

.border-box-0016-h::-webkit-scrollbar-thumb {
    background-color: var(--scrollbar-normal-color, rgba(55, 59, 68, 1));
    border-radius: var(--scrollbar-radius, 5px); 
    cursor: default;
}

.border-box-0016-h::-webkit-scrollbar-thumb:hover {
    background-color: var(--scrollbar-hover-color, rgba(65, 66, 70, 1));
    border-radius: var(--scrollbar-radius, 5px); 
    cursor: default;
}
/* **************************************************************** */
.border-box-0017-main {
    position: relative;
    width: 230px;
    height: 140px; 
    cursor: text;  
}

.border-box-0017-one {
    position: absolute;
    background-color: rgb(38, 78, 172);
    width: 230px;
    height: 140px;
    top: 10px;
    left: 10px;
    border-radius: 5px 5px 5px 5px;
    border: 3px dotted rgba(16, 16, 16, 1);
    padding: 5px 5px 5px 5px;
    z-index: 2;
    word-break: break-word;
    overflow: hidden;
    overflow-y: scroll;
    transform: rotate(3deg);
}

.border-box-0017-two {
    position: absolute;
    background-color: rgb(67, 66, 66);
    width: 230px;
    height: 140px;
    border-radius: 5px 5px 5px 5px;
    border: 3px dotted rgb(255, 160, 76);
    padding: 5px 5px 5px 5px;
    top: 0px;
    left: 0px;
    z-index: 1;
    word-break: break-word;
    overflow: hidden;
    overflow-y: scroll;
    transform: rotate(3deg);
}

.border-box-0017-text {
    color: rgba(217, 218, 189, 1);
    font-size: 16px;
}

.border-box-0017-one::-webkit-scrollbar {
    width: var(--scrollbar-width, 8px);
}

.border-box-0017-one::-webkit-scrollbar-thumb {
    background-color: var(--scrollbar-normal-color, rgba(55, 59, 68, 1));
    border-radius: var(--scrollbar-radius, 5px); 
    cursor: default;
}

.border-box-0017-one::-webkit-scrollbar-thumb:hover {
    background-color: var(--scrollbar-hover-color, rgba(65, 66, 70, 1));
    border-radius: var(--scrollbar-radius, 5px); 
    cursor: default;
}   
/* **************************************************************** */
.border-box-0018 {
    position: relative;
    box-shadow: rgba(255, 255, 255, 0.2) 0px 1px 0px 0px inset, rgba(0, 0, 0, 0.9) 0px 0px 0px 1px;
    word-break: break-word;
    overflow: hidden;
    overflow-y: scroll; 
    cursor: text;  
}

.border-box-0018::-webkit-scrollbar{
    width: var(--scrollbar-width, 8px);
}

.border-box-0018::-webkit-scrollbar-thumb{
    background-color: var(--scrollbar-normal-color, rgba(86, 86, 86, 1));
    border-radius: var(--scrollbar-radius, 5px); 
    cursor: default;
}

.border-box-0018::-webkit-scrollbar-thumb:hover{
    background-color: var(--scrollbar-hover-color, rgba(201, 201, 201, 1));
    border-radius: var(--scrollbar-radius, 5px); 
    cursor: default;
}
/* **************************************************************** */
.border-box-0019 {
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0);
    box-shadow: rgba(255, 255, 255, 0.4) 0 1px 0 0 inset;
    word-break: break-word;
    overflow: hidden;
    overflow-y: scroll; 
    cursor: text;  
}

.border-box-0019::-webkit-scrollbar{
    width: var(--scrollbar-width, 8px);
}

.border-box-0019::-webkit-scrollbar-thumb{
    background-color: var(--scrollbar-normal-color, rgba(86, 86, 86, 1));
    border-radius: var(--scrollbar-radius, 5px); 
    cursor: default;
}

.border-box-0019::-webkit-scrollbar-thumb:hover{
    background-color: var(--scrollbar-hover-color, rgba(201, 201, 201, 1));
    border-radius: var(--scrollbar-radius, 5px); 
    cursor: default;
}
/* **************************************************************** */
.border-box-0020 {
    position: relative;
    border: 1px solid rgba(0, 149, 255, 0);
    box-shadow: rgb(0, 0, 25) 0 0, rgba(0, 0, 25, .3) 0 9px 21px, rgba(73, 2, 57, .2) 0 -3px inset;
    word-break: break-word;
    overflow: hidden;
    overflow-y: scroll; 
    cursor: text;  
}

.border-box-0020::-webkit-scrollbar{
    width: var(--scrollbar-width, 8px);
}

.border-box-0020::-webkit-scrollbar-thumb{
    background-image: var(--scrollbar-normal-color, rgba(86, 86, 86, 1));
    border-radius: var(--scrollbar-radius, 5px); 
    cursor: default;
}

.border-box-0020::-webkit-scrollbar-thumb:hover{
    background-image: var(--scrollbar-hover-color, rgba(201, 201, 201, 1));
    border-radius: var(--scrollbar-radius, 5px); 
    cursor: default;
}
/* **************************************************************** */
.border-box-0021 {
    position: relative;
    border: 2px solid rgba(122, 167, 199, 0);
    word-break: break-word;
    overflow: hidden;
    overflow-y: scroll; 
    cursor: text;  
}

.border-box-0021::-webkit-scrollbar{
    width: var(--scrollbar-width, 8px);
}

.border-box-0021::-webkit-scrollbar-thumb{
    background-color: var(--scrollbar-normal-color, rgba(86, 86, 86, 1));
    border-radius: var(--scrollbar-radius, 5px); 
    cursor: default;
}

.border-box-0021::-webkit-scrollbar-thumb:hover{
    background-color: var(--scrollbar-hover-color, rgba(201, 201, 201, 1));
    border-radius: var(--scrollbar-radius, 5px); 
    cursor: default;
}
/* **************************************************************** */
.border-box-0022 {
    position: relative;
    border: 2px solid rgba(135, 191, 216, 0);
    word-break: break-word;
    overflow: hidden;
    overflow-y: scroll; 
    cursor: text;  
}

.border-box-0022::-webkit-scrollbar{
    width: var(--scrollbar-width, 8px);
}

.border-box-0022::-webkit-scrollbar-thumb{
    background-color: var(--scrollbar-normal-color, rgba(86, 86, 86, 1));
    border-radius: var(--scrollbar-radius, 5px); 
    box-shadow: var(--scrollbar-shadow-normal, inset 0 -4px 8px rgba(135, 191, 216, 1), 0 4px 6px rgba(0, 0, 0, 0.2));
    cursor: default;
}

.border-box-0022::-webkit-scrollbar-thumb:hover{
    background-color: var(--scrollbar-hover-color, rgba(201, 201, 201, 1));
    border-radius: var(--scrollbar-radius, 5px); 
    box-shadow: var(--scrollbar-shadow-hover, inset 0 -4px 8px rgba(135, 191, 216, 1), 0 4px 6px rgba(0, 0, 0, 0.2));
    cursor: default;
}
/* **************************************************************** */
.border-box-0023 {
    position: relative;     
    cursor: text;  
}

.border-box-0023-top {
    position: absolute;
    top: 10px;
    left: 10px;
    height: 10px;
    filter: blur(2px);
    border-radius: 100%;
}

.border-box-0023-text-box {
    position: absolute;
    top: 20px;
    left: 10px;
    word-break: break-word;
    overflow: hidden;
    overflow-y: scroll;
}

.border-box-0023-text-box::-webkit-scrollbar{
    width: var(--scrollbar-width, 8px);
}

.border-box-0023-text-box::-webkit-scrollbar-thumb{
    background-color: var(--scrollbar-normal-color, rgba(86, 86, 86, 1));
    border-radius: var(--scrollbar-radius, 5px); 
    box-shadow: var(--scrollbar-shadow-normal, inset 0 -4px 8px rgba(135, 191, 216, 1), 0 4px 6px rgba(0, 0, 0, 0.2));
    cursor: default;
}

.border-box-0023-text-box::-webkit-scrollbar-thumb:hover{
    background-color: var(--scrollbar-hover-color, rgba(201, 201, 201, 1));
    border-radius: var(--scrollbar-radius, 5px); 
    box-shadow: var(--scrollbar-shadow-hover, inset 0 -4px 8px rgba(135, 191, 216, 1), 0 4px 6px rgba(0, 0, 0, 0.2));
    cursor: default;
}
/* **************************************************************** */
.border-box-0024 {
    word-break: break-word;
    overflow: hidden;
    overflow-y: scroll; 
    cursor: default;
}

.border-box-0024::-webkit-scrollbar{
    width: var(--scrollbar-width, 8px);
}

.border-box-0024::-webkit-scrollbar-thumb{
    background-color: var(--scrollbar-normal-color, rgba(44, 187, 99, 1));
    border-radius: var(--scrollbar-radius, 5px);
    cursor: default;
}

.border-box-0024::-webkit-scrollbar-thumb:hover{
    background-color: var(--scrollbar-hover-color, rgba(44, 187, 99, 0.8));
    border-radius: var(--scrollbar-radius, 5px); 
    cursor: default;
}
/* **************************************************************** */
.border-box-0025 {
    word-break: break-word;
    overflow: hidden;
    overflow-y: scroll; 
    cursor: text;  
}

.border-box-0025::-webkit-scrollbar{
    width: var(--scrollbar-width, 8px);
}

.border-box-0025::-webkit-scrollbar-thumb{
    background-color: var(--scrollbar-normal-color, rgba(44, 187, 99, 1));
    border-radius: var(--scrollbar-radius, 5px); 
    cursor: default;
}

.border-box-0025::-webkit-scrollbar-thumb:hover{
    background-color: var(--scrollbar-hover-color, rgba(44, 187, 99, 0.8));
    border-radius: var(--scrollbar-radius, 5px); 
    cursor: default;
}
/* **************************************************************** */
.border-box-0026-main {
    position: relative; 
    cursor: text;  
}

.border-box-0026 {
    position: absolute;
    word-break: break-word;
    overflow: hidden;
    overflow-y: scroll;
}

.border-box-0026-frame {
    position: absolute;
    background-color: transparent;
    pointer-events: none;
    z-index: 2;
}

.border-box-0026::-webkit-scrollbar{
    width: var(--scrollbar-width, 8px);
}

.border-box-0026::-webkit-scrollbar-thumb{
    background-color: var(--scrollbar-normal-color, rgba(0, 83, 128, 1));
    border-radius: var(--scrollbar-radius, 5px); 
    cursor: default;
}

.border-box-0026::-webkit-scrollbar-thumb:hover{
    background-color: var(--scrollbar-hover-color, rgba(0, 83, 128, 0.8));
    border-radius: var(--scrollbar-radius, 5px); 
    cursor: default;
}

/* **************************************************************** */
.border-box-0027-main {    
    position: relative;
    background-color: transparent;      
    cursor: text;  
    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: relative;
    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 {
    position: absolute;
    top: 3px;
    left: 0px;
    background-color: transparent; 
    z-index: 4;
    word-break: break-word;
    overflow: hidden;
    overflow-y: scroll;
}

.border-box-0027::-webkit-scrollbar{
    width: var(--scrollbar-width, 8px);
}

.border-box-0027::-webkit-scrollbar-thumb{
    background-color: var(--scrollbar-normal-color, rgba(0, 0, 0, 1));
    border-radius: var(--scrollbar-radius, 5px); 
    cursor: default;
}

.border-box-0027::-webkit-scrollbar-thumb:hover{
    background-color: var(--scrollbar-hover-color, rgba(0, 0, 0, 0.8));
    border-radius: var(--scrollbar-radius, 5px); 
    cursor: default;
}

/* **************************************************************** */
.border-box-0028-box {
    position: relative;
    box-shadow: inset 0 1px 0 0 rgb(177, 185, 203); 
    cursor: text;  
}

.border-box-0028 {
    position: absolute;
    background-color: transparent;
    top: 2px;
    left: 0px;
    word-break: break-word;
    overflow: hidden;
    overflow-y: scroll;
}

.border-box-0028::-webkit-scrollbar{
    width: var(--scrollbar-width, 8px);
}

.border-box-0028::-webkit-scrollbar-thumb{
    background-image: var(--scrollbar-normal-color, linear-gradient(0deg, rgba(65, 85, 139, 1) 0%, rgba(41, 53, 86, 1) 50%, rgba(89, 131, 252, 1) 50%, rgba(89, 131, 252, 1) 100%));
    border: 1px solid black;
    border-radius: var(--scrollbar-radius, 5px); 
    cursor: default;
}

.border-box-0028::-webkit-scrollbar-thumb:hover{
    background-image: var(--scrollbar-hover-color, linear-gradient(0deg, rgba(65, 85, 139, 0.8) 0%, rgba(41, 53, 86, 0.8) 50%, rgba(89, 131, 252, 0.8) 50%, rgba(89, 131, 252, 0.8) 100%));
    border: 1px solid black;
    border-radius: var(--scrollbar-radius, 5px); 
    cursor: default;
}

/* **************************************************************** */
.border-box-0029-box {
    position: relative;
    box-shadow: inset 0 0px 10px 0px rgba(255, 255, 255, 0.2), 
    inset 0px 5px 10px 0px rgba(255, 255, 255, 0.10), 
    inset 0px 2px 5px 0px rgba(255, 255, 255, 0.4), 
    inset 0px 3px 20px 0px rgba(0, 0, 0, 0.3); 
    cursor: text;  
}

.border-box-0029 {
    position: absolute;
    background-color: transparent;
    top: 5px;
    left: 0px;
    word-break: break-word;
    overflow: hidden;
    overflow-y: scroll;
}

.border-box-0029::-webkit-scrollbar{
    width: var(--scrollbar-width, 8px);
}

.border-box-0029::-webkit-scrollbar-thumb{
    background-color: var(--scrollbar-normal-color, rgba(86, 86, 86, 1));
    border-radius: var(--scrollbar-radius, 5px); 
    cursor: default;
}

.border-box-0029::-webkit-scrollbar-thumb:hover{
    background-color: var(--scrollbar-hover-color, rgba(201, 201, 201, 1));
    border-radius: var(--scrollbar-radius, 5px); 
    cursor: default;
}
/* **************************************************************** */
.border-box-0030-box {
    position: relative; 
    cursor: text;  
}

.border-box-0030 {
    position: absolute;
    background-color: transparent;
    top: 5px;
    left: 0px;
    word-break: break-word;
    overflow: hidden;
    overflow-y: scroll;
}

.border-box-0030-box .border-box-0030::-webkit-scrollbar{
    width: var(--scrollbar-width, 8px);
}

.border-box-0030-box .border-box-0030::-webkit-scrollbar-thumb{
    background-color: var(--scrollbar-normal-color, rgba(115, 236, 139, 1));
    border-radius: var(--scrollbar-radius, 5px); 
    cursor: default;
}

.border-box-0030-box:hover .border-box-0030::-webkit-scrollbar-thumb{
    background-color: var(--scrollbar-hover-color, rgba(21, 179, 146, 1));
    border-radius: var(--scrollbar-radius, 5px); 
    cursor: default;
}
/* **************************************************************** */
.border-box-0031{
    position: relative;
    cursor: text;  
    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;
    top: 5px;
    left: 5px;
    box-shadow: rgb(204, 219, 232) 3px 3px 6px 0px inset, rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset;
    word-break: break-word;
    overflow: hidden;
    overflow-y: scroll;
}

.border-box-0031-text::-webkit-scrollbar{
    width: var(--scrollbar-width, 8px);
}

.border-box-0031-text::-webkit-scrollbar-thumb{
    background-color: var(--scrollbar-normal-color, rgba(184, 149, 112, 1));
    border-radius: var(--scrollbar-radius, 5px); 
    cursor: default;
}

.border-box-0031-text::-webkit-scrollbar-thumb:hover{
    background-color: var(--scrollbar-hover-color, rgba(158, 158, 158, 1));
    border-radius: var(--scrollbar-radius, 5px); 
    cursor: default;
}
/* **************************************************************** */
.border-box-0032-main{
    position: relative; 
    cursor: text;  
}

.border-box-0032-shadow{
    position: absolute;
}

.border-box-0032-text{
    position: absolute;
    top: 0px;
    left: 0px;
    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);
    word-break: break-word;
    overflow: hidden;
    overflow-y: scroll;
}    

.border-box-0032-text::-webkit-scrollbar{
    width: var(--scrollbar-width, 8px);
}

.border-box-0032-text::-webkit-scrollbar-thumb{
    background-image: var(--scrollbar-normal-color, linear-gradient(45deg, rgba(86, 86, 86, 1), rgba(201, 201, 201, 1)));
    border-radius: var(--scrollbar-radius, 5px); 
    cursor: default;
}

.border-box-0032-text::-webkit-scrollbar-thumb:hover{
    background-image: var(--scrollbar-hover-color, linear-gradient(45deg, rgba(201, 201, 201, 1), rgba(86, 86, 86, 1)));
    border-radius: var(--scrollbar-radius, 5px); 
    cursor: default;
}
/* **************************************************************** */
.border-box-0033-main {
    position: relative; 
    cursor: text;  
}

.border-box-0033-n {
    position: absolute;
    z-index: 1;
    word-break: break-word;
    overflow: hidden;
    overflow-y: scroll;
}

.border-box-0033-h {
    position: absolute;
    top: 7px;
    left: 7px;
    z-index: 2;
    word-break: break-word;
    overflow: hidden;
    overflow-y: scroll;
}

.border-box-0033-h::-webkit-scrollbar {
    width: var(--scrollbar-width, 8px);
}

.border-box-0033-h::-webkit-scrollbar-thumb {
    background-color: var(--scrollbar-normal-color, rgba(55, 59, 68, 1));
    border-radius: var(--scrollbar-radius, 5px); 
    cursor: default;
}

.border-box-0033-h::-webkit-scrollbar-thumb:hover {
    background-color: var(--scrollbar-hover-color, rgba(65, 66, 70, 1));
    border-radius: var(--scrollbar-radius, 5px); 
    cursor: default;
}
/* **************************************************************** */