html,
body {
    margin: 0px;
    padding: 0px;
}

body {
    overflow-x: hidden;
}

ul, #main {
    height: 72vh !important;
    overflow: auto;
}

.container-fluid .col-sm-3, .container-fluid .col-sm-6 {
    padding: 10px;
    border-top: 1px solid #000;
    /* overflow-y: auto; */
    height: 100vh;
}

.container-fluid h3 {
    color: #000 !important;
}

.container-fluid .col-sm-3:nth-child(1) {

    background-color: #E8E8E8;
    height: 100vh;
    overflow: auto;
    overflow-x: hidden !important;
    padding-bottom: 100px;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.container-fluid .col-sm-3:nth-child(2) {
    color: #000 !important;
    border-left: 1px solid #000;
    background-color: #E8E8E8;
    -webkit-user-select: none;
    /* Safari */
    -ms-user-select: none;
    /* IE 10 and IE 11 */
    user-select: none;
    /* Standard syntax */
}

.container-fluid .col-sm-6 {
    color: #000 !important;
    border-left: 1px solid #000;
    background-color: #E8E8E8;
}


.element {
    color: rgb(0, 0, 0);
    background-color: #E8E8E8;
    border: 1px solid #000;
    border-radius: 5px;
    display: block;
    margin-left: auto;
}

.element:active {
    background-color: #000;
    color: #E8E8E8;
}

h3 {
    color: #fff;
    text-transform: capitalize;
}

.sorting li {
    cursor: pointer;
    padding: 5px;
    background-color: #fff;
    margin: 5px;
    list-style: none;
    border-radius: 5px;
    color: rgb(0, 0, 0);
}

#components {
    width: 100%;
    min-width: 15ch;
    max-width: 30ch;
    border: 1px solid var(--select-border);
    border-radius: 0.25em;
    padding: 0.50em 0.15em;
    font-size: 1.25rem;
    cursor: pointer;
    line-height: 1.1;
    background-color: #fff;
    background-image: linear-gradient(to top, #f9f9f9, #fff 33%);
    text-transform: capitalize;
}


#heading {
    color: #fff;
    padding-bottom: 20px;
}

#heading input[type="range"] {
    width: 80%;
}

#heading #rangeValue {
    margin-left: 20px;
}

.top {
    display: flex;
    flex-direction: row;
    align-content: space-between;
    justify-content: space-between;
    align-items: center;
}

.parent-child {
    width: 90% !important;
    margin-left: -20px !important;
}

#saveChild {
    position: absolute;
    bottom: 10px;
    width: 91%;
    left: 15px;
    right: 15px;
    height: 30px;
    border-radius: 30px;
    border: 0px;
    color: rgb(0, 0, 0);
    background-color: #E8E8E8;
    border: 1px solid #000;
    height: 40px;
}

#saveChild:hover {
    background-color: #000;
    color: #E8E8E8;
}

button.childRemove {
    border: 0px;
    float: right;
    background: transparent;
    color: #000;
}

#components-list p, #child-components-list p {
    width: 50% !important;
    display: contents;
}

input[type="text"], #submitData {
    width: 50%;
    display: inherit;
    margin: 10px auto;
    padding: 5px;
    border-radius: 5px;
    border: 0px;
}

#submitData {
    display: none !important;
}

ul li {
    text-transform: capitalize;
}

.active {
    border-left: 10px solid black !important;
    border: 0px;
    border-radius: 0px 5px 5px 0px !important;
}
hr{
    border-bottom: 1px solid #000;
}

#setting_form input[type="text"]{
    width: 100%;
}
#submitSetting {
    display: none;
}