.custom-modal-wrapper .modal {}

.custom-modal-wrapper .modal .modal-dialog {}

.custom-modal-wrapper .modal .modal-dialog .modal-content {
    background: #dfdfdf;
    border-color: #000000;
}

.custom-modal-wrapper .modal .modal-dialog .modal-content .modal-header {
    border: none;
}

.custom-modal-wrapper .modal .modal-dialog .modal-content .modal-header button.close {
    margin: 0;
    position: absolute;
    right: -10px;
    top: -10px;
    background: #000000;
    border: none;
    color: #ffffff;
    box-shadow: none;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    font-size: 28px;
    padding: 0;
}
.custom-modal-wrapper .modal .modal-dialog .modal-content .checkboxes-wrapper-content .checkbox h3 label {
    font-size: 18px;
    margin: 0;
}
.custom-modal-wrapper .modal .modal-dialog .modal-content .checkboxes-wrapper-content .inner-checkbox-group {
    display: flex;
    flex-flow: wrap;
    margin:  0 0 30px 0;
}
.custom-modal-wrapper .modal .modal-dialog .modal-content .checkboxes-wrapper-content .inner-checkbox-group .checkbox.all {
    width: 100%;
}
.custom-modal-wrapper .modal .modal-dialog .modal-content .checkboxes-wrapper-content .inner-checkbox-group .checkbox {
    width: calc(100% / 5);
    margin: 0 0 10px 0;
    padding: 0 10px 0 0;
    display: flex;
}
.custom-modal-wrapper .modal .modal-dialog .modal-content .checkboxes-wrapper-content .inner-checkbox-group .checkbox label {
    font-size: 18px;
}
.custom-modal-wrapper .modal .modal-dialog .modal-content .checkboxes-wrapper-content .inner-checkbox-group .checkbox input {
    margin: 3px 5px 0 0;
}
.custom-modal-wrapper .modal .modal-dialog .modal-content .modal-footer {
    border: none;
    padding-top: 0;
}
.custom-modal-wrapper .modal .modal-dialog .modal-content .modal-footer button.btn {
    padding: 8px 35px;
    background: #ffffff;
    border: none;
    font-size: 18px;
    border-radius: 7px;
    color: #000000;
}
.custom-modal-wrapper .modal .modal-dialog .modal-content .modal-footer button.btn.btn-success {
    background: #015a06;
    color: #ffffff;
}
.custom-modal-wrapper button.reset-button {
    background: #ffec3d;
    border: none;
    color: #000000;
    padding: 8px 45px;
    font-size: 20px;
    border-radius: 7px;
    line-height: normal;
}
.custom-modal-wrapper button.filter-button {
    background: #dfdfdf;
    border: none;
    color: #000000;
    padding: 8px 45px;
    font-size: 20px;
    border-radius: 7px;
    line-height: normal;
}
@media all and (max-width:991px) {
.custom-modal-wrapper .modal .modal-dialog .modal-content .checkboxes-wrapper-content .inner-checkbox-group .checkbox{
      width: calc(100% / 3);
  }
}

@media all and (max-width:600px) {
.custom-modal-wrapper .modal .modal-dialog .modal-content .checkboxes-wrapper-content .inner-checkbox-group .checkbox{
      width: calc(100% / 2);
  }
}
@media all and (max-width:400px) {
.custom-modal-wrapper .modal .modal-dialog .modal-content .checkboxes-wrapper-content .inner-checkbox-group .checkbox{
      width:100%;
      padding: 0;
  }
}
