#treaty-pagination {
    grid-column: span 1 / span 1;
}

@media (min-width: 1024px) {
    #treaty-pagination {
        grid-column: span 2 / span 2;
        grid-column-start: 2;

    }
}

@media (min-width: 1280px) {
    #treaty-pagination {
        grid-column: span 3 / span 3;
        grid-column-start: 2;
    }
}

#treaty-filter-form {
    height: 470px;
}

.treaty-box {
    /* min-height: 250px; */
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    justify-content: space-between;
}

.treaty-filter-select {
    background: white;
    border: 1px solid gray;
    border-radius: 8px;
    cursor: pointer;
    border-color: #a8aeb5;
}

.treaty-list-btn {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    cursor: pointer;
}

[dir='rtl'] .treaty-list-btn {
    right: auto;
    left: 0;
}

#filter_category_list {
    background: white;
    list-style-type: none;
    width: 100%;
    margin: 0;
    z-index: 10;
    margin-top: 2px;
    border-color: #a8aeb5;
}

#filter_category_list li {
    padding: 10px;
}
#filter_country_list {
    background: white;
    list-style-type: none;
    width: 100%;
    margin: 0;
    z-index: 10;
    margin-top: 2px;
    border-color: #a8aeb5;
    max-height: 400px;
    overflow-y: scroll;
}
#filter_country_list li {
    padding: 10px;
}
#mof-treaty-loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(122, 122, 122, 0.13);
    border-radius: 8px;
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 10;
}

#mof-treaty-loader.shown {
    display: flex;
}

/* Gray-out the “empty” option in the list */
.treaty-filter-select ul li[data-id=""] {
  color: #999;
  /* font-style: italic; */
}

/* Style the input when showing the placeholder text */
/* .form-control-input.placeholder-active {
  color: #999;
} */
