
.extvalue{
    background: #282c34 !important;
   display: flex;
   justify-content: center;
   align-items: center;
   margin-left: 10px;
   cursor: pointer;
   position: relative;
}
.hoverTotip{
    position: absolute;
    top: 20px;
    left: 10px;
    background: #ffffff;
border: 0.5px solid #e5e5e5;
border-radius: 2px;
box-shadow: 1px 1px 2px 0px rgba(92,117,153,0.10); 
font-size: 12px;
line-height: 12px;
color: #666666;
padding: 4px;
}
.validateValue{
    background: #282c34 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 10px; 
    cursor: pointer;
    position: relative;
}

.copyCodeContain{
display: flex;

justify-content: space-between;
cursor: pointer;
background: #282c34;

}
.copyCodeContain pre{
    margin: 0 !important;
}
.copyCodeContain code.hljs{
 padding: 8px 10px !important;
}
.actionIcon{
    display: 
    flex;
    margin:0 10px 0 0;
    margin-top: 12px;
    align-items: baseline;
}
.execSpan{
word-wrap:break-word;white-space:normal,;
    flex: 1;
    overflow-x: auto;
    margin-right: 10px;
    
}
.execSpan::-webkit-scrollbar {
    height: 0;
    border-radius: 4px;
}

/* Track */
.execSpan::-webkit-scrollbar-track {
    background: transparent;
}

/* Handle */
.execSpan::-webkit-scrollbar-thumb {
    background: #444444;
}

/* Handle on hover */
.execSpan::-webkit-scrollbar-thumb:hover {
    background: #666666;
}

.execSpan:hover::-webkit-scrollbar {
    height: 4px;
} 