.htmltomark{
    border: 1px solid #e8e8fd;
    padding: 0.5rem;
    border-radius: 4px;
}

.night .htmltomark{
    border: 1px solid #444;
}

.htmltomark h3{
    margin-bottom: 0.5rem;
    font-size: 0.6rem;
}

.htmltomark textarea{
    border: 1px solid #e8e8fd;
    color: rgba(0, 0, 0, .85);
    width: 100%;
    height: 15rem;
    padding: 0.5rem;
    font-size: 0.65rem;
    display: block;
}

.htmltomarkchecdiv{
    border: 1px solid #e8e8fd;
    padding: 0.5rem 0.5rem 0rem 0.5rem;
    border-radius: 3px;
}

.night .htmltomarkchecdiv{
    border: 1px solid #444;
}

.layui-form-checkbox[lay-skin=primary] {
    margin-bottom: 0.4rem;
}

.htmltomarkbut{
    margin-top: 0.5rem;
}

.htmltomarkbut button{
    padding: 0.4rem 1rem;
    text-align: center;
    border: 0;
    background-color: #607D8B;
    color: #fff;
    border-radius: 3px;
    cursor: pointer;
}

.htmltomarkbut button:nth-child(1){
    background-color: #009688;
}

.htmltomarkbut button:nth-child(2){
    
}

.htmltomarkres{
    border: 1px solid #e8e8fd;
    padding: 0.5rem;
    border-radius: 4px;
    margin-top: 0.75rem;
    display: none;
}

.night .htmltomarkres{
    border: 1px solid #444;
}

.htmltomarkres h3{
    margin-bottom: 0.5rem;
    font-size: 0.6rem;
}

.htmltomarkres textarea{
    border: 1px solid #e8e8fd;
    color: rgba(0, 0, 0, .85);
    width: 100%;
    height: 15rem;
    padding: 0.5rem;
    font-size: 0.65rem;
    display: block;
}

.htmltomarkresbut{
    margin-top: 0.5rem;
}

.htmltomarkresbut button{
    padding: 0.4rem 1rem;
    text-align: center;
    color: #666;
    background-color: transparent;
    border: 1px solid #e8e8fd;
    border-radius: 3px;
    cursor: pointer;
}

.night .htmltomarkresbut button {
    border: 1px solid #444;
    color: #aaa;
    background-color: #181a1b;
}

.htmltomark textarea::-webkit-scrollbar ,.htmltomarkres textarea::-webkit-scrollbar{
    width: 6px;
    background-color: #e5e5e5;
}

.htmltomark textarea::-webkit-scrollbar-thumb ,.htmltomarkres textarea::-webkit-scrollbar-thumb{
    border-radius: 10px;
    background-color: #bbb;
}

.night .htmltomark textarea::-webkit-scrollbar ,.night .htmltomarkres textarea::-webkit-scrollbar {
    width: 6px;
    background-color: #242627;
}

.night .htmltomark textarea::-webkit-scrollbar-thumb ,.night .htmltomarkres textarea::-webkit-scrollbar-thumb{
    border-radius: 10px;
    background-color: #444;
}

.htmltomrkdome{
    border: 1px solid #e8e8fd;
    padding: 0.5rem;
    border-radius: 4px;
    margin-top: 0.75rem;
}

.night .htmltomrkdome{
    border:1px solid #444;
}

.htmltomrkdome h3{
    margin-bottom: 0.5rem;
    font-size: 0.6rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #e8e8fd;
}

.night .htmltomrkdome h3{
    border-bottom: 1px solid #444;
}

.htmltomrkdome>div{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(480px, 1fr));
    gap: 0.5rem;
    margin-top: 0.5rem;
}

.htmltomrkdome>div>div{
    background-color: #f8f9fa;
    border-left: 4px solid #3498db;
    padding: 0.75rem;
    border-radius: 6px;
    cursor: pointer;
}

.night .htmltomrkdome>div>div{
    background-color: #181a1b;
}

.htmltomrkdome>div>div>div:nth-child(1){
    font-weight: 600;
    color: #3498db;
    margin-bottom: 8px;
    font-size: 0.6rem;
}

.htmltomrkdome>div>div>div:nth-child(2){
    color: #7f8c8d;
    font-size: 0.6rem;
}

@media screen and (max-width: 465px){
    .htmltomrkdome>div{
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    }
}