
.btn{
    border: 50% !important;
}

.filter-wrapper{
    background-color: #F1EFEF;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0px 0px 22px 0px rgba(0,0,0,0.1);
}

.filter-wrapper label{
    font-weight: 600;
}

#configuration-wrapper {
    background-color: #ffffff;
}

.config-wrapper{
    padding: 8px;
}

.config-wrapper:hover{
    box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.1);
    border-radius: 4px;
}

.config-wrapper .form-check{
    margin-bottom: 5px;
}

.config-wrapper .form-check label{
    font-weight: 600;
}

.spec-name{
    font-size: 14px;
    font-weight: 700;
    text-decoration: underline;
    text-align: center;
    background: #ece4e4;
    box-shadow: 0px 0px 12px -6px rgba(0,0,0,0.1);
    padding: 3px;
    border-radius: 7px;
    margin-bottom: 7px;
}

.collapsed-info{
    display: none;
}

.spec-info-wrapper{
    margin-top: 10px;
    margin-bottom: 30px;
}

.spec-header{
    padding: 10px 0px;
    background-color: #ece4e4;
}

.spec-wrapper{
    border: 1px solid rgb(200, 185, 185);
    padding-bottom: 10px;
}

.spec-heading{
    font-size: 16px;
    font-weight: 700;
}

.for-com-text{
    font-size: 12px;
    font-weight: 700;
}

.label-text{
    font-size: 17px;
    font-weight: 500;
    text-decoration: underline;
}

#specification-cofnigration-wrapper{
    height: 480px;
    overflow-y: scroll;
}

.specifications-wrapper{
    margin-top: 20px;
}

.table-input{
    width: 90%;
    height: 30px;
    border: none;
    font-size: 12px;
    font-weight: 500;
    box-shadow: 0px 0px 1px 0px #366bf0;
    padding-left: 5px;
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .index-wrapper{
    text-align: center;
    font-size: 20px;
    box-shadow: 0px 0px 7px 0px #366bf0;
    font-weight: 700;
    width: 80%;
    border-radius: 10px;
    margin-left: 5px;
  }