html, body {
    margin: 0;
    padding: 0;
    
  }

  body.modal-open {
    overflow-y: hidden;
  }



  .tags_selector {
    width: 100% !important;
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    flex-direction: column;
    background-color: #f0f0f0;
}

.tag_selector {
    flex: 1;
    min-width: 200px;
    width: 30% !important;
    margin-left: 0px;
    margin-right: 0px;
    padding: 5px;
    /*
    background-color: #f0f0f0;
    */
    text-align: center;
    box-sizing: border-box;
    margin-bottom: 15px;
}

.tag_selector label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

.search{
    width: 100%;
    padding: 5px;
}
.search input{
    margin-top: 15px;    
    width: 100%;
}
  
.select2 {
    width: 100% !important;
    min-width: 10px;
}


option {
    border : solid 1px;
    border-bottom: none;
    font-size: 12pt;
    border-color: black;
}








.pagination{
    align-content: center;
    overflow:auto;
}











.problem{
    width: 100%;
    overflow:auto;
    margin-bottom: 10px;
}

.problem-info {
    float: left;
    width: 90%;
}

.problem-rate {
    float: right;
    width: 10%;
}
.copy_button {
    text-align: center;
}

.statement-hidden {
    visibility: hidden;
}


#id_number {
    width: 50%;
}


div.problem {

    border : solid 2px;
    border-color: black;
    /* background-color: brown; */
    width: 100%;
    
    padding: 15px;
}

div.statement{
    margin: 10px;
}


svg path{
    fill: currentcolor;
  }

svg#icon-help {
    color: white;
}



#help {


z-index: 101;
position: absolute;
height: 90%;
width: 90%;
padding: 10px;
padding: 1em;


color: black;
backdrop-filter: blur(25px);
border-radius: 1.5rem;

}


#helpdiv {
    width: 100%;
    height: 100%;
    padding: 1rem;
  }

.selected-tags {
    margin: 20px 0;
    padding: 15px;
    background-color: #f8f9fa;
    border-radius: 5px;
}

.selected-tags h4 {
    margin-bottom: 10px;
    color: #495057;
}

.selected-tags div {
    margin: 5px 0;
    color: #6c757d;
}

/* Select2 customization */
.select2-container--default .select2-selection--multiple {
    border: 1px solid #ced4da;
    border-radius: 4px;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #007bff;
    border: none;
    color: white;
    padding: 2px 8px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: white;
    margin-right: 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #f8f9fa;
    background-color: #0056b3;
}
  