.whole-theme {
    padding: 10px;
    max-height: 69vh;
    overflow-y: auto;
}
.editor-theme {
    padding: 0px;
    max-height: 30vh;
    overflow-y: auto;
}

.btn-orange {
    background-color: #facd12;
    color: #000;
}
.btn {
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s;
}
.btn-gray {
    background-color: #313130;
    color: #ffffff;
}
.btn-orange:hover {
    border: 1px solid #f25dac;
    color: #f25dac;
    background: none;
}
.btn-gray:hover {
    background-color: transparent;
    color: #313130;
    border: 1px solid #313130;
}
.top-re--d {
    font-size: 25px;
    font-weight: bold;
    color: #000000;
    width: 40px;
    height: 40px;
    display: inline-flex
;
    align-items: center;
    justify-content: center;
    background: #eaac33;
    border-radius: 4px;
    cursor: pointer;
}
.top-blu--e {
    font-size: 25px;
    font-weight: bold;
    color: #fff;
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #095c04;
    border-radius: 4px;
    cursor: pointer;
}
.custom-chck-box {
    width: 30px;
    height: 30px;
    border: 1px solid #000000;
}